
/*
Theme Name: Twenty Seventeen
Description: Used to style blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General Block Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/

/* Captions */
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	font-style: italic;
	margin-bottom: 1.5em;
	text-align: left;
}

.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */
p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
	margin-top: .075em;
}

/* Image */
.wp-block-image {
	margin-bottom: 1.5em;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin-right: 1.5em;
}

.wp-block-image figure.alignright {
	margin-left: 1.5em;
}

/* Gallery */
.wp-block-gallery {
	margin-bottom: 1.5em;
	margin: 0px;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

.wp-block-gallery.aligncenter {
	display: flex;
	margin: 0 -8px;
}

.entry-content-other .wp-block-gallery img {
	margin-bottom: 0;
	margin: 0;
}

/* Quote */
.wp-block-quote:not(.is-large):not(.is-style-large) {
	border: 0;
	padding: 0;
}

.wp-block-quote.alignleft p:last-of-type, .wp-block-quote.alignright p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite {
	color: inherit;
	font-size: inherit;
	font-weight: 500;
}

/* Pullquote */
.wp-block-pullquote {
	border: 0 !important;
}

.wp-block-pullquote blockquote {
	text-align: center;
}

.wp-block-pullquote__citation, .wp-block-pullquote cite {
	font-size: inherit;
	text-transform: none;
}

/* Audio */
.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */
.wp-block-cover-image.alignright, .wp-block-cover.alignright, .wp-block-cover-image.alignleft, .wp-block-cover.alignleft, .wp-block-cover-image.aligncenter, .wp-block-cover.aligncenter {
	display: flex;
}

/* File */
.wp-block-file .wp-block-file__button {
	background-color: #2457aa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: .75rem;
	font-weight: 500;
	margin-top: 2em;
	padding: .7em 2em;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	white-space: nowrap;
}

.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus {
	background-color: #767676;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Code */
.wp-block-code {
	background: transparent;
	border: 0;
	padding: 0;
}

/* Table */
.wp-block-table thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: .5em;
}

.wp-block-table tr {
	border-bottom: 1px solid #eee;
}

.wp-block-table th, .wp-block-table td {
	border: 0;
}

.rtl .wp-block-table th, .rtl .wp-block-table td {
	text-align: right;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */
.wp-block-button .wp-block-button__link {
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	font-size: .75rem;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: .8px;
	margin-top: 2em;
	padding: .7em 2em;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	white-space: nowrap;
}

.entry-content .wp-block-button__link {
	background-color: #2457aa;
	color: #fff;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
	background-color: transparent;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: #222;
}

.colors-dark .wp-block-button__link {
	background-color: #fff;
	color: #000;
}

.entry-content .wp-block-button__link:hover, .entry-content .wp-block-button__link:focus, .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover, .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
	background-color: #ffd200;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
}

.colors-dark .entry-content .wp-block-button__link:hover, .colors-dark .entry-content .wp-block-button__link:focus, .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover, .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
	background-color: #bbb;
	color: #000;
}

.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover, .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus {
	color: #222;
}

.colors-custom .entry-content .wp-block-button__link, .colors-custom .entry-content .wp-block-button__link:hover, .colors-custom .entry-content .wp-block-button__link:focus, .colors-dark .entry-content .wp-block-button__link, .colors-dark .entry-content .wp-block-button__link:hover, .colors-dark .entry-content .wp-block-button__link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.colors-custom .entry-content .wp-block-button__link:hover, .colors-custom .entry-content .wp-block-button__link:focus {
	color: #fff;
}

/* Separator */
.wp-block-separator {
	border: 0;
}

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

/* Media & Text */
.wp-block-media-text {
	margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */
.wp-block-archives.aligncenter, .wp-block-categories.aligncenter, .wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

/* Comments */
.wp-block-latest-comments article {
	margin-bottom: 4em;
}

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article, .archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article, .search:not(.has-sidebar) #primary .wp-block-latest-comments article {
	float: none;
	width: 100%;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius: 0;
}

.wp-block-latest-comments a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}

.wp-block-latest-comments__comment-meta {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: .4em;
}

.wp-block-latest-comments__comment-author, .wp-block-latest-comments__comment-link {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-latest-comments__comment-date {
	color: #767676;
	font-size: 10px;
	font-size: .625rem;
	font-weight: 800;
	letter-spacing: .1818em;
	margin-top: .4em;
	text-transform: uppercase;
}

.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
	font-size: .875rem;
}

/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/
.entry-content .has-pale-pink-color {
	color: #f78da7;
}

.entry-content .has-pale-pink-background-color, .wp-block-button.is-style-outline .has-pale-pink-background-color:link {
	background-color: #f78da7;
}

.entry-content .has-vivid-red-color {
	color: #cf2e2e;
}

.entry-content .has-vivid-red-background-color, .wp-block-button.is-style-outline .has-vivid-red-background-color:link {
	background-color: #cf2e2e;
}

.entry-content .has-luminous-vivid-orange-color {
	color: #ff6900;
}

.entry-content .has-luminous-vivid-orange-background-color, .wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link {
	background-color: #ff6900;
}

.entry-content .has-luminous-vivid-amber-color {
	color: #fcb900;
}

.entry-content .has-luminous-vivid-amber-background-color, .wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link {
	background-color: #fcb900;
}

.entry-content .has-light-green-cyan-color {
	color: #7bdcb5;
}

.entry-content .has-light-green-cyan-background-color, .wp-block-button.is-style-outline .has-light-green-cyan-background-color:link {
	background-color: #7bdcb5;
}

.entry-content .has-vivid-green-cyan-color {
	color: #00d084;
}

.entry-content .has-vivid-green-cyan-background-color, .wp-block-button.is-style-outline .has-vivid-green-cyan-background-color:link {
	background-color: #00d084;
}

.entry-content .has-pale-cyan-blue-color {
	color: #8ed1fc;
}

.entry-content .has-pale-cyan-blue-background-color, .wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link {
	background-color: #8ed1fc;
}

.entry-content .has-vivid-cyan-blue-color {
	color: #0693e3;
}

.entry-content .has-vivid-cyan-blue-background-color, .wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link {
	background-color: #0693e3;
}

.entry-content .has-very-light-gray-color {
	color: #eee;
}

.entry-content .has-very-light-gray-background-color, .wp-block-button.is-style-outline .has-very-light-gray-background-color:link {
	background-color: #eee;
}

.entry-content .has-cyan-bluish-gray-color {
	color: #abb8c3;
}

.entry-content .has-cyan-bluish-gray-background-color, .wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link {
	background-color: #abb8c3;
}

.entry-content .has-very-dark-gray-color {
	color: #313131;
}

.entry-content .has-very-dark-gray-background-color, .wp-block-button.is-style-outline .has-very-dark-gray-background-color:link {
	background-color: #313131;
}

/* Quote styles */
.wp-block-quote p {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 24px;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#container {}

.isotope-item, .item {
	overflow: hidden;
	position: relative;
}

.filter-container .item {
	float: left;
	margin-bottom: 1px;
	display: inline-block;
}

.filter-container .two-col .item {
	width: 50%;
}

.filter-container .three-col .isotope-item {
	width: 33.33%;
}

.filter-container .four-col .item {
	width: 25%;
}

.filter-container .two-col .item.last, .filter-container .three-col .item.last, .filter-container .four-col .item.last {}

.box-container .masonry.two-col .item {
	width: 47%;
	margin: 0;
}

.box-container .masonry article.post {
	margin: 2px 8px 15px;
}

.box-container .masonry.three-col .item {
	width: 33.31%;
	margin: 0;
}

.box-container .masonry.four-col .item {
	width: 24.9%;
	margin: 0;
}

.box-container .masonry.two-col .item.last, .box-container .masonry.three-col .item.last, .box-container .masonry.four-col .item.last {
	margin-right: 0;
}

.testimonial-box-container .masonry.two-col .item {
	width: 48%;
	margin-right: 1.5%;
}

.testimonial-box-container .masonry.three-col .item {
	width: 31%;
	margin-right: 2%;
}

.testimonial-box-container .masonry.four-col .item {
	width: 23%;
	margin-right: 1.5%;
}

.testimonial-box-container .masonry.two-col .item.last, .testimonial-box-container .masonry.three-col .item.last, .testimonial-box-container .masonry.four-col .item.last {
	margin-right: 0;
}

.box-container .grid .grid-item, .brand-grid .item, .testimonial-grid .item {
	display: inline-block;
	overflow: visible;
}

.box-container .grid .grid-item {
	float: left;
}

.box-container .grid .grid-item.first {
	clear: both;
}

.box-container .grid.two-col .grid-item {
	width: 43.5%;
	margin-right: 3%;
}

.box-container .grid.three-col .grid-item {
	width: 31%;
	margin-right: 2%;
}

.box-container .grid.four-col .grid-item {
	width: 23%;
	margin-right: 2%;
}

.box-container .grid.two-col .grid-item.last, .box-container .grid.three-col .grid-item.last, .box-container .grid.four-col .grid-item.last {
	margin-right: 0;
}

.portfolio-filter-container .item {
	width: 25%;
}

.blog-filter-container .two-col .item {
	width: 50%;
}

.blog-filter-container .three-col .item {
	width: 33.33%;
}

.blog-filter-container .four-col .item {
	width: 25%;
}

.options {
	padding: 0 0 40px;
	text-align: center;
}

.options h3 {
	margin-bottom: .2em;
	font-size: 15px;
}

.options h4 {
	font-weight: 600;
}

.options ul {
	margin: 0;
	list-style: none;
	display: inline-block;
}

.options ul ul {
	margin-left: 1.5em;
}

.options li {
	display: inline-block;
	float: none;
	margin: 0 0 0 -1px;
	vertical-align: top;
}

.options li:first-child {
	margin: 0;
}

.options li a {
	display: block;
	padding: 8px 30px;
	background-color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.options li a:active, .options li a.selected, .options li a:hover {
	background: #f3f3f3;
	color: #333;
}

.options .option-combo {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.options .option-combo ul {
	margin-right: 20px;
	display: inline-block;
}

.options .option-combo h2, .options .option-combo h4 {
	line-height: 34px;
	margin-bottom: 0;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

.color-shape {
	width: 70px;
	height: 70px;
	margin: 5px;
	float: left;
}

.color-shape.round {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.color-shape.big.round {
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
}

.color-shape.red {
	background: red;
}

.color-shape.blue {
	background: blue;
}

.color-shape.yellow {
	background: yellow;
}

.color-shape.wide, .color-shape.big {
	width: 150px;
}

.color-shape.tall, .color-shape.big {
	height: 150px;
}

.color-shape a {
	display: block;
	height: 100%;
}

.color-shape a:hover {
	background: white;
	background: hsla(0, 0%, 100%, .5);
}

.horizontal #container {
	height: 80%;
}

.photos .photo {
	width: 320px;
	margin: 5px;
	float: left;
}

.photos .photo img {
	display: block;
	width: 100%;
}

.demos #content {
	height: 100%;
}

.docs #content {
	max-width: 640px;
}

.docs #content a:hover {
	border-bottom: 1px dotted;
}

#site-nav {
	width: 200px;
	position: absolute;
	left: 10px;
	top: 0px;
	padding-top: 20px;
	font-size: 12px;
}

#site-nav h3 {
	font-size: 24px;
	margin-bottom: .5em;
	margin-top: 0;
	font-weight: 600;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

#site-nav h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 .3em;
	border-top: none;
}

#site-nav h3 a {
	color: #4fb;
}

#site-nav h3 a:hover {
	color: #4bf;
}

#site-nav ul {
	list-style: none;
	margin: 0 0 1em;
	font-weight: 600;
}

#site-nav ul ul {
	margin-bottom: 0;
}

#site-nav ul a {
	display: block;
	border: none;
	padding: 1px 5px;
}

#site-nav ul .current a {
	background: hsla(0, 0%, 0%, .3);
	color: #1bf;
}

#site-nav ul a:hover, #site-nav ul .current a:hover {
	color: white;
}

#site-nav ul .current .toc a {
	font-size: 12px;
	padding-left: 1.2em;
	font-weight: normal;
}

.docs #content h2 {
	border-top: 1px solid #333;
	padding-top: .8em;
	margin-bottom: .8em;
}

.docs #content h2:target {
	padding: 10px;
	background: white;
	color: #222;
}

.docs #content h3 {
	color: #fec;
	background: hsla(0, 0%, 75%, .05);
	padding: 2px .5em;
	margin-bottom: .5em;
	font-size: 1.15em;
}

.docs #content h4 {
	margin-bottom: .5em;
	font-size: 14px;
}

pre, code {
	color: #333;
}

#content code {
	font-size: 12px;
	color: #333;
}

#content pre {
	line-height: 1.6em;
}

h3.options {
	padding-bottom: 0;
}

.option-def dl dt, .option-def dl dd {
	float: left;
	padding: 0 1.2em;
	background: #161616;
	line-height: 36px;
	height: 36px;
}

.option-def dl.header dt, .option-def dl.header dd {
	background: #444;
}

.option-def dl .option-type {
	font-size: 13px;
	color: #aaa;
	font-style: italic;
}

.option-def dl dd {
	border-left: 1px solid #222;
}

.docs .tagline {
	font-size: 22px;
	font-weight: 300;
}

.docs .as-is {
	font-size: 95%;
}

.docs #commercial {
	background: white;
	padding: 10px;
	font-size: 14px;
	color: #1f1f1d;
}

.docs #commercial a {
	font-weight: 600;
}

code .s1, code .s {
	color: #78bd55;
}

code .mi, code .cp, code .kc {
	color: #5298d4;
}

code .k {
	color: #e39b79;
}

code .kd, code .na {
	color: #a9d866;
}

code .p {
	color: #edb;
}

code .o {
	color: #f63;
}

code .nb {
	color: #aa97ac;
}

code .c, code .c1 {
	color: #666;
	font-style: italic;
}

code .nt {
	color: #a0c8fc;
}

code .nf {
	color: #9ea8b8;
}

code .nc {
	color: #a78352;
}

code .m {
	color: #de8e50;
}

code .nd {
	color: #9fad7e;
}

#sites h2 {
	display: none;
	padding: .4em;
	line-height: 32px;
	margin-bottom: .4em;
	-webkit-transition: background-color .8s;
	-moz-transition: background-color .8s;
	-o-transition: background-color .8s;
	transition: background-color .8s;
}

#sites h2 img {
	display: inline-block;
	margin-right: .4em;
	vertical-align: bottom;
}

#sites h2.loading {
	background: white;
	color: #222;
}

#sites h2.error {
	background: red;
	color: #222;
}

#sites ul {
	margin: 0;
}

.super-list .example {
	list-style: none;
	float: left;
	width: 230px;
	margin: 5px;
}

.super-list .example a, .super-list .example b, .super-list .example img {
	display: block;
}

.super-list .example img {
	width: 100%;
}

.super-list .example a {
	background: #1f1e1d;
}

.super-list .example a:hover {
	background: white;
	color: #111;
}

.super-list .example b {
	font-weight: 600;
	line-height: 1.3em;
	padding: 3px;
	padding-top: 8px;
}

.super-list .link {
	float: left;
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 300;
	margin: 5px;
}

.super-list .link {
	width: 230px;
	height: 110px;
}

.super-list .link a {
	display: block;
	padding: 10px;
	padding-left: 65px;
	height: 90px;
	background: #1f1e1d;
	color: #fe5;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

.super-list .link a:before {
	content: "➔";
	font-size: 70px;
	position: absolute;
	top: 30px;
	left: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.super-list .link.away a:before {
	top: 25px;
	left: 0px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.super-list .link a:hover {
	background: #e58;
	color: white;
}

.super-list .feature .name {
	bottom: auto;
	top: 140px;
	left: 18px;
	font-size: 20px;
}

.big-graph {
	background: white;
	height: 600px;
	margin: 20px auto;
}

.big-graph .project {
	width: 45px;
	height: 45px;
	float: left;
}

.big-graph .project .icon {
	pointer-events: none;
	width: 31px;
	height: 31px;
	background: white;
	margin-left: 7px;
	-webkit-transition: -webkit-transform .25s;
	-moz-transition: -moz-transform .25s;
	-ms-transition: -ms-transform .25s;
	-o-transition: -o-transform .25s;
	transition: transform .25s;
}

.big-graph .project:hover {
	z-index: 5;
}

.big-graph .project:hover .icon {
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}

.big-graph .project.commercial .icon {
	background: #6b6b6b;
}

.big-graph .project.urbanism .icon {
	background: #00cf00;
}

.big-graph .project.public-space .icon {
	background: #ff8d00;
}

.big-graph .project.culture .icon {
	background: #d61919;
}

.big-graph .project.body-culture .icon {
	background: #00ecff;
}

.big-graph .project.health .icon {
	background: #ff2251;
}

.big-graph .project.education .icon {
	background: #00a600;
}

.big-graph .project.housing .icon {
	background: #ff02ff;
}

.big-graph .project.hotel .icon {
	background: #0000c3;
}

.big-graph .project.media .icon {
	background: #292929;
}

.big-graph .project p {
	line-height: 14px;
	font-size: 10.5px;
	color: black;
	margin-left: 7px;
}

#infscr-loading {
	position: fixed;
	text-align: center;
	bottom: 30px;
	left: 42%;
	z-index: 100;
	background: white;
	background: hsla(0, 0%, 100%, .9);
	padding: 20px;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.tmpmela-hide {
	opacity: 0;
	cursor: pointer;
	filter: opacity(0%);
	position: absolute;
	left: 0;
	top: 0;
}

.tmpmela-checkbox {
	background: transparent url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/check-box.png") -2px -37px no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	position: relative;
	vertical-align: -3px;
}

.tmpmela-checkbox.nitro-lazy {
	background-image: none !important;
}

.tmpmela-radio {
	background: transparent url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/check-box.png") -2px -0px no-repeat;
	display: inline-block;
	height: 15px;
	padding: 0;
	vertical-align: -2px;
	width: 15px;
	position: relative;
}

.tmpmela-radio.nitro-lazy {
	background-image: none !important;
}

.tmpmela-checked {
	background-position: -74px -37px;
	cursor: pointer;
}

.tmpmela-selected {
	background-position: -75px 0px;
	cursor: pointer;
}

.ie7 .tmpmela-checkbox-green, .ie8 .tmpmela-checkbox-green, .ie9 .tmpmela-checkbox-green, .ie7 .tmpmela-checkbox, .ie8 .tmpmela-checkbox, .ie9 .tmpmela-checkbox, .ie7 .tmpmela-radio, .ie8 .tmpmela-radio, .ie9 .tmpmela-radio {
	display: inline;
	zoom: 1;
}

.tmpmela-checked-green {
	background-position: 0 -18px;
}

.ie7 .tmpmela-checkbox, .ie8 .tmpmela-checkbox, .ie9 .tmpmela-checkbox, .ie7 .tmpmela-radio, .ie8 .tmpmela-radio, .ie9 .tmpmela-radio {
	height: 18px;
	float: left;
}

/* Custom Select*/
select.hasCustomSelect {
	z-index: 9;
	cursor: pointer;
	display: inline-block !important;
}

span.customSelect {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 3px 10px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

.woocommerce-ordering span.customSelect {
	padding: 5px 10px;
}

.chzn-container {
	display: none !important;
	opacity: 0 !important;
}

#customer_details span.country_select.country_select {
	width: 100%;
}

.jigoshop-checkout #billing-country {
	margin-bottom: 35px;
}

.shipping_calculator .customSelect.country_to_state {
	margin-bottom: 0;
}

span.customSelect.changed {
	background-color: #f0dea4;
}

.customSelectOpen {}

.customSelectInner {
	background: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/down_arrow.png") no-repeat center right;
	padding-right: 20px;
}

.customSelectInner.nitro-lazy {
	background-image: none !important;
}

.customSelectOpen .customSelectInner {
	background: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/up_arrow.png") no-repeat center right;
}

.customSelectOpen .customSelectInner.nitro-lazy {
	background-image: none !important;
}

.owl-theme .owl-buttons div {
	background-color: #fff;
	display: block;
	font-size: 0;
	color: #e3e3e3;
	height: 40px;
	width: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0px;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	bottom: 0;
	margin: auto !important;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
}

.owl-theme .owl-buttons div:hover {
	border-color: #ffd200;
	color: #ffd200;
}

.owl-theme:hover .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.owl-theme .owl-buttons div.owl-prev {
	right: auto;
	left: 0px;
}

.owl-theme .owl-buttons div.owl-next {
	right: 0px;
	left: auto;
}

.products.owl-theme .owl-buttons div.owl-prev {
	left: 16px;
	right: auto;
	top: -22%;
}

.products.owl-theme .owl-buttons div.owl-next {
	right: 16px;
	left: auto;
	top: -22%;
}

.owl-theme .owl-buttons div.owl-prev:after {
	left: 0;
	right: 0;
	position: absolute;
	font-family: "FontAwesome";
	margin: auto;
	top: auto;
	font-size: 22px;
}

.owl-theme .owl-buttons div.owl-next:after {
	left: 4px;
	right: 0;
	position: absolute;
	font-family: "FontAwesome";
	margin: auto;
	top: auto;
	font-size: 22px;
}

.owl-theme .owl-buttons div.owl-prev:after {
	content: "";
}

.owl-theme .owl-buttons div.owl-next:after {
	content: "";
}

.owl-theme .owl-page {
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
}

.owl-pagination .owl-page span {
	height: 10px;
	width: 10px;
	background-color: #c5c5c5;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
}

.owl-pagination .owl-page:hover span, .owl-pagination .owl-page.active:hover span, .owl-pagination .owl-page.active span {
	background: #000;
}

.owl-pagination .owl-page.active span {
	cursor: default;
}

.owl-pagination .owl-page span:before {
	font-family: "FontAwesome";
	font-size: 13px;
	color: #000;
}

.product-page .owl-pagination {
	margin: 10px 0;
}

.owl-theme .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-pagination {
	margin: 0;
	text-align: center;
}

.owl-item.loading {
	min-height: 150px;
	background: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/owl/AjaxLoader.gif") no-repeat center center;
}

.owl-item.loading.nitro-lazy {
	background-image: none !important;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-page, .owl-buttons div {
	cursor: pointer;
}

.grabbing {
	cursor: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/owl/grabbing.png") 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel {
	position: relative;
	float: left;
}

.portfolio-container, #latest_news {
	margin: 0 auto;
}

#sb_instagram #sbi_images .owl-item .sbi_item {
	width: 100% !important;
}

.category-carousel .owl-controls .owl-buttons .owl-prev, .category-carousel .owl-controls .owl-buttons .owl-next, .blog-carousel .owl-controls .owl-buttons .owl-prev, .blog-carousel .owl-controls .owl-buttons .owl-next {
	bottom: auto;
	left: auto;
	text-align: center;
	padding: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	border: 0;
	color: #000;
	top: -40px;
	background: transparent;
}

.category-carousel .owl-controls .owl-buttons .owl-prev {
	right: 27px;
	top: -46px;
}

.category-carousel .owl-controls .owl-buttons .owl-next {
	right: 0px;
	top: -46px;
}

.category-carousel .owl-controls .owl-buttons .owl-next:hover, .category-carousel .owl-controls .owl-buttons .owl-prev:hover {
	color: #ffd200;
}

.blog-carousel .owl-controls .owl-buttons .owl-prev {
	right: 27px;
	top: -80px;
}

.blog-carousel .owl-controls .owl-buttons .owl-next {
	right: 0px;
	top: -80px;
}

.related_posts_outer .owl-controls .owl-buttons .owl-prev, .related_posts_outer .owl-controls .owl-buttons .owl-next {
	top: -80px;
	bottom: auto;
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
	0% {
		opacity: 1;
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1;
	}
}

@keyframes empty {
	0% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}
	
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
	
	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}
	
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
	
	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}
	
	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
	
	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}
	
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@-moz-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}
	
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}
	
	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}
	
	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8);
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8);
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%);
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5);
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5);
	}
}

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: #fff;
}

#sb-container {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	display: none;
}

#sb-overlay {
	position: relative;
	height: 100%;
	width: 100%;
}

#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}

#sb-wrapper-inner {
	position: relative;
	border: 1px solid #303030;
	overflow: hidden;
	height: 100px;
}

#sb-body {
	position: relative;
	height: 100%;
}

#sb-body-inner {
	position: absolute;
	height: 100%;
	width: 100%;
}

#sb-player.html {
	height: 100%;
	overflow: auto;
}

#sb-body img {
	border: none;
}

#sb-loading {
	position: relative;
	height: 100%;
}

#sb-loading-inner {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}

#sb-loading-inner span {
	background: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/lightbox/loading.gif") no-repeat;
	padding-left: 34px;
	display: inline-block;
}

#sb-loading-inner span.nitro-lazy {
	background-image: none !important;
}

#sb-body, #sb-loading {
	background-color: #060606;
}

#sb-title, #sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sb-title, #sb-title-inner {
	height: 26px;
	line-height: 26px;
}

#sb-title-inner {
	font-size: 16px;
}

#sb-info, #sb-info-inner {
	height: 20px;
	line-height: 20px;
}

#sb-info-inner {
	font-size: 12px;
}

#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}

#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#sb-nav-close {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/lightbox/close.png");
}

#sb-nav-close.nitro-lazy {
	background-image: none !important;
}

#sb-nav-next {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/lightbox/next.png");
}

#sb-nav-next.nitro-lazy {
	background-image: none !important;
}

#sb-nav-previous {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/lightbox/previous.png");
}

#sb-nav-previous.nitro-lazy {
	background-image: none !important;
}

#sb-nav-play {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/lightbox/play.png");
}

#sb-nav-play.nitro-lazy {
	background-image: none !important;
}

#sb-nav-pause {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/lightbox/pause.png");
}

#sb-nav-pause.nitro-lazy {
	background-image: none !important;
}

#sb-counter {
	float: left;
	width: 45%;
}

#sb-counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

#sb-counter a.sb-counter-current {
	text-decoration: underline;
}

div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}

.shortcode_block {
	border-bottom: 1px solid #000;
	margin: 10px 0;
	padding: 15px 0;
	overflow: hidden;
}

.shortcode_title {
	font-weight: normal;
	margin: 0 0 20px;
}

.shortcode_title span {
	display: block;
	height: 1px;
	margin: 7px 0 -11px;
	width: 140px;
	background: #4fbfa8;
}

#frame_accordiun a, #frame_toggle a {
	background: #4fbfa8;
	color: #fff;
}

/* ======================================================= */

/*                             Tabs                        */

/* ======================================================= */
#tab ul.tabs {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

#tab ul li a {
	padding: 8px 10px;
	text-decoration: none;
	display: inline-block;
}

.style1 #tab ul li a.current, .style1 #tab ul li a:hover {
	background: #000;
	color: #fff;
}

.style2.horizontal_tab .tab_groupcontent {
	margin: -2px 0 0;
}

.style3.horizontal_tab .tab_groupcontent {
	margin: -1px 0 0;
}

.product-cms-tab-block .widget ul, .widget ol {
	padding: 0;
}

.product-cms-tab-block .style5 #tab ul li a {
	margin: 0 0 -1px;
	padding: 4px 16px;
	font-weight: normal;
}

.product-cms-tab-block .style5 #tab ul li a.current {
	color: #000;
	background: #f5f5f5;
	font-weight: 600;
}

.product-cms-tab-block .style5 #tab ul li a.current {
	z-index: 2;
}

.product-cms-tab-block .style5 #tab ul li {
	margin: 0 -1px 0 0;
}

.product-cms-tab-block .style5.horizontal_tab .tab_groupcontent {
	padding: 20px;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
}

.product-cms-tab-block .style5  table {
	margin: 0;
	border: 1px solid #000;
	width: 100%;
}

.product-cms-tab-block .style5  th {
	background-color: #f9f9f9;
	border-bottom: 1px solid #000;
}

.product-cms-tab-block .widget .style5 td, .product-cms-tab-block .widget .style5 th {
	padding: 5px;
}

.horizontal_tab .tab_groupcontent {
	border: 1px solid #ebebeb;
	clear: both;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.horizontal_tab #tab ul li {
	margin: 0 3px 0 0;
	list-style: none;
	float: left;
}

.horizontal_tab.style2 #tab ul li {
	margin: 0 3px 0 0;
}

.horizontal_tab.style2 #tab ul li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: rgba(0, 0, 0, 0);
	border-style: solid solid none;
	border-width: 3px 1px medium;
}

.horizontal_tab.style2 #tab ul li a.current, .horizontal_tab.style2 #tab ul li a:hover {
	background: none repeat scroll 0 0 #fff;
	border-bottom: none;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-top: 3px solid #000;
}

.style3 #tab ul li a {
	background: none;
	border: 1px solid #ebebeb;
}

.vertical_tab ul.tabs {
	float: left;
	width: 25%;
}

.vertical_tab #tab ul li {
	position: relative;
	list-style: none;
}

#content .vertical_tab #tab ul li a {
	display: block;
	line-height: 18px;
	margin-bottom: 2px;
}

.vertical_tab .tab_groupcontent {
	float: left;
	min-height: 120px;
	width: 69%;
	border: 1px solid #ebebeb;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
}

.vertical_tab.style2 #tab ul li {
	margin: 0 -1px 0 0;
}

.vertical_tab.style2 #tab ul li a {
	border-width: 1px 1px 1px 3px;
	border-style: solid;
	border-color: #ebebeb;
}

.vertical_tab.style2 #tab ul li a.current, .vertical_tab.style2 #tab ul li a:hover {
	background: none repeat scroll 0 0 #fff;
	border-right: none;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: 3px solid #000;
}

.vertical_tab.style3 #tab ul li {
	margin: 0 -1px 0 0;
}

/* ======================================================= */

/*                      Testimonail                        */

/* ======================================================= */
.testimonials-container {
	clear: both;
}

.testimonials-container {
	clear: both;
	background-color: #f2f2f2;
	padding: 20px;
	width: auto;
}

.testimonials-container .testimonial-carousel {
	border: 2px solid #fcfbf6;
	padding: 39px;
	width: auto;
	text-align: center;
}

.single-testimonial .testimonial-content:before {
	font-family: "FontAwesome";
	content: "";
	font-size: 18px;
	margin: 0 0 10px;
	display: block;
	color: #bbb;
}

.single-testimonial .testimonial-bottom {
	margin: 0 0 0 50px;
	background: url("https://chem-is-try.com/wp-content/themes/firezy/images/megnor/testi.png") no-repeat scroll 0 0 transparent;
	height: 25px;
	width: 19px;
	position: relative;
	top: -1px;
}

.single-testimonial .testimonial-bottom.nitro-lazy {
	background-image: none !important;
}

.single-testimonial .testimonial-top {
	position: relative;
}

.single-testimonial .testimonial-title {
	font-weight: normal;
}

.single-testimonial .testimonial-email {
	display: inline-block;
}

.single-testimonial .testimonial-title {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.single-testimonial .testimonial-title:hover {
	color: #000;
}

.single-testimonial  .testimonial-designation {
	margin: 5px 0 6px;
}

.single-testimonial .testimonial-designation a {
	color: #000;
	display: inline-block;
}

.single-testimonial .testimonial-designation a:hover {
	color: #000;
}

.single-testimonial blockquote {
	display: block;
	position: relative;
	background-image: none;
}

.single-testimonial blockquote.nitro-lazy {
	background-image: none !important;
}

.single-testimonial .testimonial-content {
	margin: 0 0 20px;
}

.single-testimonial blockquote q {
	position: relative;
}

.single-testimonial blockquote span {
	float: right;
	color: #333;
	font-size: 17px;
	font-style: normal;
	margin: 12px 0 0 0;
}

.single-testimonial .testmonial-image {
	display: inline-block;
	margin: 0 0 15px;
	vertical-align: top;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
}

.single-testimonial .testmonial-image i {
	font-size: 30px;
	line-height: 50px;
	margin: 0;
	text-align: center;
}

.single-testimonial .testmonial-image img {
	background: #fcfcfc;
}

.single-testimonial .testmonial-text {
	display: inline-block;
	vertical-align: top;
}

.testimonial-grid .item {
	float: left;
	position: relative;
}

.testimonial-grid .first-item {
	clear: both;
}

.testimonials-container .item {
	margin: 0;
}

.testimonial-cols-2 .item {
	width: 50%;
}

.testimonial-cols-3 .item {
	width: 33.33%;
}

.testimonial-cols-4 .item {
	width: 25%;
}

.testimonial-cols-5 .item {
	width: 20%;
}

.testimonial-cols-6 .item {
	width: 16%;
}

/* ======================================================= */

/*                      Divider and Space                  */

/* ======================================================= */
.divider_content p {
	margin: 0;
}

.divider_content_inner .title {
	margin: 8px 0 10px 0;
}

.divider_element .dashed {
	border-top: 1px dashed #000;
}

.divider_element .dotted {
	border-top: 1px dotted #000;
}

.divider_element .double {
	border-top: 2px double #000;
}

.divider_element .groove {
	border-top: 1px groove #000;
}

.divider_element .solid {
	border-top: 1px solid #000;
}

/* ======================================================= */

/*                         Call to action                  */

/* ======================================================= */
#callout_div .shortcode_inner {
	border-bottom: 1px solid #000;
	margin: 15px 0;
	overflow: hidden;
	padding: 15px 0;
}

#callout_div .callout_boxed {
	background: none repeat scroll 0 0 #ecf0f1;
	border: 1px solid #000;
	text-align: center;
}

#callout_div .callout_border {
	border: 1px solid #000;
	text-align: center;
}

#callout_div .title {
	font-size: 15px;
	color: #41a62a;
}

#callout_div .calloutarea {
	margin: 0 0 15px 0;
}

.shortcode_content {
	width: 100%;
	margin: 10px 0;
	font-size: 14px;
}

.wpb_row.parallex-image, .parallex-image {
	background-attachment: fixed !important;
}

/* ======================================================= */

/*                         Highlight Text                  */

/* ======================================================= */
.hightlight_text {
	font-style: italic;
	padding: 3px 5px;
	margin: 0 6px;
}

.highlight_light {
	background-color: #f6f6f6;
	color: #000;
}

.highlight_dark {
	background-color: #000;
	color: #fff;
}

/* ======================================================= */

/*                         Dropcap                         */

/* ======================================================= */
.dropcap {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	margin-right: 3px;
	overflow: hidden;
	text-align: center;
	width: 30px;
}

.dropcap.no-background {
	font-weight: 600;
	height: auto;
	line-height: 28px;
	margin: 0;
	vertical-align: bottom;
	width: auto;
}

/* ======================================================= */

/*                         Benefits                        */

/* ======================================================= */
.benefitsarea_inner {
	padding: 10px;
	margin: 10px;
	overflow: hidden;
	border-right: 1px solid #000;
}

.benefitsarea_inner .benefit_bkg {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	height: 94px;
	margin: 50px auto 0;
	width: 135px;
}

.column3 .benifit_image {
	margin: 0 0 10px 0;
}

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

.column3 .benefitsarea_inner img {
	width: 55px;
	height: 55px;
}

.benifit_name {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.benefitsarea_inner p {
	margin: 0 0 10px 0;
	text-align: justify;
}

.benefitsarea_bottom .viewmore a {
	text-decoration: none;
}

.column2 .benefitsarea_inner {
	margin: 10px 0;
}

.column2 .benifit_image {
	float: left;
	width: 20%;
}

.column2 .benefitsarea_bottom {
	float: right;
	width: 76%;
}

/* ======================================================= */

/*                         Buttons                         */

/* ======================================================= */
.button_content_inner a {
	text-decoration: none !important;
	display: inline-block;
}

.button i {
	color: #fff;
}

.button:hover i {
	color: #fff;
}

.button.button_mini i {
	font-size: 12px;
}

.button.button_small i {
	font-size: 14px;
}

.button.button_medium i {
	font-size: 16px;
}

.button.button_big i {
	font-size: 18px;
}

.button.button_mini {
	padding: 8px 16px;
	text-transform: capitalize;
}

.button.button_small {
	padding: 8px 20px;
}

.button.button_medium {
	padding: 12px 24px;
}

.button.button_big {
	padding: 14px 28px;
}

.button_content_inner .button_big i {
	font-size: 22px;
}

.button.left i {
	margin-right: 10px;
}

.button.right i {
	margin-left: 10px;
}

.feedback .button_content_inner .button_medium {
	margin: 0 5px;
}

/* ======================================================= */

/*                         Progress Bar                    */

/* ======================================================= */
.tmpmela_progresbar.style-4 {
	margin-bottom: 5px;
}

.progressbar-container {
	clear: both;
}

.tmpmela_progresbar {
	margin-bottom: 10px;
}

.tmpmela_progress_label {
	padding: 0 5px;
}

.progress_detail {
	font-size: 13px;
	left: 10px;
	line-height: 24px;
	position: absolute;
	top: 0px;
	z-index: 959;
}

.tmpmela_progresbar.style-4 .progress_detail {
	position: relative;
	left: 0;
	color: #333;
}

.active_progresbar {
	height: 25px;
	position: relative;
	margin: 0;
	background: #ecede8;
}

.active_progresbar span.value {
	display: inline-block;
	height: 100%;
	position: relative;
}

.style-1 .active_progresbar span.value {
	background-color: #000;
}

.style-2 .active_progresbar > span.value:after, .style-3 .active_progresbar > span.value:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: 50px 50px;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.style-3 .active_progresbar > span.value:after, .style-3 .active_progresbar > span.value:after {
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
}

/* ======================================================= */

/*                        Social Blog                      */

/* ======================================================= */
.tmpmela_socialicon {
	float: left;
	margin: 0 5px;
}

.tmpmela_socialicon a {
	border: 1px solid #4fbfa8;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	color: #4fbfa8;
	display: inline-block;
	text-align: center;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	width: 25px;
	padding: 3px;
}

.tmpmela_socialicon a:hover {
	border: 1px solid #000;
	color: #000;
}

/* ======================================================= */

/*                        Message Boxs                     */

/* ======================================================= */
.messagebox_inner {
	font-size: 13px;
	line-height: 24px;
	padding: 15px 15px 15px 70px;
}

.messagebox_inner.success {
	background: url("https://chem-is-try.com/wp-content/themes/firezy/images/megnor/shortcode/success.png") no-repeat scroll 15px 3px #eef4d4;
	border: 1px solid #8fad3d;
	color: #596c26;
}

.messagebox_inner.success.nitro-lazy {
	background-image: none !important;
}

.messagebox_inner.error {
	background: url("https://chem-is-try.com/wp-content/themes/firezy/images/megnor/shortcode/error.png") no-repeat scroll 15px 3px #efcec9;
	border: 1px solid #ae3f2e;
	color: #f30;
}

.messagebox_inner.error.nitro-lazy {
	background-image: none !important;
}

.messagebox_inner.warning {
	background: url("https://chem-is-try.com/wp-content/themes/firezy/images/megnor/shortcode/warning.png") no-repeat scroll 15px 3px #ffea97;
	border: 1px solid #e2b500;
	color: #033;
}

.messagebox_inner.warning.nitro-lazy {
	background-image: none !important;
}

.messagebox_inner.message {
	background: url("https://chem-is-try.com/wp-content/themes/firezy/images/megnor/shortcode/message.png") no-repeat scroll 15px 3px #c6d8f0;
	border: 1px solid #4282cc;
	color: #39f;
}

.messagebox_inner.message.nitro-lazy {
	background-image: none !important;
}

/* ======================================================= */

/*                        Conatct Form                     */

/* ======================================================= */
.row100 {
	margin: 0 0 23px;
	float: left;
	width: 100%;
}

.col30 {
	float: left;
	width: 20%;
}

.col70 {
	float: left;
	width: 90%;
	position: relative;
}

.col30 label {
	color: #7a7a7a;
	font-size: 14px;
}

.col70 input {
	color: #000;
	width: 100%;
	padding: 12px 25px 12px 20px;
	float: left;
	background: #f9f9f9;
}

.col70 textarea {
	background: #f9f9f9;
}

.col70 i {
	color: #d0d0d0;
	right: 10px;
	position: absolute;
	top: 16px;
	margin: 0;
}

.col70::-moz-placeholder {
	color: #23272a;
}

.button .col70 {
	float: right;
	width: 100%;
}

.col70 .button {
	float: right;
	background: none repeat scroll 0 0 #424570;
	color: #fff;
	font-weight: 600;
	line-height: 18px;
	padding: 5px 12px;
	text-transform: uppercase;
	width: auto;
}

.col70 em {
	margin: 0 5px;
}

.banner_content {
	text-align: center;
}

.contactform_right .col70 {
	width: 100%;
}

.contactform_left {
	float: left;
	width: 35%;
	margin: 0 15px 0 0;
}

.contactform_right {
	overflow: hidden;
}

/* ======================================================= */

/*                        Counterchart                     */

/* ======================================================= */
.tmchat_wrapper {
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	margin: 10px 0 20px 0;
	text-align: center;
}

.tmchat_wrapper canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.percent {
	display: inline-block;
	line-height: 130px;
	z-index: 2;
	font-size: 30px;
}

.percent:after {
	content: "%";
	margin-left: .1em;
	font-size: .8em;
}

.angular {
	margin-top: 100px;
}

.angular .chart {
	margin-top: 0;
}

.tmpmela_piechart.column1, .tmpmela_piechart.column2, .tmpmela_piechart.column3, .tmpmela_piechart.column4 {
	text-align: center;
}

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

.chart_bottom .chart_code {
	margin: 5px 0;
}

.chart_bottom .chart_desc {
	margin: 12px 5px 8px 5px;
}

.tmpmela_piechart {
	margin-bottom: 30px;
}

/* ======================================================= */

/*                        Fancy Media                      */

/* ======================================================= */
.tmpmela_fancymediacontent {
	width: 270px;
	border: 1px solid #ddd;
}

.tmpmela_fancymediacontent.frame {
	background: none repeat scroll 0 0 #f1f1f1;
	padding: 10px;
	text-align: center;
}

.tmpmela_fancymediacontent.left {
	float: left;
	margin: 0 20px 10px 0;
}

.tmpmela_fancymediacontent.right {
	float: right;
	margin: 0 0 10px 20px;
}

.tmpmela_fancymediacontent .media_bottom {
	font-size: 14px;
	margin: 10px 0 0px 0;
}

.noframe .media_bottom {
	font-size: 14px;
	margin: 10px 10px 0px;
}

/* ======================================================= */

/*                        Pricing Table                    */

/* ======================================================= */
.pricing_wrapper {
	padding: 20px;
}

.pricing_wrapper .pricing_wrapper_inner {
	border: 1px solid #ebeaea;
	border-bottom: 3px solid #ebeaea;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #fff;
}

.pricing_heading {
	background: none repeat scroll 0 0 #f5f5f5;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 35px 15px;
	text-align: center;
	text-transform: uppercase;
}

.pricing_top {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 10px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 74px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: -34px;
	width: 74px;
	color: #000;
	padding: 5px;
}

.pricing_bottom {
	text-align: center;
	margin: -20px 0 0 0;
}

.pricing_top .pricing_per {
	font-size: 14px;
	margin: 14px 0 5px 0;
	line-height: 17px;
}

.pricing_top .pricing_price {
	font-size: 18px;
	font-weight: 600;
}

.pricing_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing_wrapper ul li {
	padding: 3px 0;
	margin: 0 0 5px;
}

.pricing_button {
	height: 30px;
	margin: 25px 0 35px;
}

.pricing_button	a#pricing-btn {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 8px 24px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
}

.pricing_wrapper:hover .pricing_heading, .pricing_wrapper .selected .pricing_heading, .pricing_wrapper:hover .pricing_top, .pricing_wrapper .selected .pricing_top, .pricing_wrapper:hover .pricing_button a#pricing-btn, .pricing_wrapper .selected .pricing_button a#pricing-btn {
	background: #375f9f;
	color: #fff;
}

.pricing_wrapper:hover .pricing_wrapper_inner, .pricing_wrapper:hover .pricing_button a#pricing-btn, .pricing_wrapper .selected .pricing_button a#pricing-btn {
	border-color: #375f9f;
}

.pricing_wrapper .selected {
	margin-top: -10px;
}

.pricing_wrapper .selected .pricing_heading {
	padding: 42px 15px;
}

.nopricing_heading {
	height: 20px;
	padding: 35px 15px;
}

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

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

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

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

/* ======================================================= */

/*            Non-semantic helper classes                  */

/* ======================================================= */
.button_content_inner.center, .center {
	text-align: center;
	position: relative;
	float: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	visibility: hidden;
}

.alignright, .right {
	float: right;
	text-align: right;
}

.alignleft, .left {
	display: inline-block;
	float: left;
	vertical-align: top;
}

.divider_content {
	clear: both;
	margin: 0 0 50px;
}

.alignnone, .none {
	float: none;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.clearboth {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

/* ======================================================= */

/*                         Table Style                     */

/* ======================================================= */
.table_style {
	border: 1px solid #000;
	margin-bottom: 20px;
	width: 100%;
}

.table_style table {
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #fff;
	width: 100%;
	padding: 0;
	margin: 0;
}

.table_style th {
	text-align: center;
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #555;
	background-color: #f5f5f5;
}

.table_style tbody {
	background: #f9f9f9;
}

.table_style td {
	text-align: center;
	padding: 10px;
	color: #666;
	border-top: 1px dashed #fff;
}

.table_style tbody tr:hover td {
	color: #333;
	background: #fff;
	border-top: 1px solid #fff;
}

.table_style tfoot {
	background-color: #f3f3f3;
}

.table_style tfoot td {
	padding: 8px;
}

/* ======================================================= */

/*                         Message Boxes                   */

/* ======================================================= */
.message {
	line-height: 24px;
	font-weight: normal;
	padding: 15px 15px 15px 80px;
	position: relative;
	margin: 10px 0 30px;
}

.success-message {
	background: url("https://chem-is-try.com/wp-content/themes/firezy/images/megnor/shortcode/success.png") no-repeat scroll 15px 3px #eef4d4;
	border: 1px solid #8fad3d;
}

.success-message.nitro-lazy {
	background-image: none !important;
}

.error-message {
	background: url("https://chem-is-try.com/wp-content/themes/firezy/images/megnor/shortcode/error.png") no-repeat scroll 15px 3px #efcec9;
	border: 1px solid #ae3f2e;
}

.error-message.nitro-lazy {
	background-image: none !important;
}

.message-message {
	background: url("https://chem-is-try.com/wp-content/themes/firezy/images/megnor/shortcode/message.png") no-repeat scroll 15px 3px #c6d8f0;
	border: 1px solid #4282cc;
}

.message-message.nitro-lazy {
	background-image: none !important;
}

.warning-message {
	background: url("https://chem-is-try.com/wp-content/themes/firezy/images/megnor/shortcode/warning.png") no-repeat scroll 15px 3px #ffea97;
	border: 1px solid #e2b500;
}

.warning-message.nitro-lazy {
	background-image: none !important;
}

.flickr_badge_image {
	display: inline-block;
	margin-right: 10px;
}

.flickr_badge_image img {
	border: 3px solid #ebebeb;
	height: 100px;
	width: 100px;
}

.flickr_badge_image:hover img {
	border-color: #ccc;
}

/* ======================================================= */

/*                   Accordion and Toggles                 */

/* ======================================================= */
.toogle_div, .accordion .acc {
	position: relative;
}

.widget .single_accordion p, .widget .single_toggle p {
	margin: 0;
}

.toogle_div p, .accordion p {
	margin: 0;
}

.accordion span.icon:after, .toogle_div span.icon:after {
	content: "";
	font-family: FontAwesome;
	left: 12px;
	position: absolute;
	font-size: 10px;
}

.accordion a.current span.icon:after, .toogle_div a.current span.icon:after {
	content: "";
	font-family: FontAwesome;
	left: 12px;
	position: absolute;
}

.accordion_image {
	width: 110px;
	float: left;
}

.accordion, .toggle {
	width: 96%;
	clear: both;
}

.accordion .accordion-title, .toggle .accordion-title {
	position: relative;
}

/* accordion style5 */
.accordion.style5 .single_accordion, .toggle.style5 .single_accordion {
	border-top: 1px solid #ebebeb;
	padding: 3px 0;
}

.accordion.style5 .single_accordion a, .toggle.style5 .single_accordion a {
	margin: 0;
}

.accordion.style5 .accordion-title, .toggle.style5 .toggle-title {
	padding: 8px 10px 8px 30px;
	background: #434571;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.accordion.style5 .tab_content, .toggle.style5 .tab_content {
	padding: 15px;
	font-size: 14px;
}

/* accordion style1 */
.accordion.style1 .accordion-title, .toggle.style1 .toggle-title {
	border: 1px solid #ebebeb;
	padding: 10px 10px 10px 30px;
}

.accordion.style1 .tab_content, .toggle.style1 .tab_content {}

/* accordion style2 */
.accordion.style2 .single_accordion, .toggle.style2 .single_toggle {
	border: 1px solid #ebebeb;
	margin: 0 0 10px;
}

.accordion.style2 .accordion-title, .toggle.style2 .toggle-title {
	padding: 10px 10px 10px 30px;
}

.accordion.style2 .tog, .toggle.style2 .tog {
	margin: 0;
}

.accordion.style2 .tab_content, .toggle.style2 .tab_content {
	padding: 0 10px 10px;
}

/* accordion style3 */
.accordion.style3 .accordion-title, .toggle.style3 .toggle-title {
	border: 1px solid #f5f5f5;
	padding: 10px 30px 10px 10px;
	background-color: #f5f5f5;
}

.accordion.style3 .tab_content, .toggle.style3 .tab_content {}

.accordion.style3 span.icon:after, .accordion.style4 span.icon:after, .accordion.style3 a.current span.icon:after, .accordion.style4 a.current span.icon:after, .toggle.style3 span.icon:after, .toggle.style4 span.icon:after, .toggle.style3 a.current span.icon:after, .toggle.style4 a.current span.icon:after {
	right: 10px;
	left: auto;
}

/* accordion style4 */
.accordion.style4 .single_accordion, .toggle.style4 .single_toggle {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	margin: 0 0 10px;
}

.accordion.style4 .accordion-title, .toggle.style4 .toggle-title {
	padding: 10px 30px 10px 10px;
}

.accordion.style4 .tab_content, .toggle.style4 .tab_content {
	padding: 0 10px 10px;
}

.accordion.style4 .tog, .toggle.style4 .tog {
	margin: 0;
}

.toogle_div .tog, .accordion .tog {
	display: block;
	margin: 0 0 10px;
	position: relative;
	text-decoration: none;
}

.header-middle .tab_content {
	border-bottom: none;
}

.toogle_div .tab_content, .accordion .tab_content {
	display: none;
	line-height: 22px;
	overflow: hidden;
	padding: 0 30px 15px 10px;
}

.regular-text1 {
	position: relative;
}

.category-text .sub-title, .small-title {
	font-size: 12px;
	color: #a5a5a5;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	font-weight: 400;
	margin-left: 25px;
}

.small-title .sub-title {
	display: inline-block;
	vertical-align: top;
}

/* ======================================================= */

/*                          Title                          */

/* ======================================================= */
.shortcode-title {
	padding: 0;
	width: 100%;
	clear: both;
	box-sizing: border-box;
}

.normal-title, .upsells.products > h2, .related.products h2, .cross-sells > h2 {
	color: #000;
	display: inline-block;
	letter-spacing: .5px;
	position: relative;
	vertical-align: top;
	margin: 0px 0px 30px;
	font-weight: 500;
	line-height: 20px;
	font-size: 20px;
	border-bottom: 2px solid #f0f0f0;
	width: 100%;
	padding: 0px 0px 30px;
}

.faq-title-border .big-title {
	border: 0;
	padding-top: 0;
}

.wpb_wrapper .title-description {
	text-align: center;
	width: 75%;
	text-transform: capitalize;
	margin: 0 auto !important;
}

.sub-title {
	color: #000;
	padding: 10px 0;
	line-height: 30px;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
}

.contact-page-block .big-title {
	color: #a0a0a0;
}

.tmpmela_about .title, .faqs-container .small-title, .tmpmela_piechart .chart_title, .sitemap h2, .address-title.simple-title, .tmpmela_about title {
	color: #000;
	font-size: 16px;
	padding: 15px 0;
	position: relative;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
}

.small-title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 15px 0;
}

.big-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
	padding: 15px 0;
}

.border-type {
	padding-bottom: 5px;
	position: relative;
	display: inline-block;
}

.border-type:after {
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 60px;
	background: none repeat scroll 0 0 #696868;
}

.panel-grid .panel-grid-cell h3.widget-title {
	display: none;
}

/* ======================================================= */

/*                    Shortcode Code                       */

/* ======================================================= */
.code {
	background-color: #f5f5f5;
	clear: both;
	padding: 15px;
	font-size: 14px;
	margin: 8px 0 15px !important;
	line-height: 20px;
	color: #808080;
	overflow-wrap: break-word;
}

/* ======================================================= */

/*                           Services                      */

/* ======================================================= */
.service .service-text {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 26px;
}

.static-text-container {
	margin-bottom: 20px !important;
}

.txt-button.static-text-container {
	width: 90%;
}

.service .service-icon {
	color: #333;
}

.static-text-container .text {
	line-height: 25px;
	display: inline-block;
}

.service {
	text-align: center;
	width: 85%;
	margin: 10px auto;
}

.service .service-read-more i.fa {
	font-size: 12px;
	margin-left: 7px;
}

.service.style-2 {
	width: 94%;
}

.service .style-1 .service-text {
	margin: 15px 0 10px;
}

.service .style-1 .service-icon {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	font-size: 30px;
	text-align: center;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	height: 60px;
	line-height: 60px;
	position: relative;
	width: 60px;
	margin: 0;
}

.service .style-1 .service-icon.fa-mobile-phone {
	font-size: 30px;
}

.service .style-1 .service-icon.no-background {
	font-size: 40px;
}

.service .style-2 .icon {
	float: none;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

.service .style-2 .service-text {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.style-2 .service-desc {
	overflow: hidden;
	clear: both;
}

.service .service-content.style-2 {
	text-align: left;
}

.service .style-3 .service-top {
	text-align: center;
}

.service .style-2 .service-icon, .service .style-3 .service-icon {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	position: relative;
	text-align: center;
	width: 30px;
}

.service .style-3 .service-icon.no-background {
	font-size: 25px;
}

.service .style-2 .service-content, .service .style-3 .service-text {
	vertical-align: top;
}

.service .style-2  .description {
	margin-top: 10px;
}

.service .style-3 .service-top .icon {
	margin: 0 0 10px;
}

.service .style-3 .service-top {
	margin-bottom: 10px;
	display: inline-block;
}

.service .style-3 .service-content {
	text-align: left;
	clear: both;
}

.service .style-4 .service-text {
	line-height: 30px;
}

.home-cms-block .service .service-icon {
	color: #434571;
	font-size: 90px;
	margin: 0;
}

.home-cms-block .service .icon {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	padding: 15px;
	margin: 0 15px 0 0;
}

.home-cms-block .service .service-content {
	overflow: hidden;
	text-align: left;
	padding: 8px 0 0;
}

.home-cms-block .service .icon .fa {
	font-size: 25px;
	margin: 0;
}

.home-cms-block .service .service-text {
	color: #2270b2;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.home-cms-block .service .description {
	margin: 0;
}

.home-cms-block .service {
	background: #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0;
	padding: 20px 30px;
	overflow: hidden;
}

.home-cms-block .title1 {
	color: #d00a2d;
}

.home-cms-block .one_third_inner {
	margin: 0 auto !important;
}

.home-parallax-service .service:hover .service-icon {
	line-height: 30px;
}

/* ======================================================= */

/*                         Blockquote                      */

/* ======================================================= */
blockquote {
	line-height: 30px;
	margin: 10px;
	position: relative;
	width: auto;
	text-align: left;
}

.entry-content .custom-testimonial-inner blockquote:before {
	background: none;
}

.entry-content .testimonial-content blockquote {
	background: none;
	padding: 0 !important;
	border: none;
	text-align: center;
}

blockquote cite, blockquote small, blockquote cite a, blockquote small a {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote strong, blockquote b {
	font-weight: 400;
}

/* ======================================================= */

/*                        Brand Logo                       */

/* ======================================================= */
.brand_main .product-block {
	position: relative;
	text-align: center;
	margin: 5px 15px;
	display: inline-block;
}

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

.brand_main .product-block img {
	max-width: 100%;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	opacity: .7;
	-webkit-opacity: .7;
	-o-opacity: .7;
	-ms-opacity: .7;
}

.brand_main:hover .product-block img {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.brand-grid .brand_main .product-block {
	margin: 20px 25px;
}

.address-description, .address-label, .address-text {
	text-transform: capitalize;
	line-height: 26px;
}

.address-text {
	padding: 10px 0px;
	box-sizing: border-box;
}

.address-container {
	clear: both;
}

.address-text .icon {
	padding: 10px 0px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.address-text .content {
	text-align: left;
	display: inline-block;
	padding: 10px 20px;
	vertical-align: top;
}

.address-container {
	clear: both;
	margin: 0px;
	overflow: hidden;
	margin-left: 30px;
}

.address-text {
	display: block;
}

.address-text-inner {
	margin: 0;
	overflow: hidden;
}

.address-text.third {
	margin-right: 0;
}

.address-text .fa {
	font-size: 40px;
	color: #adadad;
	width: 40px;
	margin: 0;
}

.address-label {
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.address-text .content p {
	margin-bottom: 0;
	font-size: 13px;
	text-align: inherit;
}

/* ==========================================================================
Custom Testimonial Start
========================================================================== */
.custom-testimonial {
	text-align: center;
}

.custom-testimonial-inner:before {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/quote.png");
	background-color: transparent;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 52px;
	width: 65px;
	content: "";
	display: block;
	margin: auto;
	padding: 10px 0;
}

.primary-sidebar .custom-testimonial .testmonial-image {
	margin: 28px 0 0;
}

.primary-sidebar  .custom-testimonial .testimonial-content {
	margin: 20px auto;
}

.custom-testimonial .testimonial-content {
	margin: 20px auto;
	width: 72%;
}

.custom-testimonial .testimonial-title a {
	text-transform: uppercase;
	font-weight: 600;
	color: #375f9f;
	font-size: 14px;
}

.custom-testimonial .testimonial-designation {
	margin: 0;
	color: #aaa;
}

.testmonial-text {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.custom-testimonial .read-more {
	margin: 28px 0 0;
	display: none;
}

.primary-sidebar .custom-testimonial .read-more {
	margin: 28px 0 38px;
}

.custom-testimonial .read-more a {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
}

.custom-testimonial .read-more a:hover {
	color: #000;
}

#secondary .custom-testimonial .product-block {
	margin: 0;
}

#secondary .testimonial-carousel.owl-theme .owl-buttons div {
	top: -50px;
}

#secondary .custom-testimonial .testimonial-content {
	width: 100%;
}

#secondary .owl-theme .owl-buttons div.owl-prev {
	right: 26px;
	left: auto;
}

#secondary .owl-theme .owl-buttons div.owl-next {
	right: 0px;
	left: auto;
}

#secondary .owl-theme .owl-buttons div {
	background: #fff none repeat scroll 0 0;
	border-color: #ccc;
	color: #ccc;
	height: 20px;
	line-height: 18px;
	opacity: 1;
	top: -34px;
	width: 20px;
}

#secondary .owl-theme .owl-buttons div:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}

#secondary .owl-theme .owl-buttons div:before {
	font-size: 16px;
}

#secondary .owl-pagination {
	display: none;
}

/************* Sidebar Blog *************/
#secondary .blog-posts-content .post-title a, #secondary .single-portfolio .portfolio-title a {
	font-size: 16px;
	line-height: 24px;
}

#secondary .post-content-inner {
	padding: 0;
}

#secondary .post-title, #secondary .single-portfolio .portfolio-title {
	margin: 5px 0;
}

#secondary .post-description {
	padding: 4px 0;
}

#secondary .blog-posts-content .day {
	display: inline-block;
}

#secondary .blog-posts-content .day span {
	border: none;
	font-size: 14px;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

#secondary .blog-posts-content .post-date {
	width: auto;
	width: 146px;
	height: auto;
	margin: -30px auto 10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	padding: 4px;
}

#secondary .blog-posts-content, .portfolio-container {
	margin: 0;
}

#secondary .blog-posts-content .container .container-inner, #secondary .portfolio-main .single-portfolio {
	margin: 0;
}

/* ==========================================================================
Custom Testimonial End
========================================================================== */

/* ==========================================================================
Blogpost style 1nd Start
========================================================================== */

/* ==========================================================================
Parallax service style 3rd Start
========================================================================== */
.service-style3 .service.style-3 {
	margin: 0 15px 20px;
	width: auto;
}

.parallax-service-content.style-3 .service-text, .parallax-service-content.style-3 .description {
	color: #000;
}

.parallax-service-content.style-3 .service-text {
	font-weight: 600;
	margin: 0 0 5px;
}

.parallax-service-content.style-3 {
	text-align: center;
	position: relative;
}

.parallax-service .service.style-3 {
	margin: 0 15px;
}

.parallax-service-content.style-3 .service-desc {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	padding: 60px 10px 20px;
}

.parallax-service-content.style-3 .icon {
	background: #f9f9f9;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	height: 80px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -40px;
	width: 80px;
}

.service .parallax-service-content.style-3 .service-icon {
	color: #707173;
	font-size: 30px;
	line-height: 80px;
}

.parallax-service-content.style-3 .icon:before {
	border: none;
}

.parallax-service-content.style-3:hover .icon {
	background: #000;
	border: 1px solid #000;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.parallax-service-content.style-3:hover .icon .service-icon {
	color: #fff;
}

/* ==========================================================================
Parallax service style 3rd End
========================================================================== */

/* ==========================================================================
Single Cms Category Start
========================================================================== */
.single-category-banner {
	background: #fff;
	text-align: center;
	position: relative;
}

.single-category-banner > a {
	display: block;
}

.hover_block {
	background: rgba(52, 152, 219, .5);
	left: 0;
	left: 30px;
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 30px;
	transform: scale(.1);
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-ms-transform: scale(.1);
	-o-transform: scale(.1);
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.single-category-banner:hover .hover_block {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.single-category-banner.single-cat1 {
	padding: 8px 0 8px 6px;
}

.single-category-banner.single-cat2 {
	padding: 0 0 8px 6px;
}

.single-category-banner.single-cat3 {
	padding: 8px 0;
}

.single-category-banner.single-cat4 {
	padding: 0 0 8px;
}

.single-category-banner.single-cat5 {
	padding: 8px 6px 8px 0;
}

.single-category-banner.single-cat6 {
	padding: 0 6px 8px 0;
}

.cms-category .inner-container {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	box-shadow: 0 0 2px 1px #ddd;
	-moz-box-shadow: 0 0 2px 1px #ddd;
	-webkit-box-shadow: 0 0 2px 1px #ddd;
	overflow: hidden;
}

.single-category-banner .category-title {
	bottom: 50px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	left: 60px;
	position: absolute;
	z-index: 5;
}

.single-category-banner .category-title:before {
	border-top: 1px solid #000;
	content: "";
	position: absolute;
	top: -10px;
	width: 30px;
}

/* ==========================================================================
Single Cms Category End
========================================================================== */
.tmpmela_about_inner.image-left .about_image {
	text-align: left;
}

.tmpmela_about_inner.image-right .about_image {
	text-align: right;
}

.team-posts-content.posts-content .container .container-inner .staff-content {
	padding: 6%;
	overflow: hidden;
	text-align: center;
	margin-top: 8%;
	bottom: 0;
	background: #f7f7f7;
	margin: 0 auto;
	left: 20px;
	right: 20px;
	top: auto;
	transition: all 500ms;
	box-sizing: border-box;
}

.team-posts-content.posts-content .container .container-inner:hover .staff-content {
	transform: translateY(0px);
	background-color: #1f4c94;
}

.single-team:hover .staff-position span, .single-team:hover .staff-name a, .single-team:hover .staff-social .icon .fa {
	color: #fff;
}

/*********************Custom Action*****************************/
.customaction_title1 {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	margin-right: 20px;
	text-transform: capitalize;
	vertical-align: middle;
}

.dash {
	background: #000 none repeat scroll 0 0;
	display: inline-block;
	height: 1px;
	vertical-align: baseline;
	width: 32px;
}

.customaction_title2 {
	color: #000;
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	margin: 0 20px;
	vertical-align: middle;
}

.customaction.center .calloutarea_button {
	margin: 0;
	display: inline-block;
}

.customaction .calloutarea_button a {
	border: medium none;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 20px;
	text-transform: uppercase;
}

.portfolio-filter {
	margin: 0 -2px;
}

.portfolio-filter h3 {
	display: none;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	transform: scale(0);
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
}

.portfolio-filter .single-portfolio:hover h3 {
	transform: scale(1);
}

.portfolio-filter-container  .portfolio-container {
	margin: 0;
}

.portfolio-filter-container .options li a {
	border: 1px solid #ebebeb;
	color: #000;
	margin: 2px 4px;
	padding: 6px 18px;
	text-transform: capitalize;
	border-radius: 0;
	border-radius: 4px;
	-webkit-border-radius: 0;
	-webkit-border-radius: 4px;
	-o-border-radius: 0;
	-o-border-radius: 4px;
	-moz-border-radius: 0;
	-moz-border-radius: 4px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .09);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .09);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .09);
}

.portfolio-filter-container .options li a:active, .portfolio-filter-container .options li a.selected, .portfolio-filter-container .options li a:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.portfolio-filter-container .item {
	margin: 0;
}

.portfolio-filter-container .portfolio-cols-1 .item {
	width: 100%;
}

.portfolio-filter-container .portfolio-cols-2 .item {
	width: 50%;
}

.portfolio-filter-container .portfolio-cols-3 .item {
	width: 33.33%;
}

.portfolio-filter-container .portfolio-cols-4 .item {
	width: 25%;
}

.portfolio-filter-container .portfolio-cols-5 .item {
	width: 20%;
}

.portfolio-filter-container .portfolio-cols-6 .item {
	width: 16.66%;
}

/********** brand list *****************/
.type-brand {
	margin: 0 0 60px;
}

.brand-name {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 0;
}

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

.single-brand .entry-thumbnail {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
	width: auto;
}

.brands {
	margin: 0 -10px;
}

.brands ul li {
	vertical-align: top;
	display: inline-block;
	list-style: none outside none;
	box-sizing: border-box;
	padding: 0 10px 20px;
	text-align: center;
	float: left;
}

.brands.list  .brand-inner {
	background-color: #fff;
	padding: 10px;
}

.brands.list li:hover .brand-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.brands li h3.title {
	padding: 15px;
	margin: 0;
}

.brands li h3.title, .brands li mark.count {
	font-size: 14px;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	background: none;
}

.brands li:hover h3.title, .brands li:hover mark.count {
	color: #000;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
}

.brands li:hover img {
	opacity: .8;
	-webkit-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
}

.brands li img {
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
}

.brands .columns-1 li {
	width: 100%;
}

.brands .columns-2 li {
	width: 50%;
}

.brands .columns-3 li {
	width: 33.33%;
}

.brands .columns-4 li {
	width: 25%;
}

.brands .columns-5 li {
	width: 20%;
}

.brands .columns-6 li {
	width: 16.66%;
}

.brand-list img {
	max-width: 100%;
	height: auto;
}

/******************* widgets-brand *************/
.primary-sidebar .brands ul li {
	padding: 0;
}

.primary-sidebar .brands li .brand-inner {
	border: 2px solid #ebebeb;
	margin: 1px;
}

.widgets-brand ul li.brand-static-wrapper {
	clear: both;
	padding: 25px 0;
	text-align: center !important;
	display: block !important;
	width: 100%;
}

.brand-static-wrapper .text1 {
	color: #22283e;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
}

.brand-static-wrapper .text2 {
	color: #000;
	font-size: 16px;
	margin: 3px 0 5px;
}

.primary-sidebar .brand-static-wrapper .button a {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 32px;
	text-transform: uppercase;
}

.primary-sidebar .brand-static-wrapper .button a:hover {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}

.not-found h1 {
	margin-top: 0;
	color: #000;
}

/****************** countbox ****************/
.product-all {
	padding: 5px 0 10px;
}

.countbox.hastime {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
}

.count-down {
	width: auto;
	float: left;
	position: relative;
	padding: 20px 0;
	font-size: 20px;
	clear: both;
	font-weight: 500;
	box-sizing: border-box;
}

.countbox .timebox {
	margin: 0 3px 0 0;
}

.countbox .timebox {
	position: relative;
	color: #000;
	background: #fff;
	margin: 0px 12px;
	padding: 10px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 500;
	width: 54px;
	height: 54px;
}

.countbox .timebox .timebox-inner::after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 15px;
	left: auto;
	right: -15px;
	border-right: 1px solid #e5e5e5;
	width: 1px;
	height: 20px;
}

.countbox .second .timebox-inner::after {
	display: none;
}

.count-down .time {
	font-size: 11px;
	color: #000;
	text-transform: capitalize;
	display: block;
	font-weight: 400;
}

.countbox .timebox:last-child::before {
	content: none;
}

.countbox strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.price {
	width: 100%;
}

.product-description {
	color: #808080;
}

.product-description .read-more {
	display: none;
}

.home-featured-carousel .product-block-hover {
	margin-top: 5px;
	float: none;
	bottom: 0;
	clear: both;
}

/****************** HOME Service ************/
.service-content {
	text-align: center;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.service-list .service-content .icon-image, .service-1 .service-content .icon-image, .service-2 .service-content .icon-image, .service-3 .service-content .icon-image, .service-4 .service-content .icon-image {
	background-position: center center;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	position: relative;
	background-size: 35px;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	float: left;
}

.service-list .service-content .icon-image, .service-1 .service-content .icon-image {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/source/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/delivery.svg");
	background-size: 40px;
	width: 40px;
	height: 40px;
}

.service-list .service-content .icon-image.nitro-lazy, .service-1 .service-content .icon-image.nitro-lazy {
	background-image: none !important;
}

.service-2 .service-content .icon-image {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/source/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/money-bag.svg");
}

.service-2 .service-content .icon-image.nitro-lazy {
	background-image: none !important;
}

.service-3 .service-content .icon-image {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/source/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/best_online.svg");
}

.service-3 .service-content .icon-image.nitro-lazy {
	background-image: none !important;
}

.service-4 .service-content .icon-image {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/source/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/piggy.svg");
}

.service-4 .service-content .icon-image.nitro-lazy {
	background-image: none !important;
}

.style-2 .icon-image {
	padding: 0 20px;
}

.style-2 .icon-image, .style-2 .content {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.service_other_text {
	color: #979797;
	line-height: 15px;
	margin-top: 7px;
	font-size: 12px;
}

.service-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	word-wrap: break-word;
	margin-top: 4px;
}

.service-list {
	float: left;
	vertical-align: middle;
	width: auto;
	position: relative;
}

.service-list.service-4::before {
	content: none;
}

.service-list .content {
	text-align: left;
	overflow: hidden;
	width: auto;
	float: left;
	box-sizing: border-box;
	padding-left: 15px;
	vertical-align: top;
}

.servicecmsblock .service-list.service-2::after, .servicecmsblock .service-list.service-3::after, .servicecmsblock .service-list.service-4::after {
	position: absolute;
	content: "";
	top: 0px;
	bottom: auto;
	left: 0;
	right: 0;
	background: #f0f0f0;
	width: 2px;
	height: 40px;
}

.servicecmsblock .service-list {
	padding: 0 40px;
	box-sizing: border-box;
}

@charset "UTF-8";

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 600px, 0);
		transform: translate3d(0, 600px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 600px, 0);
		transform: translate3d(0, 600px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

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

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

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.bigEntrance {
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;
	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	visibility: visible !important;
}

@keyframes bigEntrance {
	0% {
		transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: .2;
	}
	
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}
	
	45% {
		transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	
	75% {
		transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: .2;
	}
	
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}
	
	45% {
		-webkit-transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	
	75% {
		-webkit-transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}

.hatch {
	animation-name: hatch;
	-webkit-animation-name: hatch;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	visibility: visible !important;
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(.6);
	}
	
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	
	50% {
		transform: rotate(-2deg);
	}
	
	65% {
		transform: rotate(1deg);
	}
	
	80% {
		transform: rotate(-1deg);
	}
	
	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(.6);
	}
	
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	
	50% {
		-webkit-transform: rotate(-2deg);
	}
	
	65% {
		-webkit-transform: rotate(1deg);
	}
	
	80% {
		-webkit-transform: rotate(-1deg);
	}
	
	100% {
		-webkit-transform: rotate(0deg);
	}
}

.slideExpandUp {
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;
	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease -out;
	visibility: visible !important;
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(.5);
	}
	
	30% {
		transform: translateY(-8%) scaleX(.5);
	}
	
	40% {
		transform: translateY(2%) scaleX(.5);
	}
	
	50% {
		transform: translateY(0%) scaleX(1.1);
	}
	
	60% {
		transform: translateY(0%) scaleX(.9);
	}
	
	70% {
		transform: translateY(0%) scaleX(1.05);
	}
	
	80% {
		transform: translateY(0%) scaleX(.95);
	}
	
	90% {
		transform: translateY(0%) scaleX(1.02);
	}
	
	100% {
		transform: translateY(0%) scaleX(1);
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(.5);
	}
	
	30% {
		-webkit-transform: translateY(-8%) scaleX(.5);
	}
	
	40% {
		-webkit-transform: translateY(2%) scaleX(.5);
	}
	
	50% {
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	
	60% {
		-webkit-transform: translateY(0%) scaleX(.9);
	}
	
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}
	
	80% {
		-webkit-transform: translateY(0%) scaleX(.95);
	}
	
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}
	
	100% {
		-webkit-transform: translateY(0%) scaleX(1);
	}
}

.floating {
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	
	50% {
		transform: translateY(8%);
	}
	
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	
	50% {
		-webkit-transform: translateY(8%);
	}
	
	100% {
		-webkit-transform: translateY(0%);
	}
}

.expandOpen {
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	visibility: visible !important;
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);
	}
	
	50% {
		transform: scale(.95);
	}
	
	80% {
		transform: scale(1.05);
	}
	
	90% {
		transform: scale(.98);
	}
	
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);
	}
	
	50% {
		-webkit-transform: scale(.95);
	}
	
	80% {
		-webkit-transform: scale(1.05);
	}
	
	90% {
		-webkit-transform: scale(.98);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

.clear {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce-MyAccount-content {
	box-sizing: border-box;
	padding: 20px 30px;
	background: #f5f5f5;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address {
	padding: 0;
	background: none;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 100%;
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
	content: " ";
	display: table;
}

.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
	clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 49%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 49%;
}

.woocommerce img, .woocommerce-page img {
	max-width: 100%;
}

/* ==========================================================================
   Product Navigation css Start
   ========================================================================== */
.tmpmela_product_nav_buttons {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 !important;
}

.tmpmela_product_nav_buttons .previous a, .tmpmela_product_nav_buttons .next a {
	font-size: 0;
	color: #c7c7c7;
	display: block;
	height: 22px;
	width: 22px;
	line-height: 20px;
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
}

.tmpmela_product_nav_buttons .previous a:hover, .tmpmela_product_nav_buttons .next a:hover {
	color: #000;
}

.tmpmela_product_nav_buttons .previous a:before {
	font-family: "FontAwesome";
	content: "";
	font-size: 20px;
	display: block;
	left: 0;
	right: 3px;
}

.tmpmela_product_nav_buttons .next a:before {
	font-family: "FontAwesome";
	content: "";
	font-size: 20px;
	display: block;
	right: 0;
	position: absolute;
	left: 3px;
}

.tmpmela_product_nav_buttons .previous, .tmpmela_product_nav_buttons .next {
	float: left;
	text-align: center;
	margin: 0 2px;
}

/* ==========================================================================
   Product button css
   ========================================================================== */
.woocommerce.product.compare-button, ul.products .yith-wcwl-add-to-wishlist, .woocommerce .yith-wcwl-add-to-wishlist a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	text-align: center;
}

.home-featured-carousel .yith-wcwl-add-to-wishlist a, .home-featured-carouse .compare-button a, ul.products .yith-wcwl-add-to-wishlist a, .woocommerce.product.compare-button a {
	margin: 0 !important;
}

.product-block-hover {
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	position: relative;
	bottom: 0px;
	background: #fff;
	color: #000;
	z-index: 5;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.woocommerce ul.products li.product:hover .product-block-hover, .woocommerce-page ul.products li.product:hover .product-block-hover, .list .product-block-hover, .home-featured-carousel .owl-item:hover .product-block-hover {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.woocommerce ul.products li.product .product_type_simple, .woocommerce-page ul.products li.product .product_type_simple, .woocommerce ul.products li.product .product_type_grouped, .woocommerce-page ul.products li.product .product_type_grouped, .woocommerce ul.products li.product .product_type_external, .woocommerce-page ul.products li.product .product_type_external, .woocommerce ul.products li.product .product_type_variable, .entry-summary .yith-wcwl-wishlistexistsbrowse > a, .woocommerce a.compare.button, .woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist, .woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse a, .woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse a, .woocommerce ul.products li .container-inner .compare-button a, .woocommerce-page ul.products li .container-inner .compare-button a, .woocommerce-page ul.products li.product .product_type_variable, .woocommerce .button.yith-wcqv-button, .woocommerce-page ul.products li.product .yith-wcqv-button, .yith-wcwl-add-to-wishlist a {
	display: block;
	font-size: 0;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 35px;
	height: 35px;
	line-height: 35px;
	float: left;
	margin: 0 2px;
}

a.button.product_type_variable.add_to_cart_button, .woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce ul.products li.product .product_type_external, .woocommerce-page ul.products li.product .product_type_external, .woocommerce ul.products li.product .product_type_grouped.button, #home_featured_carousel .button.add_to_cart_button {
	font-size: 0;
	position: relative;
	font-weight: 400;
	margin: 0 2px;
	display: inline-block;
	vertical-align: top;
}

.woocommerce ul.products li.product .product_type_simple.button, .woocommerce-page ul.products li.product .product_type_simple.button, .woocommerce ul.products li.product .product_type_grouped.button, .woocommerce-page ul.products li.product .product_type_grouped.button, .woocommerce ul.products li.product .product_type_external.button, .woocommerce-page ul.products li.product .product_type_external.button, .woocommerce ul.products li.product .product_type_variable.button, .woocommerce-page ul.products li.product .product_type_variable.button, .woocommerce ul.products li.product .yith-wcqv-button, .woocommerce-page ul.products li.product .yith-wcqv-button {
	text-align: center;
	display: block;
	border: none;
}

.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before, ul.products li.product .product_type_external::before, ul.products li.product .product_type_grouped::before, ul.products li.product .product_type_variable::before, #home_featured_carousel .add_to_cart_button::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	left: 0;
	right: 0;
	position: absolute;
	width: 35px;
	height: 35px;
}

.woocommerce ul.products li.product .product_type_simple, .woocommerce-page ul.products li.product .product_type_simple, .woocommerce ul.products li.product .product_type_grouped, .woocommerce-page ul.products li.product .product_type_grouped, .woocommerce ul.products li.product .product_type_external, .woocommerce-page ul.products li.product .product_type_external, .woocommerce ul.products li.product .product_type_variable, .woocommerce-page ul.products li.product .product_type_variable, .woocommerce .button.yith-wcqv-button, .entry-summary .yith-wcwl-wishlistexistsbrowse > a, .woocommerce a.compare.button, .woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist, .woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse a, .woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-add-to-wishlist, .home-featured-carousel .button.add_to_cart_button.ajax_add_to_cart.product_type_simple, .home-featured-carousel .button.add_to_cart_button.ajax_add_to_cart, .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-add-to-wishlist a {
	display: block;
	font-size: 0;
	padding: 0;
	position: relative;
	vertical-align: top;
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border: medium none;
	margin: 0 2px;
	float: left;
}

.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added::before, #home_featured_carousel .add_to_cart_button.added:before {
	content: "";
	font-family: "FontAwesome";
	left: 0;
	margin: 0 auto;
	right: 0;
}

.woocommerce ul.products li.product .product_type_grouped::before, .woocommerce-page ul.products li.product .product_type_grouped::before, .woocommerce ul.products li.product .product_type_external::before, .woocommerce-page ul.products li.product .product_type_external::before, .woocommerce ul.products li.product .product_type_variable::before, .woocommerce-page ul.products li.product .product_type_variable::before, .woocommerce ul.products li.product .product_type_simple.button::before {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	right: 0;
	font-size: 16px;
	margin: 0;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .product-detail .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 15px;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	font-weight: 400;
}

.woocommerce .yith-wcwl-wishlistexistsbrowse a::before, .woocommerce .yith-wcwl-wishlistaddedbrowse a::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	line-height: 35px;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 0px !important;
}

.woocommerce .shop_table.cart.wishlist_table td.product-add-to-cart a {
	display: inline-block !important;
}

.entry-content .woocommerce-noreviews {
	margin-bottom: 0px;
}

.feedback, .browse-button {
	text-align: center;
}

.woocommerce a.compare.button::before {
	content: "";
	font-size: 16px;
}

.woocommerce a.compare.button::before, .woocommerce ul.products li .product-button-hover .add_to_wishlist::before {
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	right: 0;
	font-size: 16px;
	margin: 0;
}

.woocommerce ul.products li .compare-button a.added::before, .woocommerce-page ul.products li .compare-button a.added::before, .woocommerce a.compare.button.added:before {
	content: "";
	display: block;
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	top: 0;
}

.woocommerce ul.products li.product .yith-wcqv-button::before, .woocommerce-page ul.products li.product .yith-wcqv-button::before, .button.yith-wcqv-button::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	right: 0;
	left: 0;
}

.woocommerce ul.products li .image-block {
	position: relative;
}

.woocommerce ul.products li .container-inner {
	position: relative;
}

.woocommerce ul.products li .container-inner:after {
	background: #f0f0f0;
	content: "";
	right: 0px;
	top: 15px;
	bottom: 30%;
	width: 1px;
	position: absolute;
}

.woocommerce ul.products li.product-category .container-inner::after {
	position: relative;
}

.woocommerce ul.products.grid li.last .container-inner::after {
	width: 0px;
}

.woocommerce ul.products.list li .container-inner::after {
	width: 0px;
}

.woo-grid ul.products li.last .image-block, ul.products.grid li.last .image-block {
	border-right: 0;
}

/* ==========================================================================
   Product Navigation css End
   ========================================================================== */

/*Single Product Css */

/* single product side bar & full width css start */
.woocommerce .single-product-full #content .product div.images {
	width: 43%;
}

.woocommerce .single-product-full #content .product div.entry-summary {
	width: 50%;
	margin: 0 0 0 6%;
}

.woocommerce .single-product-sidebar #content .product div.images {
	width: 43.3%;
}

.woocommerce .single-product-sidebar #content .product div.entry-summary {
	width: 50.7%;
	margin: 0 0 0 3%;
}

.woocommerce .single-product-sidebar.single-product-side-widget-area #content .product div.images {
	width: 34.3%;
}

.woocommerce .single-product-sidebar.single-product-side-widget-area #content .product div.entry-summary {
	width: 34.7%;
	margin: 0 0 0 3%;
}

.woocommerce div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 28.8%;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
	position: relative;
	width: 44.5%;
	margin: 0 3% 0 4%;
	box-sizing: border-box;
	float: left;
}

.singleproduct-sidebar {
	float: right;
	background: #fff;
	padding: 0;
	box-sizing: border-box;
	width: 271px;
	margin: 0;
}

.product-cms-tab-block {
	display: inline-block;
	width: 100%;
}

.singleproduct-sidebar .widget ul, .widget ol {
	padding: 0px;
}

.single-product-side-widget-area .widget {
	margin-bottom: 0px;
}

/* single product side bar & full width css end */
.woocommerce #content div.product .woocommerce-product-gallery.images img {
	transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
}

.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em;
}

.woocommerce-product-gallery figure {
	margin: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer;
	margin-bottom: 10px;
}

.images .flex-control-thumbs li {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}

.woocommerce-product-gallery .owl-theme .owl-buttons div {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-prev {
	left: 0;
	top: 0;
	bottom: 0;
}

.woocommerce-product-gallery .owl-theme .owl-buttons div.owl-next {
	right: 0;
	top: 0;
	bottom: 0;
}

.woocommerce-product-gallery img {
	display: block;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
}

a.woocommerce-product-gallery__trigger {
	text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .875em;
	right: .875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	z-index: 9;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background-color: #f5f5f5;
	color: #000;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "";
	line-height: 2;
	text-indent: 0;
	margin-left: 2px;
}

.flex-control-thumbs {
	padding: 0 10%;
	box-sizing: border-box;
	margin: 10px 0 0;
}

.flex-control-thumbs img {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}

.woocommerce .single-product-full .woocommerce-main-image.zoom {
	float: right;
	padding: 0 6% 0 0;
}

.single-product-sidebar .woocommerce-main-image.zoom {
	width: 74%;
}

#content div.product div.images .bx-wrapper {
	float: left;
	position: relative;
	padding: 60px 0;
}

#content div.product div.images .bx-wrapper:hover .bx-controls-direction a {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

#content div.product div.images .bx-wrapper .bx-controls-direction a {
	border: 1px solid #000;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	padding: 3px 0;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

#content div.product div.images .bx-wrapper .bx-controls-direction a:hover {
	background-color: #000;
	color: #fff;
}

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-prev {
	top: 0;
	bottom: auto;
}

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-next {
	top: auto;
	bottom: 0;
}

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-next.disabled, #content div.product div.images .bx-wrapper .bx-controls-direction a.bx-prev.disabled {
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	color: #000;
	cursor: auto;
}

#content div.product div.images .bx-wrapper .bx-controls-direction a:before {
	font-family: "FontAwesome";
	content: "";
	font-size: 18px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	line-height: 25px;
}

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-prev:before {
	content: "";
}

#content div.product div.images .bx-wrapper .bx-controls-direction a.bx-next:before {
	content: "";
}

.woocommerce #content div.product div.thumbnails, .woocommerce div.product div.thumbnails, .woocommerce-page #content div.product div.thumbnails, .woocommerce-page div.product div.thumbnails {}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	float: left;
}

.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
	clear: both;
}

.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 50px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0 0 -1px;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	padding: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
}

.woocommerce-tabs ul.tabs li.active a {
	background: #f5f5f5;
	color: #000;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	padding: 20px 24px 20px 24px;
	word-break: break-all;
	font-size: 16px;
	color: #c7c7c7;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
}

.woocommerce-tabs .panel {
	text-align: left;
	overflow: hidden;
	padding: 2%;
	box-sizing: border-box;
	background: #f5f5f5;
}

.woocommerce #content div.product .woocommerce-tabs h2 {
	display: none;
}

.woocommerce #content div.product #reviews .comment, .woocommerce div.product #reviews .comment, .woocommerce-page #content div.product #reviews .comment, .woocommerce-page div.product #reviews .comment {}

.woocommerce #content div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before {
	content: " ";
	display: table;
}

.woocommerce #content div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after {
	clear: both;
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
	float: right;
	height: auto;
}

.woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce #content .quantity input::-webkit-outer-spin-button, .woocommerce #quantity input::-webkit-inner-spin-button, .woocommerce #quantity input::-webkit-outer-spin-button, .woocommerce-page #content .quantity input::-webkit-inner-spin-button, .woocommerce-page #content .quantity input::-webkit-outer-spin-button, .woocommerce-page #quantity input::-webkit-inner-spin-button, .woocommerce-page #quantity input::-webkit-outer-spin-button {
	display: none;
}

.woocommerce .related, .woocommerce .upsells.products, .woocommerce-page .related, .woocommerce-page .upsells.products {}

.woocommerce .related ul, .woocommerce .related ul.products, .woocommerce .upsells.products ul, .woocommerce .upsells.products ul.products, .woocommerce-page .related ul, .woocommerce-page .related ul.products, .woocommerce-page .upsells.products ul, .woocommerce-page .upsells.products ul.products, .woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	margin: 0;
}

.woocommerce .upsells .owl-item li {
	width: 100%;
}

.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .upsells.products ul li.product img, .woocommerce-page .upsells.products ul.products li.product img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.woocommerce ul.products, .woocommerce-page ul.products {
	clear: both;
}

.woocommerce ul.products:after, .woocommerce ul.products:before, .woocommerce-page ul.products:after, .woocommerce-page ul.products:before {
	content: " ";
	display: table;
}

.woocommerce ul.products:after, .woocommerce-page ul.products:after {
	clear: both;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li .container-inner, .woocommerce-page ul.products li .container-inner {
	padding: 0px 15px 15px;
	box-sizing: border-box;
	clear: both;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.woocommerce-product-gallery .flex-viewport {
	margin-bottom: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background-color: #fff;
}

.woocommerce ul.products.columns-5 li .container-inner, .woocommerce-page ul.products.columns-5 li .container-inner {
	margin: 5px;
}

.woo-grid .woocommerce ul.products li.last .container-inner::after {
	width: 0px;
}

.product-category h3, .product-category mark {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	display: inline-block;
}

.woocommerce ul.products li.product.product-category .container-inner {
	box-sizing: border-box;
	display: inline-block;
	padding: 15px;
	margin: 0;
}

.product-category:hover h2, .product-category:hover mark {
	color: #375f9f;
}

woocommerce ul.products li.product.product-category .container-inner {
	box-sizing: border-box;
	display: inline-block;
	padding: 15px;
	margin: 0;
}

.woocommerce ul.products li.product.product-category.first, .woocommerce-page ul.products li.product.product-category.first {
	clear: none;
}

.woocommerce ul.products.list li.product.product-category a img, .woocommerce-page ul.products.list li.product.product-category a img {
	height: auto;
	width: 31% !important;
	margin: 0 20px 0 0 !important;
}

.woocommerce ul.products.list li.product, .woocommerce-page ul.products.list li.product, .woocommerce ul.products.owl-carousel li.product, .woocommerce-page ul.products.owl-carousel li.product {
	width: 100% !important;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: both;
}

.columns-1 li.product {
	width: 100%;
	margin-right: 0;
}

.columns-2 li.product {
	width: 50%;
}

.columns-3 li.product {
	width: 33.33%;
}

.columns-4 li.product {
	width: 25%;
}

.columns-5 li.product {
	width: 20%;
}

.columns-6 li.product {
	width: 16.66%;
}

.woocommerce ul.products.list li.last, .woocommerce-page ul.products.list li.last {
	margin-right: 0 !important;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: left;
	line-height: 25px;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: right;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
	clear: both;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	height: auto;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	text-align: right;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 120px;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: left;
}

.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
	display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: 100%;
	text-align: right;
}

.woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
	clear: both;
}

.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	clear: right;
	float: right;
}

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
	clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 50%;
	margin: 0;
	display: inline-block;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
	clear: both;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {}

.woocommerce form p, .woocommerce-page form p {
	clear: none;
}

.woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before {
	content: " ";
	display: table;
}

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
	clear: both;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display: inline;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	float: left;
	width: 47%;
	overflow: visible;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: both;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
	width: auto;
}

.woocommerce #payment .terms, .woocommerce-page #payment .terms {
	text-align: right;
	padding: 0 1em;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	padding: 11px 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
}

.twentyfourteen .tfwc {
	padding: 12px 10px 0;
	max-width: 474px;
	margin: 0 auto;
}

.twentyfourteen .tfwc .product .entry-summary {
	padding: 0 !important;
	margin: 0 0 1.618em !important;
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
	margin-top: 0;
}

.twentyfourteen .tfwc .product .images img {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

p.demo_store {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: .5em 0;
	text-align: center;
	background: #ad74a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
	background: -webkit-linear-gradient(#ad74a2, #96588a);
	background: -moz-linear-gradient(4px top, #ad74a2 0, #96588a 100%);
	background: -moz-gradient(4px top, #ad74a2 0, #96588a 100%);
	border: 1px solid #96588a;
	color: #fff;
	z-index: 99998;
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .2);
}

.admin-bar p.demo_store {
	top: 28px;
}

.chosen-container-single .chosen-single {
	background: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: 1px solid #ebebeb !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.wc-backward a:before, .wc-backward:before {
	font-family: WooCommerce;
	speak: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 7px;
	content: "";
	font-size: .75em;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
	padding: 1em 1em 1em 3.5em !important;
	margin: 0 0 3em !important;
	position: relative;
	background: #fff;
	border: 1px solid #ebebeb;
	color: #808080;
	list-style: none outside !important;
	box-sizing: border-box;
	width: auto;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-message:after {
	clear: both;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
	content: "";
	height: 1.5em;
	width: 1.5em;
	display: block;
	position: absolute;
	top: 0;
	left: 1em;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	padding-top: 1em;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	float: right;
}

.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li, .woocommerce-page .woocommerce-error li, .woocommerce-page .woocommerce-info li, .woocommerce-page .woocommerce-message li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
	border-top: 2px solid #000;
}

.single-product.woocommerce .woocommerce-message, .single-product.woocommerce-page .woocommerce-message {
	float: none;
	margin: 0px auto 30px !important;
}

.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
	background-color: #000;
	content: "✓";
}

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
	border-top: 2px solid #000;
	clear: both;
}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
	background-color: #000;
	content: "i";
	font-family: Times, Georgia, serif;
	font-style: italic;
}

.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
	border-top: 3px solid #000;
}

.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
	background-color: #000;
	content: "×";
	font-weight: 600;
}

.woocommerce small.note, .woocommerce-page small.note {
	display: block;
	color: #000;
	font-size: 11px;
	line-height: 21px;
	margin-top: 10px;
}

.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product {
	position: relative;
}

.woocommerce div.product .product_title, .woocommerce-page div.product .product_title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	clear: none;
	text-transform: capitalize;
	padding: 0px;
}

.woocommerce #content div.product .stock, .woocommerce div.product .stock, .woocommerce-page #content div.product .stock, .woocommerce-page div.product .stock {
	color: #008000;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	padding: 5px 0px;
}

.woocommerce #content div.product .out-of-stock, .woocommerce div.product .out-of-stock, .woocommerce-page #content div.product .out-of-stock, .woocommerce-page div.product .out-of-stock {
	color: #000;
	font-weight: 600;
	margin: 5px 0;
}

.woocommerce #yith-quick-view-content div.product div.images img {
	transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.woocommerce #content div.product div.images div.thumbnails, .woocommerce div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails {
	padding: 15px 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.yith_magnifier_gallery li {
	box-sizing: border-box;
	padding: 0 5px;
}

.woocommerce #content div.product div.social span .stButton .chicklets, .woocommerce div.product div.social span .stButton .chicklets, .woocommerce-page #content div.product div.social span .stButton .chicklets, .woocommerce-page div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0;
}

.woocommerce #content div.product div.social iframe, .woocommerce div.product div.social iframe, .woocommerce-page #content div.product div.social iframe, .woocommerce-page div.product div.social iframe {
	float: left;
	margin-top: 3px;
}

.upsells, .related, .cross-sells {
	margin: 0;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.woocommerce .upsells ul.products, .woocommerce .related ul.products, .woocommerce .cross-sells ul.products {
	padding: 30px 0px 0px;
}

.woocommerce #content div.product p.cart, .woocommerce div.product p.cart, .woocommerce-page #content div.product p.cart, .woocommerce-page div.product p.cart {}

.woocommerce #content div.product p.cart:after, .woocommerce #content div.product p.cart:before, .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before, .woocommerce-page #content div.product p.cart:after, .woocommerce-page #content div.product p.cart:before, .woocommerce-page div.product p.cart:after, .woocommerce-page div.product p.cart:before {
	content: " ";
	display: table;
}

.woocommerce #content div.product p.cart:after, .woocommerce div.product p.cart:after, .woocommerce-page #content div.product p.cart:after, .woocommerce-page div.product p.cart:after {
	clear: both;
}

.woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart {
	margin: 2% 0;
	box-sizing: border-box;
}

.woocommerce .single-product-sidebar #content div.product form.cart, .woocommerce .single-product-sidebardiv.product form.cart, .woocommerce-page .single-product-sidebar #content div.product form.cart, .woocommerce-page .single-product-sidebar div.product form.cart {
	margin: 4% 0;
}

.woocommerce #content div.product form.cart:after, .woocommerce #content div.product form.cart:before, .woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before, .woocommerce-page #content div.product form.cart:after, .woocommerce-page #content div.product form.cart:before, .woocommerce-page div.product form.cart:after, .woocommerce-page div.product form.cart:before {
	content: " ";
	display: table;
}

.woocommerce #content div.product form.cart:after, .woocommerce div.product form.cart:after, .woocommerce-page #content div.product form.cart:after, .woocommerce-page div.product form.cart:after {
	clear: both;
}

.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
	float: left;
	margin: 0 10px 0 0;
}

.woocommerce #content div.product form.cart table, .woocommerce div.product form.cart table, .woocommerce-page #content div.product form.cart table, .woocommerce-page div.product form.cart table {
	border-width: 0;
}

.woocommerce #content div.product form.cart table td, .woocommerce div.product form.cart table td, .woocommerce-page #content div.product form.cart table td, .woocommerce-page div.product form.cart table td {
	padding-left: 0;
	border-width: 0;
}

.woocommerce #content div.product form.cart table div.quantity, .woocommerce div.product form.cart table div.quantity, .woocommerce-page #content div.product form.cart table div.quantity, .woocommerce-page div.product form.cart table div.quantity {
	float: none;
	margin: 0;
}

.woocommerce #content div.product form.cart table small.stock, .woocommerce div.product form.cart table small.stock, .woocommerce-page #content div.product form.cart table small.stock, .woocommerce-page div.product form.cart table small.stock {
	display: block;
	float: none;
}

.woocommerce #content div.product form.cart .variations, .woocommerce div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations, .woocommerce-page div.product form.cart .variations {
	margin-bottom: 0;
}

.entry-summary .single_variation {
	margin: 0 0 10px;
}

.woocommerce #content div.product form.cart .variations select, .woocommerce div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select {
	border: 1px solid #ebebeb;
	font-size: 13px;
	margin: 6px 0;
	padding: 8px;
	width: 100%;
}

.woocommerce-variation-price {
	margin: 10px 0;
}

.single_variation_wrap {
	overflow: hidden;
}

.reset_variations {
	display: block !important;
	font-size: 13px;
	padding: 0px 10px;
}

.woocommerce ul.products li.product.product-category {
	float: left;
}

.woocommerce #content div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label {
	padding-right: 1em;
}

.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button {
	float: left;
}

.woocommerce #content div.product form.cart .group_table td.label, .woocommerce div.product form.cart .group_table td.label, .woocommerce-page #content div.product form.cart .group_table td.label, .woocommerce-page div.product form.cart .group_table td.label {
	padding-right: 1em;
	padding-left: 1em;
}

.woocommerce #content div.product form.cart .group_table td, .woocommerce div.product form.cart .group_table td, .woocommerce-page #content div.product form.cart .group_table td, .woocommerce-page div.product form.cart .group_table td {
	vertical-align: middle;
	display: inline-block;
	width: auto;
	padding: 0 20px .5em 0;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	margin: 0;
	display: inline-block;
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 99;
	background: #ffd200;
	color: #000;
	border-radius: 15px;
	-webkit-border-radius: 4px;
	-o-border-radius: 15px;
	height: 15px;
	padding: 4px;
	width: 40px;
	line-height: 20px;
	line-height: 16px;
	font-weight: 500;
	text-align: center;
	font-size: 11px;
}

.products.list .sale-per {
	position: static;
}

.sale-per {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 7px;
}

.yith_magnifier_lens {
	background: rgba(0, 0, 0, .5) !important;
}

.yith_magnifier_zoom_magnifier {
	background: #fff;
	z-index: 9999;
	border: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.recomme-prod .woocommerce ul.products {
	padding: 30px 0 0 0;
}

.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
	padding: 0;
	margin: 0px 1px;
	list-style: none outside;
	clear: both;
}

.upsells ul, .related ul, .cross-sells ul {
	margin: 0;
}

.woocommerce .products ul:after, .woocommerce ul.products:after, .woocommerce-page .products ul:after, .woocommerce-page ul.products:after {
	clear: both;
}

.woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page .products ul li, .woocommerce-page ul.products li {
	list-style: none outside;
}

ul.products.list li.product img {
	width: auto !important;
}

.list .product-detail-wrapper {
	overflow: hidden;
	text-align: left;
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	position: relative;
	bottom: auto;
	padding: 0;
}

.list li:hover .price-outer {
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}

.woocommerce ul.products.list .container-inner, .woocommerce-page ul.products.list .container-inner {
	text-align: left;
	padding: 0;
}

.woocommerce ul.products.list .container-inner .image-block, .woocommerce-page ul.products.list .container-inner .image-block {
	float: left;
	margin: 0 3% 0 0;
	overflow: hidden;
	width: auto;
}

.ie8 .woocommerce ul.products.list li.product:hover .price, .ie8 .woocommerce-page ul.products.list li.product:hover .price {
	display: block;
}

.woocommerce ul.products li.product .product-name, .woocommerce-page ul.products li.product .product-name {
	margin: 0;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 0 15px;
	color: #707070;
	text-transform: capitalize;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}

.woo-content.products_block.featured .add_to_cart_button {
	border: none;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.woo-content.products_block.featured .container-inner:hover .add_to_cart_button {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.ie8 .woocommerce ul.products li.product .product_type_simple, .ie8 .woocommerce-page ul.products li.product .product_type_simple, .ie8 .woocommerce ul.products li.product .product_type_grouped, .ie8 .woocommerce-page ul.products li.product .product_type_grouped, .ie8 .woocommerce ul.products li.product .product_type_external, .ie8 .woocommerce-page ul.products li.product .product_type_external, .ie8 .woocommerce ul.products li.product .product_type_variable, .ie8 .woocommerce-page ul.products li.product .product_type_variable {
	display: none;
}

#woo-small-products ul.products li.product .product_type_simple, #woo-small-products ul.products li.product .product_type_grouped, #woo-small-products ul.products li.product .product_type_external, #woo-small-products ul.products li.product .product_type_variable {
	display: none !important;
}

.ie8 .woocommerce ul.products.list li.product .product_type_simple, .ie8 .woocommerce-page ul.products.list li.product .product_type_simple, .ie8 .woocommerce ul.products.list li.product .product_type_grouped, .ie8 .woocommerce-page ul.products.list li.product .product_type_grouped, .ie8 .woocommerce ul.products.list li.product .product_type_external, .ie8 .woocommerce-page ul.products.list li.product .product_type_external, .ie8 .woocommerce ul.products.list li.product .product_type_variable, .ie8 .woocommerce-page ul.products.list li.product .product_type_variable {
	display: block;
}

.woocommerce ul.products li.product .image-block > a {
	margin: 0;
	display: block;
}

.product-detail-wrapper {
	min-height: 93px;
	position: relative;
	margin: 0 15px;
	text-align: left;
}

.woocommerce ul.products li.product .image-block, .woocommerce-page ul.products li.product .image-block, .counter-products-carousel .image-block {
	position: relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	display: inline-block;
	vertical-align: top;
}

#woo-small-products .woocommerce .product .product-detail-wrapper .product-name, #woo-small-products .woocommerce .product .product-detail-wrapper .price, #woo-small-products .woocommerce .product .product-detail-wrapper .star-rating {
	opacity: 1 !important;
}

.woocommerce ul.products.list li .container-inner, .woocommerce-page ul.products.list li .container-inner {
	max-width: 100%;
	width: 100%;
}

.yith-wcwl-wishlistaddedbrowse a {
	margin: 0;
	font-size: 0;
}

.woocommerce .list a.compare.button:hover, .woocommerce .list .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
	color: #000;
}

.container-inner .clear {
	display: none;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	left: 0px;
	right: 0px;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	margin-left: auto !important;
}

.list .yith-wcwl-add-to-wishlist .ajax-loading {
	left: 9px;
	top: 10px;
}

.woo-products {
	clear: both;
	position: relative;
}

.woo-products, .woocommerce ul.products.grid, .woocommerce-page ul.products.grid {
	margin: 0 -14px;
}

.woocommerce ul.products li.product strong, .woocommerce-page ul.products li.product strong {
	display: block;
}

.price-outer {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.list .price-outer {
	padding: 5px 0;
	overflow: hidden;
	width: auto;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	display: inline-block;
	letter-spacing: 1px;
	padding: 0 0 0px;
	position: absolute;
	font-weight: 600;
	color: #2457aa;
	font-size: 16px;
	line-height: 18px;
	left: 0px;
}

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

.woocommerce ul.products li.product:hover .price {
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.woocommerce ul.products.list li.product:hover .price {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.woocommerce ul.products li.product .image-block .price, .woocommerce-page ul.products li.product .image-block .price {
	bottom: 8px;
	position: absolute;
	right: 0;
}

.woocommerce ul.products li.product .price ins {
	float: left;
	margin-right: 10px;
}

.woocommerce ul.products.list li.product .image-block .price, .woocommerce ul.products.list li.product .image-block .price {
	width: auto;
}

.site-footer del .amount, .primary-sidebar del .amount, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	color: #bababa;
	text-decoration: line-through;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	vertical-align: top;
	letter-spacing: 1px;
}

.primary-sidebar .amount, .site-footer .amount {
	margin: 0;
	color: #000;
	font-weight: 500;
	font-size: 12px;
}

.single-product.woocommerce .thumbnails #slider-prev, .single-product.woocommerce .thumbnails #slider-next {
	background-image: none !important;
	height: 22px !important;
	width: 22px !important;
	display: block;
	font-size: 0;
	color: #000;
	position: absolute;
	right: 0;
	text-align: center;
	top: 46%;
	line-height: 20px;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	border: 1px solid #000;
	background-color: #fff !important;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
}

.single-product.woocommerce .thumbnails #slider-prev {
	left: 0;
	right: auto;
}

.single-product.woocommerce .thumbnails #slider-next {
	right: 0;
	left: auto;
}

.single-product.woocommerce .thumbnails #slider-prev.nitro-lazy, .single-product.woocommerce .thumbnails #slider-next.nitro-lazy {
	background-image: none !important;
}

.single-product.woocommerce .thumbnails #slider-prev:hover, .single-product.woocommerce .thumbnails #slider-next:hover {
	background-color: #000 !important;
	color: #fff;
	border-color: #000;
}

.single-product.woocommerce .thumbnails #slider-prev:before, .single-product.woocommerce .thumbnails #slider-next:before {
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	right: 0;
	left: 0;
}

.single-product.woocommerce .thumbnails #slider-prev:before {
	content: "";
	left: -1px;
}

.single-product.woocommerce .thumbnails #slider-next:before {
	content: "";
	right: -2px;
}

.single-product #content .images .attachment-shop_single {
	width: 100%;
}

.summary .price {
	color: #ffd200;
	font-size: 24px;
	font-weight: 500;
}

.summary .price del {
	font-weight: 400;
	color: #b2b2b2;
}

.summary .price del span {
	font-size: 20px;
}

.single-product #content div.product .group_table del, .single-product #content div.product .group_table ins {
	font-size: 14px;
}

.single-product #content div.product .group_table del {
	color: #909090;
	font-weight: normal;
}

.group_table .quantity {
	display: inline-flex;
}

.woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0 0;
	text-transform: uppercase;
	color: rgba(145, 145, 145, .5);
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-ordering, .woocommerce-page .woocommerce-result-count {
	margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	vertical-align: top;
}

.woocommerce-pagination {
	margin: 40px 0px;
	text-align: center;
}

.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul {
	white-space: nowrap;
	padding: 0;
	clear: both;
	margin: 1px;
}

.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
	background: #fff;
	padding: 0;
	margin: 0 2px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}

.woocommerce ul.products li.product .button.loading:after {
	content: "";
	display: block;
	height: 40px;
	left: 0;
	margin: 0 auto;
	padding: 0px 0px;
	position: absolute;
	right: 0;
	top: 0px;
	top: -2px;
	width: 40px;
	background: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/ajax-loader.gif") center no-repeat;
	z-index: 1;
}

.widget_shopping_cart_content .buttons .wc-forward {
	box-sizing: border-box;
}

.cart .button.wc-forward {
	width: 100%;
	margin-bottom: 10px;
}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button {
	float: none;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	padding-top: .5em;
	white-space: nowrap;
	display: none;
}

.woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small {
	float: right;
	color: #000;
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0 0;
}

.woocommerce #reviews h2 small a, .woocommerce-page #reviews h2 small a {
	text-decoration: none;
}

.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
	font-weight: 600;
	margin: 0 0 10px;
}

.woocommerce #reviews #respond, .woocommerce-page #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0;
}

.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
	height: 75px;
}

.woocommerce #reviews #comments .add_review, .woocommerce-page #reviews #comments .add_review {}

.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before, .woocommerce-page #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:before {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after {
	clear: both;
}

.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
	clear: none;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0 0;
	list-style: none;
}

.woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before, .woocommerce-page #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:before {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 20px;
	position: relative;
	background: 0;
	border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta strong, .woocommerce-page #reviews #comments ol.commentlist li .meta strong {
	color: #000;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	background: #f7f6f7;
	border: 1px solid #f0eef0;
	margin: 0;
	line-height: 1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: 1px solid #ebebeb;
	padding: 1em 1em 0;
	background-color: #fff;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:before {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {}

.woocommerce #reviews #comments ol.commentlist ul.children, .woocommerce-page #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating, .woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond, .woocommerce-page #reviews #comments ol.commentlist #respond {
	border: 1px solid #f0eef0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist > li:before, .woocommerce-page #reviews #comments .commentlist > li:before {
	content: "";
}

#tab-reviews .comment-text .star-rating {
	margin: 0 0 10px;
}

.woocommerce-tabs #comments {
	padding-bottom: 10px;
}

.woo-content.products_block.featured .star-rating {
	bottom: 70px;
	right: 8px;
}

.woocommerce .star-rating, .woocommerce-page .star-rating, .wpb_wl_summary .star-rating {
	overflow: hidden;
	position: relative;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	width: 6.4em;
	font-family: star;
	letter-spacing: 2px;
	margin: 5px 0;
}

.woocommerce .comment-text .star-rating {
	line-height: 20px;
}

.woocommerce ul.products.list li.product .star-rating, .woocommerce-page .products.list .star-rating {
	position: relative;
	margin: 6px 0 6px;
	clear: both;
}

.woocommerce .star-rating:before, .woocommerce-page .star-rating:before, .wpb_wl_summary .star-rating:before {
	content: "SSSSS";
	color: #ddd;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span, .woocommerce-page .star-rating span, .wpb_wl_summary .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	color: #ffc400;
}

.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .wpb_wl_summary .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
	display: block;
}

.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating, .wpb_wl_summary .star-rating {
	bottom: 0;
	float: left;
	left: 0;
	margin: 2px 5px 0 0;
	position: relative;
}

.woocommerce .products .star-rating:before, .woocommerce-page .products .star-rating:before {
	color: #ddd;
}

.woocommerce .products .star-rating span, .woocommerce-page .products .star-rating span {
	color: #ffc400;
}

.woocommerce .products .product:hover .star-rating, .woocommerce-page .products .product:hover .star-rating {
	visibility: visible;
}

.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating {
	margin: 10px 0 0;
}

.woocommerce #review_form #respond, .woocommerce-page #review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0;
	background: transparent none;
	border: 0;
}

.woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before, .woocommerce-page #review_form #respond:after, .woocommerce-page #review_form #respond:before {
	content: " ";
	display: table;
}

.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after {
	clear: both;
}

.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
	padding: 0px;
}

.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input {
	left: auto;
}

.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.woocommerce p.stars, .woocommerce-page p.stars {
	position: relative;
	font-size: 1em;
}

.woocommerce p.stars a, .woocommerce-page p.stars a {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin-right: .2em;
	text-indent: -9999px;
	position: relative;
}

.woocommerce p.stars a, .woocommerce-page p.stars a {
	color: #000;
}

.woocommerce p.stars a:hover, .woocommerce-page p.stars a:hover, .woocommerce p.stars a.active, .woocommerce-page p.stars a.active {
	color: #000;
}

.woocommerce p.stars a:last-child, .woocommerce-page p.stars a:last-child {
	border-right: 0;
}

.woocommerce p.stars a:before, .woocommerce p.stars a:hover ~ a:before {
	content: "";
}

.woocommerce p.stars.selected a.active:before, .woocommerce p.stars:hover a:before {
	content: "";
}

.woocommerce p.stars.selected a.active ~ a:before {
	content: "";
}

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

.woocommerce p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	text-indent: 0;
}

.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

.woocommerce p.stars a, .woocommerce-page p.stars a {
	color: #ffc400;
}

.woocommerce p.stars a:hover, .woocommerce-page p.stars a:hover, .woocommerce p.stars a.active, .woocommerce-page p.stars a.active {
	color: #ffc400;
}

.woocommerce .blockUI.blockOverlay {
	position: relative;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
	height: 1em;
	width: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	display: block;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/source/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/loader.svg") 0px 0px;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

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

.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
	display: table;
	float: none;
	width: 100%;
}

.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
	width: 150px;
	font-weight: 600;
	padding: 10px 5px 10px 25px;
	border-top: 0;
	margin: 0;
	color: #000;
}

.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
	padding: 8px;
	border-top: 0;
	margin: 0;
}

.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
	margin: 0;
	padding: 0;
}

.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
	background: #fff;
}

.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
	background: #fff;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	margin: 20px 0;
	width: 100%;
	border-collapse: separate;
}

.woocommerce table.shop_table.cart, .woocommerce-page table.shop_table.cart {
	margin: 0 0 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	background: #f5f5f5;
	color: #000;
}

.order-total .amount {
	color: #000;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	padding: 10px 12px;
	vertical-align: middle;
}

.woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small {
	font-weight: 600;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	font-weight: 600;
	background: none;
}

.woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders {}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th, .woocommerce-page table.my_account_orders td, .woocommerce-page table.my_account_orders th {
	padding: 4px 8px;
	vertical-align: middle;
}

.woocommerce table.my_account_orders .button, .woocommerce-page table.my_account_orders .button {
	white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions {
	text-align: center;
}

.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button {
	margin: .125em 0 .125em .25em;
}

.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
	margin: .25em 0;
}

.woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before, .woocommerce-page td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:before {
	content: " ";
	display: table;
}

.woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:after {
	clear: both;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dt {
	display: inline-block;
	float: left;
	margin-bottom: 2px;
}

.woocommerce .shop_table td.product-name dl.variation dd, .woocommerce .shop_table td.product-name dl.variation dt, .woocommerce-page .shop_table td.product-name dl.variation dd, .woocommerce-page .shop_table td.product-name dl.variation dt {
	float: none;
}

.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
	font-weight: 600;
	padding: 0 0 .25em;
	margin: 0 4px 0 0;
	clear: left;
}

.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
	padding: 0 0 .25em;
}

.woocommerce td.product-name dl.variation dd p:last-child, .woocommerce-page td.product-name dl.variation dd p:last-child {
	margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification {
	font-size: .83em;
}

.woocommerce td.product-quantity, .woocommerce-page td.product-quantity {
	min-width: 80px;
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
	min-width: 32px;
}

.woocommerce table.wishlist_table {
	font-size: 14px !important;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	width: 50px;
}

.woocommerce #content table.cart td, .woocommerce #content table.cart th, .woocommerce table.cart td, .woocommerce table.cart th, .woocommerce-page #content table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page table.cart td, .woocommerce-page table.cart th {
	vertical-align: middle;
	text-align: left;
}

.woocommerce .shop_table.cart.wishlist_table td.product-add-to-cart a {
	display: inline-block !important;
}

.woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	height: 1em;
	line-height: 1;
	text-decoration: none;
	width: 1em;
}

.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #ebebeb;
	margin: 0 5px 0 0;
	outline: 0;
	line-height: 24px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
}

.woocommerce #content table.cart input, .woocommerce table.cart input, .woocommerce-page #content table.cart input, .woocommerce-page table.cart input {
	margin: 0;
	vertical-align: middle;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.woocommerce ul.cart_list li.mini_cart_item, .woocommerce-page ul.cart_list li.mini_cart_item {
	margin: 0 0 15px;
	list-style: none;
	position: relative;
	text-align: left;
}

.woocommerce ul.product_list_widget li.last {
	margin-bottom: 10px;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
	clear: both;
}

.woocommerce ul.cart_list li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a, .woocommerce ul.product_list_widget li a {
	display: block;
	padding: 0 !important;
	margin-bottom: 3px;
	line-height: 20px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float: left;
	max-width: 100%;
	margin-right: 10px;
	border: 1px solid #ededed;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
	margin: 0;
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.cart_list li dl:before, .woocommerce-page ul.product_list_widget li dl:after, .woocommerce-page ul.product_list_widget li dl:before {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:after {}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dd, .woocommerce-page ul.product_list_widget li dl dt {
	display: inline-block;
	margin: 0 !important;
	float: left;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
	font-weight: 600;
	padding: 0 0 .25em;
	margin: 0 4px 0 0;
	clear: left;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
	padding: 0 0 .25em;
	width: 42%;
}

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child, .woocommerce-page ul.cart_list li dl dd p:last-child, .woocommerce-page ul.product_list_widget li dl dd p:last-child {
	margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
	float: none;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #ebebeb;
	margin: 10px 0 0;
	padding: 10px 0;
	text-align: right;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong, .woocommerce-page.widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block;
}

.woocommerce.widget_shopping_cart .total strong {
	float: left;
}

.woocommerce .widget_shopping_cart .total span, .woocommerce-page .widget_shopping_cart .total span, .woocommerce-page.widget_shopping_cart .total span, .woocommerce.widget_shopping_cart .total span {}

.woocommerce .widget_shopping_cart .buttons, .woocommerce-page .widget_shopping_cart .buttons, .woocommerce-page.widget_shopping_cart .buttons, .woocommerce.widget_shopping_cart .buttons {
	margin-bottom: 0;
	text-align: right;
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce-page .widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:before, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
	content: " ";
	display: table;
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:after {
	clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-family: WooCommerce;
	speak: none;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: 7px;
	content: "";
}

.woocommerce .cart-collaterals .cart_totals p, .woocommerce-page .cart-collaterals .cart_totals p {
	margin: 0 0 5px;
}

.woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small {
	color: #000;
	font-size: .83em;
}

.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
	border-collapse: separate;
	padding: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th {
	border-top: 0;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	padding: 6px 12px 6px 10px;
	width: 50%;
	background: #f5f5f5;
}

.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
	padding: 12px;
}

.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th {
	vertical-align: middle;
}

.woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small {
	display: block;
	color: #000;
}

.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select {
	width: 100%;
}

.woocommerce .cart-collaterals .cart_totals .discount td, .woocommerce-page .cart-collaterals .cart_totals .discount td {
	color: #85ad74;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
	display: inline-block;
	padding: 10px 40px 9px;
	box-sizing: border-box;
}

.cart_totals table {
	display: inline-table;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product, .woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0;
}

.woocommerce-terms-and-conditions {
	background: #f7f7f7;
	padding: 15px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
	padding: 3px 0;
	margin: 0 0 10px;
}

.woocommerce form .form-row[placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	-moz-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	line-height: 24px;
	color: #000;
}

.woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden {
	visibility: hidden;
}

.woocommerce form .form-row label.inline, .woocommerce-page form .form-row label.inline {
	display: inline;
	margin: 0 8px;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	border: 1px solid #ebebeb;
	cursor: pointer;
	margin: 0;
	padding: 5px;
}

.shipping_calculator > h2, .cart_totals > h2 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.shipping_calculator > h2 a {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
}

.woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
	color: red;
	font-weight: 600;
	border: 0;
}

.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	vertical-align: middle;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
}

.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	height: 4em;
	line-height: 1.5em;
	display: block;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
	border-color: #fb7f88;
}

.woocommerce form .form-row::-webkit-input-placeholder, .woocommerce-page form .form-row::-webkit-input-placeholder {
	line-height: normal;
}

.woocommerce form .form-row:-moz-placeholder, .woocommerce-page form .form-row:-moz-placeholder {
	line-height: normal;
}

.woocommerce form .form-row:-ms-input-placeholder, .woocommerce-page form .form-row:-ms-input-placeholder {
	line-height: normal;
}

.woocommerce form.checkout_coupon, .woocommerce-page form.checkout_coupon {
	border: 1px solid #ebebeb;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
}

.woocommerce ul#shipping_method, .woocommerce-page ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
	margin: 0;
	padding: .25em 22px .25em;
	text-indent: -22px;
	list-style: none outside;
}

.woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount {
	font-weight: 600;
}

.woocommerce p.woocommerce-shipping-contents, .woocommerce-page p.woocommerce-shipping-contents {
	margin: 0;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address, .woocommerce-page .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none;
}

.woocommerce .checkout .col-2 .form-row-first, .woocommerce .checkout .col-2 .notes, .woocommerce-page .checkout .col-2 .form-row-first, .woocommerce-page .checkout .col-2 .notes {
	clear: left;
}

.woocommerce .checkout .create-account small, .woocommerce-page .checkout .create-account small {
	font-size: 11px;
	color: #000;
	line-height: 13px;
	font-weight: 600;
}

.woocommerce .checkout div.shipping-address, .woocommerce-page .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%;
}

.woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address {
	clear: both;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
	border: 1px solid #ebebeb;
	list-style: outside none none;
	margin: 0;
	padding: 30px;
	text-align: left;
}

.woocommerce #payment ul.payment_methods:after, .woocommerce #payment ul.payment_methods:before, .woocommerce-page #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:before {
	content: " ";
	display: table;
}

.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
	clear: both;
}

.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
	line-height: 3em;
	text-align: left;
	margin: 0;
	font-weight: 600;
}

.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
	margin: 0 .5em 0 0;
}

.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	position: relative;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
	padding: 1em 0;
	border-top: 1px solid #fff;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
	position: relative;
	width: 96%;
	padding: 1em 2%;
	margin: 1em 0;
	font-size: .92em;
	-webkit-border-radius: 2px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 1.5em;
	background: #f5f5f5;
	color: #808080;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.woocommerce #payment div.payment_box input.input-text, .woocommerce #payment div.payment_box textarea, .woocommerce-page #payment div.payment_box input.input-text, .woocommerce-page #payment div.payment_box textarea {
	border-color: #d4cdd2;
	border-top-color: #c8bfc6;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .4);
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .4);
}

.woocommerce #payment div.payment_box::-webkit-input-placeholder, .woocommerce-page #payment div.payment_box::-webkit-input-placeholder {
	color: #c8bfc6;
}

.woocommerce #payment div.payment_box:-moz-placeholder, .woocommerce-page #payment div.payment_box:-moz-placeholder {
	color: #c8bfc6;
}

.woocommerce #payment div.payment_box:-ms-input-placeholder, .woocommerce-page #payment div.payment_box:-ms-input-placeholder {
	color: #c8bfc6;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa {
	background-image: url("https://chem-is-try.com/wp-content/themes/firezy/css/images/icons/credit-cards/visa.png");
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa.nitro-lazy {
	background-image: none !important;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
	background-image: url("https://chem-is-try.com/wp-content/themes/firezy/css/images/icons/credit-cards/mastercard.png");
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard.nitro-lazy {
	background-image: none !important;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser {
	background-image: url("https://chem-is-try.com/wp-content/themes/firezy/css/images/icons/credit-cards/laser.png");
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser.nitro-lazy {
	background-image: none !important;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
	background-image: url("https://chem-is-try.com/wp-content/themes/firezy/css/images/icons/credit-cards/diners.png");
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.nitro-lazy {
	background-image: none !important;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro {
	background-image: url("https://chem-is-try.com/wp-content/themes/firezy/css/images/icons/credit-cards/maestro.png");
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro.nitro-lazy {
	background-image: none !important;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb {
	background-image: url("https://chem-is-try.com/wp-content/themes/firezy/css/images/icons/credit-cards/jcb.png");
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb.nitro-lazy {
	background-image: none !important;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex {
	background-image: url("https://chem-is-try.com/wp-content/themes/firezy/css/images/icons/credit-cards/amex.png");
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex.nitro-lazy {
	background-image: none !important;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover {
	background-image: url("https://chem-is-try.com/wp-content/themes/firezy/css/images/icons/credit-cards/discover.png");
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover.nitro-lazy, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover.nitro-lazy, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover.nitro-lazy {
	background-image: none !important;
}

.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
	font-size: 13px;
	color: #000;
	line-height: 13px;
	font-weight: 600;
}

.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
	margin: 0 0 1em;
}

.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
	margin-bottom: 0;
}

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
	content: "";
	display: block;
	border: 8px solid #f5f5f5;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -1px;
	left: 0;
	margin: -1em 0 0 2em;
}

.woocommerce-thankyou-order-details {
	padding: 24px 30px 30px;
}

.woocommerce .order_details, .woocommerce-page .order_details {
	margin: 0 0 24px;
	list-style: none;
	background-color: #fff;
}

.woocommerce .order_details:after, .woocommerce .order_details:before, .woocommerce-page .order_details:after, .woocommerce-page .order_details:before {
	content: " ";
	display: table;
}

.woocommerce .order_details:after, .woocommerce-page .order_details:after {
	clear: both;
}

.woocommerce .order_details li, .woocommerce-page .order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	border-right: 1px dashed #ebebeb;
	padding-right: 2em;
}

.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5em;
	color: #000;
	font-weight: 600;
}

.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
	border: 0;
}

.woocommerce .addresses .title, .woocommerce-page .addresses .title {}

.woocommerce .addresses .title:after, .woocommerce .addresses .title:before, .woocommerce-page .addresses .title:after, .woocommerce-page .addresses .title:before {
	content: " ";
	display: table;
}

.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
	clear: both;
}

.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
	float: left;
}

.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
	float: right;
}

.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-page ol.commentlist.notes li.note p.meta {
	font-weight: 600;
	margin-bottom: 0;
}

.woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-page ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0;
}

.woocommerce ul.digital-downloads, .woocommerce-page ul.digital-downloads {
	margin-left: 0;
	padding-left: 0;
}

.woocommerce ul.digital-downloads li, .woocommerce-page ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce ul.digital-downloads li:before, .woocommerce-page ul.digital-downloads li:before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 7px;
	content: "";
}

.woocommerce ul.digital-downloads li .count, .woocommerce-page ul.digital-downloads li .count {
	float: right;
}

.woocommerce .widget_layered_nav ul, .woocommerce-page .widget_layered_nav ul {
	margin: 0;
	border: 0;
	list-style: none outside;
}

.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
	padding: 0;
	list-style: none;
}

.woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_layered_nav ul li:before, .woocommerce-page .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:before {
	content: " ";
	display: table;
}

.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after {
	clear: both;
}

.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
	padding: 6px 1px;
	float: left;
	font-size: 12px;
}

.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
	padding: 4px 0;
	text-decoration: none;
}

.woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce-page .widget_layered_nav ul li.chosen a:before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 7px;
	content: "";
}

.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
	float: right;
	margin-left: 6px;
	font-size: 1em;
	padding: 1px 0;
	color: #000;
}

.woocommerce .widget_layered_nav_filters ul, .woocommerce-page .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1px 1px 0;
	list-style: none;
	clear: both;
}

.woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
	padding: 0 6px;
	text-decoration: none;
	float: left;
}

.woocommerce .widget_layered_nav_filters ul li a:before, .woocommerce-page .widget_layered_nav_filters ul li a:before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 7px;
	content: "";
}

.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
	margin-bottom: 2em;
	margin-top: 2em;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
	float: left;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}

.price_slider_amount .price_label {
	float: left;
	font-size: 12px;
	margin-top: 20px;
	padding: 0;
	clear: both;
	text-align: left;
}

.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
	font-size: .8751em;
}

.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background: #f5f5f5;
	border: 1px solid #aaa;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: pointer;
	height: 6px;
	outline: 0 none;
	position: absolute;
	top: -3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	width: 6px;
	z-index: 2;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-color: #aaa;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius: 1em;
	border-radius: 1em;
	background-color: #f5f5f5;
}

.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
	height: 2px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
	padding: 0;
}

.single-product .twentythirteen p.stars {
	clear: both;
}

.twentyfourteen ul.products li.product {
	margin-top: 0 !important;
}

.category-toolbar {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #ededed;
	float: right;
	margin: 0;
	padding: 30px 0 15px;
	position: relative;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

#primary .gridlist-toggle {
	padding: 0 !important;
	display: inline-block;
	margin: 2px 0 !important;
}

.woocommerce-result-count {
	margin: 0 15px;
}

.category-toolbar .gridlist-toggle {
	float: left;
	width: auto !important;
	background: none !important;
	border: medium none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	clear: none !important;
	padding: 0 !important;
}

.category-toolbar .gridlist-toggle a, .gridlist-toggle a {
	width: 26px !important;
	height: 26px;
	float: left;
	text-indent: -9999px;
	border: none !important;
	border: none !important;
	border: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin: 0;
	padding: 0 !important;
}

.ie8 .gridlist-toggle {
	background-color: transparent !important;
	filter: none;
}

.ie8 .gridlist-toggle, .ie8 .gridlist-toggle a.active {
	filter: none !important;
}

.ie8 .gridlist-toggle a#grid {
	background-color: transparent;
}

.gridlist-toggle a#grid {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/gird-list.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0px;
	background-color: transparent;
	margin-right: 8px;
}

.gridlist-toggle a#grid.nitro-lazy {
	background-image: none !important;
}

.gridlist-toggle a .dashicons {
	text-indent: -9999px;
}

.gridlist-toggle a#grid.active, .gridlist-toggle a#grid:hover {
	background-position: 0 -29px;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
}

.gridlist-toggle a#list {
	background-image: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/themes/firezy/images/megnor/gird-list.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -26px 0px;
	background-color: transparent;
	margin-right: 8px;
}

.gridlist-toggle a#list.nitro-lazy {
	background-image: none !important;
}

.gridlist-toggle a#list.active, .gridlist-toggle a#list:hover {
	background-position: -26px -29px !important;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
}

.woocommerce ul.products.list li.product hr {
	height: 0;
	border: none;
	margin: 0;
}

.woocommerce ul.products.list li.product a img, .woocommerce-page ul.products.list li.product a img {
	width: auto !important;
	margin: 0 !important;
}

.list .product-block-hover {
	margin: 30px 0 0;
}

.woocommerce ul.products.list li.product .gridlist-buttonwrap {
	clear: both;
	float: none;
	margin: 0;
	width: auto;
	position: relative;
}

ul.products.list li.product div[itemprop="description"] {
	display: block;
	margin: 12px 0;
}

.woocommerce-page ul.products.list li.product h3, .woocommerce ul.products.list li.product h3, .woocommerce-page ul.products.list li.product div[itemprop="description"], .woocommerce ul.products.list li.product div[itemprop="description"], .woocommerce-page ul.products.list li.product .price, .woocommerce ul.products.list li.product .price, .woocommerce-page ul.products.list li.product.gridlist-buttonwrap, .woocommerce ul.products.list li.product.gridlist-buttonwrap {
	width: 100%;
	float: left;
	clear: both;
}

.woocommerce-page ul.products.list li.product .price, .woocommerce ul.products.list li.product .price, .woocommerce ul.products.list li.product:hover .price, .woocommerce-page ul.products.list li.product:hover .price {
	position: relative;
	bottom: auto;
}

.woocommerce ul.products.list li.product:hover .product_type_simple.button, .woocommerce-page ul.products.list li.product:hover .product_type_simple.button, .woocommerce ul.products.list li.product:hover .product_type_grouped.button, .woocommerce-page ul.products.list li.product:hover .product_type_grouped.button, .woocommerce ul.products.list li.product:hover .product_type_external.button, .woocommerce-page ul.products.list li.product:hover .product_type_external.button, .woocommerce ul.products.list li.product:hover .product_type_variable.button, .woocommerce-page ul.products.list li.product:hover .product_type_variable.button, .woocommerce ul.products.list li.product .product_type_simple.button, .woocommerce-page ul.products.list li.product .product_type_simple.button, .woocommerce ul.products.list li.product .product_type_grouped.button, .woocommerce-page ul.products.list li.product .product_type_grouped.button, .woocommerce ul.products.list li.product .product_type_external.button, .woocommerce-page ul.products.list li.product .product_type_external.button, .woocommerce ul.products.list li.product.product_type_variable.button, .woocommerce-page ul.products.list li.product .product_type_variable.button {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	position: relative;
	bottom: auto;
}

.woocommerce ul.products.list li.product:hover .product-name, .woocommerce-page ul.products.list li.product:hover .product-name {
	display: block;
}

.woocommerce ul.products p {
	margin: 0px;
	clear: none;
	padding: 0;
}

.woocommerce ul.products.list li.product {
	padding-bottom: 15px;
}

ul.products.list .woocommerce-product-details__short-description {
	padding: 10px 0;
}

.woocommerce ul.products.list li.product:last-child {
	border: 0;
	margin-bottom: 0;
}

.primary-sidebar .product_list_widget li, .site-footer .product_list_widget li {
	margin: 4px 0 8px;
	padding: 4px 0 8px;
}

.primary-sidebar .product_list_widget li:last-child {
	border: 0;
	padding: 0;
}

.product_meta span {
	padding: 2px 0;
}

.woocommerce .summary .product_meta {
	clear: both;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 2% 0px;
}

.single-product-sidebar .product_meta span {
	padding: 0;
}

.woocommerce .summary .product_meta .posted_in, .entry-summary .sku_wrapper, .entry-summary .variations label, .woocommerce .summary .product_meta .tagged_as, .brand {
	color: #000;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	width: 100%;
	clear: both;
}

.entry-summary .sku {
	font-weight: normal;
	color: #808080;
}

.woocommerce .summary .product_meta .posted_in a, .woocommerce .summary .product_meta .tagged_as a, .brand span a, .social a {
	font-weight: normal;
	color: #838383;
}

.summary.entry-summary .clear {
	clear: none;
}

ul.products.list .yith-wcwl-add-to-wishlist .ajax-loading {
	width: auto !important;
	margin: 0 !important;
}

.wishlist-title h2 {
	margin: 0;
}

.woocommerce ul.cart_list li a.remove, .woocommerce-page ul.cart_list li a.remove {
	display: block;
	float: right;
	font-size: 20px;
	margin: 0px;
	text-indent: 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 20px;
	text-align: center;
}

.woocommerce-shipping-calculator .shipping-calculator-button {
	color: #000;
	display: inline-block;
	margin: 5px 0;
}

.woocommerce-shipping-calculator .shipping-calculator-button:hover {
	color: #000;
}

.woocommerce .wc-proceed-to-checkout .checkout-button, .woocommerce-page .wc-proceed-to-checkout .checkout-button {
	background: #000;
	color: #000;
}

.wc-proceed-to-checkout {
	margin: 30px 0 10px;
}

.woocommerce #yith-wcwl-popup-message, .woocommerce-page #yith-wcwl-popup-message, .home #yith-wcwl-popup-message {
	background: #000 none repeat scroll 0 0;
	border: 1px solid #000;
	color: #fff;
	padding: 15px 20px;
}

#yith-wcwl-popup-message {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	left: 50%;
	line-height: 50px;
	position: fixed;
	top: 50%;
	z-index: 10000;
}

.yith-wcwl-wishlistexistsbrowse > a {
	font-size: 0;
}

.wishlist_table tr td a.button.yith-wcqv-button {
	display: none;
	margin: 0;
	opacity: 0;
}

.yith-wcwl-wishlistexistsbrowse .feedback, .yith-wcwl-wishlistaddedbrowse .feedback {
	display: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.entry-summary .add_to_wishlist {
	display: inline-block;
	font-weight: 600;
	font-weight: 600;
	margin: 5px 0 5px;
	width: 100%;
}

.type-product .summary p {
	margin: 0;
}

.type-product .summary p.price, .summary.entry-summary > div {
	padding: 10px 0;
	margin: 0;
	box-sizing: border-box;
}

.woocommerce-product-details__short-description {
	clear: both;
}

.product-type-grouped .summary .group_table p {
	padding: 0 !important;
}

.product-type-grouped .summary .group_table .amount {
	padding: 0 10px;
}

.woocommerce-password-strength {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	margin-top: 5px;
	padding: 5px 10px;
	background-color: #f00;
	color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
}

.woocommerce-password-hint {
	float: left;
	clear: both;
}

.woocommerce-password-strength.strong {
	background-color: #76c261;
}

.woocommerce-password-strength.good {
	background-color: #f3b600;
}

.woocommerce .primary-sidebar .widget_rating_filter .star-rating, .woocommerce-page .primary-sidebar .widget_rating_filter .star-rating {
	float: left;
	margin: 3px 5px;
}

.woocommerce-MyAccount-navigation {
	float: left;
	margin: 0 36px 0 0;
	background: #fff;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px dashed #ebebeb;
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li:last-child {
	border: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
	color: #000;
}

.woocommerce-MyAccount-navigation ul li a {
	padding: 10px 0;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.is-active a:before, .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.woocommerce-MyAccount-navigation ul li a:before {
	content: "";
	display: inline-block;
	float: right;
	font-family: FontAwesome;
	font-kerning: auto;
	font-size: 15px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 22px;
	margin-left: .53em;
	text-align: right;
	text-rendering: auto;
	width: 3em;
	opacity: .8;
	-khtml-opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
}

.woocommerce-MyAccount-content {
	overflow: hidden;
}

.quantity input.qty {
	border: 1px solid #ebebeb;
	width: 60px;
	height: 40px;
	display: inline;
	margin: 0 3px;
	vertical-align: top;
	padding: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
}

.tmpmela-quantity {
	font-weight: 600;
	color: #000;
}

.summary .tmpmela-quantity {
	line-height: 45px;
}

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

.quantity input.plus, .quantity input.minus {
	display: inline-block;
	height: 40px;
	border: 1px solid #ebebeb;
	width: 40px;
	color: #ccc;
	cursor: pointer;
	vertical-align: top;
	background: none;
	font-size: 20px;
	padding: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 42px;
}

.quantity input.plus:hover, .quantity input.plus:focus, .quantity input.minus:hover, .quantity input.minus:focus {
	background-color: #ffd200;
	border-color: #ffd200;
	color: #000;
}

#yith-quick-view-content .quantity input.plus, #yith-quick-view-content .quantity input.minus, .shop_table .quantity input.plus, .shop_table .quantity input.minus {
	display: none;
}

.shop_table .quantity input.qty, #yith-quick-view-content div.summary .quantity input.qty {
	-moz-appearance: number-input;
}

.woocommerce ul.products.list li .product-block-hover .add_to_wishlist:before {
	right: 0;
}

.woocommerce.single-product #content div.product .entry-summary .product_title {
	padding-right: 54px;
}

.summary.entry-summary .clear {
	display: inline-block;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
	left: 0;
	margin: 0 !important;
	position: absolute;
	top: 20px;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist {
	height: auto;
	margin: 0 10px 0 0 !important;
	width: auto;
	float: left;
	padding: 0;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
	color: #333;
	content: "";
	font-family: "FontAwesome";
	font-size: 13px;
	left: 0;
	margin: 0 0 0 auto;
	right: 0;
	text-align: center;
}

.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse a::before, .woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse a::before {
	color: #333;
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 13px;
	left: 0;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	top: 0;
}

.entry-summary .yith-wcwl-wishlistexistsbrowse, .entry-summary .yith-wcwl-wishlistaddedbrowse {
	height: auto;
	line-height: inherit;
	width: auto;
}

.entry-summary a.compare.button {
	position: relative;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist, .woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse > a, .woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse a, .woocommerce .entry-summary .add_to_wishlist, .woocommerce .entry-summary a.compare.button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	margin: 10px 10px 20px 0;
	padding: 0;
	text-transform: capitalize;
	width: auto;
	color: #000;
}

.summary.entry-summary .compare.button.added::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 14px;
	margin-right: 8px;
	float: left;
	color: #000;
}

.summary.entry-summary .compare.button {
	border: medium none;
	margin-bottom: 10px;
	padding: 0;
	text-transform: capitalize;
	float: left;
	font-weight: normal;
	color: #000;
	background-color: #fff;
}

.woocommerce .entry-summary .compare.button::before {
	content: "";
	font-family: FontAwesome;
	font-size: 13px;
	left: 0;
	margin: 0 5px 0 auto;
	position: relative;
	right: 0;
	text-align: center;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img, .woocommerce #content div.product .woocommerce-product-gallery ol li img {
	max-width: 6em;
}

.woocommerce .single-product-full #content div.product .woocommerce-product-gallery ol li img {
	max-width: 7em;
}

.woocommerce .wishlist-title h2 {
	padding: 0 0 15px;
}

.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td, .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	border-color: #ebebeb !important;
	padding: 5px 10px !important;
	box-sizing: border-box;
}

.product-add-to-cart, .product-remove, .product-thumbnail {
	text-align: center !important;
}

/************************ start quantity css**************************/

/* Hide HTML5 number input spin box for Chrome, Opera & Safari */
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button, .woocommerce .quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

/* Hide HTML5 number input spin box for Firefox */
.woocommerce .quantity input[type="number"] {
	-moz-appearance: textfield;
}

table.cart td.product-quantity .qty {
	padding: .6180469716em 1.41575em;
}

/************************end  quantity css**************************/
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.woocommerce #content input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce-page #content input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before {
		background-image: url("https://chem-is-try.com/wp-content/themes/firezy/css/images/ajax-loader@2x.gif");
		background-size: 16px 16px;
	}
}

@media screen and (min-width: 673px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1040px) {
	.twentyfourteen .tfwc {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (min-width: 1110px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1218px) {
	.twentyfourteen .tfwc {
		margin-right: 54px;
	}
	
	.full-width .twentyfourteen .tfwc {
		margin-right: auto;
	}
}

.woocommerce-account-fields {
	clear: both;
}

.woocommerce .summary .product_meta > span > :first-child {
	margin-left: 10px;
}

:root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-20: #005a87;
}

#start-resizable-editor-section {
	display: none;
}

.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px;
}

.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border: none;
	border-radius: 1.55em;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: .667em 1.333em;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color: #fff;
}

.wp-block-button__link.aligncenter {
	text-align: center;
}

.wp-block-button__link.alignright {
	text-align: right;
}

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

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
	border-radius: 0 !important;
}

.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
	border: 2px solid;
}

.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: #32373c;
}

.is-style-outline>.wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent;
}

.wp-block-buttons .wp-block-button {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .5em;
}

.wp-block-buttons .wp-block-button:last-child {
	margin-right: 0;
}

.wp-block-buttons.alignright .wp-block-button {
	margin-right: 0;
	margin-left: .5em;
}

.wp-block-buttons.alignright .wp-block-button:first-child {
	margin-left: 0;
}

.wp-block-buttons.alignleft .wp-block-button {
	margin-left: 0;
	margin-right: .5em;
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
	margin-right: 0;
}

.wp-block-button.aligncenter, .wp-block-buttons.aligncenter, .wp-block-calendar {
	text-align: center;
}

.wp-block-calendar tbody td, .wp-block-calendar th {
	padding: .25em;
	border: 1px solid #ddd;
}

.wp-block-calendar tfoot td {
	border: none;
}

.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse;
}

.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd;
}

.wp-block-calendar a {
	text-decoration: underline;
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
	color: #40464d;
}

.wp-block-categories.alignleft {
	margin-right: 2em;
}

.wp-block-categories.alignright {
	margin-left: 2em;
}

.wp-block-code code {
	white-space: pre-wrap;
	overflow-wrap: break-word;
}

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	flex-wrap: wrap;
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}

.wp-block-columns.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end;
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
}

@media (max-width:599px) {
	.wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 1em) !important;
		flex-grow: 0;
	}
	
	.wp-block-column:nth-child(2n) {
		margin-left: 2em;
	}
}

@media (min-width:782px) {
	.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
	
	.wp-block-column[style*=flex-basis] {
		flex-grow: 0;
	}
	
	.wp-block-column:not(:first-child) {
		margin-left: 2em;
	}
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
	-ms-grid-row-align: center;
	align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
	width: 100%;
}

.wp-block-cover, .wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box;
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling:touch) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
		background-attachment: scroll;
	}
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000;
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	content: "";
	background-color: inherit;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width: 290px;
	width: 100%;
}

.wp-block-cover-image:after, .wp-block-cover:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit;
}

@supports (position:sticky) {
	.wp-block-cover-image:after, .wp-block-cover:after {
		content: none;
	}
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	display: flex;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	z-index: 1;
	color: #fff;
}

.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: inherit;
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
	width: auto;
}

.wp-block-cover__video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
	color: #fff;
}

.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
	color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 580px;
	padding: .44em;
	text-align: center;
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px;
}

.wp-block-embed {
	margin-bottom: 1em;
}

.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
}

.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}

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

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}

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

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}

.wp-block-file {
	margin-bottom: 1.5em;
}

.wp-block-file.aligncenter {
	text-align: center;
}

.wp-block-file.alignright {
	text-align: right;
}

.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	padding: .5em 1em;
}

.wp-block-file a.wp-block-file__button {
	text-decoration: none;
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none;
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em;
}

.blocks-gallery-grid, .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	margin: 0 1em 1em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(50% - 1em);
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%;
}

@supports (position:sticky) {
	.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
	}
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

@supports (position:sticky) {
	.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
		width: auto;
	}
}

.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 {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	color: #fff;
	text-align: center;
	font-size: .8em;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	box-sizing: border-box;
	margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline;
}

.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
	flex-grow: 1;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%;
}

@supports (position:sticky) {
	.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: 100%;
		flex: 1;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
}

@media (min-width:600px) {
	.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - .66667em);
		margin-right: 1em;
	}
	
	.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(25% - .75em);
		margin-right: 1em;
	}
	
	.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc(20% - .8em);
		margin-right: 1em;
	}
	
	.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - .83333em);
		margin-right: 1em;
	}
	
	.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - .85714em);
		margin-right: 1em;
	}
	
	.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc(12.5% - .875em);
		margin-right: 1em;
	}
	
	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
		margin-right: 0;
	}
	
	.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
		margin-right: 0;
	}
	
	.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
		margin-right: 0;
	}
	
	.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
		margin-right: 0;
	}
	
	.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
		margin-right: 0;
	}
	
	.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0;
	}
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0;
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
	max-width: 290px;
	width: 100%;
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center;
}

.wp-block-group {
	box-sizing: border-box;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-image {
	margin-bottom: 1em;
}

.wp-block-image img {
	max-width: 100%;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	width: 100%;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
	display: table;
}

.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption {
	display: table-caption;
	caption-side: bottom;
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
}

.is-style-circle-mask img, .is-style-rounded img {
	border-radius: 9999px;
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.is-style-circle-mask img {
		-webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
		mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
		mask-mode: alpha;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		border-radius: 0;
	}
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
	min-height: 2.25em;
	list-style: none;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em;
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em;
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em;
}

.wp-block-latest-posts.alignright {
	margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em);
	}
	
	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em);
	}
	
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em);
	}
	
	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em);
	}
	
	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em);
	}
	
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0;
	}
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	display: block;
	color: #555;
	font-size: .8125em;
}

.wp-block-latest-posts__post-excerpt {
	margin-top: .5em;
	margin-bottom: 1em;
}

.wp-block-latest-posts__featured-image a {
	display: inline-block;
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center;
}

.block-editor-image-alignment-control__row .components-base-control__field {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
	margin-bottom: 0;
}

ol.has-background, ul.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-media-text {
	/*!rtl:begin:ignore*/
	direction: ltr;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 1fr;
	grid-template-columns: 50% 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
	-ms-grid-columns: 1fr 50%;
	grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	-ms-grid-row-align: start;
	align-self: start;
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: center;
	align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	-ms-grid-row-align: end;
	align-self: end;
}

.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	padding: 0 8%;
	word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	max-width: unset;
	width: 100%;
	vertical-align: middle;
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover;
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		-ms-grid-columns: 100% !important;
		grid-template-columns: 100% !important;
	}
	
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color) {
	color: #1e1e1e;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
	background-color: #fff;
}

.items-justified-left>ul {
	justify-content: flex-start;
}

.items-justified-center>ul {
	justify-content: center;
}

.items-justified-right>ul {
	justify-content: flex-end;
}

.wp-block-navigation-link {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
	display: none;
}

.wp-block-navigation__container {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}

.is-vertical .wp-block-navigation__container {
	display: block;
}

.has-child>.wp-block-navigation-link__content {
	padding-right: .5em;
}

.has-child .wp-block-navigation__container {
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: inherit;
	color: inherit;
	position: absolute;
	left: 0;
	top: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden;
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
	flex-grow: 1;
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
	padding-right: .5em;
}

@media (min-width:782px) {
	.has-child .wp-block-navigation__container {
		left: 1.5em;
	}
	
	.has-child .wp-block-navigation__container .wp-block-navigation__container {
		left: 100%;
		top: -1px;
	}
	
	.has-child .wp-block-navigation__container .wp-block-navigation__container:before {
		content: "";
		position: absolute;
		right: 100%;
		height: 100%;
		display: block;
		width: .5em;
		background: transparent;
	}
	
	.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
		transform: rotate(0);
	}
}

.has-child:hover {
	cursor: pointer;
}

.has-child:hover>.wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column;
}

.has-child:focus-within {
	cursor: pointer;
}

.has-child:focus-within>.wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column;
}

.wp-block-navigation-link__content {
	color: inherit;
	text-decoration: none;
	padding: .5em 1em;
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
	padding-top: 0;
}

.has-text-color .wp-block-navigation-link__content {
	color: inherit;
}

.wp-block-navigation-link__label {
	word-break: normal;
	overflow-wrap: break-word;
}

.wp-block-navigation-link__submenu-icon {
	height: inherit;
	padding: .375em 1em .375em 0;
}

.wp-block-navigation-link__submenu-icon svg {
	fill: currentColor;
}

@media (min-width:782px) {
	.wp-block-navigation-link__submenu-icon svg {
		transform: rotate(90deg);
	}
}

.is-small-text {
	font-size: .875em;
}

.is-regular-text {
	font-size: 1em;
}

.is-large-text {
	font-size: 2.25em;
}

.is-larger-text {
	font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal;
}

p.has-background {
	padding: 1.25em 2.375em;
}

p.has-text-color a {
	color: inherit;
}

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap;
}

.wp-block-post-author__byline {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .5em;
}

.wp-block-post-author__avatar {
	margin-right: 1em;
}

.wp-block-post-author__bio {
	margin-bottom: .7em;
	font-size: .7em;
}

.wp-block-post-author__content {
	flex-grow: 1;
	flex-basis: 0;
}

.wp-block-post-author__name {
	font-weight: 700;
	margin: 0;
}

.wp-block-pullquote {
	padding: 3em 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 290px;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 1.25em;
}

.wp-block-pullquote p {
	font-size: 1.75em;
	line-height: 1.6;
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
	position: relative;
}

.wp-block-pullquote .has-text-color a {
	color: inherit;
}

.wp-block-pullquote:not(.is-style-solid-color) {
	background: none;
}

.wp-block-pullquote.is-style-solid-color {
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal;
}

.wp-block-pullquote cite {
	color: inherit;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 0 1em;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size: 1.125em;
	text-align: right;
}

.wp-block-rss.alignleft {
	margin-right: 2em;
}

.wp-block-rss.alignright {
	margin-left: 2em;
}

.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-rss.columns-2 li {
		width: calc(50% - 1em);
	}
	
	.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em);
	}
	
	.wp-block-rss.columns-4 li {
		width: calc(25% - 1em);
	}
	
	.wp-block-rss.columns-5 li {
		width: calc(20% - 1em);
	}
	
	.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em);
	}
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
	display: block;
	color: #555;
	font-size: .8125em;
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.wp-block-search .wp-block-search__label {
	width: 100%;
}

.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	min-width: 3em;
	border: 1px solid #949494;
}

.wp-block-search .wp-block-search__button {
	margin-left: .625em;
	word-break: normal;
}

.wp-block-search .wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
	border: 1px solid #949494;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 0 0 .25em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: .125em .5em;
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px;
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto;
}

.wp-block-separator.is-style-dots:before {
	content: "···";
	color: currentColor;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif;
}

.wp-block-custom-logo .aligncenter {
	display: table;
}

.wp-block-social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	margin-left: 0;
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none;
}

.wp-social-link {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 9999px;
	margin: 0 8px 8px 0;
	transition: transform .1s ease;
}

@media (prefers-reduced-motion:reduce) {
	.wp-social-link {
		transition-duration: 0s;
	}
}

.wp-social-link a {
	padding: 6px;
	display: block;
	line-height: 0;
	transition: transform .1s ease;
}

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

.wp-social-link:hover {
	transform: scale(1.1);
}

.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none;
	padding: 4px;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 28px;
	height: 28px;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: 16px;
	padding-right: 16px;
}

.wp-block-spacer {
	clear: both;
}

p.wp-block-subhead {
	font-size: 1.1em;
	font-style: italic;
	opacity: .75;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	width: 100%;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
	display: table;
	width: auto;
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
	word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: transparent;
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
	display: flex;
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%;
}

.wp-block-video {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-video video {
	max-width: 100%;
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.wp-block-video.aligncenter {
	text-align: center;
}

.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
}

.wp-block-post-featured-image a {
	display: inline-block;
}

:root .has-pale-pink-background-color {
	background-color: #f78da7;
}

:root .has-vivid-red-background-color {
	background-color: #cf2e2e;
}

:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900;
}

:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900;
}

:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5;
}

:root .has-vivid-green-cyan-background-color {
	background-color: #00d084;
}

:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc;
}

:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3;
}

:root .has-vivid-purple-background-color {
	background-color: #9b51e0;
}

:root .has-white-background-color {
	background-color: #fff;
}

:root .has-very-light-gray-background-color {
	background-color: #eee;
}

:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3;
}

:root .has-very-dark-gray-background-color {
	background-color: #313131;
}

:root .has-black-background-color {
	background-color: #000;
}

:root .has-pale-pink-color {
	color: #f78da7;
}

:root .has-vivid-red-color {
	color: #cf2e2e;
}

:root .has-luminous-vivid-orange-color {
	color: #ff6900;
}

:root .has-luminous-vivid-amber-color {
	color: #fcb900;
}

:root .has-light-green-cyan-color {
	color: #7bdcb5;
}

:root .has-vivid-green-cyan-color {
	color: #00d084;
}

:root .has-pale-cyan-blue-color {
	color: #8ed1fc;
}

:root .has-vivid-cyan-blue-color {
	color: #0693e3;
}

:root .has-vivid-purple-color {
	color: #9b51e0;
}

:root .has-white-color {
	color: #fff;
}

:root .has-very-light-gray-color {
	color: #eee;
}

:root .has-cyan-bluish-gray-color {
	color: #abb8c3;
}

:root .has-very-dark-gray-color {
	color: #313131;
}

:root .has-black-color {
	color: #000;
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: linear-gradient(135deg, #0693e3, #9b51e0);
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: linear-gradient(135deg, #7adcb4, #00d082);
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: linear-gradient(135deg, #fcb900, #ff6900);
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: linear-gradient(135deg, #ff6900, #cf2e2e);
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: linear-gradient(135deg, #eee, #a9b8c3);
}

:root .has-cool-to-warm-spectrum-gradient-background {
	background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
}

:root .has-blush-light-purple-gradient-background {
	background: linear-gradient(135deg, #ffceec, #9896f0);
}

:root .has-blush-bordeaux-gradient-background {
	background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-luminous-dusk-gradient-background {
	background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-pale-ocean-gradient-background {
	background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}

:root .has-electric-grass-gradient-background {
	background: linear-gradient(135deg, #caf880, #71ce7e);
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc);
}

:root .has-link-color a {
	color: #00e;
	color: var(--wp--style--color--link, #00e);
}

.has-small-font-size {
	font-size: .8125em;
}

.has-normal-font-size, .has-regular-font-size {
	font-size: 1em;
}

.has-medium-font-size {
	font-size: 1.25em;
}

.has-large-font-size {
	font-size: 2.25em;
}

.has-huge-font-size, .has-larger-font-size {
	font-size: 2.625em;
}

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

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

#end-resizable-editor-section {
	display: none;
}

.aligncenter {
	clear: both;
}

:root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-20: #005a87;
}

#start-resizable-editor-section {
	display: none;
}

.wp-block-audio figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.wp-block-code {
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: .9em;
	color: #1e1e1e;
	padding: .8em 1em;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.wp-block-pullquote {
	border-top: 4px solid #555;
	border-bottom: 4px solid #555;
	margin-bottom: 1.75em;
	color: #555;
}

.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
	color: #555;
	text-transform: uppercase;
	font-size: .8125em;
	font-style: normal;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
	list-style: none;
}

.wp-block-navigation-link.wp-block-navigation-link {
	margin: 0;
}

.wp-block-quote {
	border-left: .25em solid #000;
	margin: 0 0 1.75em;
	padding-left: 1em;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	color: #555;
	font-size: .8125em;
	margin-top: 1em;
	position: relative;
	font-style: normal;
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: .25em solid #000;
	padding-left: 0;
	padding-right: 1em;
}

.wp-block-quote.has-text-align-center {
	border: none;
	padding-left: 0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	border: none;
}

.wp-block-search .wp-block-search__label {
	font-weight: 700;
}

.wp-block-group.has-background {
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid;
	margin-left: auto;
	margin-right: auto;
	opacity: .4;
}

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

.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: none;
	height: 1px;
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 2px;
}

.wp-block-table {
	border-collapse: collapse;
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td, .wp-block-table th {
	padding: .5em;
	border: 1px solid;
	word-break: normal;
}

.wp-block-table figcaption, .wp-block-video figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.wp-block-template-part.has-background {
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 0;
}

#end-resizable-editor-section {
	display: none;
}

/**
 * The following styles get applied both on the front of your site and in the editor.
 */
.wp-block-quotes-collection-quotes {}

.wp-block-quotes-collection-quotes blockquote.quotescollection-quote {
	margin: 2.4em 0;
	padding: 1.6em;
	border-radius: 3px;
	text-align: inherit;
}

.wp-block-quotes-collection-quotes blockquote.quotescollection-quote p {
	margin: 0 0 1.4em 0;
	text-align: inherit;
	background-color: inherit;
	color: inherit;
}

.wp-block-quotes-collection-quotes blockquote.quotescollection-quote p:last-child {
	margin: 0;
}

.wp-block-quotes-collection-quotes blockquote.quotescollection-quote .attribution {
	margin: 1.4em 0 0 0;
	padding: 0;
	background-color: inherit;
	color: inherit;
}

.wp-block-quotes-collection-quotes blockquote.quotescollection-quote .attribution cite {
	display: inline;
	text-align: inherit;
	background-color: inherit;
	color: inherit;
}

.wp-block-quotes-collection-quotes blockquote.quotescollection-quote .attribution cite::before {
	content: none;
}

/**
 * The following styles get applied both on the front of your site and in the editor.
 */
.wp-block-quotes-collection-random-quote {
	position: relative;
	margin: 2.4em 0;
	border-radius: 3px;
}

.wp-block-quotes-collection-random-quote blockquote.quotescollection-quote {
	margin: 0;
	padding: 1.6em;
	text-align: inherit;
}

.wp-block-quotes-collection-random-quote blockquote.quotescollection-quote p {
	margin: 0 0 1.4em 0;
	text-align: inherit;
	background-color: inherit;
	color: inherit;
}

.wp-block-quotes-collection-random-quote blockquote.quotescollection-quote p:last-child {
	margin: 0;
}

.wp-block-quotes-collection-random-quote blockquote.quotescollection-quote .attribution {
	margin: 1.4em 0 0 0;
	padding: 0;
	background-color: inherit;
	color: inherit;
}

.wp-block-quotes-collection-random-quote blockquote.quotescollection-quote .attribution cite {
	display: inline;
	text-align: inherit;
	background-color: inherit;
	color: inherit;
}

.wp-block-quotes-collection-random-quote blockquote.quotescollection-quote .attribution cite::before {
	content: none;
}

.wp-block-quotes-collection-random-quote .navigation .nav-next {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: .6em;
}

.wp-block-quotes-collection-random-quote .navigation a, .wp-block-quotes-collection-random-quote .navigation a:hover, .wp-block-quotes-collection-random-quote .navigation a:visited, .wp-block-quotes-collection-random-quote .navigation a:active {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: .4em .6em;
	background-color: rgba(128, 128, 128, .2);
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: none;
}

.components-custom-select-control {
	position: relative;
}

.components-custom-select-control__label {
	display: block;
	margin-bottom: 8px;
}

.components-custom-select-control__button {
	border: 1px solid #757575;
	border-radius: 2px;
	min-height: 30px;
	min-width: 130px;
	position: relative;
	text-align: left;
}

.components-custom-select-control__button.components-custom-select-control__button {
	padding-right: 24px;
}

.components-custom-select-control__button:focus:not(:disabled) {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
}

.components-custom-select-control__button .components-custom-select-control__button-icon {
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.components-custom-select-control__menu {
	background-color: #fff;
	max-height: 400px;
	min-width: 100%;
	overflow: auto;
	padding: 0;
	position: absolute;
	z-index: 1000000;
}

.components-custom-select-control__menu:focus {
	border: 1px solid #1e1e1e;
	border-radius: 2px;
	outline: none;
	transition: none;
}

.components-custom-select-control__item {
	align-items: center;
	display: flex;
	list-style-type: none;
	padding: 10px 5px 10px 25px;
	cursor: default;
}

.components-custom-select-control__item.is-highlighted {
	background: #ddd;
}

.components-custom-select-control__item-icon {
	margin-left: -20px;
	margin-right: 0;
}

.components-spinner {
	display: inline-block;
	background-color: #949494;
	width: 18px;
	height: 18px;
	opacity: .7;
	margin: 5px 11px 0;
	border-radius: 100%;
	position: relative;
}

.components-spinner:before {
	content: "";
	position: absolute;
	background-color: #fff;
	top: 3px;
	left: 3px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	transform-origin: 6px 6px;
	-webkit-animation: components-spinner__animation 1s linear infinite;
	animation: components-spinner__animation 1s linear infinite;
}

@-webkit-keyframes components-spinner__animation {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

@keyframes components-spinner__animation {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.components-snackbar {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px;
	background-color: #1e1e1e;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	color: #fff;
	padding: 16px 24px;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	cursor: pointer;
}

@media (min-width:600px) {
	.components-snackbar {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}

.components-snackbar:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color);
}

.components-snackbar__action.components-button {
	margin-left: 32px;
	color: #fff;
	height: auto;
	flex-shrink: 0;
	line-height: 1.4;
	padding: 0;
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
	text-decoration: underline;
	background-color: transparent;
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
	color: #fff;
	box-shadow: none;
	outline: 1px dotted #fff;
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
	color: var(--wp-admin-theme-color);
}

.components-snackbar__content {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	line-height: 1.4;
}

.components-snackbar-list {
	position: absolute;
	z-index: 100000;
	width: 100%;
	box-sizing: border-box;
}

.components-snackbar-list__notice-container {
	position: relative;
	padding-top: 8px;
}

.wc-block-link-button {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-decoration: underline;
	text-transform: inherit;
	box-shadow: none;
	display: inline;
	text-shadow: none;
}

.wc-block-link-button, .wc-block-link-button:active, .wc-block-link-button:focus, .wc-block-link-button:hover {
	background: transparent;
}

.wc-block-suspense-placeholder {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
}

.wc-block-suspense-placeholder>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-suspense-placeholder {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-suspense-placeholder:after {
	content: " ";
}

.wc-block-grid__products .wc-block-grid__product-image {
	text-decoration: none;
	display: block;
	position: relative;
}

.wc-block-grid__products .wc-block-grid__product-image a {
	text-decoration: none;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	width: 100%;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
	font-family: inherit;
	line-height: 1.2em;
	font-weight: 700;
	padding: 0;
	color: inherit;
	font-size: inherit;
	display: block;
}

.wc-block-grid__product-price {
	display: block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	word-break: break-word;
	white-space: normal;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	word-break: break-word;
	white-space: normal;
	margin: 0 auto !important;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	padding: .5em 1em;
	font-size: 1em;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	font-family: WooCommerce;
	content: "";
	margin-left: .5em;
	display: inline-block;
	width: auto;
	height: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	font-family: WooCommerce;
	content: "";
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: .5em;
	display: inline-block;
	width: auto;
	height: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0;
}

.wc-block-grid__product-rating {
	display: block;
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	overflow: hidden;
	position: relative;
	width: 5.3em;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	font-family: star;
	font-weight: 400;
	margin: 0 auto;
	text-align: left;
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
	content: "SSSSS";
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	opacity: .5;
	color: #aaa;
	white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	padding-top: 1.5em;
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
	content: "SSSSS";
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	color: #000;
	white-space: nowrap;
}

.wc-block-grid__product-onsale {
	font-size: .875em;
	padding: .25em .75em;
	display: inline-block;
	width: auto;
	border: 1px solid #43454b;
	border-radius: 3px;
	color: #43454b;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 9;
	position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000;
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	color: #000;
	font-size: 1.2em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .5;
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none;
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

.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;
	overflow-wrap: normal !important;
	word-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wc-block-components-product-add-to-cart-attribute-picker {
	margin: 0;
	flex-basis: 100%;
}

.wc-block-components-product-add-to-cart-attribute-picker label {
	display: block;
	font-size: 1em;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
	position: relative;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
	margin: 0 0 .75em;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
	min-width: 60%;
	min-height: 1.75em;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
	margin-bottom: 24px;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
	border-color: #cc1818;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
	outline-color: #cc1818;
}

.wc-block-components-product-add-to-cart {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
	margin: 0 0 .75em;
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
	display: block;
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg {
	fill: currentColor;
	vertical-align: top;
	width: 1.5em;
	height: 1.5em;
	margin: -.25em 0 -.25em .5em;
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
	margin: 0 1em .75em 0;
	flex-basis: 5em;
	padding: .618em;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #43454b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
	text-align: center;
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-grid .wc-block-components-product-add-to-cart {
	justify-content: center;
}

.wc-block-components-product-add-to-cart-notice {
	margin: 0;
}

.wp-block-button.wc-block-components-product-button {
	word-break: break-word;
	white-space: normal;
	margin-top: 0;
	margin-bottom: 12px;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	word-break: break-word;
	white-space: normal;
	margin: 0 auto;
	display: inline-flex;
	justify-content: center;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-width: 8em;
	min-height: 3em;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-width: 8em;
	min-height: 3em;
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
		-webkit-animation: none;
		animation: none;
	}
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
	background-color: var(--button--color-background);
	color: var(--button--color-text);
	border-color: var(--button--color-background);
}

.wc-block-components-product-category-list {
	margin-top: 0;
	margin-bottom: .75em;
}

.wc-block-components-product-category-list ul {
	margin: 0;
	padding: 0;
	display: inline;
}

.wc-block-components-product-category-list ul li {
	display: inline;
	list-style: none;
}

.wc-block-components-product-category-list ul li:after {
	content: ", ";
}

.wc-block-components-product-category-list ul li:last-child:after {
	content: "";
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
	margin-top: 0;
	margin-bottom: 12px;
	text-decoration: none;
	display: block;
	position: relative;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
	text-decoration: none;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
	vertical-align: middle;
	width: 100%;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
	display: none;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
	position: absolute;
	left: 4px;
	top: 4px;
	right: auto;
	margin: 0;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
	position: absolute;
	top: 4px;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	margin: 0;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
	position: absolute;
	right: 4px;
	top: 4px;
	left: auto;
	margin: 0;
}

.is-loading .wc-block-components-product-image {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
}

.is-loading .wc-block-components-product-image>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-image {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-product-rating {
	display: block;
	margin-top: 0;
	margin-bottom: 12px;
}

.wc-block-components-product-rating__stars {
	overflow: hidden;
	position: relative;
	width: 5.3em;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	font-family: star;
	font-weight: 400;
	margin: 0 auto;
	text-align: left;
}

.wc-block-components-product-rating__stars:before {
	content: "SSSSS";
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	opacity: .5;
	color: #aaa;
	white-space: nowrap;
}

.wc-block-components-product-rating__stars span {
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	padding-top: 1.5em;
}

.wc-block-components-product-rating__stars span:before {
	content: "SSSSS";
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	color: #000;
	white-space: nowrap;
}

.wc-block-single-product .wc-block-components-product-rating__stars {
	margin: 0;
}

.wc-block-components-product-sale-badge {
	margin: 0 auto 12px;
	font-size: .875em;
	padding: .25em .75em;
	display: inline-block;
	width: auto;
	border: 1px solid #43454b;
	border-radius: 3px;
	color: #43454b;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 9;
	position: static;
}

.wc-block-components-product-sku {
	margin-top: 0;
	margin-bottom: 12px;
	display: block;
	text-transform: uppercase;
	font-size: .875em;
}

.wc-block-components-product-stock-indicator {
	margin-top: 0;
	margin-bottom: .75em;
	display: block;
	font-size: .875em;
}

.wc-block-components-product-stock-indicator--in-stock {
	color: #4ab866;
}

.wc-block-components-product-stock-indicator--out-of-stock {
	color: #cc1818;
}

.wc-block-components-product-stock-indicator--available-on-backorder, .wc-block-components-product-stock-indicator--low-stock {
	color: #f0b849;
}

.wc-block-components-product-summary {
	margin-top: 0;
	margin-bottom: 12px;
}

.is-loading .wc-block-components-product-summary:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	content: ".";
	display: block;
	width: 100%;
	height: 6em;
}

.is-loading .wc-block-components-product-summary:before>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-summary:before {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-product-tag-list {
	margin-top: 0;
	margin-bottom: .75em;
}

.wc-block-components-product-tag-list ul {
	margin: 0;
	padding: 0;
	display: inline;
}

.wc-block-components-product-tag-list ul li {
	display: inline;
	list-style: none;
}

.wc-block-components-product-tag-list ul li:after {
	content: ", ";
}

.wc-block-components-product-tag-list ul li:last-child:after {
	content: "";
}

.wc-block-components-product-title {
	margin-top: 0;
	margin-bottom: 12px;
}

.wc-block-grid .wc-block-components-product-title {
	line-height: 1.5;
	font-weight: 700;
	padding: 0;
	color: inherit;
	font-size: inherit;
	display: block;
}

.is-loading .wc-block-components-product-title:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	content: ".";
	display: inline-block;
	width: 7em;
}

.is-loading .wc-block-components-product-title:before>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-title:before {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
	width: 10em;
}

.wc-block-components-product-title--align-left {
	text-align: left;
}

.wc-block-components-product-title--align-center {
	text-align: center;
}

.wc-block-components-product-title--align-right {
	text-align: right;
}

.wc-block-components-error {
	display: flex;
	background-color: #f0f0f0;
	border-left: 4px solid #ddd;
	padding: 36px 16px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #757575;
}

.wc-block-components-error__header {
	font-size: 2em;
	font-weight: 700;
	margin: 0;
}

.wc-block-components-error__image {
	max-width: 25%;
}

.wc-block-components-error__text {
	margin: 0;
}

.wc-block-components-error__message {
	margin: 1em 0 0;
	font-style: italic;
}

@media (min-width:481px) {
	.wc-block-components-error {
		flex-direction: row;
	}
	
	.wc-block-components-error__image+.wc-block-components-error__content {
		margin-left: 24px;
	}
}

.wc-block-components-button:not(.is-link) {
	color: inherit;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 700;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1;
	text-decoration: inherit;
	text-decoration: none;
	text-transform: inherit;
	text-transform: none;
	align-items: center;
	background-color: #1e1e1e;
	display: inline-flex;
	min-height: 3em;
	justify-content: center;
	padding: 0 1em;
	text-align: center;
	position: relative;
}

.wc-block-components-button:not(.is-link):active, .wc-block-components-button:not(.is-link):disabled, .wc-block-components-button:not(.is-link):focus, .wc-block-components-button:not(.is-link):hover {
	background-color: #1e1e1e;
	color: #fff;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
	display: block;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
	fill: currentColor;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner {
	width: 1em;
	width: 100%;
	height: 1em;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.5em;
	color: inherit;
	box-sizing: content-box;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner:after {
	content: " ";
	display: inline-block;
	margin: 0 auto;
	width: 1em;
	height: 1em;
	box-sizing: border-box;
	transform-origin: 50% 50%;
	transform: translateZ(0) scale(.5);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 50%;
	border: .2em solid;
	border-left: .2em solid transparent;
	-webkit-animation: wc-block-components-button__spinner__animation 1s linear infinite;
	animation: wc-block-components-button__spinner__animation 1s linear infinite;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner+.wc-block-components-button__text {
	visibility: hidden;
}

@-webkit-keyframes wc-block-components-button__spinner__animation {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

@keyframes wc-block-components-button__spinner__animation {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.wc-block-components-form {
	counter-reset: checkout-step;
}

.wc-block-components-form .wc-block-components-checkout-step {
	position: relative;
	border: none;
	padding: 0 0 0 36px;
	background: none;
	margin: 0;
}

.is-large .wc-block-components-form .wc-block-components-checkout-step {
	padding-right: 24px;
}

.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__heading:after {
	content: "";
	border-left: 1px solid;
	opacity: .3;
	position: absolute;
	left: -18px;
	top: 2.5em;
	bottom: -1em;
}

.wc-block-components-checkout-step--disabled {
	opacity: .6;
}

.wc-block-components-checkout-step__container {
	position: relative;
}

.wc-block-components-checkout-step__content {
	padding-bottom: 1.5em;
}

.wc-block-components-checkout-step__heading {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	margin: .75em 0 1em;
	position: relative;
	align-items: center;
	gap: 1em;
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading {
	margin-top: 0;
}

.wc-block-components-checkout-step__title {
	margin: 0 12px 0 0;
}

.wc-block-components-checkout-step__heading-content {
	font-size: .75em;
}

.wc-block-components-checkout-step__heading-content a {
	font-weight: 700;
	color: inherit;
}

.wc-block-components-checkout-step__description {
	font-size: .875em;
	line-height: 1.25;
	margin-bottom: 16px;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	counter-increment: checkout-step;
	content: " " counter(checkout-step) ".";
	content: " " counter(checkout-step) "."/"";
	position: absolute;
	width: 36px;
	left: -18px;
	top: 0;
	text-align: center;
	transform: translateX(-50%);
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
	content: "";
	height: 100%;
	border-left: 1px solid;
	opacity: .3;
	position: absolute;
	left: -18px;
	top: 0;
}

.wc-block-components-order-summary__content {
	display: table;
	width: 100%;
}

.wc-block-components-order-summary-item {
	position: relative;
	font-size: .875em;
	display: flex;
	padding-bottom: 1px;
	padding-top: 16px;
	width: 100%;
}

.wc-block-components-order-summary-item:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-order-summary-item:first-child {
	padding-top: 0;
}

.wc-block-components-order-summary-item:last-child>div {
	padding-bottom: 0;
}

.wc-block-components-order-summary-item:last-child:after {
	display: none;
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
	font-size: 1em;
}

.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__image {
	display: table-cell;
	vertical-align: top;
}

.wc-block-components-order-summary-item__image {
	width: 48px;
	padding-bottom: 16px;
	position: relative;
}

.wc-block-components-order-summary-item__image>img {
	width: 48px;
	max-width: 48px;
}

.wc-block-components-order-summary-item__quantity {
	align-items: center;
	background: #fff;
	border: 2px solid;
	border-radius: 1em;
	box-shadow: 0 0 0 2px #fff;
	color: #000;
	display: flex;
	line-height: 1;
	min-height: 20px;
	padding: 0 .4em;
	position: absolute;
	justify-content: center;
	min-width: 20px;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	white-space: nowrap;
	z-index: 1;
}

.wc-block-components-order-summary-item__description {
	padding-left: 24px;
	padding-right: 12px;
	padding-bottom: 16px;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary-item__description p {
	line-height: 1.375;
	margin-top: 4px;
}

.wc-block-components-order-summary-item__total-price {
	font-weight: 700;
	margin-left: auto;
	text-align: right;
}

.wc-block-components-order-summary-item__individual-prices {
	display: block;
}

.wc-block-components-payment-method-icons {
	display: block;
	text-align: center;
	margin: 0 0 14px;
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	display: inline-block;
	margin: 0 4px 2px;
	padding: 0;
	width: auto;
	height: 24px;
	vertical-align: middle;
}

.wc-block-components-payment-method-icons--align-left {
	text-align: left;
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
	margin-left: 0;
	margin-right: 8px;
}

.wc-block-components-payment-method-icons--align-right {
	text-align: right;
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
	margin-right: 0;
	margin-left: 8px;
}

.wc-block-components-payment-method-icons:last-child {
	margin-bottom: 0;
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	height: 16px;
}

.wc-block-components-payment-method-label--with-icon {
	display: inline-block;
	vertical-align: middle;
}

.wc-block-components-payment-method-label--with-icon>img, .wc-block-components-payment-method-label--with-icon>svg {
	vertical-align: middle;
	margin: -2px 4px 0 0;
}

.is-mobile .wc-block-components-payment-method-label--with-icon>img, .is-mobile .wc-block-components-payment-method-label--with-icon>svg, .is-small .wc-block-components-payment-method-label--with-icon>img, .is-small .wc-block-components-payment-method-label--with-icon>svg {
	display: none;
}

.editor-styles-wrapper .wc-block-components-checkout-policies, .wc-block-components-checkout-policies {
	font-size: .75em;
	text-align: center;
	list-style: none outside;
	line-height: 1;
	margin: 24px 0;
}

.wc-block-components-checkout-policies__item {
	list-style: none outside;
	display: inline-block;
	padding: 0 .25em;
	margin: 0;
}

.wc-block-components-checkout-policies__item:not(:first-child) {
	border-left: 1px solid #ccc;
}

.wc-block-components-checkout-policies__item>a {
	color: inherit;
	padding: 0 .25em;
}

.wc-block-components-product-badge {
	font-size: .75em;
	border-radius: 2px;
	border: 1px solid;
	display: inline-block;
	font-weight: 600;
	padding: 0 .66em;
	text-transform: uppercase;
	white-space: nowrap;
}

.wc-block-components-product-details.wc-block-components-product-details {
	list-style: none;
	margin: .5em 0;
	padding: 0;
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
	margin-bottom: 0;
}

.wc-block-components-product-details.wc-block-components-product-details li {
	margin-left: 0;
}

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
	display: inline-block;
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
	font-weight: 700;
}

.wc-block-components-product-metadata {
	font-size: .75em;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
	margin: .25em 0;
}

.wc-block-components-checkout-return-to-cart-button {
	box-shadow: none;
	color: inherit;
	padding-left: calc(24px + .25em);
	position: relative;
	text-decoration: none;
}

.wc-block-components-checkout-return-to-cart-button svg {
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

.wc-block-components-shipping-calculator-address {
	margin-bottom: 0;
}

.wc-block-components-shipping-calculator-address__button {
	width: 100%;
	margin-top: 1.5em;
}

.wc-block-components-shipping-calculator {
	padding: .5em 0 .75em;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: .75em;
	padding-top: .75em;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
	padding-bottom: 0;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
	padding-bottom: 1em;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout {
	padding-bottom: 0;
}

.wc-block-components-shipping-rates-control__package-items {
	font-size: .875em;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-block-components-shipping-rates-control__package-item {
	overflow-wrap: anywhere;
	word-break: break-word;
	-ms-word-break: break-all;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
	content: ", ";
	white-space: pre;
}

.wc-block-components-totals-coupon__form {
	display: flex;
	margin-bottom: .5em;
	width: 100%;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
	margin-bottom: 0;
	margin-top: 0;
	flex-grow: 1;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	height: 3em;
	flex-shrink: 0;
	margin-left: 8px;
	padding-left: 24px;
	padding-right: 24px;
	white-space: nowrap;
}

.wc-block-components-totals-coupon__content {
	flex-direction: column;
	position: relative;
}

.wc-block-components-totals-discount__coupon-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
	color: #4ab866;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 1.25em;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-weight: 700;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
	margin-bottom: 0;
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
	margin-bottom: 16px;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
	flex-basis: 100%;
	text-align: left;
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
	margin: 0 0 .75em;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-decoration: underline;
	text-transform: inherit;
	background: transparent;
	box-shadow: none;
	display: inline;
	text-shadow: none;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
	background: transparent;
	opacity: .8;
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-decoration: underline;
	text-transform: inherit;
	background: transparent;
	box-shadow: none;
	display: inline;
	text-shadow: none;
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
	background: transparent;
}

.wc-block-components-checkbox {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	align-items: center;
	display: flex;
	height: 1em;
	position: relative;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #50575e;
	border-radius: 2px;
	height: 1.5em;
	width: 1.5em;
	margin: 0;
	min-height: 24px;
	min-width: 24px;
	overflow: hidden;
	position: static;
	vertical-align: middle;
	background-color: #fff;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
	background: #fff;
	border-color: #50575e;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after, .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
	content: "";
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
	display: none;
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	border-color: hsla(0, 0%, 100%, .6);
	background-color: rgba(0, 0, 0, .1);
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
	background: rgba(0, 0, 0, .1);
	border-color: hsla(0, 0%, 100%, .6);
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #000;
	position: absolute;
	left: .1875em;
	top: -.125em;
	width: 1.125em;
	height: 1.125em;
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #fff;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
	padding-left: 16px;
	vertical-align: middle;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.wc-block-components-checkbox__mark {
		display: none;
	}
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox], .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
	background-color: #fff;
	border-color: var(--form--border-color);
	position: relative;
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked, .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
	background-color: #fff;
	border-color: var(--form--border-color);
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
	display: none;
}

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

.editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
	margin: 0 0 4px;
	padding: 0;
	list-style: none outside;
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
	background: none;
	border: none;
	padding: 0;
	text-decoration: underline;
	cursor: pointer;
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*, .wc-block-components-checkbox-list.is-loading li>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-chip {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1;
	text-decoration: inherit;
	text-transform: inherit;
	align-items: center;
	border: 0;
	display: inline-flex;
	padding: .125em .5em .25em;
	margin: 0 .365em .365em 0;
	border-radius: 0;
	max-width: 100%;
}

.wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
	background: #e0e0e0;
	color: #1e1e1e;
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
	border-radius: 3px;
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
	border-radius: .433em;
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
	border-radius: 2em;
	padding-left: .75em;
	padding-right: .75em;
}

.wc-block-components-chip .wc-block-components-chip__text {
	flex-grow: 1;
}

.wc-block-components-chip.is-removable {
	padding-right: .5em;
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
	padding-right: .25em;
}

.wc-block-components-chip .wc-block-components-chip__remove {
	font-size: .75em;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
	vertical-align: middle;
}

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus>.wc-block-components-chip__remove, button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
	fill: #cc1818;
}

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
	fill: #949494;
	cursor: not-allowed;
}

.wc-block-components-country-input {
	margin-top: 1.5em;
}

.wc-block-components-dropdown-selector {
	max-width: 300px;
	position: relative;
	width: 100%;
}

.wc-block-components-dropdown-selector__input-wrapper {
	background: #fff;
	border: 1px solid #50575e;
	color: #2b2d2f;
	align-items: center;
	border-radius: 4px;
	cursor: text;
	display: flex;
	flex-wrap: wrap;
	padding: 2px 8px;
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
	background-color: #e0e0e0;
}

.is-multiple.has-checked>.wc-block-components-dropdown-selector__input-wrapper {
	padding: 2px 4px;
}

.is-open>.wc-block-components-dropdown-selector__input-wrapper {
	border-radius: 4px 4px 0 0;
}

.wc-block-components-dropdown-selector__input {
	font-size: .875em;
	line-height: 1.2857142857;
	margin: .1875em 0;
	min-width: 0;
	padding: .1875em 0;
}

.is-single .wc-block-components-dropdown-selector__input {
	width: 100%;
}

.is-single .wc-block-components-dropdown-selector__input:active, .is-single .wc-block-components-dropdown-selector__input:focus, .is-single .wc-block-components-dropdown-selector__input:hover {
	outline: 0;
}

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
	margin-bottom: 1.5px;
	margin-top: 1.5px;
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	word-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	position: absolute;
	width: 1px;
}

.is-multiple .wc-block-components-dropdown-selector__input {
	flex: 1;
	min-width: 0;
}

.is-multiple .wc-block-components-dropdown-selector__input, .is-single .wc-block-components-dropdown-selector__input:first-child {
	background: transparent;
	border: 0;
}

.is-multiple .wc-block-components-dropdown-selector__input:active, .is-multiple .wc-block-components-dropdown-selector__input:focus, .is-multiple .wc-block-components-dropdown-selector__input:hover, .is-single .wc-block-components-dropdown-selector__input:first-child:active, .is-single .wc-block-components-dropdown-selector__input:first-child:focus, .is-single .wc-block-components-dropdown-selector__input:first-child:hover {
	outline: 0;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
	background-color: transparent;
	border: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-transform: none;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
	background-color: transparent;
	text-decoration: none;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
	font-size: .875em;
	align-items: center;
	color: #757575;
	display: inline-flex;
	margin: .1875em 0;
	padding: .1875em 0;
	width: 100%;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
	flex-grow: 1;
	line-height: 1.2857142857;
	padding: 0;
	text-align: left;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
	background-color: transparent;
	border: 0;
	display: inline-block;
	line-height: 1;
	padding: 0 0 0 .3em;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove>svg {
	display: block;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
	font-size: .875em;
	margin-top: .1875em;
	margin-bottom: .1875em;
	line-height: 1.2857142857;
}

.wc-block-components-dropdown-selector__list {
	background-color: #fff;
	margin: -1px 0 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	max-height: 300px;
	overflow-y: auto;
	z-index: 1;
}

.wc-block-components-dropdown-selector__list:not(:empty) {
	border: 1px solid #9f9f9f;
}

.wc-block-components-dropdown-selector__list-item {
	font-size: .875em;
	color: #757575;
	cursor: default;
	list-style: none;
	margin: 0;
	padding: 0 4px;
}

.wc-block-components-dropdown-selector__list-item.is-selected {
	background-color: #ddd;
}

.wc-block-components-dropdown-selector__list-item.is-highlighted, .wc-block-components-dropdown-selector__list-item:active, .wc-block-components-dropdown-selector__list-item:focus, .wc-block-components-dropdown-selector__list-item:hover {
	background-color: #00669e;
	color: #fff;
}

.wc-block-components-filter-submit-button {
	display: block;
	margin-left: auto;
	white-space: nowrap;
}

.wc-block-components-formatted-money-amount {
	white-space: nowrap;
}

.wc-block-components-load-more {
	text-align: center;
	width: 100%;
}

.wc-block-components-loading-mask {
	position: relative;
	min-height: 34px;
}

.wc-block-components-loading-mask .components-spinner {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wc-block-components-loading-mask__children {
	opacity: .5;
}

.wc-block-components-pagination {
	margin: 0 auto 16px;
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
	font-size: 1em;
	color: #333;
	display: inline-block;
	font-weight: 400;
}

.wc-block-components-pagination__page {
	border-color: transparent;
	padding: .3em .6em;
	min-width: 2.2em;
}

@media (max-width:782px) {
	.wc-block-components-pagination__page {
		padding: .1em .2em;
		min-width: 1.6em;
	}
}

.wc-block-components-pagination__page:not(.toggle) {
	background-color: transparent;
}

.wc-block-components-pagination__ellipsis {
	padding: .3em;
}

@media (max-width:782px) {
	.wc-block-components-pagination__ellipsis {
		padding: .1em;
	}
}

.wc-block-components-pagination__page--active[disabled] {
	color: #333;
	font-weight: 700;
	opacity: 1 !important;
}

.wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
	background-color: inherit;
	color: #333;
	opacity: 1 !important;
}

.wc-block-components-price-slider {
	margin-bottom: 24px;
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
	justify-content: flex-end;
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
	margin-left: 0;
	margin-right: 10px;
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	pointer-events: none;
	max-width: 100%;
	box-shadow: none;
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount>*, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button>*, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount>*, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button>*, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
	-webkit-animation: none;
	animation: none;
}

.wc-block-components-price-slider__range-input-wrapper {
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	background: #e1e1e1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 9px;
	clear: both;
	position: relative;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	margin: 15px 0;
}

.wc-block-components-price-slider__range-input-progress {
	height: 9px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	--track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
	--range-color: #af7dd1;
	background: var(--track-background);
}

.wc-block-components-price-slider__controls {
	display: flex;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	margin: 0;
	border-radius: 4px;
	width: auto;
	max-width: 100px;
	min-width: 0;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
	margin-right: 10px;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
	margin-left: auto;
}

.wc-block-components-price-slider__range-input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	outline: none !important;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 0;
	display: block;
	position: relative;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
	cursor: default;
	height: 1px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 28px;
	height: 23px;
	border: 0;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'56\' height=\'46\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0)\'%3E%3Cpath d=\'M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z\' fill=\'%23fff\' stroke=\'%23757575\'/%3E%3Cpath d=\'M13 7v9m-3-9v9-9z\' stroke=\'%23B8B8B8\'/%3E%3Cpath d=\'M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z\' fill=\'%23fff\' stroke=\'%23757575\'/%3E%3Cpath d=\'M13 7v9m-3-9v9-9z\' stroke=\'%23B8B8B8\'/%3E%3Cpath d=\'M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z\' fill=\'%23F8F3F7\' stroke=\'%23fff\' stroke-opacity=\'.75\' stroke-width=\'3\'/%3E%3Cpath d=\'M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z\' stroke=\'%23757575\'/%3E%3Cpath d=\'M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z\' fill=\'%23fff\' stroke=\'%23757575\'/%3E%3Cpath d=\'M43 7v9m3-9v9-9z\' stroke=\'%23B8B8B8\'/%3E%3Cpath d=\'M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z\' fill=\'%23F8F3F7\' stroke=\'%23fff\' stroke-opacity=\'.75\' stroke-width=\'3\'/%3E%3Cpath d=\'M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z\' stroke=\'%23757575\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0\'%3E%3Cpath fill=\'%23fff\' d=\'M0 0h56v46H0z\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: -6px 0 0;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb.nitro-lazy {
	background-image: none !important;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
	border: 0;
}

.wc-block-components-price-slider__range-input::-moz-range-track {
	cursor: default;
	height: 1px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 28px;
	height: 23px;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'56\' height=\'46\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0)\'%3E%3Cpath d=\'M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z\' fill=\'%23fff\' stroke=\'%23757575\'/%3E%3Cpath d=\'M13 7v9m-3-9v9-9z\' stroke=\'%23B8B8B8\'/%3E%3Cpath d=\'M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z\' fill=\'%23fff\' stroke=\'%23757575\'/%3E%3Cpath d=\'M13 7v9m-3-9v9-9z\' stroke=\'%23B8B8B8\'/%3E%3Cpath d=\'M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z\' fill=\'%23F8F3F7\' stroke=\'%23fff\' stroke-opacity=\'.75\' stroke-width=\'3\'/%3E%3Cpath d=\'M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z\' stroke=\'%23757575\'/%3E%3Cpath d=\'M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z\' fill=\'%23fff\' stroke=\'%23757575\'/%3E%3Cpath d=\'M43 7v9m3-9v9-9z\' stroke=\'%23B8B8B8\'/%3E%3Cpath d=\'M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z\' fill=\'%23F8F3F7\' stroke=\'%23fff\' stroke-opacity=\'.75\' stroke-width=\'3\'/%3E%3Cpath d=\'M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z\' stroke=\'%23757575\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0\'%3E%3Cpath fill=\'%23fff\' d=\'M0 0h56v46H0z\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-moz-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb.nitro-lazy {
	background-image: none !important;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input::-ms-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 28px;
	height: 23px;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'56\' height=\'46\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0)\'%3E%3Cpath d=\'M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z\' fill=\'%23fff\' stroke=\'%23757575\'/%3E%3Cpath d=\'M13 7v9m-3-9v9-9z\' stroke=\'%23B8B8B8\'/%3E%3Cpath d=\'M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z\' fill=\'%23fff\' stroke=\'%23757575\'/%3E%3Cpath d=\'M13 7v9m-3-9v9-9z\' stroke=\'%23B8B8B8\'/%3E%3Cpath d=\'M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z\' fill=\'%23F8F3F7\' stroke=\'%23fff\' stroke-opacity=\'.75\' stroke-width=\'3\'/%3E%3Cpath d=\'M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z\' stroke=\'%23757575\'/%3E%3Cpath d=\'M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z\' fill=\'%23fff\' stroke=\'%23757575\'/%3E%3Cpath d=\'M43 7v9m3-9v9-9z\' stroke=\'%23B8B8B8\'/%3E%3Cpath d=\'M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z\' fill=\'%23F8F3F7\' stroke=\'%23fff\' stroke-opacity=\'.75\' stroke-width=\'3\'/%3E%3Cpath d=\'M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z\' stroke=\'%23757575\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0\'%3E%3Cpath fill=\'%23fff\' d=\'M0 0h56v46H0z\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-ms-thumb.nitro-lazy {
	background-image: none !important;
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
	z-index: 21;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
	margin-left: -2px;
	background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	background-position-x: left;
	transform: translate(-2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
	background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
	z-index: 20;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
	background-position-x: right;
	margin-left: 2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	background-position-x: right;
	transform: translate(2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
	background-position-x: right;
}

.rtl .wc-block-components-price-slider__range-input-progress {
	--track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
	--range-color: #af7dd1;
	background: var(--track-background);
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.wc-block-components-price-slider__range-input-wrapper {
		background: transparent;
		box-shadow: none;
		height: 24px;
	}
	
	.wc-block-components-price-slider__range-input-progress {
		background: #af7dd1;
		width: 100%;
		top: 7px;
	}
	
	.wc-block-components-price-slider__range-input {
		height: 24px;
		pointer-events: auto;
	}
	
	.wc-block-components-price-slider__range-input::-ms-track {
		background: transparent;
		border-color: transparent;
		border-width: 7px 0;
		color: transparent;
	}
	
	.wc-block-components-price-slider__range-input::-ms-fill-lower {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8;
	}
	
	.wc-block-components-price-slider__range-input::-ms-fill-upper {
		background: transparent;
	}
	
	.wc-block-components-price-slider__range-input::-ms-tooltip {
		display: none;
	}
	
	.wc-block-components-price-slider__range-input::-ms-thumb {
		transform: translate(1px);
		pointer-events: auto;
	}
	
	.wc-block-components-price-slider__range-input--max::-ms-fill-upper {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8;
	}
	
	.wc-block-components-price-slider__range-input--max::-ms-fill-lower {
		background: transparent;
	}
	
	.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: loading-fade 1.2s ease-in-out infinite;
		animation: loading-fade 1.2s ease-in-out infinite;
		background-color: var(--global--color-primary, #e0e0e0) !important;
		color: var(--global--color-primary, #e0e0e0) !important;
		outline: 0 !important;
		border: 0 !important;
		pointer-events: none;
		max-width: 100%;
		box-shadow: none;
	}
	
	.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>* {
		visibility: hidden;
	}
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none;
	}
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none;
	}
}

@supports (-ms-ime-align:auto) {
	.wc-block-components-price-slider__range-input-wrapper {
		background: transparent;
		box-shadow: none;
		height: 24px;
	}
	
	.wc-block-components-price-slider__range-input-progress {
		background: #af7dd1;
		width: 100%;
		top: 7px;
	}
	
	.wc-block-components-price-slider__range-input {
		height: 24px;
		pointer-events: auto;
	}
	
	.wc-block-components-price-slider__range-input::-ms-track {
		background: transparent;
		border-color: transparent;
		border-width: 7px 0;
		color: transparent;
	}
	
	.wc-block-components-price-slider__range-input::-ms-fill-lower {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8;
	}
	
	.wc-block-components-price-slider__range-input::-ms-fill-upper {
		background: transparent;
	}
	
	.wc-block-components-price-slider__range-input::-ms-tooltip {
		display: none;
	}
	
	.wc-block-components-price-slider__range-input::-ms-thumb {
		transform: translate(1px);
		pointer-events: auto;
	}
	
	.wc-block-components-price-slider__range-input--max::-ms-fill-upper {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8;
	}
	
	.wc-block-components-price-slider__range-input--max::-ms-fill-lower {
		background: transparent;
	}
	
	.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: loading-fade 1.2s ease-in-out infinite;
		animation: loading-fade 1.2s ease-in-out infinite;
		background-color: var(--global--color-primary, #e0e0e0) !important;
		color: var(--global--color-primary, #e0e0e0) !important;
		outline: 0 !important;
		border: 0 !important;
		pointer-events: none;
		max-width: 100%;
		box-shadow: none;
	}
	
	.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>* {
		visibility: hidden;
	}
	
	@media screen and (prefers-reduced-motion:reduce) {
		.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
			-webkit-animation: none;
			animation: none;
		}
	}
	
	.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none;
	}
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
	background: transparent;
	border: 3px solid;
	box-sizing: border-box;
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
	--range-color: currentColor;
	margin: -3px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
	background: transparent;
	margin: -3px;
	width: calc(100% + 6px);
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
	margin-top: -9px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	transform: translate(2px, 1px);
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	transform: translate(-2px, 1px);
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
	border-color: transparent !important;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
		border: 0;
		height: auto;
		height: 50px;
		position: relative;
	}
	
	.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
		display: none;
	}
	
	.theme-twentytwentyone .wc-block-price-filter__range-input {
		height: 100%;
		margin: 0;
		width: 100%;
	}
}

.wc-block-components-product-sort-select {
	margin-bottom: 24px;
	text-align: left;
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.wc-block-grid {
	text-align: center;
}

.wc-block-grid__no-products {
	padding: 40px;
	text-align: center;
	width: 100%;
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
	max-width: 150px;
	margin: 0 auto 1em;
	display: block;
	color: inherit;
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
	display: block;
	margin: 0;
	font-weight: 700;
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
	display: block;
	margin: .25em 0 1em;
}

.wc-block-grid__products {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -8px 16px;
	background-clip: padding-box;
}

.wc-block-grid__product {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	position: relative;
	text-align: center;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 16px solid transparent;
	list-style: none;
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
	display: flex;
	flex-direction: column;
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
	margin-top: auto;
	margin-bottom: 0;
	padding-bottom: 12px;
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
	flex: 1 0 100%;
	max-width: 100%;
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
	flex: 1 0 50%;
	max-width: 50%;
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
	flex: 1 0 33.33333%;
	max-width: 33.3333333333%;
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
	flex: 1 0 25%;
	max-width: 25%;
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
	flex: 1 0 20%;
	max-width: 20%;
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
	flex: 1 0 16.66667%;
	max-width: 16.6666666667%;
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
	flex: 1 0 14.28571%;
	max-width: 14.2857142857%;
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
	flex: 1 0 12.5%;
	max-width: 12.5%;
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
	font-size: .5em;
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
	font-size: .58em;
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
	font-size: .75em;
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
	font-size: .92em;
}

@media (max-width:480px) {
	.wc-block-grid.has-2-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0;
	}
}

@media (min-width:481px)and (max-width:600px) {
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px;
	}
	
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px;
	}
}

.wc-block-components-product-name {
	font-size: 1em;
	overflow-wrap: anywhere;
	word-break: break-word;
	-ms-word-break: break-all;
}

.wc-block-components-product-price--align-left {
	display: block;
	text-align: left;
}

.wc-block-components-product-price--align-center {
	display: block;
	text-align: center;
}

.wc-block-components-product-price--align-right {
	display: block;
	text-align: right;
}

.wc-block-components-product-price__value.is-discounted {
	margin-left: .5em;
}

.is-loading .wc-block-components-product-price:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	content: ".";
	display: inline-block;
	width: 5em;
}

.is-loading .wc-block-components-product-price:before>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-price:before {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-quantity-selector {
	display: flex;
	width: 107px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	box-sizing: content-box;
	margin: 0 0 .25em;
}

.has-dark-controls .wc-block-components-quantity-selector {
	background-color: transparent;
	border-color: hsla(0, 0%, 100%, .4);
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	font-size: 1em;
	order: 2;
	min-width: 40px;
	flex: 1 1 auto;
	border: 0;
	padding: .4em 0;
	margin: 0;
	text-align: center;
	background: transparent;
	box-shadow: none;
	color: #000;
	line-height: 1;
	vertical-align: middle;
	-moz-appearance: textfield;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
	background: #f0f0f0;
	outline: 1px solid #ddd;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
	color: #949494;
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	color: #fff;
	background: transparent;
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
	background: transparent;
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
	color: hsla(0, 0%, 100%, .3);
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	border: 0;
	padding: 0;
	margin: 0;
	background: none transparent;
	box-shadow: none;
	font-size: 1em;
	min-width: 30px;
	cursor: pointer;
	color: #1e1e1e;
	font-style: normal;
	text-align: center;
	text-decoration: none;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	outline: 2px solid #ddd;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	border: 0;
	padding: 0;
	margin: 0;
	background: none transparent;
	box-shadow: none;
	color: #1e1e1e;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
	outline: 2px solid #ddd;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
	color: #949494;
	cursor: default;
	border: 0;
	padding: 0;
	margin: 0;
	background: none transparent;
	box-shadow: none;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus {
	outline: 2px solid #ddd;
}

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	color: #fff;
}

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
	color: hsla(0, 0%, 100%, .3);
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
	order: 1;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
	order: 3;
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	background: none transparent;
}

.wc-block-components-radio-control__option {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	display: block;
	margin: 1em 0;
	padding: 0 0 0 2.5em;
	position: relative;
}

.wc-block-components-radio-control__option:first-child {
	margin-top: 0;
}

.wc-block-components-radio-control__option:last-child {
	margin-bottom: 0;
}

.wc-block-components-radio-control__option-layout {
	display: table;
	width: 100%;
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
	display: none;
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group {
	display: table-row;
}

.wc-block-components-radio-control__description-group>span, .wc-block-components-radio-control__label-group>span {
	display: table-cell;
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
	text-align: right;
	min-width: 50%;
}

.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
	line-height: max(1.5rem, 24px);
}

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description {
	font-size: .875em;
	line-height: 20px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 2px solid #50575e;
	border-radius: 50%;
	display: inline-block;
	height: 1.5em;
	min-height: 24px;
	min-width: 24px;
	width: 1.5em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: #000;
	border-radius: 50%;
	content: "";
	display: block;
	height: .75em;
	left: 50%;
	margin: 0;
	min-height: 12px;
	min-width: 12px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: .75em;
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
	border-color: hsla(0, 0%, 100%, .6);
	background-color: rgba(0, 0, 0, .1);
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: #fff;
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-width: 2px;
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background-color: var(--form--color-text);
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
	display: none;
}

.is-loading .wc-block-components-review-list-item__text {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	display: block;
	width: 60%;
}

.is-loading .wc-block-components-review-list-item__text>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__text {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-components-review-list-item__text:after {
	content: " ";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
	content: " ";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	font-size: 1em;
	width: 80px;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
	content: " ";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span {
	display: none;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	height: 1em;
	width: 120px;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
	content: " ";
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
	margin: 0 0 48px;
	list-style: none;
}

.wc-block-components-review-list-item__info {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-bottom: 24px;
}

.wc-block-components-review-list-item__meta {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
}

.has-image .wc-block-components-review-list-item__info {
	-ms-grid-columns: 64px 1fr;
	grid-template-columns: 64px 1fr;
}

.has-image .wc-block-components-review-list-item__meta {
	-ms-grid-column: 2;
	grid-column: 2;
}

.wc-block-components-review-list-item__image {
	align-items: center;
	display: flex;
	height: 48px;
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	justify-content: center;
	position: relative;
	width: 48px;
}

.wc-block-components-review-list-item__image>img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.wc-block-components-review-list-item__verified {
	width: 21px;
	height: 21px;
	text-indent: 21px;
	margin: 0;
	line-height: 21px;
	overflow: hidden;
	position: absolute;
	right: -7px;
	bottom: -7px;
}

.wc-block-components-review-list-item__verified:before {
	width: 21px;
	height: 21px;
	background: transparent url("data:image/svg+xml;utf8,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" fill=\"none\"%3E%3Ccircle cx=\"10.5\" cy=\"10.5\" r=\"10.5\" fill=\"%23fff\"/%3E%3Cpath fill=\"%23008A21\" fill-rule=\"evenodd\" d=\"M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z\" clip-rule=\"evenodd\"/%3E%3Cmask id=\"a\" width=\"17\" height=\"17\" x=\"2\" y=\"2\" maskUnits=\"userSpaceOnUse\"%3E%3Cpath fill=\"%23fff\" fill-rule=\"evenodd\" d=\"M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z\" clip-rule=\"evenodd\"/%3E%3C/mask%3E%3Cg mask=\"url(%23a)\"%3E%3Cpath fill=\"%23008A21\" d=\"M.5.5h20v20H.5z\"/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
	display: block;
	content: "";
}

.wc-block-components-review-list-item__meta {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}

.wc-block-components-review-list-item__meta:after {
	order: 3;
	content: "";
	flex-basis: 100%;
}

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
	display: block;
	font-weight: 700;
	order: 1;
	margin-right: 8px;
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
	font-weight: 400;
	color: grey;
	order: 4;
}

.wc-block-components-review-list-item__published-date {
	color: grey;
	order: 5;
}

.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	border-right: 1px solid #ddd;
	height: 1em;
	vertical-align: middle;
}

.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
	display: none;
}

.wc-block-components-review-list-item__rating {
	order: 2;
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
	font-size: 1em;
	display: inline-block;
	top: 0;
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
	vertical-align: top;
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
	content: "SSSSS";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: #e6a237;
}

.editor-styles .wc-block-components-review-list, .wc-block-components-review-list {
	margin: 0;
}

.wc-block-components-review-sort-select {
	text-align: right;
}

.wc-block-components-form .wc-block-components-select, .wc-block-components-select {
	height: 3em;
	position: relative;
}

.wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .wc-block-components-select label.components-custom-select-control__label {
	color: inherit;
	color: #757575;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.375;
	text-decoration: inherit;
	text-transform: inherit;
	position: absolute;
	transform: translateY(.75em);
	transform-origin: top left;
	transition: all .2s ease;
	z-index: 1;
	margin: 0 0 0 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 32px);
	white-space: nowrap;
}

.has-dark-controls .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .has-dark-controls .wc-block-components-select label.components-custom-select-control__label {
	color: hsla(0, 0%, 100%, .6);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .wc-block-components-select label.components-custom-select-control__label {
		transition: none;
	}
}

.wc-block-components-form .wc-block-components-select.is-active label, .wc-block-components-select.is-active label {
	transform: translateY(4px) scale(.75);
}

.wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:active, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:hover, .wc-block-components-select.has-error .components-custom-select-control__button, .wc-block-components-select.has-error .components-custom-select-control__button:active, .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-select.has-error .components-custom-select-control__button:hover {
	border-color: #cc1818;
}

.wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-select.has-error .components-custom-select-control__button:focus {
	outline: 1px dotted #cc1818;
	outline-offset: 2px;
}

.wc-block-components-form .wc-block-components-select.has-error label, .wc-block-components-select.has-error label {
	color: #cc1818;
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover, .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {
	font-size: 1em;
	background: #fff;
	box-shadow: none;
	color: #2b2d2f;
	font-family: inherit;
	font-weight: 400;
	height: 3em;
	letter-spacing: inherit;
	line-height: 1;
	overflow: hidden;
	padding: 1.5em 16px .25em;
	text-align: left;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
	width: 100%;
	opacity: 1;
	border-radius: 4px;
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover, .has-dark-controls .wc-block-components-select .components-custom-select-control__button, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:active, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:focus, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:hover {
	background: rgba(0, 0, 0, .1);
	border-color: hsla(0, 0%, 100%, .4);
	color: #fff;
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button-icon, .wc-block-components-select .components-custom-select-control__button-icon {
	right: 12px;
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button-icon, .has-dark-controls .wc-block-components-select .components-custom-select-control__button-icon {
	fill: #fff;
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__menu, .wc-block-components-select .components-custom-select-control__menu {
	background-color: #fff;
	margin: 0;
	max-height: 300px;
	overflow: auto;
	color: #2b2d2f;
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__menu:empty, .wc-block-components-select .components-custom-select-control__menu:empty {
	display: none;
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__menu, .has-dark-controls .wc-block-components-select .components-custom-select-control__menu {
	background-color: #1e1e1e;
	color: #fff;
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__item, .wc-block-components-select .components-custom-select-control__item {
	font-size: 1em;
	margin-left: 0;
	padding-left: 16px;
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item.is-highlighted, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item:focus, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item:hover, .has-dark-controls .wc-block-components-select .components-custom-select-control__item.is-highlighted, .has-dark-controls .wc-block-components-select .components-custom-select-control__item:focus, .has-dark-controls .wc-block-components-select .components-custom-select-control__item:hover {
	background-color: rgba(0, 0, 0, .4);
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__item-icon, .wc-block-components-select .components-custom-select-control__item-icon {
	display: none;
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .components-custom-select-control__button {
	background-color: #fff;
	color: #2b2d2f;
}

.theme-twentytwentyone.is-dark-theme .has-dark-controls .components-custom-select-control__item {
	color: #fff;
}

.theme-twentytwentyone.is-dark-theme .components-custom-select-control__item {
	color: #2b2d2f;
}

.theme-twentyseventeen.theme-twentyseventeen.theme-twentyseventeen .components-custom-select-control__button {
	background-color: #fff;
	color: #2b2d2f;
}

.theme-twentyseventeen.theme-twentyseventeen.theme-twentyseventeen .has-dark-controls .components-custom-select-control__button {
	background-color: #1e1e1e;
	color: #fff;
}

.wc-block-components-sidebar-layout {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	box-sizing: border-box;
	margin: 0;
	padding-right: 3.7735849057%;
	width: 65%;
}

.wc-block-components-sidebar {
	box-sizing: border-box;
	margin: 0;
	padding-left: 2.2641509434%;
	width: 35%;
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
	font-size: 1em;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
	flex-direction: column;
	margin: 0 auto 16px;
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	padding: 0;
	width: 100%;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 16px;
	padding-right: 16px;
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}

.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button {
	font-weight: 400;
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2 {
	font-size: 1.25em;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.wc-block-components-sort-select {
	margin-bottom: 12px;
}

.wc-block-components-sort-select__label {
	margin-right: 12px;
	display: inline-block;
	font-weight: 400;
}

.wc-block-components-sort-select__select {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.wc-block-components-state-input {
	margin-top: 1.5em;
}

.wc-block-components-tabs .wc-block-components-tabs__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item {
	border: none;
	flex: auto;
	background: transparent;
	padding: 12px 16px;
	color: inherit;
	outline-offset: -1px;
	text-align: center;
	transition: box-shadow .1s linear;
	box-shadow: inset 0 -1px currentColor;
	border-radius: 0;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active {
	box-shadow: inset 0 -3px currentColor;
	font-weight: 600;
	position: relative;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus {
	outline-offset: -1px;
	outline: 1px dotted currentColor;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active, .wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover {
	background: transparent;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
	font-size: 1em;
	line-height: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	font-weight: 700;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img, .wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg {
	height: 1.2em;
	vertical-align: middle;
	margin: .2em 0 -.2em;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
	margin: .2em 0 -.2em;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	height: 1.2em;
	vertical-align: middle;
}

.wc-block-components-tabs .wc-block-components-tabs__content {
	padding: 16px 0;
	text-transform: none;
}

.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
	position: relative;
	margin-top: 1.5em;
	white-space: nowrap;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
	color: inherit;
	color: #757575;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.375;
	text-decoration: inherit;
	text-transform: inherit;
	position: absolute;
	transform: translateY(.75em);
	left: 0;
	top: 0;
	transform-origin: top left;
	transition: transform .2s ease;
	margin: 0 0 0 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 32px);
	cursor: text;
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label, .has-dark-controls .wc-block-components-text-input label {
	color: hsla(0, 0%, 100%, .6);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
		transition: none;
	}
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input input:-webkit-autofill+label {
	transform: translateY(4px) scale(.75);
}

.wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input.is-active label {
	transform: translateY(4px) scale(.75);
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .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=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	font-size: 1em;
	background-color: #fff;
	padding: .75em 16px;
	border-radius: 4px;
	border: 1px solid #50575e;
	width: 100%;
	line-height: 1.375;
	font-family: inherit;
	margin: 0;
	box-sizing: border-box;
	height: 3em;
	min-height: 0;
	color: #2b2d2f;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
	background-color: #fff;
	color: #2b2d2f;
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], .has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
	background-color: rgba(0, 0, 0, .1);
	border-color: hsla(0, 0%, 100%, .4);
	color: #fff;
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .has-dark-controls .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-text-input input[type=url]:focus {
	background-color: rgba(0, 0, 0, .1);
	color: #fff;
}

.wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=number] {
	-moz-appearance: textfield;
}

.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button, .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
	padding: 1.5em 0 .25em 16px;
}

.wc-block-components-form .wc-block-components-text-input.has-error input, .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
	border-color: #cc1818;
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus {
	outline: 1px dotted #cc1818;
	outline-offset: 2px;
}

.wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
	color: #cc1818;
}

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

.wc-block-components-textarea {
	font-size: 1em;
	background-color: #fff;
	border: 1px solid #50575e;
	border-radius: 4px;
	color: #2b2d2f;
	font-family: inherit;
	line-height: 1.375;
	margin: 0;
	padding: .75em 16px;
	width: 100%;
}

.has-dark-controls .wc-block-components-textarea {
	background-color: rgba(0, 0, 0, .1);
	border-color: hsla(0, 0%, 100%, .4);
	color: #fff;
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
	color: hsla(0, 0%, 100%, .6);
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
	color: hsla(0, 0%, 100%, .6);
}

.has-dark-controls .wc-block-components-textarea::placeholder {
	color: hsla(0, 0%, 100%, .6);
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
	background-color: rgba(0, 0, 0, .1);
	color: #fff;
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title, .wc-block-components-title.wc-block-components-title {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 1.25em;
	word-break: break-word;
}

.wc-block-components-notices {
	display: block;
	margin-bottom: 2em;
}

.wc-block-components-notices .wc-block-components-notices__notice {
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
	background: transparent none;
	padding: 0;
	margin: 0 0 0 auto;
	border: 0;
	outline: 0;
	color: currentColor;
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
	fill: currentColor;
	vertical-align: text-top;
}

.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice {
	margin-top: 1em;
}

.wc-block-components-notices__snackbar {
	position: fixed;
	bottom: 20px;
	left: 16px;
	width: auto;
}

@media (max-width:782px) {
	.wc-block-components-notices__snackbar {
		position: fixed;
		top: 10px;
		left: 0;
		bottom: auto;
	}
}

@media (max-width:782px) {
	.wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.wc-block-components-validation-error {
	font-size: .75em;
	color: #cc1818;
	max-width: 100%;
	position: absolute;
	top: calc(100% - 1px);
	white-space: normal;
}

.wc-block-components-validation-error>p {
	align-items: center;
	display: flex;
	line-height: 12px;
	margin: 0;
	min-height: 24px;
	padding: 0;
}

.wc-block-components-select+.wc-block-components-validation-error {
	margin-bottom: 24px;
}

.with-scroll-to-top__scroll-point {
	position: relative;
	top: -36px;
}

.wc-block-cart__submit {
	position: relative;
}

.wc-block-cart__submit-container {
	padding-bottom: 16px;
}

.wc-block-cart__submit-button {
	width: 100%;
	margin: 0 0 16px;
}

.wc-block-cart__submit-button:last-child {
	margin-bottom: 0;
}

.is-medium .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky), .is-mobile .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky), .is-small .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky) {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

@media (min-width:783px) {
	.wc-block-cart__submit-container--sticky {
		display: none;
	}
}

@media (max-width:782px) {
	.wc-block-cart__submit-container--sticky {
		background: #fff;
		bottom: 0;
		left: 0;
		padding: 16px;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
	
	.wc-block-cart__submit-container--sticky:before {
		box-shadow: 0 -10px 20px 10px currentColor;
		color: hsla(0, 0%, 80%, .5);
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
	font-size: inherit;
}

.wc-block-cart .wc-block-components-shipping-calculator {
	white-space: nowrap;
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
	margin-top: 0;
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
	background: none !important;
	border: 0;
	margin: 0;
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
	width: 100%;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: .75em;
	text-transform: uppercase;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
	width: 100px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
	visibility: hidden;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
	width: 100px;
	text-align: right;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
	width: 100%;
	margin: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-size: .75em;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-decoration: underline;
	text-transform: inherit;
	text-transform: none;
	background: transparent;
	box-shadow: none;
	display: inline;
	text-shadow: none;
	white-space: nowrap;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	background: transparent;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	display: block;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	font-size: 1em;
	text-align: right;
	line-height: inherit;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
	margin-bottom: .75em;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
	opacity: .5;
	pointer-events: none;
	transition: opacity .2s ease;
}

.wc-block-cart .wc-block-components-totals-footer-item, .wc-block-cart .wc-block-components-totals-taxes {
	position: relative;
	margin: 0;
	padding: .75em 0;
}

.wc-block-cart .wc-block-components-totals-footer-item:after, .wc-block-cart .wc-block-components-totals-taxes:after {
	border-style: solid;
	border-width: 1px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-cart .wc-block-components-totals-footer-item {
	position: relative;
}

.wc-block-cart .wc-block-components-totals-footer-item:after {
	border-style: solid;
	border-width: 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-width: 84px;
	display: inline-block;
}

.wc-block-cart--is-loading h2 span>*, .wc-block-cart--is-loading th span>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-cart--is-loading h2 span:after, .wc-block-cart--is-loading th span:after {
	content: " ";
}

.wc-block-cart--is-loading h2 span {
	min-width: 33%;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*>*, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price>*, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price>*, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata>*, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-width: 84px;
	display: inline-block;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name:after {
	content: " ";
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
	margin-top: .25em;
	min-width: 8em;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
	visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
	display: block;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price {
	max-width: 3em;
	display: block;
	margin-top: .25em;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price:after {
	content: " ";
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total>div, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total>span {
	display: none;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price {
	display: block;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price:after {
	content: " ";
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-height: 460px;
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after {
	content: " ";
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
	display: none;
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
	display: flex;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
	margin-top: 4px;
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small .wc-block-cart-item__total .wc-block-components-sale-badge, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
	display: none;
}

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
	padding: 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
	display: none;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 80px 132px;
	grid-template-columns: 80px 132px;
	padding: 16px 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row:after, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after, .is-small table.wc-block-cart-items .wc-block-cart-items__row:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	padding-right: 16px;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 2;
	grid-column-end: 4;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-align: stretch;
	justify-self: stretch;
	padding: 0 16px 16px 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 2;
	grid-row-start: 2;
	vertical-align: bottom;
	padding-right: 16px;
	-ms-grid-row-align: end;
	align-self: end;
	padding-top: 16px;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
	display: inline-block;
}

.is-large.wc-block-cart .wc-block-cart-items {
	position: relative;
}

.is-large.wc-block-cart .wc-block-cart-items:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.is-large.wc-block-cart .wc-block-cart-items th {
	padding: .25rem 16px .25rem 0;
	white-space: nowrap;
}

.is-large.wc-block-cart .wc-block-cart-items td {
	position: relative;
	padding: 16px 0 16px 16px;
	vertical-align: top;
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
	border-style: solid;
	border-width: 1px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

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

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

.is-large.wc-block-cart .wc-block-components-radio-control__input {
	left: 0;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
	position: relative;
	border: 0;
	border-radius: 0;
	margin: 0;
	vertical-align: baseline;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-size: .75em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 600;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	text-transform: uppercase;
	box-shadow: none;
	display: inline;
	display: block;
	background: transparent;
	padding: .25rem 0;
	text-align: right;
}

.is-large.wc-block-cart .wc-block-cart__totals-title:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
	padding-left: 16px;
	padding-right: 16px;
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
	padding: 16px;
}

.wp-block-woocommerce-cart.is-loading {
	display: none;
}

.wp-block-woocommerce-cart {
	margin-bottom: 3em;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
	margin-bottom: 16px;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
	pointer-events: all;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
	display: block;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
	background-color: #1e1e1e;
	color: #fff;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
	display: block;
	margin: .25em 0 1em;
}

.wc-block-checkout__add-note {
	margin: 1.5em 0 1.5em 9px;
}

.is-medium .wc-block-checkout__add-note, .is-mobile .wc-block-checkout__add-note, .is-small .wc-block-checkout__add-note {
	position: relative;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1em 0;
}

.is-medium .wc-block-checkout__add-note:after, .is-mobile .wc-block-checkout__add-note:after, .is-small .wc-block-checkout__add-note:after {
	border-style: solid;
	border-width: 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-checkout__add-note .wc-block-components-textarea {
	margin-top: 16px;
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
	padding-left: 0;
}

.wc-block-checkout__form {
	margin: 0;
	max-width: 100%;
}

.wc-block-checkout__create-account, .wc-block-checkout__use-address-for-billing {
	margin-top: 1.5em;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
	position: relative;
	margin: 0;
	padding: .75em 0 .75em 2.5em;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
	margin: .75em 0;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
	margin-left: -6px;
	margin-right: -6px;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
	content: "";
	clear: both;
	display: block;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
	width: calc(50% - 12px);
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
	margin-top: 0;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
	width: calc(100% - 12px);
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
	clear: both;
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
	top: -96px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	display: block;
	color: inherit;
	flex-grow: 1;
	flex-basis: 0;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item, .wc-block-checkout__sidebar .wc-block-components-totals-taxes {
	position: relative;
	margin: 0;
	padding: .75em 0;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item:after, .wc-block-checkout__sidebar .wc-block-components-totals-taxes:after {
	border-style: solid;
	border-width: 1px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-checkout__actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 9px;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
	width: 50%;
	padding: 1em;
	height: auto;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
	line-height: 24px;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
	fill: #fff;
	vertical-align: top;
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button, .wc-block-checkout--is-loading .wc-block-components-express-payment {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button>*, .wc-block-checkout--is-loading .wc-block-components-express-payment>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__actions button, .wc-block-checkout--is-loading .wc-block-components-express-payment {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button:after, .wc-block-checkout--is-loading .wc-block-components-express-payment:after {
	content: " ";
}

.wc-block-checkout--is-loading .wc-block-components-express-payment {
	min-height: 150px;
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	width: 150px;
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span:after {
	content: " ";
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	display: block;
	width: 10em;
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:after {
	content: " ";
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	border-radius: 50%;
	display: block;
	height: 100%;
	width: 1.5em;
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before:after {
	content: " ";
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	display: block;
	min-height: 100px;
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span:after {
	content: " ";
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after>*, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0) !important;
	color: var(--global--color-primary, #e0e0e0) !important;
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-height: 460px;
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card>* {
	visibility: hidden;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card:after {
	content: " ";
}

.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
	display: none;
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
	display: flex;
}

.wc-block-checkout-empty, .wc-block-checkout-error {
	padding: 40px;
	text-align: center;
	width: 100%;
}

.wc-block-checkout-empty .wc-block-checkout-empty__image, .wc-block-checkout-empty .wc-block-checkout-error__image, .wc-block-checkout-error .wc-block-checkout-empty__image, .wc-block-checkout-error .wc-block-checkout-error__image {
	max-width: 150px;
	margin: 0 auto 1em;
	display: block;
	color: inherit;
}

.wc-block-checkout-empty .wc-block-checkout-empty__title, .wc-block-checkout-empty .wc-block-checkout-error__title, .wc-block-checkout-error .wc-block-checkout-empty__title, .wc-block-checkout-error .wc-block-checkout-error__title {
	display: block;
	margin: 0;
	font-weight: 700;
}

.wc-block-checkout-empty .wc-block-checkout-empty__description, .wc-block-checkout-empty .wc-block-checkout-error__description, .wc-block-checkout-error .wc-block-checkout-empty__description, .wc-block-checkout-error .wc-block-checkout-error__description {
	display: block;
	margin: .25em 0 1em;
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
	display: none;
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
	width: 100%;
}

.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
	order: 1;
}

.is-medium .wc-block-checkout__sidebar, .is-mobile .wc-block-checkout__sidebar, .is-small .wc-block-checkout__sidebar {
	margin-bottom: 40px;
	order: 0;
}

.is-large .wc-block-checkout__actions {
	position: relative;
	margin-right: 24px;
	padding-top: 1.5em;
}

.is-large .wc-block-checkout__actions:after {
	border-style: solid;
	border-width: 1px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-express-payment {
	margin: auto;
	position: relative;
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
	margin: 0;
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
	width: 100%;
	height: 48px;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
	display: flex;
	flex-direction: row;
	left: 0;
	position: absolute;
	right: 0;
	top: -5px;
	vertical-align: middle;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
	border-left: 1px solid;
	border-top: 1px solid;
	border-radius: 5px 0 0 0;
	content: "";
	display: block;
	height: 4px;
	margin-right: 12px;
	opacity: .3;
	pointer-events: none;
	width: 22px;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
	border-right: 1px solid;
	border-top: 1px solid;
	border-radius: 0 5px 0 0;
	content: "";
	display: block;
	height: 4px;
	margin-left: 12px;
	opacity: .3;
	pointer-events: none;
	flex-grow: 1;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
	flex-grow: 0;
	transform: translateY(-50%);
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
	position: relative;
	margin-top: calc(.75em + 5px);
	padding: 1.5em 35px 1em;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
	border-style: solid;
	border-width: 0 1px 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 0 5px 5px;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
	margin-bottom: 1em;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li {
	display: inline-block;
	width: 50%;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(2n) {
	padding-left: 8px;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(odd) {
	padding-right: 8px;
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
	padding-bottom: 16px;
	text-align: center;
	width: 100%;
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
	padding-bottom: 0;
}

.wc-block-components-express-payment-continue-rule {
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 36px;
	margin: 24px 0;
}

.wc-block-components-express-payment-continue-rule:before {
	margin-right: 10px;
}

.wc-block-components-express-payment-continue-rule:after {
	margin-left: 10px;
}

.wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
	content: " ";
	flex: 1;
	border-bottom: 1px solid;
	opacity: .3;
}

.wc-block-components-express-payment-continue-rule--cart {
	margin: 16px 0;
	text-transform: uppercase;
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
	display: none;
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
	padding-left: 12px;
	padding-right: 12px;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
	margin-bottom: 16px;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
	pointer-events: all;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
	display: block;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
	background-color: #1e1e1e;
	color: #fff;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
	display: block;
	margin: .25em 0 1em;
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
	margin-bottom: 16px;
}

.wc-block-card-elements {
	display: flex;
	width: 100%;
}

.wc-block-card-elements .wc-block-components-validation-error {
	position: static;
}

.wc-block-gateway-container {
	position: relative;
	margin-bottom: 1.5em;
	white-space: nowrap;
}

.wc-block-gateway-container.wc-card-number-element {
	flex-basis: 15em;
	flex-grow: 1;
	min-width: min(15em, 60%);
}

.wc-block-gateway-container.wc-card-expiry-element {
	flex-basis: 7em;
	margin-left: 12px;
	min-width: min(7em, calc(24% - 12px));
}

.wc-block-gateway-container.wc-card-cvc-element {
	flex-basis: 7em;
	margin-left: 12px;
	min-width: min(5em, calc(16% - 12px));
}

.wc-block-gateway-container .wc-block-gateway-input {
	font-size: 1em;
	line-height: 1.375;
	background-color: #fff;
	padding: .75em 0 .75em 16px;
	border-radius: 4px;
	border: 1px solid #50575e;
	width: 100%;
	font-family: inherit;
	margin: 0;
	box-sizing: border-box;
	height: 3em;
	color: #2b2d2f;
	cursor: text;
}

.wc-block-gateway-container .wc-block-gateway-input:focus, .wc-block-gateway-container:focus {
	background-color: #fff;
}

.wc-block-gateway-container label {
	color: inherit;
	color: #757575;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.375;
	text-decoration: inherit;
	text-transform: inherit;
	position: absolute;
	transform: translateY(.75em);
	left: 0;
	top: 0;
	transform-origin: top left;
	transition: transform .2s ease;
	margin: 0 0 0 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 24px);
	cursor: text;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-gateway-container label {
		transition: none;
	}
}

.wc-block-gateway-container.wc-inline-card-element label {
	margin-left: calc(24px + 1.5em);
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label, .wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label {
	margin-left: 16px;
	transform: translateY(4px) scale(.75);
}

.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error {
	position: static;
	margin-top: -24px;
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
	padding: 1.5em 0 .25em 16px;
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label, .wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label {
	transform: translateY(4px) scale(.75);
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
	border-color: #cc1818;
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
	outline-color: #cc1818;
}

.wc-block-gateway-container .wc-block-gateway-input.has-error+label {
	color: #cc1818;
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error>p, .is-large .wc-card-expiry-element .wc-block-components-validation-error>p, .is-medium .wc-card-cvc-element .wc-block-components-validation-error>p, .is-medium .wc-card-expiry-element .wc-block-components-validation-error>p {
	line-height: 16px;
	padding-top: 4px;
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p, .is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p, .is-small .wc-card-cvc-element .wc-block-components-validation-error>p, .is-small .wc-card-expiry-element .wc-block-components-validation-error>p {
	min-height: 28px;
}

.wc-block-components-checkout-payment-methods * {
	pointer-events: all;
}

.is-mobile .wc-block-card-elements, .is-small .wc-block-card-elements {
	flex-wrap: wrap;
}

.is-mobile .wc-block-gateway-container.wc-card-number-element, .is-small .wc-block-gateway-container.wc-card-number-element {
	flex-basis: 100%;
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element, .is-small .wc-block-gateway-container.wc-card-expiry-element {
	flex-basis: calc(50% - 8px);
	margin-left: 0;
	margin-right: 8px;
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element, .is-small .wc-block-gateway-container.wc-card-cvc-element {
	flex-basis: calc(50% - 8px);
	margin-left: 8px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
	padding-left: 56px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
	content: none;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
	left: 16px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
	margin: 0;
	padding-bottom: 1em;
	padding-top: 1em;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
	font-weight: 700;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
	position: relative;
}

.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-style: solid;
	border-width: 1px 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
	border-width: 1px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
	border-width: 0;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
	height: 24px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
	padding-left: 16px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
	display: none;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
	padding-top: 14px;
	height: 28px;
}

.wc-block-components-radio-control-accordion-content {
	padding: 0 16px 1em;
}

.wc-block-components-radio-control-accordion-content:empty {
	display: none;
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
	padding-bottom: 0;
}

.wc-block-components-panel.has-border {
	position: relative;
}

.wc-block-components-panel.has-border:after {
	border-style: solid;
	border-width: 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after {
	border-top-width: 0;
}

.wc-block-components-panel__button {
	border: 0;
	border-radius: 0;
	vertical-align: baseline;
	height: auto;
	line-height: 1;
	margin: .375em 0;
	padding: .375em 32px .375em 0;
	position: relative;
	text-align: left;
	width: 100%;
	word-break: break-word;
}

.wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	background: transparent;
	box-shadow: none;
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
	fill: currentColor;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}

.wc-block-components-panel__content {
	padding-bottom: 1em;
}

.wc-block-components-panel__content[hidden] {
	display: none;
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
	background-color: inherit;
	color: inherit;
}

.theme-twentyseventeen .wc-block-components-panel__button, .theme-twentytwenty .wc-block-components-panel__button {
	background: none transparent;
	color: inherit;
}

.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
	background: none transparent;
}

.wc-block-components-totals-item {
	display: flex;
	flex-wrap: wrap;
	margin: .75em 0;
	width: 100%;
}

.wc-block-components-totals-item__label {
	flex-grow: 1;
}

.wc-block-components-totals-item__value {
	font-weight: 700;
	white-space: nowrap;
}

.wc-block-components-totals-item__description {
	font-size: .875em;
	width: 100%;
}

.wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate {
	margin: 4px 0;
}

.wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate:first-child {
	margin-top: 0;
}

.wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate:last-child {
	margin-bottom: 0;
}

.wc-block-product-categories {
	margin-bottom: 1em;
}

.wc-block-product-categories.is-dropdown {
	display: flex;
}

.wc-block-product-categories select {
	margin-right: .5em;
}

.wc-block-product-categories-list--has-images {
	list-style: none outside;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
	margin: 4px 0 4px 60px;
	list-style: none outside;
	clear: both;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
	margin: 4px 0 0;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
	max-width: 50px;
	display: inline-block;
	padding: 0;
	margin: 0 .5em 0 -60px;
	position: relative;
	vertical-align: middle;
	border: 1px solid #eee;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
	display: block;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.wc-block-product-categories-list-item-count:before {
	content: " (";
}

.wc-block-product-categories-list-item-count:after {
	content: ")";
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
	display: inline-block;
	height: 1em;
	width: 50%;
	min-width: 200px;
	background: currentColor;
	opacity: .2;
}

.wc-block-product-categories__button {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 .5em;
	position: relative;
	overflow: hidden;
}

.wc-block-product-categories__button svg {
	fill: currentColor;
	outline: none;
}

.rtl .wc-block-product-categories__button svg {
	transform: rotate(180deg);
}

.wc-block-product-categories__button:active {
	color: currentColor;
}

.wc-block-product-categories__button:disabled, .wc-block-product-categories__button[aria-disabled=true] {
	cursor: default;
	opacity: .3;
}

.wc-block-product-categories__button:disabled:focus, .wc-block-product-categories__button[aria-disabled=true]:focus {
	box-shadow: none;
}

.wc-block-featured-product {
	position: relative;
	background-color: #1e1e1e;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	margin: 0 0 1.5em;
}

.wc-block-featured-product, .wc-block-featured-product .wc-block-featured-product__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.wc-block-featured-product .wc-block-featured-product__wrapper {
	overflow: hidden;
	height: 100%;
}

.wc-block-featured-product.has-left-content {
	justify-content: flex-start;
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description, .wc-block-featured-product.has-left-content .wc-block-featured-product__price, .wc-block-featured-product.has-left-content .wc-block-featured-product__title, .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
	margin-left: 0;
	text-align: left;
}

.wc-block-featured-product.has-right-content {
	justify-content: flex-end;
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description, .wc-block-featured-product.has-right-content .wc-block-featured-product__price, .wc-block-featured-product.has-right-content .wc-block-featured-product__title, .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
	margin-right: 0;
	text-align: right;
}

.wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
	color: #fff;
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center;
}

.wc-block-featured-product .wc-block-featured-product__description a, .wc-block-featured-product .wc-block-featured-product__description a:active, .wc-block-featured-product .wc-block-featured-product__description a:focus, .wc-block-featured-product .wc-block-featured-product__description a:hover, .wc-block-featured-product .wc-block-featured-product__price a, .wc-block-featured-product .wc-block-featured-product__price a:active, .wc-block-featured-product .wc-block-featured-product__price a:focus, .wc-block-featured-product .wc-block-featured-product__price a:hover, .wc-block-featured-product .wc-block-featured-product__title a, .wc-block-featured-product .wc-block-featured-product__title a:active, .wc-block-featured-product .wc-block-featured-product__title a:focus, .wc-block-featured-product .wc-block-featured-product__title a:hover, .wc-block-featured-product .wc-block-featured-product__variation a, .wc-block-featured-product .wc-block-featured-product__variation a:active, .wc-block-featured-product .wc-block-featured-product__variation a:focus, .wc-block-featured-product .wc-block-featured-product__variation a:hover {
	color: #fff;
}

.wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__link, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
	width: 100%;
	padding: 16px 48px 0;
	z-index: 1;
}

.wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
	margin-top: 0;
	border: 0;
}

.wc-block-featured-product .wc-block-featured-product__title:before, .wc-block-featured-product .wc-block-featured-product__variation:before {
	display: none;
}

.wc-block-featured-product .wc-block-featured-product__variation {
	font-style: italic;
	padding-top: 0;
}

.wc-block-featured-product .wc-block-featured-product__description p {
	margin: 0;
	line-height: 1.5em;
}

.wc-block-featured-product .wp-block-button.aligncenter {
	text-align: center;
}

.wc-block-featured-product.has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1;
}

.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
	opacity: .1;
}

.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
	opacity: .2;
}

.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
	opacity: .3;
}

.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
	opacity: .4;
}

.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
	opacity: .5;
}

.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
	opacity: .6;
}

.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
	opacity: .7;
}

.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
	opacity: .8;
}

.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
	opacity: .9;
}

.wc-block-featured-product.has-background-dim.has-background-dim-100:before {
	opacity: 1;
}

.wc-block-featured-product.alignleft, .wc-block-featured-product.alignright {
	max-width: 290px;
	width: 100%;
}

.wc-block-featured-product:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit;
}

@supports (position:sticky) {
	.wc-block-featured-product:after {
		content: none;
	}
}

.wc-block-featured-product.aligncenter, .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright, .wc-block-product-search .wc-block-product-search__fields {
	display: flex;
}

.wc-block-product-search .wc-block-product-search__field {
	padding: 6px 8px;
	line-height: 1.8;
	flex-grow: 1;
}

.wc-block-product-search .wc-block-product-search__button {
	display: flex;
	align-items: center;
	margin: 0 0 0 6px;
	cursor: pointer;
	padding: 0 .5em;
	position: relative;
	overflow: hidden;
}

.wc-block-product-search .wc-block-product-search__button svg {
	fill: currentColor;
	outline: none;
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
	transform: rotate(180deg);
}

.wc-block-product-search .wc-block-product-search__button:active {
	color: currentColor;
}

.wc-block-product-search .wc-block-product-search__button:disabled, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
	cursor: default;
	opacity: .3;
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
	box-shadow: none;
}

.wc-block-featured-category {
	position: relative;
	background-color: #1e1e1e;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	margin: 0 0 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.wc-block-featured-category .wc-block-featured-category__wrapper {
	overflow: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.wc-block-featured-category.has-left-content {
	justify-content: flex-start;
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description, .wc-block-featured-category.has-left-content .wc-block-featured-category__price, .wc-block-featured-category.has-left-content .wc-block-featured-category__title {
	margin-left: 0;
	text-align: left;
}

.wc-block-featured-category.has-right-content {
	justify-content: flex-end;
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description, .wc-block-featured-category.has-right-content .wc-block-featured-category__price, .wc-block-featured-category.has-right-content .wc-block-featured-category__title {
	margin-right: 0;
	text-align: right;
}

.wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
	color: #fff;
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center;
}

.wc-block-featured-category .wc-block-featured-category__description a, .wc-block-featured-category .wc-block-featured-category__description a:active, .wc-block-featured-category .wc-block-featured-category__description a:focus, .wc-block-featured-category .wc-block-featured-category__description a:hover, .wc-block-featured-category .wc-block-featured-category__price a, .wc-block-featured-category .wc-block-featured-category__price a:active, .wc-block-featured-category .wc-block-featured-category__price a:focus, .wc-block-featured-category .wc-block-featured-category__price a:hover, .wc-block-featured-category .wc-block-featured-category__title a, .wc-block-featured-category .wc-block-featured-category__title a:active, .wc-block-featured-category .wc-block-featured-category__title a:focus, .wc-block-featured-category .wc-block-featured-category__title a:hover {
	color: #fff;
}

.wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__link, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
	width: 100%;
	padding: 0 48px 16px;
	z-index: 1;
}

.wc-block-featured-category .wc-block-featured-category__title {
	margin-top: 0;
}

.wc-block-featured-category .wc-block-featured-category__title:before {
	display: none;
}

.wc-block-featured-category .wc-block-featured-category__description p {
	margin: 0;
}

.wc-block-featured-category .wp-block-button.aligncenter {
	text-align: center;
}

.wc-block-featured-category.has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1;
}

.wc-block-featured-category.has-background-dim.has-background-dim-10:before {
	opacity: .1;
}

.wc-block-featured-category.has-background-dim.has-background-dim-20:before {
	opacity: .2;
}

.wc-block-featured-category.has-background-dim.has-background-dim-30:before {
	opacity: .3;
}

.wc-block-featured-category.has-background-dim.has-background-dim-40:before {
	opacity: .4;
}

.wc-block-featured-category.has-background-dim.has-background-dim-50:before {
	opacity: .5;
}

.wc-block-featured-category.has-background-dim.has-background-dim-60:before {
	opacity: .6;
}

.wc-block-featured-category.has-background-dim.has-background-dim-70:before {
	opacity: .7;
}

.wc-block-featured-category.has-background-dim.has-background-dim-80:before {
	opacity: .8;
}

.wc-block-featured-category.has-background-dim.has-background-dim-90:before {
	opacity: .9;
}

.wc-block-featured-category.has-background-dim.has-background-dim-100:before {
	opacity: 1;
}

.wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
	max-width: 290px;
	width: 100%;
}

.wc-block-featured-category:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit;
}

@supports (position:sticky) {
	.wc-block-featured-category:after {
		content: none;
	}
}

.wc-block-featured-category.aligncenter, .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
	display: flex;
}

.wc-block-attribute-filter {
	margin-bottom: 24px;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list-count:before {
	content: " (";
}

.wc-block-attribute-filter .wc-block-attribute-filter-list-count:after {
	content: ")";
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
	margin: 0;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
	text-decoration: underline;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
	cursor: pointer;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
	cursor: pointer;
	display: inline-block;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
	float: right;
}

.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count, .wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
	opacity: .6;
}

.wc-block-attribute-filter .wc-block-attribute-filter__button {
	margin-top: 8px;
}

@-webkit-keyframes loading-fade {
	0% {
		opacity: .7;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: .7;
	}
}

@keyframes loading-fade {
	0% {
		opacity: .7;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: .7;
	}
}

.wc-block-active-filters {
	margin-bottom: 24px;
	overflow: hidden;
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
	font-size: 1em;
	float: right;
	border: none;
	padding: 0;
	text-decoration: underline;
	cursor: pointer;
}

.wc-block-active-filters .wc-block-active-filters__clear-all, .wc-block-active-filters .wc-block-active-filters__clear-all:active, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
	background: transparent;
	color: inherit;
}

.wc-block-active-filters .wc-block-active-filters__list {
	margin: 0 0 4px;
	padding: 0;
	list-style: none outside;
	clear: both;
}

.wc-block-active-filters .wc-block-active-filters__list li {
	margin: 0;
	padding: 0;
	list-style: none outside;
	clear: both;
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
	margin: 0;
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 16px 0 0;
	display: block;
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
	font-weight: 400;
	font-style: italic;
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
	font-weight: 700;
	display: block;
	position: relative;
	padding: 0 16px 0 0;
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 16px;
	width: 16px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -8px 0 0;
	color: currentColor;
}

.wc-block-active-filters .wc-block-active-filters__list--chips li, .wc-block-active-filters .wc-block-active-filters__list--chips ul {
	display: inline;
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
	display: none;
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
	font-size: .875em;
	margin-top: .1875em;
	margin-bottom: .1875em;
}

.selectBox-dropdown {
	min-width: 150px;
	position: relative;
	border: solid 1px #bbb;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
	color: #000;
	outline: 0;
	vertical-align: middle;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f8f8f8 1%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: default;
}

.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif") 50% center no-repeat;
	border-left: solid 1px #bbb;
}

.selectBox-dropdown .selectBox-arrow.nitro-lazy {
	background-image: none !important;
}

.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #bbb;
	background: #fff;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.selectBox-inline {
	min-width: 150px;
	outline: 0;
	border: solid 1px #bbb;
	background: #fff;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}

.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #eee;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #c8def4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #eee;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-cog:before, .fa-gear:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-repeat:before, .fa-rotate-right:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-exclamation-triangle:before, .fa-warning:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-cogs:before, .fa-gears:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-floppy-o:before, .fa-save:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-sort:before, .fa-unsorted:before {
	content: "";
}

.fa-sort-desc:before, .fa-sort-down:before {
	content: "";
}

.fa-sort-asc:before, .fa-sort-up:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-gavel:before, .fa-legal:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-bolt:before, .fa-flash:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-clipboard:before, .fa-paste:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-chain-broken:before, .fa-unlink:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: "";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "";
}

.fa-eur:before, .fa-euro:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-inr:before, .fa-rupee:before {
	content: "";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "";
}

.fa-krw:before, .fa-won:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-try:before, .fa-turkish-lira:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: "";
}

.fa-empire:before, .fa-ge:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-paper-plane:before, .fa-send:before {
	content: "";
}

.fa-paper-plane-o:before, .fa-send-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-bed:before, .fa-hotel:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-y-combinator:before, .fa-yc:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-television:before, .fa-tv:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: "";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-sign-language:before, .fa-signing:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-address-card:before, .fa-vcard:before {
	content: "";
}

.fa-address-card-o:before, .fa-vcard-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

:root {
	--woocommerce: #a46497;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #ffba00;
	--wc-blue: #2ea2cc;
	--wc-primary: #a46497;
	--wc-primary-text: white;
	--wc-secondary: #ebe9eb;
	--wc-secondary-text: #515151;
	--wc-highlight: #77a464;
	--wc-highligh-text: white;
	--wc-content-bg: #fff;
	--wc-subtext: #767676;
}

div.pp_woocommerce .pp_content_container {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
	padding: 20px 0;
}

div.pp_woocommerce .pp_content_container::after, div.pp_woocommerce .pp_content_container::before {
	content: " ";
	display: table;
}

div.pp_woocommerce .pp_content_container::after {
	clear: both;
}

div.pp_woocommerce .pp_loaderIcon::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

div.pp_woocommerce div.ppt {
	color: #000;
}

div.pp_woocommerce .pp_gallery ul li a {
	border: 1px solid rgba(0, 0, 0, .5);
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 2px;
	display: block;
}

div.pp_woocommerce .pp_gallery ul li a:hover {
	border-color: #000;
}

div.pp_woocommerce .pp_gallery ul li.selected a {
	border-color: #000;
}

div.pp_woocommerce .pp_next::before, div.pp_woocommerce .pp_previous::before {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	font-family: WooCommerce;
	content: "";
	text-indent: 0;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	text-align: center;
}

div.pp_woocommerce .pp_next::before:hover, div.pp_woocommerce .pp_previous::before:hover {
	background-color: #000;
}

div.pp_woocommerce .pp_next:hover::before, div.pp_woocommerce .pp_previous:hover::before {
	display: block;
}

div.pp_woocommerce .pp_previous::before {
	left: 1em;
}

div.pp_woocommerce .pp_next::before {
	right: 1em;
	font-family: WooCommerce;
	content: "";
}

div.pp_woocommerce .pp_details {
	margin: 0;
	padding-top: 1em;
}

div.pp_woocommerce .pp_description, div.pp_woocommerce .pp_nav {
	font-size: 14px;
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_nav, div.pp_woocommerce .pp_nav .pp_pause, div.pp_woocommerce .pp_nav p, div.pp_woocommerce .pp_play {
	margin: 0;
}

div.pp_woocommerce .pp_nav {
	margin-right: 1em;
	position: relative;
}

div.pp_woocommerce .pp_close {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	font-size: 1.618em !important;
	line-height: 1em;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	top: -.5em;
	right: -.5em;
}

div.pp_woocommerce .pp_close:hover {
	background-color: #000;
}

div.pp_woocommerce .pp_close::before {
	font-family: WooCommerce;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	position: relative;
	margin-top: -1px;
}

div.pp_woocommerce .pp_arrow_next:hover, div.pp_woocommerce .pp_arrow_previous:hover {
	background-color: #000;
}

div.pp_woocommerce .pp_arrow_next::before, div.pp_woocommerce .pp_arrow_previous::before {
	font-family: WooCommerce;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
}

div.pp_woocommerce .pp_arrow_previous {
	margin-right: .5em;
}

div.pp_woocommerce .pp_arrow_next {
	margin-left: .5em;
}

div.pp_woocommerce .pp_arrow_next::before {
	content: "";
}

div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_expand {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	font-size: 1.618em !important;
	line-height: 1em;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	right: auto;
	left: -.5em;
	top: -.5em;
}

div.pp_woocommerce a.pp_contract:hover, div.pp_woocommerce a.pp_expand:hover {
	background-color: #000;
}

div.pp_woocommerce a.pp_contract::before, div.pp_woocommerce a.pp_expand::before {
	font-family: WooCommerce;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
}

div.pp_woocommerce a.pp_contract::before {
	content: "";
}

div.pp_woocommerce #respond {
	margin: 0;
	width: 100%;
	background: 0 0;
	border: none;
	padding: 0;
}

div.pp_woocommerce #respond .form-submit {
	margin-top: 0;
	float: none;
}

div.pp_woocommerce .pp_inline {
	padding: 0 !important;
}

.rtl div.pp_woocommerce .pp_content_container {
	text-align: right;
}

@media only screen and (max-width:768px) {
	div.pp_woocommerce {
		left: 5% !important;
		right: 5% !important;
		box-sizing: border-box;
		width: 90% !important;
	}
	
	div.pp_woocommerce .pp_contract, div.pp_woocommerce .pp_expand, div.pp_woocommerce .pp_gallery, div.pp_woocommerce .pp_next, div.pp_woocommerce .pp_previous {
		display: none !important;
	}
	
	div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_close {
		height: 44px;
		width: 44px;
		font-size: 44px;
		line-height: 44px;
	}
	
	div.pp_woocommerce .pp_arrow_next::before, div.pp_woocommerce .pp_arrow_previous::before, div.pp_woocommerce .pp_close::before {
		font-size: 44px;
	}
	
	div.pp_woocommerce .pp_description {
		display: none !important;
	}
	
	div.pp_woocommerce .pp_details {
		width: 100% !important;
	}
	
	.pp_content {
		width: 100% !important;
	}
	
	.pp_content #pp_full_res>img {
		width: 100% !important;
		height: auto !important;
	}
	
	.currentTextHolder {
		line-height: 3;
	}
}

div.pp_pic_holder a:focus {
	outline: 0;
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}

.pp_top {
	height: 20px;
	position: relative;
}

* html .pp_top {
	padding: 0 20px;
}

.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_top .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_content {
	height: 40px;
	min-width: 40px;
}

* html .pp_content {
	width: 40px;
}

.pp_fade {
	display: none;
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left {
	padding-left: 20px;
}

.pp_content_container .pp_right {
	padding-right: 20px;
}

.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px;
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_social {
	float: left;
	margin: 0;
}

.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden;
}

.pp_social .twitter {
	float: left;
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}

.pp_nav p {
	float: left;
	margin: 2px 4px;
	white-space: nowrap;
}

.pp_nav .pp_pause, .pp_nav .pp_play {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

a.pp_arrow_next, a.pp_arrow_previous {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	text-indent: -100000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap;
}

.pp_gallery ul a {
	border: 1px #000 solid;
	border: 1px rgba(0, 0, 0, .5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery li.selected a, .pp_gallery ul a:hover {
	border-color: #fff;
}

.pp_gallery ul a img {
	border: 0;
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.pp_gallery li.default a {
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery li.default a img {
	display: none;
}

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
	margin-top: 7px !important;
}

a.pp_next {
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_previous {
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_contract, a.pp_expand {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}

a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-indent: -10000px;
}

.pp_bottom {
	height: 20px;
	position: relative;
}

* html .pp_bottom {
	padding: 0 20px;
}

.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}

#pp_full_res .pp_inline {
	text-align: left;
}

div.ppt {
	color: #fff !important;
	font-weight: 700;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999;
}

.woocommerce a.selectBox {
	background: #fff;
	min-width: 100px;
	margin-right: 10px;
	color: inherit;
}

.woocommerce a.selectBox, .woocommerce a.selectBox:hover {
	border-bottom: 1px solid #bbb !important;
}

.woocommerce a.selectBox:hover {
	color: inherit;
}

.woocommerce a.selectBox:focus {
	border: 1px solid #ccc;
}

.selectBox-dropdown .selectBox-label {
	vertical-align: middle;
	padding: 3px 8px;
}

.selectBox-dropdown .selectBox-arrow {
	border: none;
	background: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png") center right no-repeat;
}

.selectBox-dropdown .selectBox-arrow.nitro-lazy {
	background-image: none !important;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
	background: url("https://cdn-hbnhb.nitrocdn.com/VKTewdToUZzHEmbXnYaWDfQqCgrSmyDf/assets/images/optimized/rev-5145d08/chem-is-try.com/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png") center left no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow.nitro-lazy {
	background-image: none !important;
}

.selectBox-dropdown-menu {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 5px;
	font-size: 80%;
}

.selectBox-dropdown-menu li a {
	color: inherit;
	padding: 5px 8px;
	border-radius: 3px;
}

.selectBox-dropdown-menu a:hover {
	color: inherit;
	text-decoration: none;
}

select.selectBox.change-wishlist {
	max-width: 100px;
}

.selectBox.change-wishlist {
	width: auto !important;
}

.change-wishlist-selectBox-dropdown-menu {
	width: auto !important;
}

.yith-wcwl-with-pretty-photo {
	overflow: hidden;
}

.yith-wcwl-with-pretty-photo .pp_content {
	height: auto !important;
}

.woocommerce .wishlist-fragment .blockUI.blockOverlay::before, .woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before {
	display: none;
}

.yith-wcwl-popup {
	display: none;
}

.yith-wcwl-popup-content h3 {
	text-align: center;
	font-size: 1.5em;
}

.yith-wcwl-popup-content .heading-icon, .yith-wcwl-popup-feedback .heading-icon {
	text-align: center;
	display: block;
	font-size: 70px;
	color: #333;
	margin-bottom: 15px;
}

.yith-wcwl-popup-content .popup-description {
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}

.yith-wcwl-popup-content .popup-description a.show-tab.active {
	cursor: inherit;
	color: inherit;
	pointer-events: none;
}

.yith-wcwl-popup-feedback p.feedback {
	margin-top: 1.5em;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
}

.yith-wcwl-popup-content label {
	display: block;
}

.yith-wcwl-popup-content input[type=text], .yith-wcwl-popup-content select {
	padding: 10px 7px;
}

.yith-wcwl-popup-content .create {
	display: none;
}

.yith-wcwl-popup-content .yith-wcwl-second-row {
	display: none;
}

.yith-wcwl-popup-footer {
	margin: 15px 0;
}

.yith-wcwl-popup-footer .button.wishlist-submit {
	display: block;
	width: 100%;
	text-align: center;
}

.pp_pic_holder.pp_woocommerce.feedback {
	max-width: 450px !important;
}

.pp_pic_holder.pp_woocommerce.feedback .pp_content {
	width: auto !important;
}

.yith-wcwl-popup-feedback {
	margin-top: 2em;
	margin-bottom: 2em;
}

.yith-wcwl-add-button.with-dropdown {
	position: relative;
	padding: 15px 0;
}

.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown {
	display: none;
	list-style: none;
	margin-bottom: 0;
	padding: 5px 25px;
	border: 1px solid #cdcdcd;
	background: #fff;
	position: absolute;
	z-index: 15;
	top: calc(100% - 5px);
	min-width: 200px;
}

.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown {
	display: block;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li {
	padding: 15px;
	padding-left: 0;
	text-transform: uppercase;
	font-size: .8em;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li a {
	font-size: 1em !important;
	color: inherit;
	box-shadow: none;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover {
	color: initial;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before {
	font-family: FontAwesome;
	content: "";
	margin-right: 15px;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child) {
	border-bottom: 1px solid #cdcdcd;
}

.yith-wcwl-add-to-wishlist .separator+[data-title] {
	display: inline-block;
}

.yith-wcwl-add-to-wishlist .with-tooltip {
	position: relative;
}

.yith-wcwl-tooltip {
	z-index: 10;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: center;
	top: calc(100% + 5px);
	pointer-events: none;
	cursor: initial;
	font-size: .6875rem;
	line-height: normal;
	display: none;
}

.with-dropdown .yith-wcwl-tooltip {
	top: auto;
	bottom: calc(100% + 10px);
}

.with-tooltip .yith-wcwl-tooltip {
	position: absolute;
}

.with-tooltip .yith-wcwl-tooltip:before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: calc(50% - 2px);
	width: 0;
	height: 0;
	background: 0 0 !important;
	border-left: 5px solid transparent !important;
	border-right: 5px solid transparent !important;
	border-bottom: 5px solid;
}

.with-dropdown .with-tooltip .yith-wcwl-tooltip:before {
	bottom: -5px;
	top: auto;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	border-bottom: none;
}

#yith-wcwl-popup-message {
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 7px 40px;
	z-index: 10000;
}

.wishlist-title {
	display: inline-block;
}

.wishlist-title h2 {
	display: inline-block;
	padding: 5px;
}

.wishlist-title.wishlist-title-with-form h2:hover {
	background: #efefef;
}

.wishlist-title a.show-title-form {
	cursor: pointer;
	visibility: hidden;
}

.wishlist-title:hover a.show-title-form {
	visibility: visible;
}

.hidden-title-form {
	position: relative;
	margin: 25px 0 39px;
}

.yes-js .hidden-title-form {
	display: none;
}

.hidden-title-form .edit-title-buttons {
	position: absolute;
	right: 5px;
	top: calc(50% - 15px);
}

.hidden-title-form>input[type=text] {
	padding-right: 65px;
	line-height: 1;
}

.hidden-title-form a {
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3em;
}

.hidden-title-form a i {
	margin: 0;
	display: inline-block;
}

table.wishlist_table {
	font-size: 80%;
}

table.wishlist_table tr {
	position: relative;
}

table.wishlist_table thead th {
	border-top: 1px solid;
	padding: 16px 12px;
}

table.wishlist_table tbody td {
	padding: 16px 12px;
}

table.wishlist_table tbody td, table.wishlist_table thead th {
	border-color: #e7e7e7;
}

p.wishlist-empty, table.wishlist_table tbody td.wishlist-empty {
	text-align: center;
	margin: 100px 0;
}

.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
	text-align: center;
}

.wishlist_table tr th.product-checkbox {
	vertical-align: middle;
	width: 40px;
}

.wishlist_table tr th.product-remove {
	vertical-align: middle;
	width: 40px;
}

.wishlist_table tr th.product-thumbnail {
	width: 80px;
}

.wishlist_table tfoot td, .wishlist_table tr td.product-name, .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy {
	text-align: left;
}

.wishlist_table tr td.product-remove {
	padding: 16px 0;
}

.wishlist_table tr td.product-thumbnail a {
	display: block;
	border: none;
	max-width: 80px;
}

.wishlist_table tr td.product-thumbnail a img {
	width: 100%;
}

.wishlist_table tr td.product-arrange {
	cursor: grab;
}

.wishlist_table tr td.product-arrange:active {
	cursor: grabbing;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
	color: #297e29;
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
	color: red;
}

.wishlist_table .product-add-to-cart span.dateadded {
	display: block;
}

.wishlist_table .product-add-to-cart a {
	display: table !important;
	margin: 0 auto 5px !important;
	text-align: center;
}

.wishlist_table .product-add-to-cart a.button {
	padding: 6px 25px !important;
}

.wishlist_table .product-add-to-cart a>img {
	display: inline;
	max-width: 2em;
}

.wishlist_table .price-variation {
	display: block;
}

.wishlist_table .price-variation.decrease .variation-rate {
	color: red;
}

.wishlist_table .price-variation .old-price {
	display: block;
}

.wishlist_table a.button {
	white-space: normal;
	margin-bottom: 5px !important;
}

.wishlist_table.modern_grid {
	list-style: none;
	margin: 0 -7px 35px;
	font-size: 0;
}

.wishlist_table.modern_grid li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 7px;
	margin-bottom: 15px;
}

.wishlist_table.images_grid li.wishlist-empty, .wishlist_table.modern_grid li.wishlist-empty {
	width: 100%;
	font-size: 1rem;
	text-align: center;
	margin: 50px 0;
}

.wishlist_table.images_grid li.show {
	z-index: 10;
}

.wishlist_table.images_grid.products li.product.first, .wishlist_table.images_grid.products li.product.last {
	clear: none;
}

.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1), .wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1), .wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1), .wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1), .wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1) {
	clear: both;
}

.wishlist_table.modern_grid li .item-wrapper {
	display: table;
	margin: 0 -7px;
}

.wishlist_table.modern_grid li .item-details, .wishlist_table.modern_grid li .product-thumbnail {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
	padding: 0 7px;
	font-size: 1rem;
}

.wishlist_table.images_grid li .product-thumbnail, .wishlist_table.modern_grid li .product-thumbnail {
	position: relative;
}

.wishlist_table.images_grid li .product-thumbnail .product-checkbox, .wishlist_table.modern_grid li .product-thumbnail .product-checkbox {
	position: absolute;
	top: 7px;
	left: 15px;
	z-index: 2;
}

.wishlist_table.modern_grid li .product-thumbnail>a {
	display: block;
}

.wishlist_table.modern_grid li .product-thumbnail>a img {
	display: block;
}

.wishlist_table.images_grid li.show .product-thumbnail>a img, .wishlist_table.images_grid li:hover .product-thumbnail>a img {
	filter: brightness(1.1);
}

.wishlist_table.modern_grid.wishlist_view li .item-details {
	position: relative;
}

.wishlist_table.modern_grid.wishlist_view li .item-details:before {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 7px;
	background: #fff;
	position: absolute;
	right: 7px;
	z-index: 0;
	border: 1px solid #cdcdcd;
}

.wishlist_table.images_grid li .item-details {
	display: none;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: calc(50% - 150px);
	width: 300px;
	background: #fff;
	padding: 10px 20px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.wishlist_table.images_grid li.show .item-details {
	display: block;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper {
	padding: 15px 20px;
	line-height: normal;
	position: relative;
}

.wishlist_table.images_grid li .item-details a.close {
	position: absolute;
	top: 10px;
	right: 20px;
}

.wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
	margin-bottom: 7px;
}

.wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info, .wishlist_table.modern_grid li .item-details table.item-details-table {
	border: none;
	margin-bottom: 7px;
}

.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
	border: none;
	font-size: .7em;
	padding: 3px;
	vertical-align: top;
}

.wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.modern_grid li .item-details table.item-details-table td.label {
	text-align: left;
	font-weight: 700;
	width: 40%;
}

.wishlist_table.images_grid li .item-details table.item-details-table td.value, .wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value, .wishlist_table.modern_grid li .item-details table.item-details-table td.value {
	text-align: right;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox {
	margin-right: 0;
}

.wishlist_table.images_grid li .item-details table.item-details-table td.value input, .wishlist_table.mobile li table.additional-info td.value input, .wishlist_table.modern_grid li .item-details table.item-details-table td.value input {
	width: auto;
}

.wishlist_table.images_grid li .item-details .product-add-to-cart, .wishlist_table.modern_grid li .item-details .product-add-to-cart {
	text-align: center;
	margin-bottom: 7px;
}

.wishlist_table.images_grid li .item-details .move-to-another-wishlist, .wishlist_table.modern_grid li .item-details .move-to-another-wishlist {
	text-align: center;
	margin-bottom: 7px;
}

.wishlist_table.images_grid li .item-details .product-remove, .wishlist_table.modern_grid li .item-details .product-remove {
	text-align: right;
}

.wishlist_table.images_grid li .item-details .product-remove a, .wishlist_table.modern_grid li .item-details .product-remove a {
	border: none;
	border-radius: 0;
	display: inline-block;
}

.wishlist_table.mobile {
	list-style: none;
	margin-left: 0;
}

.wishlist_table.mobile li {
	margin-bottom: 7px;
}

.wishlist_table.mobile li .product-checkbox {
	display: inline-block;
	width: 20px;
	vertical-align: top;
}

.wishlist_table.mobile li .item-wrapper {
	display: inline-block;
	width: calc(100% - 25px);
	vertical-align: top;
	margin-bottom: 7px;
}

.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty {
	text-align: center;
}

.wishlist_table.wishlist_manage_table.mobile li .item-wrapper {
	width: 100%;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	display: inline-block;
	max-width: 60px;
	margin-right: 10px;
}

.wishlist_table.mobile li .item-wrapper .item-details {
	display: inline-block;
	width: calc(100% - 80px);
	vertical-align: top;
}

.wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
	padding-left: 20px;
}

.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
	text-align: center;
	margin-bottom: 7px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
	text-align: right;
}

a.add_to_wishlist {
	cursor: pointer;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
	margin-right: 5px;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist>img, .yith-wcwl-add-to-wishlist a.delete_item>img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img {
	max-width: 32px;
	display: inline-block;
	margin-right: 10px;
}

a.add_to_wishlist+a.view-wishlist, a.delete_item+a.view-wishlist {
	margin-left: 15px;
}

.summary .single_add_to_wishlist.button, div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
	margin: 0;
}

.wishlist_table .add_to_cart.button {
	padding: 7px 12px;
	line-height: normal;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 10px;
}

.hidden-title-form button i, .wishlist-title a.show-title-form i, .wishlist_manage_table tfoot a.create-new-wishlist i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i, .yith-wcwl-add-button>a i, .yith-wcwl-wishlist-new button i, .yith-wcwl-wishlist-search-form button.wishlist-search-button i {
	margin-right: 10px;
}

.hidden-title-form a.hide-title-form, .wishlist-title a.show-title-form, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .wishlist_table .add_to_cart.button, .wishlist_table a.ask-an-estimate-button, .woocommerce .yith-wcwl-wishlist-new button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .yith-wcwl-wishlist-search-form button.wishlist-search-button {
	margin: 0;
	box-shadow: none;
	text-shadow: none;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	position: absolute;
	z-index: 10;
	margin: 0;
	top: 10px;
	left: 10px;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown {
	padding: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo {
	font-size: 0;
	background: 0 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist {
	font-size: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback {
	display: none;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a {
	font-size: 0;
	background: 0 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
	font-size: 1.6rem;
	margin: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img {
	margin: 0;
}

.woocommerce .wishlist-title {
	margin-bottom: 30px;
}

.woocommerce .wishlist-title h2 {
	vertical-align: middle;
	margin-bottom: 0;
}

.woocommerce .hidden-title-form button {
	padding: 7px 24px;
	vertical-align: middle;
	border: none;
	position: relative;
}

.woocommerce .hidden-title-form button:active {
	top: 1px;
}

.woocommerce .back-to-all-wishlists {
	margin-bottom: 20px;
}

.woocommerce #content table.wishlist_table.cart a.remove {
	color: #c3c3c3;
	margin: 0 auto;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
	background-color: #c3c3c3;
	color: #fff;
}

.yith-wcwl-share {
	margin-bottom: 35px;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
	margin: 10px 0;
}

.yith-wcwl-share ul {
	margin: 5px 0;
	padding: 0;
}

.entry-content .yith-wcwl-share ul li, .yith-wcwl-share ul li {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
}

.yith-wcwl-share li a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	padding: 5px;
	display: block;
	border: none;
	min-width: 26px;
	min-height: 26px;
}

.yith-wcwl-share li a:hover {
	color: #fff;
}

.yith-wcwl-share li a>img {
	max-width: 1em;
}

.copy-trigger {
	cursor: pointer;
}

.woocommerce .ask-an-estimate-button>img {
	max-width: 1em;
	display: inline;
	margin-right: 5px;
}

#ask_an_estimate_popup {
	display: none;
}

.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup {
	width: 100%;
}

.wishlist-ask-an-estimate-popup .woocommerce-error {
	margin-bottom: 0;
}

.wishlist-ask-an-estimate-popup #additional_notes {
	min-height: 150px;
}

.ask-an-estimate-confirmation {
	padding: 0 30px;
	text-align: center;
}

.yith_wcwl_wishlist_footer>div {
	margin-bottom: 15px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action {
	float: left;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label {
	display: inline-block;
	margin-right: 10px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
	min-width: 250px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit] {
	margin: 0;
	margin-left: 10px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update {
	float: right;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
	float: left;
	clear: both;
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
	float: right;
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>* {
	vertical-align: middle;
}

.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action {
	clear: both;
}

.wishlist-page-links {
	clear: both;
}

#move_to_another_wishlist {
	display: none;
}

.yith-wcwl-wishlist-new {
	padding: 20px 0;
}

.yith-wcwl-popup-content .yith-wcwl-wishlist-new {
	padding: 0;
}

.yith-wcwl-wishlist-new .wishlist-name {
	display: inline-block;
}

.yith-wcwl-wishlist-new .wishlist-privacy-radio label {
	display: block;
}

.yith-wcwl-popup-content .create-wishlist-button {
	margin-top: 15px;
	width: 100%;
}

#create_new_wishlist {
	display: none;
}

.wishlist_manage_table select {
	vertical-align: middle;
	margin-right: 10px;
}

.wishlist_manage_table td.wishlist-name .wishlist-title {
	margin-bottom: 0;
}

.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form {
	display: inline-block;
	padding: 0;
	border: none;
	background: 0 0;
	top: 0;
	margin: 0;
}

.wishlist_manage_table td.wishlist-name a.show-title-form i {
	padding: 5px;
	margin: 0;
}

.wishlist_manage_table td.wishlist-name:hover a.show-title-form {
	visibility: visible;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form {
	margin: 0 !important;
	width: 100%;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text] {
	width: 100%;
	min-width: 0;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form {
	position: relative;
}

table.wishlist_manage_table tfoot td {
	text-align: right;
	padding: 24px 12px;
}

.wishlist_manage_table tfoot button.submit-wishlist-changes {
	padding: 7px 24px;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 3px;
	position: relative;
	line-height: normal;
}

.wishlist_manage_table tfoot button.submit-wishlist-changes:active {
	top: 1px;
}

.wishlist_manage_table tfoot a.create-new-wishlist {
	vertical-align: middle;
	line-height: normal;
	padding: 7px 24px;
}

.wishlist_manage_table.modern_grid li.wishlist-empty {
	margin: 50px 0;
}

.wishlist_manage_table.modern_grid li .item-wrapper {
	display: block;
	margin: 0;
	padding: 40px 50px;
	background: #fff;
	border: 1px solid #cdcdcd;
}

.wishlist_manage_table.modern_grid li .item-details, .wishlist_manage_table.modern_grid li .product-thumbnail {
	display: block;
	width: 100%;
	padding: 0;
}

.wishlist_manage_table.modern_grid li .item-details .hidden-title-form {
	width: 100%;
}

.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box {
	display: flex;
	background: #f2f2f2;
	min-height: 400px;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 600;
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child {
	width: 100%;
	margin-bottom: 15px;
}

.wishlist_manage_table.modern_grid li .product-thumbnail img {
	width: calc(50% - 8px);
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3) {
	margin-left: 15px;
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form {
	display: block;
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3 {
	display: inline-block;
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form, .wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover {
	visibility: visible;
	float: right;
	margin: 0;
	background: 0 0;
	color: inherit;
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i {
	margin: 0;
}

.wishlist_manage_table.modern_grid li .hidden-title-form {
	margin-top: 0 !important;
}

.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text] {
	width: 100%;
	min-width: 0;
}

.wishlist_manage_table.mobile li {
	margin-bottom: 30px;
}

.wishlist_manage_table.mobile li .item-wrapper .item-details {
	width: 100%;
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form {
	position: relative;
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text] {
	width: 100%;
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title {
	display: block;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form {
	position: absolute;
	right: 0;
	top: 0;
	visibility: visible;
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i {
	margin-right: 0;
}

.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox {
	margin-right: 0;
}

.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download {
	float: left;
}

.yith-wcwl-wishlist-search-form {
	text-align: center;
	padding: 20px 0;
}

.yith-wcwl-wishlist-search-form #wishlist_search {
	display: inline-block;
	max-width: 300px;
	vertical-align: middle;
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button {
	display: inline-block;
	padding: 7px 24px;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 3px;
	position: relative;
	line-height: normal;
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
	margin: 0;
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button:active {
	top: 1px;
}

.yith-wcwl-search-results .wishlist-owner {
	text-align: left;
}

.yith-wcwl-search-results .wishlist-owner .thumb {
	display: inline-block;
	margin-right: 15px;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	display: inline !important;
	margin-left: 5px;
	vertical-align: middle;
	visibility: hidden;
	width: 16px !important;
	height: 16px !important;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li, .widget_yith-wcwl-lists ul.dropdown li {
	padding: 0;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a, .elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a, .widget_yith-wcwl-lists ul.dropdown ul.lists>li a, .widget_yith-wcwl-lists ul.dropdown>li a {
	display: block;
	padding: 5px 15px;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a, .widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
	padding: 5px 25px;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section, .widget_yith-wcwl-lists ul.dropdown>li.lists-section {
	border-bottom: 1px solid #e7e7e7;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists, .widget_yith-wcwl-lists ul.dropdown ul.lists {
	margin: 0;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini, .widget_yith-wcwl-items .mini {
	position: relative;
}

.elementor-widget-wp-widget-yith-wcwl-items .heading, .widget_yith-wcwl-items .heading {
	text-align: center;
	cursor: pointer;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading, .widget_yith-wcwl-items .mini .heading {
	display: inline-block;
}

.elementor-widget-wp-widget-yith-wcwl-items .heading a, .widget_yith-wcwl-items .heading a {
	color: inherit;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter, .widget_yith-wcwl-items .extended .heading .items-counter {
	position: relative;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i, .widget_yith-wcwl-items .extended .heading .items-counter i {
	font-size: 70px;
	position: relative;
	margin-bottom: 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i, .widget_yith-wcwl-items .mini .heading .items-counter i {
	font-size: 30px;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count, .widget_yith-wcwl-items .extended .heading .items-counter .items-count {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: calc(50% - 20px);
	font-size: 1rem;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count, .widget_yith-wcwl-items .mini .heading .items-counter .items-count {
	font-size: 1rem;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after, .widget_yith-wcwl-items .extended .heading h3:after {
	content: "";
	display: block;
	max-width: 80px;
	border-bottom: 1px solid #cdcdcd;
	margin: 10px auto;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .list, .widget_yith-wcwl-items .mini .list {
	position: absolute;
	z-index: 1;
	left: 0;
	background: #fff;
	padding: 25px 40px;
	display: none;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list, .widget_yith-wcwl-items .mini:hover .list {
	display: block;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget, .widget_yith-wcwl-items ul.product_list_widget {
	margin-bottom: 40px !important;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget, .widget_yith-wcwl-items .mini ul.product_list_widget {
	max-height: 30vh;
	overflow-y: auto;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar, .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb, .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .4);
	box-shadow: 0 0 1px rgba(255, 255, 255, .4);
}

.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist, .widget_yith-wcwl-items p.empty-wishlist {
	margin-bottom: 0 !important;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget, .widget_yith-wcwl-items .mini ul.product_list_widget {
	margin-left: -20px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li, .widget_yith-wcwl-items ul.product_list_widget li {
	display: table;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child), .widget_yith-wcwl-items ul.product_list_widget li:not(:last-child) {
	margin-bottom: 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb, .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, .widget_yith-wcwl-items ul.product_list_widget li .image-thumb, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
	display: table-cell;
	vertical-align: middle;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, .widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
	font-size: 1.2rem;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img, .widget_yith-wcwl-items ul.product_list_widget li .image-thumb img {
	margin-left: 10px;
	max-width: 40px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a {
	display: inline-block;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>* {
	display: block;
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist, .elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart, .widget_yith-wcwl-items .show-wishlist, .widget_yith-wcwl-items a.add_all_to_cart {
	display: block !important;
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist, .widget_yith-wcwl-items .show-wishlist {
	margin-bottom: 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart, .widget_yith-wcwl-items a.add_all_to_cart {
	text-align: center;
}

@media (max-width:768px) {
	.yith_wcwl_wishlist_bulk_action select {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.yith_wcwl_wishlist_bulk_action input {
		float: right;
	}
	
	.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
		float: none;
	}
	
	.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button {
		width: 100%;
		text-align: center;
	}
}
