@charset "UTF-8";

.wp-block-archives {
	box-sizing: border-box
}

.padesar-main-content {
	background-color: #D1ECDD;
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
    list-style: none;
}

.wp-block-archives-dropdown label {
	display: block
}

.wp-block-avatar {
	box-sizing: border-box
}

.wp-block-avatar.aligncenter {
	text-align: center
}

.wp-block-audio {
	box-sizing: border-box
}

.wp-block-audio figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%
}

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%
}

.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
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
	border: 2px solid;
	padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
	color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
	background-color: transparent;
	background-image: none
}

.wp-block-buttons.is-vertical {
	flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between
}

.wp-block-buttons.aligncenter {
	text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
	text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
	border: 1px solid;
	padding: .25em
}

.wp-block-calendar th {
	font-weight: 400
}

.wp-block-calendar caption {
	background-color: inherit
}

.wp-block-calendar table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd
}

.wp-block-calendar table.has-background th {
	background-color: inherit
}

.wp-block-calendar table.has-text-color th {
	color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd
}

.wp-block-categories {
	box-sizing: border-box
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-code {
	box-sizing: border-box
}

.wp-block-code code {
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	white-space: pre-wrap
}

.wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap !important;
	margin-bottom: 1.75em
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap !important
	}
}

.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
}

@media (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 1
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	flex-grow: 0
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-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-post-comments {
	box-sizing: border-box
}

.wp-block-post-comments .alignleft {
	float: left
}

.wp-block-post-comments .alignright {
	float: right
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .comment-author {
	line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	margin-top: .5em;
	width: 2.5em
}

.wp-block-post-comments .comment-author cite {
	font-style: normal
}

.wp-block-post-comments .comment-meta {
	font-size: .875em;
	line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-comments .reply {
	font-size: .875em;
	margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
	padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0
}

.wp-block-comment-template li {
	clear: both
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem
}

.wp-block-comment-template.alignleft {
	float: left
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-comment-template.alignright {
	float: right
}

.wp-block-cover,
.wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	padding: 1em;
	position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.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 .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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 .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	content: "";
	display: block;
	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 .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	color: #fff;
	width: 100%;
	z-index: 1
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #000
}

.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),
.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) {
	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 .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover
}

@supports (-webkit-overflow-scrolling:touch) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll
	}
}

@media (prefers-reduced-motion:reduce) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
	z-index: 0
}

.wp-block-cover-image-text,
.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,
.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,
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 .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center;
	z-index: 1
}

.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-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px
}

.wp-block-embed {
	overflow-wrap: break-word
}

.wp-block-embed figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.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 {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	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:not(.wp-element-button) {
	font-size: .8em
}

.wp-block-file.aligncenter {
	text-align: center
}

.wp-block-file.alignright {
	text-align: right
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

.wp-block-file__embed {
	margin-bottom: 1em
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: .8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%
}

@media (min-width:600px) {

	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - .66667em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - .75em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - .8em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - .83333em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - .85714em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - .875em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100% !important;
	width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	left: 0;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 0 8px 8px;
	position: absolute;
	text-align: center;
	width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
	}

	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
	}

	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
	}

	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
	}

	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
	}

	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%
	}
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
	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 img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom
}

.wp-block-image img,
.wp-block-image.has-custom-border img {
	box-sizing: border-box
}

.wp-block-image.aligncenter {
	text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	height: auto;
	width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.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,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption
}

.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-bottom: 1em;
	margin-top: .5em
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
	border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-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-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain
	}
}

.wp-block-image :where(.has-border-color) {
	border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
	border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
	border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
	border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
	border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
	border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
	border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
	border-left-style: solid
}

.wp-block-image figure {
	margin: 0
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em
}

.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 {
	box-sizing: border-box
}

.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;
	padding-left: 0
}

.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;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

ol,
ul {
	box-sizing: border-box
}

ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em
}

.wp-block-media-text {
	box-sizing: border-box;
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	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 {
	align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.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 {
	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 {
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1
		/*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1
		/*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2
	}
}

.wp-block-navigation {
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center;
	position: relative
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
	list-style: none;
	padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
	text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
	text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: .6em;
	line-height: 0;
	margin-left: .25em;
	padding: 0;
	width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	stroke: currentColor;
	display: inline-block;
	height: inherit;
	margin-top: .075em;
	width: inherit
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: opacity .1s linear;
	visibility: hidden;
	width: 0;
	z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: transparent;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: .5em
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: .25em
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg)
	}
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor
}

button.wp-block-navigation-item__content {
	background-color: transparent;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
	margin-left: -.6em;
	pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
	gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px
}

@media (min-width:782px) {

	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	color: #000
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
	list-style: none;
	margin: 0;
	padding-left: 0
}

.wp-block-navigation__container .is-responsive {
	display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
	flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(.5em)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
	color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit !important;
	color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
	animation: overlay-menu__fade-in-animation .1s ease-out;
	animation-fill-mode: forwards;
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
	z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation-delay: 0s;
		animation-duration: 1ms
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting, inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	align-items: var(--navigation-layout-justification-setting, initial);
	display: flex;
	flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: transparent !important;
	color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
	color: #000
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	background: transparent;
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px
}

.wp-block-navigation__responsive-container-open {
	display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

.wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 100%);
	width: 100%
}

.wp-block-navigation__responsive-close:focus {
	outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
	position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px
}

@media (min-width:782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px
	}
}

html.has-modal-open {
	overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word;
	word-break: normal
}

.wp-block-navigation .wp-block-navigation-item__description {
	display: none
}

.wp-block-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align, initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit
}

.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;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em
}

p.has-drop-cap.has-background {
	overflow: hidden
}

p.has-background {
	padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap
}

.wp-block-post-author__byline {
	font-size: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	font-size: .7em;
	margin-bottom: .7em
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1
}

.wp-block-post-author__name {
	margin: 0
}

.wp-block-post-comments-form {
	box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
	padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-date {
	box-sizing: border-box
}

.wp-block-post-excerpt {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
	display: inline-block
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0
}

.wp-block-post-featured-image a {
	display: block
}

.wp-block-post-featured-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
	width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute
}

.wp-block-post-featured-image {
	position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-post-terms {
	box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap
}

.wp-block-post-title {
	box-sizing: border-box;
	word-break: break-word
}

.wp-block-post-title a {
	display: inline-block
}

.wp-block-preformatted {
	white-space: pre-wrap
}

.wp-block-preformatted.has-background {
	padding: 1.25em 2.375em
}

.wp-block-pullquote {
	box-sizing: border-box;
	margin: 0 0 1em;
	overflow-wrap: break-word;
	padding: 3em 0;
	text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
	color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative
}

.wp-block-pullquote .has-text-color a {
	color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none
}

.wp-block-pullquote cite {
	color: inherit
}

.wp-block-post-template {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0
}

.wp-block-post-template.wp-block-post-template {
	background: none
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em
}

.wp-block-post-template.is-flex-container li {
	margin: 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em)
	}
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
	margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
	margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
	justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
	box-sizing: border-box
}

.wp-block-quote {
	overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right
}

.wp-block-read-more {
	display: block;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
	text-decoration: none
}

ul.wp-block-rss {
	list-style: none;
	padding: 0
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box
}

ul.wp-block-rss.alignleft {
	margin-right: 2em
}

ul.wp-block-rss.alignright {
	margin-left: 2em
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}

	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}

	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}

	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}

	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em
}

.wp-block-search__button {
	margin-left: .625em;
	word-break: normal
}

.wp-block-search__button.has-icon {
	line-height: 0
}

.wp-block-search__button svg {
	fill: currentColor;
	min-height: 1.5em;
	min-width: 1.5em;
	vertical-align: text-bottom
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: .375em .625em
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search__label {
	width: 100%
}

.wp-block-search__input {
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3em;
	padding: 8px;
	text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto
}

.wp-block-separator {
	border: 1px solid;
	border-left: none;
	border-right: none
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none;
	height: auto;
	line-height: 1;
	text-align: center
}

.wp-block-separator.is-style-dots:before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0
}

.wp-block-site-logo a {
	display: inline-block
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
	border-radius: inherit
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.wp-block-site-logo.is-style-rounded {
	border-radius: 9999px
}

.wp-block-site-title a {
	color: inherit
}

.wp-block-social-links {
	background: none;
	box-sizing: border-box;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none
}

.wp-block-social-links .wp-social-link a {
	padding: .25em
}

.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
	font-size: .65em;
	margin-left: .5em;
	margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px
}

.wp-block-social-links.aligncenter {
	display: flex;
	justify-content: center
}

.wp-block-social-links.alignright {
	justify-content: flex-end
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
	transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-social-link {
		transition-delay: 0s;
		transition-duration: 0s
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
	transition: transform .1s ease
}

.wp-block-social-link:hover {
	transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
	fill: currentColor;
	color: currentColor
}

.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-patreon {
	background-color: #ff424d;
	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: #ff4500;
	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 {
	stroke: #000;
	background-color: #fefc00;
	color: #fff
}

.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-telegram {
	background-color: #2aabee;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	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-whatsapp {
	background-color: #25d366;
	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
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
	padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	height: 1.25em;
	width: 1.25em
}

.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-patreon {
	color: #ff424d
}

.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: #ff4500
}

.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 {
	stroke: #000;
	color: #fff
}

.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-telegram {
	color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000
}

.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-whatsapp {
	color: #25d366
}

.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 {
	color: #d32422
}

.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: .66667em;
	padding-right: .66667em
}

.wp-block-spacer {
	clear: both
}

.wp-block-tag-cloud {
	box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important
}

.wp-block-table {
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table thead {
	border-bottom: 3px solid
}

.wp-block-table tfoot {
	border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
	padding: .5em
}

.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 {
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0
}

.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-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
	border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
	border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
	border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
	border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
	border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
	border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
	border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
	border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
	border-style: inherit;
	border-width: inherit
}

.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%
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap
}

:where(pre.wp-block-verse) {
	font-family: inherit
}

.wp-block-video {
	box-sizing: border-box
}

.wp-block-video video {
	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-bottom: 1em;
	margin-top: .5em
}

.wp-element-button {
	cursor: pointer
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

: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)
}

.has-regular-font-size {
	font-size: 1em
}

.has-larger-font-size {
	font-size: 2.625em
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge)
}

.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
}

.items-justified-left {
	justify-content: flex-start
}

.items-justified-center {
	justify-content: center
}

.items-justified-right {
	justify-content: flex-end
}

.items-justified-space-between {
	justify-content: space-between
}

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

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #ddd;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

figure {
	margin: 0 0 1em
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

.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 1px 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;
	border: 1px solid #1e1e1e;
	border-radius: 2px;
	max-height: 400px;
	min-width: 100%;
	outline: none;
	overflow: auto;
	padding: 0;
	position: absolute;
	transition: none;
	z-index: 1000000
}

.components-custom-select-control__menu[aria-hidden=true] {
	display: none
}

.components-custom-select-control__item {
	align-items: center;
	cursor: default;
	display: flex;
	line-height: 28px;
	list-style-type: none;
	padding: 8px
}

.components-custom-select-control__item.is-highlighted {
	background: #ddd
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
	margin-left: auto;
	margin-right: 0
}

div.item.item-icon{
	justify-content: center;
}

.components-custom-select-control__item:last-child {
	margin-bottom: 0
}

.components-snackbar {
	background-color: #1e1e1e;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px;
	max-width: 600px;
	padding: 16px 24px;
	pointer-events: auto;
	width: 100%
}

@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.components-snackbar-explicit-dismiss {
	cursor: default
}

.components-snackbar .components-snackbar__content-with-icon {
	margin-left: 24px
}

.components-snackbar .components-snackbar__icon {
	left: 28px;
	position: absolute;
	top: 24px
}

.components-snackbar .components-snackbar__dismiss-button {
	cursor: pointer;
	margin-left: 32px
}

.components-snackbar__action.components-button {
	color: #fff;
	flex-shrink: 0;
	height: auto;
	line-height: 1.4;
	margin-left: 32px;
	padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
	background-color: transparent;
	text-decoration: underline
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
	box-shadow: none;
	color: #fff;
	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 {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	line-height: 1.4
}

.components-snackbar-list {
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 100000
}

.components-snackbar-list__notice-container {
	padding-top: 8px;
	position: relative
}

.components-combobox-control {
	width: 100%
}

input.components-combobox-control__input[type=text] {
	border: none;
	box-shadow: none;
	font-size: 16px;
	line-height: inherit;
	margin: 0;
	min-height: auto;
	padding: 2px;
	width: 100%
}

@media(min-width:600px) {
	input.components-combobox-control__input[type=text] {
		font-size: 13px
	}
}

input.components-combobox-control__input[type=text]:focus {
	box-shadow: none;
	outline: none
}

.components-combobox-control__suggestions-container {
	align-items: flex-start;
	border: 1px solid #949494;
	border-radius: 2px;
	box-shadow: 0 0 0 transparent;
	display: flex;
	flex-wrap: wrap;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0 0 8px;
	padding: 4px;
	transition: box-shadow .1s linear;
	width: 100%
}

@media(prefers-reduced-motion:reduce) {
	.components-combobox-control__suggestions-container {
		transition-delay: 0s;
		transition-duration: 0s
	}
}

@media(min-width:600px) {
	.components-combobox-control__suggestions-container {
		font-size: 13px;
		line-height: normal
	}
}

.components-combobox-control__suggestions-container:focus {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
	outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
	color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
	color: rgba(30, 30, 30, .62);
	opacity: 1
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
	color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container:focus-within {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
	outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
	display: flex;
	height: 24px;
	min-width: 24px;
	padding: 0
}

.components-form-token-field__input-container {
	align-items: center;
	border: 1px solid #949494;
	border-radius: 2px;
	box-shadow: 0 0 0 transparent;
	cursor: text;
	display: flex;
	flex-wrap: wrap;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0 0 8px;
	padding: 2px 4px;
	transition: box-shadow .1s linear;
	width: 100%
}

@media(prefers-reduced-motion:reduce) {
	.components-form-token-field__input-container {
		transition-delay: 0s;
		transition-duration: 0s
	}
}

@media(min-width:600px) {
	.components-form-token-field__input-container {
		font-size: 13px;
		line-height: normal
	}
}

.components-form-token-field__input-container:focus {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
	outline: 2px solid transparent
}

.components-form-token-field__input-container::-webkit-input-placeholder {
	color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container::-moz-placeholder {
	color: rgba(30, 30, 30, .62);
	opacity: 1
}

.components-form-token-field__input-container:-ms-input-placeholder {
	color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container.is-disabled {
	background: #ddd;
	border-color: #ddd
}

.components-form-token-field__input-container.is-active {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
	outline: 2px solid transparent
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
	background: inherit;
	border: 0;
	box-shadow: none;
	color: #1e1e1e;
	display: inline-block;
	flex: 1;
	font-size: 16px;
	margin-left: 4px;
	max-width: 100%;
	min-height: 24px;
	min-width: 50px;
	padding: 0;
	width: 100%
}

@media(min-width:600px) {
	.components-form-token-field__input-container input[type=text].components-form-token-field__input {
		font-size: 13px
	}
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
	box-shadow: none;
	outline: none
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
	width: auto
}

.components-form-token-field__label {
	display: inline-block;
	margin-bottom: 4px
}

.components-form-token-field__help {
	color: #757575;
	font-size: 12px;
	font-style: normal
}

.components-form-token-field__token {
	color: #1e1e1e;
	display: flex;
	font-size: 13px;
	margin: 2px 4px 2px 0;
	max-width: 100%
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
	background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
	background: #cc1818
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
	color: #757575
}

.components-form-token-field__token.is-borderless {
	padding: 0 16px 0 0;
	position: relative
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
	background: 0 0;
	color: var(--wp-admin-theme-color)
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
	background: 0 0;
	color: #757575;
	position: absolute;
	right: 0;
	top: 1px
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
	color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
	border-radius: 4px 0 0 4px;
	color: #cc1818;
	padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
	color: #1e1e1e
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
	cursor: default
}

.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
	background: #ddd;
	display: inline-block;
	height: auto;
	line-height: 24px;
	min-width: unset;
	transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media(prefers-reduced-motion:reduce) {

	.components-form-token-field__remove-token.components-button,
	.components-form-token-field__token-text {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1ms;
		animation-duration: 1ms;
		transition-delay: 0s;
		transition-duration: 0s
	}
}

.components-form-token-field__token-text {
	border-radius: 2px 0 0 2px;
	overflow: hidden;
	padding: 0 0 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.components-form-token-field__remove-token.components-button {
	border-radius: 0 2px 2px 0;
	color: #1e1e1e;
	cursor: pointer;
	line-height: 10px;
	overflow: initial;
	padding: 0 2px
}

.components-form-token-field__remove-token.components-button:hover {
	color: #1e1e1e
}

.components-form-token-field__suggestions-list {
	border-top: 1px solid #757575;
	flex: 1 0 100%;
	list-style: none;
	margin: 4px -4px -4px;
	max-height: 9em;
	min-width: 100%;
	overflow-y: auto;
	padding: 0;
	transition: all .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.components-form-token-field__suggestions-list {
		transition-delay: 0s;
		transition-duration: 0s
	}
}

.components-form-token-field__suggestion {
	color: #757575;
	cursor: pointer;
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 4px 8px
}

.components-form-token-field__suggestion.is-selected {
	background: var(--wp-admin-theme-color);
	color: #fff
}

.components-form-token-field__suggestion-match {
	text-decoration: underline
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2
}

.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 {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0
}

.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 {
	white-space: normal;
	word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: .5em 1em;
	text-align: center;
	white-space: normal;
	word-break: break-word
}

.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 {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: 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 {
	font-family: star;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap
}

.wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 3px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	padding: .25em .75em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-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 {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em
}

.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-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
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
	font-size: .75em
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em;
	padding: .5em
}

@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
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none
}

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

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	-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
}

.wp-block-add-to-cart-form {
	width: unset
}

.wp-block-add-to-cart-form .woocommerce-grouped-product-list-item__price del,
.wp-block-add-to-cart-form .woocommerce-Price-amount.amount {
	font-size: var(--wp--preset--font-size--large)
}

.wc-block-components-product-add-to-cart-attribute-picker {
	flex-basis: 100%;
	margin: 0
}

.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-height: 1.75em;
	min-width: 60%
}

.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 {
	display: flex;
	flex-wrap: wrap;
	margin: 0
}

.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;
	height: 1.5em;
	margin: -.25em 0 -.25em .5em;
	vertical-align: top;
	width: 1.5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
	color: #43454b;
	flex-basis: 5em;
	margin: 0 1em .75em 0;
	padding: .618em;
	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 {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.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
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@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 {
	white-space: normal;
	word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	border-style: none;
	display: inline-flex;
	font-family: inherit;
	font-weight: inherit;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	white-space: normal;
	word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	min-height: 3em;
	min-width: 8em;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
	visibility: hidden
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@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
	}
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
	margin-bottom: 12px
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	min-height: 3em;
	min-width: 8em;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
	visibility: hidden
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@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);
	border-color: var(--button--color-background);
	color: var(--button--color-text)
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border: 2px solid
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: currentColor
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
	background-color: transparent;
	background-image: none
}

.wp-block-button.has-custom-width .wp-block-button__link {
	box-sizing: border-box
}

.wp-block-button.wp-block-button__width-25 .wp-block-button__link {
	width: 25%
}

.wp-block-button.wp-block-button__width-50 .wp-block-button__link {
	width: 50%
}

.wp-block-button.wp-block-button__width-75 .wp-block-button__link {
	width: 75%
}

.wp-block-button.wp-block-button__width-100 .wp-block-button__link {
	width: 100%
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,
.wc-block-components-product-image {
	display: block;
	position: relative;
	text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,
.wc-block-components-product-image a {
	border: 0;
	border-radius: inherit;
	box-shadow: none;
	outline: 0;
	text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,
.wc-block-components-product-image img {
	border-radius: inherit;
	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 img[alt=""],
.wc-block-components-product-image img[alt=""] {
	border: 1px solid #f2f2f2
}

.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 {
	left: 4px;
	margin: 0;
	position: absolute;
	right: auto;
	top: 4px
}

.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 {
	left: 50%;
	margin: 0;
	position: absolute;
	right: auto;
	top: 4px;
	transform: translateX(-50%)
}

.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 {
	left: auto;
	margin: 0;
	position: absolute;
	right: 4px;
	top: 4px
}

.is-loading .wc-block-components-product-image {
	background-color: currentColor !important;
	border: 0 !important;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: auto;
	z-index: 1
}

.is-loading .wc-block-components-product-image>* {
	visibility: hidden
}

.is-loading .wc-block-components-product-image:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-image {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-product-image {
	margin: 0 0 12px
}

.wc-block-components-product-price {
	display: block
}

.wc-block-all-products .wc-block-components-product-price {
	margin-bottom: 12px
}

.wp-block-woocommerce-product-details ul.wc-tabs {
	border-bottom: 1px solid #e0e0e0;
	list-style: none;
	margin: 0 0 1.618em;
	overflow: hidden;
	padding: 0 0 0 1em;
	position: relative
}

.wp-block-woocommerce-product-details ul.wc-tabs li {
	border: 1px solid #e0e0e0;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	margin: 0;
	padding: .5em 1em;
	position: relative;
	z-index: 0
}

.wp-block-woocommerce-product-details ul.wc-tabs li a {
	display: inline-block;
	font-weight: 700;
	text-decoration: none
}

.wp-block-woocommerce-product-details ul.wc-tabs li a:hover {
	text-decoration: none
}

.wp-block-woocommerce-product-details ul.wc-tabs li.active {
	z-index: 2
}

.wp-block-woocommerce-product-details ul.wc-tabs li.active a {
	text-shadow: inherit
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
	position: relative
}

.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
	left: -1rem;
	right: unset;
	z-index: 1
}

.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
	width: auto
}

.wp-block-woocommerce-product-reviews img {
	max-width: 600px
}

.wp-block-woocommerce-product-reviews .submit {
	margin-top: 2rem
}

.wp-block-woocommerce-product-reviews__editor__row {
	align-items: center;
	display: flex;
	gap: 2rem
}

.wp-block-woocommerce-product-reviews__editor__row>span {
	flex-basis: 20%
}

.wp-block-woocommerce-product-reviews__editor__row .wp-block-woocommerce-product-reviews__editor__stars,
.wp-block-woocommerce-product-reviews__editor__row textarea {
	flex-grow: 1;
	margin-right: 1rem
}

.wp-block-woocommerce-product-reviews__editor__row textarea {
	flex-grow: 1;
	height: 8rem
}

.wp-block-woocommerce-product-reviews__editor__stars {
	display: inline-block;
	font-family: star;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	overflow: hidden;
	position: relative;
	width: 5.3em
}

.wp-block-woocommerce-product-reviews__editor__stars:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap
}

.wc-block-components-product-rating {
	display: block;
	line-height: 1
}

.wc-block-components-product-rating__stars {
	display: inline-block;
	font-family: star;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	overflow: hidden;
	position: relative;
	width: 5.3em
}

.wc-block-components-product-rating__stars:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap
}

.wc-block-components-product-rating__stars span {
	color: inherit;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-components-product-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap
}

.wc-block-components-product-rating__link {
	display: inline-block;
	font-size: .875em;
	height: 1.618em;
	text-align: inherit;
	width: 100%
}

.wc-block-all-products .wc-block-components-product-rating {
	margin-bottom: 12px;
	margin-top: 0
}

.wc-block-single-product .wc-block-components-product-rating__stars {
	margin: 0
}

.wc-block-all-products .is-loading .wc-block-components-product-rating,
.wp-block-query .is-loading .wc-block-components-product-rating {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 7em;
	z-index: 1
}

.wc-block-all-products .is-loading .wc-block-components-product-rating>*,
.wp-block-query .is-loading .wc-block-components-product-rating>* {
	visibility: hidden
}

.wc-block-all-products .is-loading .wc-block-components-product-rating:after,
.wp-block-query .is-loading .wc-block-components-product-rating:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wc-block-all-products .is-loading .wc-block-components-product-rating,
	.wp-block-query .is-loading .wc-block-components-product-rating {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-product-sale-badge {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 3px;
	box-sizing: border-box;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	margin: 0 auto 12px;
	padding: .25em .75em;
	position: static;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	z-index: 9
}

.wc-block-components-product-sale-badge span {
	background-color: inherit;
	color: inherit
}

.wc-block-components-product-sku {
	display: block;
	font-size: .875em;
	overflow-wrap: break-word;
	text-transform: uppercase
}

.wc-block-components-product-stock-indicator {
	display: block;
	font-size: .875em;
	margin-bottom: .75em;
	margin-top: 0
}

.wc-block-components-product-summary {
	margin-bottom: 12px;
	margin-top: 0
}

.is-loading .wc-block-components-product-summary:before {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	content: ".";
	display: block;
	height: 6em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.is-loading .wc-block-components-product-summary:before>* {
	visibility: hidden
}

.is-loading .wc-block-components-product-summary:before:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-summary:before {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-product-title {
	display: block;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
	margin-top: 0;
	padding: 0
}

.wc-block-components-product-title a {
	color: inherit;
	font-size: inherit
}

.is-loading .wc-block-components-product-title:before {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	content: ".";
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 7em;
	z-index: 1
}

.is-loading .wc-block-components-product-title:before>* {
	visibility: hidden
}

.is-loading .wc-block-components-product-title:before:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@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 {
	align-items: center;
	color: #757575;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 40px 0;
	padding: 40px 0;
	text-align: center
}

.wc-block-components-error__header {
	color: #646970;
	font-size: 2em;
	margin: 0
}

.wc-block-components-error__image {
	margin: 0 0 24px;
	width: 25%
}

.wc-block-components-error__text {
	color: #8c8f94;
	font-size: 1.25em;
	margin: 1em 0 0;
	max-width: 60ch
}

.wc-block-components-error__message {
	color: #8c8f94;
	font-style: italic;
	margin: 1em auto 0;
	max-width: 60ch
}

.wc-block-error__button {
	margin: 40px 0 0
}

.wc-block-components-button:not(.is-link) {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 3em;
	position: relative;
	text-align: center;
	transition: box-shadow .1s linear
}

.wc-block-components-button:not(.is-link):focus {
	box-shadow: 0 0 0 2px #0675c4;
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
	outline: 3px solid transparent
}

.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-spinner+.wc-block-components-button__text {
	visibility: hidden
}

.wc-block-components-button:not(.is-link).text {
	color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
	opacity: .9
}

.wc-block-components-button:not(.is-link).outlined {
	background: 0 0;
	color: currentColor
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
	box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
	background-color: #1e1e1e;
	color: #fff
}

.wc-block-components-button:not(.is-link).outlined:hover {
	background-color: #1e1e1e;
	color: #fff;
	opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 700;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1;
	padding: 0 1em;
	text-decoration: inherit;
	text-decoration: none;
	text-transform: inherit;
	text-transform: none
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
	box-shadow: 0 0 0 2px #0675c4;
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
	outline: 3px solid transparent
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
	color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
	opacity: .9
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:active,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:disabled,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:focus,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:hover {
	background-color: #1e1e1e;
	color: #fff
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:hover {
	opacity: .9
}

.wc-block-components-form {
	counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0 0 0 24px;
	position: relative
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-components-checkout-step {
	padding-left: 0
}

.wc-block-components-checkout-step--disabled {
	opacity: .6
}

.wc-block-components-checkout-step__container {
	position: relative
}

.wc-block-components-checkout-step__content>* {
	margin-bottom: 1em
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
	margin-bottom: 0;
	padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: space-between;
	margin: .75em 0 1em;
	position: relative
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,
.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .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 {
	color: inherit;
	font-weight: 700
}

.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 {
	background: 0 0;
	border: 0;
	border-radius: 0;
	content: " " counter(checkout-step) ".";
	content: " " counter(checkout-step) "." /"";
	counter-increment: checkout-step;
	left: -24px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	vertical-align: baseline;
	white-space: nowrap;
	width: 24px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
	border-left: 1px solid;
	content: "";
	height: 100%;
	left: -24px;
	opacity: .3;
	position: absolute;
	top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
	content: counter(checkout-step) ". ";
	content: counter(checkout-step) ". " /"";
	left: auto;
	position: static;
	top: auto;
	transform: none
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
	content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
	font-size: 1em;
	line-height: 24px;
	margin: 0 12px 0 0
}

.wc-block-components-order-summary .wc-block-components-panel__button {
	margin-top: 0;
	padding-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
	margin-bottom: 0
}

.wc-block-components-order-summary__content {
	display: table;
	width: 100%
}

.wc-block-components-order-summary-item {
	display: flex;
	font-size: .875em;
	padding-bottom: 1px;
	padding-top: 16px;
	position: relative;
	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 {
	padding-bottom: 16px;
	position: relative;
	width: 48px
}

.wc-block-components-order-summary-item__image>img {
	max-width: 48px;
	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;
	justify-content: center;
	line-height: 1;
	min-height: 20px;
	min-width: 20px;
	padding: 0 .4em;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	white-space: nowrap;
	z-index: 1
}

.wc-block-components-order-summary-item__description {
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 12px
}

.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: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	display: inline-block;
	height: 24px;
	margin: 0 4px 2px;
	max-height: 24px;
	max-width: 38px;
	padding: 0;
	width: auto
}

.wc-block-components-payment-method-icons--align-left {
	justify-content: flex-start
}

.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 {
	justify-content: flex-end
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
	margin-left: 8px;
	margin-right: 0
}

.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 {
	margin: -2px 4px 0 0;
	vertical-align: middle
}

.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;
	line-height: 1;
	list-style: none outside;
	margin: 24px 0;
	text-align: center
}

.wc-block-components-checkout-policies__item {
	display: inline-block;
	list-style: none outside;
	margin: 0;
	padding: 0 .25em
}

.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 {
	border: 1px solid;
	border-radius: 2px;
	display: inline-block;
	font-size: .75em;
	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
}

img.wc-block-components-product-image[alt=""] {
	border: 1px solid #f2f2f2
}

.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 {
	fill: currentColor;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.rtl .wc-block-components-checkout-return-to-cart-button svg {
	transform: translateY(-50%) scale(-1)
}

.wc-block-components-shipping-calculator-address {
	margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
	margin-top: 1.5em;
	width: 100%
}

.wc-block-components-shipping-calculator {
	padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package {
	margin: 0;
	position: relative
}

.wc-block-components-shipping-rates-control__package: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-shipping-rates-control__package.wc-block-components-panel {
	margin-bottom: 0
}

.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:last-child {
	position: relative
}

.wc-block-components-shipping-rates-control__package:last-child:after {
	border-style: solid;
	border-width: 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button {
	padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
	padding-bottom: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
	margin-bottom: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
	padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group {
	font-size: .875em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group {
	color: #757575;
	font-size: .75em
}

.wc-block-components-shipping-rates-control__package-items {
	display: block;
	font-size: .875em;
	list-style: none;
	margin: 0;
	padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
	display: inline-block;
	margin: 0;
	overflow-wrap: anywhere;
	padding: 0;
	word-break: break-word;
	-ms-word-break: break-all
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
	content: ", ";
	white-space: pre
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
	margin-top: 0;
	padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
	padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
	display: flex;
	margin-bottom: 0;
	width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
	flex-grow: 1;
	margin-bottom: 0;
	margin-top: 0
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	flex-shrink: 0;
	height: 3em;
	margin-left: 8px;
	padding-left: 24px;
	padding-right: 24px;
	white-space: nowrap
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
	margin: 0
}

.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;
	border: 0;
	margin: 0;
	padding: 0
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address {
	display: block;
	margin-top: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
	margin-top: 12px
}

.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__link {
	font-weight: 400
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline
}

.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: 0 0;
	opacity: .8
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline
}

.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: 0 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
	list-style: none outside;
	margin: 0;
	padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
	list-style: none outside;
	margin: 0 0 4px;
	padding: 0
}

.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: 0 0;
	border: none;
	cursor: pointer;
	padding: 0;
	text-decoration: underline
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,
.wc-block-components-checkbox-list.is-loading li>* {
	visibility: hidden
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@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 {
	align-items: center;
	border: 0;
	border-radius: 0;
	color: inherit;
	display: inline-flex;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1;
	margin: 0 .365em .365em 0;
	max-width: 100%;
	padding: .25em .5em;
	text-decoration: inherit;
	text-transform: inherit
}

.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
	background: 0 0;
	border: 1px solid;
	color: inherit
}

.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: .25em
}

.wc-block-components-chip .wc-block-components-chip__text {
	flex-grow: 1;
	font-size: .875em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
	padding-right: .5em
}

.wc-block-components-chip .wc-block-components-chip__remove {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #e0e0e0;
	border: 0;
	border-radius: 25px;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	width: 16px
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
	fill: #1e1e1e
}

.theme-twentytwentyone .wc-block-components-chip,
.theme-twentytwentyone .wc-block-components-chip:active,
.theme-twentytwentyone .wc-block-components-chip:focus,
.theme-twentytwentyone .wc-block-components-chip:hover {
	background: #fff
}

.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
	background: 0 0
}

.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 {
	background: #949494
}

.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,
.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
	fill: #fff
}

.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
	fill: #fff;
	cursor: not-allowed
}

.wc-block-components-combobox .wc-block-components-combobox-control,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
	border: 0;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-transform: inherit;
	vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
	border: 0;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: inherit;
	text-transform: inherit;
	vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	background: #fff;
	border: 1px solid #50575e;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	color: inherit;
	color: #2b2d2f;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 400;
	height: 3em;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1;
	opacity: 1;
	outline: inherit;
	padding: 1.5em 16px .25em;
	text-align: left;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	text-transform: none;
	white-space: nowrap;
	width: 100%
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
	background-color: #fff;
	box-shadow: 0 0 0 1px #50575e;
	color: #2b2d2f;
	outline: 0
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	background-color: rgba(0, 0, 0, .1);
	border-color: hsla(0, 0%, 100%, .4);
	color: #fff
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
	background-color: rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
	color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
	background-color: #fff;
	border: 1px solid #50575e;
	border-top: 0;
	color: #2b2d2f;
	margin: 3em 0 0;
	max-height: 300px;
	min-width: 100%;
	overflow: auto;
	padding: 0;
	position: absolute;
	z-index: 10
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
	background-color: #1e1e1e;
	color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
	color: #757575;
	cursor: default;
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: .25em 16px
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
	background-color: #ddd
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
	background-color: rgba(0, 0, 0, .4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
	background-color: #00669e;
	color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-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;
	margin: 0 0 0 17px;
	max-width: calc(100% - 32px);
	overflow: hidden;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	transform: translateY(.75em);
	transform-origin: top left;
	transition: all .2s ease;
	white-space: nowrap;
	z-index: 1
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
	color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
	.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
		transition: none
	}
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
	transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
	color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
	border-color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
	box-shadow: 0 0 0 1px #cc1818
}

.wc-block-components-country-input {
	margin-top: 1.5em
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes slidein {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(-480px)
	}
}

@keyframes slidein {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(-480px)
	}
}

@media only screen and (max-width:480px) {
	@-webkit-keyframes slidein {
		0% {
			transform: translateX(0)
		}

		to {
			transform: translateX(-100vw)
		}
	}

	@keyframes slidein {
		0% {
			transform: translateX(0)
		}

		to {
			transform: translateX(-100vw)
		}
	}
}

.wc-block-components-drawer__screen-overlay {
	background-color: rgba(95, 95, 95, .35);
	bottom: 0;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .3s;
	z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
	transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: fadein;
	animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
	opacity: 0;
	pointer-events: none
}

.wc-block-components-drawer {
	background: #fff;
	display: block;
	height: 100%;
	left: 100%;
	position: relative;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(-480px);
	width: 480px
}

.wc-block-components-drawer:after {
	border-style: solid;
	border-width: 0 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

@media only screen and (max-width:480px) {
	.wc-block-components-drawer {
		transform: translateX(-100vw);
		width: 100vw
	}
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
	transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: slidein;
	animation-name: slidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
	transform: translateX(0)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wc-block-components-drawer,
	.wc-block-components-drawer__screen-overlay {
		-webkit-animation-name: none !important;
		animation-name: none !important;
		transition: none !important
	}
}

.wc-block-components-drawer .components-modal__content {
	padding: 40px 16px
}

.wc-block-components-drawer .components-modal__header {
	position: relative
}

.wc-block-components-drawer .components-modal__header .components-button {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: inherit;
	margin: -1em;
	opacity: .6;
	padding: 1em;
	position: absolute;
	right: 8px;
	top: 0;
	vertical-align: baseline;
	z-index: 2
}

.wc-block-components-drawer .components-modal__header .components-button:active,
.wc-block-components-drawer .components-modal__header .components-button:focus,
.wc-block-components-drawer .components-modal__header .components-button:hover {
	opacity: 1
}

.wc-block-components-drawer .components-modal__header .components-button>span {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px
}

.wc-block-components-drawer .components-modal__header-heading {
	border: 0;
	border-radius: 0;
	font-size: 1.25rem;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word
}

.wc-filter-element-label-list-count:before {
	content: " ("
}

.wc-filter-element-label-list-count:after {
	content: ")"
}

.wc-block-filter-title-placeholder {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 1.625em;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	margin-bottom: 12px;
	margin-top: 12px;
	max-width: 100% !important;
	max-width: -webkit-max-content !important;
	max-width: -moz-max-content !important;
	max-width: max-content !important;
	min-width: 80px;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-filter-title-placeholder>* {
	visibility: hidden
}

.wc-block-filter-title-placeholder:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-filter-title-placeholder {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title,
.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,
.wc-block-filter-title-placeholder .wc-block-price-filter__title,
.wc-block-filter-title-placeholder .wc-block-rating-filter__title,
.wc-block-filter-title-placeholder .wc-block-stock-filter__title {
	height: 1em;
	margin: 0
}

.wc-block-components-filter-reset-button {
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-size: .875em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline
}

.wc-block-components-filter-reset-button:active,
.wc-block-components-filter-reset-button:focus,
.wc-block-components-filter-reset-button:hover {
	background: 0 0
}

.wc-block-components-filter-reset-button:hover {
	color: inherit;
	text-decoration: none
}

.wc-block-components-filter-reset-button[disabled] {
	cursor: not-allowed
}

.wc-block-components-filter-submit-button {
	border: none;
	display: block;
	margin-left: auto;
	white-space: nowrap
}

.wc-block-components-filter-submit-button.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	line-height: normal;
	margin-top: 16px;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: 1
}

.wc-block-components-filter-submit-button.is-loading>* {
	visibility: hidden
}

.wc-block-components-filter-submit-button.is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-filter-submit-button.is-loading {
		-webkit-animation: none;
		animation: none
	}
}

.wc-blocks-components-form-token-field-wrapper .components-popover {
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	z-index: z-index(".components-popover")
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,
.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis] {
	opacity: 1
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: z-index(".components-popover") !important
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow) {
	margin-left: 2px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
	border: 8px solid #ccc
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before {
	border-color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after {
	border: 8px solid #fff
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
	content: "";
	height: 0;
	line-height: 0;
	position: absolute;
	width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top] {
	margin-top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
	bottom: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
	bottom: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-style: solid;
	margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
	margin-top: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
	top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
	top: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top: none;
	margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
	margin-left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
	right: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
	right: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
	border-bottom-color: transparent;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
	margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
	left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
	left: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
	border-bottom-color: transparent;
	border-left: none;
	border-right-style: solid;
	border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top] {
	bottom: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom] {
	top: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle] {
	align-items: center;
	display: flex
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
	margin-top: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom {
	margin-top: -12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
	margin-left: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
	margin-right: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__content {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 .7px 1px rgba(0, 0, 0, .1), 0 1.2px 1.7px -.2px rgba(0, 0, 0, .1), 0 2.3px 3.3px -.5px rgba(0, 0, 0, .1);
	height: 100%
}

.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	border: 1px solid #1e1e1e;
	box-shadow: none
}

.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	height: auto;
	overflow-y: auto;
	position: absolute
}

.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	border: none;
	border-top: 1px solid #1e1e1e;
	height: calc(100% - 48px);
	min-width: auto;
	overflow-y: visible;
	position: static
}

.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	bottom: 100%
}

.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	left: 50%;
	transform: translateX(-50%)
}

.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	left: 100%;
	position: absolute
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	margin-left: -25px
}

.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	position: absolute;
	right: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	margin-right: -25px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header {
	align-items: center;
	background: #fff;
	display: flex;
	height: 48px;
	justify-content: space-between;
	padding: 0 8px 0 16px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button {
	z-index: z-index(".components-popover__close")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover {
	z-index: z-index(".components-tooltip")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content {
	min-width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content {
	background: #1e1e1e;
	border-radius: 2px;
	border-width: 0;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div {
	padding: 4px 8px
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
	display: inline-block;
	margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
	position: relative
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: z-index(".components-tooltip .event-catcher")
}

.wc-blocks-components-form-token-field-wrapper {
	border-color: #949494
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,
.wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	border-color: inherit;
	box-sizing: border-box;
	margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	position: relative
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
	min-height: 30px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
	background: #e0e0e0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token {
	border: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
	background-color: #fff;
	border: 1px solid #949494;
	border-top: 0 solid #949494;
	left: -1px;
	margin: 1px 0 0;
	position: absolute;
	right: -1px;
	top: 100%;
	z-index: 50
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty {
	display: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
	padding: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
	background: #f0f0f0;
	color: #2f2f2f
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token {
	margin-right: 0;
	position: relative;
	width: 100%;
	z-index: 1
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
	background: 0 0
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
	padding-left: 4px;
	width: 100%
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
	position: absolute
}

.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
	border: 1px solid #949494;
	margin: 0 2px 4px;
	padding: 0 5px;
	position: static
}

.wc-block-components-formatted-money-amount {
	white-space: nowrap
}

.wc-block-components-load-more {
	text-align: center;
	width: 100%
}

.wc-block-components-loading-mask {
	min-height: 34px;
	pointer-events: none;
	position: relative
}

.wc-block-components-loading-mask .components-spinner {
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
	opacity: .25
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
	-ms-grid-row-align: center;
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
	padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .6;
	padding: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover {
	opacity: 1
}

.wc-block-components-notice-banner>svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
	margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
	opacity: 1
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
	background-color: #cc1818;
	transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
	background-color: #f0b849;
	transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
	background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
	background-color: #007cba
}

.wc-block-components-pagination {
	margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis,
.wc-block-components-pagination__page {
	color: #333;
	display: inline-block;
	font-size: 1em;
	font-weight: 400
}

.wc-block-components-pagination__page {
	border-color: transparent;
	min-width: 2.2em;
	padding: .3em .6em
}

@media(max-width:782px) {
	.wc-block-components-pagination__page {
		min-width: 1.6em;
		padding: .1em .2em
	}
}

.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
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
	display: inline-block;
	transform: scaleX(-1)
}

.wc-block-components-price-slider {
	margin-bottom: 24px
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
	visibility: hidden
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,
	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,
	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount {
	display: 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 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0 !important;
	border-radius: 4px;
	clear: both;
	flex-grow: 1;
	height: 4px;
	margin: 15px 0;
	outline: none;
	padding: 0 !important;
	position: relative
}

.wc-block-components-price-slider__range-input-wrapper:before {
	background: currentColor;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .2;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-components-price-slider__range-input-wrapper.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	height: .5625em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-components-price-slider__range-input-wrapper.is-loading>* {
	visibility: hidden
}

.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider__range-input-wrapper.is-loading {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-price-slider__range-input-progress {
	--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: currentColor;
	background: var(--track-background);
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.wc-block-components-price-slider__controls {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin: 16px 0
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	border-radius: 4px;
	border-width: 1px;
	font-size: .875em;
	margin: 0;
	max-width: 80px;
	min-width: 0;
	padding: 8px;
	width: auto
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	max-width: 60px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0 !important;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: 1
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>* {
	visibility: hidden
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-price-slider__range-text {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 24px 0
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
	font-size: .875em
}

.wc-block-components-price-slider__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
	font-size: .875em;
	margin-left: 0;
	margin-top: 0
}

.wc-block-components-price-slider__range-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0 !important;
	display: block;
	height: 0;
	left: 0;
	margin: 0;
	outline: none;
	outline: none !important;
	padding: 0 !important;
	pointer-events: none;
	position: relative;
	position: absolute;
	top: 0;
	width: 100%
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: default;
	height: 1px;
	outline: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: -5px 0 0;
	padding: 0;
	pointer-events: auto;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
	background: #1e1e1e;
	border-color: #fff
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0 !important;
	margin: 0;
	outline: none;
	padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
	border: 0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: default;
	height: 1px;
	outline: 0
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0 !important;
	margin: 0;
	outline: none;
	padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	-moz-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
	background: #1e1e1e;
	border-color: #fff
}

.wc-block-components-price-slider__range-input::-ms-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
	background: #1e1e1e;
	border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
	background: #1e1e1e;
	border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
	background: #1e1e1e;
	border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
	background: #1e1e1e;
	border-color: #fff
}

.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 {
	background-position-x: left;
	margin-left: -2px
}

.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, 2px)
}

.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, 2px)
}

.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: 0 0;
		box-shadow: none;
		height: 24px
	}

	.wc-block-components-price-slider__range-input-progress {
		background: #af7dd1;
		top: 7px;
		width: 100%
	}

	.wc-block-components-price-slider__range-input {
		height: 24px;
		pointer-events: auto
	}

	.wc-block-components-price-slider__range-input::-ms-track {
		background: 0 0;
		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: 0 0
	}

	.wc-block-components-price-slider__range-input::-ms-tooltip {
		display: none
	}

	.wc-block-components-price-slider__range-input::-ms-thumb {
		pointer-events: auto;
		transform: translate(1px)
	}

	.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: 0 0
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
		background-color: currentColor !important;
		border: 0 !important;
		border-radius: .25rem;
		box-shadow: none;
		color: currentColor !important;
		display: block;
		line-height: 1;
		max-width: 100% !important;
		opacity: .15;
		outline: 0 !important;
		overflow: hidden !important;
		pointer-events: none;
		position: relative !important;
		width: 100%;
		z-index: 1
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
		visibility: hidden
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
		-webkit-animation: loading__animation 1.5s ease-in-out infinite;
		animation: loading__animation 1.5s ease-in-out infinite;
		background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
		background-repeat: no-repeat;
		content: " ";
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateX(-100%)
	}
}

@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-loading.is-disabled .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: 0 0;
		box-shadow: none;
		height: 24px
	}

	.wc-block-components-price-slider__range-input-progress {
		background: #af7dd1;
		top: 7px;
		width: 100%
	}

	.wc-block-components-price-slider__range-input {
		height: 24px;
		pointer-events: auto
	}

	.wc-block-components-price-slider__range-input::-ms-track {
		background: 0 0;
		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: 0 0
	}

	.wc-block-components-price-slider__range-input::-ms-tooltip {
		display: none
	}

	.wc-block-components-price-slider__range-input::-ms-thumb {
		pointer-events: auto;
		transform: translate(1px)
	}

	.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: 0 0
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
		background-color: currentColor !important;
		border: 0 !important;
		border-radius: .25rem;
		box-shadow: none;
		color: currentColor !important;
		display: block;
		line-height: 1;
		max-width: 100% !important;
		opacity: .15;
		outline: 0 !important;
		overflow: hidden !important;
		pointer-events: none;
		position: relative !important;
		width: 100%;
		z-index: 1
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
		visibility: hidden
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
		-webkit-animation: loading__animation 1.5s ease-in-out infinite;
		animation: loading__animation 1.5s ease-in-out infinite;
		background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
		background-repeat: no-repeat;
		content: " ";
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateX(-100%)
	}

	@media screen and (prefers-reduced-motion:reduce) {
		.wc-block-components-price-slider.is-loading.is-disabled .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: 0 0;
	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: 0 0;
	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 {
	color: inherit;
	display: block;
	margin: 0 auto 1em;
	max-width: 150px
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
	display: block;
	font-weight: 700;
	margin: 0
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
	display: block;
	margin: .25em 0 1em
}

.wc-block-grid__products {
	background-clip: padding-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px 16px;
	padding: 0
}

.wc-block-grid__product {
	border-bottom: 16px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	box-sizing: border-box;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: auto
}

.wc-block-grid__product.wc-block-grid__product {
	box-sizing: border-box
}

.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-bottom: 0;
	margin-top: auto;
	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.3333333333%;
	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.6666666667%;
	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.2857142857%;
	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 {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		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 {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		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 {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		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 {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		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 {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		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 {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		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 {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		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%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0
	}

	.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-3-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0
	}

	.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-4-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0
	}

	.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-5-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0
	}

	.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-6-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0
	}

	.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-7-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0
	}

	.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-8-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0
	}

	.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-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 {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	content: ".";
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 5em;
	z-index: 1
}

.is-loading .wc-block-components-product-price:before>* {
	visibility: hidden
}

.is-loading .wc-block-components-product-price:before:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@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 {
	border-radius: 4px;
	box-sizing: content-box;
	display: flex;
	margin: 0 0 .25em;
	position: relative;
	width: 107px
}

.wc-block-components-quantity-selector:after {
	border: 1px solid;
	border-radius: 4px;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .45;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	background: 0 0;
	border: 0;
	box-shadow: none;
	color: currentColor;
	flex: 1 1 auto;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	min-width: 40px;
	order: 2;
	padding: .4em 0;
	text-align: center;
	vertical-align: middle
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
	box-shadow: inset 0 0 1px 1px currentColor;
	outline: none
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
	opacity: .6
}

.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 {
	background: none transparent;
	border: 0;
	box-shadow: none;
	color: currentColor;
	cursor: pointer;
	font-size: .9em;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	min-width: 30px;
	opacity: .6;
	padding: 0;
	text-align: center;
	text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	box-shadow: inset 0 0 1px 1px currentColor;
	outline: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	opacity: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
	box-shadow: none;
	cursor: default;
	opacity: .6
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
	border-radius: 4px 0 0 4px;
	order: 1
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
	border-radius: 0 4px 4px 0;
	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;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 1em 0;
	padding: 0 0 0 2.25em;
	position: relative;
	text-decoration: inherit;
	text-transform: inherit
}

.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 {
	min-width: 50%;
	text-align: right
}

.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;
	left: 0;
	min-height: 24px;
	min-width: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5em
}

.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 {
	background-color: rgba(0, 0, 0, .1);
	border-color: hsla(0, 0%, 100%, .6)
}

.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 {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 60%;
	z-index: 1
}

.is-loading .wc-block-components-review-list-item__text>* {
	visibility: hidden
}

.is-loading .wc-block-components-review-list-item__text:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@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:before {
	content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
	visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@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:before {
	content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	font-size: 1em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 80px;
	z-index: 1
}

.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
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@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:before {
	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 {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	height: 1em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 120px;
	z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
	visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@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:before {
	content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item,
.wc-block-components-review-list-item__item {
	list-style: none;
	margin: 0 0 48px
}

.wc-block-components-review-list-item__info {
	-ms-grid-columns: 1fr;
	display: -ms-grid;
	display: grid;
	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
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
	-ms-grid-columns: calc(3em + 16px) 1fr;
	grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
	-ms-grid-column: 2;
	grid-column: 2
}

.wc-block-components-review-list-item__image {
	-ms-grid-row-span: 2;
	align-items: center;
	display: flex;
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1/3;
	height: 3em;
	justify-content: center;
	position: relative;
	width: 3em
}

.wc-block-components-review-list-item__image>img {
	display: block;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.wc-block-components-review-list-item__verified {
	bottom: -7px;
	height: 21px;
	line-height: 21px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: -7px;
	text-indent: 21px;
	width: 21px
}

.wc-block-components-review-list-item__verified:before {
	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;
	content: "";
	display: block;
	height: 21px;
	width: 21px
}

.wc-block-components-review-list-item__meta {
	align-items: center;
	display: flex;
	flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
	content: "";
	flex-basis: 100%;
	order: 3
}

.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
	display: block;
	font-weight: 700;
	margin-right: 8px;
	order: 1
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
	font-weight: 400;
	order: 4
}

.wc-block-components-review-list-item__published-date {
	order: 5
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date {
	padding-left: 8px;
	position: relative
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
	border-right: 1px solid;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: -8px;
	opacity: .5;
	position: absolute;
	top: calc(50% + .1em);
	transform: translateY(-50%);
	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 {
	display: block;
	font-family: star;
	font-size: 1em;
	font-weight: 400;
	height: 1em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 5.3em
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
	content: "SSSSS";
	float: left;
	left: 0;
	opacity: .25;
	position: absolute;
	top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
	color: #e6a237;
	content: "SSSSS";
	left: 0;
	position: absolute;
	top: 0
}

.wc-block-components-review-list-item__text p {
	font-size: inherit
}

.wc-block-components-review-list.wc-block-components-review-list {
	margin: 0
}

.wc-block-components-review-sort-select {
	text-align: right
}

.wc-block-components-sidebar-layout {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative
}

.wc-block-components-sidebar-layout .wc-block-must-login-prompt {
	display: block
}

.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 {
	border: 0;
	border-radius: 0;
	font-size: 1em;
	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-coupon-link,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 16px;
	padding-right: 16px
}

.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
	padding: 0
}

.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 {
	border: 0;
	border-radius: 0;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

.wc-block-components-skeleton {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%
}

.wc-block-components-skeleton-text-line {
	background: #e0e0e0;
	border-radius: 2em;
	height: .8em;
	position: relative;
	width: 100%
}

.wc-block-components-skeleton-text-line:last-child {
	width: 80%
}

.wc-block-components-notice-snackbar-list {
	bottom: 24px;
	box-sizing: border-box;
	left: 24px;
	pointer-events: none;
	position: fixed;
	right: 24px;
	z-index: 100000
}

.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
	border: 1px solid transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	display: inline-flex;
	margin: 24px 0 0;
	max-width: 600px;
	pointer-events: all;
	position: relative;
	width: auto
}

.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-default {
	border-color: #2f2f2f
}

@media(max-width:782px) {
	.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
		max-width: none;
		width: 100%
	}
}

.notice-transition-enter {
	max-height: 0
}

.notice-transition-enter.notice-transition-enter-active {
	max-height: 99em;
	transition: max-height .5s ease-in
}

.notice-transition-enter-done {
	max-height: auto
}

.notice-transition-exit {
	opacity: 1
}

.notice-transition-exit.notice-transition-exit-active {
	opacity: 0;
	transition: opacity .5s ease-in
}

.notice-transition-exit-done {
	opacity: 0
}

.wc-block-components-sort-select {
	margin-bottom: 12px
}

.wc-block-components-sort-select__label {
	display: inline-block;
	font-weight: 400;
	margin-right: 12px
}

.wc-block-components-sort-select__select {
	font-size: inherit;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.wc-block-components-spinner {
	box-sizing: content-box;
	color: inherit;
	font-size: 1.25em;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%
}

.wc-block-components-spinner:after {
	-webkit-animation: spinner__animation 1s linear infinite;
	animation: spinner__animation 1s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: .2em solid;
	border-left: .2em solid transparent;
	border-radius: 50%;
	box-sizing: border-box;
	content: " ";
	height: 1em;
	left: 50%;
	margin: -.5em 0 0 -.5em;
	position: absolute;
	top: 50%;
	transform: translateZ(0) scale(.5);
	transform-origin: 50% 50%;
	width: 1em
}

.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 {
	background: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: inset 0 -1px currentColor;
	color: inherit;
	flex: auto;
	outline-offset: -1px;
	padding: 12px 16px;
	text-align: center;
	transition: box-shadow .1s linear
}

.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: 1px dotted currentColor;
	outline-offset: -1px
}

.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: 0 0
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.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;
	margin: .2em 0 -.2em;
	vertical-align: middle
}

.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-textarea {
	background-color: #fff;
	border: 1px solid #50575e;
	border-radius: 4px;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 1em;
	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;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word
}

.with-scroll-to-top__scroll-point {
	position: relative;
	top: -36px
}

.wc-block-components-express-payment {
	margin: auto;
	position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
	grid-gap: 10px;
	box-sizing: border-box;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(calc(33% - 10px), 1fr));
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
	margin: 0;
	width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
	height: 48px;
	width: 100%
}

@media(max-width:782px) {
	.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}

.wc-block-components-express-payment--checkout {
	margin-top: 15px
}

.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-radius: 5px 0 0;
	border-top: 1px solid;
	content: "";
	display: block;
	height: 4px;
	margin-right: 12px;
	opacity: .3;
	pointer-events: none;
	width: 10px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
	border-radius: 0 5px 0 0;
	border-right: 1px solid;
	border-top: 1px solid;
	content: "";
	display: block;
	flex-grow: 1;
	height: 4px;
	margin-left: 12px;
	opacity: .3;
	pointer-events: none
}

.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 {
	padding: 19px 24px 24px;
	position: relative
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
	border-radius: 0 0 5px 5px;
	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
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
	margin-bottom: 1em
}

.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 {
	align-items: center;
	display: flex;
	margin: 24px 0;
	padding: 0 24px;
	text-align: center
}

.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 {
	border-bottom: 1px solid;
	content: " ";
	flex: 1;
	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-notice.wc-block-checkout__no-payment-methods-notice {
	margin: 0 0 16px
}

.wc-block-card-elements {
	display: flex;
	width: 100%
}

.wc-block-card-elements .wc-block-components-validation-error {
	position: static
}

.wc-block-gateway-container {
	margin-bottom: 1.5em;
	position: relative;
	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 {
	background-color: #fff;
	border: 1px solid #50575e;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	cursor: text;
	font-family: inherit;
	font-size: 1em;
	height: 3em;
	line-height: 1.375;
	margin: 0;
	padding: .75em 0 .75em 16px;
	width: 100%
}

.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;
	cursor: text;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	left: 0;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.375;
	margin: 0 0 0 17px;
	max-width: calc(100% - 24px);
	overflow: hidden;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	top: 0;
	transform: translateY(.75em);
	transform-origin: top left;
	transition: transform .2s ease
}

@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 {
	margin-top: -24px;
	position: static
}

.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 {
	align-items: center;
	display: flex;
	justify-content: flex-start
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
	height: 24px;
	max-height: 24px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left;
	object-position: left
}

.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 {
	height: 28px;
	padding-top: 14px
}

.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
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	margin-top: 2em;
	max-width: 100% !important;
	min-height: 15em;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>* {
	visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
		-webkit-animation: none;
		animation: none
	}
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3 {
	display: none
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
	box-sizing: content-box;
	display: inline-block;
	margin-bottom: 2em;
	padding-right: 5%;
	text-align: center;
	vertical-align: top;
	width: 30%
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3) {
	padding-right: 0
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name {
	font-weight: 400
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
	display: block
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
	margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart {
	justify-content: center
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link) {
	background-color: #eee;
	color: #333;
	font-weight: 600;
	margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover {
	background-color: #d5d5d5;
	border-color: #d5d5d5;
	color: #333
}

@media(max-width:480px) {
	.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
		display: block;
		width: 100%
	}
}

.is-medium .wc-block-cart__sidebar,
.is-mobile .wc-block-cart__sidebar,
.is-small .wc-block-cart__sidebar {
	margin-bottom: 24px;
	order: 0
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
	font-size: inherit
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	background-color: currentColor;
	content: "";
	display: block;
	height: 5em;
	margin: 0 auto 2em;
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 5em;
	mask-size: 5em;
	width: 5em
}

.wp-block-woocommerce-empty-cart-block>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important
}

.wc-block-cart__submit {
	margin: 0 0 16px;
	position: relative
}

.wc-block-cart__submit-button {
	box-sizing: border-box;
	margin: 0;
	width: 100%
}

.wc-block-cart .wc-block-cart__submit-container {
	padding: 0
}

@media(min-width:783px) {
	.wc-block-cart .wc-block-cart__submit-container--sticky {
		display: none
	}
}

@media(max-width:782px) {
	.wc-block-cart .wc-block-cart__submit-container--sticky {
		background: #fff;
		bottom: 0;
		left: 0;
		padding: 16px;
		position: fixed;
		width: 100%;
		z-index: 9999
	}

	.wc-block-cart .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
	}
}

.wc-block-checkout-error {
	padding: 40px;
	text-align: center;
	width: 100%
}

.wc-block-checkout-error .wc-block-checkout-error__image {
	color: inherit;
	display: block;
	margin: 0 auto 1em;
	max-width: 150px
}

.wc-block-checkout-error .wc-block-checkout-error__title {
	display: block;
	font-weight: 700;
	margin: 0
}

.wc-block-checkout-error .wc-block-checkout-error__description {
	display: block;
	margin: .25em 0 1em
}

.wc-block-checkout-empty {
	padding: 40px;
	text-align: center;
	width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
	color: inherit;
	display: block;
	margin: 0 auto 1em;
	max-width: 150px
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
	display: block;
	font-weight: 700;
	margin: 0
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
	display: block;
	margin: .25em 0 1em
}

.wc-block-checkout__actions_row {
	align-items: center;
	display: flex;
	justify-content: space-between
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	height: auto;
	padding: 1em;
	width: 50%
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
	line-height: 24px
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
	fill: #fff;
	vertical-align: top
}

.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-large .wc-block-checkout__actions {
	padding: 1.5em 0;
	position: relative
}

.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-checkout__form {
	margin: 0;
	max-width: 100%
}

.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
	order: 1
}

.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 {
	clear: both;
	content: "";
	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
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option {
	margin: 0;
	padding: .75em 0 .75em 2.5em;
	position: relative
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option:after,
.wp-block-woocommerce-checkout-pickup-options-block .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__pickup-options .wc-block-components-shipping-rates-control__no-results-notice,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-shipping-rates-control__no-results-notice {
	margin: .75em 0
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control .wc-block-components-radio-control__input,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control .wc-block-components-radio-control__input {
	margin-top: 1px;
	top: auto;
	transform: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-layout,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-layout {
	display: block
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group {
	display: flex;
	width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group>:last-child,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group>:last-child {
	margin-left: auto
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group {
	display: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group {
	display: block
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group em,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group em {
	font-style: inherit;
	text-transform: uppercase
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group {
	background-color: #f0f0f0;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1em;
	margin-top: .5em;
	padding: 1px .75em;
	width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description,
.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
	display: block;
	margin: .75em 0;
	text-align: left;
	width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
	color: #757575
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description>svg,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description>svg {
	fill: currentColor;
	margin-top: -4px;
	vertical-align: middle
}

.wc-block-checkout__shipping-method-container {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	width: 100%
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option,
.wc-block-checkout__shipping-method-option {
	align-items: center;
	background-color: transparent;
	border: none;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: inherit;
	display: flex;
	flex-basis: 0;
	flex-direction: column;
	flex-grow: 1;
	gap: 4px;
	height: 100%;
	justify-content: center;
	min-height: 80px;
	outline: 1px solid currentColor;
	padding: 16px 12px
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),
.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus,
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,
.wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),
.wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),
.wc-block-checkout__shipping-method-option:focus,
.wc-block-checkout__shipping-method-option:hover {
	background-color: #d5d5d5;
	border-color: #d5d5d5;
	color: #333
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
	outline: 3px solid currentColor
}

.wc-block-checkout__shipping-method-option-icon {
	fill: currentColor
}

.wc-block-checkout__shipping-method-option-title {
	font-size: 1rem;
	font-weight: 700
}

.wc-block-checkout__shipping-method-option-price {
	font-size: .875rem
}

.wc-block-checkout__shipping-method-option-price em {
	font-style: inherit;
	text-transform: uppercase
}

.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__shipping-option .wc-block-components-radio-control__option {
	margin: 0;
	padding: .75em 0 .75em 2.5em;
	position: relative
}

.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
}

.wc-block-checkout__terms {
	margin: 1.5em 0
}

.wc-block-checkout__terms textarea {
	position: relative;
	top: -5px
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
	opacity: .6
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	color: inherit;
	display: block;
	flex-basis: 0;
	flex-grow: 1
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
	margin: 0;
	padding: 0
}

.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
	margin-bottom: 24px;
	order: 0
}

.wc-block-checkout__add-note {
	margin: 1.5em 0
}

.is-medium .wc-block-checkout__add-note,
.is-mobile .wc-block-checkout__add-note,
.is-small .wc-block-checkout__add-note {
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1em 0;
	position: relative
}

.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
}

.wp-block-woocommerce-checkout {
	margin: 0
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
	top: -96px
}

.wp-block-woocommerce-checkout.is-loading {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
	padding-left: 2.2641509434%;
	width: 35%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
	padding-right: 3.7735849057%;
	width: 65%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
	box-sizing: border-box;
	margin: 0
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	display: none;
	line-height: 1;
	margin: 0 0 1.5em;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>* {
	visibility: hidden
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
	.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
		-webkit-animation: none;
		animation: none
	}
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
	display: block;
	min-height: 10em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
	display: block;
	min-height: 24em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
	display: block;
	margin-left: 50%;
	min-height: 4em;
	width: 50%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
	display: block;
	min-height: 47em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
	border: 0;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-transform: inherit;
	vertical-align: baseline
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button {
	font-weight: 400
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
	padding-left: 16px;
	padding-right: 16px
}

@media only screen and (max-width:700px) {
	.wp-block-woocommerce-checkout.is-loading {
		flex-direction: column;
		margin: 0 auto 16px
	}

	.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
	.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
		padding: 0;
		width: 100%
	}

	.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
	.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link,
	.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
		padding-left: 0;
		padding-right: 0
	}
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
	border: 0;
	border-radius: 0;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

.wp-block-woocommerce-featured-category {
	background-color: transparent;
	border-color: transparent;
	box-sizing: border-box;
	color: #fff
}

.wc-block-featured-category {
	align-content: center;
	align-items: center;
	background-color: inherit;
	background-position: 50%;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%
}

.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
	background: inherit;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
	opacity: .1
}

.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
	opacity: .2
}

.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
	opacity: .3
}

.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
	opacity: .4
}

.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
	opacity: .5
}

.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
	opacity: .6
}

.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
	opacity: .7
}

.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
	opacity: .8
}

.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
	opacity: .9
}

.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
	opacity: 1
}

.wc-block-featured-category__selection {
	width: 100%
}

.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,
.wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
	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,
.wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
	margin-right: 0;
	text-align: right
}

.wc-block-featured-category.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wc-block-featured-category__description,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center
}

.wc-block-featured-category__description a,
.wc-block-featured-category__description a:active,
.wc-block-featured-category__description a:focus,
.wc-block-featured-category__description a:hover,
.wc-block-featured-category__price a,
.wc-block-featured-category__price a:active,
.wc-block-featured-category__price a:focus,
.wc-block-featured-category__price a:hover,
.wc-block-featured-category__title a,
.wc-block-featured-category__title a:active,
.wc-block-featured-category__title a:focus,
.wc-block-featured-category__title a:hover,
.wc-block-featured-category__variation a,
.wc-block-featured-category__variation a:active,
.wc-block-featured-category__variation a:focus,
.wc-block-featured-category__variation a:hover {
	color: #fff
}

.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
	color: inherit;
	padding: 0 48px 16px;
	width: 100%;
	z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__background-image {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	-o-object-fit: none;
	object-fit: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
	background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
	.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
		background-attachment: scroll
	}
}

@media(prefers-reduced-motion:reduce) {
	.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
		background-attachment: scroll
	}
}

.wc-block-featured-category__description {
	color: inherit
}

.wc-block-featured-category__description p {
	margin: 0
}

.wc-block-featured-category .wc-block-featured-category__title {
	color: inherit;
	margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title div {
	color: inherit
}

.wc-block-featured-category .wc-block-featured-category__title:before {
	display: none
}

.wc-block-featured-category__wrapper {
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	width: 100%
}

.wc-block-featured-category .wp-block-button.aligncenter {
	text-align: center
}

.wp-block-woocommerce-featured-product {
	background-color: transparent;
	border-color: transparent;
	box-sizing: border-box;
	color: #fff
}

.wc-block-featured-product {
	align-content: center;
	align-items: center;
	background-color: inherit;
	background-position: 50%;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%
}

.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
	background: inherit;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
	opacity: .1
}

.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
	opacity: .2
}

.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
	opacity: .3
}

.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
	opacity: .4
}

.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
	opacity: .5
}

.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
	opacity: .6
}

.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
	opacity: .7
}

.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
	opacity: .8
}

.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
	opacity: .9
}

.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
	opacity: 1
}

.wc-block-featured-product__selection {
	width: 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.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center
}

.wc-block-featured-product__description a,
.wc-block-featured-product__description a:active,
.wc-block-featured-product__description a:focus,
.wc-block-featured-product__description a:hover,
.wc-block-featured-product__price a,
.wc-block-featured-product__price a:active,
.wc-block-featured-product__price a:focus,
.wc-block-featured-product__price a:hover,
.wc-block-featured-product__title a,
.wc-block-featured-product__title a:active,
.wc-block-featured-product__title a:focus,
.wc-block-featured-product__title a:hover,
.wc-block-featured-product__variation a,
.wc-block-featured-product__variation a:active,
.wc-block-featured-product__variation a:focus,
.wc-block-featured-product__variation a:hover {
	color: #fff
}

.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
	color: inherit;
	padding: 0 48px 16px;
	width: 100%;
	z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__background-image {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	-o-object-fit: none;
	object-fit: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
	background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
	.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
		background-attachment: scroll
	}
}

@media(prefers-reduced-motion:reduce) {
	.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
		background-attachment: scroll
	}
}

.wc-block-featured-product__description {
	color: inherit
}

.wc-block-featured-product__description p {
	margin: 0
}

.wc-block-featured-product .wc-block-featured-product__title {
	color: inherit;
	margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title div {
	color: inherit
}

.wc-block-featured-product .wc-block-featured-product__title:before {
	display: none
}

.wc-block-featured-product__wrapper {
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	width: 100%
}

.wc-block-featured-product .wp-block-button.aligncenter {
	text-align: center
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
	border: 0;
	margin-top: 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 {
	line-height: 1.5;
	margin: 0
}

.wc-block-mini-cart__badge,
.wc-block-mini-cart__quantity-badge {
	align-items: center;
	display: flex
}

.wc-block-mini-cart__badge {
	background: 0 0;
	border: .15em solid;
	border-radius: 1em;
	box-sizing: border-box;
	color: inherit;
	font-size: .875em;
	font-weight: 600;
	height: 1.4285714286em;
	justify-content: center;
	margin-left: -.7142857143em;
	min-width: 1.4285714286em;
	padding: 0 .25em;
	transform: translateY(-50%);
	white-space: nowrap;
	z-index: 1
}

.wc-block-mini-cart__icon {
	display: block;
	height: 1.5em;
	width: 1.5em
}

html[dir=rtl] .wc-block-mini-cart__icon {
	transform: scaleX(-1)
}

.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 0 2em
}

.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 {
	text-align: right;
	width: 100px
}

.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 {
	margin: 0;
	width: 100%
}

.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 {
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-size: .75em;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	text-transform: none;
	vertical-align: baseline;
	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: 0 0
}

.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;
	line-height: inherit;
	text-align: right
}

.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 {
	margin: 0
}

.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span,
.wc-block-mini-cart__drawer.is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading th span {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100% !important;
	min-width: 84px;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-cart--is-loading h2 span>*,
.wc-block-cart--is-loading th span>*,
.wc-block-mini-cart__drawer.is-loading h2 span>*,
.wc-block-mini-cart__drawer.is-loading th span>* {
	visibility: hidden
}

.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after,
.wc-block-mini-cart__drawer.is-loading h2 span:after,
.wc-block-mini-cart__drawer.is-loading th span:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wc-block-cart--is-loading h2 span,
	.wc-block-cart--is-loading th span,
	.wc-block-mini-cart__drawer.is-loading h2 span,
	.wc-block-mini-cart__drawer.is-loading th span {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-cart--is-loading h2 span:before,
.wc-block-cart--is-loading th span:before,
.wc-block-mini-cart__drawer.is-loading h2 span:before,
.wc-block-mini-cart__drawer.is-loading th span:before {
	content: " "
}

.wc-block-cart--is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading h2 span {
	min-width: 33%
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-cart--is-loading .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-metadata>*,
.wc-block-cart--is-loading .wc-block-components-product-price>*,
.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>* {
	visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-metadata:after,
.wc-block-cart--is-loading .wc-block-components-product-price:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wc-block-cart--is-loading .wc-block-components-product-metadata,
	.wc-block-cart--is-loading .wc-block-components-product-price,
	.wc-block-cart--is-loading .wc-block-components-quantity-selector,
	.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
	.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
	.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-cart--is-loading .wc-block-components-product-name,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100% !important;
	min-width: 84px;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-name>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>* {
	visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wc-block-cart--is-loading .wc-block-components-product-name,
	.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-cart--is-loading .wc-block-components-product-name:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
	content: " "
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
	margin-top: .25em;
	min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
	visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>* {
	visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wc-block-cart--is-loading .wc-block-cart-item__image>a,
	.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
	display: block;
	margin-top: .25em;
	max-width: 3em
}

.wc-block-cart--is-loading .wc-block-components-product-price:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
	content: " "
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	min-height: 460px;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>* {
	visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
	.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
	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 {
	align-items: flex-end;
	display: flex;
	flex-direction: column
}

.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:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row {
	position: relative
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-small table.wc-block-cart-items:not(.wc-block-mini-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,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
	-ms-grid-columns: 80px 132px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 80px 132px;
	padding: 16px 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-span: 2;
	-ms-grid-column-align: stretch;
	-ms-grid-column: 2;
	grid-column-end: 4;
	grid-column-start: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	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-row-align: end;
	align-self: end;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 2;
	grid-row-start: 2;
	padding-right: 16px;
	padding-top: 16px;
	vertical-align: bottom
}

.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 {
	margin-bottom: 3em
}

.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 {
	padding: 16px 0 16px 16px;
	position: relative;
	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;
	margin: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-size: .75em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 600;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: .25rem 0;
	text-align: right;
	text-decoration: inherit;
	text-transform: inherit;
	text-transform: uppercase;
	vertical-align: baseline
}

.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 0 0
}

.is-large.wc-block-cart .wc-block-cart__payment-options:empty {
	padding: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
	display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
	box-sizing: border-box;
	margin: 0;
	min-height: 10em;
	padding-right: 3.7735849057%;
	width: 65%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	min-height: 15em;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>* {
	visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
		-webkit-animation: none;
		animation: none
	}
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
	box-sizing: border-box;
	margin: 0;
	min-height: 12em;
	padding-left: 2.2641509434%;
	width: 35%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	margin: 0 0 1em;
	max-width: 100% !important;
	min-height: 3em;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>* {
	visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
		-webkit-animation: none;
		animation: none
	}
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
	height: 20em
}

@media only screen and (max-width:700px) {
	.wp-block-woocommerce-cart.is-loading {
		padding-top: 16px
	}

	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
		flex-direction: column;
		margin: 0 auto 16px
	}

	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,
	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
		padding: 0;
		width: 100%
	}
}

.wc-block-mini-cart {
	display: inline-block
}

.wc-block-mini-cart__button {
	align-items: center;
	background-color: transparent;
	border: none;
	color: inherit;
	display: flex;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: .75em .5em
}

.wc-block-mini-cart__button:hover:not([disabled]) {
	opacity: .6
}

.wc-block-mini-cart__amount {
	display: none
}

.wc-block-mini-cart--preview .wc-block-mini-cart__amount {
	display: initial
}

.wc-block-mini-cart__tax-label {
	margin-right: .5em
}

@media screen and (min-width:768px) {
	.wc-block-mini-cart__amount {
		display: initial;
		font-size: inherit;
		font-weight: inherit;
		margin-right: 8px
	}
}

.modal-open .wc-block-mini-cart__button {
	pointer-events: none
}

.wc-block-mini-cart__drawer {
	font-size: 1rem
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices {
	margin: 16px 40px -16px 16px;
	margin-bottom: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice {
	margin-bottom: unset
}

.wc-block-mini-cart__drawer .components-modal__content {
	padding: 0;
	position: relative
}

.wc-block-mini-cart__drawer .components-modal__header {
	height: 56px;
	position: relative;
	position: absolute;
	right: 4px;
	top: 40px
}

.wc-block-mini-cart__drawer .components-modal__header button {
	margin: 0;
	right: 0;
	transform: translateY(-50%)
}

.wc-block-mini-cart__drawer .components-modal__header svg {
	fill: currentColor;
	display: block
}

.wp-block-woocommerce-mini-cart-contents {
	box-sizing: border-box;
	height: 100dvh;
	justify-content: center;
	padding: 0
}

:where(.wp-block-woocommerce-mini-cart-contents) {
	background: #fff
}

.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
	background: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: -webkit-fill-available;
	max-height: -moz-available;
	max-height: fill-available
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
	justify-content: center
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
	justify-content: space-between
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
	overflow-y: auto;
	padding: 40px 16px 16px
}

h2.wc-block-mini-cart__title {
	background: inherit;
	font-size: 2em;
	margin: 16px 16px -32px;
	-webkit-mask-image: linear-gradient(#000 calc(100% - 24px), transparent);
	mask-image: linear-gradient(#000 calc(100% - 24px), transparent);
	padding-bottom: 32px;
	z-index: 1
}

.wc-block-mini-cart__items {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow-y: auto;
	padding: 16px 16px 0
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
	margin-bottom: auto;
	margin-right: -16px;
	padding-right: 16px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
	padding-bottom: 8px;
	padding-top: 8px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
	content: none
}

.wc-block-mini-cart__footer {
	border-top: 1px solid #ddd;
	padding: 24px 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
	font-weight: 600;
	margin-bottom: 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
	display: none;
	font-size: .75em;
	font-weight: 400
}

@media only screen and (min-width:480px) {
	.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
		display: unset
	}
}

.wc-block-mini-cart__footer .block-editor-block-list__layout,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
	display: flex;
	gap: 16px
}

.wc-block-mini-cart__footer .block-editor-block-list__layout .wc-block-components-button,
.wc-block-mini-cart__footer .block-editor-block-list__layout .wp-block-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button {
	display: inline-flex;
	flex-grow: 1
}

.wc-block-mini-cart__footer .block-editor-block-list__layout .wc-block-components-button.outlined,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
	display: none
}

@media only screen and (min-width:480px) {

	.wc-block-mini-cart__footer .block-editor-block-list__layout .wc-block-components-button.outlined,
	.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
		display: inline-flex
	}
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
	margin-top: 16px
}

.wc-block-mini-cart__shopping-button {
	display: flex;
	justify-content: center
}

.wc-block-mini-cart__shopping-button a {
	border: 2px solid;
	color: currentColor;
	font-weight: 600;
	padding: 12px 24px;
	text-decoration: none
}

.wc-block-mini-cart__shopping-button a:focus,
.wc-block-mini-cart__shopping-button a:hover {
	background-color: #1e1e1e;
	border-color: #1e1e1e;
	color: #fff
}

.admin-bar .wp-block-woocommerce-mini-cart-contents {
	height: calc(100dvh - 46px);
	margin-top: 46px
}

@media only screen and (min-width:783px) {
	.admin-bar .wp-block-woocommerce-mini-cart-contents {
		height: calc(100dvh - 32px);
		margin-top: 32px
	}
}

.wc-block-mini-cart__add-to-cart-behaviour-toggle,
.wc-block-mini-cart__render-in-cart-and-checkout-toggle {
	width: 100%
}

.wc-block-components-checkbox {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin-top: 1.5em;
	text-decoration: inherit;
	text-transform: inherit
}

.wc-block-components-checkbox label {
	align-items: flex-start;
	display: flex;
	font-size: .875em;
	position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 2px solid #50575e;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 1em;
	height: 1.5em;
	margin: 0 1em 0 0;
	min-height: 1.5em;
	min-width: 1.5em;
	overflow: hidden;
	position: static;
	vertical-align: middle;
	width: 1.5em
}

.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]:focus {
	outline: 2px solid #50575e;
	outline-offset: 2px
}

.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] {
	background-color: rgba(0, 0, 0, .1);
	border-color: hsla(0, 0%, 100%, .6)
}

.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)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
	outline: 2px solid hsla(0, 0%, 100%, .6);
	outline-offset: 2px
}

.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
	color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
	border-color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
	outline: 2px solid #cc1818;
	outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #000;
	height: 1.125em;
	margin-left: .1875em;
	margin-top: .0625em;
	pointer-events: none;
	position: absolute;
	width: 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,
.wc-block-components-checkbox>span {
	line-height: 1.5em;
	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
}

.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.has-border.no-top-border {
	position: relative
}

.wc-block-components-panel.has-border.no-top-border: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-panel__button {
	border: 0;
	border-radius: 0;
	height: auto;
	line-height: 1;
	margin: .375em 0 0;
	padding: .375em 32px 0 0;
	position: relative;
	text-align: left;
	vertical-align: baseline;
	width: 100%;
	word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
	margin-bottom: .375em;
	padding-bottom: .375em
}

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
	background: 0 0;
	box-shadow: none;
	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-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[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-notices {
	display: block;
	margin: 1.5em 0
}

.wc-block-components-notices:first-child {
	margin-top: 0
}

.wc-block-components-notices:empty {
	margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice {
	display: flex;
	flex-wrap: nowrap;
	margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice a {
	text-decoration: underline
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
	background: transparent none;
	border: 0;
	color: currentColor;
	margin: 0 0 0 auto;
	outline: 0;
	padding: 0
}

.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 .components-notice__content>div:not(.components-notice__actions) :first-child {
	margin-top: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child {
	margin-bottom: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li {
	margin: .25em 0 0
}

.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice {
	margin-top: 1em
}

.theme-twentytwenty .wc-block-components-notices__notice,
.theme-twentytwentyone .wc-block-components-notices__notice {
	padding: 1.5rem 3rem
}

.wc-block-components-notices__snackbar {
	bottom: 20px;
	left: 16px;
	position: fixed;
	width: auto
}

@media(max-width:782px) {
	.wc-block-components-notices__snackbar {
		bottom: auto;
		left: 0;
		position: fixed;
		top: 10px
	}

	.wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
		margin-left: 10px;
		margin-right: 10px
	}
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
	margin-top: 1.5em;
	position: relative;
	white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
	color: inherit;
	color: #757575;
	cursor: text;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	left: 0;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.375;
	margin: 0 0 0 17px;
	max-width: calc(100% - 32px);
	overflow: hidden;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	top: 0;
	transform: translateY(.75em);
	transform-origin: top left;
	transition: transform .2s ease
}

.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] {
	background-color: #fff;
	border: 1px solid #50575e;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 1em;
	height: 3em;
	line-height: 1.375;
	margin: 0;
	min-height: 0;
	padding: .75em 0;
	text-indent: 16px;
	width: 100%
}

.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;
	box-shadow: 0 0 0 1px #50575e;
	color: #2b2d2f;
	outline: 0
}

.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);
	box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
	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
}

.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 {
	box-shadow: 0 0 0 1px #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.has-dark-controls .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:hover {
	border-color: #f18c8c
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:focus {
	box-shadow: 0 0 0 1px #f18c8c
}

.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
	color: #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,
.has-dark-controls .wc-block-components-text-input.has-error label {
	color: #f18c8c
}

.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child {
	margin-top: 1.5em
}

.wc-block-components-totals-wrapper {
	padding: 16px 0;
	position: relative
}

.wc-block-components-totals-wrapper: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-totals-wrapper.has-bottom-border:after {
	border-bottom-width: 1px
}

.wc-block-components-totals-wrapper:empty {
	padding: 0
}

.wc-block-components-totals-wrapper:empty:after {
	content: none
}

.wc-block-components-totals-wrapper.slot-wrapper {
	padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
	padding: 16px 0;
	position: relative
}

.wc-block-components-totals-wrapper.slot-wrapper>*>: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-totals-wrapper.slot-wrapper>*>:last-child:after {
	border-bottom-width: 0
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
	position: relative
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child: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-totals-item {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	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-validation-error {
	color: #cc1818;
	font-size: .75em;
	max-width: 100%;
	white-space: normal
}

.wc-block-components-validation-error>p {
	margin: 0;
	padding: 4px 0 0
}

.has-dark-mode-palette .wc-block-components-validation-error {
	color: #f18c8c
}

.wc-block-components-select+.wc-block-components-validation-error {
	margin-bottom: 24px
}

.wp-block-woocommerce-active-filters h1,
.wp-block-woocommerce-active-filters h2,
.wp-block-woocommerce-active-filters h3,
.wp-block-woocommerce-active-filters h4,
.wp-block-woocommerce-active-filters h5,
.wp-block-woocommerce-active-filters h6 {
	text-transform: inherit
}

.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title {
	height: 1em
}

.wc-block-active-filters {
	margin-bottom: 24px;
	overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
	background: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline;
	float: right;
	font-family: inherit;
	font-size: inherit;
	font-size: .875em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 15px 0 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline
}

.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: 0 0
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
	color: inherit;
	text-decoration: none
}

.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: 0 0;
	color: inherit
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	display: inline-block;
	float: right;
	height: 1em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 80px;
	z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>* {
	visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-active-filters .wc-block-active-filters__list {
	clear: both;
	list-style: none outside;
	margin: 0 0 4px;
	padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-top: 12px
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 10px
}

.wc-block-active-filters .wc-block-active-filters__list li {
	list-style: none outside;
	margin: 9px 0 0;
	padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
	list-style: none outside;
	margin: 0;
	padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list>li:first-child,
.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 li.show-loading-state-list {
	display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	display: inline-block;
	height: 1em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>* {
	visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips {
	display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 13px;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	display: inline-block;
	height: 1em;
	line-height: 1;
	margin-right: 15px !important;
	max-width: 100% !important;
	min-width: 70px;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>* {
	visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span {
	margin-right: 0 !important
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3) {
	flex-grow: 1;
	max-width: 200px
}

.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name {
	margin: 9px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
	display: block;
	font-size: .75em;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 16px 0 0;
	text-transform: uppercase
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
	font-style: italic;
	font-weight: 400
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
	align-items: center;
	display: flex;
	font-size: .875em;
	padding: 0;
	position: relative
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #e0e0e0;
	border: 0;
	border-radius: 25px;
	color: currentColor;
	font-size: .75em;
	height: 16px;
	line-height: 16px;
	margin: 0 .5em 0 0;
	padding: 0;
	width: 16px
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
	background: #949494
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon {
	fill: #fff
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled {
	color: #e0e0e0;
	cursor: not-allowed
}

.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 {
	margin-bottom: .1875em;
	margin-top: .1875em
}

.wp-block-woocommerce-attribute-filter {
	border-style: none !important
}

.wp-block-woocommerce-attribute-filter h1,
.wp-block-woocommerce-attribute-filter h2,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-attribute-filter h4,
.wp-block-woocommerce-attribute-filter h5,
.wp-block-woocommerce-attribute-filter h6 {
	text-transform: inherit
}

.wc-block-attribute-filter {
	border-color: inherit;
	border-radius: inherit;
	margin-bottom: 16px
}

.wc-block-attribute-filter .is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	height: 1em;
	line-height: 1;
	margin-top: 16px;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-attribute-filter .is-loading>* {
	visibility: hidden
}

.wc-block-attribute-filter .is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-attribute-filter .is-loading {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-attribute-filter.style-dropdown {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	position: relative
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 0
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 1
}

.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button {
	height: 36px;
	line-height: 1
}

.wc-block-attribute-filter.style-dropdown>svg {
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%)
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
	margin: 0;
	width: 100%
}

.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-blocks-components-form-token-field-wrapper {
	flex-grow: 1;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	max-width: unset;
	width: 0
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
	border: 1px solid #757575 !important;
	border-radius: 4px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
	border-radius: .25em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
	border-radius: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	border: 0;
	border-radius: inherit;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 8px;
	text-decoration: inherit;
	text-transform: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
	font-size: .875em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
	color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
	color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
	color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
	border: 1px solid #757575;
	border-radius: 4px;
	margin-top: 8px;
	max-height: 21em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	margin: 12px;
	padding: 12px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
	font-size: .875em
}

.wc-block-attribute-filter__conditions-toggle,
.wc-block-attribute-filter__display-toggle,
.wc-block-attribute-filter__multiple-toggle {
	width: 100%
}

.wc-block-attribute-filter__instructions {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 1em
}

.wc-block-attribute-filter__selection {
	padding-top: 1em
}

.woocommerce-product-attributes .woocommerce-search-list__search .components-base-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;
	text-decoration: inherit;
	text-transform: inherit
}

.wc-block-attribute-filter__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
	margin-left: 0
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled {
	cursor: auto;
	opacity: .6
}

.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
	font-size: .875em;
	margin-top: 0
}

.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
	margin-top: 1em
}

.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,
.wc-block-attribute-filter__button.wc-block-attribute-filter__button {
	font-size: .875em;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	padding: .5em 1em;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.woocommerce.wc-block-breadcrumbs {
	font-size: inherit
}

.woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb {
	display: block;
	margin: auto
}

.woocommerce.wc-block-catalog-sorting form {
	float: none
}

.woocommerce.wc-block-catalog-sorting select.orderby {
	font-size: inherit
}

.woocommerce.wc-block-catalog-sorting.has-text-color select.orderby {
	color: inherit
}

.woocommerce.wc-block-catalog-sorting .woocommerce-ordering {
	margin: auto
}

.wp-block-woocommerce-customer-account a {
	align-items: center;
	color: currentColor !important;
	display: flex;
	text-decoration: none !important
}

.wp-block-woocommerce-customer-account a:hover {
	text-decoration: underline !important
}

.wp-block-woocommerce-customer-account a .icon+.label,
.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon+.label {
	margin-left: 8px
}

.wp-block-woocommerce-customer-account a .icon {
	height: 1em;
	width: 1em
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
	height: 1.4375em;
	width: 1.4375em
}

:where(div[data-block-name="woocommerce/legacy-template"]) {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px
}

.wp-block-woocommerce-price-filter {
	border-color: #757575;
	border-radius: 4px;
	border-style: none !important
}

.wp-block-woocommerce-price-filter h1,
.wp-block-woocommerce-price-filter h2,
.wp-block-woocommerce-price-filter h3,
.wp-block-woocommerce-price-filter h4,
.wp-block-woocommerce-price-filter h5,
.wp-block-woocommerce-price-filter h6 {
	text-transform: inherit
}

.wc-block-price-filter,
.wc-block-price-filter__controls,
.wc-block-price-slider {
	border-color: inherit;
	border-radius: inherit
}

.wc-block-price-filter__controls input {
	border-color: inherit !important;
	border-radius: inherit !important;
	border-style: solid
}

.wc-block-price-filter__controls .input-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	height: 2em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 5.625em;
	z-index: 1
}

.wc-block-price-filter__controls .input-loading>* {
	visibility: hidden
}

.wc-block-price-filter__controls .input-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-price-filter__controls .input-loading {
		-webkit-animation: none;
		animation: none
	}
}

.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,
.wc-block-price-filter__button.wc-block-components-price-slider__button {
	font-size: .875em;
	padding: .5em 1em
}

.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 {
	clear: both;
	list-style: none outside;
	margin: 4px 0 4px 60px
}

.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 {
	border: 1px solid #eee;
	display: inline-block;
	margin: 0 .5em 0 -60px;
	max-width: 50px;
	padding: 0;
	position: relative;
	vertical-align: middle
}

.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 {
	background: currentColor;
	display: inline-block;
	height: 1em;
	min-width: 200px;
	opacity: .2;
	width: 50%
}

.wc-block-product-categories__button {
	align-items: center;
	display: flex;
	margin: 0;
	overflow: hidden;
	padding: 0 .5em;
	position: relative
}

.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
}

.color-block-support-panel .wc-block-feedback-prompt {
	grid-column: 1/-1
}

.woocommerce-product-query-panel__external-link {
	display: block;
	margin-top: 12px
}

.woocommerce-product-query-panel__external-link .components-external-link__icon {
	margin-left: 8px
}

.woocommerce.wc-block-product-results-count .woocommerce-result-count {
	float: none;
	font-size: inherit;
	margin: auto
}

.wc-block-product-search .wc-block-product-search__fields {
	display: flex
}

.wc-block-product-search .wc-block-product-search__field {
	flex-grow: 1;
	line-height: 1.8;
	padding: 6px 8px
}

.wc-block-product-search .wc-block-product-search__button {
	align-items: center;
	cursor: pointer;
	display: flex;
	margin: 0 0 0 6px;
	overflow: hidden;
	padding: 0 .5em;
	position: relative
}

.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-rating-filter.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	margin-top: 16px;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-rating-filter.is-loading>* {
	visibility: hidden
}

.wc-block-rating-filter.is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-rating-filter.is-loading {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-rating-filter.style-dropdown {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	position: relative
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 0
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 1
}

.wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button {
	height: 36px;
	line-height: 1
}

.wc-block-rating-filter.style-dropdown>svg {
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%)
}

.wc-block-rating-filter .wc-block-components-product-rating__stars {
	display: inline-block;
	height: 1em;
	line-height: 1
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper {
	flex-grow: 1;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	max-width: unset;
	width: 0
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
	border: 1px solid #757575 !important;
	border-radius: 4px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
	border-radius: .25em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
	border-radius: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	border: 0;
	border-radius: inherit;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 8px;
	text-decoration: inherit;
	text-transform: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
	font-size: .875em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
	color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
	color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
	color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
	border: 1px solid #757575;
	border-radius: 4px;
	margin-top: 8px;
	max-height: 21em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	margin: 12px;
	padding: 12px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
	font-size: .875em
}

.wc-block-rating-filter .wc-block-components-product-rating {
	margin-bottom: 0
}

.wp-block-woocommerce-rating-filter {
	margin-bottom: 24px
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,
.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label {
	cursor: pointer
}

.wc-block-rating-filter__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
	margin-top: 16px
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button {
	margin-left: 0
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled {
	cursor: auto;
	opacity: .6
}

.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
	font-size: .875em;
	margin-left: 0;
	margin-top: 0
}

.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,
.wc-block-rating-filter__actions .wc-block-rating-filter__button {
	font-size: .875em;
	margin-top: .5em;
	padding: .5em 1em
}

@-webkit-keyframes 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 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)
	}
}

@-webkit-keyframes loading__animation {
	to {
		transform: translateX(100%)
	}
}

@keyframes loading__animation {
	to {
		transform: translateX(100%)
	}
}

.wp-block-woocommerce-stock-filter h1,
.wp-block-woocommerce-stock-filter h2,
.wp-block-woocommerce-stock-filter h3,
.wp-block-woocommerce-stock-filter h4,
.wp-block-woocommerce-stock-filter h5,
.wp-block-woocommerce-stock-filter h6 {
	text-transform: inherit
}

.wc-block-stock-filter {
	margin-bottom: 24px
}

.wc-block-stock-filter.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	margin-top: 16px;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1
}

.wc-block-stock-filter.is-loading>* {
	visibility: hidden
}

.wc-block-stock-filter.is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-stock-filter.is-loading {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-stock-filter .wc-block-stock-filter-list {
	margin: 0
}

.wc-block-stock-filter .wc-block-stock-filter-list li label {
	cursor: pointer
}

.wc-block-stock-filter .wc-block-stock-filter-list li input {
	cursor: pointer;
	display: inline-block
}

.wc-block-stock-filter.style-dropdown {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	position: relative
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 0
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 1
}

.wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button {
	height: 36px;
	line-height: 1
}

.wc-block-stock-filter.style-dropdown>svg {
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%)
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper {
	flex-grow: 1;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	max-width: unset;
	width: 0
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
	border: 1px solid #757575 !important;
	border-radius: 4px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
	border-radius: .25em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
	border-radius: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	border: 0;
	border-radius: inherit;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 8px;
	text-decoration: inherit;
	text-transform: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
	font-size: .875em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
	color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
	color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
	color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
	border: 1px solid #757575;
	border-radius: 4px;
	margin-top: 8px;
	max-height: 21em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	margin: 12px;
	padding: 12px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
	font-size: .875em
}

.wc-block-stock-filter .wc-block-components-product-rating {
	margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
	padding: 4px 30px 4px 8px
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
	background-color: #fff;
	border: 1px solid;
	border-radius: 25px 0 0 25px;
	border-right: 0;
	line-height: 22px;
	padding: .25em .5em .25em .75em
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
	margin: .25em 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
	background-color: #fff;
	border: 1px solid;
	border-left: 0;
	border-radius: 0 25px 25px 0;
	padding: 1px .25em 0 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
	background-color: #e0e0e0;
	border-radius: 25px
}

.wc-block-stock-filter__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
	margin-top: 16px
}

.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
	font-size: .875em;
	margin-left: 0;
	margin-top: 0
}

.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,
.wc-block-stock-filter__actions .wc-block-stock-filter__button {
	font-size: .875em;
	margin-top: .5em;
	padding: .5em 1em
}

.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(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.gif) 50% center no-repeat;
	border-left: solid 1px #bbb
}

.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
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face{
    font-family: "Lovato";
    src : url(/build/greenmart/fonts/lovato/LovatoRegular.otf) format("opentype");
}

@font-face{
    font-family: "Lovato-Black";
    src : url(/build/greenmart/fonts/lovato/LovatoBlack.otf) format("opentype");
}

.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: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.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: #fff;
	--wc-secondary: #ebe9eb;
	--wc-secondary-text: #515151;
	--wc-highlight: #77a464;
	--wc-highligh-text: #fff;
	--wc-content-bg: #fff;
	--wc-subtext: #767676
}

/*@font-face {
	font-family: star;
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot);
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix) format("embedded-opentype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff) format("woff"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf) format("truetype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: WooCommerce;
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot);
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce) format("svg");
	font-weight: 400;
	font-style: normal
}*/

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: "";
	animation: spin 1s ease-in-out infinite;
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../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;
	transition: all ease-in-out .2s;
	font-family: WooCommerce;
	content: "\e00b";
	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: "\e008"
}

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;
	line-height: 1em;
	transition: all ease-in-out .2s;
	top: -.5em;
	right: -.5em;
	font-size: 1.618em !important
}

div.pp_woocommerce .pp_close:hover {
	background-color: #000
}

div.pp_woocommerce .pp_close:before {
	font-family: WooCommerce;
	content: "\e013";
	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;
	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: "\e00b";
	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: "\e008"
}

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;
	line-height: 1em;
	transition: all ease-in-out .2s;
	right: auto;
	left: -.5em;
	top: -.5em;
	font-size: 1.618em !important
}

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: "\e005";
	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: "\e004"
}

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(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.png) center right no-repeat
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.png) center left no-repeat
}

.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: '\f067';
	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 .product-add-to-cart .variations_form {
	margin: 15px 0
}

.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: 25px
}

.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: 14px
}

.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;
	min-width: 280px;
	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
	}
}

/*! This file is auto-generated */
.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none
}

body {
	--wp--preset--color--black: #000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #fff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
	--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
	--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
	--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
	--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
	--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
	--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
	--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
	--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: .44rem;
	--wp--preset--spacing--30: .67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
	gap: .5em
}

body .is-layout-flow>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em
}

body .is-layout-flow>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0
}

body .is-layout-flow>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em
}

body .is-layout-constrained>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0
}

body .is-layout-constrained>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
	max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
	display: flex
}

body .is-layout-flex {
	flex-wrap: wrap;
	align-items: center
}

body .is-layout-flex>* {
	margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em
}

.has-black-color {
	color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
	color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
	color: inherit
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em
}

.wp-block-pullquote {
	font-size: 1.5em;
	line-height: 1.6
}

.text-stroke,
.text-stroke--primary,
.text-stroke--secondary {
	-webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px) !important
}

.ext-absolute {
	position: absolute !important
}

.bring-to-front,
.ext .wp-block-image,
.ext-relative {
	position: relative !important
}

.ext-top-base {
	top: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-top-lg {
	top: var(--extendify--spacing--large, 3rem) !important
}

.ext--top-base {
	top: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--top-lg {
	top: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.ext-right-base {
	right: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-right-lg {
	right: var(--extendify--spacing--large, 3rem) !important
}

.ext--right-base {
	right: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--right-lg {
	right: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.ext-bottom-base {
	bottom: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-bottom-lg {
	bottom: var(--extendify--spacing--large, 3rem) !important
}

.ext--bottom-base {
	bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--bottom-lg {
	bottom: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.ext-left-base {
	left: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-left-lg {
	left: var(--extendify--spacing--large, 3rem) !important
}

.ext--left-base {
	left: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--left-lg {
	left: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.ext-order-1 {
	order: 1 !important
}

.ext-order-2 {
	order: 2 !important
}

.ext-col-auto {
	grid-column: auto !important
}

.ext-col-span-1 {
	grid-column: span 1/span 1 !important
}

.ext-col-span-2 {
	grid-column: span 2/span 2 !important
}

.ext-col-span-3 {
	grid-column: span 3/span 3 !important
}

.ext-col-span-4 {
	grid-column: span 4/span 4 !important
}

.ext-col-span-5 {
	grid-column: span 5/span 5 !important
}

.ext-col-span-6 {
	grid-column: span 6/span 6 !important
}

.ext-col-span-7 {
	grid-column: span 7/span 7 !important
}

.ext-col-span-8 {
	grid-column: span 8/span 8 !important
}

.ext-col-span-9 {
	grid-column: span 9/span 9 !important
}

.ext-col-span-10 {
	grid-column: span 10/span 10 !important
}

.ext-col-span-11 {
	grid-column: span 11/span 11 !important
}

.ext-col-span-12 {
	grid-column: span 12/span 12 !important
}

.ext-col-span-full {
	grid-column: 1/-1 !important
}

.ext-col-start-1 {
	grid-column-start: 1 !important
}

.ext-col-start-2 {
	grid-column-start: 2 !important
}

.ext-col-start-3 {
	grid-column-start: 3 !important
}

.ext-col-start-4 {
	grid-column-start: 4 !important
}

.ext-col-start-5 {
	grid-column-start: 5 !important
}

.ext-col-start-6 {
	grid-column-start: 6 !important
}

.ext-col-start-7 {
	grid-column-start: 7 !important
}

.ext-col-start-8 {
	grid-column-start: 8 !important
}

.ext-col-start-9 {
	grid-column-start: 9 !important
}

.ext-col-start-10 {
	grid-column-start: 10 !important
}

.ext-col-start-11 {
	grid-column-start: 11 !important
}

.ext-col-start-12 {
	grid-column-start: 12 !important
}

.ext-col-start-13 {
	grid-column-start: 13 !important
}

.ext-col-start-auto {
	grid-column-start: auto !important
}

.ext-col-end-1 {
	grid-column-end: 1 !important
}

.ext-col-end-2 {
	grid-column-end: 2 !important
}

.ext-col-end-3 {
	grid-column-end: 3 !important
}

.ext-col-end-4 {
	grid-column-end: 4 !important
}

.ext-col-end-5 {
	grid-column-end: 5 !important
}

.ext-col-end-6 {
	grid-column-end: 6 !important
}

.ext-col-end-7 {
	grid-column-end: 7 !important
}

.ext-col-end-8 {
	grid-column-end: 8 !important
}

.ext-col-end-9 {
	grid-column-end: 9 !important
}

.ext-col-end-10 {
	grid-column-end: 10 !important
}

.ext-col-end-11 {
	grid-column-end: 11 !important
}

.ext-col-end-12 {
	grid-column-end: 12 !important
}

.ext-col-end-13 {
	grid-column-end: 13 !important
}

.ext-col-end-auto {
	grid-column-end: auto !important
}

.ext-row-auto {
	grid-row: auto !important
}

.ext-row-span-1 {
	grid-row: span 1/span 1 !important
}

.ext-row-span-2 {
	grid-row: span 2/span 2 !important
}

.ext-row-span-3 {
	grid-row: span 3/span 3 !important
}

.ext-row-span-4 {
	grid-row: span 4/span 4 !important
}

.ext-row-span-5 {
	grid-row: span 5/span 5 !important
}

.ext-row-span-6 {
	grid-row: span 6/span 6 !important
}

.ext-row-span-full {
	grid-row: 1/-1 !important
}

.ext-row-start-1 {
	grid-row-start: 1 !important
}

.ext-row-start-2 {
	grid-row-start: 2 !important
}

.ext-row-start-3 {
	grid-row-start: 3 !important
}

.ext-row-start-4 {
	grid-row-start: 4 !important
}

.ext-row-start-5 {
	grid-row-start: 5 !important
}

.ext-row-start-6 {
	grid-row-start: 6 !important
}

.ext-row-start-7 {
	grid-row-start: 7 !important
}

.ext-row-start-auto {
	grid-row-start: auto !important
}

.ext-row-end-1 {
	grid-row-end: 1 !important
}

.ext-row-end-2 {
	grid-row-end: 2 !important
}

.ext-row-end-3 {
	grid-row-end: 3 !important
}

.ext-row-end-4 {
	grid-row-end: 4 !important
}

.ext-row-end-5 {
	grid-row-end: 5 !important
}

.ext-row-end-6 {
	grid-row-end: 6 !important
}

.ext-row-end-7 {
	grid-row-end: 7 !important
}

.ext-row-end-auto {
	grid-row-end: auto !important
}

.ext-m-0:not([style*=margin]) {
	margin: 0 !important
}

.ext-m-auto:not([style*=margin]) {
	margin: auto !important
}

.ext-m-base:not([style*=margin]) {
	margin: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-m-lg:not([style*=margin]) {
	margin: var(--extendify--spacing--large, 3rem) !important
}

.ext--m-base:not([style*=margin]) {
	margin: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--m-lg:not([style*=margin]) {
	margin: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.ext-mx-0:not([style*=margin]) {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.ext .alignwide,
.ext-mx-auto:not([style*=margin]) {
	margin-left: auto !important;
	margin-right: auto !important
}

.ext-mx-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem) !important;
	margin-right: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-mx-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large, 3rem) !important;
	margin-right: var(--extendify--spacing--large, 3rem) !important
}

.ext--mx-base:not([style*=margin]) {
	margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important;
	margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--mx-lg:not([style*=margin]) {
	margin-left: calc(var(--extendify--spacing--large, 3rem)*-1) !important;
	margin-right: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.ext .wp-block-group>*,
.ext-my-0:not([style*=margin]),
.wp-block-column.editor\:pointer-events-none {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.ext-my-auto:not([style*=margin]) {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.ext h2,
.ext-my-base:not([style*=margin]) {
	margin-top: var(--wp--style--block-gap, 1.75rem) !important;
	margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-my-lg:not([style*=margin]) {
	margin-top: var(--extendify--spacing--large, 3rem) !important;
	margin-bottom: var(--extendify--spacing--large, 3rem) !important
}

.ext--my-base:not([style*=margin]) {
	margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important;
	margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--my-lg:not([style*=margin]) {
	margin-top: calc(var(--extendify--spacing--large, 3rem)*-1) !important;
	margin-bottom: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]),
.ext-mt-0:not([style*=margin]),
[class*=fullwidth-cols] .wp-block-column:first-child,
[class*=fullwidth-cols] .wp-block-column:first-child>*,
[class*=fullwidth-cols] .wp-block-column>:first-child,
[class*=fullwidth-cols] .wp-block-group:first-child {
	margin-top: 0 !important
}

.ext-mt-auto:not([style*=margin]) {
	margin-top: auto !important
}

.ext-mt-base:not([style*=margin]) {
	margin-top: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-mt-lg:not([style*=margin]) {
	margin-top: var(--extendify--spacing--large, 3rem) !important
}

.ext--mt-base:not([style*=margin]) {
	margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--mt-lg:not([style*=margin]) {
	margin-top: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]),
.ext-mr-0:not([style*=margin]) {
	margin-right: 0 !important
}

.ext-mr-auto:not([style*=margin]) {
	margin-right: auto !important
}

.ext-mr-base:not([style*=margin]) {
	margin-right: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-mr-lg:not([style*=margin]) {
	margin-right: var(--extendify--spacing--large, 3rem) !important
}

.ext--mr-base:not([style*=margin]) {
	margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--mr-lg:not([style*=margin]) {
	margin-right: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.ext .is-not-stacked-on-mobile .wp-block-column,
.ext-mb-0:not([style*=margin]),
.ext.wp-block-group>:last-child,
.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column,
[class*=fullwidth-cols] .wp-block-column:last-child,
[class*=fullwidth-cols] .wp-block-column>:last-child,
[class*=fullwidth-cols] .wp-block-group:last-child {
	margin-bottom: 0 !important
}

.ext-mb-auto:not([style*=margin]) {
	margin-bottom: auto !important
}

.ext-mb-base:not([style*=margin]),
.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-mb-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large, 3rem) !important
}

.ext--mb-base:not([style*=margin]) {
	margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--mb-lg:not([style*=margin]) {
	margin-bottom: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.ext-ml-0:not([style*=margin]),
.ext-ml-0:not([style*=margin]):not([style*=margin]) {
	margin-left: 0 !important
}

.ext-ml-auto:not([style*=margin]) {
	margin-left: auto !important
}

.ext-ml-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-ml-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large, 3rem) !important
}

.ext--ml-base:not([style*=margin]) {
	margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
}

.ext--ml-lg:not([style*=margin]) {
	margin-left: calc(var(--extendify--spacing--large, 3rem)*-1) !important
}

.editor\:no-resize .components-resizable-box__container,
.ext-block {
	display: block !important
}

.ext .wp-block-image img,
.ext-inline-block {
	display: inline-block !important
}

.ext-inline {
	display: inline !important
}

.ext-flex {
	display: flex !important
}

.ext-inline-flex {
	display: inline-flex !important
}

.ext .ext-grid>[class*=_inner-container],
.ext-grid {
	display: grid !important
}

.ext-inline-grid {
	display: inline-grid !important
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container:before,
.editor\:no-caption .block-editor-rich-text__editable,
.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender,
.editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container>.block-list-appender,
.editor\:no-inserter>.block-list-appender,
.ext-hidden {
	display: none !important
}

.ext-w-auto {
	width: auto !important
}

.ext-w-full {
	width: 100% !important
}

.ext [class*=inner-container]>.alignwide [class*=inner-container]>*,
.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>*,
.ext-max-w-full {
	max-width: 100% !important
}

.ext-flex-1 {
	flex: 1 1 0% !important
}

.ext-flex-auto {
	flex: 1 1 auto !important
}

.ext-flex-initial {
	flex: 0 1 auto !important
}

.ext-flex-none {
	flex: none !important
}

.ext-flex-shrink-0 {
	flex-shrink: 0 !important
}

.ext-flex-shrink {
	flex-shrink: 1 !important
}

.ext-flex-grow-0 {
	flex-grow: 0 !important
}

.ext-flex-grow {
	flex-grow: 1 !important
}

.ext-list-none,
.is-style-inline-list li {
	list-style-type: none !important
}

.ext .ext-grid-cols-1>[class*=_inner-container],
.ext-grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-2>[class*=_inner-container],
.ext-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-3>[class*=_inner-container],
.ext-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-4>[class*=_inner-container],
.ext-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-5>[class*=_inner-container],
.ext-grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-6>[class*=_inner-container],
.ext-grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-7>[class*=_inner-container],
.ext-grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-8>[class*=_inner-container],
.ext-grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-9>[class*=_inner-container],
.ext-grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-10>[class*=_inner-container],
.ext-grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-11>[class*=_inner-container],
.ext-grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-12>[class*=_inner-container],
.ext-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important
}

.ext .ext-grid-cols-none>[class*=_inner-container],
.ext-grid-cols-none {
	grid-template-columns: none !important
}

.ext .ext-grid-rows-1>[class*=_inner-container],
.ext-grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-2>[class*=_inner-container],
.ext-grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-3>[class*=_inner-container],
.ext-grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-4>[class*=_inner-container],
.ext-grid-rows-4 {
	grid-template-rows: repeat(4, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-5>[class*=_inner-container],
.ext-grid-rows-5 {
	grid-template-rows: repeat(5, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-6>[class*=_inner-container],
.ext-grid-rows-6 {
	grid-template-rows: repeat(6, minmax(0, 1fr)) !important
}

.ext .ext-grid-rows-none>[class*=_inner-container],
.ext-grid-rows-none {
	grid-template-rows: none !important
}

.ext-flex-row {
	flex-direction: row !important
}

.ext-flex-row-reverse {
	flex-direction: row-reverse !important
}

.ext-flex-col {
	flex-direction: column !important
}

.ext-flex-col-reverse {
	flex-direction: column-reverse !important
}

.ext-flex-wrap {
	flex-wrap: wrap !important
}

.ext-flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.ext-flex-nowrap {
	flex-wrap: nowrap !important
}

.ext .ext-items-start>[class*=_inner-container],
.ext-items-start {
	align-items: flex-start !important
}

.ext .ext-items-end>[class*=_inner-container],
.ext-items-end {
	align-items: flex-end !important
}

.ext .ext-items-center>[class*=_inner-container],
.ext .is-style-angled>[class*=_inner-container],
.ext-items-center {
	align-items: center !important
}

.ext .ext-items-baseline>[class*=_inner-container],
.ext-items-baseline {
	align-items: baseline !important
}

.ext .ext-items-stretch>[class*=_inner-container],
.ext-items-stretch {
	align-items: stretch !important
}

.ext-justify-start {
	justify-content: flex-start !important
}

.ext-justify-end {
	justify-content: flex-end !important
}

.ext-justify-center {
	justify-content: center !important
}

.ext-justify-between {
	justify-content: space-between !important
}

.ext-justify-around {
	justify-content: space-around !important
}

.ext-justify-evenly {
	justify-content: space-evenly !important
}

.ext-justify-items-start {
	justify-items: start !important
}

.ext-justify-items-end {
	justify-items: end !important
}

.ext-justify-items-center {
	justify-items: center !important
}

.ext-justify-items-stretch {
	justify-items: stretch !important
}

.ext-gap-0 {
	gap: 0 !important
}

.ext-gap-base {
	gap: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-gap-lg {
	gap: var(--extendify--spacing--large, 3rem) !important
}

.ext-gap-x-0 {
	-moz-column-gap: 0 !important;
	column-gap: 0 !important
}

.ext-gap-x-base {
	-moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
	column-gap: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-gap-x-lg {
	-moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
	column-gap: var(--extendify--spacing--large, 3rem) !important
}

.ext-gap-y-0 {
	row-gap: 0 !important
}

.ext-gap-y-base {
	row-gap: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-gap-y-lg {
	row-gap: var(--extendify--spacing--large, 3rem) !important
}

.ext-justify-self-auto {
	justify-self: auto !important
}

.ext-justify-self-start {
	justify-self: start !important
}

.ext-justify-self-end {
	justify-self: end !important
}

.ext-justify-self-center {
	justify-self: center !important
}

.ext-justify-self-stretch {
	justify-self: stretch !important
}

.ext-rounded-none {
	border-radius: 0 !important
}

.ext-rounded-full {
	border-radius: 9999px !important
}

.ext-rounded-t-none {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important
}

.ext-rounded-t-full {
	border-top-left-radius: 9999px !important;
	border-top-right-radius: 9999px !important
}

.ext-rounded-r-none {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.ext-rounded-r-full {
	border-top-right-radius: 9999px !important;
	border-bottom-right-radius: 9999px !important
}

.ext-rounded-b-none {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.ext-rounded-b-full {
	border-bottom-right-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important
}

.ext-rounded-l-none {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.ext-rounded-l-full {
	border-top-left-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important
}

.ext-rounded-tl-none {
	border-top-left-radius: 0 !important
}

.ext-rounded-tl-full {
	border-top-left-radius: 9999px !important
}

.ext-rounded-tr-none {
	border-top-right-radius: 0 !important
}

.ext-rounded-tr-full {
	border-top-right-radius: 9999px !important
}

.ext-rounded-br-none {
	border-bottom-right-radius: 0 !important
}

.ext-rounded-br-full {
	border-bottom-right-radius: 9999px !important
}

.ext-rounded-bl-none {
	border-bottom-left-radius: 0 !important
}

.ext-rounded-bl-full {
	border-bottom-left-radius: 9999px !important
}

.ext-border-0 {
	border-width: 0 !important
}

.ext-border-t-0 {
	border-top-width: 0 !important
}

.ext-border-r-0 {
	border-right-width: 0 !important
}

.ext-border-b-0 {
	border-bottom-width: 0 !important
}

.ext-border-l-0 {
	border-left-width: 0 !important
}

.ext .wp-block-group__inner-container,
.ext-p-0:not([style*=padding]) {
	padding: 0 !important
}

.ext-p-base:not([style*=padding]) {
	padding: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-p-lg:not([style*=padding]) {
	padding: var(--extendify--spacing--large, 3rem) !important
}

.ext .wp-block-columns .wp-block-column[style*=padding],
.ext-px-0:not([style*=padding]) {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.ext-px-base:not([style*=padding]),
.ext.has-background {
	padding-left: var(--wp--style--block-gap, 1.75rem) !important;
	padding-right: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-px-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large, 3rem) !important;
	padding-right: var(--extendify--spacing--large, 3rem) !important
}

.ext-py-0:not([style*=padding]) {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.ext-py-base:not([style*=padding]) {
	padding-top: var(--wp--style--block-gap, 1.75rem) !important;
	padding-bottom: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-py-lg:not([style*=padding]) {
	padding-top: var(--extendify--spacing--large, 3rem) !important;
	padding-bottom: var(--extendify--spacing--large, 3rem) !important
}

.ext-pt-0:not([style*=padding]) {
	padding-top: 0 !important
}

.ext-pt-base:not([style*=padding]) {
	padding-top: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-pt-lg:not([style*=padding]) {
	padding-top: var(--extendify--spacing--large, 3rem) !important
}

.ext-pr-0:not([style*=padding]) {
	padding-right: 0 !important
}

.ext-pr-base:not([style*=padding]) {
	padding-right: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-pr-lg:not([style*=padding]) {
	padding-right: var(--extendify--spacing--large, 3rem) !important
}

.ext-pb-0:not([style*=padding]) {
	padding-bottom: 0 !important
}

.ext-pb-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-pb-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large, 3rem) !important
}

.ext-pl-0:not([style*=padding]),
.is-style-inline-list {
	padding-left: 0 !important
}

.ext-pl-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem) !important
}

.ext-pl-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large, 3rem) !important
}

.ext-text-left {
	text-align: left !important
}

.ext .wp-block-image,
.ext-text-center {
	text-align: center !important
}

.ext-text-right {
	text-align: right !important
}

.ext-leading-none {
	line-height: 1 !important
}

.ext-leading-tight {
	line-height: 1.25 !important
}

.ext-leading-snug {
	line-height: 1.375 !important
}

.ext-leading-normal {
	line-height: 1.5 !important
}

.ext-leading-relaxed {
	line-height: 1.625 !important
}

.ext-leading-loose {
	line-height: 2 !important
}

.ext-aspect-square img {
	aspect-ratio: 1/1 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important
}

.ext-aspect-landscape img {
	aspect-ratio: 4/3 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important
}

.ext-aspect-landscape-wide img {
	aspect-ratio: 16/9 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important
}

.ext-aspect-portrait img {
	aspect-ratio: 3/4 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important
}

.ext-aspect-landscape .components-resizable-box__container,
.ext-aspect-landscape-wide .components-resizable-box__container,
.ext-aspect-portrait .components-resizable-box__container,
.ext-aspect-square .components-resizable-box__container {
	height: auto !important
}

.clip-path--rhombus img {
	-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
	clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important
}

.clip-path--diamond img {
	-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
	clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important
}

.clip-path--rhombus-alt img {
	-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
	clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important
}

.wp-block-columns[class*=fullwidth-cols] {
	margin-bottom: unset !important
}

.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0,
.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none,
.is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]),
.is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none {
	margin-top: calc(-1*var(--wp--style--block-gap, 28px)) !important
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin-left: var(--wp--style--block-gap, 2em) !important
	}
}

@media (max-width:781px) {
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important
	}

	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]) {
		margin-left: 0 !important
	}

	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important
	}
}

@media (max-width:1079px) {
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important
	}

	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]) {
		margin-left: 0 !important
	}

	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important
	}

	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
	}
}

.direction-rtl {
	direction: rtl !important
}

.direction-ltr {
	direction: ltr !important
}

.bring-to-front {
	z-index: 10 !important
}

.text-stroke {
	-webkit-text-stroke-color: var(--wp--preset--color--background) !important
}

.text-stroke--primary {
	-webkit-text-stroke-color: var(--wp--preset--color--primary) !important
}

.text-stroke--secondary {
	-webkit-text-stroke-color: var(--wp--preset--color--secondary) !important
}

.editor\:no-resize .components-resizable-box__handle,
.editor\:no-resize .components-resizable-box__handle:after,
.editor\:no-resize .components-resizable-box__side-handle:before {
	display: none !important;
	pointer-events: none !important
}

.editor\:pointer-events-none {
	pointer-events: none !important
}

.is-style-angled {
	align-items: center !important;
	justify-content: flex-end !important
}

.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
	-webkit-clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
	clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
	z-index: 1 !important
}

.has-foreground-color {
	color: var(--wp--preset--color--foreground, #000) !important
}

.has-foreground-background-color {
	background-color: var(--wp--preset--color--foreground, #000) !important
}

.has-background-color {
	color: var(--wp--preset--color--background, #fff) !important
}

.has-background-background-color {
	background-color: var(--wp--preset--color--background, #fff) !important
}

.has-primary-color {
	color: var(--wp--preset--color--primary, #4b5563) !important
}

.has-primary-background-color {
	background-color: var(--wp--preset--color--primary, #4b5563) !important
}

.has-secondary-color {
	color: var(--wp--preset--color--secondary, #9ca3af) !important
}

.has-secondary-background-color {
	background-color: var(--wp--preset--color--secondary, #9ca3af) !important
}

.ext.has-text-color h1,
.ext.has-text-color h2,
.ext.has-text-color h3,
.ext.has-text-color h4,
.ext.has-text-color h5,
.ext.has-text-color h6,
.ext.has-text-color p {
	color: currentColor !important
}

.has-white-color {
	color: var(--wp--preset--color--white, #fff) !important
}

.has-black-color {
	color: var(--wp--preset--color--black, #000) !important
}

.has-ext-foreground-background-color {
	background-color: var(--wp--preset--color--foreground, var(--wp--preset--color--black, #000)) !important
}

.has-ext-primary-background-color {
	background-color: var(--wp--preset--color--primary, var(--wp--preset--color--cyan-bluish-gray, #000)) !important
}

.wp-block-button__link.has-black-background-color {
	border-color: var(--wp--preset--color--black, #000) !important
}

.wp-block-button__link.has-white-background-color {
	border-color: var(--wp--preset--color--white, #fff) !important
}

.has-ext-small-font-size {
	font-size: var(--wp--preset--font-size--ext-small) !important
}

.has-ext-medium-font-size {
	font-size: var(--wp--preset--font-size--ext-medium) !important
}

.has-ext-large-font-size {
	font-size: var(--wp--preset--font-size--ext-large) !important;
	line-height: 1.2 !important
}

.has-ext-x-large-font-size {
	font-size: var(--wp--preset--font-size--ext-x-large) !important;
	line-height: 1 !important
}

.has-ext-xx-large-font-size {
	font-size: var(--wp--preset--font-size--ext-xx-large) !important;
	line-height: 1 !important
}

.has-ext-x-large-font-size:not([style*=line-height]),
.has-ext-xx-large-font-size:not([style*=line-height]) {
	line-height: 1.1 !important
}

.ext .wp-block-group>*+* {
	margin-top: var(--wp--style--block-gap, 1.75rem) !important;
	margin-bottom: 0 !important
}

.has-ext-x-large-font-size+h3,
.has-ext-x-large-font-size+p {
	margin-top: .5rem !important
}

.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em)*.75) !important;
	min-width: 12rem !important
}

.ext>[class*=_inner-container]>.ext-grid:not([class*=columns]),
.ext>[class*=_inner-container]>.wp-block>.ext-grid:not([class*=columns]) {
	display: initial !important
}

.ext .ext-grid-cols-13>[class*=_inner-container] {
	grid-template-columns: repeat(13, minmax(0, 1fr)) !important
}

.ext [class*=inner-container]>.alignwide [class*=inner-container],
.ext [class*=inner-container]>[data-align=wide] [class*=inner-container] {
	max-width: var(--responsive--alignwide-width, 120rem) !important
}

.ext .wp-block-image img {
	vertical-align: middle !important
}

body {
	--extendify--spacing--large: var(--wp--custom--spacing--large, clamp(2em, 8vw, 8em)) !important;
	--wp--preset--font-size--ext-small: 1rem !important;
	--wp--preset--font-size--ext-medium: 1.125rem !important;
	--wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem) !important;
	--wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem) !important;
	--wp--preset--font-size--ext-xx-large: clamp(3.25rem, 7.5vw, 5.75rem) !important;
	--wp--preset--color--black: #000 !important;
	--wp--preset--color--white: #fff !important
}

.ext * {
	box-sizing: border-box !important
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
	background: 0 0 !important
}

.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
	margin-top: unset !important;
	margin-bottom: unset !important
}

.block-editor-block-preview__content-iframe .preview\:min-h-50 {
	min-height: 50vw !important
}

.block-editor-block-preview__content-iframe .preview\:min-h-60 {
	min-height: 60vw !important
}

.block-editor-block-preview__content-iframe .preview\:min-h-70 {
	min-height: 70vw !important
}

.block-editor-block-preview__content-iframe .preview\:min-h-80 {
	min-height: 80vw !important
}

.block-editor-block-preview__content-iframe .preview\:min-h-100 {
	min-height: 100vw !important
}

.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]) {
	margin-right: calc(1*var(--wp--custom--spacing--outer, 0)) !important;
	margin-left: calc(1*var(--wp--custom--spacing--outer, 0)) !important;
	overflow: hidden !important;
	width: unset !important
}

@media (min-width:782px) {
	.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
		margin-bottom: 0 !important
	}

	.is-style-inline-list li {
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
		display: inline !important
	}

	.is-style-inline-list li:first-child {
		margin-left: 0 !important
	}

	.is-style-inline-list li:last-child {
		margin-right: 0 !important
	}

	.is-style-angled .wp-block-cover__image-background,
	.is-style-angled .wp-block-cover__video-background {
		-webkit-clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
		clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important
	}

	.tablet\:ext-absolute {
		position: absolute !important
	}

	.tablet\:ext-relative {
		position: relative !important
	}

	.tablet\:ext-top-base {
		top: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-top-lg {
		top: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--top-base {
		top: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--top-lg {
		top: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-right-base {
		right: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-right-lg {
		right: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--right-base {
		right: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--right-lg {
		right: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-bottom-base {
		bottom: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-bottom-lg {
		bottom: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--bottom-base {
		bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--bottom-lg {
		bottom: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-left-base {
		left: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-left-lg {
		left: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--left-base {
		left: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--left-lg {
		left: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-order-1 {
		order: 1 !important
	}

	.tablet\:ext-order-2 {
		order: 2 !important
	}

	.tablet\:ext-m-0:not([style*=margin]) {
		margin: 0 !important
	}

	.tablet\:ext-m-auto:not([style*=margin]) {
		margin: auto !important
	}

	.tablet\:ext-m-base:not([style*=margin]) {
		margin: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-m-lg:not([style*=margin]) {
		margin: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--m-base:not([style*=margin]) {
		margin: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--m-lg:not([style*=margin]) {
		margin: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-mx-0:not([style*=margin]) {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.tablet\:ext-mx-auto:not([style*=margin]) {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.tablet\:ext-mx-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important;
		margin-right: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-mx-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important;
		margin-right: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--mx-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important;
		margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--mx-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem)*-1) !important;
		margin-right: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-my-0:not([style*=margin]) {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.tablet\:ext-my-auto:not([style*=margin]) {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.tablet\:ext-my-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important;
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-my-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important;
		margin-bottom: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--my-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important;
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--my-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem)*-1) !important;
		margin-bottom: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-mt-0:not([style*=margin]) {
		margin-top: 0 !important
	}

	.tablet\:ext-mt-auto:not([style*=margin]) {
		margin-top: auto !important
	}

	.tablet\:ext-mt-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-mt-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--mt-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--mt-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-mr-0:not([style*=margin]) {
		margin-right: 0 !important
	}

	.tablet\:ext-mr-auto:not([style*=margin]) {
		margin-right: auto !important
	}

	.tablet\:ext-mr-base:not([style*=margin]) {
		margin-right: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-mr-lg:not([style*=margin]) {
		margin-right: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--mr-base:not([style*=margin]) {
		margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--mr-lg:not([style*=margin]) {
		margin-right: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-mb-0:not([style*=margin]) {
		margin-bottom: 0 !important
	}

	.tablet\:ext-mb-auto:not([style*=margin]) {
		margin-bottom: auto !important
	}

	.tablet\:ext-mb-base:not([style*=margin]) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-mb-lg:not([style*=margin]) {
		margin-bottom: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--mb-base:not([style*=margin]) {
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--mb-lg:not([style*=margin]) {
		margin-bottom: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-ml-0:not([style*=margin]) {
		margin-left: 0 !important
	}

	.tablet\:ext-ml-auto:not([style*=margin]) {
		margin-left: auto !important
	}

	.tablet\:ext-ml-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-ml-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext--ml-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.tablet\:ext--ml-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.tablet\:ext-block {
		display: block !important
	}

	.tablet\:ext-inline-block {
		display: inline-block !important
	}

	.tablet\:ext-inline {
		display: inline !important
	}

	.tablet\:ext-flex {
		display: flex !important
	}

	.tablet\:ext-inline-flex {
		display: inline-flex !important
	}

	.tablet\:ext-grid {
		display: grid !important
	}

	.tablet\:ext-inline-grid {
		display: inline-grid !important
	}

	.tablet\:ext-hidden {
		display: none !important
	}

	.tablet\:ext-w-auto {
		width: auto !important
	}

	.tablet\:ext-w-full {
		width: 100% !important
	}

	.tablet\:ext-max-w-full {
		max-width: 100% !important
	}

	.tablet\:ext-flex-1 {
		flex: 1 1 0% !important
	}

	.tablet\:ext-flex-auto {
		flex: 1 1 auto !important
	}

	.tablet\:ext-flex-initial {
		flex: 0 1 auto !important
	}

	.tablet\:ext-flex-none {
		flex: none !important
	}

	.tablet\:ext-flex-shrink-0 {
		flex-shrink: 0 !important
	}

	.tablet\:ext-flex-shrink {
		flex-shrink: 1 !important
	}

	.tablet\:ext-flex-grow-0 {
		flex-grow: 0 !important
	}

	.tablet\:ext-flex-grow {
		flex-grow: 1 !important
	}

	.tablet\:ext-list-none {
		list-style-type: none !important
	}

	.tablet\:ext-grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important
	}

	.tablet\:ext-grid-cols-none {
		grid-template-columns: none !important
	}

	.tablet\:ext-flex-row {
		flex-direction: row !important
	}

	.tablet\:ext-flex-row-reverse {
		flex-direction: row-reverse !important
	}

	.tablet\:ext-flex-col {
		flex-direction: column !important
	}

	.tablet\:ext-flex-col-reverse {
		flex-direction: column-reverse !important
	}

	.tablet\:ext-flex-wrap {
		flex-wrap: wrap !important
	}

	.tablet\:ext-flex-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.tablet\:ext-flex-nowrap {
		flex-wrap: nowrap !important
	}

	.tablet\:ext-items-start {
		align-items: flex-start !important
	}

	.tablet\:ext-items-end {
		align-items: flex-end !important
	}

	.tablet\:ext-items-center {
		align-items: center !important
	}

	.tablet\:ext-items-baseline {
		align-items: baseline !important
	}

	.tablet\:ext-items-stretch {
		align-items: stretch !important
	}

	.tablet\:ext-justify-start {
		justify-content: flex-start !important
	}

	.tablet\:ext-justify-end {
		justify-content: flex-end !important
	}

	.tablet\:ext-justify-center {
		justify-content: center !important
	}

	.tablet\:ext-justify-between {
		justify-content: space-between !important
	}

	.tablet\:ext-justify-around {
		justify-content: space-around !important
	}

	.tablet\:ext-justify-evenly {
		justify-content: space-evenly !important
	}

	.tablet\:ext-justify-items-start {
		justify-items: start !important
	}

	.tablet\:ext-justify-items-end {
		justify-items: end !important
	}

	.tablet\:ext-justify-items-center {
		justify-items: center !important
	}

	.tablet\:ext-justify-items-stretch {
		justify-items: stretch !important
	}

	.tablet\:ext-justify-self-auto {
		justify-self: auto !important
	}

	.tablet\:ext-justify-self-start {
		justify-self: start !important
	}

	.tablet\:ext-justify-self-end {
		justify-self: end !important
	}

	.tablet\:ext-justify-self-center {
		justify-self: center !important
	}

	.tablet\:ext-justify-self-stretch {
		justify-self: stretch !important
	}

	.tablet\:ext-p-0:not([style*=padding]) {
		padding: 0 !important
	}

	.tablet\:ext-p-base:not([style*=padding]) {
		padding: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-p-lg:not([style*=padding]) {
		padding: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext-px-0:not([style*=padding]) {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.tablet\:ext-px-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important;
		padding-right: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-px-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important;
		padding-right: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext-py-0:not([style*=padding]) {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.tablet\:ext-py-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important;
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-py-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important;
		padding-bottom: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext-pt-0:not([style*=padding]) {
		padding-top: 0 !important
	}

	.tablet\:ext-pt-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-pt-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext-pr-0:not([style*=padding]) {
		padding-right: 0 !important
	}

	.tablet\:ext-pr-base:not([style*=padding]) {
		padding-right: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-pr-lg:not([style*=padding]) {
		padding-right: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext-pb-0:not([style*=padding]) {
		padding-bottom: 0 !important
	}

	.tablet\:ext-pb-base:not([style*=padding]) {
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-pb-lg:not([style*=padding]) {
		padding-bottom: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext-pl-0:not([style*=padding]) {
		padding-left: 0 !important
	}

	.tablet\:ext-pl-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important
	}

	.tablet\:ext-pl-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important
	}

	.tablet\:ext-text-left {
		text-align: left !important
	}

	.tablet\:ext-text-center {
		text-align: center !important
	}

	.tablet\:ext-text-right {
		text-align: right !important
	}
}

@media (min-width:1080px) {
	.desktop\:ext-absolute {
		position: absolute !important
	}

	.desktop\:ext-relative {
		position: relative !important
	}

	.desktop\:ext-top-base {
		top: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-top-lg {
		top: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--top-base {
		top: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--top-lg {
		top: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-right-base {
		right: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-right-lg {
		right: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--right-base {
		right: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--right-lg {
		right: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-bottom-base {
		bottom: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-bottom-lg {
		bottom: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--bottom-base {
		bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--bottom-lg {
		bottom: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-left-base {
		left: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-left-lg {
		left: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--left-base {
		left: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--left-lg {
		left: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-order-1 {
		order: 1 !important
	}

	.desktop\:ext-order-2 {
		order: 2 !important
	}

	.desktop\:ext-m-0:not([style*=margin]) {
		margin: 0 !important
	}

	.desktop\:ext-m-auto:not([style*=margin]) {
		margin: auto !important
	}

	.desktop\:ext-m-base:not([style*=margin]) {
		margin: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-m-lg:not([style*=margin]) {
		margin: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--m-base:not([style*=margin]) {
		margin: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--m-lg:not([style*=margin]) {
		margin: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-mx-0:not([style*=margin]) {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.desktop\:ext-mx-auto:not([style*=margin]) {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.desktop\:ext-mx-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important;
		margin-right: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-mx-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important;
		margin-right: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--mx-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important;
		margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--mx-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem)*-1) !important;
		margin-right: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-my-0:not([style*=margin]) {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.desktop\:ext-my-auto:not([style*=margin]) {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.desktop\:ext-my-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important;
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-my-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important;
		margin-bottom: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--my-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important;
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--my-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem)*-1) !important;
		margin-bottom: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-mt-0:not([style*=margin]) {
		margin-top: 0 !important
	}

	.desktop\:ext-mt-auto:not([style*=margin]) {
		margin-top: auto !important
	}

	.desktop\:ext-mt-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-mt-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--mt-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--mt-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-mr-0:not([style*=margin]) {
		margin-right: 0 !important
	}

	.desktop\:ext-mr-auto:not([style*=margin]) {
		margin-right: auto !important
	}

	.desktop\:ext-mr-base:not([style*=margin]) {
		margin-right: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-mr-lg:not([style*=margin]) {
		margin-right: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--mr-base:not([style*=margin]) {
		margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--mr-lg:not([style*=margin]) {
		margin-right: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-mb-0:not([style*=margin]) {
		margin-bottom: 0 !important
	}

	.desktop\:ext-mb-auto:not([style*=margin]) {
		margin-bottom: auto !important
	}

	.desktop\:ext-mb-base:not([style*=margin]) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-mb-lg:not([style*=margin]) {
		margin-bottom: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--mb-base:not([style*=margin]) {
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--mb-lg:not([style*=margin]) {
		margin-bottom: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-ml-0:not([style*=margin]) {
		margin-left: 0 !important
	}

	.desktop\:ext-ml-auto:not([style*=margin]) {
		margin-left: auto !important
	}

	.desktop\:ext-ml-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-ml-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext--ml-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1) !important
	}

	.desktop\:ext--ml-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem)*-1) !important
	}

	.desktop\:ext-block {
		display: block !important
	}

	.desktop\:ext-inline-block {
		display: inline-block !important
	}

	.desktop\:ext-inline {
		display: inline !important
	}

	.desktop\:ext-flex {
		display: flex !important
	}

	.desktop\:ext-inline-flex {
		display: inline-flex !important
	}

	.desktop\:ext-grid {
		display: grid !important
	}

	.desktop\:ext-inline-grid {
		display: inline-grid !important
	}

	.desktop\:ext-hidden {
		display: none !important
	}

	.desktop\:ext-w-auto {
		width: auto !important
	}

	.desktop\:ext-w-full {
		width: 100% !important
	}

	.desktop\:ext-max-w-full {
		max-width: 100% !important
	}

	.desktop\:ext-flex-1 {
		flex: 1 1 0% !important
	}

	.desktop\:ext-flex-auto {
		flex: 1 1 auto !important
	}

	.desktop\:ext-flex-initial {
		flex: 0 1 auto !important
	}

	.desktop\:ext-flex-none {
		flex: none !important
	}

	.desktop\:ext-flex-shrink-0 {
		flex-shrink: 0 !important
	}

	.desktop\:ext-flex-shrink {
		flex-shrink: 1 !important
	}

	.desktop\:ext-flex-grow-0 {
		flex-grow: 0 !important
	}

	.desktop\:ext-flex-grow {
		flex-grow: 1 !important
	}

	.desktop\:ext-list-none {
		list-style-type: none !important
	}

	.desktop\:ext-grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important
	}

	.desktop\:ext-grid-cols-none {
		grid-template-columns: none !important
	}

	.desktop\:ext-flex-row {
		flex-direction: row !important
	}

	.desktop\:ext-flex-row-reverse {
		flex-direction: row-reverse !important
	}

	.desktop\:ext-flex-col {
		flex-direction: column !important
	}

	.desktop\:ext-flex-col-reverse {
		flex-direction: column-reverse !important
	}

	.desktop\:ext-flex-wrap {
		flex-wrap: wrap !important
	}

	.desktop\:ext-flex-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.desktop\:ext-flex-nowrap {
		flex-wrap: nowrap !important
	}

	.desktop\:ext-items-start {
		align-items: flex-start !important
	}

	.desktop\:ext-items-end {
		align-items: flex-end !important
	}

	.desktop\:ext-items-center {
		align-items: center !important
	}

	.desktop\:ext-items-baseline {
		align-items: baseline !important
	}

	.desktop\:ext-items-stretch {
		align-items: stretch !important
	}

	.desktop\:ext-justify-start {
		justify-content: flex-start !important
	}

	.desktop\:ext-justify-end {
		justify-content: flex-end !important
	}

	.desktop\:ext-justify-center {
		justify-content: center !important
	}

	.desktop\:ext-justify-between {
		justify-content: space-between !important
	}

	.desktop\:ext-justify-around {
		justify-content: space-around !important
	}

	.desktop\:ext-justify-evenly {
		justify-content: space-evenly !important
	}

	.desktop\:ext-justify-items-start {
		justify-items: start !important
	}

	.desktop\:ext-justify-items-end {
		justify-items: end !important
	}

	.desktop\:ext-justify-items-center {
		justify-items: center !important
	}

	.desktop\:ext-justify-items-stretch {
		justify-items: stretch !important
	}

	.desktop\:ext-justify-self-auto {
		justify-self: auto !important
	}

	.desktop\:ext-justify-self-start {
		justify-self: start !important
	}

	.desktop\:ext-justify-self-end {
		justify-self: end !important
	}

	.desktop\:ext-justify-self-center {
		justify-self: center !important
	}

	.desktop\:ext-justify-self-stretch {
		justify-self: stretch !important
	}

	.desktop\:ext-p-0:not([style*=padding]) {
		padding: 0 !important
	}

	.desktop\:ext-p-base:not([style*=padding]) {
		padding: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-p-lg:not([style*=padding]) {
		padding: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext-px-0:not([style*=padding]) {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.desktop\:ext-px-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important;
		padding-right: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-px-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important;
		padding-right: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext-py-0:not([style*=padding]) {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.desktop\:ext-py-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important;
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-py-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important;
		padding-bottom: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext-pt-0:not([style*=padding]) {
		padding-top: 0 !important
	}

	.desktop\:ext-pt-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-pt-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext-pr-0:not([style*=padding]) {
		padding-right: 0 !important
	}

	.desktop\:ext-pr-base:not([style*=padding]) {
		padding-right: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-pr-lg:not([style*=padding]) {
		padding-right: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext-pb-0:not([style*=padding]) {
		padding-bottom: 0 !important
	}

	.desktop\:ext-pb-base:not([style*=padding]) {
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-pb-lg:not([style*=padding]) {
		padding-bottom: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext-pl-0:not([style*=padding]) {
		padding-left: 0 !important
	}

	.desktop\:ext-pl-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important
	}

	.desktop\:ext-pl-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important
	}

	.desktop\:ext-text-left {
		text-align: left !important
	}

	.desktop\:ext-text-center {
		text-align: center !important
	}

	.desktop\:ext-text-right {
		text-align: right !important
	}
}

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

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900
}

.wpcf7-form-control-wrap {
	position: relative
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
	content: " "
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative
}

form.submitting .wpcf7-spinner {
	visibility: visible
}

.wpcf7-spinner:before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
	.wpcf7-spinner:before {
		animation-name: blink;
		animation-duration: 2s
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes blink {
	from {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.wpcf7 input[type=file] {
	cursor: pointer
}

.wpcf7 input[type=file]:disabled {
	cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
	direction: ltr
}

.wpcf7-reflection>output {
	display: list-item;
	list-style: none
}

.wpcf7-reflection>output[hidden] {
	display: none
}

:root {
	--woocommerce: #a46497;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #ffba00;
	--wc-blue: #2ea2cc;
	--wc-primary: #a46497;
	--wc-primary-text: #fff;
	--wc-secondary: #ebe9eb;
	--wc-secondary-text: #515151;
	--wc-highlight: #77a464;
	--wc-highligh-text: #fff;
	--wc-content-bg: #fff;
	--wc-subtext: #767676
}

.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 .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: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%
}

.woocommerce img,
.woocommerce-page img {
	height: auto;
	max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 48%
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
	content: " ";
	display: table
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
	clear: both
}

.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;
	width: 30.75%;
	margin-right: 3.8%;
	margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
	margin-right: 0
}

.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 #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
	width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
	width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
	width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: right;
	width: 48%;
	clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	content: " ";
	display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
	clear: both
}

.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 #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 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;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
	clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
	width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
	width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
	width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
	width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
	width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
	width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
	width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: right
}

.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: 80px
}

.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 .cart-collaterals,
.woocommerce-page .cart-collaterals {
	width: 100%
}

.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 .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 48%
}

.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 {
	float: right;
	width: 48%
}

.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: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 {
	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 {
	width: 47%;
	overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	float: left
}

.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 form .password-input,
.woocommerce-page form .password-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
	padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
	display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	position: absolute;
	right: .7em;
	top: .7em;
	cursor: pointer
}

.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "\e010";
	text-decoration: none
}

.woocommerce form .show-password-input.display-password:after,
.woocommerce-page form .show-password-input.display-password:after {
	color: #585858
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
	width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0 1em 0 0;
	float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: right
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before {
	content: " ";
	display: table
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
	clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
	margin-bottom: 1.618em;
	padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
	position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
	width: 58.4%;
	margin: 0 7.6%;
	float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
	margin: 0 7.6%;
	width: 58.4%;
	float: left
}

.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
}

@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
	}
}

.twentyfifteen .t15wc {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
	padding-top: 7.6923%;
	margin-bottom: 7.6923%;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
	margin-left: 0
}

@media screen and (min-width:38.75em) {
	.twentyfifteen .t15wc {
		margin-right: 7.6923%;
		margin-left: 7.6923%;
		margin-top: 8.3333%
	}
}

@media screen and (min-width:59.6875em) {
	.twentyfifteen .t15wc {
		margin-left: 8.3333%;
		margin-right: 8.3333%;
		padding: 10%
	}

	.single-product .twentyfifteen .entry-summary {
		padding: 0 !important
	}
}

.twentysixteen .site-main {
	margin-right: 7.6923%;
	margin-left: 7.6923%
}

.twentysixteen .entry-summary {
	margin-right: 0;
	margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
	width: 46.42857%
}

@media screen and (min-width:44.375em) {
	.twentysixteen .site-main {
		margin-right: 23.0769%
	}
}

@media screen and (min-width:56.875em) {
	.twentysixteen .site-main {
		margin-right: 0;
		margin-left: 0
	}

	.no-sidebar .twentysixteen .site-main {
		margin-right: 15%;
		margin-left: 15%
	}

	.no-sidebar .twentysixteen .entry-summary {
		margin-right: 0;
		margin-left: 0
	}
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
	float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
	float: left
}

@charset "UTF-8";

:root {
	--woocommerce: #a46497;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #ffba00;
	--wc-blue: #2ea2cc;
	--wc-primary: #a46497;
	--wc-primary-text: #fff;
	--wc-secondary: #ebe9eb;
	--wc-secondary-text: #515151;
	--wc-highlight: #77a464;
	--wc-highligh-text: #fff;
	--wc-content-bg: #fff;
	--wc-subtext: #767676
}

@keyframes spin {
	100% {
		transform: rotate(360deg)
	}
}

/*@font-face {
	font-family: star;
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot);
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix) format("embedded-opentype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff) format("woff"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf) format("truetype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: WooCommerce;
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot);
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce) format("svg");
	font-weight: 400;
	font-style: normal
}*/

.woocommerce-store-notice,
p.demo_store {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a46497;
	color: #fff;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
	display: none
}

.woocommerce-store-notice a,
p.demo_store a {
	color: #fff;
	text-decoration: underline
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.admin-bar p.demo_store {
	top: 32px
}

.clear {
	clear: both
}

.woocommerce .blockUI.blockOverlay {
	position: relative
}

.woocommerce .blockUI.blockOverlay:before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

.woocommerce .loader:before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
	display: block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red !important;
	text-decoration: none;
	font-weight: 700;
	border: 0
}

.woocommerce a.remove:hover {
	color: #fff !important;
	background: red
}

.woocommerce small.note {
	display: block;
	color: #767676;
	font-size: .857em;
	margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: .92em;
	color: #767676
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
	content: " ";
	display: table
}

.woocommerce .woocommerce-breadcrumb:after {
	clear: both
}

.woocommerce .woocommerce-breadcrumb a {
	color: #767676
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #77a464;
	font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	background: inherit;
	font-weight: 700;
	display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: .5;
	display: inline-block
}

.woocommerce div.product p.stock {
	font-size: .92em
}

.woocommerce div.product .stock {
	color: #77a464
}

.woocommerce div.product .out-of-stock {
	color: red
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 1.618em
}

.woocommerce div.product div.images {
	margin-bottom: 2em
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
	padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
	margin: 0;
	padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff;
	opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
	border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	transform: rotate(-45deg);
	box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none
}

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

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: left
}

.woocommerce div.product div.summary {
	margin-bottom: 2em
}

.woocommerce div.product div.social {
	text-align: right;
	margin: 0 0 1em
}

.woocommerce div.product div.social span {
	margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
	margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0
}

.woocommerce div.product div.social iframe {
	float: left;
	margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #d3ced2;
	background-color: #ebe9eb;
	color: #515151;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	color: #515151;
	z-index: 2;
	border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border: 1px solid #d3ced2;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
	box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	left: -5px;
	border-bottom-right-radius: 4px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	right: -5px;
	border-bottom-left-radius: 4px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #d3ced2;
	z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 0
}

.woocommerce div.product p.cart {
	margin-bottom: 2em
}

.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
	content: " ";
	display: table
}

.woocommerce div.product p.cart:after {
	clear: both
}

.woocommerce div.product form.cart {
	margin-bottom: 2em
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
	content: " ";
	display: table
}

.woocommerce div.product form.cart:after {
	clear: both
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
	border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
	padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
	float: none;
	margin: 0
}

.woocommerce div.product form.cart table small.stock {
	display: block;
	float: none
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 1em;
	border: 0;
	width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	border: 0;
	line-height: 2em;
	vertical-align: top
}

.woocommerce div.product form.cart .variations label {
	font-weight: 700;
	text-align: left
}

.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
	padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
	display: none
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
	padding-right: 1em;
	padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: top;
	padding-bottom: .5em;
	border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
	width: 4em;
	text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
	min-height: 3.236em;
	min-width: 3.236em;
	padding: .202em;
	font-size: 1em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: -.5em;
	left: -.5em;
	margin: 0;
	border-radius: 100%;
	background-color: #77a464;
	color: #fff;
	font-size: .857em;
	z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
	content: " ";
	display: table
}

.woocommerce .products ul:after,
.woocommerce ul.products:after {
	clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
	list-style: none outside
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em
}

.woocommerce ul.products li.product a {
	text-decoration: none
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none
}

.woocommerce ul.products li.product strong {
	display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
	border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
	font-size: .857em
}

.woocommerce ul.products li.product .button {
	display: inline-block;
	margin-top: 1em
}

.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em
}

.woocommerce ul.products li.product .price del {
	color: inherit;
	opacity: .5;
	display: inline-block
}

.woocommerce ul.products li.product .price ins {
	background: 0 0;
	font-weight: 700;
	display: inline-block
}

.woocommerce ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0;
	text-transform: uppercase;
	color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
	text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 1px solid #d3ced2;
	border-right: 0;
	margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #d3ced2;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: block
}

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

.woocommerce .cart .button,
.woocommerce .cart input.button {
	float: none
}

.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block
}

.woocommerce #reviews h2 small {
	float: right;
	color: #767676;
	font-size: 15px;
	margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
	text-decoration: none;
	color: #767676
}

.woocommerce #reviews h3 {
	margin: 0
}

.woocommerce #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0
}

.woocommerce #reviews #comment {
	height: 75px
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before {
	content: " ";
	display: table
}

.woocommerce #reviews #comments .add_review:after {
	clear: both
}

.woocommerce #reviews #comments h2 {
	clear: none
}

.woocommerce #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 {
	content: " ";
	display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
	clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	color: #767676;
	font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	background: #ebe9eb;
	border: 1px solid #e4e1e3;
	margin: 0;
	box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
	content: " ";
	display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
	clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
	display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
	content: ""
}

.woocommerce .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star
}

.woocommerce .star-rating:before {
	content: "sssss";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.woocommerce .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0
}

.woocommerce .woocommerce-product-rating {
	line-height: 2;
	display: block
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
	content: " ";
	display: table
}

.woocommerce .woocommerce-product-rating:after {
	clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left
}

.woocommerce .products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: none
}

.woocommerce .hreview-aggregate .star-rating {
	margin: 10px 0 0
}

.woocommerce #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 {
	content: " ";
	display: table
}

.woocommerce #review_form #respond:after {
	clear: both
}

.woocommerce #review_form #respond p {
	margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
	left: auto
}

.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%
}

.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}

.woocommerce p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "\e021";
	text-indent: 0
}

.woocommerce p.stars a:hover~a:before {
	content: "\e021"
}

.woocommerce p.stars:hover a:before {
	content: "\e020"
}

.woocommerce p.stars.selected a.active:before {
	content: "\e020"
}

.woocommerce p.stars.selected a.active~a:before {
	content: "\e021"
}

.woocommerce p.stars.selected a:not(.active):before {
	content: "\e020"
}

.woocommerce table.shop_attributes {
	border: 0;
	border-top: 1px dotted rgba(0, 0, 0, .1);
	margin-bottom: 1.618em;
	width: 100%
}

.woocommerce table.shop_attributes th {
	width: 150px;
	font-weight: 700;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5
}

.woocommerce table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5
}

.woocommerce table.shop_attributes td p {
	margin: 0;
	padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px
}

.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	line-height: 1.5em
}

.woocommerce table.shop_table td {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5em
}

.woocommerce table.shop_table td small {
	font-weight: 400
}

.woocommerce table.shop_table td del {
	font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
	border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 700;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
	font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 4px 8px;
	vertical-align: middle
}

.woocommerce table.my_account_orders .button {
	white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
	vertical-align: top;
	text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
	text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
	text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
	content: "↓";
	display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
	list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
	float: left;
	clear: both;
	margin-right: .25em;
	display: inline-block;
	list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
	margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
	margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
	font-size: .83em
}

.woocommerce td.product-quantity {
	min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	list-style: none
}

.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 {
	content: " ";
	display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
	clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border-left: 2px solid rgba(0, 0, 0, .1)
}

.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 {
	content: " ";
	display: table
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
	clear: both
}

.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 {
	display: inline-block;
	float: left;
	margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
	font-weight: 700;
	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 {
	padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce 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 {
	float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 3px double #ebe9eb;
	padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 2em;
	position: relative;
	padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 0;
	left: 0
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .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.widget_shopping_cart .buttons:after {
	clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-right: 5px;
	margin-bottom: 5px
}

.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 0
}

.woocommerce form .form-row label {
	line-height: 2
}

.woocommerce form .form-row label.hidden {
	visibility: hidden
}

.woocommerce form .form-row label.inline {
	display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
	background: #1e85be;
	color: #fff;
	border-radius: 3px;
	padding: 1em;
	margin: .5em 0 0;
	clear: both;
	display: none;
	position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
	color: #fff;
	text-decoration: underline;
	border: 0;
	box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
	left: 50%;
	top: 0;
	margin-top: -4px;
	transform: translateX(-50%) rotate(180deg);
	content: "";
	position: absolute;
	border-width: 4px 6px 0;
	border-style: solid;
	border-color: #1e85be transparent transparent;
	z-index: 100;
	display: block
}

.woocommerce form .form-row select {
	cursor: pointer;
	margin: 0
}

.woocommerce form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0 !important;
	text-decoration: none;
	visibility: hidden
}

.woocommerce form .form-row .optional {
	visibility: visible
}

.woocommerce form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal
}

.woocommerce form .form-row textarea {
	height: 4em;
	line-height: 1.5;
	display: block;
	box-shadow: none
}

.woocommerce form .form-row .select2-container {
	width: 100%;
	line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
	line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
	line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
	line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px
}

.woocommerce ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0
}

.woocommerce ul#shipping_method li {
	margin: 0 0 .5em;
	line-height: 1.5em;
	list-style: none outside
}

.woocommerce ul#shipping_method li input {
	margin: 3px .4375em 0 0;
	vertical-align: top
}

.woocommerce ul#shipping_method li label {
	display: inline
}

.woocommerce ul#shipping_method .amount {
	font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
	margin: 0
}

.woocommerce ul.order_details {
	margin: 0 0 3em;
	list-style: none
}

.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
	content: " ";
	display: table
}

.woocommerce ul.order_details:after {
	clear: both
}

.woocommerce ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none
}

.woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
	border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
	font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
	margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
	margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
	font-style: normal;
	margin-bottom: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom-width: 2px;
	border-right-width: 2px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-bottom: 0;
	padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e037";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e02d";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 0 0 1px;
	list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
	content: " ";
	display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
	clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e013";
	text-decoration: none;
	color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 1em
}

.woocommerce .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 {
	float: left;
	padding: 0 1em 1px 1px;
	list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
	text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e013";
	text-decoration: none;
	color: #a00;
	vertical-align: inherit;
	margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left
}

.woocommerce .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #a46497;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
	margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #462940;
	border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}

.woocommerce .widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
	padding: 0 0 1px;
	list-style: none
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
	content: " ";
	display: table
}

.woocommerce .widget_rating_filter ul li:after {
	clear: both
}

.woocommerce .widget_rating_filter ul li a {
	padding: 1px 0;
	text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
	float: none;
	display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e013";
	text-decoration: none;
	color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: left;
	margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #ebe9eb;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
	opacity: .25;
	padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading:after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added:after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	background-color: #dfdcde;
	text-decoration: none;
	background-image: none;
	color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background-color: #a46497;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	background-color: #96588a;
	color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
	/*background-color: #a46497;*/
	background-color: #00ab55;
	color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: .5;
	padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
	color: inherit;
	background-color: #ebe9eb
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
	display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
	display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none outside;
	width: auto;
	word-wrap: break-word
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
	content: " ";
	display: table
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
	clear: both
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	font-family: WooCommerce;
	content: "\e028";
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
	direction: ltr;
	unicode-bidi: embed
}

.woocommerce-message {
	border-top-color: #8fae1b
}

.woocommerce-message:before {
	content: "\e015";
	color: #8fae1b
}

.woocommerce-info {
	border-top-color: #1e85be
}

.woocommerce-info:before {
	color: #1e85be
}

.woocommerce-error {
	border-top-color: #b81c23
}

.woocommerce-error:before {
	content: "\e016";
	color: #b81c23
}

.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
	content: " ";
	display: table
}

.woocommerce-account .woocommerce:after {
	clear: both
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
	content: " ";
	display: table
}

.woocommerce-account .addresses .title:after {
	clear: both
}

.woocommerce-account .addresses .title h3 {
	float: left
}

.woocommerce-account .addresses .title .edit {
	float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 700;
	margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e00a";
	text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
	float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 32px;
	box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	border: 1px solid #d3ced2;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
	content: " ";
	display: table
}

#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after {
	clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
	float: none;
	margin-top: .5em;
	display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "\e019";
	text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
	margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
	color: #767676;
	font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
	border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
	color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
	width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
	color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
	clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
	clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
	font-size: 11px;
	color: #767676;
	font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
	clear: both
}

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

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #d3ced2;
	margin: 0;
	list-style: none outside
}

#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
	content: " ";
	display: table
}

#add_payment_method #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after {
	clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
	margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
	content: " ";
	display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
	clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
	border-color: #c7c1c6;
	border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	list-style: none outside;
	margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
	margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
	cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	vertical-align: middle;
	margin: -3px 1em 0 0;
	position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	border: 0;
	padding: 0;
	margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right .618em center;
	background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
	font-size: .857em;
	color: #767676;
	font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	content: "";
	display: block;
	border: 1em solid #dfdcde;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 52px;
	font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle
}

.woocommerce-terms-and-conditions {
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
	outline: 2px solid red;
	outline-offset: 2px
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block
}

#content.twentyeleven .woocommerce-pagination a {
	font-size: 1em;
	line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
	padding: 0
}

.single-product .twentythirteen p.stars {
	clear: both
}

.twentythirteen .woocommerce-breadcrumb {
	padding-top: 40px
}

.twentyfourteen ul.products li.product {
	margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.twentysixteen .price ins {
	background: inherit;
	color: inherit
}

.woocommerce form .form-row .required {
	visibility: visible
}

.woo-variation-swatches.wvs-tooltip .radio-variable-item[data-wvstooltip] {
	position: relative
}

.woo-variation-swatches.wvs-tooltip .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches.wvs-tooltip .radio-variable-item[data-wvstooltip]:before {
	bottom: 100%;
	left: 8px
}

.woo-variation-swatches.wvs-tooltip .radio-variable-item .image-tooltip-wrapper {
	left: 8px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.woo-variation-swatches.wvs-tooltip.wvs-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches.wvs-tooltip.wvs-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
	left: 50%
}

.woo-variation-swatches.wvs-tooltip.wvs-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.woo-variation-swatches.wvs-tooltip.wvs-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches.wvs-tooltip.wvs-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
	left: 100%
}

.woo-variation-swatches.wvs-tooltip.wvs-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
	left: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.wvs-has-image-tooltip,
[data-wvstooltip] {
	cursor: pointer;
	outline: none;
	position: relative
}

.wvs-has-image-tooltip:after,
.wvs-has-image-tooltip:before,
[data-wvstooltip]:after,
[data-wvstooltip]:before {
	bottom: 130%;
	-webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 7px 15px rgba(0, 0, 0, .3);
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	visibility: hidden;
	z-index: 999
}

.wvs-has-image-tooltip:before,
[data-wvstooltip]:before {
	background-color: var(--wvs-tooltip-background-color, #333);
	border-radius: 3px;
	color: var(--wvs-tooltip-text-color, #fff);
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
	padding: 7px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

[data-wvstooltip]:before {
	content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock);
	min-width: 100px
}

.wvs-has-image-tooltip:before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-image: var(--tooltip-background);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: attr(data-title);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
	height: calc(var(--tooltip-height) + 20px);
	justify-content: flex-end;
	line-height: 20px;
	padding: 0;
	width: var(--tooltip-width)
}

.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--wvs-tooltip-background-color, #333);
	content: " ";
	font-size: 0;
	line-height: 0;
	margin-left: -5px;
	width: 0
}

.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
	bottom: 120%;
	opacity: 1;
	visibility: visible
}

.wvs-theme-sober .product form.cart .variations .variable,
.wvs-theme-sober-child .product form.cart .variations .variable {
	margin-bottom: 15px !important
}

.wvs-theme-sober .product form.cart .variations .variable-options,
.wvs-theme-sober-child .product form.cart .variations .variable-options {
	border: 0 !important
}

.wvs-theme-sober .product form.cart .variations .arrow,
.wvs-theme-sober .product form.cart .variations .variable-options:after,
.wvs-theme-sober-child .product form.cart .variations .arrow,
.wvs-theme-sober-child .product form.cart .variations .variable-options:after {
	display: none
}

.wvs-theme-sober .product form.cart .variations .label,
.wvs-theme-sober-child .product form.cart .variations .label {
	display: block;
	margin-right: 10px;
	text-align: right
}

.wvs-theme-sober .product form.cart .variations .value,
.wvs-theme-sober-child .product form.cart .variations .value {
	-webkit-box-flex: unset;
	-ms-flex-positive: unset;
	flex-grow: unset
}

.wvs-theme-sober .product form.cart .variations select,
.wvs-theme-sober-child .product form.cart .variations select {
	-webkit-appearance: menulist-button !important;
	border: 1px solid #e4e6eb !important;
	padding: .5em 1em !important;
	text-align: left !important;
	-moz-text-align-last: left !important;
	text-align-last: left !important
}

.wvs-theme-sober .product form.cart .radio-variable-item,
.wvs-theme-sober-child .product form.cart .radio-variable-item {
	margin: 5px;
	text-align: left
}

.wvs-theme-sober .product form.cart .radio-variable-item:last-child,
.wvs-theme-sober-child .product form.cart .radio-variable-item:last-child {
	margin-right: 0
}

.wvs-theme-sober .product form.cart .radio-variable-item label,
.wvs-theme-sober-child .product form.cart .radio-variable-item label {
	margin: 0;
	padding-left: 30px
}

.wvs-theme-sober .product form.cart .radio-variable-item label:before,
.wvs-theme-sober-child .product form.cart .radio-variable-item label:before {
	border-radius: 100%;
	top: 0
}

.wvs-theme-sober .product form.cart .radio-variable-item label:after,
.wvs-theme-sober-child .product form.cart .radio-variable-item label:after {
	top: 8px
}

.wvs-theme-shophistic-lite.woocommerce #main .entry-summary .variations {
	display: block !important
}

.wvs-theme-shophistic-lite .ql_custom_variations {
	display: none !important
}

.wvs-theme-shophistic-lite .radio-variable-item input[type=radio] {
	display: inline-block;
	margin: 0
}

.wvs-theme-flatsome .variations .reset_variations {
	bottom: 0;
	left: 0;
	position: relative
}

.wvs-theme-storefront-child.single-product div.product,
.wvs-theme-storefront.single-product div.product {
	overflow: visible !important
}

.wvs-theme-stockholm .variations .reset_variations {
	bottom: 0;
	left: 0;
	position: relative;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.wvs-theme-kalium .image-variable-item img,
.wvs-theme-kalium-child .image-variable-item img {
	width: 100% !important
}

.wvs-theme-kalium .radio-variable-item input,
.wvs-theme-kalium-child .radio-variable-item input {
	height: 16px !important;
	width: 16px !important
}

.wvs-theme-kalium .woo-variation-items-wrapper .select-option-ui,
.wvs-theme-kalium-child .woo-variation-items-wrapper .select-option-ui {
	display: none
}

.wvs-theme-aurum .variable-items-wrapper .image-variable-item>img,
.wvs-theme-aurum-child .variable-items-wrapper .image-variable-item>img {
	width: 100%
}

.wvs-theme-hestia .woo-variation-items-wrapper.value:before {
	display: none !important
}

.wvs-theme-thegem .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-child .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper {
	display: none
}

.wvs-theme-thegem .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-child .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-elementor .wvs-archive-variation-wrapper .variations {
	padding: 0
}

.wvs-theme-ushop .variations_form,
.wvs-theme-ushop-child .variations_form {
	overflow: visible !important
}

.wvs-theme-ushop .single-product-summary .product_meta,
.wvs-theme-ushop-child .single-product-summary .product_meta {
	display: inline-table
}

.wvs-theme-savoy .woo-variation-items-wrapper,
.wvs-theme-savoy-child .woo-variation-items-wrapper {
	position: relative !important
}

.wvs-theme-savoy .woo-variation-items-wrapper .sod_select,
.wvs-theme-savoy-child .woo-variation-items-wrapper .sod_select {
	display: none !important
}

.wvs-theme-savoy .nm-variation-row,
.wvs-theme-savoy-child .nm-variation-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wvs-theme-woodstock .woo-variation-items-wrapper .variation-select,
.wvs-theme-woodstock-child .woo-variation-items-wrapper .variation-select {
	display: none !important
}

.wvs-theme-woodmart .wd-attr-selected,
.wvs-theme-woodmart .woo-variation-items-wrapper>.swatches-select,
.wvs-theme-woodmart-child .wd-attr-selected,
.wvs-theme-woodmart-child .woo-variation-items-wrapper>.swatches-select {
	display: none
}

.wvs-theme-gecko .variations .value.woo-variation-items-wrapper,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper {
	border: 0 !important
}

.wvs-theme-gecko .variations .value.woo-variation-items-wrapper:after,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper:after {
	display: none !important
}

.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection {
	border: 0;
	height: auto;
	width: auto
}

.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection .reset_variations {
	border: 1px solid #f04040;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #f04040;
	font-size: 8px !important;
	height: 20px;
	padding: 5px;
	width: 20px
}

.wvs-theme-claue .woo-variation-items-wrapper,
.wvs-theme-claue-child .woo-variation-items-wrapper {
	border: none
}

.wvs-theme-claue .woo-variation-items-wrapper:after,
.wvs-theme-claue-child .woo-variation-items-wrapper:after {
	display: none
}

.wvs-theme-jupiter table.variations,
.wvs-theme-jupiter-child table.variations {
	overflow: initial
}

.wvs-theme-oxygen .woo-variation-items-wrapper .select-wrapper,
.wvs-theme-oxygen-child .woo-variation-items-wrapper .select-wrapper {
	display: none
}

.wvs-theme-oxygen .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,
.wvs-theme-oxygen-child .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
	width: 18px
}

.wvs-theme-simple-elegant .woo-variation-items-wrapper .wi-nice-select,
.wvs-theme-simple-elegant-child .woo-variation-items-wrapper .wi-nice-select {
	display: none
}

.wvs-theme-twentytwenty table.variations,
.wvs-theme-twentytwenty-child table.variations {
	overflow: auto
}

.wvs-theme-divi .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,
.wvs-theme-divi-child .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,
.wvs-theme-jevelin .sh-woo-layout table.variations td select.woo-variation-raw-select,
.wvs-theme-jevelin-child .sh-woo-layout table.variations td select.woo-variation-raw-select {
	display: none !important
}

.wvs-theme-jevelin .sh-woo-layout table.variations,
.wvs-theme-jevelin-child .sh-woo-layout table.variations {
	max-width: 100%
}

.wvs-theme-jevelin .radio-variable-item label,
.wvs-theme-jevelin-child .radio-variable-item label {
	line-height: 1 !important
}

.woo-variation-swatches .woo-variation-raw-select+.select2,
.wvs-theme-stockie .woo-variation-raw-select+.select-styled,
.wvs-theme-stockie-child .woo-variation-raw-select+.select-styled {
	display: none !important
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 10px 0
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color>a {
	display: inline-block;
	position: relative
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .count {
	padding: 0 5px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .wvs-widget-item-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item {
	border: 2px solid #fff;
	-webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
	box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
	display: inline-block;
	float: left;
	height: 20px;
	margin: 0 4px;
	padding: 9px;
	-webkit-transition: -webkit-box-shadow .2s ease;
	transition: -webkit-box-shadow .2s ease;
	-o-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
	width: 20px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-squared {
	border-radius: 2px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-rounded {
	border-radius: 100%
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text {
	display: inline-block
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text :after {
	clear: both;
	content: "";
	display: inline
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color:hover .item {
	-webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
	box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd)
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color.woocommerce-widget-layered-nav-list__item--chosen .item {
	-webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
	box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000)
}

.woo-variation-swatches .variations td.value>span:after,
.woo-variation-swatches .variations td.value>span:before,
.woo-variation-swatches .woo-variation-raw-select,
.woo-variation-swatches .woo-variation-raw-select:after,
.woo-variation-swatches .woo-variation-raw-select:before {
	display: none !important
}

.woo-variation-swatches .woo-variation-swatches-variable-item-more {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.woo-variation-swatches .wvs-archive-variations-wrapper {
	display: block;
	width: 100%
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	height: var(--wvs-archive-product-item-height, 30px);
	width: var(--wvs-archive-product-item-width, 30px)
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	font-size: var(--wvs-archive-product-item-font-size, 16px)
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item {
	min-width: var(--wvs-archive-product-item-width, 30px)
}

.woo-variation-swatches ul.variations {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0
}

.woo-variation-swatches ul.variations,
.woo-variation-swatches ul.variations>li {
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.woo-variation-swatches ul.variations>li {
	-webkit-box-pack: var(--wvs-position);
	-ms-flex-pack: var(--wvs-position);
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: var(--wvs-position);
	margin: 5px 0
}

.woo-variation-swatches ul.variations .wvs_archive_reset_variations.hide {
	visibility: hidden
}

.woo-variation-swatches ul.variations .wvs_archive_reset_variations.show {
	visibility: visible
}

.woo-variation-swatches .variable-items-wrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0
}

.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item) {
	height: var(--wvs-single-product-large-item-height, 40px);
	width: var(--wvs-single-product-large-item-width, 40px)
}

.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item).button-variable-item {
	font-size: var(--wvs-single-product-large-item-font-size, 16px)
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	list-style: none;
	padding: 0 5px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
	cursor: pointer;
	vertical-align: middle
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
	height: 20px;
	margin: 5px;
	width: 20px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper {
	display: inline-block
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper img {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 40px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper .out-of-stock {
	display: inline-block;
	margin: 0;
	padding: 0
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
	display: inline-block;
	padding: 2px 0;
	width: auto
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover label {
	cursor: not-allowed;
	opacity: .5
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled .variable-item-radio-value,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover .variable-item-radio-value {
	text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:after,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:before,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:after,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:before {
	display: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:focus,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock label,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover label {
	opacity: .6;
	text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock .variable-item-radio-value,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover .variable-item-radio-value {
	text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:hover {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .1)
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .3)
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected:hover {
	-webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .9);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .9)
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item.variation-disabled {
	display: none !important
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
	height: 100%;
	margin: 0;
	padding: 0;
	pointer-events: none;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item>span {
	pointer-events: none
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--wvs-item-background-color, #fff);
	-webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
	box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--wvs-item-text-color, #000);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--wvs-single-product-item-height, 30px);
	justify-content: center;
	margin: 4px;
	padding: 2px;
	position: relative;
	width: var(--wvs-single-product-item-width, 30px)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child {
	margin-right: 0
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock span {
	opacity: .6
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before {
	background-image: var(--wvs-cross);
	background-position: 50%;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	background-color: var(--wvs-hover-item-background-color, #fff);
	color: var(--wvs-hover-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	-webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
	box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	-webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
	box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
	color: var(--wvs-selected-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
	cursor: not-allowed;
	overflow: hidden;
	pointer-events: none;
	position: relative
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span {
	opacity: .6
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
	background-image: var(--wvs-cross);
	background-position: 50%;
	background-repeat: no-repeat;
	/* content: " "; */
	display: block;
	height: 100%;
	position: absolute;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	background-image: var(--wvs-tick);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60%;
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
	display: block;
	height: 100%;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	font-size: var(--wvs-single-product-item-font-size, 16px);
	text-align: center
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	background-color: var(--wvs-selected-item-background-color, #fff);
	color: var(--wvs-selected-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:before {
	border-bottom: 3px solid #de8604;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: " ";
	left: 50%;
	margin-left: -3px;
	position: absolute;
	top: calc(100% - 1px);
	width: 0;
	z-index: 1
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:after {
	left: 50%;
	min-width: 36px;
	position: absolute;
	text-align: center;
	top: calc(100% + 2px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled) .wvs-stock-left-info:after {
	background: #de8604;
	border-radius: 2px !important;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .38);
	box-shadow: 0 0 2px rgba(0, 0, 0, .38);
	color: #fff;
	content: attr(data-wvs-stock-info);
	font-size: 10px;
	font-style: italic;
	line-height: 1;
	padding: 2px;
	text-shadow: 0 1px rgba(0, 0, 0, .251)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled).radio-variable-item .wvs-stock-left-info:after {
	margin-left: 5px
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 100%
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span,
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
	border-radius: 100%;
	line-height: 1;
	margin: 0;
	overflow: hidden
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item {
	border-radius: 2px
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item img {
	border-radius: 100%
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 2px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	min-width: var(--wvs-single-product-item-width);
	width: auto
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	padding: 0 5px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:after {
	border-radius: 0
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item {
	border-radius: 2px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img {
	border-radius: 5px
}

.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover label {
	cursor: not-allowed;
	opacity: .5;
	text-decoration: line-through
}

.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:after,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:before,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:after,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:before {
	display: none
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock:hover .variable-item-contents:before {
	background-image: none
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover {
	overflow: hidden
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover label {
	opacity: .3;
	pointer-events: none
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled {
	font-size: 0;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	opacity: 0;
	padding: 0 !important;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	visibility: hidden;
	width: 0 !important
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled.radio-variable-item {
	width: auto !important
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.no-stock .variable-item-contents:before {
	background-image: none
}

.woo-variation-swatches.rtl .variable-items-wrapper .variable-item {
	text-align: right
}

.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 4px 0 4px 8px
}

.woo-variation-swatches.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
	margin-left: 5px;
	margin-right: 0
}

.woo-variation-swatches.woocommerce .product.elementor table.variations td.value:before {
	display: none !important
}

.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper {
	display: block !important
}

.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	float: left
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
	display: block;
	width: auto !important
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations td label,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th label {
	display: inline-block;
	margin: 0 2px
}

.woo-variation-swatches .grouped-variable-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none !important
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .group-variable-items-wrapper {
	margin-top: 10px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .no-group-variable-items-wrapper {
	margin-top: 20px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper {
	margin-right: 20px;
	margin-top: 10px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper:last-child,
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .no-group-variable-items-wrapper {
	margin-right: 0
}

.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0
}

.woo-variation-swatches .grouped-variable-items .group-variable-items-name {
	font-style: italic
}

:root {
	--wvs-tick: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");
	--wvs-cross: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 5px rgb(255 255 255 / .6))' xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff0000' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E");
	--wvs-single-product-item-width: 30px;
	--wvs-single-product-item-height: 30px;
	--wvs-single-product-item-font-size: 16px
}

.yith-wcbr-brands {
	display: block;
	margin-top: 15px
}

.list .yith-wcbr-brands {
	text-align: left
}

li.product .yith-wcbr-brands {
	margin: 15px 0
}

.yith-wcbr-brands-logo {
	display: block;
	margin-top: 15px
}

.list .yith-wcbr-brands-logo {
	text-align: left
}

li.product .yith-wcbr-brands-logo {
	margin: 15px 0
}

.yith-wcbr-brands-logo a {
	display: inline-block;
	border: none !important;
	margin-right: 15px
}

.yith-wcbr-brands-logo a:last-child {
	margin-right: 0
}

.yith-wcbr-brands-header-wrapper {
	margin: 15px 0
}

.yith-wfbt-section {
	clear: both
}

.yith-wfbt-section .yith-wfbt-items {
	list-style-type: circle;
	clear: both;
	padding: 0;
	margin-left: 20px;
	margin-top: 10px
}

.yith-wfbt-section .yith-wfbt-images {
	margin: 10px 15px 10px 0;
	float: left;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	width: auto
}

.yith-wfbt-section .yith-wfbt-images td {
	border: 0;
	padding: 10px 0;
	vertical-align: middle
}

.yith-wfbt-section .yith-wfbt-images td img {
	width: 100px;
	height: auto
}

.yith-wfbt-section .yith-wfbt-images .image_plus {
	width: 20px;
	text-align: center
}

.woocommerce div.product .yith-wfbt-items .price {
	font-size: 18px
}

.woocommerce div.product .yith-wfbt-items .price del,
.woocommerce div.product .yith-wfbt-items .price ins {
	display: inline-block
}

.yith-wfbt-submit-block .yith-wfbt-submit-button {
	background: #222;
	color: #fff
}

.yith-wfbt-submit-block .yith-wfbt-submit-button:hover {
	background: #777;
	color: #fff
}

div.questions-section a {
	border: none
}

ol.ywqa-question-list {
	list-style-type: none;
	font-size: 14px;
	padding-left: 0
}

div.question-content {
	font-weight: 600;
	margin-bottom: 13px
}

span.question-symbol,
span.answer-symbol {
	display: inline-block;
	text-align: center;
	border: 1px solid #c7c7c7;
	width: 25px;
	height: 25px;
	font-weight: 600
}

span.admin-answer-symbol {
	border: none;
	padding: 3px 5px;
	background-color: #ffde00;
	font-weight: 700
}

li.question-container {
	clear: both;
	display: inline-block;
	width: 100%;
	min-height: 70px;
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 0
}

div.question-text {
	float: left;
	width: 80%
}

#ywqa_ask_question_text {
	width: 80%
}

#ywqa-submit-question {
	float: right
}

div.parent-question {
	color: #666;
	font-size: 16px
}

div.question-owner {
	font-size: 11px;
	padding: 10px 0
}

span.answer-author-name,
span.question-author-name {
	color: #000;
	font-weight: 600
}

input#ywqa-send-answer {
	float: right;
	background-color: #4c4c4c;
	border: none;
	color: #fff;
	padding: 5px 15px;
	opacity: .8
}

textarea#ywqa_send_answer_text {
	margin-bottom: 10px
}

div#ywqa_answer_list {
	clear: both
}

div.answer-owner {
	font-size: 11px;
	padding: 10px 0
}

li.answer-container {
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 0
}

div#new-answer-header {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px
}

div#submit_answer {
	overflow: hidden
}

span.answer-list-count {
	font-size: 11px;
	display: inline-block
}

span.question a,
#show-all-questions a.show-questions {
	color: #666;
	font-weight: 600
}

span.question a:hover,
#show-all-questions a.show-questions:hover {
	color: #000;
	font-weight: 600
}

span.question,
span.answer {
	padding-left: 10px
}

div.all-answers-section a.all-answers {
	color: #666;
	background-color: #f2f2f2;
	border: 1px solid #c7c7c7;
	padding: 3px 10px;
	margin-top: 15px;
	display: inline-block
}

div.all-answers-section a.all-answers:hover {
	color: #fff;
	background-color: #4c4c4c;
	border-color: #4c4c4c
}

.questions-section h3 {
	margin-bottom: 15px;
	margin-top: 30px;
	padding-left: 40px
}

#ask_question {
	padding-left: 40px
}

input#ywqa_ask_question_text {
	border: 1px solid #e2e2e2;
	padding: 10px;
	float: left;
	height: 100%
}

input#ywqa-submit-question {
	color: #fff;
	background-color: #4c4c4c;
	border-color: #4c4c4c;
	float: left;
	height: 100%;
	font-weight: 600;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase
}

div.ywqa-ask-question {
	height: 45px
}

#ywqa_question_list {
	padding-left: 40px
}

div#show-all-questions {
	margin-bottom: 20px
}

#tab-questions a.back-to-product {
	font-size: 12px;
	float: right
}

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
	overflow: hidden
}

#yith-quick-view-modal {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1400;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

#yith-quick-view-modal:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8)
}

#yith-quick-view-modal .yith-wcqv-wrapper {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
	height: 600px;
	width: 1000px
}

#yith-quick-view-modal .yith-wcqv-main {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
	box-shadow: 0 0 0 10px rgba(255, 255, 255, .2)
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
	visibility: visible;
	opacity: 1
}

#yith-quick-view-modal #yith-quick-view-content {
	height: 100%
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
	content: '';
	display: table;
	clear: both
}

#yith-quick-view-modal.open .yith-wcqv-main {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	height: 100%;
	overflow-y: scroll;
	position: relative
}

#yith-quick-view-close {
	border: 1px solid;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	z-index: 2;
	opacity: .5
}

#yith-quick-view-close:hover {
	opacity: 1;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease
}

#yith-quick-view-content div.images {
	width: 40%;
	float: left;
	opacity: 1 !important;
	margin: 0
}

#yith-quick-view-content div.summary {
	margin: 0;
	padding: 15px;
	width: 60%;
	float: left;
	font-size: inherit
}

#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
	content: '';
	display: table;
	clear: both
}

#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
	display: none
}

#yith-quick-view-content .onsale {
	top: 5px;
	right: auto;
	left: 5px
}

#yith-quick-view-content figure.woocommerce-product-gallery__wrapper>div:not(:first-child) {
	display: none
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
	background: 0 0
}

@media(max-width:480px) {

	#yith-quick-view-content div.images,
	#yith-quick-view-content div.summary {
		width: 100%;
		float: none
	}

	#yith-quick-view-content div.summary {
		margin: 0;
		padding: 15px;
		width: 100%;
		float: left
	}
}

#yith-quick-view-modal .yith-wcqv-main {
	background: #fff
}

#yith-quick-view-close {
	color: #cdcdcd
}

#yith-quick-view-close:hover {
	color: red
}

/*! elementor-icons - v5.20.0 - 29-03-2023 */
@font-face {
	font-family: eicons;
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.20.0);
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.20.0#iefix) format("embedded-opentype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.20.0) format("woff2"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.20.0) format("woff"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.20.0) format("truetype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.20.0#eicon) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	animation: a 2s infinite linear
}

.eicon-editor-link:before {
	content: "\e800"
}

.eicon-editor-unlink:before {
	content: "\e801"
}

.eicon-editor-external-link:before {
	content: "\e802"
}

.eicon-editor-close:before {
	content: "\e803"
}

.eicon-editor-list-ol:before {
	content: "\e804"
}

.eicon-editor-list-ul:before {
	content: "\e805"
}

.eicon-editor-bold:before {
	content: "\e806"
}

.eicon-editor-italic:before {
	content: "\e807"
}

.eicon-editor-underline:before {
	content: "\e808"
}

.eicon-editor-paragraph:before {
	content: "\e809"
}

.eicon-editor-h1:before {
	content: "\e80a"
}

.eicon-editor-h2:before {
	content: "\e80b"
}

.eicon-editor-h3:before {
	content: "\e80c"
}

.eicon-editor-h4:before {
	content: "\e80d"
}

.eicon-editor-h5:before {
	content: "\e80e"
}

.eicon-editor-h6:before {
	content: "\e80f"
}

.eicon-editor-quote:before {
	content: "\e810"
}

.eicon-editor-code:before {
	content: "\e811"
}

.eicon-elementor:before {
	content: "\e812"
}

.eicon-elementor-circle:before {
	content: "\e813"
}

.eicon-pojome:before {
	content: "\e814"
}

.eicon-plus:before {
	content: "\e815"
}

.eicon-menu-bar:before {
	content: "\e816"
}

.eicon-apps:before {
	content: "\e817"
}

.eicon-accordion:before {
	content: "\e818"
}

.eicon-alert:before {
	content: "\e819"
}

.eicon-animation-text:before {
	content: "\e81a"
}

.eicon-animation:before {
	content: "\e81b"
}

.eicon-banner:before {
	content: "\e81c"
}

.eicon-blockquote:before {
	content: "\e81d"
}

.eicon-button:before {
	content: "\e81e"
}

.eicon-call-to-action:before {
	content: "\e81f"
}

.eicon-captcha:before {
	content: "\e820"
}

.eicon-carousel:before {
	content: "\e821"
}

.eicon-checkbox:before {
	content: "\e822"
}

.eicon-columns:before {
	content: "\e823"
}

.eicon-countdown:before {
	content: "\e824"
}

.eicon-counter:before {
	content: "\e825"
}

.eicon-date:before {
	content: "\e826"
}

.eicon-divider-shape:before {
	content: "\e827"
}

.eicon-divider:before {
	content: "\e828"
}

.eicon-download-button:before {
	content: "\e829"
}

.eicon-dual-button:before {
	content: "\e82a"
}

.eicon-email-field:before {
	content: "\e82b"
}

.eicon-facebook-comments:before {
	content: "\e82c"
}

.eicon-facebook-like-box:before {
	content: "\e82d"
}

.eicon-form-horizontal:before {
	content: "\e82e"
}

.eicon-form-vertical:before {
	content: "\e82f"
}

.eicon-gallery-grid:before {
	content: "\e830"
}

.eicon-gallery-group:before {
	content: "\e831"
}

.eicon-gallery-justified:before {
	content: "\e832"
}

.eicon-gallery-masonry:before {
	content: "\e833"
}

.eicon-icon-box:before {
	content: "\e834"
}

.eicon-image-before-after:before {
	content: "\e835"
}

.eicon-image-box:before {
	content: "\e836"
}

.eicon-image-hotspot:before {
	content: "\e837"
}

.eicon-image-rollover:before {
	content: "\e838"
}

.eicon-info-box:before {
	content: "\e839"
}

.eicon-inner-section:before {
	content: "\e83a"
}

.eicon-mailchimp:before {
	content: "\e83b"
}

.eicon-menu-card:before {
	content: "\e83c"
}

.eicon-navigation-horizontal:before {
	content: "\e83d"
}

.eicon-nav-menu:before {
	content: "\e83e"
}

.eicon-navigation-vertical:before {
	content: "\e83f"
}

.eicon-number-field:before {
	content: "\e840"
}

.eicon-parallax:before {
	content: "\e841"
}

.eicon-php7:before {
	content: "\e842"
}

.eicon-post-list:before {
	content: "\e843"
}

.eicon-post-slider:before {
	content: "\e844"
}

.eicon-post:before {
	content: "\e845"
}

.eicon-posts-carousel:before {
	content: "\e846"
}

.eicon-posts-grid:before {
	content: "\e847"
}

.eicon-posts-group:before {
	content: "\e848"
}

.eicon-posts-justified:before {
	content: "\e849"
}

.eicon-posts-masonry:before {
	content: "\e84a"
}

.eicon-posts-ticker:before {
	content: "\e84b"
}

.eicon-price-list:before {
	content: "\e84c"
}

.eicon-price-table:before {
	content: "\e84d"
}

.eicon-radio:before {
	content: "\e84e"
}

.eicon-rtl:before {
	content: "\e84f"
}

.eicon-scroll:before {
	content: "\e850"
}

.eicon-search:before {
	content: "\e851"
}

.eicon-select:before {
	content: "\e852"
}

.eicon-share:before {
	content: "\e853"
}

.eicon-sidebar:before {
	content: "\e854"
}

.eicon-skill-bar:before {
	content: "\e855"
}

.eicon-slider-3d:before {
	content: "\e856"
}

.eicon-slider-album:before {
	content: "\e857"
}

.eicon-slider-device:before {
	content: "\e858"
}

.eicon-slider-full-screen:before {
	content: "\e859"
}

.eicon-slider-push:before {
	content: "\e85a"
}

.eicon-slider-vertical:before {
	content: "\e85b"
}

.eicon-slider-video:before {
	content: "\e85c"
}

.eicon-slides:before {
	content: "\e85d"
}

.eicon-social-icons:before {
	content: "\e85e"
}

.eicon-spacer:before {
	content: "\e85f"
}

.eicon-table:before {
	content: "\e860"
}

.eicon-tabs:before {
	content: "\e861"
}

.eicon-tel-field:before {
	content: "\e862"
}

.eicon-text-area:before {
	content: "\e863"
}

.eicon-text-field:before {
	content: "\e864"
}

.eicon-thumbnails-down:before {
	content: "\e865"
}

.eicon-thumbnails-half:before {
	content: "\e866"
}

.eicon-thumbnails-right:before {
	content: "\e867"
}

.eicon-time-line:before {
	content: "\e868"
}

.eicon-toggle:before {
	content: "\e869"
}

.eicon-url:before {
	content: "\e86a"
}

.eicon-t-letter:before {
	content: "\e86b"
}

.eicon-wordpress:before {
	content: "\e86c"
}

.eicon-text:before {
	content: "\e86d"
}

.eicon-anchor:before {
	content: "\e86e"
}

.eicon-bullet-list:before {
	content: "\e86f"
}

.eicon-code:before {
	content: "\e870"
}

.eicon-favorite:before {
	content: "\e871"
}

.eicon-google-maps:before {
	content: "\e872"
}

.eicon-image:before {
	content: "\e873"
}

.eicon-photo-library:before {
	content: "\e874"
}

.eicon-woocommerce:before {
	content: "\e875"
}

.eicon-youtube:before {
	content: "\e876"
}

.eicon-flip-box:before {
	content: "\e877"
}

.eicon-settings:before {
	content: "\e878"
}

.eicon-headphones:before {
	content: "\e879"
}

.eicon-testimonial:before {
	content: "\e87a"
}

.eicon-counter-circle:before {
	content: "\e87b"
}

.eicon-person:before {
	content: "\e87c"
}

.eicon-chevron-right:before {
	content: "\e87d"
}

.eicon-chevron-left:before {
	content: "\e87e"
}

.eicon-close:before {
	content: "\e87f"
}

.eicon-file-download:before {
	content: "\e880"
}

.eicon-save:before {
	content: "\e881"
}

.eicon-zoom-in:before {
	content: "\e882"
}

.eicon-shortcode:before {
	content: "\e883"
}

.eicon-nerd:before {
	content: "\e884"
}

.eicon-device-desktop:before {
	content: "\e885"
}

.eicon-device-tablet:before {
	content: "\e886"
}

.eicon-device-mobile:before {
	content: "\e887"
}

.eicon-document-file:before {
	content: "\e888"
}

.eicon-folder-o:before {
	content: "\e889"
}

.eicon-hypster:before {
	content: "\e88a"
}

.eicon-h-align-left:before {
	content: "\e88b"
}

.eicon-h-align-right:before {
	content: "\e88c"
}

.eicon-h-align-center:before {
	content: "\e88d"
}

.eicon-h-align-stretch:before {
	content: "\e88e"
}

.eicon-v-align-top:before {
	content: "\e88f"
}

.eicon-v-align-bottom:before {
	content: "\e890"
}

.eicon-v-align-middle:before {
	content: "\e891"
}

.eicon-v-align-stretch:before {
	content: "\e892"
}

.eicon-pro-icon:before {
	content: "\e893"
}

.eicon-mail:before {
	content: "\e894"
}

.eicon-lock-user:before {
	content: "\e895"
}

.eicon-testimonial-carousel:before {
	content: "\e896"
}

.eicon-media-carousel:before {
	content: "\e897"
}

.eicon-section:before {
	content: "\e898"
}

.eicon-column:before {
	content: "\e899"
}

.eicon-edit:before {
	content: "\e89a"
}

.eicon-clone:before {
	content: "\e89b"
}

.eicon-trash:before {
	content: "\e89c"
}

.eicon-play:before {
	content: "\e89d"
}

.eicon-angle-right:before {
	content: "\e89e"
}

.eicon-angle-left:before {
	content: "\e89f"
}

.eicon-animated-headline:before {
	content: "\e8a0"
}

.eicon-menu-toggle:before {
	content: "\e8a1"
}

.eicon-fb-embed:before {
	content: "\e8a2"
}

.eicon-fb-feed:before {
	content: "\e8a3"
}

.eicon-twitter-embed:before {
	content: "\e8a4"
}

.eicon-twitter-feed:before {
	content: "\e8a5"
}

.eicon-sync:before {
	content: "\e8a6"
}

.eicon-import-export:before {
	content: "\e8a7"
}

.eicon-check-circle:before {
	content: "\e8a8"
}

.eicon-library-save:before {
	content: "\e8a9"
}

.eicon-library-download:before {
	content: "\e8aa"
}

.eicon-insert:before {
	content: "\e8ab"
}

.eicon-preview-medium:before {
	content: "\e8ac"
}

.eicon-sort-down:before {
	content: "\e8ad"
}

.eicon-sort-up:before {
	content: "\e8ae"
}

.eicon-heading:before {
	content: "\e8af"
}

.eicon-logo:before {
	content: "\e8b0"
}

.eicon-meta-data:before {
	content: "\e8b1"
}

.eicon-post-content:before {
	content: "\e8b2"
}

.eicon-post-excerpt:before {
	content: "\e8b3"
}

.eicon-post-navigation:before {
	content: "\e8b4"
}

.eicon-yoast:before {
	content: "\e8b5"
}

.eicon-nerd-chuckle:before {
	content: "\e8b6"
}

.eicon-nerd-wink:before {
	content: "\e8b7"
}

.eicon-comments:before {
	content: "\e8b8"
}

.eicon-download-circle-o:before {
	content: "\e8b9"
}

.eicon-library-upload:before {
	content: "\e8ba"
}

.eicon-save-o:before {
	content: "\e8bb"
}

.eicon-upload-circle-o:before {
	content: "\e8bc"
}

.eicon-ellipsis-h:before {
	content: "\e8bd"
}

.eicon-ellipsis-v:before {
	content: "\e8be"
}

.eicon-arrow-left:before {
	content: "\e8bf"
}

.eicon-arrow-right:before {
	content: "\e8c0"
}

.eicon-arrow-up:before {
	content: "\e8c1"
}

.eicon-arrow-down:before {
	content: "\e8c2"
}

.eicon-play-o:before {
	content: "\e8c3"
}

.eicon-archive-posts:before {
	content: "\e8c4"
}

.eicon-archive-title:before {
	content: "\e8c5"
}

.eicon-featured-image:before {
	content: "\e8c6"
}

.eicon-post-info:before {
	content: "\e8c7"
}

.eicon-post-title:before {
	content: "\e8c8"
}

.eicon-site-logo:before {
	content: "\e8c9"
}

.eicon-site-search:before {
	content: "\e8ca"
}

.eicon-site-title:before {
	content: "\e8cb"
}

.eicon-plus-square:before {
	content: "\e8cc"
}

.eicon-minus-square:before {
	content: "\e8cd"
}

.eicon-cloud-check:before {
	content: "\e8ce"
}

.eicon-drag-n-drop:before {
	content: "\e8cf"
}

.eicon-welcome:before {
	content: "\e8d0"
}

.eicon-handle:before {
	content: "\e8d1"
}

.eicon-cart:before {
	content: "\e8d2"
}

.eicon-product-add-to-cart:before {
	content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
	content: "\e8d4"
}

.eicon-product-categories:before {
	content: "\e8d5"
}

.eicon-product-description:before {
	content: "\e8d6"
}

.eicon-product-images:before {
	content: "\e8d7"
}

.eicon-product-info:before {
	content: "\e8d8"
}

.eicon-product-meta:before {
	content: "\e8d9"
}

.eicon-product-pages:before {
	content: "\e8da"
}

.eicon-product-price:before {
	content: "\e8db"
}

.eicon-product-rating:before {
	content: "\e8dc"
}

.eicon-product-related:before {
	content: "\e8dd"
}

.eicon-product-stock:before {
	content: "\e8de"
}

.eicon-product-tabs:before {
	content: "\e8df"
}

.eicon-product-title:before {
	content: "\e8e0"
}

.eicon-product-upsell:before {
	content: "\e8e1"
}

.eicon-products:before {
	content: "\e8e2"
}

.eicon-bag-light:before {
	content: "\e8e3"
}

.eicon-bag-medium:before {
	content: "\e8e4"
}

.eicon-bag-solid:before {
	content: "\e8e5"
}

.eicon-basket-light:before {
	content: "\e8e6"
}

.eicon-basket-medium:before {
	content: "\e8e7"
}

.eicon-basket-solid:before {
	content: "\e8e8"
}

.eicon-cart-light:before {
	content: "\e8e9"
}

.eicon-cart-medium:before {
	content: "\e8ea"
}

.eicon-cart-solid:before {
	content: "\e8eb"
}

.eicon-exchange:before {
	content: "\e8ec"
}

.eicon-preview-thin:before {
	content: "\e8ed"
}

.eicon-device-laptop:before {
	content: "\e8ee"
}

.eicon-collapse:before {
	content: "\e8ef"
}

.eicon-expand:before {
	content: "\e8f0"
}

.eicon-navigator:before {
	content: "\e8f1"
}

.eicon-plug:before {
	content: "\e8f2"
}

.eicon-dashboard:before {
	content: "\e8f3"
}

.eicon-typography:before {
	content: "\e8f4"
}

.eicon-info-circle-o:before {
	content: "\e8f5"
}

.eicon-integration:before {
	content: "\e8f6"
}

.eicon-plus-circle-o:before {
	content: "\e8f7"
}

.eicon-rating:before {
	content: "\e8f8"
}

.eicon-review:before {
	content: "\e8f9"
}

.eicon-tools:before {
	content: "\e8fa"
}

.eicon-loading:before {
	content: "\e8fb"
}

.eicon-sitemap:before {
	content: "\e8fc"
}

.eicon-click:before {
	content: "\e8fd"
}

.eicon-clock:before {
	content: "\e8fe"
}

.eicon-library-open:before {
	content: "\e8ff"
}

.eicon-warning:before {
	content: "\e900"
}

.eicon-flow:before {
	content: "\e901"
}

.eicon-cursor-move:before {
	content: "\e902"
}

.eicon-arrow-circle-left:before {
	content: "\e903"
}

.eicon-flash:before {
	content: "\e904"
}

.eicon-redo:before {
	content: "\e905"
}

.eicon-ban:before {
	content: "\e906"
}

.eicon-barcode:before {
	content: "\e907"
}

.eicon-calendar:before {
	content: "\e908"
}

.eicon-caret-left:before {
	content: "\e909"
}

.eicon-caret-right:before {
	content: "\e90a"
}

.eicon-caret-up:before {
	content: "\e90b"
}

.eicon-chain-broken:before {
	content: "\e90c"
}

.eicon-check-circle-o:before {
	content: "\e90d"
}

.eicon-check:before {
	content: "\e90e"
}

.eicon-chevron-double-left:before {
	content: "\e90f"
}

.eicon-chevron-double-right:before {
	content: "\e910"
}

.eicon-undo:before {
	content: "\e911"
}

.eicon-filter:before {
	content: "\e912"
}

.eicon-circle-o:before {
	content: "\e913"
}

.eicon-circle:before {
	content: "\e914"
}

.eicon-clock-o:before {
	content: "\e915"
}

.eicon-cog:before {
	content: "\e916"
}

.eicon-cogs:before {
	content: "\e917"
}

.eicon-commenting-o:before {
	content: "\e918"
}

.eicon-copy:before {
	content: "\e919"
}

.eicon-database:before {
	content: "\e91a"
}

.eicon-dot-circle-o:before {
	content: "\e91b"
}

.eicon-envelope:before {
	content: "\e91c"
}

.eicon-external-link-square:before {
	content: "\e91d"
}

.eicon-eyedropper:before {
	content: "\e91e"
}

.eicon-folder:before {
	content: "\e91f"
}

.eicon-font:before {
	content: "\e920"
}

.eicon-adjust:before {
	content: "\e921"
}

.eicon-lightbox:before {
	content: "\e922"
}

.eicon-heart-o:before {
	content: "\e923"
}

.eicon-history:before {
	content: "\e924"
}

.eicon-image-bold:before {
	content: "\e925"
}

.eicon-info-circle:before {
	content: "\e926"
}

.eicon-link:before {
	content: "\e927"
}

.eicon-long-arrow-left:before {
	content: "\e928"
}

.eicon-long-arrow-right:before {
	content: "\e929"
}

.eicon-caret-down:before {
	content: "\e92a"
}

.eicon-paint-brush:before {
	content: "\e92b"
}

.eicon-pencil:before {
	content: "\e92c"
}

.eicon-plus-circle:before {
	content: "\e92d"
}

.eicon-zoom-in-bold:before {
	content: "\e92e"
}

.eicon-sort-amount-desc:before {
	content: "\e92f"
}

.eicon-sign-out:before {
	content: "\e930"
}

.eicon-spinner:before {
	content: "\e931"
}

.eicon-square:before {
	content: "\e932"
}

.eicon-star-o:before {
	content: "\e933"
}

.eicon-star:before {
	content: "\e934"
}

.eicon-text-align-justify:before {
	content: "\e935"
}

.eicon-text-align-center:before {
	content: "\e936"
}

.eicon-tags:before {
	content: "\e937"
}

.eicon-text-align-left:before {
	content: "\e938"
}

.eicon-text-align-right:before {
	content: "\e939"
}

.eicon-close-circle:before {
	content: "\e93a"
}

.eicon-trash-o:before {
	content: "\e93b"
}

.eicon-font-awesome:before {
	content: "\e93c"
}

.eicon-user-circle-o:before {
	content: "\e93d"
}

.eicon-video-camera:before {
	content: "\e93e"
}

.eicon-heart:before {
	content: "\e93f"
}

.eicon-wrench:before {
	content: "\e940"
}

.eicon-help:before {
	content: "\e941"
}

.eicon-help-o:before {
	content: "\e942"
}

.eicon-zoom-out-bold:before {
	content: "\e943"
}

.eicon-plus-square-o:before {
	content: "\e944"
}

.eicon-minus-square-o:before {
	content: "\e945"
}

.eicon-minus-circle:before {
	content: "\e946"
}

.eicon-minus-circle-o:before {
	content: "\e947"
}

.eicon-code-bold:before {
	content: "\e948"
}

.eicon-cloud-upload:before {
	content: "\e949"
}

.eicon-search-bold:before {
	content: "\e94a"
}

.eicon-map-pin:before {
	content: "\e94b"
}

.eicon-meetup:before {
	content: "\e94c"
}

.eicon-slideshow:before {
	content: "\e94d"
}

.eicon-t-letter-bold:before {
	content: "\e94e"
}

.eicon-preferences:before {
	content: "\e94f"
}

.eicon-table-of-contents:before {
	content: "\e950"
}

.eicon-tv:before {
	content: "\e951"
}

.eicon-upload:before {
	content: "\e952"
}

.eicon-instagram-comments:before {
	content: "\e953"
}

.eicon-instagram-nested-gallery:before {
	content: "\e954"
}

.eicon-instagram-post:before {
	content: "\e955"
}

.eicon-instagram-video:before {
	content: "\e956"
}

.eicon-instagram-gallery:before {
	content: "\e957"
}

.eicon-instagram-likes:before {
	content: "\e958"
}

.eicon-facebook:before {
	content: "\e959"
}

.eicon-twitter:before {
	content: "\e95a"
}

.eicon-pinterest:before {
	content: "\e95b"
}

.eicon-frame-expand:before {
	content: "\e95c"
}

.eicon-frame-minimize:before {
	content: "\e95d"
}

.eicon-archive:before {
	content: "\e95e"
}

.eicon-colors-typography:before {
	content: "\e95f"
}

.eicon-custom:before {
	content: "\e960"
}

.eicon-footer:before {
	content: "\e961"
}

.eicon-header:before {
	content: "\e962"
}

.eicon-layout-settings:before {
	content: "\e963"
}

.eicon-lightbox-expand:before {
	content: "\e964"
}

.eicon-error-404:before {
	content: "\e965"
}

.eicon-theme-style:before {
	content: "\e966"
}

.eicon-search-results:before {
	content: "\e967"
}

.eicon-single-post:before {
	content: "\e968"
}

.eicon-site-identity:before {
	content: "\e969"
}

.eicon-theme-builder:before {
	content: "\e96a"
}

.eicon-download-bold:before {
	content: "\e96b"
}

.eicon-share-arrow:before {
	content: "\e96c"
}

.eicon-global-settings:before {
	content: "\e96d"
}

.eicon-user-preferences:before {
	content: "\e96e"
}

.eicon-lock:before {
	content: "\e96f"
}

.eicon-export-kit:before {
	content: "\e970"
}

.eicon-import-kit:before {
	content: "\e971"
}

.eicon-lottie:before {
	content: "\e972"
}

.eicon-products-archive:before {
	content: "\e973"
}

.eicon-single-product:before {
	content: "\e974"
}

.eicon-disable-trash-o:before {
	content: "\e975"
}

.eicon-single-page:before {
	content: "\e976"
}

.eicon-wordpress-light:before {
	content: "\e977"
}

.eicon-cogs-check:before {
	content: "\e978"
}

.eicon-custom-css:before {
	content: "\e979"
}

.eicon-global-colors:before {
	content: "\e97a"
}

.eicon-globe:before {
	content: "\e97b"
}

.eicon-typography-1:before {
	content: "\e97c"
}

.eicon-background:before {
	content: "\e97d"
}

.eicon-device-responsive:before {
	content: "\e97e"
}

.eicon-device-wide:before {
	content: "\e97f"
}

.eicon-code-highlight:before {
	content: "\e980"
}

.eicon-video-playlist:before {
	content: "\e981"
}

.eicon-download-kit:before {
	content: "\e982"
}

.eicon-kit-details:before {
	content: "\e983"
}

.eicon-kit-parts:before {
	content: "\e984"
}

.eicon-kit-upload:before {
	content: "\e985"
}

.eicon-kit-plugins:before {
	content: "\e986"
}

.eicon-kit-upload-alt:before {
	content: "\e987"
}

.eicon-hotspot:before {
	content: "\e988"
}

.eicon-paypal-button:before {
	content: "\e989"
}

.eicon-shape:before {
	content: "\e98a"
}

.eicon-wordart:before {
	content: "\e98b"
}

.eicon-checkout:before {
	content: "\e98c"
}

.eicon-container:before {
	content: "\e98d"
}

.eicon-flip:before {
	content: "\e98e"
}

.eicon-info:before {
	content: "\e98f"
}

.eicon-my-account:before {
	content: "\e990"
}

.eicon-purchase-summary:before {
	content: "\e991"
}

.eicon-page-transition:before {
	content: "\e992"
}

.eicon-spotify:before {
	content: "\e993"
}

.eicon-stripe-button:before {
	content: "\e994"
}

.eicon-woo-settings:before {
	content: "\e995"
}

.eicon-woo-cart:before {
	content: "\e996"
}

.eicon-grow:before {
	content: "\e997"
}

.eicon-order-end:before {
	content: "\e998"
}

.eicon-nowrap:before {
	content: "\e999"
}

.eicon-order-start:before {
	content: "\e99a"
}

.eicon-progress-tracker:before {
	content: "\e99b"
}

.eicon-shrink:before {
	content: "\e99c"
}

.eicon-wrap:before {
	content: "\e99d"
}

.eicon-align-center-h:before {
	content: "\e99e"
}

.eicon-align-center-v:before {
	content: "\e99f"
}

.eicon-align-end-h:before {
	content: "\e9a0"
}

.eicon-align-end-v:before {
	content: "\e9a1"
}

.eicon-align-start-h:before {
	content: "\e9a2"
}

.eicon-align-start-v:before {
	content: "\e9a3"
}

.eicon-align-stretch-h:before {
	content: "\e9a4"
}

.eicon-align-stretch-v:before {
	content: "\e9a5"
}

.eicon-justify-center-h:before {
	content: "\e9a6"
}

.eicon-justify-center-v:before {
	content: "\e9a7"
}

.eicon-justify-end-h:before {
	content: "\e9a8"
}

.eicon-justify-end-v:before {
	content: "\e9a9"
}

.eicon-justify-space-around-h:before {
	content: "\e9aa"
}

.eicon-justify-space-around-v:before {
	content: "\e9ab"
}

.eicon-justify-space-between-h:before {
	content: "\e9ac"
}

.eicon-justify-space-between-v:before {
	content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
	content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
	content: "\e9af"
}

.eicon-justify-start-h:before {
	content: "\e9b0"
}

.eicon-justify-start-v:before {
	content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
	content: "\e9b2"
}

.eicon-woocommerce-notices:before {
	content: "\e9b3"
}

.eicon-inner-container:before {
	content: "\e9b4"
}

.eicon-warning-full:before {
	content: "\e9b5"
}

.eicon-exit:before {
	content: "\e9b6"
}

.eicon-loop-builder:before {
	content: "\e9b7"
}

.eicon-notes:before {
	content: "\e9b8"
}

.eicon-read:before {
	content: "\e9b9"
}

.eicon-unread:before {
	content: "\e9ba"
}

.eicon-carousel-loop:before {
	content: "\e9bb"
}

.eicon-mega-menu:before {
	content: "\eb78"
}

.eicon-nested-carousel:before {
	content: "\e9bd"
}

.eicon-ai:before {
	content: "\e9be"
}

.eicon-eye:before {
	content: "\e8ac"
}

.eicon-elementor-square:before {
	content: "\e813"
}

/*! elementor - v3.13.3 - 28-05-2023 */
.dialog-widget-content {
	background-color: var(--e-a-bg-default);
	position: absolute;
	border-radius: 3px;
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	overflow: hidden
}

.dialog-message {
	line-height: 1.5;
	box-sizing: border-box
}

.dialog-close-button {
	cursor: pointer;
	position: absolute;
	margin-top: 15px;
	right: 15px;
	color: var(--e-a-color-txt);
	font-size: 15px;
	line-height: 1;
	transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
	color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
	overflow: hidden;
	max-height: 100vh
}

.dialog-type-lightbox {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.flatpickr-calendar {
	width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
	font-weight: 300
}

.flatpickr-calendar .dayContainer {
	width: 280px;
	min-width: 280px;
	max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
	width: 280px
}

.flatpickr-calendar .flatpickr-day {
	max-width: 37px;
	height: 37px;
	line-height: 37px
}

.elementor-hidden {
	display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.elementor-clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0
}

.e-logo-wrapper {
	background: var(--e-a-bg-logo);
	display: inline-block;
	padding: .75em;
	border-radius: 50%;
	line-height: 1
}

.e-logo-wrapper i {
	color: var(--e-a-color-logo);
	font-size: 1em
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
	padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
	padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
	padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
	padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
	padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
	padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
	position: relative;
	height: 0
}

.elementor-fit-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0;
	background-color: #000
}

.elementor-fit-aspect-ratio video {
	width: 100%
}

.elementor *,
.elementor :after,
.elementor :before {
	box-sizing: border-box
}

.elementor a {
	box-shadow: none;
	text-decoration: none
}

.elementor hr {
	margin: 0;
	background-color: transparent
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	direction: ltr
}

.elementor .elementor-background-video-container {
	transition: opacity 1s;
	pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0
}

.elementor .elementor-background-video-embed {
	max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
	max-width: none
}

.elementor .elementor-html5-video {
	-o-object-fit: cover;
	object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.elementor .elementor-background-slideshow {
	z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%
}

@media (max-width:1024px) {

	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%
	}
}

@media (max-width:767px) {

	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
		max-width: 100%
	}
}

.elementor-element {
	--flex-direction: initial;
	--flex-wrap: initial;
	--justify-content: initial;
	--align-items: initial;
	--align-content: initial;
	--gap: initial;
	--flex-basis: initial;
	--flex-grow: initial;
	--flex-shrink: initial;
	--order: initial;
	--align-self: initial;
	flex-basis: var(--flex-basis);
	flex-grow: var(--flex-grow);
	flex-shrink: var(--flex-shrink);
	order: var(--order);
	align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
	z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
	flex-direction: var(--flex-direction);
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
	align-items: var(--align-items);
	align-content: var(--align-content);
	gap: var(--gap)
}

.elementor-invisible {
	visibility: hidden
}

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

.elementor-align-center .elementor-button {
	width: auto
}

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

.elementor-align-right .elementor-button {
	width: auto
}

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

.elementor-align-left .elementor-button {
	width: auto
}

.elementor-align-justify .elementor-button {
	width: 100%
}

.elementor-custom-embed-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
	font-size: 100px;
	color: #fff;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
	height: 100px;
	width: 100px;
	fill: #fff;
	filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
	opacity: .8;
	transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
	font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
	content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
	animation: eicon-spin 2s linear infinite
}

.elementor-tag {
	display: inline-flex
}

.elementor-ken-burns {
	transition-property: transform;
	transition-duration: 10s;
	transition-timing-function: linear
}

.elementor-ken-burns--out {
	transform: scale(1.3)
}

.elementor-ken-burns--active {
	transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	transform: scale(1.3)
}

@media (min-width:-1) {
	.elementor-widescreen-align-center {
		text-align: center
	}

	.elementor-widescreen-align-center .elementor-button {
		width: auto
	}

	.elementor-widescreen-align-right {
		text-align: right
	}

	.elementor-widescreen-align-right .elementor-button {
		width: auto
	}

	.elementor-widescreen-align-left {
		text-align: left
	}

	.elementor-widescreen-align-left .elementor-button {
		width: auto
	}

	.elementor-widescreen-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:-1) {
	.elementor-laptop-align-center {
		text-align: center
	}

	.elementor-laptop-align-center .elementor-button {
		width: auto
	}

	.elementor-laptop-align-right {
		text-align: right
	}

	.elementor-laptop-align-right .elementor-button {
		width: auto
	}

	.elementor-laptop-align-left {
		text-align: left
	}

	.elementor-laptop-align-left .elementor-button {
		width: auto
	}

	.elementor-laptop-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:-1) {
	.elementor-tablet_extra-align-center {
		text-align: center
	}

	.elementor-tablet_extra-align-center .elementor-button {
		width: auto
	}

	.elementor-tablet_extra-align-right {
		text-align: right
	}

	.elementor-tablet_extra-align-right .elementor-button {
		width: auto
	}

	.elementor-tablet_extra-align-left {
		text-align: left
	}

	.elementor-tablet_extra-align-left .elementor-button {
		width: auto
	}

	.elementor-tablet_extra-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:1024px) {
	.elementor-tablet-align-center {
		text-align: center
	}

	.elementor-tablet-align-center .elementor-button {
		width: auto
	}

	.elementor-tablet-align-right {
		text-align: right
	}

	.elementor-tablet-align-right .elementor-button {
		width: auto
	}

	.elementor-tablet-align-left {
		text-align: left
	}

	.elementor-tablet-align-left .elementor-button {
		width: auto
	}

	.elementor-tablet-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:-1) {
	.elementor-mobile_extra-align-center {
		text-align: center
	}

	.elementor-mobile_extra-align-center .elementor-button {
		width: auto
	}

	.elementor-mobile_extra-align-right {
		text-align: right
	}

	.elementor-mobile_extra-align-right .elementor-button {
		width: auto
	}

	.elementor-mobile_extra-align-left {
		text-align: left
	}

	.elementor-mobile_extra-align-left .elementor-button {
		width: auto
	}

	.elementor-mobile_extra-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-mobile-align-center {
		text-align: center
	}

	.elementor-mobile-align-center .elementor-button {
		width: auto
	}

	.elementor-mobile-align-right {
		text-align: right
	}

	.elementor-mobile-align-right .elementor-button {
		width: auto
	}

	.elementor-mobile-align-left {
		text-align: left
	}

	.elementor-mobile-align-left .elementor-button {
		width: auto
	}

	.elementor-mobile-align-justify .elementor-button {
		width: 100%
	}
}

:root {
	--page-title-display: block
}

.elementor-page-title,
h1.entry-title {
	display: var(--page-title-display)
}

@keyframes eicon-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	animation: eicon-spin 2s linear infinite
}

.elementor-section {
	position: relative
}

.elementor-section .elementor-container {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

@media (max-width:1024px) {
	.elementor-section .elementor-container {
		flex-wrap: wrap
	}
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px
}

.elementor-section.elementor-section-stretched {
	position: relative;
	width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
	align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	align-items: flex-end
}

@media (min-width:768px) {
	.elementor-section.elementor-section-height-full {
		height: 100vh
	}

	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%
	}
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-end
}

.elementor-row {
	width: 100%;
	display: flex
}

@media (max-width:1024px) {
	.elementor-row {
		flex-wrap: wrap
	}
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: flex
}

.elementor-widget-wrap>.elementor-element {
	width: 100%
}

.elementor-widget-wrap.e-swiper-container {
	width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
	position: relative
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-bottom: 0
}

.elementor-column {
	position: relative;
	min-height: 1px;
	display: flex
}

.elementor-column-wrap {
	width: 100%;
	position: relative;
	display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
	padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
	padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
	padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0
}

@media (min-width:768px) {

	.elementor-column.elementor-col-10,
	.elementor-column[data-col="10"] {
		width: 10%
	}

	.elementor-column.elementor-col-11,
	.elementor-column[data-col="11"] {
		width: 11.111%
	}

	.elementor-column.elementor-col-12,
	.elementor-column[data-col="12"] {
		width: 12.5%
	}

	.elementor-column.elementor-col-14,
	.elementor-column[data-col="14"] {
		width: 14.285%
	}

	.elementor-column.elementor-col-16,
	.elementor-column[data-col="16"] {
		width: 16.666%
	}

	.elementor-column.elementor-col-20,
	.elementor-column[data-col="20"] {
		width: 20%
	}

	.elementor-column.elementor-col-25,
	.elementor-column[data-col="25"] {
		width: 25%
	}

	.elementor-column.elementor-col-30,
	.elementor-column[data-col="30"] {
		width: 30%
	}

	.elementor-column.elementor-col-33,
	.elementor-column[data-col="33"] {
		width: 33.333%
	}

	.elementor-column.elementor-col-40,
	.elementor-column[data-col="40"] {
		width: 40%
	}

	.elementor-column.elementor-col-50,
	.elementor-column[data-col="50"] {
		width: 50%
	}

	.elementor-column.elementor-col-60,
	.elementor-column[data-col="60"] {
		width: 60%
	}

	.elementor-column.elementor-col-66,
	.elementor-column[data-col="66"] {
		width: 66.666%
	}

	.elementor-column.elementor-col-70,
	.elementor-column[data-col="70"] {
		width: 70%
	}

	.elementor-column.elementor-col-75,
	.elementor-column[data-col="75"] {
		width: 75%
	}

	.elementor-column.elementor-col-80,
	.elementor-column[data-col="80"] {
		width: 80%
	}

	.elementor-column.elementor-col-83,
	.elementor-column[data-col="83"] {
		width: 83.333%
	}

	.elementor-column.elementor-col-90,
	.elementor-column[data-col="90"] {
		width: 90%
	}

	.elementor-column.elementor-col-100,
	.elementor-column[data-col="100"] {
		width: 100%
	}
}

@media (max-width:479px) {
	.elementor-column.elementor-xs-10 {
		width: 10%
	}

	.elementor-column.elementor-xs-11 {
		width: 11.111%
	}

	.elementor-column.elementor-xs-12 {
		width: 12.5%
	}

	.elementor-column.elementor-xs-14 {
		width: 14.285%
	}

	.elementor-column.elementor-xs-16 {
		width: 16.666%
	}

	.elementor-column.elementor-xs-20 {
		width: 20%
	}

	.elementor-column.elementor-xs-25 {
		width: 25%
	}

	.elementor-column.elementor-xs-30 {
		width: 30%
	}

	.elementor-column.elementor-xs-33 {
		width: 33.333%
	}

	.elementor-column.elementor-xs-40 {
		width: 40%
	}

	.elementor-column.elementor-xs-50 {
		width: 50%
	}

	.elementor-column.elementor-xs-60 {
		width: 60%
	}

	.elementor-column.elementor-xs-66 {
		width: 66.666%
	}

	.elementor-column.elementor-xs-70 {
		width: 70%
	}

	.elementor-column.elementor-xs-75 {
		width: 75%
	}

	.elementor-column.elementor-xs-80 {
		width: 80%
	}

	.elementor-column.elementor-xs-83 {
		width: 83.333%
	}

	.elementor-column.elementor-xs-90 {
		width: 90%
	}

	.elementor-column.elementor-xs-100 {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-column.elementor-sm-10 {
		width: 10%
	}

	.elementor-column.elementor-sm-11 {
		width: 11.111%
	}

	.elementor-column.elementor-sm-12 {
		width: 12.5%
	}

	.elementor-column.elementor-sm-14 {
		width: 14.285%
	}

	.elementor-column.elementor-sm-16 {
		width: 16.666%
	}

	.elementor-column.elementor-sm-20 {
		width: 20%
	}

	.elementor-column.elementor-sm-25 {
		width: 25%
	}

	.elementor-column.elementor-sm-30 {
		width: 30%
	}

	.elementor-column.elementor-sm-33 {
		width: 33.333%
	}

	.elementor-column.elementor-sm-40 {
		width: 40%
	}

	.elementor-column.elementor-sm-50 {
		width: 50%
	}

	.elementor-column.elementor-sm-60 {
		width: 60%
	}

	.elementor-column.elementor-sm-66 {
		width: 66.666%
	}

	.elementor-column.elementor-sm-70 {
		width: 70%
	}

	.elementor-column.elementor-sm-75 {
		width: 75%
	}

	.elementor-column.elementor-sm-80 {
		width: 80%
	}

	.elementor-column.elementor-sm-83 {
		width: 83.333%
	}

	.elementor-column.elementor-sm-90 {
		width: 90%
	}

	.elementor-column.elementor-sm-100 {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-column.elementor-md-10 {
		width: 10%
	}

	.elementor-column.elementor-md-11 {
		width: 11.111%
	}

	.elementor-column.elementor-md-12 {
		width: 12.5%
	}

	.elementor-column.elementor-md-14 {
		width: 14.285%
	}

	.elementor-column.elementor-md-16 {
		width: 16.666%
	}

	.elementor-column.elementor-md-20 {
		width: 20%
	}

	.elementor-column.elementor-md-25 {
		width: 25%
	}

	.elementor-column.elementor-md-30 {
		width: 30%
	}

	.elementor-column.elementor-md-33 {
		width: 33.333%
	}

	.elementor-column.elementor-md-40 {
		width: 40%
	}

	.elementor-column.elementor-md-50 {
		width: 50%
	}

	.elementor-column.elementor-md-60 {
		width: 60%
	}

	.elementor-column.elementor-md-66 {
		width: 66.666%
	}

	.elementor-column.elementor-md-70 {
		width: 70%
	}

	.elementor-column.elementor-md-75 {
		width: 75%
	}

	.elementor-column.elementor-md-80 {
		width: 80%
	}

	.elementor-column.elementor-md-83 {
		width: 83.333%
	}

	.elementor-column.elementor-md-90 {
		width: 90%
	}

	.elementor-column.elementor-md-100 {
		width: 100%
	}
}

@media (min-width:-1) {
	.elementor-reverse-widescreen>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:1025px) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:1025px) and (max-width:-1) {

	.elementor-reverse-laptop>.elementor-container>:first-child,
	.elementor-reverse-laptop>.elementor-container>:nth-child(2),
	.elementor-reverse-laptop>.elementor-container>:nth-child(3),
	.elementor-reverse-laptop>.elementor-container>:nth-child(4),
	.elementor-reverse-laptop>.elementor-container>:nth-child(5),
	.elementor-reverse-laptop>.elementor-container>:nth-child(6),
	.elementor-reverse-laptop>.elementor-container>:nth-child(7),
	.elementor-reverse-laptop>.elementor-container>:nth-child(8),
	.elementor-reverse-laptop>.elementor-container>:nth-child(9),
	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 0
	}

	.elementor-reverse-tablet_extra>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:-1) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1
	}
}

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

	.elementor-reverse-tablet>.elementor-container>:first-child,
	.elementor-reverse-tablet>.elementor-container>:nth-child(2),
	.elementor-reverse-tablet>.elementor-container>:nth-child(3),
	.elementor-reverse-tablet>.elementor-container>:nth-child(4),
	.elementor-reverse-tablet>.elementor-container>:nth-child(5),
	.elementor-reverse-tablet>.elementor-container>:nth-child(6),
	.elementor-reverse-tablet>.elementor-container>:nth-child(7),
	.elementor-reverse-tablet>.elementor-container>:nth-child(8),
	.elementor-reverse-tablet>.elementor-container>:nth-child(9),
	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 0
	}

	.elementor-reverse-mobile_extra>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
		order: 1
	}

	.elementor-column {
		width: 100%
	}
}

ul.elementor-icon-list-items.elementor-inline-items {
	display: flex;
	flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
	min-width: 0
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	width: 100%;
	word-spacing: var(--grid-column-gap);
	margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1, 1fr)
}

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

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
	.elementor-grid-widescreen-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-widescreen-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-widescreen-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-widescreen-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-widescreen-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-widescreen-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-widescreen-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-widescreen-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-widescreen-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-widescreen-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-widescreen-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-widescreen-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-widescreen-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:-1) {
	.elementor-grid-laptop-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-laptop-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-laptop-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-laptop-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-laptop-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-laptop-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-laptop-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-laptop-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-laptop-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-laptop-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-laptop-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-laptop-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-laptop-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:-1) {
	.elementor-grid-tablet_extra-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-tablet_extra-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-tablet_extra-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-tablet_extra-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-tablet_extra-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-tablet_extra-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-tablet_extra-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-tablet_extra-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-tablet_extra-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-tablet_extra-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-tablet_extra-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-tablet_extra-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-tablet_extra-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:1024px) {
	.elementor-grid-tablet-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:-1) {
	.elementor-grid-mobile_extra-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-mobile_extra-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-mobile_extra-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-mobile_extra-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-mobile_extra-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-mobile_extra-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-mobile_extra-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-mobile_extra-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-mobile_extra-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-mobile_extra-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-mobile_extra-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-mobile_extra-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-mobile_extra-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:767px) {
	.elementor-grid-mobile-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (min-width:1025px) {
	#elementor-device-mode:after {
		content: "desktop"
	}
}

@media (min-width:-1) {
	#elementor-device-mode:after {
		content: "widescreen"
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "laptop";
		content: "tablet_extra"
	}
}

@media (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet"
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "mobile_extra"
	}
}

@media (max-width:767px) {
	#elementor-device-mode:after {
		content: "mobile"
	}
}

.e-con {
	--border-radius: 0;
	--border-width-top: 0px;
	--border-width-right: 0px;
	--border-width-bottom: 0px;
	--border-width-left: 0px;
	--border-style: initial;
	--border-color: initial;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--content-width: Min(100%, var(--container-max-width, 1140px));
	--width: 100%;
	--min-height: initial;
	--height: auto;
	--text-align: initial;
	--margin-top: 0;
	--margin-right: 0;
	--margin-bottom: 0;
	--margin-left: 0;
	--padding-top: var(--container-default-padding-top, 10px);
	--padding-right: var(--container-default-padding-right, 10px);
	--padding-bottom: var(--container-default-padding-bottom, 10px);
	--padding-left: var(--container-default-padding-left, 10px);
	--position: relative;
	--z-index: revert;
	--overflow: visible;
	--gap: var(--widgets-spacing, 20px);
	--overlay-mix-blend-mode: initial;
	--overlay-opacity: 1;
	--overlay-transition: 0.3s;
	--e-con-grid-template-columns: repeat(3, 1fr);
	--e-con-grid-template-rows: repeat(2, 1fr);
	position: var(--position);
	width: var(--width);
	min-width: 0;
	min-height: var(--min-height);
	height: var(--height);
	border-radius: var(--border-radius);
	margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
	padding-left: var(--padding-left);
	padding-right: var(--padding-right);
	z-index: var(--z-index);
	overflow: var(--overflow);
	transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con.e-flex {
	--flex-direction: column;
	--flex-basis: auto;
	--flex-grow: 0;
	--flex-shrink: 1;
	flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
	text-align: var(--text-align);
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
	flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
	display: var(--display)
}

.e-con.e-grid {
	--grid-justify-content: start;
	--grid-align-content: start;
	--grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
	grid-template-columns: var(--e-con-grid-template-columns);
	grid-template-rows: var(--e-con-grid-template-rows);
	justify-content: var(--grid-justify-content);
	align-content: var(--grid-align-content);
	grid-auto-flow: var(--grid-auto-flow)
}

.e-con-boxed.e-flex {
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: normal;
	align-content: normal
}

.e-con-boxed.e-grid {
	justify-items: legacy;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr
}

.e-con-boxed {
	text-align: initial;
	gap: initial
}

.e-con.e-flex>.e-con-inner {
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
	align-items: var(--align-items);
	align-content: var(--align-content);
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto
}

.e-con.e-grid>.e-con-inner {
	justify-items: var(--justify-items);
	align-items: var(--align-items)
}

.e-con>.e-con-inner {
	gap: var(--gap);
	width: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
	padding-inline: 0;
	height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
	--margin-right: auto;
	--margin-left: auto;
	max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
	margin-bottom: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	content: var(--background-overlay);
	display: block;
	position: absolute;
	mix-blend-mode: var(--overlay-mix-blend-mode);
	opacity: var(--overlay-opacity);
	transition: var(--overlay-transition, .3s);
	border-radius: var(--border-radius);
	border-top: var(--border-width-top) var(--border-style) var(--border-color);
	border-right: var(--border-width-right) var(--border-style) var(--border-color);
	border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
	border-left: var(--border-width-left) var(--border-style) var(--border-color);
	top: calc(0px - var(--border-width-top));
	left: calc(0px - var(--border-width-left));
	width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
	height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

.e-con:before {
	transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
	border-radius: var(--border-radius);
	border-top: var(--border-width-top) var(--border-style) var(--border-color);
	border-right: var(--border-width-right) var(--border-style) var(--border-color);
	border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
	border-left: var(--border-width-left) var(--border-style) var(--border-color);
	top: calc(0px - var(--border-width-top));
	left: calc(0px - var(--border-width-left));
	width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
	height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

@media (max-width:767px) {
	:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
		display: none
	}
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
	z-index: 2
}

.e-con .elementor-widget {
	min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
	width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
	height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
	max-width: 100%
}

@media (max-width:767px) {
	.e-con.e-flex {
		--width: 100%;
		--flex-wrap: wrap
	}
}

.elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
	flex-basis: 100%;
	max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
	flex-grow: 1
}

.elementor-field-group {
	flex-wrap: wrap;
	align-items: center
}

.elementor-field-group.elementor-field-type-submit {
	align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
	width: 100%;
	max-width: 100%;
	border: 1px solid #69727d;
	background-color: transparent;
	color: #1f2124;
	vertical-align: middle;
	flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
	display: flex;
	position: relative;
	width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	flex-basis: 100%;
	padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "\e92a";
	font-family: eicons;
	font-size: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
	text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: ""
}

.elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline
}

.elementor-field-label {
	cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
	content: "*";
	color: red;
	padding-left: .2em
}

.elementor-field-textual {
	line-height: 1.4;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
	border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
	border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
	border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px;
	border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
	flex-basis: 50%;
	flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
	flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
	justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
	justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
	justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
	flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
	flex-basis: auto
}

@media screen and (max-width:1024px) {
	.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: 100%
	}

	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1
	}

	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%
	}

	.elementor-tablet-button-align-center .e-form__buttons,
	.elementor-tablet-button-align-center .elementor-field-type-submit {
		justify-content: center
	}

	.elementor-tablet-button-align-start .e-form__buttons,
	.elementor-tablet-button-align-start .elementor-field-type-submit {
		justify-content: flex-start
	}

	.elementor-tablet-button-align-end .e-form__buttons,
	.elementor-tablet-button-align-end .elementor-field-type-submit {
		justify-content: flex-end
	}

	.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: auto
	}

	.elementor-tablet-button-align-center .e-form__buttons__wrapper,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper {
		flex-grow: 0
	}

	.elementor-tablet-button-align-center .e-form__buttons__wrapper,
	.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
		flex-basis: auto
	}
}

@media screen and (max-width:767px) {
	.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: 100%
	}

	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1
	}

	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%
	}

	.elementor-mobile-button-align-center .e-form__buttons,
	.elementor-mobile-button-align-center .elementor-field-type-submit {
		justify-content: center
	}

	.elementor-mobile-button-align-start .e-form__buttons,
	.elementor-mobile-button-align-start .elementor-field-type-submit {
		justify-content: flex-start
	}

	.elementor-mobile-button-align-end .e-form__buttons,
	.elementor-mobile-button-align-end .elementor-field-type-submit {
		justify-content: flex-end
	}

	.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: auto
	}

	.elementor-mobile-button-align-center .e-form__buttons__wrapper,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper {
		flex-grow: 0
	}

	.elementor-mobile-button-align-center .e-form__buttons__wrapper,
	.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
		flex-basis: auto
	}
}

.elementor-error .elementor-field {
	border-color: #d9534f
}

.elementor-error .help-inline {
	color: #d9534f;
	font-size: .9em
}

.elementor-message {
	margin: 10px 0;
	font-size: 1em;
	line-height: 1
}

.elementor-message:before {
	content: "\e90e";
	display: inline-block;
	font-family: eicons;
	font-weight: 400;
	font-style: normal;
	vertical-align: middle;
	margin-right: 5px
}

.elementor-message.elementor-message-danger {
	color: #d9534f
}

.elementor-message.elementor-message-danger:before {
	content: "\e87f"
}

.elementor-message.form-message-success {
	color: #5cb85c
}

.elementor-form .elementor-button {
	padding-top: 0;
	padding-bottom: 0;
	border: none
}

.elementor-form .elementor-button>span {
	display: flex;
	justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 72px
}

.elementor-element .elementor-widget-container {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	background-color: #69727d;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
	color: #fff
}

.elementor-button-content-wrapper {
	display: flex;
	justify-content: center
}

.elementor-button-icon {
	flex-grow: 0;
	order: 5
}

.elementor-button-icon svg {
	width: 1em;
	height: auto
}

.elementor-button-icon .e-font-icon-svg {
	height: 1em
}

.elementor-button-text {
	flex-grow: 1;
	order: 10;
	display: inline-block
}

.elementor-button.elementor-size-xs {
	font-size: 13px;
	padding: 10px 20px;
	border-radius: 2px
}

.elementor-button.elementor-size-md {
	font-size: 16px;
	padding: 15px 30px;
	border-radius: 4px
}

.elementor-button.elementor-size-lg {
	font-size: 18px;
	padding: 20px 40px;
	border-radius: 5px
}

.elementor-button.elementor-size-xl {
	font-size: 20px;
	padding: 25px 50px;
	border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
	margin-left: 5px;
	order: 15
}

.elementor-button .elementor-align-icon-left {
	margin-right: 5px;
	order: 5
}

.elementor-button span {
	text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
	background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
	background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
	background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
	background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
	background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
	background-color: #d9534f
}

.elementor-tab-title a {
	color: inherit
}

.elementor-view-stacked .elementor-icon {
	padding: .5em;
	background-color: #69727d;
	color: #fff;
	fill: #fff
}

.elementor-view-framed .elementor-icon {
	padding: .5em;
	color: #69727d;
	border: 3px solid #69727d;
	background-color: transparent
}

.elementor-icon {
	display: inline-block;
	line-height: 1;
	transition: all .3s;
	color: #69727d;
	font-size: 50px;
	text-align: center
}

.elementor-icon:hover {
	color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.elementor-icon i.fad {
	width: auto
}

.elementor-shape-circle .elementor-icon {
	border-radius: 50%
}

.e-transform .elementor-widget-container {
	transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
	transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
	transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,
.elementor-lightbox {
	--swiper-theme-color: #000;
	--swiper-navigation-size: 44px;
	--swiper-pagination-bullet-size: 6px;
	--swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
	line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
	display: none
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button {
	position: absolute;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	transform: translateY(-50%)
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg {
	fill: hsla(0, 0%, 93.3%, .9);
	height: 1em;
	width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
	left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
	right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled {
	opacity: .3
}

.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%
}

.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction {
	bottom: 5px
}

.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button {
	transform: translate3d(0, -50%, 1px)
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
	padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button {
	top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
	position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
	position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
	width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
	left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
	right: 0
}

.elementor-lightbox {
	--lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
	--lightbox-ui-color-hover: #fff;
	--lightbox-text-color: var(--lightbox-ui-color);
	--lightbox-header-icons-size: 20px;
	--lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
	text-align: center
}

.elementor-lightbox .dialog-header {
	display: none
}

.elementor-lightbox .dialog-widget-content {
	background: none;
	box-shadow: none;
	width: 100%;
	height: 100%
}

.elementor-lightbox .dialog-message {
	animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
	height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
	padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
	cursor: pointer;
	position: absolute;
	font-size: var(--lightbox-header-icons-size);
	right: .75em;
	margin-top: 13px;
	padding: .25em;
	z-index: 2;
	line-height: 1;
	display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
	height: 1em;
	width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
	color: var(--lightbox-ui-color);
	transition: all .3s;
	opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
	fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
	fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
	height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 70px;
	box-sizing: border-box;
	height: 100%;
	margin: auto
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-lightbox-item {
		padding: 70px 0
	}
}

.elementor-lightbox .elementor-lightbox-image {
	max-height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
	opacity: 1;
	filter: none;
	border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
	border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
	.elementor-lightbox .elementor-video-container {
		width: 75%
	}
}

@media (max-width:1024px) {
	.elementor-lightbox .elementor-video-container {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
		width: 70%
	}
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
	left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
	right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
	width: -moz-max-content;
	width: max-content;
	color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
	outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
	height: 100%;
	display: flex;
	align-items: center;
	width: 15%;
	justify-content: center;
	font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-swiper-button:focus {
		outline: none
	}

	.elementor-lightbox .elementor-swiper-button-next,
	.elementor-lightbox .elementor-swiper-button-prev {
		width: 20%
	}

	.elementor-lightbox .elementor-swiper-button-next i,
	.elementor-lightbox .elementor-swiper-button-prev i {
		padding: 10px;
		background-color: rgba(0, 0, 0, .5)
	}

	.elementor-lightbox .elementor-swiper-button-prev {
		left: 0;
		justify-content: flex-start
	}

	.elementor-lightbox .elementor-swiper-button-next {
		right: 0;
		justify-content: flex-end
	}
}

.elementor-slideshow__counter {
	color: currentColor;
	font-size: .75em;
	width: -moz-max-content;
	width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	transition: .3s
}

.elementor-slideshow__footer {
	color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
	color: var(--lightbox-ui-color);
	display: flex;
	flex-direction: row-reverse;
	font-size: var(--lightbox-header-icons-size);
	padding-left: 1em;
	padding-right: 2.6em;
	top: 0;
	align-items: center;
	z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
	cursor: pointer;
	padding: .25em;
	margin: 0 .35em
}

.elementor-slideshow__header>i {
	font-size: inherit
}

.elementor-slideshow__header>i:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
	box-sizing: content-box;
	fill: var(--lightbox-ui-color);
	height: 1em;
	width: 1em
}

.elementor-slideshow__header>svg:hover {
	fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
	margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
	z-index: 5
}

.elementor-slideshow__share-menu {
	background-color: transparent;
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
	color: #0c0d0e
}

.elementor-slideshow__share-links {
	display: block;
	position: absolute;
	min-width: 200px;
	right: 2.8em;
	top: 3em;
	background-color: #fff;
	border-radius: 3px;
	padding: 14px 20px;
	transform: scale(0);
	opacity: 0;
	transform-origin: 90% 10%;
	transition: all .25s .1s;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
	text-align: left;
	color: #3f444b;
	font-size: 12px;
	line-height: 2.5;
	display: block;
	opacity: 0;
	transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
	color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
	margin-right: .75em
}

.elementor-slideshow__share-links a i {
	font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
	height: 1.25em;
	width: 1.25em
}

.elementor-slideshow__share-links:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: .5em;
	border: .45em solid transparent;
	border-bottom-color: #fff;
	transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
	bottom: 0;
	z-index: 5;
	position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
	margin: 0
}

.elementor-slideshow__title {
	font-size: 16px;
	font-weight: 700
}

.elementor-slideshow__description {
	font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
	opacity: 0;
	pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
	opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
	width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
	background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
	opacity: 0;
	pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	cursor: default;
	background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
	transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
	opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
	color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
	color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
	color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
	color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
	fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
	fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
	fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
	fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
	z-index: 2
}

.animated {
	animation-duration: 1.25s
}

.animated.animated-slow {
	animation-duration: 2s
}

.animated.animated-fast {
	animation-duration: .75s
}

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

.animated.reverse {
	animation-direction: reverse;
	animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		animation: none
	}
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr
}

.elementor-shape-top {
	top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
	z-index: -1
}

.elementor-shape-bottom {
	bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
	z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
	transform: rotate(180deg)
}

.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
	content: "\e813";
	font-family: eicons;
	top: 3px;
	font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
	display: flex;
	width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
	background: #3f444b;
	font-size: 11px;
	line-height: 9px;
	margin-top: 6px;
	padding: 4px 8px;
	border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
	content: "\f348";
	top: 2px
}

#wpadminbar * {
	font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
	display: none
}

.elementor-post__thumbnail__link {
	transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
	padding: 0
}

.e--ua-appleWebkit.rtl {
	--flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
	--justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
	--justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--justify-content, space-between);
	margin-left: calc(-.5 * var(--grid-column-gap));
	margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
	margin-left: calc(.5 * var(--grid-column-gap));
	margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
	display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
	margin-left: 0;
	margin-right: 0
}

@media (max-width:1024px) {

	.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
	.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
		--justify-content: var(--flex-right, flex-end)
	}

	.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
	.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
		--justify-content: center
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: var(--justify-content, space-between);
		margin-left: calc(-.5 * var(--grid-column-gap));
		margin-right: calc(-.5 * var(--grid-column-gap))
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
		margin-left: calc(.5 * var(--grid-column-gap));
		margin-right: calc(.5 * var(--grid-column-gap))
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
		display: inline-block
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:767px) {

	.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
	.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
		--justify-content: var(--flex-right, flex-end)
	}

	.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
	.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
		--justify-content: center
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: var(--justify-content, space-between);
		margin-left: calc(-.5 * var(--grid-column-gap));
		margin-right: calc(-.5 * var(--grid-column-gap))
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
		margin-left: calc(.5 * var(--grid-column-gap));
		margin-right: calc(.5 * var(--grid-column-gap))
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
		display: inline-block
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:767px) {

	.elementor .elementor-hidden-mobile,
	.elementor .elementor-hidden-phone {
		display: none
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-mobile_extra {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none
	}
}

@media (min-width:-1) and (max-width:-1) {

	.elementor .elementor-hidden-laptop,
	.elementor .elementor-hidden-tablet_extra {
		display: none
	}
}

@media (min-width:1025px) and (max-width:99999px) {
	.elementor .elementor-hidden-desktop {
		display: none
	}
}

@media (min-width:-1) {
	.elementor .elementor-hidden-widescreen {
		display: none
	}
}

.elementor-widget-text-path {
	font-size: 20px;
	text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
	width: var(--width);
	max-width: 100%;
	height: auto;
	overflow: visible;
	word-spacing: var(--word-spacing);
	transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
	vector-effect: non-scaling-stroke;
	fill: var(--path-fill, transparent);
	stroke: var(--stroke-color, transparent);
	stroke-width: var(--stroke-width, 1px);
	transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
	--path-fill: var(--path-fill-hover);
	--stroke-color: var(--stroke-color-hover);
	--stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
	--fill: var(--text-color);
	fill: var(--fill);
	direction: var(--direction, ltr);
	transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
	--color: var(--text-color-hover, var(--text-color));
	--fill: var(--color);
	color: var(--color)
}

.elementor-widget-n-tabs {
	--n-tabs-color-accent-fallback: #61ce70;
	--n-tabs-color-secondary-fallback: #54595f;
	--n-tabs-default-padding-block: 15px;
	--n-tabs-default-padding-inline: 35px;
	--n-tabs-background-color: transparent;
	--n-tabs-display: flex;
	--n-tabs-direction: column;
	--n-tabs-gap: 10px;
	--n-tabs-heading-display: flex;
	--n-tabs-heading-direction: row;
	--n-tabs-heading-grow: initial;
	--n-tabs-heading-justify-content: center;
	--n-tabs-heading-width: initial;
	--n-tabs-border-width: 1px;
	--n-tabs-border-color: #d5d8dc;
	--n-tabs-content-padding: initial;
	--n-tabs-content-border-radius: initial;
	--n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
	--n-tabs-title-color-hover: #fff;
	--n-tabs-title-color-active: #fff;
	--n-tabs-title-background-color: #f1f2f3;
	--n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
	--n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
	--n-tabs-title-width: initial;
	--n-tabs-title-height: initial;
	--n-tabs-title-font-size: 1rem;
	--n-tabs-title-justify-content-toggle: initial;
	--n-tabs-title-align-items-toggle: center;
	--n-tabs-title-justify-content: center;
	--n-tabs-title-align-items: center;
	--n-tabs-title-direction: row;
	--n-tabs-title-gap: 10px;
	--n-tabs-title-flex-grow: 0;
	--n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
	--n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
	--n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
	--n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
	--n-tabs-title-border-radius: initial;
	--n-tabs-title-transition: 0.3s;
	--n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
	--n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
	--n-tabs-icon-color-active: #fff;
	--n-tabs-icon-gap: 5px;
	width: 100%;
	max-width: 100%
}

.elementor-widget-n-tabs .e-n-tabs {
	display: var(--n-tabs-display);
	flex-direction: var(--n-tabs-direction);
	gap: var(--n-tabs-gap);
	text-align: left
}

.elementor-widget-n-tabs .e-n-tabs-heading {
	display: var(--n-tabs-heading-display);
	flex-basis: var(--n-tabs-heading-width);
	flex-direction: var(--n-tabs-heading-direction);
	flex-shrink: 0;
	flex-wrap: wrap;
	justify-content: var(--n-tabs-heading-justify-content);
	gap: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content {
	flex-grow: 1;
	padding: var(--n-tabs-content-padding);
	border-radius: var(--n-tabs-content-border-radius);
	min-width: 0
}

.elementor-widget-n-tabs .e-n-tab-title {
	display: flex;
	align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
	flex-direction: var(--n-tabs-title-direction);
	justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
	gap: var(--n-tabs-icon-gap);
	border-width: var(--n-tabs-border-width);
	position: relative;
	cursor: pointer;
	outline: none;
	flex-grow: var(--n-tabs-title-flex-grow);
	flex-basis: fit-content;
	padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
	border-radius: var(--n-tabs-title-border-radius);
	height: var(--n-tabs-title-height);
	width: var(--n-tabs-title-width);
	transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
	transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
	display: flex;
	align-items: center;
	font-size: var(--n-tabs-title-font-size)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
	display: flex;
	align-items: center;
	flex-direction: column;
	order: var(--n-tabs-icon-order);
	overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
	font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
	width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
	height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
	display: none
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) {
	background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a {
	color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i {
	color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg {
	fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child {
	transform: translateY(-100vh);
	height: 0;
	opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover a {
	color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon i {
	color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon svg {
	fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active,
.elementor-widget-n-tabs .e-n-tab-title.e-active a {
	color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i {
	color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg {
	fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child {
	transform: translateY(-100vh);
	height: 0;
	opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover {
	transform: none;
	animation: initial
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
	margin-top: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
	margin-bottom: var(--n-tabs-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
	display: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-normal:hover {
	background-color: var(--n-tabs-title-background-color-hover);
	background-image: none
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
	background-color: var(--n-tabs-title-background-color-active);
	background-image: none
}

@media (min-width:768px) {
	.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
		display: none
	}
}

@media (max-width:767px) {
	.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		display: none
	}
}

@media (min-width:-1) {
	.e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
		display: none
	}
}

@media (max-width:-1) {
	.e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		display: none
	}
}

@media (min-width:1025px) {
	.e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
		display: none
	}
}

@media (max-width:1024px) {
	.e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		display: none
	}
}

@media (min-width:-1) {
	.e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
		display: none
	}
}

@media (max-width:-1) {
	.e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		display: none
	}
}

@media (min-width:1025px) {
	.e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
		display: none
	}
}

@media (max-width:-1) {
	.e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		display: none
	}
}

.elementor-kit-6 {
	--e-global-color-primary: #6ec1e4;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #7a7a7a;
	--e-global-color-accent: #61ce70;
	--e-global-typography-primary-font-family: "Public Sans";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Roboto Slab";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1200px !important
}

.elementor-widget:not(:last-child) {
	margin-bottom: 0
}

.elementor-element {
	--widgets-spacing: 0px
}

	{}

h1.page-title {
	display: var(--page-title-display)
}

@media(max-width:1024px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1024px !important
	}
}

@media(max-width:767px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 767px !important
	}
}

.elementor-2269 .elementor-element.elementor-element-9a185ce {
	padding: 46px 0 36px
}

.elementor-2269 .elementor-element.elementor-element-6b7d123 .heading-tbay-title {
	text-align: center
}

.elementor-2269 .elementor-element.elementor-element-6b7d123 .item-cat {
	text-align: center !important
}

.elementor-2269 .elementor-element.elementor-element-6b7d123 .content {
	text-align: center !important
}

.elementor-2269 .elementor-element.elementor-element-6b7d123 .cat-icon>i {
	font-size: 60px
}

.elementor-2269 .elementor-element.elementor-element-6b7d123 .cat-icon>svg {
	width: 60px;
	height: 60px
}

.elementor-2269 .elementor-element.elementor-element-6b7d123 .cat-name {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 24px;
	margin: 13px 0 0
}

.elementor-2269 .elementor-element.elementor-element-e9aa482 {
	padding: 0 0 10px;
}

.elementor-2269 .elementor-element.elementor-element-1ba316e>div.elementor-element-populated {
	padding: 0 10px !important
}

.elementor-2269 .elementor-element.elementor-element-33da2d4>div.elementor-element-populated {
	padding: 0 10px !important
}

.elementor-2269 .elementor-element.elementor-element-8b9b1bb>div.elementor-element-populated {
	padding: 0 10px !important
}

.elementor-2269 .elementor-element.elementor-element-58aa21a {
	text-align: right
}

.elementor-2269 .elementor-element.elementor-element-ef1099c {
	padding: 43px 0 15px
}

.elementor-2269 .elementor-element.elementor-element-1d77ded .heading-tbay-title {
	text-align: left;
	padding: 0
}

.elementor-2269 .elementor-element.elementor-element-1d77ded .heading-tbay-title .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0
}

.elementor-bc-flex-widget .elementor-2269 .elementor-element.elementor-element-9068a82.elementor-column .elementor-widget-wrap {
	align-items: center
}

.elementor-2269 .elementor-element.elementor-element-9068a82.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-2269 .elementor-element.elementor-element-f257f8f .elementor-button {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	fill: #00ab55;
	color: #00ab55;
	background-color: #02010100;
	padding: 0
}

.elementor-2269 .elementor-element.elementor-element-f257f8f>.elementor-widget-container {
	padding: 6px 0 0
}

.elementor-2269 .elementor-element.elementor-element-6608324 {
	padding: 0 0 30px
}

.elementor-2269 .elementor-element.elementor-element-63b0936 .heading-tbay-title {
	text-align: center
}

.elementor-2269 .elementor-element.elementor-element-8e160b5 {
	padding: 40px 0 15px
}

.elementor-2269 .elementor-element.elementor-element-76d59f5 .heading-tbay-title {
	text-align: left;
	padding: 0
}

.elementor-2269 .elementor-element.elementor-element-76d59f5 .heading-tbay-title .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0;
	color: #183F35;
}

.elementor-bc-flex-widget .elementor-2269 .elementor-element.elementor-element-6eeb429.elementor-column .elementor-widget-wrap {
	align-items: center
}

.elementor-2269 .elementor-element.elementor-element-6eeb429.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-2269 .elementor-element.elementor-element-a3263d7 .elementor-button {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	fill: #00ab55;
	color: #00ab55;
	background-color: #02010100;
	padding: 0
}

.elementor-2269 .elementor-element.elementor-element-a3263d7>.elementor-widget-container {
	padding: 6px 0 0
}

.elementor-2269 .elementor-element.elementor-element-6825e39 {
	padding: 0 0 65px
}

.elementor-2269 .elementor-element.elementor-element-ecb0a51 .heading-tbay-title {
	text-align: center
}

.elementor-2269 .elementor-element.elementor-element-2543945:not(.elementor-motion-effects-element-type-background),
.elementor-2269 .elementor-element.elementor-element-2543945>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #D1ECDD
}

.elementor-2269 .elementor-element.elementor-element-2543945 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 57px 0 58px
}

.elementor-2269 .elementor-element.elementor-element-2543945>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2269 .elementor-element.elementor-element-4dc61cf:not(.elementor-motion-effects-element-type-background),
.elementor-2269 .elementor-element.elementor-element-4dc61cf>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff
}

.elementor-2269 .elementor-element.elementor-element-4dc61cf {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 18px 23px 18px 24px
}

.elementor-2269 .elementor-element.elementor-element-4dc61cf>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2269 .elementor-element.elementor-element-29cc110 .heading-tbay-title {
	text-align: left;
	padding: 0
}

.elementor-2269 .elementor-element.elementor-element-29cc110 .heading-tbay-title .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0
}

.elementor-2269 .elementor-element.elementor-element-e3624a1 .elementor-button {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	fill: #00ab55;
	color: #00ab55;
	background-color: #02010100;
	padding: 0
}

.elementor-2269 .elementor-element.elementor-element-e3624a1>.elementor-widget-container {
	padding: 6px 0 0
}

.elementor-2269 .elementor-element.elementor-element-3ff440c:not(.elementor-motion-effects-element-type-background),
.elementor-2269 .elementor-element.elementor-element-3ff440c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #fff
}

.elementor-2269 .elementor-element.elementor-element-3ff440c {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-2269 .elementor-element.elementor-element-3ff440c>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2269 .elementor-element.elementor-element-6b9ed1d>div.elementor-element-populated {
	padding: 0 0 0 16px !important
}

.elementor-2269 .elementor-element.elementor-element-5e5387f>.elementor-element-populated {
	margin: 0;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px
}

.elementor-2269 .elementor-element.elementor-element-5e5387f>div.elementor-element-populated {
	padding: 0 15px !important
}

.elementor-2269 .elementor-element.elementor-element-b98c6d3 .heading-tbay-title {
	text-align: center
}

.elementor-2269 .elementor-element.elementor-element-b98c6d3>.elementor-widget-container {
	padding: 0
}

.elementor-2269 .elementor-element.elementor-element-c504836 {
	padding: 64px 0 15px
}

.elementor-2269 .elementor-element.elementor-element-98bd174 .heading-tbay-title {
	text-align: left;
	padding: 0
}

.elementor-2269 .elementor-element.elementor-element-98bd174 .heading-tbay-title .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0
}

.elementor-bc-flex-widget .elementor-2269 .elementor-element.elementor-element-274f648.elementor-column .elementor-widget-wrap {
	align-items: center
}

.elementor-2269 .elementor-element.elementor-element-274f648.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-2269 .elementor-element.elementor-element-f598849 .elementor-button {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	fill: #00ab55;
	color: #00ab55;
	background-color: #02010100;
	padding: 0
}

.elementor-2269 .elementor-element.elementor-element-f598849>.elementor-widget-container {
	padding: 6px 0 0
}

.elementor-2269 .elementor-element.elementor-element-2cfb0fb {
	padding: 0 0 30px
}

.elementor-2269 .elementor-element.elementor-element-90b07cd .heading-tbay-title {
	text-align: center
}

.elementor-2269 .elementor-element.elementor-element-d435008 {
	padding: 37px 0 79px;
}

.elementor-2269 .elementor-element.elementor-element-878cc46>.elementor-element-populated {
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #919EAB3D;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-2269 .elementor-element.elementor-element-878cc46>.elementor-element-populated>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2269 .elementor-element.elementor-element-94dc038 {
	--icon-box-icon-margin: -9px
}

.elementor-2269 .elementor-element.elementor-element-94dc038 .elementor-icon {
	font-size: 52px
}

.elementor-2269 .elementor-element.elementor-element-94dc038 .elementor-icon-box-wrapper {
	text-align: center
}

.elementor-2269 .elementor-element.elementor-element-94dc038 .elementor-icon-box-title {
	margin-bottom: 9px;
	color: #212b36
}

.elementor-2269 .elementor-element.elementor-element-94dc038 .elementor-icon-box-title,
.elementor-2269 .elementor-element.elementor-element-94dc038 .elementor-icon-box-title a {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px
}

.elementor-2269 .elementor-element.elementor-element-94dc038 .elementor-icon-box-description {
	color: #637381;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px
}

.elementor-2269 .elementor-element.elementor-element-5cf6269>.elementor-element-populated {
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #919EAB3D;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-2269 .elementor-element.elementor-element-5cf6269>.elementor-element-populated>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2269 .elementor-element.elementor-element-6b48874 {
	--icon-box-icon-margin: -9px
}

.elementor-2269 .elementor-element.elementor-element-6b48874 .elementor-icon {
	font-size: 52px
}

.elementor-2269 .elementor-element.elementor-element-6b48874 .elementor-icon-box-wrapper {
	text-align: center
}

.elementor-2269 .elementor-element.elementor-element-6b48874 .elementor-icon-box-title {
	margin-bottom: 9px;
	color: #212b36
}

.elementor-2269 .elementor-element.elementor-element-6b48874 .elementor-icon-box-title,
.elementor-2269 .elementor-element.elementor-element-6b48874 .elementor-icon-box-title a {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px
}

.elementor-2269 .elementor-element.elementor-element-6b48874 .elementor-icon-box-description {
	color: #637381;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px
}

.elementor-2269 .elementor-element.elementor-element-9de7035>.elementor-element-populated {
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #919EAB3D;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-2269 .elementor-element.elementor-element-9de7035>.elementor-element-populated>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2269 .elementor-element.elementor-element-a27838a {
	--icon-box-icon-margin: -9px
}

.elementor-2269 .elementor-element.elementor-element-a27838a .elementor-icon {
	font-size: 52px
}

.elementor-2269 .elementor-element.elementor-element-a27838a .elementor-icon-box-wrapper {
	text-align: center
}

.elementor-2269 .elementor-element.elementor-element-a27838a .elementor-icon-box-title {
	margin-bottom: 9px;
	color: #212b36
}

.elementor-2269 .elementor-element.elementor-element-a27838a .elementor-icon-box-title,
.elementor-2269 .elementor-element.elementor-element-a27838a .elementor-icon-box-title a {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px
}

.elementor-2269 .elementor-element.elementor-element-a27838a .elementor-icon-box-description {
	color: #637381;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px
}

.elementor-2269 .elementor-element.elementor-element-6fe33ce {
	--icon-box-icon-margin: -9px
}

.elementor-2269 .elementor-element.elementor-element-6fe33ce .elementor-icon {
	font-size: 52px
}

.elementor-2269 .elementor-element.elementor-element-6fe33ce .elementor-icon-box-wrapper {
	text-align: center
}

.elementor-2269 .elementor-element.elementor-element-6fe33ce .elementor-icon-box-title {
	margin-bottom: 9px;
	color: #212b36
}

.elementor-2269 .elementor-element.elementor-element-6fe33ce .elementor-icon-box-title,
.elementor-2269 .elementor-element.elementor-element-6fe33ce .elementor-icon-box-title a {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px
}

.elementor-2269 .elementor-element.elementor-element-6fe33ce .elementor-icon-box-description {
	color: #637381;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px
}

@media(min-width:768px) {
	.elementor-2269 .elementor-element.elementor-element-6b9ed1d {
		width: 32.392%
	}

	.elementor-2269 .elementor-element.elementor-element-5e5387f {
		width: 67.608%
	}
}

.elementor-2956 .elementor-element.elementor-element-b228df5>.elementor-container {
	min-height: 40px
}

.elementor-2956 .elementor-element.elementor-element-b228df5>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-b228df5:not(.elementor-motion-effects-element-type-background),
.elementor-2956 .elementor-element.elementor-element-b228df5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #D1ECDD;
}

.elementor-2956 .elementor-element.elementor-element-b228df5 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-2956 .elementor-element.elementor-element-b228df5>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2956 .elementor-element.elementor-element-main>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-main:not(.elementor-motion-effects-element-type-background),
.elementor-2956 .elementor-element.elementor-element-main>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #183F35
}

.elementor-2956 .elementor-element.elementor-element-main {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #FFFFFF3D;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 14px 0 19px
}

.elementor-2956 .elementor-element.elementor-element-main>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2956 .elementor-element.elementor-element-custom:not(.elementor-motion-effects-element-type-background),
.elementor-2956 .elementor-element.elementor-element-custom>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #D1ECDD
}

.elementor-2956 .elementor-element.elementor-element-custom {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-2956 .elementor-element.elementor-element-custom>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2956 .elementor-element.elementor-element-0ea327f .elementor-button {
	font-size: 14px;
	fill: #fff;
	color: #fff;
	background-color: #02010100;
	padding: 0
}

.elementor-2956 .elementor-element.elementor-element-30373ce.elementor-column>.elementor-widget-wrap {
	justify-content: flex-end
}

.elementor-2956 .elementor-element.elementor-element-nav-text .elementor-button {
	font-size: 14px;
	fill: #183F35;
	color: #183F35;
	background-color: #FFE9E900;
	padding: 0
}

.elementor-2956 .elementor-element.elementor-element-nav-text .elementor-button:hover,
.elementor-2956 .elementor-element.elementor-element-nav-text .elementor-button:focus {
	color: var(--tb-theme-color);
}

.elementor-2956 .elementor-element.elementor-element-nav-text .elementor-button:hover svg,
.elementor-2956 .elementor-element.elementor-element-nav-text .elementor-button:focus svg {
	fill: var(--tb-theme-color);
}

.elementor-2956 .elementor-element.elementor-element-nav-text>.elementor-widget-container {
	margin: 0 0 0 25px
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .button-search i {
	font-size: 22px !important
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .tbay-search,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-search:not(.icon),
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category>select {
	height: 44px
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-search:not(.icon),
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-preloader,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-search:not(.icon) i,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .SumoSelect {
	line-height: 44px
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .form-group .input-group {
	border-style: solid;
	border-width: 1px;
	border-color: #919EAB52;
	border-radius: 6px
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category.input-group-addon,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category .CaptionCont {
	border-radius: 6px 0 0 6px
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form input {
	background: #f4f6f8
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category.input-group-addon {
	background: #f4f6f8
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-search:not(.icon) {
	padding: 0 12px;
	border-style: solid;
	border-width: 0;
	border-color: #dce0e4;
	background: #f4f6f8
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-group,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-search:not(.icon) {
	border-radius: 0 6px 6px 0
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .button-search i,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-group:before {
	color: #212b36
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .button-search:hover i {
	color: #00ab55
}

.elementor-bc-flex-widget .elementor-2956 .elementor-element.elementor-element-eb4d0dd.elementor-column .elementor-widget-wrap {
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-eb4d0dd.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-eb4d0dd.elementor-column>.elementor-widget-wrap {
	justify-content: flex-end
}

.elementor-2956 .elementor-element.elementor-element-dc20d2c .tbay-login a i {
	font-size: 40px !important;
	padding: 4px 0 0;
	color: #fff
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-dropdown .cart-icon i {
	font-size: 40px;
	height: 40px
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .wrapper-title-cart {
	line-height: 40px
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-dropdown .cart-icon {
	color: #fff
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-popup .mini-cart-items {
	top: -3px;
	left: 22px;
	border-color: #00ab55;
	background: #B6D554;
}

.rtl .elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-popup .mini-cart-items {
	right: 22px;
	left: auto
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-popup .mini-cart-items,
.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-popup .mini-cart-items-static {
	font-size: 14px;
	font-weight: 600
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-popup.show .dropdown-menu {
	top: 50px !important
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9>.elementor-widget-container {
	margin: 0 -16px 0 40px
}

.elementor-bc-flex-widget .elementor-2956 .elementor-element.elementor-element-b16e3f0.elementor-column .elementor-widget-wrap {
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-b16e3f0.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu {
	justify-content: flex-start !important
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>a {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #fff
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>a i {
	color: #fff
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>.caret:before {
	background-color: #fff
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>a:hover,
.elementor-2956 .elementor-element.elementor-element-a1d721f .tbay-element-nav-menu .elementor-nav-menu--main>ul>li:hover>a>.caret,
.elementor-2956 .elementor-element.elementor-element-a1d721f .tbay-element-nav-menu .elementor-nav-menu--main>ul>li:focus>a>.caret,
.elementor-2956 .elementor-element.elementor-element-a1d721f .tbay-element-nav-menu .elementor-nav-menu--main>ul>li.active>a>.caret,
.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>a:hover i,
.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>a:focus i,
.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>a.active i,
.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>a:focus,
.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li.active>a {
	color: var(--tb-theme-color);
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main .elementor-item {
	padding: 15px 24px 14px;
	color: #183F35;
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>.megamenu>li:first-child>.elementor-item {
	padding-left: 0
}

.elementor-bc-flex-widget .elementor-2956 .elementor-element.elementor-element-d25e8df.elementor-column .elementor-widget-wrap {
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-d25e8df.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-d25e8df.elementor-column>.elementor-widget-wrap {
	justify-content: center;
}

.elementor-2956 .elementor-element.elementor-element-ae6d64b .content-empty {
	text-align: center
}

.elementor-2956 .elementor-element.elementor-element-ae6d64b .product-recently-viewed-header h3 {
	font-size: 16px;
	line-height: 24px;
	color: #fff
}

.elementor-2956 .elementor-element.elementor-element-ae6d64b .product-recently-viewed-header:hover h3,
.elementor-2956 .elementor-element.elementor-element-ae6d64b .product-recently-viewed-header:hover h3:after {
	color: #FFFFFFB3
}

@media(min-width:768px) {
	.elementor-2956 .elementor-element.elementor-element-a0af9db {
		width: 22.663%
	}

	.elementor-2956 .elementor-element.elementor-element-42b1d4f {
		width: 54.919%
	}

	.elementor-2956 .elementor-element.elementor-element-eb4d0dd {
		width: 22.082%
	}

	.elementor-2956 .elementor-element.elementor-element-b16e3f0 {
		width: 75.833%
	}

	.elementor-2956 .elementor-element.elementor-element-d25e8df {
		width: 24.084%
	}
}

.elementor-779 .elementor-element.elementor-element-b07e212 {
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #919EAB3D;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 79px 0 79px
}

.elementor-779 .elementor-element.elementor-element-b07e212>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-779 .elementor-element.elementor-element-2805ff8>.elementor-widget-container {
	padding: 0 0 23px
}

.elementor-779 .elementor-element.elementor-element-f060193 {
	color: #82C55B;
	font-size: 14px;
	line-height: 22px
}

.elementor-779 .elementor-element.elementor-element-f060193>.elementor-widget-container {
	padding: 0 140px 0 0
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-icon i {
	color: #82C55B;
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-icon svg {
	fill: #82C55B;
	transition: fill .3s
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-item:hover .elementor-icon-list-icon i {
	color: #82C55B
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
	fill: #82C55B
}

.elementor-779 .elementor-element.elementor-element-b4b315a {
	--e-icon-list-icon-size: 19px;
	--e-icon-list-icon-align: left;
	--e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em)*0.25) 0 0;
	--icon-vertical-offset: 0px
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-item>a {
	font-size: 14px;
	line-height: 22px
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-text {
	color: #82C55B;
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-b4b315a>.elementor-widget-container {
	padding: 24px 0 0 3px
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(20px/2)
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(20px/2)
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(20px/2);
	margin-left: calc(20px/2)
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-20px/2);
	margin-left: calc(-20px/2)
}

body.rtl .elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-20px/2)
}

body:not(.rtl) .elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-20px/2)
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-icon i {
	color: #82C55B;
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-icon svg {
	fill: #82C55B;
	transition: fill .3s
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-item:hover .elementor-icon-list-icon i {
	color: #00ab55
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
	fill: #00ab55
}

.elementor-779 .elementor-element.elementor-element-eea32ae {
	--e-icon-list-icon-size: 19px;
	--e-icon-list-icon-align: left;
	--e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em)*0.25) 0 0;
	--icon-vertical-offset: 0px
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-item>a {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-text {
	color: #82C55B;
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #00ab55
}

.elementor-779 .elementor-element.elementor-element-eea32ae>.elementor-widget-container {
	padding: 13px 0 0 3px
}

.elementor-779 .elementor-element.elementor-element-1705372 .elementor-icon-list-icon i {
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-1705372 .elementor-icon-list-icon svg {
	transition: fill .3s
}

.elementor-779 .elementor-element.elementor-element-1705372 {
	--e-icon-list-icon-size: 19px;
	--e-icon-list-icon-align: left;
	--e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em)*0.25) 0 0;
	--icon-vertical-offset: 0px
}

.elementor-779 .elementor-element.elementor-element-1705372 .elementor-icon-list-text {
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-1705372>.elementor-widget-container {
	padding: 13px 0 0 3px
}

.elementor-779 .elementor-element.elementor-element-eb89f29 {
	--grid-template-columns: repeat(4, auto);
	--icon-size: 17px;
	--grid-column-gap: 14px;
	--grid-row-gap: 0px
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-widget-container {
	text-align: left
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-social-icon {
	background-color: #02010100
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-social-icon i {
	color: #82C55B
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-social-icon svg {
	fill: #212b36
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-social-icon:hover i {
	color: #00ab55
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-social-icon:hover svg {
	fill: #00ab55
}

.elementor-779 .elementor-element.elementor-element-eb89f29>.elementor-widget-container {
	padding: 26px 0 0;
	border-style: solid;
	border-width: 0;
	border-color: #919EAB3D
}

.elementor-779 .elementor-element .heading-tbay-title {
	text-align: left
}

.elementor-779 .elementor-element .heading-tbay-title .title {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #82C55B;
}

.elementor-779 .elementor-element.elementor-element-0684d64 .heading-tbay-title {
	text-align: left
}

.elementor-779 .elementor-element.elementor-element-0684d64 .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #212b36
}

.elementor-779 .elementor-element.elementor-element-0684d64>.elementor-widget-container {
	border-style: solid;
	border-width: 0;
	border-color: #919EAB3D
}

.elementor-779 .elementor-element.elementor-element-afd871a {
	color: #212b36;
	line-height: 22px
}

.elementor-779 .elementor-element.elementor-element-afd871a>.elementor-widget-container {
	padding: 0 0 16px
}

.elementor-779 .elementor-element.elementor-element-582eeb4 .tbay-element-newsletter input[type=email] {
	width: 100%;
	background-color: #f4f6f8;
	border-style: solid;
	border-width: 1px;
	border-color: #919EAB52;
	border-radius: 6px
}

.elementor-779 .elementor-element.elementor-element-582eeb4 .tbay-element-newsletter button[type=submit] {
	width: 100px;
	font-size: 14px;
	font-weight: 700;
	background-color: #00ab55;
	color: #fff;
	border-radius: 6px;
	padding: 0;
	margin: 16px 0 0
}

.elementor-779 .elementor-element.elementor-element-2e1e7cc>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center
}

.elementor-779 .elementor-element.elementor-element-2e1e7cc {
	padding: 14px 0 48px
}

.elementor-779 .elementor-element.elementor-element-1428d4f {
	color: #82C55B
}

.elementor-779 .elementor-element.elementor-element-0152bfc {
	text-align: left;
}

@media(max-width:1024px) {
	.elementor-779 .elementor-element.elementor-element-f060193>.elementor-widget-container {
		padding: 0
	}

	.elementor-779 .elementor-element.elementor-element-eb89f29>.elementor-widget-container {
		border-width: 0
	}
}

@media(max-width:767px) {
	.elementor-779 .elementor-element.elementor-element-b07e212 {
		padding: 40px 0 26px
	}

	.elementor-779 .elementor-element.elementor-element-f060193>.elementor-widget-container {
		padding: 0
	}

	.elementor-779 .elementor-element.elementor-element-eb89f29>.elementor-widget-container {
		margin: 0 0 32px;
		padding: 26px 0 32px;
		border-width: 0 0 1px
	}

	.elementor-779 .elementor-element.elementor-element-372845d {
		width: 47%
	}

	.elementor-779 .elementor-element.elementor-element-ad4693e {
		width: 53%
	}

	.elementor-779 .elementor-element.elementor-element-0684d64 .heading-tbay-title {
		padding: 0 0 14px
	}

	.elementor-779 .elementor-element.elementor-element-0684d64>.elementor-widget-container {
		margin: 24px 0 0;
		padding: 24px 0 0;
		border-width: 1px 0 0
	}

	.elementor-779 .elementor-element.elementor-element-2e1e7cc {
		padding: 14px 0 82px
	}

	.elementor-779 .elementor-element.elementor-element-1428d4f>.elementor-widget-container {
		margin: 22px 0 0
	}

	.elementor-779 .elementor-element.elementor-element-0152bfc {
		text-align: left
	}
}

@media(min-width:768px) {
	.elementor-779 .elementor-element.elementor-element-6cb6b19 {
		width: 41.67%
	}

	.elementor-779 .elementor-element.elementor-element-372845d {
		width: 16.67%
	}

	.elementor-779 .elementor-element.elementor-element-ad4693e {
		width: 16.67%
	}

	.elementor-779 .elementor-element.elementor-element-477af1b {
		width: 23.209%
	}
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container .swiper-slide figure {
	line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
	display: none
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	touch-action: pan-y
}

.swiper-wp8-vertical {
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2
}

.swiper-pagination-fraction {
	color: #000
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
	top: calc(50% - 30px / 2)
}

.elementor-swiper {
	position: relative
}

.elementor-main-swiper {
	position: static
}

.elementor-arrows-position-outside .swiper-container {
	width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
	left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
	right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%
}

.elementor-swiper-button {
	position: absolute;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	transform: translateY(-50%)
}

.elementor-swiper-button svg {
	fill: hsla(0, 0%, 93.3%, .9);
	height: 1em;
	width: 1em
}

.elementor-swiper-button-prev {
	left: 10px
}

.elementor-swiper-button-next {
	right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
	opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
	transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-size: 100%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-acquisitions-incorporated:before {
	content: "\f6af"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-airbnb:before {
	content: "\f834"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-artstation:before {
	content: "\f77a"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atlassian:before {
	content: "\f77b"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-bacon:before {
	content: "\f7e5"
}

.fa-bacteria:before {
	content: "\e059"
}

.fa-bacterium:before {
	content: "\e05a"
}

.fa-bahai:before {
	content: "\f666"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-balance-scale-left:before {
	content: "\f515"
}

.fa-balance-scale-right:before {
	content: "\f516"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battle-net:before {
	content: "\f835"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-biking:before {
	content: "\f84a"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-biohazard:before {
	content: "\f780"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blog:before {
	content: "\f781"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-medical:before {
	content: "\f7e6"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bootstrap:before {
	content: "\f836"
}

.fa-border-all:before {
	content: "\f84c"
}

.fa-border-none:before {
	content: "\f850"
}

.fa-border-style:before {
	content: "\f853"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-box-tissue:before {
	content: "\e05b"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-bread-slice:before {
	content: "\f7ec"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-buffer:before {
	content: "\f837"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buy-n-large:before {
	content: "\f8a6"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-day:before {
	content: "\f783"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-campground:before {
	content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
	content: "\f785"
}

.fa-candy-cane:before {
	content: "\f786"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-car-alt:before {
	content: "\f5de"
}

.fa-car-battery:before {
	content: "\f5df"
}

.fa-car-crash:before {
	content: "\f5e1"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-caravan:before {
	content: "\f8ff"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-carrot:before {
	content: "\f787"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-cat:before {
	content: "\f6be"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-centos:before {
	content: "\f789"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chair:before {
	content: "\f6c0"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-charging-station:before {
	content: "\f5e7"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-cheese:before {
	content: "\f7ef"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-chromecast:before {
	content: "\f838"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-city:before {
	content: "\f64f"
}

.fa-clinic-medical:before {
	content: "\f7f2"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-meatball:before {
	content: "\f73b"
}

.fa-cloud-moon:before {
	content: "\f6c3"
}

.fa-cloud-moon-rain:before {
	content: "\f73c"
}

.fa-cloud-rain:before {
	content: "\f73d"
}

.fa-cloud-showers-heavy:before {
	content: "\f740"
}

.fa-cloud-sun:before {
	content: "\f6c4"
}

.fa-cloud-sun-rain:before {
	content: "\f743"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudflare:before {
	content: "\e07d"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-medical:before {
	content: "\f7f5"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-alt:before {
	content: "\f422"
}

.fa-compress-arrows-alt:before {
	content: "\f78c"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-confluence:before {
	content: "\f78d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cotton-bureau:before {
	content: "\f89e"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-creative-commons-zero:before {
	content: "\f4f3"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-critical-role:before {
	content: "\f6c9"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-cross:before {
	content: "\f654"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-crutch:before {
	content: "\f7f7"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-d-and-d-beyond:before {
	content: "\f6ca"
}

.fa-dailymotion:before {
	content: "\e052"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-deezer:before {
	content: "\e077"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-democrat:before {
	content: "\f747"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-dev:before {
	content: "\f6cc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-dhl:before {
	content: "\f790"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diaspora:before {
	content: "\f791"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-d20:before {
	content: "\f6cf"
}

.fa-dice-d6:before {
	content: "\f6d1"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-directions:before {
	content: "\f5eb"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-disease:before {
	content: "\f7fa"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dog:before {
	content: "\f6d3"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dragon:before {
	content: "\f6d5"
}

.fa-draw-polygon:before {
	content: "\f5ee"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drumstick-bite:before {
	content: "\f6d7"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dumpster:before {
	content: "\f793"
}

.fa-dumpster-fire:before {
	content: "\f794"
}

.fa-dungeon:before {
	content: "\f6d9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edge-legacy:before {
	content: "\e078"
}

.fa-edit:before {
	content: "\f044"
}

.fa-egg:before {
	content: "\f7fb"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-ethernet:before {
	content: "\f796"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-evernote:before {
	content: "\f839"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-alt:before {
	content: "\f424"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fan:before {
	content: "\f863"
}

.fa-fantasy-flight-games:before {
	content: "\f6dc"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-faucet:before {
	content: "\e005"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-fedex:before {
	content: "\f797"
}

.fa-fedora:before {
	content: "\f798"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-figma:before {
	content: "\f799"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-alt:before {
	content: "\f7e4"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-firefox-browser:before {
	content: "\e007"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-fist-raised:before {
	content: "\f6de"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flag-usa:before {
	content: "\f74d"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-ghost:before {
	content: "\f6e2"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-gifts:before {
	content: "\f79c"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-alt:before {
	content: "\f841"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-cheers:before {
	content: "\f79f"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glass-whiskey:before {
	content: "\f7a0"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-globe-europe:before {
	content: "\f7a2"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-pay:before {
	content: "\e079"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-gopuram:before {
	content: "\f664"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-lines:before {
	content: "\f7a4"
}

.fa-grip-lines-vertical:before {
	content: "\f7a5"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-guilded:before {
	content: "\e07e"
}

.fa-guitar:before {
	content: "\f7a6"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hackerrank:before {
	content: "\f5f7"
}

.fa-hamburger:before {
	content: "\f805"
}

.fa-hammer:before {
	content: "\f6e3"
}

.fa-hamsa:before {
	content: "\f665"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-medical:before {
	content: "\e05c"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-holding-water:before {
	content: "\f4c1"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-middle-finger:before {
	content: "\f806"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-sparkles:before {
	content: "\e05d"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-hands-wash:before {
	content: "\e05e"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-handshake-alt-slash:before {
	content: "\e05f"
}

.fa-handshake-slash:before {
	content: "\e060"
}

.fa-hanukiah:before {
	content: "\f6e6"
}

.fa-hard-hat:before {
	content: "\f807"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hat-cowboy:before {
	content: "\f8c0"
}

.fa-hat-cowboy-side:before {
	content: "\f8c1"
}

.fa-hat-wizard:before {
	content: "\f6e8"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-head-side-cough:before {
	content: "\e061"
}

.fa-head-side-cough-slash:before {
	content: "\e062"
}

.fa-head-side-mask:before {
	content: "\e063"
}

.fa-head-side-virus:before {
	content: "\e064"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heart-broken:before {
	content: "\f7a9"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hiking:before {
	content: "\f6ec"
}

.fa-hippo:before {
	content: "\f6ed"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hive:before {
	content: "\e07f"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-holly-berry:before {
	content: "\f7aa"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-horse:before {
	content: "\f6f0"
}

.fa-horse-head:before {
	content: "\f7ab"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hospital-user:before {
	content: "\f80d"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotdog:before {
	content: "\f80f"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-house-damage:before {
	content: "\f6f1"
}

.fa-house-user:before {
	content: "\e065"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-hryvnia:before {
	content: "\f6f2"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-ice-cream:before {
	content: "\f810"
}

.fa-icicles:before {
	content: "\f7ad"
}

.fa-icons:before {
	content: "\f86d"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-ideal:before {
	content: "\e013"
}

.fa-igloo:before {
	content: "\f7ae"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-innosoft:before {
	content: "\e080"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-instagram-square:before {
	content: "\e055"
}

.fa-instalod:before {
	content: "\e081"
}

.fa-intercom:before {
	content: "\f7af"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-invision:before {
	content: "\f7b0"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itch-io:before {
	content: "\f83a"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi:before {
	content: "\f669"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-jira:before {
	content: "\f7b1"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-journal-whills:before {
	content: "\f66a"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-landmark:before {
	content: "\f66f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-laptop-house:before {
	content: "\e066"
}

.fa-laptop-medical:before {
	content: "\f812"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-layer-group:before {
	content: "\f5fd"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lungs:before {
	content: "\f604"
}

.fa-lungs-virus:before {
	content: "\e067"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-markdown:before {
	content: "\f60f"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mask:before {
	content: "\f6fa"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-mdb:before {
	content: "\f8ca"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mendeley:before {
	content: "\f7b3"
}

.fa-menorah:before {
	content: "\f676"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-meteor:before {
	content: "\f753"
}

.fa-microblog:before {
	content: "\e01a"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mitten:before {
	content: "\f7b5"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mixer:before {
	content: "\e056"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mountain:before {
	content: "\f6fc"
}

.fa-mouse:before {
	content: "\f8cc"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-mug-hot:before {
	content: "\f7b6"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neos:before {
	content: "\f612"
}

.fa-network-wired:before {
	content: "\f6ff"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-octopus-deploy:before {
	content: "\e082"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-orcid:before {
	content: "\f8d2"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-otter:before {
	content: "\f700"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-pager:before {
	content: "\f815"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-pastafarianism:before {
	content: "\f67b"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-penny-arcade:before {
	content: "\f704"
}

.fa-people-arrows:before {
	content: "\e068"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-pepper-hot:before {
	content: "\f816"
}

.fa-perbyte:before {
	content: "\e083"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-person-booth:before {
	content: "\f756"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-alt:before {
	content: "\f879"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-square-alt:before {
	content: "\f87b"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-photo-video:before {
	content: "\f87c"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-square:before {
	content: "\e01e"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-pizza-slice:before {
	content: "\f818"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-plane-slash:before {
	content: "\e069"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poo-storm:before {
	content: "\f75a"
}

.fa-poop:before {
	content: "\f619"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-pray:before {
	content: "\f683"
}

.fa-praying-hands:before {
	content: "\f684"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pump-medical:before {
	content: "\e06a"
}

.fa-pump-soap:before {
	content: "\e06b"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-quran:before {
	content: "\f687"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-radiation:before {
	content: "\f7b9"
}

.fa-radiation-alt:before {
	content: "\f7ba"
}

.fa-rainbow:before {
	content: "\f75b"
}

.fa-random:before {
	content: "\f074"
}

.fa-raspberry-pi:before {
	content: "\f7bb"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-reacteurope:before {
	content: "\f75d"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-record-vinyl:before {
	content: "\f8d9"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redhat:before {
	content: "\f7bc"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-remove-format:before {
	content: "\f87d"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-republican:before {
	content: "\f75e"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-restroom:before {
	content: "\f7bd"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-ring:before {
	content: "\f70b"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-running:before {
	content: "\f70c"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-rust:before {
	content: "\e07a"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-salesforce:before {
	content: "\f83b"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-satellite:before {
	content: "\f7bf"
}

.fa-satellite-dish:before {
	content: "\f7c0"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-scroll:before {
	content: "\f70e"
}

.fa-sd-card:before {
	content: "\f7c2"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-dollar:before {
	content: "\f688"
}

.fa-search-location:before {
	content: "\f689"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-shield-virus:before {
	content: "\e06c"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopify:before {
	content: "\e057"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-sim-card:before {
	content: "\f7c4"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sink:before {
	content: "\e06d"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skating:before {
	content: "\f7c5"
}

.fa-sketch:before {
	content: "\f7c6"
}

.fa-skiing:before {
	content: "\f7c9"
}

.fa-skiing-nordic:before {
	content: "\f7ca"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skull-crossbones:before {
	content: "\f714"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-slash:before {
	content: "\f715"
}

.fa-sleigh:before {
	content: "\f7cc"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smog:before {
	content: "\f75f"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-sms:before {
	content: "\f7cd"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowboarding:before {
	content: "\f7ce"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-snowman:before {
	content: "\f7d0"
}

.fa-snowplow:before {
	content: "\f7d2"
}

.fa-soap:before {
	content: "\e06e"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
	content: "\f881"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
	content: "\f882"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-down-alt:before {
	content: "\f884"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-amount-up-alt:before {
	content: "\f885"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-down-alt:before {
	content: "\f886"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-numeric-up-alt:before {
	content: "\f887"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-sourcetree:before {
	content: "\f7d3"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-speaker-deck:before {
	content: "\f83c"
}

.fa-spell-check:before {
	content: "\f891"
}

.fa-spider:before {
	content: "\f717"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stackpath:before {
	content: "\f842"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-star-of-david:before {
	content: "\f69a"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-stopwatch-20:before {
	content: "\e06f"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-store-alt-slash:before {
	content: "\e070"
}

.fa-store-slash:before {
	content: "\e071"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-suse:before {
	content: "\f7d6"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swift:before {
	content: "\f8e1"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-symfony:before {
	content: "\f83d"
}

.fa-synagogue:before {
	content: "\f69b"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-teeth:before {
	content: "\f62e"
}

.fa-teeth-open:before {
	content: "\f62f"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-temperature-high:before {
	content: "\f769"
}

.fa-temperature-low:before {
	content: "\f76b"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tenge:before {
	content: "\f7d7"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-the-red-yeti:before {
	content: "\f69d"
}

.fa-theater-masks:before {
	content: "\f630"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-think-peaks:before {
	content: "\f731"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-tiktok:before {
	content: "\e07b"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toilet:before {
	content: "\f7d8"
}

.fa-toilet-paper:before {
	content: "\f71e"
}

.fa-toilet-paper-slash:before {
	content: "\e072"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tools:before {
	content: "\f7d9"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-tractor:before {
	content: "\f722"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-light:before {
	content: "\f637"
}

.fa-trailer:before {
	content: "\e041"
}

.fa-train:before {
	content: "\f238"
}

.fa-tram:before {
	content: "\f7da"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-trash-restore:before {
	content: "\f829"
}

.fa-trash-restore-alt:before {
	content: "\f82a"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-monster:before {
	content: "\f63b"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-truck-pickup:before {
	content: "\f63c"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-ubuntu:before {
	content: "\f7df"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbraco:before {
	content: "\f8e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-uncharted:before {
	content: "\e084"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-unity:before {
	content: "\e049"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-unsplash:before {
	content: "\e07c"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-ups:before {
	content: "\f7e0"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-injured:before {
	content: "\f728"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-nurse:before {
	content: "\f82f"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-users-slash:before {
	content: "\e073"
}

.fa-usps:before {
	content: "\f7e1"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-vest:before {
	content: "\e085"
}

.fa-vest-patches:before {
	content: "\e086"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vihara:before {
	content: "\f6a7"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-virus:before {
	content: "\e074"
}

.fa-virus-slash:before {
	content: "\e075"
}

.fa-viruses:before {
	content: "\e076"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-voicemail:before {
	content: "\f897"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vote-yea:before {
	content: "\f772"
}

.fa-vr-cardboard:before {
	content: "\f729"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-watchman-monitoring:before {
	content: "\e087"
}

.fa-water:before {
	content: "\f773"
}

.fa-wave-square:before {
	content: "\f83e"
}

.fa-waze:before {
	content: "\f83f"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-wind:before {
	content: "\f72e"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-bottle:before {
	content: "\f72f"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
	content: "\f730"
}

.fa-wodu:before {
	content: "\e088"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wpressr:before {
	content: "\f3e4"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yammer:before {
	content: "\f840"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yarn:before {
	content: "\f7e3"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yin-yang:before {
	content: "\f6ad"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.fa-zhihu:before {
	content: "\f63f"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(/build/greenmart/fonts/webfonts/fa-brands-400.eot);
	src: url(/build/greenmart/fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/build/greenmart/fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(/build/greenmart/fonts/webfonts/fa-brands-400.woff) format("woff"), url(/build/greenmart/fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(/build/greenmart/fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands"
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(/build/greenmart/fonts/webfonts/fa-regular-400.eot);
	src: url(/build/greenmart/fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/build/greenmart/fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(/build/greenmart/fonts/webfonts/fa-regular-400.woff) format("woff"), url(/build/greenmart/fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(/build/greenmart/fontsnts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab,
.far {
	font-weight: 400
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(/build/greenmart/fonts/webfonts/fa-solid-900.eot);
	src: url(/build/greenmart/fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/build/greenmart/fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"), url(/build/greenmart/fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(/build/greenmart/fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
	font-weight: 900
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
	content: "\f000"
}

.fa.fa-meetup {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-star-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-star-o:before {
	content: "\f005"
}

.fa.fa-close:before,
.fa.fa-remove:before {
	content: "\f00d"
}

.fa.fa-gear:before {
	content: "\f013"
}

.fa.fa-trash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-trash-o:before {
	content: "\f2ed"
}

.fa.fa-file-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-o:before {
	content: "\f15b"
}

.fa.fa-clock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-clock-o:before {
	content: "\f017"
}

.fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
	content: "\f358"
}

.fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
	content: "\f35b"
}

.fa.fa-play-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-play-circle-o:before {
	content: "\f144"
}

.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
	content: "\f01e"
}

.fa.fa-refresh:before {
	content: "\f021"
}

.fa.fa-list-alt {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-dedent:before {
	content: "\f03b"
}

.fa.fa-video-camera:before {
	content: "\f03d"
}

.fa.fa-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-picture-o:before {
	content: "\f03e"
}

.fa.fa-photo {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-photo:before {
	content: "\f03e"
}

.fa.fa-image {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-image:before {
	content: "\f03e"
}

.fa.fa-pencil:before {
	content: "\f303"
}

.fa.fa-map-marker:before {
	content: "\f3c5"
}

.fa.fa-pencil-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-pencil-square-o:before {
	content: "\f044"
}

.fa.fa-share-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-share-square-o:before {
	content: "\f14d"
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-check-square-o:before {
	content: "\f14a"
}

.fa.fa-arrows:before {
	content: "\f0b2"
}

.fa.fa-times-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-times-circle-o:before {
	content: "\f057"
}

.fa.fa-check-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-check-circle-o:before {
	content: "\f058"
}

.fa.fa-mail-forward:before {
	content: "\f064"
}

.fa.fa-expand:before {
	content: "\f424"
}

.fa.fa-compress:before {
	content: "\f422"
}

.fa.fa-eye,
.fa.fa-eye-slash {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-warning:before {
	content: "\f071"
}

.fa.fa-calendar:before {
	content: "\f073"
}

.fa.fa-arrows-v:before {
	content: "\f338"
}

.fa.fa-arrows-h:before {
	content: "\f337"
}

.fa.fa-bar-chart {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-bar-chart:before {
	content: "\f080"
}

.fa.fa-bar-chart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-bar-chart-o:before {
	content: "\f080"
}

.fa.fa-facebook-square,
.fa.fa-twitter-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-gears:before {
	content: "\f085"
}

.fa.fa-thumbs-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-thumbs-o-up:before {
	content: "\f164"
}

.fa.fa-thumbs-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-thumbs-o-down:before {
	content: "\f165"
}

.fa.fa-heart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-heart-o:before {
	content: "\f004"
}

.fa.fa-sign-out:before {
	content: "\f2f5"
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-linkedin-square:before {
	content: "\f08c"
}

.fa.fa-thumb-tack:before {
	content: "\f08d"
}

.fa.fa-external-link:before {
	content: "\f35d"
}

.fa.fa-sign-in:before {
	content: "\f2f6"
}

.fa.fa-github-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-lemon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-lemon-o:before {
	content: "\f094"
}

.fa.fa-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-square-o:before {
	content: "\f0c8"
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-bookmark-o:before {
	content: "\f02e"
}

.fa.fa-facebook,
.fa.fa-twitter {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-facebook:before {
	content: "\f39e"
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-facebook-f:before {
	content: "\f39e"
}

.fa.fa-github {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-credit-card {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-feed:before {
	content: "\f09e"
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hdd-o:before {
	content: "\f0a0"
}

.fa.fa-hand-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa.fa-hand-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa.fa-hand-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa.fa-hand-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa.fa-arrows-alt:before {
	content: "\f31e"
}

.fa.fa-group:before {
	content: "\f0c0"
}

.fa.fa-chain:before {
	content: "\f0c1"
}

.fa.fa-scissors:before {
	content: "\f0c4"
}

.fa.fa-files-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-files-o:before {
	content: "\f0c5"
}

.fa.fa-floppy-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-floppy-o:before {
	content: "\f0c7"
}

.fa.fa-navicon:before,
.fa.fa-reorder:before {
	content: "\f0c9"
}

.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-google-plus:before {
	content: "\f0d5"
}

.fa.fa-money {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-money:before {
	content: "\f3d1"
}

.fa.fa-unsorted:before {
	content: "\f0dc"
}

.fa.fa-sort-desc:before {
	content: "\f0dd"
}

.fa.fa-sort-asc:before {
	content: "\f0de"
}

.fa.fa-linkedin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-linkedin:before {
	content: "\f0e1"
}

.fa.fa-rotate-left:before {
	content: "\f0e2"
}

.fa.fa-legal:before {
	content: "\f0e3"
}

.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
	content: "\f3fd"
}

.fa.fa-comment-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-comment-o:before {
	content: "\f075"
}

.fa.fa-comments-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-comments-o:before {
	content: "\f086"
}

.fa.fa-flash:before {
	content: "\f0e7"
}

.fa.fa-clipboard,
.fa.fa-paste {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-paste:before {
	content: "\f328"
}

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa.fa-exchange:before {
	content: "\f362"
}

.fa.fa-cloud-download:before {
	content: "\f381"
}

.fa.fa-cloud-upload:before {
	content: "\f382"
}

.fa.fa-bell-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-bell-o:before {
	content: "\f0f3"
}

.fa.fa-cutlery:before {
	content: "\f2e7"
}

.fa.fa-file-text-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-text-o:before {
	content: "\f15c"
}

.fa.fa-building-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-building-o:before {
	content: "\f1ad"
}

.fa.fa-hospital-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hospital-o:before {
	content: "\f0f8"
}

.fa.fa-tablet:before {
	content: "\f3fa"
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
	content: "\f3cd"
}

.fa.fa-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-circle-o:before {
	content: "\f111"
}

.fa.fa-mail-reply:before {
	content: "\f3e5"
}

.fa.fa-github-alt {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-folder-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-folder-o:before {
	content: "\f07b"
}

.fa.fa-folder-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-folder-open-o:before {
	content: "\f07c"
}

.fa.fa-smile-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-smile-o:before {
	content: "\f118"
}

.fa.fa-frown-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-frown-o:before {
	content: "\f119"
}

.fa.fa-meh-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-meh-o:before {
	content: "\f11a"
}

.fa.fa-keyboard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-keyboard-o:before {
	content: "\f11c"
}

.fa.fa-flag-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-flag-o:before {
	content: "\f024"
}

.fa.fa-mail-reply-all:before {
	content: "\f122"
}

.fa.fa-star-half-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-star-half-o:before {
	content: "\f089"
}

.fa.fa-star-half-empty {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-star-half-empty:before {
	content: "\f089"
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-star-half-full:before {
	content: "\f089"
}

.fa.fa-code-fork:before {
	content: "\f126"
}

.fa.fa-chain-broken:before {
	content: "\f127"
}

.fa.fa-shield:before {
	content: "\f3ed"
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-calendar-o:before {
	content: "\f133"
}

.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-ticket:before {
	content: "\f3ff"
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-minus-square-o:before {
	content: "\f146"
}

.fa.fa-level-up:before {
	content: "\f3bf"
}

.fa.fa-level-down:before {
	content: "\f3be"
}

.fa.fa-pencil-square:before {
	content: "\f14b"
}

.fa.fa-external-link-square:before {
	content: "\f360"
}

.fa.fa-compass {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa.fa-toggle-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-toggle-down:before {
	content: "\f150"
}

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa.fa-toggle-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-toggle-up:before {
	content: "\f151"
}

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa.fa-toggle-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-toggle-right:before {
	content: "\f152"
}

.fa.fa-eur:before,
.fa.fa-euro:before {
	content: "\f153"
}

.fa.fa-gbp:before {
	content: "\f154"
}

.fa.fa-dollar:before,
.fa.fa-usd:before {
	content: "\f155"
}

.fa.fa-inr:before,
.fa.fa-rupee:before {
	content: "\f156"
}

.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
	content: "\f157"
}

.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
	content: "\f158"
}

.fa.fa-krw:before,
.fa.fa-won:before {
	content: "\f159"
}

.fa.fa-bitcoin,
.fa.fa-btc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-bitcoin:before {
	content: "\f15a"
}

.fa.fa-file-text:before {
	content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
	content: "\f881"
}

.fa.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa.fa-sort-amount-desc:before {
	content: "\f884"
}

.fa.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
	content: "\f886"
}

.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-youtube-play:before {
	content: "\f167"
}

.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-bitbucket-square:before {
	content: "\f171"
}

.fa.fa-tumblr,
.fa.fa-tumblr-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-long-arrow-down:before {
	content: "\f309"
}

.fa.fa-long-arrow-up:before {
	content: "\f30c"
}

.fa.fa-long-arrow-left:before {
	content: "\f30a"
}

.fa.fa-long-arrow-right:before {
	content: "\f30b"
}

.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-gittip:before {
	content: "\f184"
}

.fa.fa-sun-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-sun-o:before {
	content: "\f185"
}

.fa.fa-moon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-moon-o:before {
	content: "\f186"
}

.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
	content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
	content: "\f359"
}

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa.fa-toggle-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-toggle-left:before {
	content: "\f191"
}

.fa.fa-dot-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-dot-circle-o:before {
	content: "\f192"
}

.fa.fa-vimeo-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-try:before,
.fa.fa-turkish-lira:before {
	content: "\f195"
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-plus-square-o:before {
	content: "\f0fe"
}

.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-bank:before,
.fa.fa-institution:before {
	content: "\f19c"
}

.fa.fa-mortar-board:before {
	content: "\f19d"
}

.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-spoon:before {
	content: "\f2e5"
}

.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-automobile:before {
	content: "\f1b9"
}

.fa.fa-envelope-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-envelope-o:before {
	content: "\f0e0"
}

.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-file-pdf-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa.fa-file-word-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-word-o:before {
	content: "\f1c2"
}

.fa.fa-file-excel-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa.fa-file-image-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-image-o:before {
	content: "\f1c5"
}

.fa.fa-file-photo-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-photo-o:before {
	content: "\f1c5"
}

.fa.fa-file-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa.fa-file-archive-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa.fa-file-zip-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa.fa-file-audio-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa.fa-file-sound-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa.fa-file-video-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-video-o:before {
	content: "\f1c8"
}

.fa.fa-file-movie-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-movie-o:before {
	content: "\f1c8"
}

.fa.fa-file-code-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-file-code-o:before {
	content: "\f1c9"
}

.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-life-bouy,
.fa.fa-life-ring {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-life-bouy:before {
	content: "\f1cd"
}

.fa.fa-life-buoy {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-life-buoy:before {
	content: "\f1cd"
}

.fa.fa-life-saver {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-life-saver:before {
	content: "\f1cd"
}

.fa.fa-support {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-support:before {
	content: "\f1cd"
}

.fa.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa.fa-ra,
.fa.fa-rebel {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-ra:before {
	content: "\f1d0"
}

.fa.fa-resistance {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-resistance:before {
	content: "\f1d0"
}

.fa.fa-empire,
.fa.fa-ge {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-ge:before {
	content: "\f1d1"
}

.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-y-combinator-square:before {
	content: "\f1d4"
}

.fa.fa-yc-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-yc-square:before {
	content: "\f1d4"
}

.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-wechat:before {
	content: "\f1d7"
}

.fa.fa-send:before {
	content: "\f1d8"
}

.fa.fa-paper-plane-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-paper-plane-o:before {
	content: "\f1d8"
}

.fa.fa-send-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-send-o:before {
	content: "\f1d8"
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-circle-thin:before {
	content: "\f111"
}

.fa.fa-header:before {
	content: "\f1dc"
}

.fa.fa-sliders:before {
	content: "\f1de"
}

.fa.fa-futbol-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-futbol-o:before {
	content: "\f1e3"
}

.fa.fa-soccer-ball-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-bell-slash-o:before {
	content: "\f1f6"
}

.fa.fa-trash:before {
	content: "\f2ed"
}

.fa.fa-copyright {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-eyedropper:before {
	content: "\f1fb"
}

.fa.fa-area-chart:before {
	content: "\f1fe"
}

.fa.fa-pie-chart:before {
	content: "\f200"
}

.fa.fa-line-chart:before {
	content: "\f201"
}

.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-cc {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-cc:before {
	content: "\f20a"
}

.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
	content: "\f20b"
}

.fa.fa-meanpath {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-meanpath:before {
	content: "\f2b4"
}

.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-diamond {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-diamond:before {
	content: "\f3a5"
}

.fa.fa-intersex:before {
	content: "\f224"
}

.fa.fa-facebook-official {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-facebook-official:before {
	content: "\f09a"
}

.fa.fa-pinterest-p,
.fa.fa-whatsapp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-hotel:before {
	content: "\f236"
}

.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-yc:before {
	content: "\f23b"
}

.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-battery-4:before,
.fa.fa-battery:before {
	content: "\f240"
}

.fa.fa-battery-3:before {
	content: "\f241"
}

.fa.fa-battery-2:before {
	content: "\f242"
}

.fa.fa-battery-1:before {
	content: "\f243"
}

.fa.fa-battery-0:before {
	content: "\f244"
}

.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-sticky-note-o:before {
	content: "\f249"
}

.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-clone,
.fa.fa-hourglass-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hourglass-o:before {
	content: "\f254"
}

.fa.fa-hourglass-1:before {
	content: "\f251"
}

.fa.fa-hourglass-2:before {
	content: "\f252"
}

.fa.fa-hourglass-3:before {
	content: "\f253"
}

.fa.fa-hand-rock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-rock-o:before {
	content: "\f255"
}

.fa.fa-hand-grab-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-grab-o:before {
	content: "\f255"
}

.fa.fa-hand-paper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-paper-o:before {
	content: "\f256"
}

.fa.fa-hand-stop-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-stop-o:before {
	content: "\f256"
}

.fa.fa-hand-scissors-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa.fa-hand-lizard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa.fa-hand-spock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-spock-o:before {
	content: "\f259"
}

.fa.fa-hand-pointer-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa.fa-hand-peace-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa.fa-registered {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-television:before {
	content: "\f26c"
}

.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-calendar-plus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa.fa-calendar-minus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa.fa-calendar-times-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-calendar-times-o:before {
	content: "\f273"
}

.fa.fa-calendar-check-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-calendar-check-o:before {
	content: "\f274"
}

.fa.fa-map-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-map-o:before {
	content: "\f279"
}

.fa.fa-commenting:before {
	content: "\f4ad"
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-commenting-o:before {
	content: "\f4ad"
}

.fa.fa-houzz,
.fa.fa-vimeo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-vimeo:before {
	content: "\f27d"
}

.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-credit-card-alt:before {
	content: "\f09d"
}

.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-pause-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-pause-circle-o:before {
	content: "\f28b"
}

.fa.fa-stop-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-stop-circle-o:before {
	content: "\f28d"
}

.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-wheelchair-alt:before {
	content: "\f368"
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-question-circle-o:before {
	content: "\f059"
}

.fa.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa.fa-glide,
.fa.fa-glide-g {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-signing:before {
	content: "\f2a7"
}

.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa.fa-google-plus-circle {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-google-plus-circle:before {
	content: "\f2b3"
}

.fa.fa-fa,
.fa.fa-font-awesome {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-fa:before {
	content: "\f2b4"
}

.fa.fa-handshake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-handshake-o:before {
	content: "\f2b5"
}

.fa.fa-envelope-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-envelope-open-o:before {
	content: "\f2b6"
}

.fa.fa-linode {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-address-book-o:before {
	content: "\f2b9"
}

.fa.fa-vcard:before {
	content: "\f2bb"
}

.fa.fa-address-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-address-card-o:before {
	content: "\f2bb"
}

.fa.fa-vcard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-vcard-o:before {
	content: "\f2bb"
}

.fa.fa-user-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-user-circle-o:before {
	content: "\f2bd"
}

.fa.fa-user-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-user-o:before {
	content: "\f007"
}

.fa.fa-id-badge {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-drivers-license:before {
	content: "\f2c2"
}

.fa.fa-id-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-id-card-o:before {
	content: "\f2c2"
}

.fa.fa-drivers-license-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-drivers-license-o:before {
	content: "\f2c2"
}

.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
	content: "\f2c7"
}

.fa.fa-thermometer-3:before {
	content: "\f2c8"
}

.fa.fa-thermometer-2:before {
	content: "\f2c9"
}

.fa.fa-thermometer-1:before {
	content: "\f2ca"
}

.fa.fa-thermometer-0:before {
	content: "\f2cb"
}

.fa.fa-bathtub:before,
.fa.fa-s15:before {
	content: "\f2cd"
}

.fa.fa-window-maximize,
.fa.fa-window-restore {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-times-rectangle:before {
	content: "\f410"
}

.fa.fa-window-close-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-window-close-o:before {
	content: "\f410"
}

.fa.fa-times-rectangle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-times-rectangle-o:before {
	content: "\f410"
}

.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-eercast:before {
	content: "\f2da"
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa.fa-superpowers,
.fa.fa-wpexplorer {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.fa.fa-cab:before {
	content: "\f1ba"
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal
}

.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(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	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: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.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
}

[data-font=FontAwesome]:before {
	font-family: 'FontAwesome' !important;
	content: attr(data-icon) !important;
	speak: none !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	font-style: normal !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important
}

@font-face {
	font-family: "tb-icon";
	src: url(/build/greenmart/fonts/tb-icon/tb-icon.eot);
	src: url(/build/greenmart/fonts/tb-icon/tb-icon.eot?#iefix) format('eot'), url(/build/greenmart/fonts/tb-icon/tb-icon.woff2) format('woff2'), url(/build/greenmart/fonts/tb-icon/tb-icon.woff) format('woff'), url(/build/greenmart/fonts/tb-icon/tb-icon.ttf) format('truetype'), url(/build/greenmart/fonts/tb-icon/tb-icon.svg#tb-icon) format('svg');
	font-display: swap
}

.tb-icon:before {
	font-family: "tb-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none
}

.tb-icon-apple-1:before {
	content: "\E001"
}

.tb-icon-apple:before {
	content: "\E002"
}

.tb-icon-broccoli:before {
	content: "\E003"
}

.tb-icon-calendar:before {
	content: "\E004"
}

.tb-icon-clock-time:before {
	content: "\E005"
}

.tb-icon-clock:before {
	content: "\E006"
}

.tb-icon-close:before {
	content: "\E007"
}

.tb-icon-egg-poached:before {
	content: "\E008"
}

.tb-icon-eye-alt:before {
	content: "\E009"
}

.tb-icon-farmer-alt:before {
	content: "\E00A"
}

.tb-icon-fast-food:before {
	content: "\E00B"
}

.tb-icon-fish-5:before {
	content: "\E00C"
}

.tb-icon-fruits:before {
	content: "\E00D"
}

.tb-icon-globe:before {
	content: "\E00E"
}

.tb-icon-headphone-alt-1:before {
	content: "\E00F"
}

.tb-icon-heart-alt:before {
	content: "\E010"
}

.tb-icon-heart:before {
	content: "\E011"
}

.tb-icon-iphone:before {
	content: "\E012"
}

.tb-icon-loading:before {
	content: "\E013"
}

.tb-icon-location-pin:before {
	content: "\E014"
}

.tb-icon-long-arrow-left:before {
	content: "\E015"
}

.tb-icon-long-arrow-right:before {
	content: "\E016"
}

.tb-icon-milk:before {
	content: "\E017"
}

.tb-icon-money:before {
	content: "\E018"
}

.tb-icon-navigation-menu:before {
	content: "\E019"
}

.tb-icon-number-1:before {
	content: "\E01A"
}

.tb-icon-number-2:before {
	content: "\E01B"
}

.tb-icon-number-3:before {
	content: "\E01C"
}

.tb-icon-number-4:before {
	content: "\E01D"
}

.tb-icon-number-5:before {
	content: "\E01E"
}

.tb-icon-number-6:before {
	content: "\E01F"
}

.tb-icon-number-7:before {
	content: "\E020"
}

.tb-icon-number-8:before {
	content: "\E021"
}

.tb-icon-number-9:before {
	content: "\E022"
}

.tb-icon-page:before {
	content: "\E023"
}

.tb-icon-pen-alt-2:before {
	content: "\E024"
}

.tb-icon-plus-square:before {
	content: "\E025"
}

.tb-icon-project:before {
	content: "\E026"
}

.tb-icon-quote-left:before {
	content: "\E027"
}

.tb-icon-refresh:before {
	content: "\E028"
}

.tb-icon-rounded-down:before {
	content: "\E029"
}

.tb-icon-sale-discount:before {
	content: "\E02A"
}

.tb-icon-sandwich:before {
	content: "\E02B"
}

.tb-icon-search-2:before {
	content: "\E02C"
}

.tb-icon-search:before {
	content: "\E02D"
}

.tb-icon-shopping-cart:before {
	content: "\E02E"
}

.tb-icon-simple-left:before {
	content: "\E02F"
}

.tb-icon-simple-right:before {
	content: "\E030"
}

.tb-icon-speech-comments:before {
	content: "\E031"
}

.tb-icon-star:before {
	content: "\E032"
}

.tb-icon-support:before {
	content: "\E033"
}

.tb-icon-truck-loaded:before {
	content: "\E034"
}

.tb-icon-ui-user:before {
	content: "\E035"
}

.tb-icon-user-male:before {
	content: "\E036"
}

.tb-icon-zt-arrow-down-1:before {
	content: "\E037"
}

.tb-icon-zt-cart:before {
	content: "\E038"
}

.tb-icon-zt-chevron-down:before {
	content: "\E039"
}

.tb-icon-zt-chevron-left:before {
	content: "\E03A"
}

.tb-icon-zt-chevron-right:before {
	content: "\E03B"
}

.tb-icon-zt-close:before {
	content: "\E03C"
}

.tb-icon-zt-collections:before {
	content: "\E03D"
}

.tb-icon-zt-done-all:before {
	content: "\E03E"
}

.tb-icon-zt-envelope:before {
	content: "\E03F"
}

.tb-icon-zt-eye:before {
	content: "\E040"
}

.tb-icon-zt-facebbook:before {
	content: "\E041"
}

.tb-icon-zt-favorite:before {
	content: "\E042"
}

.tb-icon-zt-flash:before {
	content: "\E043"
}

.tb-icon-zt-forum:before {
	content: "\E044"
}

.tb-icon-zt-home-delivery:before {
	content: "\E045"
}

.tb-icon-zt-house:before {
	content: "\E046"
}

.tb-icon-zt-instagram:before {
	content: "\E047"
}

.tb-icon-zt-linkedin:before {
	content: "\E048"
}

.tb-icon-zt-person:before {
	content: "\E049"
}

.tb-icon-zt-phone-2:before {
	content: "\E04A"
}

.tb-icon-zt-phone-call-1:before {
	content: "\E04B"
}

.tb-icon-zt-phone:before {
	content: "\E04C"
}

.tb-icon-zt-search:before {
	content: "\E04D"
}

.tb-icon-zt-shape:before {
	content: "\E04E"
}

.tb-icon-zt-star:before {
	content: "\E04F"
}

.tb-icon-zt-store-1:before {
	content: "\E050"
}

.tb-icon-zt-trash:before {
	content: "\E051"
}

.tb-icon-zt-twitter:before {
	content: "\E052"
}

.tb-icon-zt-verified:before {
	content: "\E053"
}

.tb-icon-zt-view-module:before {
	content: "\E054"
}

.tb-icon-zt-zplus:before {
	content: "\E055"
}

.tb-icon-zt-zzcart:before {
	content: "\E056"
}

.tb-icon-zt-zzcredit:before {
	content: "\E057"
}

.tb-icon-zt-zzgoback:before {
	content: "\E058"
}

.tb-icon-zt-zzheart:before {
	content: "\E059"
}

.tb-icon-zt-zzmenu:before {
	content: "\E05A"
}

.tb-icon-zz-agronomy:before {
	content: "\E05B"
}

.tb-icon-zz-analytics:before {
	content: "\E05C"
}

.tb-icon-zz-apple:before {
	content: "\E05D"
}

.tb-icon-zz-box:before {
	content: "\E05E"
}

.tb-icon-zz-checklist:before {
	content: "\E05F"
}

.tb-icon-zz-connect:before {
	content: "\E060"
}

.tb-icon-zz-credit-card:before {
	content: "\E061"
}

.tb-icon-zz-devices:before {
	content: "\E062"
}

.tb-icon-zz-eggs:before {
	content: "\E063"
}

.tb-icon-zz-filter:before {
	content: "\E064"
}

.tb-icon-zz-fish:before {
	content: "\E065"
}

.tb-icon-zz-frozen:before {
	content: "\E066"
}

.tb-icon-zz-ienuu:before {
	content: "\E067"
}

.tb-icon-zz-ilocation:before {
	content: "\E068"
}

.tb-icon-zz-layout-grid2:before {
	content: "\E069"
}

.tb-icon-zz-list:before {
	content: "\E06A"
}

.tb-icon-zz-log-in:before {
	content: "\E06B"
}

.tb-icon-zz-milk:before {
	content: "\E06C"
}

.tb-icon-zz-minus:before {
	content: "\E06D"
}

.tb-icon-zz-plus:before {
	content: "\E06E"
}

.tb-icon-zz-salad:before {
	content: "\E06F"
}

.tb-icon-zz-smart-farm:before {
	content: "\E070"
}

.tb-icon-zz-steak:before {
	content: "\E071"
}

.tb-icon-zz-view-list:before {
	content: "\E072"
}

.tb-icon-zz-writing:before {
	content: "\E073"
}

.tb-icon-zz-za-check:before {
	content: "\E074"
}

.tb-icon-zz-za-dot:before {
	content: "\E075"
}

.tb-icon-zz-za-user:before {
	content: "\E076"
}

.tb-icon-zz-za-user2:before {
	content: "\E077"
}

@font-face {
	font-family: simple-line-icons;
	src: url(/public/../fonts/Simple-Line-Icons.eot?v=2.4.0);
	src: url(/public/../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format("embedded-opentype"), url(public/../fonts/Simple-Line-Icons.woff2?v=2.4.0) format("woff2"), url(../fonts/Simple-Line-Icons.ttf?v=2.4.0) format("truetype"), url(../fonts/Simple-Line-Icons.woff?v=2.4.0) format("woff"), url(../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-event,
.icon-exclamation,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-minus,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-organization,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-google,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-steam,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vkontakte,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench,
.sim-icon:before {
	font-family: simple-line-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-user:before {
	content: "\e005"
}

.icon-people:before {
	content: "\e001"
}

.icon-user-female:before {
	content: "\e000"
}

.icon-user-follow:before {
	content: "\e002"
}

.icon-user-following:before {
	content: "\e003"
}

.icon-user-unfollow:before {
	content: "\e004"
}

.icon-login:before {
	content: "\e066"
}

.icon-logout:before {
	content: "\e065"
}

.icon-emotsmile:before {
	content: "\e021"
}

.icon-phone:before {
	content: "\e600"
}

.icon-call-end:before {
	content: "\e048"
}

.icon-call-in:before {
	content: "\e047"
}

.icon-call-out:before {
	content: "\e046"
}

.icon-map:before {
	content: "\e033"
}

.icon-location-pin:before {
	content: "\e096"
}

.icon-direction:before {
	content: "\e042"
}

.icon-directions:before {
	content: "\e041"
}

.icon-compass:before {
	content: "\e045"
}

.icon-layers:before {
	content: "\e034"
}

.icon-menu:before {
	content: "\e601"
}

.icon-list:before {
	content: "\e067"
}

.icon-options-vertical:before {
	content: "\e602"
}

.icon-options:before {
	content: "\e603"
}

.icon-arrow-down:before {
	content: "\e604"
}

.icon-arrow-left:before {
	content: "\e605"
}

.icon-arrow-right:before {
	content: "\e606"
}

.icon-arrow-up:before {
	content: "\e607"
}

.icon-arrow-up-circle:before {
	content: "\e078"
}

.icon-arrow-left-circle:before {
	content: "\e07a"
}

.icon-arrow-right-circle:before {
	content: "\e079"
}

.icon-arrow-down-circle:before {
	content: "\e07b"
}

.icon-check:before {
	content: "\e080"
}

.icon-clock:before {
	content: "\e081"
}

.icon-plus:before {
	content: "\e095"
}

.icon-minus:before {
	content: "\e615"
}

.icon-close:before {
	content: "\e082"
}

.icon-event:before {
	content: "\e619"
}

.icon-exclamation:before {
	content: "\e617"
}

.icon-organization:before {
	content: "\e616"
}

.icon-trophy:before {
	content: "\e006"
}

.icon-screen-smartphone:before {
	content: "\e010"
}

.icon-screen-desktop:before {
	content: "\e011"
}

.icon-plane:before {
	content: "\e012"
}

.icon-notebook:before {
	content: "\e013"
}

.icon-mustache:before {
	content: "\e014"
}

.icon-mouse:before {
	content: "\e015"
}

.icon-magnet:before {
	content: "\e016"
}

.icon-energy:before {
	content: "\e020"
}

.icon-disc:before {
	content: "\e022"
}

.icon-cursor:before {
	content: "\e06e"
}

.icon-cursor-move:before {
	content: "\e023"
}

.icon-crop:before {
	content: "\e024"
}

.icon-chemistry:before {
	content: "\e026"
}

.icon-speedometer:before {
	content: "\e007"
}

.icon-shield:before {
	content: "\e00e"
}

.icon-screen-tablet:before {
	content: "\e00f"
}

.icon-magic-wand:before {
	content: "\e017"
}

.icon-hourglass:before {
	content: "\e018"
}

.icon-graduation:before {
	content: "\e019"
}

.icon-ghost:before {
	content: "\e01a"
}

.icon-game-controller:before {
	content: "\e01b"
}

.icon-fire:before {
	content: "\e01c"
}

.icon-eyeglass:before {
	content: "\e01d"
}

.icon-envelope-open:before {
	content: "\e01e"
}

.icon-envelope-letter:before {
	content: "\e01f"
}

.icon-bell:before {
	content: "\e027"
}

.icon-badge:before {
	content: "\e028"
}

.icon-anchor:before {
	content: "\e029"
}

.icon-wallet:before {
	content: "\e02a"
}

.icon-vector:before {
	content: "\e02b"
}

.icon-speech:before {
	content: "\e02c"
}

.icon-puzzle:before {
	content: "\e02d"
}

.icon-printer:before {
	content: "\e02e"
}

.icon-present:before {
	content: "\e02f"
}

.icon-playlist:before {
	content: "\e030"
}

.icon-pin:before {
	content: "\e031"
}

.icon-picture:before {
	content: "\e032"
}

.icon-handbag:before {
	content: "\e035"
}

.icon-globe-alt:before {
	content: "\e036"
}

.icon-globe:before {
	content: "\e037"
}

.icon-folder-alt:before {
	content: "\e039"
}

.icon-folder:before {
	content: "\e089"
}

.icon-film:before {
	content: "\e03a"
}

.icon-feed:before {
	content: "\e03b"
}

.icon-drop:before {
	content: "\e03e"
}

.icon-drawer:before {
	content: "\e03f"
}

.icon-docs:before {
	content: "\e040"
}

.icon-doc:before {
	content: "\e085"
}

.icon-diamond:before {
	content: "\e043"
}

.icon-cup:before {
	content: "\e044"
}

.icon-calculator:before {
	content: "\e049"
}

.icon-bubbles:before {
	content: "\e04a"
}

.icon-briefcase:before {
	content: "\e04b"
}

.icon-book-open:before {
	content: "\e04c"
}

.icon-basket-loaded:before {
	content: "\e04d"
}

.icon-basket:before {
	content: "\e04e"
}

.icon-bag:before {
	content: "\e04f"
}

.icon-action-undo:before {
	content: "\e050"
}

.icon-action-redo:before {
	content: "\e051"
}

.icon-wrench:before {
	content: "\e052"
}

.icon-umbrella:before {
	content: "\e053"
}

.icon-trash:before {
	content: "\e054"
}

.icon-tag:before {
	content: "\e055"
}

.icon-support:before {
	content: "\e056"
}

.icon-frame:before {
	content: "\e038"
}

.icon-size-fullscreen:before {
	content: "\e057"
}

.icon-size-actual:before {
	content: "\e058"
}

.icon-shuffle:before {
	content: "\e059"
}

.icon-share-alt:before {
	content: "\e05a"
}

.icon-share:before {
	content: "\e05b"
}

.icon-rocket:before {
	content: "\e05c"
}

.icon-question:before {
	content: "\e05d"
}

.icon-pie-chart:before {
	content: "\e05e"
}

.icon-pencil:before {
	content: "\e05f"
}

.icon-note:before {
	content: "\e060"
}

.icon-loop:before {
	content: "\e064"
}

.icon-home:before {
	content: "\e069"
}

.icon-grid:before {
	content: "\e06a"
}

.icon-graph:before {
	content: "\e06b"
}

.icon-microphone:before {
	content: "\e063"
}

.icon-music-tone-alt:before {
	content: "\e061"
}

.icon-music-tone:before {
	content: "\e062"
}

.icon-earphones-alt:before {
	content: "\e03c"
}

.icon-earphones:before {
	content: "\e03d"
}

.icon-equalizer:before {
	content: "\e06c"
}

.icon-like:before {
	content: "\e068"
}

.icon-dislike:before {
	content: "\e06d"
}

.icon-control-start:before {
	content: "\e06f"
}

.icon-control-rewind:before {
	content: "\e070"
}

.icon-control-play:before {
	content: "\e071"
}

.icon-control-pause:before {
	content: "\e072"
}

.icon-control-forward:before {
	content: "\e073"
}

.icon-control-end:before {
	content: "\e074"
}

.icon-volume-1:before {
	content: "\e09f"
}

.icon-volume-2:before {
	content: "\e0a0"
}

.icon-volume-off:before {
	content: "\e0a1"
}

.icon-calendar:before {
	content: "\e075"
}

.icon-bulb:before {
	content: "\e076"
}

.icon-chart:before {
	content: "\e077"
}

.icon-ban:before {
	content: "\e07c"
}

.icon-bubble:before {
	content: "\e07d"
}

.icon-camrecorder:before {
	content: "\e07e"
}

.icon-camera:before {
	content: "\e07f"
}

.icon-cloud-download:before {
	content: "\e083"
}

.icon-cloud-upload:before {
	content: "\e084"
}

.icon-envelope:before {
	content: "\e086"
}

.icon-eye:before {
	content: "\e087"
}

.icon-flag:before {
	content: "\e088"
}

.icon-heart:before {
	content: "\e08a"
}

.icon-info:before {
	content: "\e08b"
}

.icon-key:before {
	content: "\e08c"
}

.icon-link:before {
	content: "\e08d"
}

.icon-lock:before {
	content: "\e08e"
}

.icon-lock-open:before {
	content: "\e08f"
}

.icon-magnifier:before {
	content: "\e090"
}

.icon-magnifier-add:before {
	content: "\e091"
}

.icon-magnifier-remove:before {
	content: "\e092"
}

.icon-paper-clip:before {
	content: "\e093"
}

.icon-paper-plane:before {
	content: "\e094"
}

.icon-power:before {
	content: "\e097"
}

.icon-refresh:before {
	content: "\e098"
}

.icon-reload:before {
	content: "\e099"
}

.icon-settings:before {
	content: "\e09a"
}

.icon-star:before {
	content: "\e09b"
}

.icon-symbol-female:before {
	content: "\e09c"
}

.icon-symbol-male:before {
	content: "\e09d"
}

.icon-target:before {
	content: "\e09e"
}

.icon-credit-card:before {
	content: "\e025"
}

.icon-paypal:before {
	content: "\e608"
}

.icon-social-tumblr:before {
	content: "\e00a"
}

.icon-social-twitter:before {
	content: "\e009"
}

.icon-social-facebook:before {
	content: "\e00b"
}

.icon-social-instagram:before {
	content: "\e609"
}

.icon-social-linkedin:before {
	content: "\e60a"
}

.icon-social-pinterest:before {
	content: "\e60b"
}

.icon-social-github:before {
	content: "\e60c"
}

.icon-social-google:before {
	content: "\e60d"
}

.icon-social-reddit:before {
	content: "\e60e"
}

.icon-social-skype:before {
	content: "\e60f"
}

.icon-social-dribbble:before {
	content: "\e00d"
}

.icon-social-behance:before {
	content: "\e610"
}

.icon-social-foursqare:before {
	content: "\e611"
}

.icon-social-soundcloud:before {
	content: "\e612"
}

.icon-social-spotify:before {
	content: "\e613"
}

.icon-social-stumbleupon:before {
	content: "\e614"
}

.icon-social-youtube:before {
	content: "\e008"
}

.icon-social-dropbox:before {
	content: "\e00c"
}

.icon-social-vkontakte:before {
	content: "\e618"
}

.icon-social-steam:before {
	content: "\e620"
}

@font-face {
	font-family: Material-Design-Iconic-Font;
	src: url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"), url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"), url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype");
	font-display: swap;
}

.zmdi {
	display: inline-block;
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.zmdi-hc-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.zmdi-hc-2x {
	font-size: 2em
}

.zmdi-hc-3x {
	font-size: 3em
}

.zmdi-hc-4x {
	font-size: 4em
}

.zmdi-hc-5x {
	font-size: 5em
}

.zmdi-hc-fw {
	width: 1.28571429em;
	text-align: center
}

.zmdi-hc-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.zmdi-hc-ul>li {
	position: relative
}

.zmdi-hc-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.zmdi-hc-li.zmdi-hc-lg {
	left: -1.85714286em
}

.zmdi-hc-border {
	padding: .1em .25em;
	border: .1em solid #9e9e9e;
	border-radius: 2px
}

.zmdi-hc-border-circle {
	padding: .1em .25em;
	border: .1em solid #9e9e9e;
	border-radius: 50%
}

.zmdi.pull-left {
	float: left;
	margin-right: .15em
}

.zmdi.pull-right {
	float: right;
	margin-left: .15em
}

.zmdi-hc-spin {
	-webkit-animation: a 1.5s infinite linear;
	animation: a 1.5s infinite linear
}

.zmdi-hc-spin-reverse {
	-webkit-animation: b 1.5s infinite linear;
	animation: b 1.5s infinite linear
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg)
	}
}

@keyframes b {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg)
	}
}

.zmdi-hc-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.zmdi-hc-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.zmdi-hc-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.zmdi-hc-flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.zmdi-hc-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.zmdi-hc-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.zmdi-hc-stack-1x {
	line-height: inherit
}

.zmdi-hc-stack-2x {
	font-size: 2em
}

.zmdi-hc-inverse {
	color: #fff
}

.zmdi-3d-rotation:before {
	content: "\f101"
}

.zmdi-airplane-off:before {
	content: "\f102"
}

.zmdi-airplane:before {
	content: "\f103"
}

.zmdi-album:before {
	content: "\f104"
}

.zmdi-archive:before {
	content: "\f105"
}

.zmdi-assignment-account:before {
	content: "\f106"
}

.zmdi-assignment-alert:before {
	content: "\f107"
}

.zmdi-assignment-check:before {
	content: "\f108"
}

.zmdi-assignment-o:before {
	content: "\f109"
}

.zmdi-assignment-return:before {
	content: "\f10a"
}

.zmdi-assignment-returned:before {
	content: "\f10b"
}

.zmdi-assignment:before {
	content: "\f10c"
}

.zmdi-attachment-alt:before {
	content: "\f10d"
}

.zmdi-attachment:before {
	content: "\f10e"
}

.zmdi-audio:before {
	content: "\f10f"
}

.zmdi-badge-check:before {
	content: "\f110"
}

.zmdi-balance-wallet:before {
	content: "\f111"
}

.zmdi-balance:before {
	content: "\f112"
}

.zmdi-battery-alert:before {
	content: "\f113"
}

.zmdi-battery-flash:before {
	content: "\f114"
}

.zmdi-battery-unknown:before {
	content: "\f115"
}

.zmdi-battery:before {
	content: "\f116"
}

.zmdi-bike:before {
	content: "\f117"
}

.zmdi-block-alt:before {
	content: "\f118"
}

.zmdi-block:before {
	content: "\f119"
}

.zmdi-boat:before {
	content: "\f11a"
}

.zmdi-book-image:before {
	content: "\f11b"
}

.zmdi-book:before {
	content: "\f11c"
}

.zmdi-bookmark-outline:before {
	content: "\f11d"
}

.zmdi-bookmark:before {
	content: "\f11e"
}

.zmdi-brush:before {
	content: "\f11f"
}

.zmdi-bug:before {
	content: "\f120"
}

.zmdi-bus:before {
	content: "\f121"
}

.zmdi-cake:before {
	content: "\f122"
}

.zmdi-car-taxi:before {
	content: "\f123"
}

.zmdi-car-wash:before {
	content: "\f124"
}

.zmdi-car:before {
	content: "\f125"
}

.zmdi-card-giftcard:before {
	content: "\f126"
}

.zmdi-card-membership:before {
	content: "\f127"
}

.zmdi-card-travel:before {
	content: "\f128"
}

.zmdi-card:before {
	content: "\f129"
}

.zmdi-case-check:before {
	content: "\f12a"
}

.zmdi-case-download:before {
	content: "\f12b"
}

.zmdi-case-play:before {
	content: "\f12c"
}

.zmdi-case:before {
	content: "\f12d"
}

.zmdi-cast-connected:before {
	content: "\f12e"
}

.zmdi-cast:before {
	content: "\f12f"
}

.zmdi-chart-donut:before {
	content: "\f130"
}

.zmdi-chart:before {
	content: "\f131"
}

.zmdi-city-alt:before {
	content: "\f132"
}

.zmdi-city:before {
	content: "\f133"
}

.zmdi-close-circle-o:before {
	content: "\f134"
}

.zmdi-close-circle:before {
	content: "\f135"
}

.zmdi-close:before {
	content: "\f136"
}

.zmdi-cocktail:before {
	content: "\f137"
}

.zmdi-code-setting:before {
	content: "\f138"
}

.zmdi-code-smartphone:before {
	content: "\f139"
}

.zmdi-code:before {
	content: "\f13a"
}

.zmdi-coffee:before {
	content: "\f13b"
}

.zmdi-collection-bookmark:before {
	content: "\f13c"
}

.zmdi-collection-case-play:before {
	content: "\f13d"
}

.zmdi-collection-folder-image:before {
	content: "\f13e"
}

.zmdi-collection-image-o:before {
	content: "\f13f"
}

.zmdi-collection-image:before {
	content: "\f140"
}

.zmdi-collection-item-1:before {
	content: "\f141"
}

.zmdi-collection-item-2:before {
	content: "\f142"
}

.zmdi-collection-item-3:before {
	content: "\f143"
}

.zmdi-collection-item-4:before {
	content: "\f144"
}

.zmdi-collection-item-5:before {
	content: "\f145"
}

.zmdi-collection-item-6:before {
	content: "\f146"
}

.zmdi-collection-item-7:before {
	content: "\f147"
}

.zmdi-collection-item-8:before {
	content: "\f148"
}

.zmdi-collection-item-9-plus:before {
	content: "\f149"
}

.zmdi-collection-item-9:before {
	content: "\f14a"
}

.zmdi-collection-item:before {
	content: "\f14b"
}

.zmdi-collection-music:before {
	content: "\f14c"
}

.zmdi-collection-pdf:before {
	content: "\f14d"
}

.zmdi-collection-plus:before {
	content: "\f14e"
}

.zmdi-collection-speaker:before {
	content: "\f14f"
}

.zmdi-collection-text:before {
	content: "\f150"
}

.zmdi-collection-video:before {
	content: "\f151"
}

.zmdi-compass:before {
	content: "\f152"
}

.zmdi-cutlery:before {
	content: "\f153"
}

.zmdi-delete:before {
	content: "\f154"
}

.zmdi-dialpad:before {
	content: "\f155"
}

.zmdi-dns:before {
	content: "\f156"
}

.zmdi-drink:before {
	content: "\f157"
}

.zmdi-edit:before {
	content: "\f158"
}

.zmdi-email-open:before {
	content: "\f159"
}

.zmdi-email:before {
	content: "\f15a"
}

.zmdi-eye-off:before {
	content: "\f15b"
}

.zmdi-eye:before {
	content: "\f15c"
}

.zmdi-eyedropper:before {
	content: "\f15d"
}

.zmdi-favorite-outline:before {
	content: "\f15e"
}

.zmdi-favorite:before {
	content: "\f15f"
}

.zmdi-filter-list:before {
	content: "\f160"
}

.zmdi-fire:before {
	content: "\f161"
}

.zmdi-flag:before {
	content: "\f162"
}

.zmdi-flare:before {
	content: "\f163"
}

.zmdi-flash-auto:before {
	content: "\f164"
}

.zmdi-flash-off:before {
	content: "\f165"
}

.zmdi-flash:before {
	content: "\f166"
}

.zmdi-flip:before {
	content: "\f167"
}

.zmdi-flower-alt:before {
	content: "\f168"
}

.zmdi-flower:before {
	content: "\f169"
}

.zmdi-font:before {
	content: "\f16a"
}

.zmdi-fullscreen-alt:before {
	content: "\f16b"
}

.zmdi-fullscreen-exit:before {
	content: "\f16c"
}

.zmdi-fullscreen:before {
	content: "\f16d"
}

.zmdi-functions:before {
	content: "\f16e"
}

.zmdi-gas-station:before {
	content: "\f16f"
}

.zmdi-gesture:before {
	content: "\f170"
}

.zmdi-globe-alt:before {
	content: "\f171"
}

.zmdi-globe-lock:before {
	content: "\f172"
}

.zmdi-globe:before {
	content: "\f173"
}

.zmdi-graduation-cap:before {
	content: "\f174"
}

.zmdi-home:before {
	content: "\f175"
}

.zmdi-hospital-alt:before {
	content: "\f176"
}

.zmdi-hospital:before {
	content: "\f177"
}

.zmdi-hotel:before {
	content: "\f178"
}

.zmdi-hourglass-alt:before {
	content: "\f179"
}

.zmdi-hourglass-outline:before {
	content: "\f17a"
}

.zmdi-hourglass:before {
	content: "\f17b"
}

.zmdi-http:before {
	content: "\f17c"
}

.zmdi-image-alt:before {
	content: "\f17d"
}

.zmdi-image-o:before {
	content: "\f17e"
}

.zmdi-image:before {
	content: "\f17f"
}

.zmdi-inbox:before {
	content: "\f180"
}

.zmdi-invert-colors-off:before {
	content: "\f181"
}

.zmdi-invert-colors:before {
	content: "\f182"
}

.zmdi-key:before {
	content: "\f183"
}

.zmdi-label-alt-outline:before {
	content: "\f184"
}

.zmdi-label-alt:before {
	content: "\f185"
}

.zmdi-label-heart:before {
	content: "\f186"
}

.zmdi-label:before {
	content: "\f187"
}

.zmdi-labels:before {
	content: "\f188"
}

.zmdi-lamp:before {
	content: "\f189"
}

.zmdi-landscape:before {
	content: "\f18a"
}

.zmdi-layers-off:before {
	content: "\f18b"
}

.zmdi-layers:before {
	content: "\f18c"
}

.zmdi-library:before {
	content: "\f18d"
}

.zmdi-link:before {
	content: "\f18e"
}

.zmdi-lock-open:before {
	content: "\f18f"
}

.zmdi-lock-outline:before {
	content: "\f190"
}

.zmdi-lock:before {
	content: "\f191"
}

.zmdi-mail-reply-all:before {
	content: "\f192"
}

.zmdi-mail-reply:before {
	content: "\f193"
}

.zmdi-mail-send:before {
	content: "\f194"
}

.zmdi-mall:before {
	content: "\f195"
}

.zmdi-map:before {
	content: "\f196"
}

.zmdi-menu:before {
	content: "\f197"
}

.zmdi-money-box:before {
	content: "\f198"
}

.zmdi-money-off:before {
	content: "\f199"
}

.zmdi-money:before {
	content: "\f19a"
}

.zmdi-more-vert:before {
	content: "\f19b"
}

.zmdi-more:before {
	content: "\f19c"
}

.zmdi-movie-alt:before {
	content: "\f19d"
}

.zmdi-movie:before {
	content: "\f19e"
}

.zmdi-nature-people:before {
	content: "\f19f"
}

.zmdi-nature:before {
	content: "\f1a0"
}

.zmdi-navigation:before {
	content: "\f1a1"
}

.zmdi-open-in-browser:before {
	content: "\f1a2"
}

.zmdi-open-in-new:before {
	content: "\f1a3"
}

.zmdi-palette:before {
	content: "\f1a4"
}

.zmdi-parking:before {
	content: "\f1a5"
}

.zmdi-pin-account:before {
	content: "\f1a6"
}

.zmdi-pin-assistant:before {
	content: "\f1a7"
}

.zmdi-pin-drop:before {
	content: "\f1a8"
}

.zmdi-pin-help:before {
	content: "\f1a9"
}

.zmdi-pin-off:before {
	content: "\f1aa"
}

.zmdi-pin:before {
	content: "\f1ab"
}

.zmdi-pizza:before {
	content: "\f1ac"
}

.zmdi-plaster:before {
	content: "\f1ad"
}

.zmdi-power-setting:before {
	content: "\f1ae"
}

.zmdi-power:before {
	content: "\f1af"
}

.zmdi-print:before {
	content: "\f1b0"
}

.zmdi-puzzle-piece:before {
	content: "\f1b1"
}

.zmdi-quote:before {
	content: "\f1b2"
}

.zmdi-railway:before {
	content: "\f1b3"
}

.zmdi-receipt:before {
	content: "\f1b4"
}

.zmdi-refresh-alt:before {
	content: "\f1b5"
}

.zmdi-refresh-sync-alert:before {
	content: "\f1b6"
}

.zmdi-refresh-sync-off:before {
	content: "\f1b7"
}

.zmdi-refresh-sync:before {
	content: "\f1b8"
}

.zmdi-refresh:before {
	content: "\f1b9"
}

.zmdi-roller:before {
	content: "\f1ba"
}

.zmdi-ruler:before {
	content: "\f1bb"
}

.zmdi-scissors:before {
	content: "\f1bc"
}

.zmdi-screen-rotation-lock:before {
	content: "\f1bd"
}

.zmdi-screen-rotation:before {
	content: "\f1be"
}

.zmdi-search-for:before {
	content: "\f1bf"
}

.zmdi-search-in-file:before {
	content: "\f1c0"
}

.zmdi-search-in-page:before {
	content: "\f1c1"
}

.zmdi-search-replace:before {
	content: "\f1c2"
}

.zmdi-search:before {
	content: "\f1c3"
}

.zmdi-seat:before {
	content: "\f1c4"
}

.zmdi-settings-square:before {
	content: "\f1c5"
}

.zmdi-settings:before {
	content: "\f1c6"
}

.zmdi-shield-check:before {
	content: "\f1c7"
}

.zmdi-shield-security:before {
	content: "\f1c8"
}

.zmdi-shopping-basket:before {
	content: "\f1c9"
}

.zmdi-shopping-cart-plus:before {
	content: "\f1ca"
}

.zmdi-shopping-cart:before {
	content: "\f1cb"
}

.zmdi-sign-in:before {
	content: "\f1cc"
}

.zmdi-sort-amount-asc:before {
	content: "\f1cd"
}

.zmdi-sort-amount-desc:before {
	content: "\f1ce"
}

.zmdi-sort-asc:before {
	content: "\f1cf"
}

.zmdi-sort-desc:before {
	content: "\f1d0"
}

.zmdi-spellcheck:before {
	content: "\f1d1"
}

.zmdi-storage:before {
	content: "\f1d2"
}

.zmdi-store-24:before {
	content: "\f1d3"
}

.zmdi-store:before {
	content: "\f1d4"
}

.zmdi-subway:before {
	content: "\f1d5"
}

.zmdi-sun:before {
	content: "\f1d6"
}

.zmdi-tab-unselected:before {
	content: "\f1d7"
}

.zmdi-tab:before {
	content: "\f1d8"
}

.zmdi-tag-close:before {
	content: "\f1d9"
}

.zmdi-tag-more:before {
	content: "\f1da"
}

.zmdi-tag:before {
	content: "\f1db"
}

.zmdi-thumb-down:before {
	content: "\f1dc"
}

.zmdi-thumb-up-down:before {
	content: "\f1dd"
}

.zmdi-thumb-up:before {
	content: "\f1de"
}

.zmdi-ticket-star:before {
	content: "\f1df"
}

.zmdi-toll:before {
	content: "\f1e0"
}

.zmdi-toys:before {
	content: "\f1e1"
}

.zmdi-traffic:before {
	content: "\f1e2"
}

.zmdi-translate:before {
	content: "\f1e3"
}

.zmdi-triangle-down:before {
	content: "\f1e4"
}

.zmdi-triangle-up:before {
	content: "\f1e5"
}

.zmdi-truck:before {
	content: "\f1e6"
}

.zmdi-turning-sign:before {
	content: "\f1e7"
}

.zmdi-wallpaper:before {
	content: "\f1e8"
}

.zmdi-washing-machine:before {
	content: "\f1e9"
}

.zmdi-window-maximize:before {
	content: "\f1ea"
}

.zmdi-window-minimize:before {
	content: "\f1eb"
}

.zmdi-window-restore:before {
	content: "\f1ec"
}

.zmdi-wrench:before {
	content: "\f1ed"
}

.zmdi-zoom-in:before {
	content: "\f1ee"
}

.zmdi-zoom-out:before {
	content: "\f1ef"
}

.zmdi-alert-circle-o:before {
	content: "\f1f0"
}

.zmdi-alert-circle:before {
	content: "\f1f1"
}

.zmdi-alert-octagon:before {
	content: "\f1f2"
}

.zmdi-alert-polygon:before {
	content: "\f1f3"
}

.zmdi-alert-triangle:before {
	content: "\f1f4"
}

.zmdi-help-outline:before {
	content: "\f1f5"
}

.zmdi-help:before {
	content: "\f1f6"
}

.zmdi-info-outline:before {
	content: "\f1f7"
}

.zmdi-info:before {
	content: "\f1f8"
}

.zmdi-notifications-active:before {
	content: "\f1f9"
}

.zmdi-notifications-add:before {
	content: "\f1fa"
}

.zmdi-notifications-none:before {
	content: "\f1fb"
}

.zmdi-notifications-off:before {
	content: "\f1fc"
}

.zmdi-notifications-paused:before {
	content: "\f1fd"
}

.zmdi-notifications:before {
	content: "\f1fe"
}

.zmdi-account-add:before {
	content: "\f1ff"
}

.zmdi-account-box-mail:before {
	content: "\f200"
}

.zmdi-account-box-o:before {
	content: "\f201"
}

.zmdi-account-box-phone:before {
	content: "\f202"
}

.zmdi-account-box:before {
	content: "\f203"
}

.zmdi-account-calendar:before {
	content: "\f204"
}

.zmdi-account-circle:before {
	content: "\f205"
}

.zmdi-account-o:before {
	content: "\f206"
}

.zmdi-account:before {
	content: "\f207"
}

.zmdi-accounts-add:before {
	content: "\f208"
}

.zmdi-accounts-alt:before {
	content: "\f209"
}

.zmdi-accounts-list-alt:before {
	content: "\f20a"
}

.zmdi-accounts-list:before {
	content: "\f20b"
}

.zmdi-accounts-outline:before {
	content: "\f20c"
}

.zmdi-accounts:before {
	content: "\f20d"
}

.zmdi-face:before {
	content: "\f20e"
}

.zmdi-female:before {
	content: "\f20f"
}

.zmdi-male-alt:before {
	content: "\f210"
}

.zmdi-male-female:before {
	content: "\f211"
}

.zmdi-male:before {
	content: "\f212"
}

.zmdi-mood-bad:before {
	content: "\f213"
}

.zmdi-mood:before {
	content: "\f214"
}

.zmdi-run:before {
	content: "\f215"
}

.zmdi-walk:before {
	content: "\f216"
}

.zmdi-cloud-box:before {
	content: "\f217"
}

.zmdi-cloud-circle:before {
	content: "\f218"
}

.zmdi-cloud-done:before {
	content: "\f219"
}

.zmdi-cloud-download:before {
	content: "\f21a"
}

.zmdi-cloud-off:before {
	content: "\f21b"
}

.zmdi-cloud-outline-alt:before {
	content: "\f21c"
}

.zmdi-cloud-outline:before {
	content: "\f21d"
}

.zmdi-cloud-upload:before {
	content: "\f21e"
}

.zmdi-cloud:before {
	content: "\f21f"
}

.zmdi-download:before {
	content: "\f220"
}

.zmdi-file-plus:before {
	content: "\f221"
}

.zmdi-file-text:before {
	content: "\f222"
}

.zmdi-file:before {
	content: "\f223"
}

.zmdi-folder-outline:before {
	content: "\f224"
}

.zmdi-folder-person:before {
	content: "\f225"
}

.zmdi-folder-star-alt:before {
	content: "\f226"
}

.zmdi-folder-star:before {
	content: "\f227"
}

.zmdi-folder:before {
	content: "\f228"
}

.zmdi-gif:before {
	content: "\f229"
}

.zmdi-upload:before {
	content: "\f22a"
}

.zmdi-border-all:before {
	content: "\f22b"
}

.zmdi-border-bottom:before {
	content: "\f22c"
}

.zmdi-border-clear:before {
	content: "\f22d"
}

.zmdi-border-color:before {
	content: "\f22e"
}

.zmdi-border-horizontal:before {
	content: "\f22f"
}

.zmdi-border-inner:before {
	content: "\f230"
}

.zmdi-border-left:before {
	content: "\f231"
}

.zmdi-border-outer:before {
	content: "\f232"
}

.zmdi-border-right:before {
	content: "\f233"
}

.zmdi-border-style:before {
	content: "\f234"
}

.zmdi-border-top:before {
	content: "\f235"
}

.zmdi-border-vertical:before {
	content: "\f236"
}

.zmdi-copy:before {
	content: "\f237"
}

.zmdi-crop:before {
	content: "\f238"
}

.zmdi-format-align-center:before {
	content: "\f239"
}

.zmdi-format-align-justify:before {
	content: "\f23a"
}

.zmdi-format-align-left:before {
	content: "\f23b"
}

.zmdi-format-align-right:before {
	content: "\f23c"
}

.zmdi-format-bold:before {
	content: "\f23d"
}

.zmdi-format-clear-all:before {
	content: "\f23e"
}

.zmdi-format-clear:before {
	content: "\f23f"
}

.zmdi-format-color-fill:before {
	content: "\f240"
}

.zmdi-format-color-reset:before {
	content: "\f241"
}

.zmdi-format-color-text:before {
	content: "\f242"
}

.zmdi-format-indent-decrease:before {
	content: "\f243"
}

.zmdi-format-indent-increase:before {
	content: "\f244"
}

.zmdi-format-italic:before {
	content: "\f245"
}

.zmdi-format-line-spacing:before {
	content: "\f246"
}

.zmdi-format-list-bulleted:before {
	content: "\f247"
}

.zmdi-format-list-numbered:before {
	content: "\f248"
}

.zmdi-format-ltr:before {
	content: "\f249"
}

.zmdi-format-rtl:before {
	content: "\f24a"
}

.zmdi-format-size:before {
	content: "\f24b"
}

.zmdi-format-strikethrough-s:before {
	content: "\f24c"
}

.zmdi-format-strikethrough:before {
	content: "\f24d"
}

.zmdi-format-subject:before {
	content: "\f24e"
}

.zmdi-format-underlined:before {
	content: "\f24f"
}

.zmdi-format-valign-bottom:before {
	content: "\f250"
}

.zmdi-format-valign-center:before {
	content: "\f251"
}

.zmdi-format-valign-top:before {
	content: "\f252"
}

.zmdi-redo:before {
	content: "\f253"
}

.zmdi-select-all:before {
	content: "\f254"
}

.zmdi-space-bar:before {
	content: "\f255"
}

.zmdi-text-format:before {
	content: "\f256"
}

.zmdi-transform:before {
	content: "\f257"
}

.zmdi-undo:before {
	content: "\f258"
}

.zmdi-wrap-text:before {
	content: "\f259"
}

.zmdi-comment-alert:before {
	content: "\f25a"
}

.zmdi-comment-alt-text:before {
	content: "\f25b"
}

.zmdi-comment-alt:before {
	content: "\f25c"
}

.zmdi-comment-edit:before {
	content: "\f25d"
}

.zmdi-comment-image:before {
	content: "\f25e"
}

.zmdi-comment-list:before {
	content: "\f25f"
}

.zmdi-comment-more:before {
	content: "\f260"
}

.zmdi-comment-outline:before {
	content: "\f261"
}

.zmdi-comment-text-alt:before {
	content: "\f262"
}

.zmdi-comment-text:before {
	content: "\f263"
}

.zmdi-comment-video:before {
	content: "\f264"
}

.zmdi-comment:before {
	content: "\f265"
}

.zmdi-comments:before {
	content: "\f266"
}

.zmdi-check-all:before {
	content: "\f267"
}

.zmdi-check-circle-u:before {
	content: "\f268"
}

.zmdi-check-circle:before {
	content: "\f269"
}

.zmdi-check-square:before {
	content: "\f26a"
}

.zmdi-check:before {
	content: "\f26b"
}

.zmdi-circle-o:before {
	content: "\f26c"
}

.zmdi-circle:before {
	content: "\f26d"
}

.zmdi-dot-circle-alt:before {
	content: "\f26e"
}

.zmdi-dot-circle:before {
	content: "\f26f"
}

.zmdi-minus-circle-outline:before {
	content: "\f270"
}

.zmdi-minus-circle:before {
	content: "\f271"
}

.zmdi-minus-square:before {
	content: "\f272"
}

.zmdi-minus:before {
	content: "\f273"
}

.zmdi-plus-circle-o-duplicate:before {
	content: "\f274"
}

.zmdi-plus-circle-o:before {
	content: "\f275"
}

.zmdi-plus-circle:before {
	content: "\f276"
}

.zmdi-plus-square:before {
	content: "\f277"
}

.zmdi-plus:before {
	content: "\f278"
}

.zmdi-square-o:before {
	content: "\f279"
}

.zmdi-star-circle:before {
	content: "\f27a"
}

.zmdi-star-half:before {
	content: "\f27b"
}

.zmdi-star-outline:before {
	content: "\f27c"
}

.zmdi-star:before {
	content: "\f27d"
}

.zmdi-bluetooth-connected:before {
	content: "\f27e"
}

.zmdi-bluetooth-off:before {
	content: "\f27f"
}

.zmdi-bluetooth-search:before {
	content: "\f280"
}

.zmdi-bluetooth-setting:before {
	content: "\f281"
}

.zmdi-bluetooth:before {
	content: "\f282"
}

.zmdi-camera-add:before {
	content: "\f283"
}

.zmdi-camera-alt:before {
	content: "\f284"
}

.zmdi-camera-bw:before {
	content: "\f285"
}

.zmdi-camera-front:before {
	content: "\f286"
}

.zmdi-camera-mic:before {
	content: "\f287"
}

.zmdi-camera-party-mode:before {
	content: "\f288"
}

.zmdi-camera-rear:before {
	content: "\f289"
}

.zmdi-camera-roll:before {
	content: "\f28a"
}

.zmdi-camera-switch:before {
	content: "\f28b"
}

.zmdi-camera:before {
	content: "\f28c"
}

.zmdi-card-alert:before {
	content: "\f28d"
}

.zmdi-card-off:before {
	content: "\f28e"
}

.zmdi-card-sd:before {
	content: "\f28f"
}

.zmdi-card-sim:before {
	content: "\f290"
}

.zmdi-desktop-mac:before {
	content: "\f291"
}

.zmdi-desktop-windows:before {
	content: "\f292"
}

.zmdi-device-hub:before {
	content: "\f293"
}

.zmdi-devices-off:before {
	content: "\f294"
}

.zmdi-devices:before {
	content: "\f295"
}

.zmdi-dock:before {
	content: "\f296"
}

.zmdi-floppy:before {
	content: "\f297"
}

.zmdi-gamepad:before {
	content: "\f298"
}

.zmdi-gps-dot:before {
	content: "\f299"
}

.zmdi-gps-off:before {
	content: "\f29a"
}

.zmdi-gps:before {
	content: "\f29b"
}

.zmdi-headset-mic:before {
	content: "\f29c"
}

.zmdi-headset:before {
	content: "\f29d"
}

.zmdi-input-antenna:before {
	content: "\f29e"
}

.zmdi-input-composite:before {
	content: "\f29f"
}

.zmdi-input-hdmi:before {
	content: "\f2a0"
}

.zmdi-input-power:before {
	content: "\f2a1"
}

.zmdi-input-svideo:before {
	content: "\f2a2"
}

.zmdi-keyboard-hide:before {
	content: "\f2a3"
}

.zmdi-keyboard:before {
	content: "\f2a4"
}

.zmdi-laptop-chromebook:before {
	content: "\f2a5"
}

.zmdi-laptop-mac:before {
	content: "\f2a6"
}

.zmdi-laptop:before {
	content: "\f2a7"
}

.zmdi-mic-off:before {
	content: "\f2a8"
}

.zmdi-mic-outline:before {
	content: "\f2a9"
}

.zmdi-mic-setting:before {
	content: "\f2aa"
}

.zmdi-mic:before {
	content: "\f2ab"
}

.zmdi-mouse:before {
	content: "\f2ac"
}

.zmdi-network-alert:before {
	content: "\f2ad"
}

.zmdi-network-locked:before {
	content: "\f2ae"
}

.zmdi-network-off:before {
	content: "\f2af"
}

.zmdi-network-outline:before {
	content: "\f2b0"
}

.zmdi-network-setting:before {
	content: "\f2b1"
}

.zmdi-network:before {
	content: "\f2b2"
}

.zmdi-phone-bluetooth:before {
	content: "\f2b3"
}

.zmdi-phone-end:before {
	content: "\f2b4"
}

.zmdi-phone-forwarded:before {
	content: "\f2b5"
}

.zmdi-phone-in-talk:before {
	content: "\f2b6"
}

.zmdi-phone-locked:before {
	content: "\f2b7"
}

.zmdi-phone-missed:before {
	content: "\f2b8"
}

.zmdi-phone-msg:before {
	content: "\f2b9"
}

.zmdi-phone-paused:before {
	content: "\f2ba"
}

.zmdi-phone-ring:before {
	content: "\f2bb"
}

.zmdi-phone-setting:before {
	content: "\f2bc"
}

.zmdi-phone-sip:before {
	content: "\f2bd"
}

.zmdi-phone:before {
	content: "\f2be"
}

.zmdi-portable-wifi-changes:before {
	content: "\f2bf"
}

.zmdi-portable-wifi-off:before {
	content: "\f2c0"
}

.zmdi-portable-wifi:before {
	content: "\f2c1"
}

.zmdi-radio:before {
	content: "\f2c2"
}

.zmdi-reader:before {
	content: "\f2c3"
}

.zmdi-remote-control-alt:before {
	content: "\f2c4"
}

.zmdi-remote-control:before {
	content: "\f2c5"
}

.zmdi-router:before {
	content: "\f2c6"
}

.zmdi-scanner:before {
	content: "\f2c7"
}

.zmdi-smartphone-android:before {
	content: "\f2c8"
}

.zmdi-smartphone-download:before {
	content: "\f2c9"
}

.zmdi-smartphone-erase:before {
	content: "\f2ca"
}

.zmdi-smartphone-info:before {
	content: "\f2cb"
}

.zmdi-smartphone-iphone:before {
	content: "\f2cc"
}

.zmdi-smartphone-landscape-lock:before {
	content: "\f2cd"
}

.zmdi-smartphone-landscape:before {
	content: "\f2ce"
}

.zmdi-smartphone-lock:before {
	content: "\f2cf"
}

.zmdi-smartphone-portrait-lock:before {
	content: "\f2d0"
}

.zmdi-smartphone-ring:before {
	content: "\f2d1"
}

.zmdi-smartphone-setting:before {
	content: "\f2d2"
}

.zmdi-smartphone-setup:before {
	content: "\f2d3"
}

.zmdi-smartphone:before {
	content: "\f2d4"
}

.zmdi-speaker:before {
	content: "\f2d5"
}

.zmdi-tablet-android:before {
	content: "\f2d6"
}

.zmdi-tablet-mac:before {
	content: "\f2d7"
}

.zmdi-tablet:before {
	content: "\f2d8"
}

.zmdi-tv-alt-play:before {
	content: "\f2d9"
}

.zmdi-tv-list:before {
	content: "\f2da"
}

.zmdi-tv-play:before {
	content: "\f2db"
}

.zmdi-tv:before {
	content: "\f2dc"
}

.zmdi-usb:before {
	content: "\f2dd"
}

.zmdi-videocam-off:before {
	content: "\f2de"
}

.zmdi-videocam-switch:before {
	content: "\f2df"
}

.zmdi-videocam:before {
	content: "\f2e0"
}

.zmdi-watch:before {
	content: "\f2e1"
}

.zmdi-wifi-alt-2:before {
	content: "\f2e2"
}

.zmdi-wifi-alt:before {
	content: "\f2e3"
}

.zmdi-wifi-info:before {
	content: "\f2e4"
}

.zmdi-wifi-lock:before {
	content: "\f2e5"
}

.zmdi-wifi-off:before {
	content: "\f2e6"
}

.zmdi-wifi-outline:before {
	content: "\f2e7"
}

.zmdi-wifi:before {
	content: "\f2e8"
}

.zmdi-arrow-left-bottom:before {
	content: "\f2e9"
}

.zmdi-arrow-left:before {
	content: "\f2ea"
}

.zmdi-arrow-merge:before {
	content: "\f2eb"
}

.zmdi-arrow-missed:before {
	content: "\f2ec"
}

.zmdi-arrow-right-top:before {
	content: "\f2ed"
}

.zmdi-arrow-right:before {
	content: "\f2ee"
}

.zmdi-arrow-split:before {
	content: "\f2ef"
}

.zmdi-arrows:before {
	content: "\f2f0"
}

.zmdi-caret-down-circle:before {
	content: "\f2f1"
}

.zmdi-caret-down:before {
	content: "\f2f2"
}

.zmdi-caret-left-circle:before {
	content: "\f2f3"
}

.zmdi-caret-left:before {
	content: "\f2f4"
}

.zmdi-caret-right-circle:before {
	content: "\f2f5"
}

.zmdi-caret-right:before {
	content: "\f2f6"
}

.zmdi-caret-up-circle:before {
	content: "\f2f7"
}

.zmdi-caret-up:before {
	content: "\f2f8"
}

.zmdi-chevron-down:before {
	content: "\f2f9"
}

.zmdi-chevron-left:before {
	content: "\f2fa"
}

.zmdi-chevron-right:before {
	content: "\f2fb"
}

.zmdi-chevron-up:before {
	content: "\f2fc"
}

.zmdi-forward:before {
	content: "\f2fd"
}

.zmdi-long-arrow-down:before {
	content: "\f2fe"
}

.zmdi-long-arrow-left:before {
	content: "\f2ff"
}

.zmdi-long-arrow-return:before {
	content: "\f300"
}

.zmdi-long-arrow-right:before {
	content: "\f301"
}

.zmdi-long-arrow-tab:before {
	content: "\f302"
}

.zmdi-long-arrow-up:before {
	content: "\f303"
}

.zmdi-rotate-ccw:before {
	content: "\f304"
}

.zmdi-rotate-cw:before {
	content: "\f305"
}

.zmdi-rotate-left:before {
	content: "\f306"
}

.zmdi-rotate-right:before {
	content: "\f307"
}

.zmdi-square-down:before {
	content: "\f308"
}

.zmdi-square-right:before {
	content: "\f309"
}

.zmdi-swap-alt:before {
	content: "\f30a"
}

.zmdi-swap-vertical-circle:before {
	content: "\f30b"
}

.zmdi-swap-vertical:before {
	content: "\f30c"
}

.zmdi-swap:before {
	content: "\f30d"
}

.zmdi-trending-down:before {
	content: "\f30e"
}

.zmdi-trending-flat:before {
	content: "\f30f"
}

.zmdi-trending-up:before {
	content: "\f310"
}

.zmdi-unfold-less:before {
	content: "\f311"
}

.zmdi-unfold-more:before {
	content: "\f312"
}

.zmdi-apps:before {
	content: "\f313"
}

.zmdi-grid-off:before {
	content: "\f314"
}

.zmdi-grid:before {
	content: "\f315"
}

.zmdi-view-agenda:before {
	content: "\f316"
}

.zmdi-view-array:before {
	content: "\f317"
}

.zmdi-view-carousel:before {
	content: "\f318"
}

.zmdi-view-column:before {
	content: "\f319"
}

.zmdi-view-comfy:before {
	content: "\f31a"
}

.zmdi-view-compact:before {
	content: "\f31b"
}

.zmdi-view-dashboard:before {
	content: "\f31c"
}

.zmdi-view-day:before {
	content: "\f31d"
}

.zmdi-view-headline:before {
	content: "\f31e"
}

.zmdi-view-list-alt:before {
	content: "\f31f"
}

.zmdi-view-list:before {
	content: "\f320"
}

.zmdi-view-module:before {
	content: "\f321"
}

.zmdi-view-quilt:before {
	content: "\f322"
}

.zmdi-view-stream:before {
	content: "\f323"
}

.zmdi-view-subtitles:before {
	content: "\f324"
}

.zmdi-view-toc:before {
	content: "\f325"
}

.zmdi-view-web:before {
	content: "\f326"
}

.zmdi-view-week:before {
	content: "\f327"
}

.zmdi-widgets:before {
	content: "\f328"
}

.zmdi-alarm-check:before {
	content: "\f329"
}

.zmdi-alarm-off:before {
	content: "\f32a"
}

.zmdi-alarm-plus:before {
	content: "\f32b"
}

.zmdi-alarm-snooze:before {
	content: "\f32c"
}

.zmdi-alarm:before {
	content: "\f32d"
}

.zmdi-calendar-alt:before {
	content: "\f32e"
}

.zmdi-calendar-check:before {
	content: "\f32f"
}

.zmdi-calendar-close:before {
	content: "\f330"
}

.zmdi-calendar-note:before {
	content: "\f331"
}

.zmdi-calendar:before {
	content: "\f332"
}

.zmdi-time-countdown:before {
	content: "\f333"
}

.zmdi-time-interval:before {
	content: "\f334"
}

.zmdi-time-restore-setting:before {
	content: "\f335"
}

.zmdi-time-restore:before {
	content: "\f336"
}

.zmdi-time:before {
	content: "\f337"
}

.zmdi-timer-off:before {
	content: "\f338"
}

.zmdi-timer:before {
	content: "\f339"
}

.zmdi-android-alt:before {
	content: "\f33a"
}

.zmdi-android:before {
	content: "\f33b"
}

.zmdi-apple:before {
	content: "\f33c"
}

.zmdi-behance:before {
	content: "\f33d"
}

.zmdi-codepen:before {
	content: "\f33e"
}

.zmdi-dribbble:before {
	content: "\f33f"
}

.zmdi-dropbox:before {
	content: "\f340"
}

.zmdi-evernote:before {
	content: "\f341"
}

.zmdi-facebook-box:before {
	content: "\f342"
}

.zmdi-facebook:before {
	content: "\f343"
}

.zmdi-github-box:before {
	content: "\f344"
}

.zmdi-github:before {
	content: "\f345"
}

.zmdi-google-drive:before {
	content: "\f346"
}

.zmdi-google-earth:before {
	content: "\f347"
}

.zmdi-google-glass:before {
	content: "\f348"
}

.zmdi-google-maps:before {
	content: "\f349"
}

.zmdi-google-pages:before {
	content: "\f34a"
}

.zmdi-google-play:before {
	content: "\f34b"
}

.zmdi-google-plus-box:before {
	content: "\f34c"
}

.zmdi-google-plus:before {
	content: "\f34d"
}

.zmdi-google:before {
	content: "\f34e"
}

.zmdi-instagram:before {
	content: "\f34f"
}

.zmdi-language-css3:before {
	content: "\f350"
}

.zmdi-language-html5:before {
	content: "\f351"
}

.zmdi-language-javascript:before {
	content: "\f352"
}

.zmdi-language-python-alt:before {
	content: "\f353"
}

.zmdi-language-python:before {
	content: "\f354"
}

.zmdi-lastfm:before {
	content: "\f355"
}

.zmdi-linkedin-box:before {
	content: "\f356"
}

.zmdi-paypal:before {
	content: "\f357"
}

.zmdi-pinterest-box:before {
	content: "\f358"
}

.zmdi-pocket:before {
	content: "\f359"
}

.zmdi-polymer:before {
	content: "\f35a"
}

.zmdi-share:before {
	content: "\f35b"
}

.zmdi-stackoverflow:before {
	content: "\f35c"
}

.zmdi-steam-square:before {
	content: "\f35d"
}

.zmdi-steam:before {
	content: "\f35e"
}

.zmdi-twitter-box:before {
	content: "\f35f"
}

.zmdi-twitter:before {
	content: "\f360"
}

.zmdi-vk:before {
	content: "\f361"
}

.zmdi-wikipedia:before {
	content: "\f362"
}

.zmdi-windows:before {
	content: "\f363"
}

.zmdi-aspect-ratio-alt:before {
	content: "\f364"
}

.zmdi-aspect-ratio:before {
	content: "\f365"
}

.zmdi-blur-circular:before {
	content: "\f366"
}

.zmdi-blur-linear:before {
	content: "\f367"
}

.zmdi-blur-off:before {
	content: "\f368"
}

.zmdi-blur:before {
	content: "\f369"
}

.zmdi-brightness-2:before {
	content: "\f36a"
}

.zmdi-brightness-3:before {
	content: "\f36b"
}

.zmdi-brightness-4:before {
	content: "\f36c"
}

.zmdi-brightness-5:before {
	content: "\f36d"
}

.zmdi-brightness-6:before {
	content: "\f36e"
}

.zmdi-brightness-7:before {
	content: "\f36f"
}

.zmdi-brightness-auto:before {
	content: "\f370"
}

.zmdi-brightness-setting:before {
	content: "\f371"
}

.zmdi-broken-image:before {
	content: "\f372"
}

.zmdi-center-focus-strong:before {
	content: "\f373"
}

.zmdi-center-focus-weak:before {
	content: "\f374"
}

.zmdi-compare:before {
	content: "\f375"
}

.zmdi-crop-16-9:before {
	content: "\f376"
}

.zmdi-crop-3-2:before {
	content: "\f377"
}

.zmdi-crop-5-4:before {
	content: "\f378"
}

.zmdi-crop-7-5:before {
	content: "\f379"
}

.zmdi-crop-din:before {
	content: "\f37a"
}

.zmdi-crop-free:before {
	content: "\f37b"
}

.zmdi-crop-landscape:before {
	content: "\f37c"
}

.zmdi-crop-portrait:before {
	content: "\f37d"
}

.zmdi-crop-square:before {
	content: "\f37e"
}

.zmdi-exposure-alt:before {
	content: "\f37f"
}

.zmdi-exposure:before {
	content: "\f380"
}

.zmdi-filter-b-and-w:before {
	content: "\f381"
}

.zmdi-filter-center-focus:before {
	content: "\f382"
}

.zmdi-filter-frames:before {
	content: "\f383"
}

.zmdi-filter-tilt-shift:before {
	content: "\f384"
}

.zmdi-gradient:before {
	content: "\f385"
}

.zmdi-grain:before {
	content: "\f386"
}

.zmdi-graphic-eq:before {
	content: "\f387"
}

.zmdi-hdr-off:before {
	content: "\f388"
}

.zmdi-hdr-strong:before {
	content: "\f389"
}

.zmdi-hdr-weak:before {
	content: "\f38a"
}

.zmdi-hdr:before {
	content: "\f38b"
}

.zmdi-iridescent:before {
	content: "\f38c"
}

.zmdi-leak-off:before {
	content: "\f38d"
}

.zmdi-leak:before {
	content: "\f38e"
}

.zmdi-looks:before {
	content: "\f38f"
}

.zmdi-loupe:before {
	content: "\f390"
}

.zmdi-panorama-horizontal:before {
	content: "\f391"
}

.zmdi-panorama-vertical:before {
	content: "\f392"
}

.zmdi-panorama-wide-angle:before {
	content: "\f393"
}

.zmdi-photo-size-select-large:before {
	content: "\f394"
}

.zmdi-photo-size-select-small:before {
	content: "\f395"
}

.zmdi-picture-in-picture:before {
	content: "\f396"
}

.zmdi-slideshow:before {
	content: "\f397"
}

.zmdi-texture:before {
	content: "\f398"
}

.zmdi-tonality:before {
	content: "\f399"
}

.zmdi-vignette:before {
	content: "\f39a"
}

.zmdi-wb-auto:before {
	content: "\f39b"
}

.zmdi-eject-alt:before {
	content: "\f39c"
}

.zmdi-eject:before {
	content: "\f39d"
}

.zmdi-equalizer:before {
	content: "\f39e"
}

.zmdi-fast-forward:before {
	content: "\f39f"
}

.zmdi-fast-rewind:before {
	content: "\f3a0"
}

.zmdi-forward-10:before {
	content: "\f3a1"
}

.zmdi-forward-30:before {
	content: "\f3a2"
}

.zmdi-forward-5:before {
	content: "\f3a3"
}

.zmdi-hearing:before {
	content: "\f3a4"
}

.zmdi-pause-circle-outline:before {
	content: "\f3a5"
}

.zmdi-pause-circle:before {
	content: "\f3a6"
}

.zmdi-pause:before {
	content: "\f3a7"
}

.zmdi-play-circle-outline:before {
	content: "\f3a8"
}

.zmdi-play-circle:before {
	content: "\f3a9"
}

.zmdi-play:before {
	content: "\f3aa"
}

.zmdi-playlist-audio:before {
	content: "\f3ab"
}

.zmdi-playlist-plus:before {
	content: "\f3ac"
}

.zmdi-repeat-one:before {
	content: "\f3ad"
}

.zmdi-repeat:before {
	content: "\f3ae"
}

.zmdi-replay-10:before {
	content: "\f3af"
}

.zmdi-replay-30:before {
	content: "\f3b0"
}

.zmdi-replay-5:before {
	content: "\f3b1"
}

.zmdi-replay:before {
	content: "\f3b2"
}

.zmdi-shuffle:before {
	content: "\f3b3"
}

.zmdi-skip-next:before {
	content: "\f3b4"
}

.zmdi-skip-previous:before {
	content: "\f3b5"
}

.zmdi-stop:before {
	content: "\f3b6"
}

.zmdi-surround-sound:before {
	content: "\f3b7"
}

.zmdi-tune:before {
	content: "\f3b8"
}

.zmdi-volume-down:before {
	content: "\f3b9"
}

.zmdi-volume-mute:before {
	content: "\f3ba"
}

.zmdi-volume-off:before {
	content: "\f3bb"
}

.zmdi-volume-up:before {
	content: "\f3bc"
}

.zmdi-n-1-square:before {
	content: "\f3bd"
}

.zmdi-n-2-square:before {
	content: "\f3be"
}

.zmdi-n-3-square:before {
	content: "\f3bf"
}

.zmdi-n-4-square:before {
	content: "\f3c0"
}

.zmdi-n-5-square:before {
	content: "\f3c1"
}

.zmdi-n-6-square:before {
	content: "\f3c2"
}

.zmdi-neg-1:before {
	content: "\f3c3"
}

.zmdi-neg-2:before {
	content: "\f3c4"
}

.zmdi-plus-1:before {
	content: "\f3c5"
}

.zmdi-plus-2:before {
	content: "\f3c6"
}

.zmdi-sec-10:before {
	content: "\f3c7"
}

.zmdi-sec-3:before {
	content: "\f3c8"
}

.zmdi-zero:before {
	content: "\f3c9"
}

.zmdi-airline-seat-flat-angled:before {
	content: "\f3ca"
}

.zmdi-airline-seat-flat:before {
	content: "\f3cb"
}

.zmdi-airline-seat-individual-suite:before {
	content: "\f3cc"
}

.zmdi-airline-seat-legroom-extra:before {
	content: "\f3cd"
}

.zmdi-airline-seat-legroom-normal:before {
	content: "\f3ce"
}

.zmdi-airline-seat-legroom-reduced:before {
	content: "\f3cf"
}

.zmdi-airline-seat-recline-extra:before {
	content: "\f3d0"
}

.zmdi-airline-seat-recline-normal:before {
	content: "\f3d1"
}

.zmdi-airplay:before {
	content: "\f3d2"
}

.zmdi-closed-caption:before {
	content: "\f3d3"
}

.zmdi-confirmation-number:before {
	content: "\f3d4"
}

.zmdi-developer-board:before {
	content: "\f3d5"
}

.zmdi-disc-full:before {
	content: "\f3d6"
}

.zmdi-explicit:before {
	content: "\f3d7"
}

.zmdi-flight-land:before {
	content: "\f3d8"
}

.zmdi-flight-takeoff:before {
	content: "\f3d9"
}

.zmdi-flip-to-back:before {
	content: "\f3da"
}

.zmdi-flip-to-front:before {
	content: "\f3db"
}

.zmdi-group-work:before {
	content: "\f3dc"
}

.zmdi-hd:before {
	content: "\f3dd"
}

.zmdi-hq:before {
	content: "\f3de"
}

.zmdi-markunread-mailbox:before {
	content: "\f3df"
}

.zmdi-memory:before {
	content: "\f3e0"
}

.zmdi-nfc:before {
	content: "\f3e1"
}

.zmdi-play-for-work:before {
	content: "\f3e2"
}

.zmdi-power-input:before {
	content: "\f3e3"
}

.zmdi-present-to-all:before {
	content: "\f3e4"
}

.zmdi-satellite:before {
	content: "\f3e5"
}

.zmdi-tap-and-play:before {
	content: "\f3e6"
}

.zmdi-vibration:before {
	content: "\f3e7"
}

.zmdi-voicemail:before {
	content: "\f3e8"
}

.zmdi-group:before {
	content: "\f3e9"
}

.zmdi-rss:before {
	content: "\f3ea"
}

.zmdi-shape:before {
	content: "\f3eb"
}

.zmdi-spinner:before {
	content: "\f3ec"
}

.zmdi-ungroup:before {
	content: "\f3ed"
}

.zmdi-500px:before {
	content: "\f3ee"
}

.zmdi-8tracks:before {
	content: "\f3ef"
}

.zmdi-amazon:before {
	content: "\f3f0"
}

.zmdi-blogger:before {
	content: "\f3f1"
}

.zmdi-delicious:before {
	content: "\f3f2"
}

.zmdi-disqus:before {
	content: "\f3f3"
}

.zmdi-flattr:before {
	content: "\f3f4"
}

.zmdi-flickr:before {
	content: "\f3f5"
}

.zmdi-github-alt:before {
	content: "\f3f6"
}

.zmdi-google-old:before {
	content: "\f3f7"
}

.zmdi-linkedin:before {
	content: "\f3f8"
}

.zmdi-odnoklassniki:before {
	content: "\f3f9"
}

.zmdi-outlook:before {
	content: "\f3fa"
}

.zmdi-paypal-alt:before {
	content: "\f3fb"
}

.zmdi-pinterest:before {
	content: "\f3fc"
}

.zmdi-playstation:before {
	content: "\f3fd"
}

.zmdi-reddit:before {
	content: "\f3fe"
}

.zmdi-skype:before {
	content: "\f3ff"
}

.zmdi-slideshare:before {
	content: "\f400"
}

.zmdi-soundcloud:before {
	content: "\f401"
}

.zmdi-tumblr:before {
	content: "\f402"
}

.zmdi-twitch:before {
	content: "\f403"
}

.zmdi-vimeo:before {
	content: "\f404"
}

.zmdi-whatsapp:before {
	content: "\f405"
}

.zmdi-xbox:before {
	content: "\f406"
}

.zmdi-yahoo:before {
	content: "\f407"
}

.zmdi-youtube-play:before {
	content: "\f408"
}

.zmdi-youtube:before {
	content: "\f409"
}

.zmdi-import-export:before,
.zmdi-swap-vertical-:before {
	content: "\f30c"
}

.zmdi-airplanemode-inactive:before {
	content: "\f102"
}

.zmdi-airplanemode-active:before,
.zmdi-rate-review:before {
	content: "\f103"
}

.zmdi-comment-sign:before {
	content: "\f25a"
}

.zmdi-network-warning:before {
	content: "\f2ad"
}

.zmdi-shopping-cart-add:before {
	content: "\f1ca"
}

.zmdi-file-add:before {
	content: "\f221"
}

.zmdi-network-wifi-scan:before {
	content: "\f2e4"
}

.zmdi-collection-add:before {
	content: "\f14e"
}

.zmdi-format-playlist-add:before {
	content: "\f3ac"
}

.zmdi-format-queue-music:before {
	content: "\f3ab"
}

.zmdi-plus-box:before {
	content: "\f277"
}

.zmdi-tag-backspace:before {
	content: "\f1d9"
}

.zmdi-alarm-add:before {
	content: "\f32b"
}

.zmdi-battery-charging:before {
	content: "\f114"
}

.zmdi-daydream-setting:before {
	content: "\f217"
}

.zmdi-more-horiz:before {
	content: "\f19c"
}

.zmdi-book-photo:before {
	content: "\f11b"
}

.zmdi-incandescent:before {
	content: "\f189"
}

.zmdi-wb-iridescent:before {
	content: "\f38c"
}

.zmdi-calendar-remove:before {
	content: "\f330"
}

.zmdi-refresh-sync-disabled:before {
	content: "\f1b7"
}

.zmdi-refresh-sync-problem:before {
	content: "\f1b6"
}

.zmdi-crop-original:before {
	content: "\f17e"
}

.zmdi-power-off:before {
	content: "\f1af"
}

.zmdi-power-off-setting:before {
	content: "\f1ae"
}

.zmdi-leak-remove:before {
	content: "\f38d"
}

.zmdi-star-border:before {
	content: "\f27c"
}

.zmdi-brightness-low:before {
	content: "\f36d"
}

.zmdi-brightness-medium:before {
	content: "\f36e"
}

.zmdi-brightness-high:before {
	content: "\f36f"
}

.zmdi-smartphone-portrait:before {
	content: "\f2d4"
}

.zmdi-live-tv:before {
	content: "\f2d9"
}

.zmdi-format-textdirection-l-to-r:before {
	content: "\f249"
}

.zmdi-format-textdirection-r-to-l:before {
	content: "\f24a"
}

.zmdi-arrow-back:before {
	content: "\f2ea"
}

.zmdi-arrow-forward:before {
	content: "\f2ee"
}

.zmdi-arrow-in:before {
	content: "\f2e9"
}

.zmdi-arrow-out:before {
	content: "\f2ed"
}

.zmdi-rotate-90-degrees-ccw:before {
	content: "\f304"
}

.zmdi-adb:before {
	content: "\f33a"
}

.zmdi-network-wifi:before {
	content: "\f2e8"
}

.zmdi-network-wifi-alt:before {
	content: "\f2e3"
}

.zmdi-network-wifi-lock:before {
	content: "\f2e5"
}

.zmdi-network-wifi-off:before {
	content: "\f2e6"
}

.zmdi-network-wifi-outline:before {
	content: "\f2e7"
}

.zmdi-network-wifi-info:before {
	content: "\f2e4"
}

.zmdi-layers-clear:before {
	content: "\f18b"
}

.zmdi-colorize:before {
	content: "\f15d"
}

.zmdi-format-paint:before {
	content: "\f1ba"
}

.zmdi-format-quote:before {
	content: "\f1b2"
}

.zmdi-camera-monochrome-photos:before {
	content: "\f285"
}

.zmdi-sort-by-alpha:before {
	content: "\f1cf"
}

.zmdi-folder-shared:before {
	content: "\f225"
}

.zmdi-folder-special:before {
	content: "\f226"
}

.zmdi-comment-dots:before {
	content: "\f260"
}

.zmdi-reorder:before {
	content: "\f31e"
}

.zmdi-dehaze:before {
	content: "\f197"
}

.zmdi-sort:before {
	content: "\f1ce"
}

.zmdi-pages:before {
	content: "\f34a"
}

.zmdi-stack-overflow:before {
	content: "\f35c"
}

.zmdi-calendar-account:before {
	content: "\f204"
}

.zmdi-paste:before {
	content: "\f109"
}

.zmdi-cut:before {
	content: "\f1bc"
}

.zmdi-save:before {
	content: "\f297"
}

.zmdi-smartphone-code:before {
	content: "\f139"
}

.zmdi-directions-bike:before {
	content: "\f117"
}

.zmdi-directions-boat:before {
	content: "\f11a"
}

.zmdi-directions-bus:before {
	content: "\f121"
}

.zmdi-directions-car:before {
	content: "\f125"
}

.zmdi-directions-railway:before {
	content: "\f1b3"
}

.zmdi-directions-run:before {
	content: "\f215"
}

.zmdi-directions-subway:before {
	content: "\f1d5"
}

.zmdi-directions-walk:before {
	content: "\f216"
}

.zmdi-local-hotel:before {
	content: "\f178"
}

.zmdi-local-activity:before,
.zmdi-local-play:before {
	content: "\f1df"
}

.zmdi-local-airport:before {
	content: "\f103"
}

.zmdi-local-atm:before {
	content: "\f198"
}

.zmdi-local-bar:before {
	content: "\f137"
}

.zmdi-local-cafe:before {
	content: "\f13b"
}

.zmdi-local-car-wash:before {
	content: "\f124"
}

.zmdi-local-convenience-store:before {
	content: "\f1d3"
}

.zmdi-local-dining:before {
	content: "\f153"
}

.zmdi-local-drink:before {
	content: "\f157"
}

.zmdi-local-florist:before {
	content: "\f168"
}

.zmdi-local-gas-station:before {
	content: "\f16f"
}

.zmdi-local-grocery-store:before {
	content: "\f1cb"
}

.zmdi-local-hospital:before {
	content: "\f177"
}

.zmdi-local-laundry-service:before {
	content: "\f1e9"
}

.zmdi-local-library:before {
	content: "\f18d"
}

.zmdi-local-mall:before {
	content: "\f195"
}

.zmdi-local-movies:before {
	content: "\f19d"
}

.zmdi-local-offer:before {
	content: "\f187"
}

.zmdi-local-parking:before {
	content: "\f1a5"
}

.zmdi-local-pharmacy:before {
	content: "\f176"
}

.zmdi-local-phone:before {
	content: "\f2be"
}

.zmdi-local-pizza:before {
	content: "\f1ac"
}

.zmdi-local-post-office:before {
	content: "\f15a"
}

.zmdi-local-printshop:before {
	content: "\f1b0"
}

.zmdi-local-see:before {
	content: "\f28c"
}

.zmdi-local-shipping:before {
	content: "\f1e6"
}

.zmdi-local-store:before {
	content: "\f1d4"
}

.zmdi-local-taxi:before {
	content: "\f123"
}

.zmdi-local-wc:before {
	content: "\f211"
}

.zmdi-my-location:before {
	content: "\f299"
}

.zmdi-directions:before {
	content: "\f1e7"
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.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
}

@-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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	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-duration: .75s;
	animation-duration: .75s;
	-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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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-duration: .75s;
	animation-duration: .75s;
	-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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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-duration: .75s;
	animation-duration: .75s;
	-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-animation-duration: .75s;
	animation-duration: .75s;
	-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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		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, 700px, 0);
		transform: translate3d(0, 700px, 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, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

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

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*:before,
*:after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=radio],
input[type=checkbox] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1,
.h1 {
	font-size: 2.5rem
}

h2,
.h2 {
	font-size: 2rem
}

h3,
.h3 {
	font-size: 1.75rem
}

h4,
.h4 {
	font-size: 1.5rem
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
	font-size: 80%;
	font-weight: 400
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer:before {
	content: "\2014\00A0"
}

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

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.333333%
	}

	.offset-sm-2 {
		margin-left: 16.666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.333333%
	}

	.offset-sm-5 {
		margin-left: 41.666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.333333%
	}

	.offset-sm-8 {
		margin-left: 66.666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.333333%
	}

	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.333333%
	}

	.offset-md-2 {
		margin-left: 16.666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.333333%
	}

	.offset-md-5 {
		margin-left: 41.666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.333333%
	}

	.offset-md-8 {
		margin-left: 66.666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.333333%
	}

	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.333333%
	}

	.offset-lg-2 {
		margin-left: 16.666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.333333%
	}

	.offset-lg-5 {
		margin-left: 41.666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.333333%
	}

	.offset-lg-8 {
		margin-left: 66.666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.333333%
	}

	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.333333%
	}

	.offset-xl-2 {
		margin-left: 16.666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.333333%
	}

	.offset-xl-5 {
		margin-left: 41.666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.333333%
	}

	.offset-xl-8 {
		margin-left: 66.666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.333333%
	}

	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #b8daff
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #7abaff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #8fd19e
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #86cfda
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #ffdf7e
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f5c6cb
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #ed969e
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #95999c
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
	display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc((1em + .75rem)*3/4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label:before,
.custom-control-input.is-valid~.custom-control-label:before {
	border-color: #28a745
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label:before,
.custom-control-input.is-valid:checked~.custom-control-label:before {
	border-color: #34ce57;
	background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label:before,
.custom-control-input.is-valid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before {
	border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #28a745
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc((1em + .75rem)*3/4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label:before,
.custom-control-input.is-invalid~.custom-control-label:before {
	border-color: #dc3545
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,
.custom-control-input.is-invalid:checked~.custom-control-label:before {
	border-color: #e4606d;
	background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,
.custom-control-input.is-invalid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto
	}

	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropright .dropdown-toggle:after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle:after {
	display: none
}

.dropleft .dropdown-toggle:before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropleft .dropdown-toggle:before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1
}

.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
	margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
	display: -ms-flexbox;
	display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
	margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
	height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label:before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-control-label:after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	border-color: #007bff;
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}

.custom-switch .custom-control-label:after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label:after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: none
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

	.custom-control-label:before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width:575.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1199.98px) {

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}

	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-img-top,
	.card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-img-bottom,
	.card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-img-top,
	.card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-img-bottom,
	.card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}

	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card .card-header {
	margin-bottom: -1px
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #00ab55;
	border-color: #00ab55
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

a.badge:hover,
a.badge:focus {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #0062cc
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-ms-flex: 1;
	flex: 1
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: 0
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}

	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}

	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}

	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}

	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem
}

.toast:not(:last-child) {
	margin-bottom: .75rem
}

.toast.showing {
	opacity: 1
}

.toast.show {
	display: block;
	opacity: 1
}

.toast.hide {
	display: none
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
	padding: .75rem
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
	content: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered:before {
		height: calc(100vh - 3.5rem)
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow:before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
	padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
	bottom: 0
}

.bs-tooltip-top .arrow:before,
.bs-tooltip-auto[x-placement^=top] .arrow:before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
	padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-right .arrow:before,
.bs-tooltip-auto[x-placement^=right] .arrow:before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
	padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
	top: 0
}

.bs-tooltip-bottom .arrow:before,
.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
	padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-left .arrow:before,
.bs-tooltip-auto[x-placement^=left] .arrow:before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow:before,
.popover .arrow:after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
	margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
	bottom: calc((.5rem + 1px)*-1)
}

.bs-popover-top>.arrow:before,
.bs-popover-auto[x-placement^=top]>.arrow:before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top>.arrow:after,
.bs-popover-auto[x-placement^=top]>.arrow:after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
	margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
	left: calc((.5rem + 1px)*-1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-right>.arrow:before,
.bs-popover-auto[x-placement^=right]>.arrow:before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-right>.arrow:after,
.bs-popover-auto[x-placement^=right]>.arrow:after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
	margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
	top: calc((.5rem + 1px)*-1)
}

.bs-popover-bottom>.arrow:before,
.bs-popover-auto[x-placement^=bottom]>.arrow:before {
	top: 0;
	border-width: 0 .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom>.arrow:after,
.bs-popover-auto[x-placement^=bottom]>.arrow:after {
	top: 1px;
	border-width: 0 .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-bottom .popover-header:before,
.bs-popover-auto[x-placement^=bottom] .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
	margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
	right: calc((.5rem + 1px)*-1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-left>.arrow:before,
.bs-popover-auto[x-placement^=left]>.arrow:before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-left>.arrow:after,
.bs-popover-auto[x-placement^=left]>.arrow:after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner:after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {

	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

	.carousel-control-prev,
	.carousel-control-next {
		transition: none
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		opacity: 1
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		opacity: 1
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-primary {
	background-color: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important
}

.bg-secondary {
	background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #007bff !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-lg {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive:before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9:before {
	padding-top: 42.857143%
}

.embed-responsive-16by9:before {
	padding-top: 56.25%
}

.embed-responsive-4by3:before {
	padding-top: 75%
}

.embed-responsive-1by1:before {
	padding-top: 100%
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky !important;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-22 {
	width: 22% !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-n1 {
		margin: -.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-n1 {
		margin: -.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0056b3 !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {

	*,
	*:before,
	*:after {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	pre {
		white-space: pre-wrap !important
	}

	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr,
	img {
		page-break-inside: avoid
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important
	}

	.table-dark {
		color: inherit
	}

	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody+tbody {
		border-color: #dee2e6
	}

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

@charset "UTF-8";

:root {
	--wvs-selected-item-background-color: var(--tb-theme-color);
	--wvs-selected-item-text-color: #fff;
	--wvs-selected-item-box-shadow: 0 0 0 1px var(--tb-theme-color)
}

.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

.modal-open .animated {
	animation-fill-mode: unset;
	-webkit-animation-fill-mode: unset
}

.tbay-page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000
}

.tbay-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	z-index: 100001
}

.tbay-body {
	visibility: hidden
}

.tbay-loader {
	text-indent: -12345px
}

.tbay-body-loader {
	overflow: hidden
}

@keyframes spinner-one {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes -webkit-spinner-one {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

.tbay-page-loader #loader {
	-webkit-animation: 2s linear 0s normal none infinite running spinner-one;
	-o-animation: 2s linear 0s normal none infinite running spinner-one;
	animation: 2s linear 0s normal none infinite running spinner-one;
	border-color: #86bc42 transparent transparent;
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	display: block;
	height: 150px;
	left: 50%;
	right: auto;
	margin-left: -75px;
	margin-top: -75px;
	position: relative;
	top: 50%;
	width: 150px;
	z-index: 1001
}

.tbay-page-loader #loader:before {
	-webkit-animation: 3s linear 0s normal none infinite running spinner-one;
	-o-animation: 3s linear 0s normal none infinite running spinner-one;
	animation: 3s linear 0s normal none infinite running spinner-one;
	border-color: #f65b47 transparent transparent;
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	bottom: 5px;
	content: "";
	left: 5px;
	position: absolute;
	right: 5px;
	top: 5px
}

.tbay-page-loader #loader:after {
	-webkit-animation: 1.5s linear 0s normal none infinite running spinner-one;
	-o-animation: 1.5s linear 0s normal none infinite running spinner-one;
	animation: 1.5s linear 0s normal none infinite running spinner-one;
	border-color: #f9c922 transparent transparent;
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	bottom: 15px;
	content: "";
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px
}

.tbay-page-loader .loader-section {
	background: #fefefe none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	top: 0;
	transform: translateX(0);
	width: 51%;
	z-index: 1000
}

.tbay-page-loader .loader-section.section-left {
	left: 0
}

.tbay-page-loader .loader-section.section-right {
	right: 0
}

.tbay-loader-two {
	position: relative;
	width: 80px;
	height: 80px;
	-webkit-animation: spinner 5s infinite linear;
	animation: spinner 5s infinite linear
}

.tbay-loader-two span {
	width: 40px;
	height: 40px;
	position: absolute;
	background: red;
	display: block;
	-webkit-animation: spinner-two .8s infinite linear;
	-o-animation: spinner-two .8s infinite linear;
	animation: spinner-two .8s infinite linear
}

.tbay-loader-two span:nth-child(1) {
	background: #2ecc71
}

.tbay-loader-two span:nth-child(2) {
	left: 44px;
	right: auto;
	background: #51cbe2;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.tbay-loader-two span:nth-child(3) {
	top: 44px;
	background: #3498db;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.tbay-loader-two span:nth-child(4) {
	top: 44px;
	left: 44px;
	right: auto;
	background: #f1c40f;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

@-webkit-keyframes spinner-two {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.5)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes spinner-two {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.5)
	}

	100% {
		transform: scale(1)
	}
}

.tbay-loader-three {
	position: relative
}

.tbay-loader-three span {
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	background: #51cbe2;
	position: absolute;
	-webkit-animation: spinner-three 1.5s infinite ease-in-out;
	-o-animation: spinner-three 1.5s infinite ease-in-out;
	animation: spinner-three 1.5s infinite ease-in-out
}

.tbay-loader-three span:nth-child(2) {
	left: 11px;
	right: auto;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.tbay-loader-three span:nth-child(3) {
	left: 22px;
	right: auto;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.tbay-loader-three span:nth-child(4) {
	left: 33px;
	right: auto;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.tbay-loader-three span:nth-child(5) {
	left: 44px;
	right: auto;
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

@-webkit-keyframes spinner-three {
	0% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2
	}

	25% {
		height: 30px;
		transform: translateY(15px);
		background: #3498db
	}

	50% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2
	}

	100% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2
	}
}

@keyframes spinner-three {
	0% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2
	}

	25% {
		height: 30px;
		transform: translateY(15px);
		background: #3498db
	}

	50% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2
	}

	100% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2
	}
}

.tbay-loader-four {
	width: 80px;
	height: 80px
}

.tbay-loader-four .spinner-cube {
	width: 33%;
	height: 33%;
	background-color: #51cbe2;
	float: left;
	-webkit-animation: spinner-four 1.3s infinite ease-in-out;
	-o-animation: spinner-four 1.3s infinite ease-in-out;
	animation: spinner-four 1.3s infinite ease-in-out
}

.tbay-loader-four .spinner-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.tbay-loader-four .spinner-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.tbay-loader-four .spinner-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.tbay-loader-four .spinner-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.tbay-loader-four .spinner-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.tbay-loader-four .spinner-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.tbay-loader-four .spinner-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.tbay-loader-four .spinner-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.tbay-loader-four .spinner-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@-webkit-keyframes spinner-four {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

@keyframes spinner-four {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

.tbay-loader-five {
	width: 80px;
	height: 80px;
	position: relative
}

.tbay-loader-five .spinner-cube {
	border: 2px solid transparent;
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

.tbay-loader-five .spinner-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #51cbe2;
	-webkit-animation: spinner-five 2.4s infinite linear both;
	-o-animation: spinner-five 2.4s infinite linear both;
	animation: spinner-five 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.tbay-loader-five .spinner-cube-2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg)
}

.tbay-loader-five .spinner-cube-3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg)
}

.tbay-loader-five .spinner-cube-4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg)
}

.tbay-loader-five .spinner-cube-2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.tbay-loader-five .spinner-cube-3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.tbay-loader-five .spinner-cube-4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

@-webkit-keyframes spinner-five {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

@keyframes spinner-five {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

.tbay-loader-six {
	width: 70px;
	height: 70px;
	position: relative
}

.tbay-loader-six .spinner-cube-1 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #3498db;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: spinner-six 2s infinite ease-in-out;
	-o-animation: spinner-six 2s infinite ease-in-out;
	animation: spinner-six 2s infinite ease-in-out
}

.tbay-loader-six .spinner-cube-2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #3498db;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: spinner-six 2s infinite ease-in-out;
	-o-animation: spinner-six 2s infinite ease-in-out;
	animation: spinner-six 2s infinite ease-in-out;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes spinner-six {

	0%,
	100% {
		-webkit-transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes spinner-six {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.tbay-page-loader.loader-img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.tbay-page-loader.loader-img img {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media(max-width:767px) {
	.tbay-page-loader.loader-img img {
		max-width: 150px
	}
}

.zoom-2 {
	overflow: hidden;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.zoom-2 img {
	position: relative;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

.zoom-2:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.filter-grayscale,
body:not(.tbay-body-default) .widget .widget_sp_image-image-link img {
	-webkit-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s
}

.filter-grayscale:hover,
body:not(.tbay-body-default) .widget .widget_sp_image-image-link img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%)
}

.filter-brightness {
	-webkit-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}

.filter-brightness:hover {
	filter: brightness(.4);
	-webkit-filter: brightness(.4);
	-moz-filter: brightness(.4);
	-o-filter: brightness(.4);
	-ms-filter: brightness(.4)
}

.filter-blur {
	-webkit-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s
}

.filter-blur:hover {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px)
}

.close .fa {
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

.close:hover .fa {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg)
}

.image-overlay-1:after,
.image-overlay-1:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 100;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	left: 0;
	right: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.image-overlay-1:after {
	top: -100%
}

.image-overlay-1:before {
	bottom: -100%
}

.image-overlay-1:hover:after {
	top: -50%;
	opacity: 1;
	filter: alpha(opacity=100)
}

.image-overlay-1:hover:before {
	bottom: -50%;
	opacity: 1;
	filter: alpha(opacity=100)
}

.image-plus-1 {
	position: relative
}

.image-plus-1:before {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	right: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/skins/fresh-el/../../../images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, .6)
}

.image-plus-1:hover:before {
	visibility: visible;
	opacity: .6;
	filter: alpha(opacity=60);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.image-plus-2 {
	position: relative
}

.image-plus-2:before {
	content: "";
	z-index: 199;
	top: 0;
	position: absolute;
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/skins/fresh-el/../../../images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	left: 0;
	right: auto;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-background-size: 10px 10px, 100% 100%;
	-moz-background-size: 10px 10px, 100% 100%;
	-ms-background-size: 10px 10px, 100% 100%;
	-o-background-size: 10px 10px, 100% 100%;
	background-size: 10px 10px, 100% 100%;
	-webkit-background-origin: padding-box, padding-box;
	-moz-background-origin: padding-box, padding-box;
	-ms-background-origin: padding-box, padding-box;
	-o-background-origin: padding-box, padding-box;
	background-origin: padding-box, padding-box
}

.image-plus-2:hover:before {
	opacity: .6;
	visibility: visible;
	-webkit-background-size: 60px 60px, 100% 100%;
	-moz-background-size: 60px 60px, 100% 100%;
	-ms-background-size: 60px 60px, 100% 100%;
	-o-background-size: 60px 60px, 100% 100%;
	background-size: 60px 60px, 100% 100%
}

.image-plus-3 {
	position: relative
}

.image-plus-3:before {
	content: "";
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	-webkit-transform: scale(.5) rotateX(180deg);
	-moz-transform: scale(.5) rotateX(180deg);
	-ms-transform: scale(.5) rotateX(180deg);
	-o-transform: scale(.5) rotateX(180deg);
	transform: scale(.5) rotateX(180deg);
	width: 100%;
	height: 100%;
	left: 0;
	right: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background: rgba(0, 0, 0, .8)
}

.image-plus-3:hover:before {
	visibility: visible;
	opacity: .6;
	filter: alpha(opacity=60);
	-webkit-transform: scale(1) rotateX(0);
	-moz-transform: scale(1) rotateX(0);
	-ms-transform: scale(1) rotateX(0);
	-o-transform: scale(1) rotateX(0);
	transform: scale(1) rotateX(0)
}

.icon-effect-1 {
	position: relative
}

.icon-effect-1:before {
	content: "";
	display: block;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent
}

.icon-effect-1:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1)
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@keyframes spinAround {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.ajax-loader-wapper {
	top: 50%;
	position: absolute;
	left: 50%;
	right: auto;
	margin-left: -40px;
	margin-top: -40px;
	z-index: 10
}

.ajax-loader {
	border: 1px solid #f3f3f3;
	border-radius: 50%;
	border-top: 1px solid #c00;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 1.75s linear infinite;
	animation: spin 1.75s linear infinite;
	position: relative;
	font-size: 0;
	display: inline-block
}

.content-load-more {
	position: relative
}

.ajax-loader-more {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/skins/fresh-el/../../../images/load-more.gif) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 150px;
	z-index: 999;
	background-position: center 100%;
	background-color: rgba(255, 255, 255, .4)
}

@keyframes spin {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes tbay-bottom-top {
	0 {
		transform: translateY(40px);
		opacity: 0;
		filter: alpha(opacity=0)
	}

	100% {
		transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-webkit-keyframes tbay-bottom-top {
	0% {
		-webkit-transform: translateY(40px);
		opacity: 0;
		filter: alpha(opacity=0)
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-webkit-keyframes fadeOutLeftShort {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
}

@keyframes fadeOutLeftShort {
	from {
		-webkit-transform: none;
		transform: none
	}

	to {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
}

@-webkit-keyframes fadeInLeftShort {
	from {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftShort {
	from {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes circle-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes circle-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

html {
	font-size: 14px
}

body {
	font-family: var(--tb-text-primary-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #212b36;
	overflow-x: hidden
}

.font-16 {
	font-size: 16px
}

.elementor-text-editor p,
.elementor-text-editor h1,
.elementor-text-editor h2,
.elementor-text-editor h3,
.elementor-text-editor h4,
.elementor-text-editor h5,
.elementor-text-editor h6 {
	margin: 0
}

.dropdown-menu {
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid rgba(145, 158, 171, .32);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-clip: padding-box
}

.wrapper-container {
	position: relative;
	overflow: hidden
}

.wrapper-container.offcanvas-right {
	z-index: 1001
}

.wrapper-container.boxed-layout {
	max-width: 1320px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0 0 64px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 0 64px 0 rgba(0, 0, 0, .08)
}

.woocommerce-password-strength {
	font-weight: 500;
	margin-top: 7px
}

.rev-btn,
.rev-btn:visited {
	font-family: var(--tb-text-primary-font)
}

.search-form>form {
	border: 1px solid rgba(145, 158, 171, .24);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.search-form .btn {
	background: 0 0;
	color: #212b36;
	font-size: 20px
}

.search-form .btn:hover {
	background: 0 0;
	color: #333
}

.search-form .form-control {
	border: 0
}

.rows-2 .slick-slide>div,
.rows-3 .slick-slide>div {
	margin: 0 -15px
}

.rows-2 .slick-slide>div>.item,
.rows-3 .slick-slide>div>.item {
	padding: 0 15px
}

.btn:focus {
	box-shadow: none
}

.form-control,
input#ywqa_ask_question_text {
	height: 44px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border: 1px solid rgba(145, 158, 171, .24);
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%
}

.form-control:focus,
input#ywqa_ask_question_text:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control[type=checkbox],
.form-control[type=radio],
input#ywqa_ask_question_text[type=checkbox],
input#ywqa_ask_question_text[type=radio] {
	height: initial
}

@media(max-width:1199px) {

	.form-control,
	input#ywqa_ask_question_text {
		font-size: 16px
	}
}

strong {
	font-weight: 700
}

.woocommerce form .form-row {
	padding: 3px 0;
	margin: 0 0 6px;
	flex-direction: column;
	position: relative
}

.woocommerce form .form-row textarea {
	padding-top: 10px;
	line-height: initial;
	resize: none
}

.woocommerce form .form-row label.radio {
	padding-left: 20px;
	position: relative;
	padding-right: 0
}

.woocommerce form .form-row label.radio input[type=radio] {
	position: absolute;
	top: 7px;
	left: 0;
	right: auto
}

.form-row label,
.checkbox label {
	font-weight: 500
}

.form-row .checkbox,
.checkbox .checkbox {
	margin-bottom: 0;
	margin-top: 0
}

.woocommerce form .form-row .select2-container {
	line-height: inherit;
	display: block
}

.select2-container--default .select2-selection--single {
	height: auto;
	border-color: rgba(145, 158, 171, .24);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	position: relative
}

.select2-container--default .select2-selection--single:focus {
	outline: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: static;
	border: 0;
	margin: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content: '\e604';
	font-family: 'simple-line-icons';
	font-size: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
	padding-left: 15px;
	padding-right: 20px;
	color: #000
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	font-size: 20px;
	font-weight: 400;
	margin: 0 5px
}

.select2-container--default .select2-selection--multiple {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-color: rgba(145, 158, 171, .24)
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 15px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	float: none;
	margin: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered input {
	margin: 0 !important
}

.select2-container--default .select2-selection--multiple .select2-search input {
	height: auto
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
	content: '\e607'
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
	line-height: 24px;
	padding: 14px 44px
}

.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before {
	vertical-align: middle
}

.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li {
	display: block;
	vertical-align: middle
}

.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button {
	text-transform: uppercase
}

.woocommerce .woocommerce-info a.button:after,
.woocommerce .woocommerce-message a.button:after,
.woocommerce .woocommerce-error a.button:after {
	content: "\f061";
	font-family: "FontAwesome";
	margin: 0 0 0 5px;
	line-height: 1;
	display: inline-block;
	margin-left: 5px;
	margin-right: 0;
	font-size: 12px
}

.woocommerce.single-product .woocommerce-info a.button,
.woocommerce.single-product .woocommerce-message a.button,
.woocommerce.single-product .woocommerce-error a.button {
	letter-spacing: 1.5px;
	padding: 1px 30px
}

.woocommerce .woocommerce-NoticeGroup {
	width: 100%
}

.woocommerce .woocommerce-message {
	border-top-color: var(--tb-theme-color)
}

.woocommerce .woocommerce-message:before {
	color: var(--tb-theme-color)
}

.return-to-shop {
	margin: 30px 0
}

@media(min-width:768px) {
	.return-to-shop {
		margin-bottom: 120px
	}
}

.return-to-shop a.button {
	text-transform: uppercase;
	letter-spacing: 1.5px
}

.return-to-shop a.button:before {
	content: "\f060";
	font-family: "FontAwesome";
	margin: 0 5px 0 0;
	display: inline-flex;
	align-items: center;
	line-height: 1
}

input {
	color: #212b36
}

::-webkit-input-placeholder {
	color: #919eab !important
}

:-ms-input-placeholder {
	color: #919eab !important
}

::placeholder {
	color: #919eab !important
}

input,
button,
select,
textarea {
	font-family: "Poppins";
	font-size: inherit;
	line-height: inherit
}

.center {
	text-align: center
}

.color {
	color: var(--tb-theme-color)
}

.required {
	color: red
}

.overflow-y {
	overflow-y: hidden
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}

a:hover,
a:focus {
	color: var(--tb-theme-color);
	text-decoration: none;
	outline: 0
}

a:focus {
	outline: 0;
	outline-offset: -2px
}

.page-header {
	background: 0 0;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0
}

.page-header .page-title {
	margin: 30px 0 26px;
	color: #212b36;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px
}

.page-header .taxonomy-description {
	padding-top: 0;
	padding-bottom: 30px
}

.pagination,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers,
.tbay-pagination {
	margin-top: 34px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center
}

.pagination ul.page-numbers,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers ul.page-numbers,
.tbay-pagination ul.page-numbers {
	text-align: center;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center
}

.pagination ul.page-numbers li,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers ul.page-numbers li,
.tbay-pagination ul.page-numbers li {
	float: left;
	margin: 0
}

.pagination ul.page-numbers li+li,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers ul.page-numbers li+li,
.tbay-pagination ul.page-numbers li+li {
	margin-left: 5px
}

@media(max-width:767px) {

	.pagination ul.page-numbers li,
	.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers ul.page-numbers li,
	.tbay-pagination ul.page-numbers li {
		margin-bottom: 5px
	}
}

.pagination span,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers span,
.pagination a,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a,
.tbay-pagination span,
.tbay-pagination a {
	padding: 10px 15px;
	border: 1px solid transparent;
	line-height: 1;
	font-size: 16px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: inline-block;
	margin: 0 3px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #212b36;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center
}

.pagination span.current,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers span.current,
.pagination span:hover,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers span:hover,
.pagination a.current,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a.current,
.pagination a:hover,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a:hover,
.tbay-pagination span.current,
.tbay-pagination span:hover,
.tbay-pagination a.current,
.tbay-pagination a:hover {
	background: rgba(0, 171, 85, .08);
	color: var(--tb-theme-color);
	border-color: rgba(0, 171, 85, .08)
}

.pagination span.current,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers span.current,
.pagination a.current,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a.current,
.tbay-pagination span.current,
.tbay-pagination a.current {
	font-weight: 600
}

.pagination i,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers i,
.tbay-pagination i {
	line-height: 30px;
	vertical-align: middle;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

.pagination a,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a,
.tbay-pagination a {
	color: #212b36;
	cursor: pointer
}

.pagination a.prev,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a.prev,
.pagination a.next,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a.next,
.tbay-pagination a.prev,
.tbay-pagination a.next {
	font-size: 0
}

.pagination a.prev:before,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a.prev:before,
.pagination a.next:before,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a.next:before,
.tbay-pagination a.prev:before,
.tbay-pagination a.next:before {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 3px
}

.pagination a.next:before,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a.next:before,
.tbay-pagination a.next:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.pagination a.prev:before,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers a.prev:before,
.tbay-pagination a.prev:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woocommerce-pagination {
	margin-top: 15px;
	display: block;
	text-align: right
}

.woocommerce-pagination a.button:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woocommerce-pagination a.button:after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	margin-right: 0;
	line-height: 1
}

.woocommerce-pagination a.button.woocommerce-Button--previous:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woocommerce-pagination a.button.woocommerce-Button--previous:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	margin-left: 0;
	line-height: 1
}

.woocommerce-pagination a.button.woocommerce-Button--previous:after {
	display: none
}

.no-margin {
	margin: 0 !important
}

.no-margin .pagination,
.no-margin .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .no-margin .page-numbers {
	margin: 0
}

.no-padding {
	padding: 0 !important
}

.no-position {
	position: static !important
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

	body.woocommerce .products .star-rating,
	.woocommerce .product .star-rating,
	.woocommerce .star-rating {
		width: 76px !important
	}

	.woocommerce p.stars a:before {
		width: 5em
	}
}

.greenmart-admin-icon:before {
	content: "";
	display: block;
	z-index: 1;
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/skins/fresh-el/../inc/assets/images/admin/icon-theme.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	margin-top: 1px
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

th {
	text-align: left
}

table,
table.wcv-table,
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 23px
}

table>thead>tr>th,
table.wcv-table>thead>tr>th,
table>thead>tr>td,
table.wcv-table>thead>tr>td,
table>tbody>tr>th,
table.wcv-table>tbody>tr>th,
table>tbody>tr>td,
table.wcv-table>tbody>tr>td,
table>tfoot>tr>th,
table.wcv-table>tfoot>tr>th,
table>tfoot>tr>td,
table.wcv-table>tfoot>tr>td,
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	padding: .75rem;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid rgba(145, 158, 171, .24);
	color: #212b36
}

table>thead>tr>th,
table.wcv-table>thead>tr>th,
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid rgba(145, 158, 171, .24)
}

table>caption+thead>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

table>tbody+tbody,
table.wcv-table>tbody+tbody,
.table>tbody+tbody {
	border-top: 2px solid rgba(145, 158, 171, .24)
}

table .table,
.table .table {
	background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 8px
}

table,
table.wcv-table,
.table-bordered {
	border: 1px solid rgba(145, 158, 171, .24)
}

table>thead>tr>th,
table.wcv-table>thead>tr>th,
table>thead>tr>td,
table.wcv-table>thead>tr>td,
table>tbody>tr>th,
table.wcv-table>tbody>tr>th,
table>tbody>tr>td,
table.wcv-table>tbody>tr>td,
table>tfoot>tr>th,
table.wcv-table>tfoot>tr>th,
table>tfoot>tr>td,
table.wcv-table>tfoot>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border: 1px solid rgba(145, 158, 171, .24)
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: #f5f5f5
}

.table-hover .table-active:hover {
	background-color: var(--tb-theme-color-hover)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: var(--tb-theme-color-hover)
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #dff0d8
}

.table-hover .table-success:hover {
	background-color: var(--tb-theme-color-hover)
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: var(--tb-theme-color-hover)
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #d9edf7
}

.table-hover .table-info:hover {
	background-color: var(--tb-theme-color-hover)
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: var(--tb-theme-color-hover)
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #fcf8e3
}

.table-hover .table-warning:hover {
	background-color: var(--tb-theme-color-hover)
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: var(--tb-theme-color-hover)
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f2dede
}

.table-hover .table-danger:hover {
	background-color: var(--tb-theme-color-hover)
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: var(--tb-theme-color-hover)
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 23px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid rgba(145, 158, 171, .24);
		-webkit-overflow-scrolling: touch
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--tb-text-primary-font);
	font-weight: 700;
	line-height: 1.5;
	color: #212b36
}

h3,
.h3 {
	font-size: 24px
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 23px;
	margin-bottom: 11.5px
}

h1.elementor-icon-box-title,
.h1.elementor-icon-box-title,
h2.elementor-icon-box-title,
.h2.elementor-icon-box-title,
h3.elementor-icon-box-title,
.h3.elementor-icon-box-title {
	margin-top: 3px
}

.tbay-footer h1.elementor-icon-box-title,
.tbay-footer .h1.elementor-icon-box-title,
.tbay-footer h2.elementor-icon-box-title,
.tbay-footer .h2.elementor-icon-box-title,
.tbay-footer h3.elementor-icon-box-title,
.tbay-footer .h3.elementor-icon-box-title,
.tbay_footer-template h1.elementor-icon-box-title,
.tbay_footer-template .h1.elementor-icon-box-title,
.tbay_footer-template h2.elementor-icon-box-title,
.tbay_footer-template .h2.elementor-icon-box-title,
.tbay_footer-template h3.elementor-icon-box-title,
.tbay_footer-template .h3.elementor-icon-box-title {
	margin: 0 !important
}

.footer .row .widget {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.modal-backdrop.show {
	opacity: .65;
	filter: alpha(opacity=65)
}

@media(max-width:399px) {
	.d-xxs-block {
		display: block !important
	}

	.d-xxs-none {
		display: none !important
	}
}

.elementor-widget-text-editor p {
	margin-bottom: 0
}

.new-input,
.woof_container input[type=checkbox]:not(.woof_color_term),
form.checkout input[type=radio],
form.checkout input[type=checkbox],
.woocommerce-account input[type=radio],
.woocommerce-account input[type=checkbox],
#commentform .comment-form-cookies-consent input,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio],
.woocommerce form.login p.inline>input,
.woocommerce form .form-row .woocommerce-form__input,
.woocommerce-checkout form.checkout label.checkbox input[type=checkbox],
#custom-login-wrapper #cus-rememberme,
.woocommerce .form-row #apply_for_vendor,
.woocommerce .form-row #agree_to_terms {
	/* display: none */
}

.new-input+span,
.woof_container input[type=checkbox]:not(.woof_color_term)+span,
form.checkout input[type=radio]+span,
form.checkout input[type=checkbox]+span,
.woocommerce-account input[type=radio]+span,
.woocommerce-account input[type=checkbox]+span,
#commentform .comment-form-cookies-consent input+span,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]+span,
.woocommerce form.login p.inline>input+span,
.woocommerce form .form-row .woocommerce-form__input+span,
.woocommerce-checkout form.checkout label.checkbox input[type=checkbox]+span,
#custom-login-wrapper #cus-rememberme+span,
.woocommerce .form-row #apply_for_vendor+span,
.woocommerce .form-row #agree_to_terms+span,
.new-input+label,
.woof_container input[type=checkbox]:not(.woof_color_term)+label,
form.checkout input[type=radio]+label,
form.checkout input[type=checkbox]+label,
.woocommerce-account input[type=radio]+label,
.woocommerce-account input[type=checkbox]+label,
#commentform .comment-form-cookies-consent input+label,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]+label,
.woocommerce form.login p.inline>input+label,
.woocommerce form .form-row .woocommerce-form__input+label,
.woocommerce-checkout form.checkout label.checkbox input[type=checkbox]+label,
#custom-login-wrapper #cus-rememberme+label,
.woocommerce .form-row #apply_for_vendor+label,
.woocommerce .form-row #agree_to_terms+label {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	min-height: 24px
}

.new-input+span:before,
.woof_container input[type=checkbox]:not(.woof_color_term)+span:before,
form.checkout input[type=radio]+span:before,
form.checkout input[type=checkbox]+span:before,
.woocommerce-account input[type=radio]+span:before,
.woocommerce-account input[type=checkbox]+span:before,
#commentform .comment-form-cookies-consent input+span:before,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]+span:before,
.woocommerce form.login p.inline>input+span:before,
.woocommerce form .form-row .woocommerce-form__input+span:before,
.woocommerce-checkout form.checkout label.checkbox input[type=checkbox]+span:before,
#custom-login-wrapper #cus-rememberme+span:before,
.woocommerce .form-row #apply_for_vendor+span:before,
.woocommerce .form-row #agree_to_terms+span:before,
.new-input+label:before,
.woof_container input[type=checkbox]:not(.woof_color_term)+label:before,
form.checkout input[type=radio]+label:before,
form.checkout input[type=checkbox]+label:before,
.woocommerce-account input[type=radio]+label:before,
.woocommerce-account input[type=checkbox]+label:before,
#commentform .comment-form-cookies-consent input+label:before,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]+label:before,
.woocommerce form.login p.inline>input+label:before,
.woocommerce form .form-row .woocommerce-form__input+label:before,
.woocommerce-checkout form.checkout label.checkbox input[type=checkbox]+label:before,
#custom-login-wrapper #cus-rememberme+label:before,
.woocommerce .form-row #apply_for_vendor+label:before,
.woocommerce .form-row #agree_to_terms+label:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.new-input+span:before,
.woof_container input[type=checkbox]:not(.woof_color_term)+span:before,
form.checkout input[type=radio]+span:before,
form.checkout input[type=checkbox]+span:before,
.woocommerce-account input[type=radio]+span:before,
.woocommerce-account input[type=checkbox]+span:before,
#commentform .comment-form-cookies-consent input+span:before,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]+span:before,
.woocommerce form.login p.inline>input+span:before,
.woocommerce form .form-row .woocommerce-form__input+span:before,
.woocommerce-checkout form.checkout label.checkbox input[type=checkbox]+span:before,
#custom-login-wrapper #cus-rememberme+span:before,
.woocommerce .form-row #apply_for_vendor+span:before,
.woocommerce .form-row #agree_to_terms+span:before,
.new-input+label:before,
.woof_container input[type=checkbox]:not(.woof_color_term)+label:before,
form.checkout input[type=radio]+label:before,
form.checkout input[type=checkbox]+label:before,
.woocommerce-account input[type=radio]+label:before,
.woocommerce-account input[type=checkbox]+label:before,
#commentform .comment-form-cookies-consent input+label:before,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]+label:before,
.woocommerce form.login p.inline>input+label:before,
.woocommerce form .form-row .woocommerce-form__input+label:before,
.woocommerce-checkout form.checkout label.checkbox input[type=checkbox]+label:before,
#custom-login-wrapper #cus-rememberme+label:before,
.woocommerce .form-row #apply_for_vendor+label:before,
.woocommerce .form-row #agree_to_terms+label:before {
	background: #fff;
	color: #637381;
	width: 18px;
	line-height: 18px;
	height: 18px;
	text-align: center;
	border: 2px solid #637381;
	font-weight: 700;
	display: none;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	margin-left: 12px;
	font-size: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.new-input:checked+span:before,
.woof_container input[type=checkbox]:checked:not(.woof_color_term)+span:before,
form.checkout input[type=radio]:checked+span:before,
form.checkout input[type=checkbox]:checked+span:before,
.woocommerce-account input[type=radio]:checked+span:before,
.woocommerce-account input[type=checkbox]:checked+span:before,
#commentform .comment-form-cookies-consent input:checked+span:before,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]:checked+span:before,
.woocommerce form.login p.inline>input:checked+span:before,
.woocommerce form .form-row .woocommerce-form__input:checked+span:before,
.woocommerce-checkout form.checkout label.checkbox input[type=checkbox]:checked+span:before,
#custom-login-wrapper #cus-rememberme:checked+span:before,
.woocommerce .form-row #apply_for_vendor:checked+span:before,
.woocommerce .form-row #agree_to_terms:checked+span:before,
.new-input:checked+label:before,
.woof_container input[type=checkbox]:checked:not(.woof_color_term)+label:before,
form.checkout input[type=radio]:checked+label:before,
form.checkout input[type=checkbox]:checked+label:before,
.woocommerce-account input[type=radio]:checked+label:before,
.woocommerce-account input[type=checkbox]:checked+label:before,
#commentform .comment-form-cookies-consent input:checked+label:before,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]:checked+label:before,
.woocommerce form.login p.inline>input:checked+label:before,
.woocommerce form .form-row .woocommerce-form__input:checked+label:before,
.woocommerce-checkout form.checkout label.checkbox input[type=checkbox]:checked+label:before,
#custom-login-wrapper #cus-rememberme:checked+label:before,
.woocommerce .form-row #apply_for_vendor:checked+label:before,
.woocommerce .form-row #agree_to_terms:checked+label:before,
.new-input:checked+a:before,
.woof_container input[type=checkbox]:checked:not(.woof_color_term)+a:before,
form.checkout input[type=radio]:checked+a:before,
form.checkout input[type=checkbox]:checked+a:before,
.woocommerce-account input[type=radio]:checked+a:before,
.woocommerce-account input[type=checkbox]:checked+a:before,
#commentform .comment-form-cookies-consent input:checked+a:before,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]:checked+a:before,
.woocommerce form.login p.inline>input:checked+a:before,
.woocommerce form .form-row .woocommerce-form__input:checked+a:before,
.woocommerce-checkout form.checkout label.checkbox input[type=checkbox]:checked+a:before,
#custom-login-wrapper #cus-rememberme:checked+a:before,
.woocommerce .form-row #apply_for_vendor:checked+a:before,
.woocommerce .form-row #agree_to_terms:checked+a:before {
	font-size: 10px;
	background: var(--tb-theme-color);
	color: #fff;
	border-color: var(--tb-theme-color)
}

#dokan-store-listing-filter-wrap .right .toggle-view .active {
	color: var(--tb-theme-color)
}

.position-img-left img,
.position-img-right img {
	z-index: 1
}

.has-after,
.post .entry-category.type-2 a,
#tab-questions a.back-to-product {
	position: relative
}

.has-after:after,
.post .entry-category.type-2 a:after,
#tab-questions a.back-to-product:after {
	background-color: var(--tb-theme-color);
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	pointer-events: none;
	position: absolute;
	top: 100%;
	right: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .15s cubic-bezier(.39, .575, .565, 1);
	-o-transition: all .15s cubic-bezier(.39, .575, .565, 1);
	transition: all .15s cubic-bezier(.39, .575, .565, 1);
	transition-property: opacity, transform;
	width: 100%
}

.has-after:hover,
.post .entry-category.type-2 a:hover,
#tab-questions a.back-to-product:hover {
	color: var(--tb-theme-color)
}

.has-after:hover:after,
.post .entry-category.type-2 a:hover:after,
#tab-questions a.back-to-product:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	transition-delay: .1s;
	transition-duration: .15s;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px)
}

.btn-theme,
.btn-default,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce-pagination a.button,
.woof_container_inner_tags ul.woof_list label,
.widget_price_filter .price_slider_amount .button,
.show-view-all a,
.tbay-element-banner .banner-content .style-btn,
.tbay-element-newsletter button[type=submit],
.widget-newletter button[type=submit],
.btn-view-all,
#tbay-cart-modal .popup-cart .main-content .button,
.post .entry-category.type-1 a,
.entry-single .entry-description a,
.post-password-form input[type=submit],
#comments #respond .form-submit input,
#reviews #respond .form-submit input,
body table.compare-list .add-to-cart td .add-cart a,
.yith-quick-view-content.woocommerce div.summary button.button.alt,
input#ywqa-submit-question,
div#new-answer-header .ywqa_submit_answer,
table.wishlist_table td.product-add-to-cart .add-cart a,
.wishlist_table.mobile .product-add-to-cart .add-cart a,
.woocommerce button.button,
.woocommerce a.button.wc-backward,
.woocommerce a.woocommerce-button.view,
.woocommerce button.button[name=track],
.woocommerce #respond input#submit,
.woocommerce input.button,
.woocommerce div.product .entry-summary .single_add_to_cart_button,
.woocommerce div.product .entry-summary .tbay-buy-now,
.singular-shop .tbay-modalButton,
#shop-now.has-buy-now .tbay-buy-now,
#sticky-menu-bar #sticky-custom-add-to-cart,
#add_payment_method .btn,
.woocommerce-cart .btn,
.woocommerce-checkout .btn,
.woocommerce .cart_totals .checkout-button,
.woocommerce .order-again>a.button,
.woocommerce-order-received .woocommerce-order table.shop_table thead tr td.order-actions a.button,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td.order-actions a.button,
.woocommerce-order-received .order-again a,
#custom-register input.submit_button,
#custom-login input.submit_button,
.woocommerce-button.button.request_warranty,
.order_details .review_link_data_wappers .button,
#sidebar-shop-left>aside.mvx-vproduct-search button[type=submit],
.woocommerce a.goto_more_offer_tab.button,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container a.button,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap a.button,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap a.button,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main a.button,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main a.button,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store a.button,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store a.button,
.tab-full .ajax_loader_class_msg~.container a.button,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap a.button,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap a.button,
.tab-full .dokan-store .ajax_loader_class_msg~#main a.button,
.dokan-store .tab-full .ajax_loader_class_msg~#main a.button,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store a.button,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store a.button,
.woocommerce .woocommerce-tabs-full .tab-full .container a.button,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap a.button,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap a.button,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main a.button,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main a.button,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store a.button,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store a.button,
#main-mvx input.mvx_load_more,
#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit],
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button,
.wcfm_popup_wrapper .wcfm_popup_button,
#wcfmmp-store #reviews .add_review button,
.woocommerce .form-row input[name=apply_for_vendor_submit],
form.wcv-form .wcv-button[type=submit],
.dashboard .wcv-dashboard-navigation~form input[type=submit],
.shop_settings input[name=vendor_application_submit],
form[name=export_orders] input,
form[name=export_orders]~table.table .order-comments input.btn,
.wcvendors-pro-dashboard-wrapper a.button,
.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button,
.wcvendors-pro-dashboard-wrapper input#update_button,
.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button,
.wcv-form .control-group .control>input.wcv-button:not(#clear_button),
.wcv-order-header .wcv-form .control>input#clear_button,
table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit],
table.wcvendors-table-order form #tracking_number_save_button,
form#wcv-store-settings input#store_save_button,
.wcv_store_search form input[type=submit],
.wcv_vendor_search form input[type=submit],
.vendor_list a.button,
.wcv-dashboard-navigation ul>li>a.button,
.woocommerce input[name=vendor_application_submit],
#wcv_pro_quick_contact_form input[type=submit] {
	border: 0;
	padding: 0 15px;
	font-weight: 700;
	line-height: 36px;
	font-size: 14px;
	background: var(--tb-theme-color);
	color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block;
	letter-spacing: 0;
	text-align: center;
	border: 1px solid transparent
}

.btn-theme:hover,
.btn-default:hover,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce .woocommerce-error a.button:hover,
.woocommerce-pagination a.button:hover,
.woof_container_inner_tags ul.woof_list label:hover,
.widget_price_filter .price_slider_amount .button:hover,
.show-view-all a:hover,
.tbay-element-banner .banner-content .style-btn:hover,
.tbay-element-newsletter button[type=submit]:hover,
.widget-newletter button[type=submit]:hover,
.btn-view-all:hover,
#tbay-cart-modal .popup-cart .main-content .button:hover,
.post .entry-category.type-1 a:hover,
.entry-single .entry-description a:hover,
.post-password-form input[type=submit]:hover,
#comments #respond .form-submit input:hover,
#reviews #respond .form-submit input:hover,
body table.compare-list .add-to-cart td .add-cart a:hover,
.yith-quick-view-content.woocommerce div.summary button.button.alt:hover,
input#ywqa-submit-question:hover,
div#new-answer-header .ywqa_submit_answer:hover,
table.wishlist_table td.product-add-to-cart .add-cart a:hover,
.wishlist_table.mobile .product-add-to-cart .add-cart a:hover,
.woocommerce button.button:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce a.woocommerce-button.view:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover,
.woocommerce div.product .entry-summary .single_add_to_cart_button:hover,
.woocommerce div.product .entry-summary .tbay-buy-now:hover,
.singular-shop .tbay-modalButton:hover,
#shop-now.has-buy-now .tbay-buy-now:hover,
#sticky-menu-bar #sticky-custom-add-to-cart:hover,
#add_payment_method .btn:hover,
.woocommerce-cart .btn:hover,
.woocommerce-checkout .btn:hover,
.woocommerce .cart_totals .checkout-button:hover,
.woocommerce .order-again>a.button:hover,
.woocommerce-order-received .woocommerce-order table.shop_table thead tr td.order-actions a.button:hover,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td.order-actions a.button:hover,
.woocommerce-order-received .order-again a:hover,
#custom-register input.submit_button:hover,
#custom-login input.submit_button:hover,
.woocommerce-button.button.request_warranty:hover,
.order_details .review_link_data_wappers .button:hover,
#sidebar-shop-left>aside.mvx-vproduct-search button[type=submit]:hover,
.woocommerce a.goto_more_offer_tab.button:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container a.button:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap a.button:hover,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap a.button:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main a.button:hover,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main a.button:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store a.button:hover,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store a.button:hover,
.tab-full .ajax_loader_class_msg~.container a.button:hover,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap a.button:hover,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap a.button:hover,
.tab-full .dokan-store .ajax_loader_class_msg~#main a.button:hover,
.dokan-store .tab-full .ajax_loader_class_msg~#main a.button:hover,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store a.button:hover,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store a.button:hover,
.woocommerce .woocommerce-tabs-full .tab-full .container a.button:hover,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap a.button:hover,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap a.button:hover,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main a.button:hover,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main a.button:hover,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store a.button:hover,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store a.button:hover,
#main-mvx input.mvx_load_more:hover,
#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]:hover,
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:hover,
.wcfm_popup_wrapper .wcfm_popup_button:hover,
#wcfmmp-store #reviews .add_review button:hover,
.woocommerce .form-row input[name=apply_for_vendor_submit]:hover,
form.wcv-form .wcv-button[type=submit]:hover,
.dashboard .wcv-dashboard-navigation~form input[type=submit]:hover,
.shop_settings input[name=vendor_application_submit]:hover,
form[name=export_orders] input:hover,
form[name=export_orders]~table.table .order-comments input.btn:hover,
.wcvendors-pro-dashboard-wrapper a.button:hover,
.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover,
.wcvendors-pro-dashboard-wrapper input#update_button:hover,
.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:hover,
.wcv-form .control-group .control>input.wcv-button:hover:not(#clear_button),
.wcv-order-header .wcv-form .control>input#clear_button:hover,
table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit]:hover,
table.wcvendors-table-order form #tracking_number_save_button:hover,
form#wcv-store-settings input#store_save_button:hover,
.wcv_store_search form input[type=submit]:hover,
.wcv_vendor_search form input[type=submit]:hover,
.vendor_list a.button:hover,
.wcv-dashboard-navigation ul>li>a.button:hover,
.woocommerce input[name=vendor_application_submit]:hover,
#wcv_pro_quick_contact_form input[type=submit]:hover,
.btn-theme:focus,
.btn-default:focus,
.woocommerce .woocommerce-info a.button:focus,
.woocommerce .woocommerce-message a.button:focus,
.woocommerce .woocommerce-error a.button:focus,
.woocommerce-pagination a.button:focus,
.woof_container_inner_tags ul.woof_list label:focus,
.widget_price_filter .price_slider_amount .button:focus,
.show-view-all a:focus,
.tbay-element-banner .banner-content .style-btn:focus,
.tbay-element-newsletter button[type=submit]:focus,
.widget-newletter button[type=submit]:focus,
.btn-view-all:focus,
#tbay-cart-modal .popup-cart .main-content .button:focus,
.post .entry-category.type-1 a:focus,
.entry-single .entry-description a:focus,
.post-password-form input[type=submit]:focus,
#comments #respond .form-submit input:focus,
#reviews #respond .form-submit input:focus,
body table.compare-list .add-to-cart td .add-cart a:focus,
.yith-quick-view-content.woocommerce div.summary button.button.alt:focus,
input#ywqa-submit-question:focus,
div#new-answer-header .ywqa_submit_answer:focus,
table.wishlist_table td.product-add-to-cart .add-cart a:focus,
.wishlist_table.mobile .product-add-to-cart .add-cart a:focus,
.woocommerce button.button:focus,
.woocommerce a.button.wc-backward:focus,
.woocommerce a.woocommerce-button.view:focus,
.woocommerce #respond input#submit:focus,
.woocommerce input.button:focus,
.woocommerce div.product .entry-summary .single_add_to_cart_button:focus,
.woocommerce div.product .entry-summary .tbay-buy-now:focus,
.singular-shop .tbay-modalButton:focus,
#shop-now.has-buy-now .tbay-buy-now:focus,
#sticky-menu-bar #sticky-custom-add-to-cart:focus,
#add_payment_method .btn:focus,
.woocommerce-cart .btn:focus,
.woocommerce-checkout .btn:focus,
.woocommerce .cart_totals .checkout-button:focus,
.woocommerce .order-again>a.button:focus,
.woocommerce-order-received .woocommerce-order table.shop_table thead tr td.order-actions a.button:focus,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td.order-actions a.button:focus,
.woocommerce-order-received .order-again a:focus,
#custom-register input.submit_button:focus,
#custom-login input.submit_button:focus,
.woocommerce-button.button.request_warranty:focus,
.order_details .review_link_data_wappers .button:focus,
#sidebar-shop-left>aside.mvx-vproduct-search button[type=submit]:focus,
.woocommerce a.goto_more_offer_tab.button:focus,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container a.button:focus,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap a.button:focus,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap a.button:focus,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main a.button:focus,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main a.button:focus,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store a.button:focus,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store a.button:focus,
.tab-full .ajax_loader_class_msg~.container a.button:focus,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap a.button:focus,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap a.button:focus,
.tab-full .dokan-store .ajax_loader_class_msg~#main a.button:focus,
.dokan-store .tab-full .ajax_loader_class_msg~#main a.button:focus,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store a.button:focus,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store a.button:focus,
.woocommerce .woocommerce-tabs-full .tab-full .container a.button:focus,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap a.button:focus,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap a.button:focus,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main a.button:focus,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main a.button:focus,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store a.button:focus,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store a.button:focus,
#main-mvx input.mvx_load_more:focus,
#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]:focus,
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:focus,
.wcfm_popup_wrapper .wcfm_popup_button:focus,
#wcfmmp-store #reviews .add_review button:focus,
.woocommerce .form-row input[name=apply_for_vendor_submit]:focus,
form.wcv-form .wcv-button[type=submit]:focus,
.dashboard .wcv-dashboard-navigation~form input[type=submit]:focus,
.shop_settings input[name=vendor_application_submit]:focus,
form[name=export_orders] input:focus,
form[name=export_orders]~table.table .order-comments input.btn:focus,
.wcvendors-pro-dashboard-wrapper a.button:focus,
.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:focus,
.wcvendors-pro-dashboard-wrapper input#update_button:focus,
.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:focus,
.wcv-form .control-group .control>input.wcv-button:focus:not(#clear_button),
.wcv-order-header .wcv-form .control>input#clear_button:focus,
table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit]:focus,
table.wcvendors-table-order form #tracking_number_save_button:focus,
form#wcv-store-settings input#store_save_button:focus,
.wcv_store_search form input[type=submit]:focus,
.wcv_vendor_search form input[type=submit]:focus,
.vendor_list a.button:focus,
.wcv-dashboard-navigation ul>li>a.button:focus,
.woocommerce input[name=vendor_application_submit]:focus,
#wcv_pro_quick_contact_form input[type=submit]:focus {
	background: var(--tb-theme-color-hover);
	color: #fff;
	border-color: var(--tb-theme-color-hover)
}

.btn-theme:hover,
.btn-default:hover,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce .woocommerce-error a.button:hover,
.woocommerce-pagination a.button:hover,
.woof_container_inner_tags ul.woof_list label:hover,
.widget_price_filter .price_slider_amount .button:hover,
.show-view-all a:hover,
.tbay-element-banner .banner-content .style-btn:hover,
.tbay-element-newsletter button[type=submit]:hover,
.widget-newletter button[type=submit]:hover,
.btn-view-all:hover,
#tbay-cart-modal .popup-cart .main-content .button:hover,
.post .entry-category.type-1 a:hover,
.entry-single .entry-description a:hover,
.post-password-form input[type=submit]:hover,
#comments #respond .form-submit input:hover,
#reviews #respond .form-submit input:hover,
body table.compare-list .add-to-cart td .add-cart a:hover,
.yith-quick-view-content.woocommerce div.summary button.button.alt:hover,
input#ywqa-submit-question:hover,
div#new-answer-header .ywqa_submit_answer:hover,
table.wishlist_table td.product-add-to-cart .add-cart a:hover,
.wishlist_table.mobile .product-add-to-cart .add-cart a:hover,
.woocommerce button.button:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce a.woocommerce-button.view:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover,
.woocommerce div.product .entry-summary .single_add_to_cart_button:hover,
.woocommerce div.product .entry-summary .tbay-buy-now:hover,
.singular-shop .tbay-modalButton:hover,
#shop-now.has-buy-now .tbay-buy-now:hover,
#sticky-menu-bar #sticky-custom-add-to-cart:hover,
#add_payment_method .btn:hover,
.woocommerce-cart .btn:hover,
.woocommerce-checkout .btn:hover,
.woocommerce .cart_totals .checkout-button:hover,
.woocommerce .order-again>a.button:hover,
.woocommerce-order-received .woocommerce-order table.shop_table thead tr td.order-actions a.button:hover,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td.order-actions a.button:hover,
.woocommerce-order-received .order-again a:hover,
#custom-register input.submit_button:hover,
#custom-login input.submit_button:hover,
.woocommerce-button.button.request_warranty:hover,
.order_details .review_link_data_wappers .button:hover,
#sidebar-shop-left>aside.mvx-vproduct-search button[type=submit]:hover,
.woocommerce a.goto_more_offer_tab.button:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container a.button:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap a.button:hover,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap a.button:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main a.button:hover,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main a.button:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store a.button:hover,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store a.button:hover,
.tab-full .ajax_loader_class_msg~.container a.button:hover,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap a.button:hover,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap a.button:hover,
.tab-full .dokan-store .ajax_loader_class_msg~#main a.button:hover,
.dokan-store .tab-full .ajax_loader_class_msg~#main a.button:hover,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store a.button:hover,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store a.button:hover,
.woocommerce .woocommerce-tabs-full .tab-full .container a.button:hover,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap a.button:hover,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap a.button:hover,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main a.button:hover,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main a.button:hover,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store a.button:hover,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store a.button:hover,
#main-mvx input.mvx_load_more:hover,
#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]:hover,
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:hover,
.wcfm_popup_wrapper .wcfm_popup_button:hover,
#wcfmmp-store #reviews .add_review button:hover,
.woocommerce .form-row input[name=apply_for_vendor_submit]:hover,
form.wcv-form .wcv-button[type=submit]:hover,
.dashboard .wcv-dashboard-navigation~form input[type=submit]:hover,
.shop_settings input[name=vendor_application_submit]:hover,
form[name=export_orders] input:hover,
form[name=export_orders]~table.table .order-comments input.btn:hover,
.wcvendors-pro-dashboard-wrapper a.button:hover,
.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover,
.wcvendors-pro-dashboard-wrapper input#update_button:hover,
.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:hover,
.wcv-form .control-group .control>input.wcv-button:hover:not(#clear_button),
.wcv-order-header .wcv-form .control>input#clear_button:hover,
table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit]:hover,
table.wcvendors-table-order form #tracking_number_save_button:hover,
form#wcv-store-settings input#store_save_button:hover,
.wcv_store_search form input[type=submit]:hover,
.wcv_vendor_search form input[type=submit]:hover,
.vendor_list a.button:hover,
.wcv-dashboard-navigation ul>li>a.button:hover,
.woocommerce input[name=vendor_application_submit]:hover,
#wcv_pro_quick_contact_form input[type=submit]:hover,
.btn-theme:focus,
.btn-default:focus,
.woocommerce .woocommerce-info a.button:focus,
.woocommerce .woocommerce-message a.button:focus,
.woocommerce .woocommerce-error a.button:focus,
.woocommerce-pagination a.button:focus,
.woof_container_inner_tags ul.woof_list label:focus,
.widget_price_filter .price_slider_amount .button:focus,
.show-view-all a:focus,
.tbay-element-banner .banner-content .style-btn:focus,
.tbay-element-newsletter button[type=submit]:focus,
.widget-newletter button[type=submit]:focus,
.btn-view-all:focus,
#tbay-cart-modal .popup-cart .main-content .button:focus,
.post .entry-category.type-1 a:focus,
.entry-single .entry-description a:focus,
.post-password-form input[type=submit]:focus,
#comments #respond .form-submit input:focus,
#reviews #respond .form-submit input:focus,
body table.compare-list .add-to-cart td .add-cart a:focus,
.yith-quick-view-content.woocommerce div.summary button.button.alt:focus,
input#ywqa-submit-question:focus,
div#new-answer-header .ywqa_submit_answer:focus,
table.wishlist_table td.product-add-to-cart .add-cart a:focus,
.wishlist_table.mobile .product-add-to-cart .add-cart a:focus,
.woocommerce button.button:focus,
.woocommerce a.button.wc-backward:focus,
.woocommerce a.woocommerce-button.view:focus,
.woocommerce #respond input#submit:focus,
.woocommerce input.button:focus,
.woocommerce div.product .entry-summary .single_add_to_cart_button:focus,
.woocommerce div.product .entry-summary .tbay-buy-now:focus,
.singular-shop .tbay-modalButton:focus,
#shop-now.has-buy-now .tbay-buy-now:focus,
#sticky-menu-bar #sticky-custom-add-to-cart:focus,
#add_payment_method .btn:focus,
.woocommerce-cart .btn:focus,
.woocommerce-checkout .btn:focus,
.woocommerce .cart_totals .checkout-button:focus,
.woocommerce .order-again>a.button:focus,
.woocommerce-order-received .woocommerce-order table.shop_table thead tr td.order-actions a.button:focus,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td.order-actions a.button:focus,
.woocommerce-order-received .order-again a:focus,
#custom-register input.submit_button:focus,
#custom-login input.submit_button:focus,
.woocommerce-button.button.request_warranty:focus,
.order_details .review_link_data_wappers .button:focus,
#sidebar-shop-left>aside.mvx-vproduct-search button[type=submit]:focus,
.woocommerce a.goto_more_offer_tab.button:focus,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container a.button:focus,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap a.button:focus,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap a.button:focus,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main a.button:focus,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main a.button:focus,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store a.button:focus,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store a.button:focus,
.tab-full .ajax_loader_class_msg~.container a.button:focus,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap a.button:focus,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap a.button:focus,
.tab-full .dokan-store .ajax_loader_class_msg~#main a.button:focus,
.dokan-store .tab-full .ajax_loader_class_msg~#main a.button:focus,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store a.button:focus,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store a.button:focus,
.woocommerce .woocommerce-tabs-full .tab-full .container a.button:focus,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap a.button:focus,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap a.button:focus,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main a.button:focus,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main a.button:focus,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store a.button:focus,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store a.button:focus,
#main-mvx input.mvx_load_more:focus,
#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]:focus,
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:focus,
.wcfm_popup_wrapper .wcfm_popup_button:focus,
#wcfmmp-store #reviews .add_review button:focus,
.woocommerce .form-row input[name=apply_for_vendor_submit]:focus,
form.wcv-form .wcv-button[type=submit]:focus,
.dashboard .wcv-dashboard-navigation~form input[type=submit]:focus,
.shop_settings input[name=vendor_application_submit]:focus,
form[name=export_orders] input:focus,
form[name=export_orders]~table.table .order-comments input.btn:focus,
.wcvendors-pro-dashboard-wrapper a.button:focus,
.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:focus,
.wcvendors-pro-dashboard-wrapper input#update_button:focus,
.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:focus,
.wcv-form .control-group .control>input.wcv-button:focus:not(#clear_button),
.wcv-order-header .wcv-form .control>input#clear_button:focus,
table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit]:focus,
table.wcvendors-table-order form #tracking_number_save_button:focus,
form#wcv-store-settings input#store_save_button:focus,
.wcv_store_search form input[type=submit]:focus,
.wcv_vendor_search form input[type=submit]:focus,
.vendor_list a.button:focus,
.wcv-dashboard-navigation ul>li>a.button:focus,
.woocommerce input[name=vendor_application_submit]:focus,
#wcv_pro_quick_contact_form input[type=submit]:focus,
.btn-theme:active:hover,
.btn-default:active:hover,
.woocommerce .woocommerce-info a.button:active:hover,
.woocommerce .woocommerce-message a.button:active:hover,
.woocommerce .woocommerce-error a.button:active:hover,
.woocommerce-pagination a.button:active:hover,
.woof_container_inner_tags ul.woof_list label:active:hover,
.widget_price_filter .price_slider_amount .button:active:hover,
.show-view-all a:active:hover,
.tbay-element-banner .banner-content .style-btn:active:hover,
.tbay-element-newsletter button[type=submit]:active:hover,
.widget-newletter button[type=submit]:active:hover,
.btn-view-all:active:hover,
#tbay-cart-modal .popup-cart .main-content .button:active:hover,
.post .entry-category.type-1 a:active:hover,
.entry-single .entry-description a:active:hover,
.post-password-form input[type=submit]:active:hover,
#comments #respond .form-submit input:active:hover,
#reviews #respond .form-submit input:active:hover,
body table.compare-list .add-to-cart td .add-cart a:active:hover,
.yith-quick-view-content.woocommerce div.summary button.button.alt:active:hover,
input#ywqa-submit-question:active:hover,
div#new-answer-header .ywqa_submit_answer:active:hover,
table.wishlist_table td.product-add-to-cart .add-cart a:active:hover,
.wishlist_table.mobile .product-add-to-cart .add-cart a:active:hover,
.woocommerce button.button:active:hover,
.woocommerce a.button.wc-backward:active:hover,
.woocommerce a.woocommerce-button.view:active:hover,
.woocommerce #respond input#submit:active:hover,
.woocommerce input.button:active:hover,
.woocommerce div.product .entry-summary .single_add_to_cart_button:active:hover,
.woocommerce div.product .entry-summary .tbay-buy-now:active:hover,
.singular-shop .tbay-modalButton:active:hover,
#shop-now.has-buy-now .tbay-buy-now:active:hover,
#sticky-menu-bar #sticky-custom-add-to-cart:active:hover,
#add_payment_method .btn:active:hover,
.woocommerce-cart .btn:active:hover,
.woocommerce-checkout .btn:active:hover,
.woocommerce .cart_totals .checkout-button:active:hover,
.woocommerce .order-again>a.button:active:hover,
.woocommerce-order-received .woocommerce-order table.shop_table thead tr td.order-actions a.button:active:hover,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td.order-actions a.button:active:hover,
.woocommerce-order-received .order-again a:active:hover,
#custom-register input.submit_button:active:hover,
#custom-login input.submit_button:active:hover,
.woocommerce-button.button.request_warranty:active:hover,
.order_details .review_link_data_wappers .button:active:hover,
#sidebar-shop-left>aside.mvx-vproduct-search button[type=submit]:active:hover,
.woocommerce a.goto_more_offer_tab.button:active:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container a.button:active:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap a.button:active:hover,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap a.button:active:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main a.button:active:hover,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main a.button:active:hover,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store a.button:active:hover,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store a.button:active:hover,
.tab-full .ajax_loader_class_msg~.container a.button:active:hover,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap a.button:active:hover,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap a.button:active:hover,
.tab-full .dokan-store .ajax_loader_class_msg~#main a.button:active:hover,
.dokan-store .tab-full .ajax_loader_class_msg~#main a.button:active:hover,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store a.button:active:hover,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store a.button:active:hover,
.woocommerce .woocommerce-tabs-full .tab-full .container a.button:active:hover,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap a.button:active:hover,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap a.button:active:hover,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main a.button:active:hover,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main a.button:active:hover,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store a.button:active:hover,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store a.button:active:hover,
#main-mvx input.mvx_load_more:active:hover,
#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]:active:hover,
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:active:hover,
.wcfm_popup_wrapper .wcfm_popup_button:active:hover,
#wcfmmp-store #reviews .add_review button:active:hover,
.woocommerce .form-row input[name=apply_for_vendor_submit]:active:hover,
form.wcv-form .wcv-button[type=submit]:active:hover,
.dashboard .wcv-dashboard-navigation~form input[type=submit]:active:hover,
.shop_settings input[name=vendor_application_submit]:active:hover,
form[name=export_orders] input:active:hover,
form[name=export_orders]~table.table .order-comments input.btn:active:hover,
.wcvendors-pro-dashboard-wrapper a.button:active:hover,
.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:active:hover,
.wcvendors-pro-dashboard-wrapper input#update_button:active:hover,
.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:active:hover,
.wcv-form .control-group .control>input.wcv-button:active:hover:not(#clear_button),
.wcv-order-header .wcv-form .control>input#clear_button:active:hover,
table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit]:active:hover,
table.wcvendors-table-order form #tracking_number_save_button:active:hover,
form#wcv-store-settings input#store_save_button:active:hover,
.wcv_store_search form input[type=submit]:active:hover,
.wcv_vendor_search form input[type=submit]:active:hover,
.vendor_list a.button:active:hover,
.wcv-dashboard-navigation ul>li>a.button:active:hover,
.woocommerce input[name=vendor_application_submit]:active:hover,
#wcv_pro_quick_contact_form input[type=submit]:active:hover {
	outline: 0
}

.btn-theme i,
.btn-default i,
.woocommerce .woocommerce-info a.button i,
.woocommerce .woocommerce-message a.button i,
.woocommerce .woocommerce-error a.button i,
.woocommerce-pagination a.button i,
.woof_container_inner_tags ul.woof_list label i,
.widget_price_filter .price_slider_amount .button i,
.show-view-all a i,
.tbay-element-banner .banner-content .style-btn i,
.tbay-element-newsletter button[type=submit] i,
.widget-newletter button[type=submit] i,
.btn-view-all i,
#tbay-cart-modal .popup-cart .main-content .button i,
.post .entry-category.type-1 a i,
.entry-single .entry-description a i,
.post-password-form input[type=submit] i,
#comments #respond .form-submit input i,
#reviews #respond .form-submit input i,
body table.compare-list .add-to-cart td .add-cart a i,
.yith-quick-view-content.woocommerce div.summary button.button.alt i,
input#ywqa-submit-question i,
div#new-answer-header .ywqa_submit_answer i,
table.wishlist_table td.product-add-to-cart .add-cart a i,
.wishlist_table.mobile .product-add-to-cart .add-cart a i,
.woocommerce button.button i,
.woocommerce a.button.wc-backward i,
.woocommerce a.woocommerce-button.view i,
.woocommerce button.button[name=track] i,
.woocommerce #respond input#submit i,
.woocommerce input.button i,
.woocommerce div.product .entry-summary .single_add_to_cart_button i,
.woocommerce div.product .entry-summary .tbay-buy-now i,
.singular-shop .tbay-modalButton i,
#shop-now.has-buy-now .tbay-buy-now i,
#sticky-menu-bar #sticky-custom-add-to-cart i,
#add_payment_method .btn i,
.woocommerce-cart .btn i,
.woocommerce-checkout .btn i,
.woocommerce .cart_totals .checkout-button i,
.woocommerce .order-again>a.button i,
.woocommerce-order-received .woocommerce-order table.shop_table thead tr td.order-actions a.button i,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td.order-actions a.button i,
.woocommerce-order-received .order-again a i,
#custom-register input.submit_button i,
#custom-login input.submit_button i,
.woocommerce-button.button.request_warranty i,
.order_details .review_link_data_wappers .button i,
#sidebar-shop-left>aside.mvx-vproduct-search button[type=submit] i,
.woocommerce a.goto_more_offer_tab.button i,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container a.button i,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap a.button i,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap a.button i,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main a.button i,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main a.button i,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store a.button i,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store a.button i,
.tab-full .ajax_loader_class_msg~.container a.button i,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap a.button i,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap a.button i,
.tab-full .dokan-store .ajax_loader_class_msg~#main a.button i,
.dokan-store .tab-full .ajax_loader_class_msg~#main a.button i,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store a.button i,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store a.button i,
.woocommerce .woocommerce-tabs-full .tab-full .container a.button i,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap a.button i,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap a.button i,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main a.button i,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main a.button i,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store a.button i,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store a.button i,
#main-mvx input.mvx_load_more i,
#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit] i,
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button i,
.wcfm_popup_wrapper .wcfm_popup_button i,
#wcfmmp-store #reviews .add_review button i,
.woocommerce .form-row input[name=apply_for_vendor_submit] i,
form.wcv-form .wcv-button[type=submit] i,
.dashboard .wcv-dashboard-navigation~form input[type=submit] i,
.shop_settings input[name=vendor_application_submit] i,
form[name=export_orders] input i,
form[name=export_orders]~table.table .order-comments input.btn i,
.wcvendors-pro-dashboard-wrapper a.button i,
.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button i,
.wcvendors-pro-dashboard-wrapper input#update_button i,
.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button i,
.wcv-form .control-group .control>input.wcv-button:not(#clear_button) i,
.wcv-order-header .wcv-form .control>input#clear_button i,
table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit] i,
table.wcvendors-table-order form #tracking_number_save_button i,
form#wcv-store-settings input#store_save_button i,
.wcv_store_search form input[type=submit] i,
.wcv_vendor_search form input[type=submit] i,
.vendor_list a.button i,
.wcv-dashboard-navigation ul>li>a.button i,
.woocommerce input[name=vendor_application_submit] i,
#wcv_pro_quick_contact_form input[type=submit] i {
	margin-right: 7px;
	margin-left: 0;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle
}

button.btn-close,
.widget_greenmart_popup_newsletter .popup-content>a {
	position: absolute;
	top: -21px;
	right: -35px;
	left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	width: 25px;
	height: 25px;
	opacity: 1;
	filter: alpha(opacity=100);
	text-align: center;
	padding: 0;
	z-index: 1111;
	color: #fff
}

button.btn-close i,
.widget_greenmart_popup_newsletter .popup-content>a i {
	font-size: 29px;
	font-weight: 400;
	line-height: 23px;
	width: 25px;
	display: inline-block
}

button.btn-close:hover,
.widget_greenmart_popup_newsletter .popup-content>a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: var(--tb-theme-color)
}

.title-base,
.questions-section h3,
#review_form_wrapper .comment-reply-title,
.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2,
.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2,
.panel h2,
.panel h3,
.panel h4 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	margin: 0;
	color: #0b132b
}

@media(max-width:399px) {

	.title-base,
	.questions-section h3,
	#review_form_wrapper .comment-reply-title,
	.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2,
	.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2,
	.panel h2,
	.panel h3,
	.panel h4 {
		line-height: 28px
	}
}

.item-absolute,
.footer-device-mobile>* a span.icon .count,
.footer-device-mobile>* a span.icon .mini-cart-items,
.footer-device-mobile>* a span.icon .mini-cart-items-static,
.topbar-device-mobile .device-cart a .mini-cart-items,
.topbar-device-mobile .device-cart a .mini-cart-items-static {
	font-size: 12px;
	line-height: 18px;
	min-width: 22px;
	min-height: 22px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-weight: 600;
	border: 2px solid #fff;
	background: var(--tb-color-second);
	color: #212b36
}

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

	.container,
	.dokan-dashboard .dokan-dashboard-wrap,
	.dokan-store #main,
	.wcfmmp-store-page #wcfmmp-store,
	.dokan-dashboard .dokan-dashboard-wrap,
	.dokan-store #main,
	#wcfm-main-contentainer .wcfm-membership-wrapper,
	.wcfmmp-store-page #wcfmmp-store {
		width: 750px;
		max-width: 750px;
		margin: auto
	}
}

@media(min-width:992px) and (max-width:1199px) {

	.container,
	.dokan-dashboard .dokan-dashboard-wrap,
	.dokan-store #main,
	.wcfmmp-store-page #wcfmmp-store,
	.dokan-dashboard .dokan-dashboard-wrap,
	.dokan-store #main,
	#wcfm-main-contentainer .wcfm-membership-wrapper,
	.wcfmmp-store-page #wcfmmp-store {
		width: 970px;
		max-width: 970px;
		margin: auto
	}
}

@media(min-width:1200px) {

	.container,
	.dokan-dashboard .dokan-dashboard-wrap,
	.dokan-store #main,
	.wcfmmp-store-page #wcfmmp-store,
	.dokan-dashboard .dokan-dashboard-wrap,
	.dokan-store #main,
	#wcfm-main-contentainer .wcfm-membership-wrapper,
	.wcfmmp-store-page #wcfmmp-store {
		width: 1200px;
		max-width: 1200px;
		margin: auto
	}
}

.tbay-element-products-width-banner .image-products {
	float: left
}

.tbay-element-products-width-banner .image-products+div.products-width-banner {
	float: right
}

.tbay-search-form {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.tbay-search-form .btn {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.tbay-search-form .input-group {
	align-items: center
}

.tbay-search-form.load .input-group:after {
	height: 100%;
	content: "";
	position: absolute;
	z-index: 99;
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/skins/fresh-el/../../../images/preloader.gif) no-repeat 100% center;
	background-size: 20px;
	width: 100%;
	right: 45px;
	left: auto;
	top: 0;
	pointer-events: none
}

.tbay-search-form .form-group {
	margin-bottom: 0
}

.tbay-search-form .form-group .input-group {
	width: 100%;
	border: 0;
	background: #fff;
	max-width: 100%
}

.tbay-search-form .SumoSelect {
	width: auto;
	display: block;
	line-height: 44px
}

.tbay-search-form .SumoSelect.open>.CaptionCont,
.tbay-search-form .SumoSelect:focus>.CaptionCont,
.tbay-search-form .SumoSelect:hover>.CaptionCont {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.tbay-search-form .SumoSelect>.CaptionCont>label:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-search-form .SumoSelect>.CaptionCont>label:after {
	position: absolute;
	font-size: 15px;
	display: block;
	color: #212b36
}

.tbay-search-form .SumoSelect>.CaptionCont>label>i {
	background-image: none;
	position: static;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	height: auto;
	text-align: center;
	line-height: 1
}

.tbay-search-form .SumoSelect>.optWrapper>.options li.opt {
	padding: 0 0 0 12px
}

.tbay-search-form .select-category {
	background-color: #fff;
	border: 0;
	padding: 0;
	font-size: inherit;
	line-height: 42px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	max-width: 50%
}

.tbay-search-form .select-category.input-group-addon {
	color: #212b36;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px
}

.tbay-search-form .select-category .CaptionCont {
	border: 0;
	line-height: inherit;
	background-color: inherit;
	padding: 0 14px;
	text-align: left;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.tbay-search-form .select-category .CaptionCont:focus,
.tbay-search-form .select-category .CaptionCont:hover {
	outline: 0
}

.tbay-search-form .select-category>select {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	cursor: pointer;
	height: 47px;
	color: #212b36;
	padding: 0;
	pointer-events: none;
	padding: 0 15px;
	font-size: 15px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	margin-right: 0;
	margin-top: 0;
	width: 160px;
	background: 0 0
}

.tbay-search-form .select-category>select:hover,
.tbay-search-form .select-category>select:focus {
	outline: none !important;
	color: var(--tb-theme-color);
	-webkit-box-shadow: none;
	box-shadow: none
}

.tbay-search-form .select-category .SelectBox span {
	cursor: pointer;
	padding-right: 5px;
	padding-left: 0;
	font-weight: 400;
	font-size: 16px
}

.tbay-search-form .select-category .SelectBox label {
	min-width: 18px;
	width: auto
}

.tbay-search-form .select-category .optWrapper {
	z-index: 2000;
	min-width: 200px;
	left: 0;
	right: auto;
	top: 100% !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.tbay-search-form .tbay-search {
	padding: 0 15px;
	line-height: normal;
	border: 0;
	height: 47px;
	float: none;
	font-size: 16px;
	background: 0 0;
	min-width: 135px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
	color: #212b36
}

.tbay-search-form .button-search {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: 0 0
}

.tbay-search-form .button-search:not(.icon) {
	font-size: 13px;
	line-height: 42px;
	padding: 0 0 0 20px;
	font-weight: 700;
	color: var(--tb-theme-color);
	letter-spacing: 0;
	float: right;
	display: flex;
	align-items: center;
	background: 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.tbay-search-form .button-search:not(.icon) i {
	font-size: 18px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 42px
}

.tbay-search-form .button-search:not(.icon) i+.text {
	margin-left: 5px;
	margin-right: 0
}

.tbay-search-form .button-search.icon {
	padding: 0;
	border: 0;
	margin-top: 0;
	font-size: 18px;
	cursor: pointer;
	line-height: 42px;
	width: 46px;
	color: #fff;
	letter-spacing: 0
}

.tbay-search-form .button-search.icon i {
	vertical-align: middle
}

.tbay-search-form .button-search.disable {
	pointer-events: none
}

.tbay-search-form .button-group {
	padding: 0;
	border: 0;
	background-color: transparent;
	position: relative;
	z-index: 10
}

.tbay-search-form .button-group:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-search-form .button-group:before {
	font-size: 18px;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 111
}

.tbay-search-form .searchform.tbay-loading .button-search.btn i,
.tbay-search-form .searchform.tbay-loading .button-search.btn span {
	color: var(--tb-theme-color)
}

.tbay-search-form .button-hidden-search {
	font-size: 24px;
	background-color: transparent;
	padding: 0
}

.tbay-search-form .button-hidden-search:hover {
	color: red
}

.tbay-search-form.active {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}

.tbay-search-form.tbay-search-min {
	background: 0 0;
	position: relative;
	line-height: normal;
	z-index: 100
}

.tbay-search-form.tbay-search-min form {
	right: 50px;
	left: auto;
	top: -50px;
	border: solid 1px rgba(145, 158, 171, .24);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #fff;
	position: absolute;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	pointer-events: none
}

.tbay-search-form.tbay-search-min form .overlay-box {
	position: fixed;
	width: 100%;
	height: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	content: '';
	background: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none
}

.tbay-search-form.tbay-search-min form.show {
	top: -2px;
	opacity: 1;
	filter: alpha(opacity=100);
	pointer-events: auto
}

.tbay-search-form.tbay-search-min form.show:after {
	opacity: 1;
	filter: alpha(opacity=100);
	height: 100vh
}

.tbay-search-form.tbay-search-min form.show .overlay-box {
	pointer-events: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
	height: 100vh
}

.tbay-search-form.tbay-search-min .btn-search-min {
	background: 0;
	border: 0;
	outline: 0;
	font-size: 18px
}

.tbay-search-form.tbay-search-min .btn-search-min.active {
	color: #fff;
	background: 0 0 !important
}

.tbay-search-form.tbay-search-min .btn-search-min.active .icon-magnifier:before {
	content: "\e082"
}

.tbay-search-form.tbay-search-min .tbay-search {
	float: none
}

.tbay-search-form.tbay-search-min .button-search {
	font-size: 17px
}

.greenmart-ajax-search.tbay-loading .button-group:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	color: #fff
}

.greenmart-ajax-search .greenmart-search-results {
	position: static
}

.greenmart-ajax-search.open .form-group .input-group {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0
}

.greenmart-ajax-search.open .select-category.input-group-addon {
	border-radius: 3px 0 0;
	-webkit-border-radius: 3px 0 0;
	-moz-border-radius: 3px 0 0;
	-ms-border-radius: 3px 0 0;
	-o-border-radius: 3px 0 0
}

.tbay-preloader {
	cursor: pointer;
	position: absolute;
	line-height: 42px;
	right: 100%;
	left: auto;
	top: 0;
	text-align: center;
	width: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden
}

.tbay-preloader:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-preloader:before {
	font-size: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.greenmart-search-results .autocomplete-suggestions {
	border: 1px solid rgba(145, 158, 171, .32);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	left: -1px;
	right: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	line-height: 23px;
	background: #fff;
	text-align: center;
	top: calc(100% - -5px);
	max-width: 100%;
	overflow: hidden
}

.greenmart-search-results .autocomplete-suggestions>div {
	cursor: pointer;
	padding: 6px 15px
}

.greenmart-search-results .autocomplete-suggestions>div.autocomplete-selected {
	background-color: #f4f6f8
}

.greenmart-search-results .autocomplete-suggestions>div .product-title {
	color: #212b36;
	text-align: left;
	font-weight: 400;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 22px;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 0
}

.greenmart-search-results .autocomplete-suggestions>div .price {
	color: #c30b0b;
	font-weight: 600
}

.greenmart-search-results .autocomplete-suggestions>div:not(.view-all-products) {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.greenmart-search-results .autocomplete-suggestions>div.view-all-products {
	color: var(--tb-theme-color);
	padding: 0;
	margin-top: 16px;
	margin-bottom: 22px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.greenmart-search-results .autocomplete-suggestions>div.view-all-products i {
	display: inline-block;
	margin-left: 5px;
	margin-right: 0;
	font-size: 10px
}

.greenmart-search-results .autocomplete-suggestions>div.view-all-products:hover {
	color: var(--tb-theme-color);
	background: #fff
}

.greenmart-search-results .autocomplete-suggestions>div.list-header {
	color: #212b36;
	line-height: 24px;
	padding: 16px 15px;
	border: 0
}

.greenmart-search-results .autocomplete-suggestions>div.list-header .count {
	margin-right: 4px;
	margin-left: 0
}

.greenmart-search-results .autocomplete-suggestions>div .suggestion-thumb {
	display: table-cell;
	vertical-align: middle;
	padding-right: 9px;
	padding-left: 0
}

.greenmart-search-results .autocomplete-suggestions>div .suggestion-thumb img {
	max-width: 48px
}

.greenmart-search-results .autocomplete-suggestions>div .suggestion-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	align-items: center
}

.greenmart-search-results .autocomplete-suggestions>div .suggestion-title.no-found-msg {
	text-align: center;
	width: 100%;
	padding: 10px 0
}

body.search .entry-content h2 {
	font-weight: 500;
	margin: 0;
	font-size: 20px
}

.divider-category-yes .select-category {
	position: relative
}

.divider-category-yes .select-category:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(145, 158, 171, .24);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: auto
}

#tbay-search-form-canvas.open .sidebar-canvas-search:before {
	opacity: 1;
	filter: alpha(opacity=100);
	pointer-events: all;
	z-index: 1
}

#tbay-search-form-canvas.open .sidebar-canvas-search .sidebar-content {
	right: 0;
	visibility: visible
}

#tbay-search-form-canvas .sidebar-canvas-search:before {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	left: 0;
	top: 0;
	content: "";
	width: 100vw;
	height: 100vh;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	filter: alpha(opacity=0)
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content {
	background: #fff;
	z-index: 3;
	position: fixed;
	right: -370px;
	top: 0;
	bottom: 0;
	width: 370px;
	padding: 31px 50px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	visibility: hidden;
	overflow: auto
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .tbay-search {
	padding: 0;
	border-bottom: 1px solid #000;
	line-height: 36px;
	font-size: 14px
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .input-group {
	display: inline-block;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group {
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 4;
	padding: 0;
	width: auto;
	background-color: transparent
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group .button-search {
	margin-right: 0
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group .button-search i {
	font-size: 19px;
	margin: 0;
	width: 22px;
	color: #000
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group .button-search i:hover {
	color: var(--tb-theme-color)
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content form {
	position: absolute;
	top: 110px;
	left: 50px;
	right: 50px;
	bottom: 30px;
	overflow: hidden
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category {
	border: 0;
	background: 0 0;
	text-align: left;
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .SumoSelect {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .category-title {
	font-weight: 500;
	padding: 10px 0
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .SelectBox {
	display: none
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper {
	display: inline-block;
	width: 100%;
	position: static;
	border: 0;
	overflow: visible;
	margin-top: 5px
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options {
	max-height: inherit;
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options::-webkit-scrollbar {
	display: none
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li {
	padding: 0 !important;
	border: 0;
	line-height: 37px;
	color: #777
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li label {
	font-weight: 400
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li.opt.selected {
	color: #000
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li.opt.selected label {
	font-weight: 500
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li:hover {
	color: var(--tb-theme-color)
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions {
	border: 0;
	text-align: left;
	background: #fff;
	bottom: 0;
	top: 85px;
	left: 0;
	right: 0;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions::-webkit-scrollbar {
	display: none
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div.list-header {
	background: 0 0;
	padding: 0 0 20px;
	border-bottom: 0;
	margin-bottom: 5px
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion {
	border: 0;
	padding: 5px 0;
	font-size: 13px;
	background: 0 0 !important
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .price .woocommerce-Price-amount,
#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .price del .woocommerce-Price-amount {
	font-size: 13px
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .product-title:hover {
	color: var(--tb-theme-color)
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div .suggestion-thumb {
	max-width: 50px
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div .suggestion-group {
	padding-left: 13px
}

#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div.view-all-products {
	text-align: left;
	padding: 20px 0
}

#tbay-search-form-canvas button {
	background: 0 0;
	border: 0;
	outline: none !important;
	padding: 0
}

#tbay-search-form-canvas .sidebar-content button {
	font-size: 13px
}

#tbay-search-form-canvas .sidebar-content button i {
	font-size: 14px;
	vertical-align: middle;
	margin-left: 8px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#tbay-search-form-canvas .sidebar-content button:hover {
	color: var(--tb-theme-color)
}

#tbay-search-form-canvas .tbay-loading:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-top-color: var(--tb-theme-color);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 100px;
	left: 50%;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color)
}

.active-admin-bar #tbay-search-form-canvas .sidebar-canvas-search .sidebar-content {
	top: 32px
}

#tbay-header {
	margin: 0;
	padding: 0;
	z-index: 1001;
	background: #fff;
	position: relative
}

#tbay-header .menu_fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1200px;
	padding: 0 40px;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

#tbay-header .topbar-mobile .btn {
	background: 0 0;
	font-size: 16px;
	border: 0;
	padding: 0;
	line-height: 40px
}

#tbay-header .topbar-mobile .btn:hover,
#tbay-header .topbar-mobile .btn:focus {
	color: var(--tb-theme-color)
}

#tbay-header .tbay-megamenu {
	margin-bottom: 0;
	position: static;
	border: 0;
	min-height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0
}

#tbay-header .header-right {
	text-align: right;
	position: static;
	z-index: 11
}

#tbay-header .header-right>div {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px
}

#tbay-header .header-right>div:last-child {
	padding-right: 0
}

#tbay-header .header-right>div:first-child {
	padding-left: 0
}

#tbay-header .topbar {
	clear: both
}

#tbay-header .header-main {
	padding: 32px 0 0;
	background: #fff;
	z-index: 100;
	left: 0;
	width: 100%
}

#tbay-header .header-main.sticky-header {
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
	z-index: 9999
}

#tbay-header .header-main.sticky-header.sticky-1 {
	-webkit-box-shadow: none;
	box-shadow: none
}

#tbay-header .header-main.sticky-header.sticky-1.sticky-box {
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .06)
}

#tbay-header .header-main>.container>.row,
#tbay-header .dokan-dashboard .header-main>.dokan-dashboard-wrap>.row,
.dokan-dashboard #tbay-header .header-main>.dokan-dashboard-wrap>.row,
#tbay-header .dokan-store .header-main>#main>.row,
.dokan-store #tbay-header .header-main>#main>.row,
#tbay-header .wcfmmp-store-page .header-main>#wcfmmp-store>.row,
.wcfmmp-store-page #tbay-header .header-main>#wcfmmp-store>.row {
	display: flex;
	align-items: center
}

#tbay-header .header-mainmenu {
	position: relative;
	clear: both
}

#tbay-header .header-mainmenu>.container,
#tbay-header .dokan-dashboard .header-mainmenu>.dokan-dashboard-wrap,
.dokan-dashboard #tbay-header .header-mainmenu>.dokan-dashboard-wrap,
#tbay-header .dokan-store .header-mainmenu>#main,
.dokan-store #tbay-header .header-mainmenu>#main,
#tbay-header .wcfmmp-store-page .header-mainmenu>#wcfmmp-store,
.wcfmmp-store-page #tbay-header .header-mainmenu>#wcfmmp-store {
	position: relative
}

#tbay-header.sticky-header .topbar,
#tbay-header.sticky-header .header-mainmenu {
	display: none
}

#tbay-header.sticky-header .header-main {
	padding: 20px 0
}

#tbay-header.sticky-header .header-main>.container,
#tbay-header.sticky-header .dokan-dashboard .header-main>.dokan-dashboard-wrap,
.dokan-dashboard #tbay-header.sticky-header .header-main>.dokan-dashboard-wrap,
#tbay-header.sticky-header .dokan-store .header-main>#main,
.dokan-store #tbay-header.sticky-header .header-main>#main,
#tbay-header.sticky-header .wcfmmp-store-page .header-main>#wcfmmp-store,
.wcfmmp-store-page #tbay-header.sticky-header .header-main>#wcfmmp-store {
	position: relative;
	z-index: 2
}

.top-wishlist .count_wishlist {
	position: absolute;
	background: var(--tb-color-second);
	color: #212b36;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	min-width: 22px;
	padding: 0 2px;
	line-height: 20px;
	font-size: 12px;
	top: -1px;
	right: auto;
	left: 19px;
	font-weight: 600;
	text-align: center;
	border: 1px solid var(--tb-theme-color)
}

.top-wishlist .count_wishlist>div {
	display: none !important
}

.top-wishlist .title-wishlist {
	padding-left: 10px
}

.yith-compare-header a {
	line-height: 44px;
	display: block
}

.yith-compare-header i {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle
}

.element-sticky-header {
	transition: none !important
}

.element-sticky-header.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0;
	right: 0
}

.element-sticky-header.sticky+.sticky {
	z-index: 900
}

.element-sticky-header.sticky+.sticky+.sticky {
	z-index: 899
}

.element-sticky-header.sticky+.sticky+.sticky {
	z-index: 898
}

.element-sticky-header.sticky+.sticky+.sticky {
	z-index: 897
}

.element-sticky-header.sticky+.sticky+.sticky {
	z-index: 896
}

.element-sticky-header.sticky+* {
	z-index: 800
}

.element-sticky-header.sticky+*+* {
	z-index: 700
}

.element-sticky-header.sticky+*+*+* {
	z-index: 600
}

#tbay-header.nav-cover-active-1 #nav-cover {
	z-index: 112;
	opacity: .75;
	filter: alpha(opacity=75);
	pointer-events: auto;
	visibility: visible;
	height: 100vmax;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#tbay-header.nav-cover-active-2 #nav-cover {
	z-index: 112;
	opacity: .75;
	filter: alpha(opacity=75);
	pointer-events: auto;
	visibility: visible;
	height: 100vmax;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#tbay-header.nav-cover-active-3 #nav-cover {
	z-index: 112;
	opacity: .75;
	filter: alpha(opacity=75);
	pointer-events: auto;
	visibility: visible;
	height: 100vmax;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#tbay-header.nav-cover-active-4 #nav-cover {
	z-index: 112;
	opacity: .75;
	filter: alpha(opacity=75);
	pointer-events: auto;
	visibility: visible;
	height: 100vmax;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#tbay-header.nav-cover-active-5 #nav-cover {
	z-index: 112;
	opacity: .75;
	filter: alpha(opacity=75);
	pointer-events: auto;
	visibility: visible;
	height: 100vmax;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#tbay-header.nav-cover-active-6 #nav-cover {
	z-index: 112;
	opacity: .75;
	filter: alpha(opacity=75);
	pointer-events: auto;
	visibility: visible;
	height: 100vmax;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#tbay-header.nav-cover-active-7 #nav-cover {
	z-index: 112;
	opacity: .75;
	filter: alpha(opacity=75);
	pointer-events: auto;
	visibility: visible;
	height: 100vmax;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.mfp-wrap.mfp-ready~.wrapper-container #tbay-header .header-main.sticky-header {
	padding-right: 17px
}

#nav-cover {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100vmax;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1000;
	pointer-events: none;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	visibility: hidden
}

.SumoSelect>.CaptionCont>label>i {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important
}

@media screen and (min-width:1025px) {
	body.single-product.tbay-body-menu-bar #tbay-header {
		padding: 0 !important
	}

	body.single-product.tbay-body-menu-bar #tbay-header>div:not(.header-main) {
		margin-bottom: 0 !important
	}

	body.single-product.tbay-body-menu-bar #tbay-header .header-main {
		position: relative !important;
		top: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}
}

.width-auto-yes {
	width: auto !important
}

.elementor-widget-tbay-nav-menu.width-auto-yes {
	position: relative !important
}

#tbay-header .elementor-text-editor p,
#tbay-header .elementor-text-editor h1,
#tbay-header .elementor-text-editor h2,
#tbay-header .elementor-text-editor h3,
#tbay-header .elementor-text-editor h4,
#tbay-header .elementor-text-editor h5,
#tbay-header .elementor-text-editor h6 {
	margin-bottom: 0
}

#tbay-header .elementor-widget-wrap>.elementor-element.elementor-widget-tbay-search-form,
#tbay-header .elementor-widget-wrap>.elementor-element.elementor-widget-tbay-nav-menu,
#tbay-header .elementor-widget-wrap>.elementor-element.elementor-widget-wp-widget-nav_menu {
	width: 100%;
	max-width: 100%
}

.enable-element-child-border-yes .elementor-element,
.column-element-child-border .elementor-element {
	width: auto !important;
	height: 44px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center
}

.enable-element-child-border-yes .elementor-element:after,
.column-element-child-border .elementor-element:after {
	content: '';
	position: relative;
	height: 15px;
	width: 1px;
	background: #eee;
	top: 0;
	right: 0;
	left: auto;
	margin: 0 14px
}

.enable-element-child-border-yes .elementor-element:last-child:after,
.column-element-child-border .elementor-element:last-child:after {
	display: none
}

.enable-element-child-border-yes .elementor-element>.elementor-widget-container,
.column-element-child-border .elementor-element>.elementor-widget-container {
	display: inline-block
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background: 0;
	color: var(--tb-theme-color)
}

.footer-device-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 100%;
	border-top: 1px solid rgba(145, 158, 171, .24);
	padding: 7px 0 3px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: none
}

.footer-device-mobile>* {
	width: 100%;
	text-align: center;
	font-size: 11px
}

.footer-device-mobile>* a {
	display: block;
	color: #212b36;
	line-height: 16px
}

.footer-device-mobile>* a span.icon {
	position: relative;
	display: inline-block
}

.footer-device-mobile>* a span.icon .count,
.footer-device-mobile>* a span.icon .mini-cart-items,
.footer-device-mobile>* a span.icon .mini-cart-items-static {
	position: absolute;
	top: -4px;
	right: -12px;
	left: auto
}

.footer-device-mobile>*.active a {
	color: var(--tb-theme-color)
}

.footer-device-mobile>* i {
	font-size: 24px;
	line-height: 20px;
	display: block
}

.footer-device-mobile .device-account i {
	font-size: 20px
}

.topbar-device-mobile {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	background: #fff;
	padding: 0 15px 0 23px;
	width: 100%;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: flex;
	align-items: center;
	min-height: 50px
}

.topbar-device-mobile .topbar-post {
	display: flex;
	align-content: center;
	align-items: center
}

.topbar-device-mobile>div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.topbar-device-mobile>div.active-mobile {
	max-width: 50px
}

.topbar-device-mobile .active-mobile .btn-danger {
	background-color: transparent;
	border: 0;
	color: #333;
	font-size: 24px;
	padding-left: 0;
	display: flex
}

.topbar-device-mobile .mobile-logo {
	padding: 0 0 0 7px;
	margin-right: 0;
	display: inline-block;
	line-height: 44px;
	-webkit-box-flex: 4;
	-moz-box-flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4;
	text-align: center
}

.topbar-device-mobile .search-device {
	display: flex;
	max-width: 30px;
	align-items: center;
	min-width: 30px
}

.topbar-device-mobile .search-device.open .show-search i:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.topbar-device-mobile .search-device.open .search-mobile-close {
	pointer-events: auto;
	opacity: 1;
	filter: alpha(opacity=100)
}

.topbar-device-mobile .search-device i {
	font-size: 24px;
	line-height: 30px;
	color: #333
}

.topbar-device-mobile .search-device .tbay-search-form {
	background-color: #eee;
	border: 0;
	padding: 0;
	margin-top: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	right: auto;
	display: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.topbar-device-mobile .search-device .tbay-search-form .input-group {
	background: #fff;
	width: 100vw;
	left: calc(-100vw/2 - -100%/2);
	padding: 0 10px;
	border-top: 1px solid #eee
}

.topbar-device-mobile .search-device .tbay-search-form i {
	color: #333
}

.topbar-device-mobile .search-device .search-mobile-close {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	filter: alpha(opacity=0)
}

.topbar-device-mobile .device-cart {
	justify-content: flex-end;
	display: flex;
	max-width: 30px;
	align-items: center
}

.topbar-device-mobile .device-cart i {
	color: #333;
	font-size: 24px;
	line-height: 30px
}

.topbar-device-mobile .device-cart a {
	position: relative;
	display: inline-block
}

.topbar-device-mobile .device-cart a .mini-cart-items,
.topbar-device-mobile .device-cart a .mini-cart-items-static {
	position: absolute;
	top: -3px;
	right: -11px
}

.topbar>.container>.row,
.dokan-dashboard .topbar>.dokan-dashboard-wrap>.row,
.dokan-store .topbar>#main>.row,
.wcfmmp-store-page .topbar>#wcfmmp-store>.row {
	display: flex;
	align-items: center
}

.top-contact .content {
	line-height: 30px
}

.hotline i {
	font-size: 20px;
	margin-right: 7px;
	vertical-align: middle;
	float: left
}

.topbar-right {
	text-align: right
}

.topbar-right>div,
.topbar-right>.widget {
	float: right;
	padding: 0 12px;
	line-height: 39px;
	position: relative
}

.topbar-right>div:after,
.topbar-right>.widget:after {
	content: '';
	background: #ddd;
	position: absolute;
	width: 1px;
	right: 0;
	left: auto;
	height: 100%;
	top: 0
}

.topbar-right>div:first-child,
.topbar-right>.widget:first-child {
	padding-right: 0
}

.topbar-right>div:first-child:after,
.topbar-right>.widget:first-child:after {
	display: none
}

.topbar-right .sub-menu {
	top: 36px
}

#header .tbay-login .account-menu {
	top: calc(100% - -10px)
}

.tbay-login {
	position: relative
}

.tbay-login .account-menu {
	text-align: left;
	position: absolute;
	left: auto;
	top: 100%;
	right: 0;
	visibility: hidden;
	background: #fff;
	z-index: 1000;
	padding: 0;
	width: 160px;
	border: 1px solid rgba(145, 158, 171, .32);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px
}

.tbay-login .account-menu ul {
	list-style: none;
	padding: 15px 24px;
	margin: 0
}

.tbay-login .account-menu ul li {
	text-align: right
}

.tbay-login .account-menu ul li a {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	line-height: 30px;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 0;
	color: #777;
	font-weight: 500
}

.tbay-login .account-menu ul li a:hover {
	color: var(--tb-theme-color)
}

.tbay-login .account-menu.left {
	right: -20px;
	left: auto
}

.tbay-login>a:focus {
	color: #000
}

.tbay-login>a i {
	vertical-align: middle
}

.tbay-login>a span {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.tbay-login:hover .account-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0)
}

.tbay-custom-language {
	position: relative;
	line-height: 40px
}

.tbay-custom-language>ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.tbay-custom-language .list-item-wrapper {
	text-align: left
}

.tbay-custom-language .list-item-wrapper:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	color: green;
}

.tbay-custom-language .list-item-wrapper:focus {
	outline: 0
}

.tbay-custom-language img {
	margin-right: 9px;
	width: 21px;
	max-height: 21px
}

.tbay-custom-language a span {
	line-height: 40px;
	float: left
}

.tbay-custom-language a span:hover, .tbay-custom-language a span:focus{
	color: var(--tb-theme-color);
}

.tbay-custom-language .sub-menu {
	visibility: hidden;
    opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 100%;
	right: auto;
	left: -15px;
	border: 1px solid rgba(145, 158, 171, .24);
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1000;
	min-width: 150px;
	background: #fff;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
    /* height:30px;
    width:100%; */
}

.tbay-custom-language .sub-menu a {
	line-height: 40px;
	padding: 3px 12px;
	display: flex;
    /* height:30px; */
	align-items: center;
	justify-content: flex-start
}

.tbay-custom-language .sub-menu li+li a {
	border-top: 1px solid rgba(145, 158, 171, .24)
}

.tbay-custom-language li:hover {
	cursor: pointer;
	display: block
}

.tbay-custom-language li:hover .select-button {
	color: var(--tb-theme-color);
}

.tbay-custom-language li:hover .select-button:after {
	color: var(--tb-theme-color);
}

.tbay-custom-language .select-button {
	display: flex;
	align-items: center
}

.tbay-custom-language .select-button:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-custom-language .select-button:after {
	display: inline-block;
	margin-left: 5px;
	margin-right: 0;
	line-height: 1;
	font-size: 16px;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.tbay-custom-language .select-button:hover:after {
	color: var(--tb-theme-color);
}

.tbay-footer a,
.tbay_footer-template a {
	color: #777
}

.tbay-footer a:hover,
.tbay_footer-template a:hover {
	color: var(--tb-theme-color)
}

.tbay-footer .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li,
.tbay_footer-template .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li {
	padding: 8px 0;
	line-height: 22px
}

.tbay-footer .tbay-element-menu-vertical .nav>li>a,
.tbay_footer-template .tbay-element-menu-vertical .nav>li>a {
	-webkit-transition: ease-out .3s;
	-o-transition: ease-out .3s;
	transition: ease-out .3s
}

.tbay-footer .tbay-element-menu-vertical .nav>li:hover>a,
.tbay-footer .tbay-element-menu-vertical .nav>li:focus>a,
.tbay_footer-template .tbay-element-menu-vertical .nav>li:hover>a,
.tbay_footer-template .tbay-element-menu-vertical .nav>li:focus>a {
	color: var(--tb-theme-color)
}

.single-product .tbay-footer,
.woocommerce-cart .tbay-footer,
.woocommerce-checkout .tbay-footer {
	padding-bottom: 0
}

@media(max-width:575px) {

	.single-product,
	.woocommerce-cart,
	.woocommerce-checkout {
		padding-bottom: 46px
	}
}

.tbay-footer {
	position: relative
}

.tbay-footer .tbay-copyright {
	border-top: 1px solid rgba(145, 158, 171, .24);
	padding: 20px;
	margin-top: 45px
}

.tbay-footer .wpb_content_element,
.tbay-footer .wpb_single_image,
.tbay-footer p {
	margin: 0 !important
}

.tbay-footer .tbay-addon:not(.tbay-addon-newletter) .tbay-addon-title {
	font-size: 15px;
	margin-bottom: 5px;
	line-height: inherit;
	text-align: left
}

.tbay-footer .tbay-addon:not(.tbay-addon-newletter).wpb_single_image .vc_single_image-wrapper:before,
.tbay-footer .tbay-addon:not(.tbay-addon-newletter).wpb_single_image .vc_single_image-wrapper:after {
	display: none
}

.tbay-footer .tbay-addon:not(.tbay-addon-newletter).wpb_single_image .vc_single_image-wrapper:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.tbay-footer .tbay-addon:not(.tbay-addon-newletter).tbay-addon-social,
.tbay-footer .tbay-addon:not(.tbay-addon-newletter).tbay-addon-text-heading {
	margin: 0
}

.tbay-footer .tbay-addon-description {
	margin-bottom: 20px
}

.tbay-footer .menu li {
	display: block
}

.tbay-footer .menu li>a {
	padding: 0;
	line-height: 28px;
	width: auto;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #999
}

.tbay-footer .menu li>a:hover {
	color: var(--tb-theme-color)
}

.tbay-footer .menu li>a.selected {
	background: 0 0
}

.tbay-footer ul.menu li.active a {
	color: var(--tb-theme-color)
}

.tbay-copyright .none-menu,
.tbay-copyright .payment {
	float: right
}

.tbay-copyright .none-menu .menu li {
	display: inline-block;
	line-height: 26px;
	margin-right: 18px;
	margin-left: 0
}

.tbay-copyright .none-menu .menu li a {
	padding: 0
}

.contact-info {
	margin: 0;
	list-style: none;
	padding: 0
}

.contact-info li {
	line-height: 33px;
	color: #888
}

.contact-info .head {
	color: #888;
	display: block;
	margin-bottom: 10px
}

.contact-info i {
	margin-right: 10px;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle
}

.contact-info p {
	font-size: 18px;
	line-height: 35px;
	max-width: 300px;
	margin: 0;
	display: inline-block
}

.contact-info a {
	color: #888;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all
}

.contact-info a:hover {
	color: var(--tb-theme-color)
}

.copyright {
	color: #888;
	line-height: 26px
}

.copyright a {
	color: var(--tb-theme-color)
}

.tbay-to-top {
	position: fixed;
	z-index: 1050;
	bottom: 10%;
	right: 20px;
	left: auto;
	text-align: center;
	font-size: 35px;
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	pointer-events: none
}

.tbay-to-top.active {
	opacity: 1;
	filter: alpha(opacity=100);
	right: 50px;
	left: auto;
	pointer-events: auto
}

.tbay-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	color: #212b36;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-box-shadow: 0 6px 11px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 11px rgba(0, 0, 0, .1);
	margin: 0 auto;
	position: relative;
	margin-top: 5px;
	padding: 0;
	background: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.tbay-to-top a:hover,
.tbay-to-top a:focus {
	background: var(--tb-theme-color);
	color: #fff
}

.tbay-to-top a:hover i,
.tbay-to-top a:focus i {
	color: #fff
}

.tbay-to-top a span {
	position: absolute;
	top: 1px;
	right: 0;
	left: auto;
	font-size: 11px;
	color: #000;
	width: 20px;
	height: 20px;
	background-color: var(--tb-color-second);
	z-index: 1;
	line-height: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .12);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .12)
}

.tbay-to-top a i {
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.tbay-to-top.tbay-to-top-mobile {
	display: none
}

ul>li.esc {
	background: #fafafa !important
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1 .dropdown-menu {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background: #fafafa
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1 .dropdown-menu>li>a {
	padding: 0 15px;
	line-height: 33px
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li.active-mega-menu {
	position: unset
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li>a {
	font-size: 14px;
	padding: 7px 0 7px;
	margin: 0 24px;
	font-weight: 400;
	color: #212b36
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li>a .caret {
	display: block;
	border: 0
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li .dropdown-menu {
	left: 100%;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .175);
	box-shadow: 0 3px 4px rgba(0, 0, 0, .175);
	border-color: rgba(145, 158, 171, .24)
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li:hover>a {
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1 .caret {
	display: none
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav {
	list-style: none;
	padding: 0;
	margin: 0
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a {
	display: block;
	padding: 6px 20px;
	line-height: 32px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border-bottom: 1px solid #ddd;
	font-weight: 400
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a i,
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a img {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	margin: 0;
	margin-left: 0;
	margin-right: 15px
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a.selected,
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a:hover {
	background-color: transparent;
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a.selected i,
.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a:hover i {
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a .text-label {
	display: inline-block;
	margin-left: 10px;
	margin-right: 0
}

.elementor-widget-tbay-nav-menu .category-inside-content {
	top: 100%;
	padding-bottom: 45px !important
}

.elementor-widget-tbay-nav-menu .category-inside-content .inside-title {
	padding: 24px 24px 22px;
	margin: 0
}

.elementor-widget-tbay-nav-menu .category-inside-content .inside-title+.tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li:first-child>a {
	border-top: 1px solid rgba(145, 158, 171, .24)
}

.elementor-widget-tbay-nav-menu .category-inside-content .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li.active-mega-menu>a .caret,
.elementor-widget-tbay-nav-menu .category-inside-content .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li.menu-item-has-children>a .caret {
	right: 0;
	font-size: 16px
}

.tbay-section-static .tbay-column-static .elementor-widget.elementor-absolute {
	position: absolute
}

.tbay-section-static .tbay-column-static {
	position: static
}

.tbay-section-static .tbay-column-static .elementor-widget-wrap>.elementor-element {
	width: auto
}

.tbay-section-static .tbay-column-static .elementor-element-populated,
.tbay-section-static .tbay-column-static .elementor-widget-wrap,
.tbay-section-static .tbay-column-static .elementor-widget {
	position: static
}

.tbay-section-static .tbay-column-static .dropdown-menu .elementor-widget-wrap>div {
	padding: 0 28px
}

.tbay-section-static .tbay-column-static .aligned-fullwidth .dropdown-menu .elementor-widget-wrap>div,
.tbay-section-static .tbay-column-static .aligned-left .dropdown-menu .elementor-widget-wrap>div,
.tbay-section-static .tbay-column-static .aligned-right .dropdown-menu .elementor-widget-wrap>div {
	padding: 0;
	width: 100%
}

.tbay-horizontal>ul>li>.dropdown-menu .elementor-widget-wrap>div {
	padding: 0 26px
}

.menu {
	padding: 0;
	margin: 0
}

.menu li {
	list-style: none
}

.elementor-widget-tbay-nav-menu .dropdown-toggle:after,
.single-tbay_megamenu .dropdown-toggle:after {
	display: none
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav {
	float: none;
	width: 100%;
	padding: 0;
	z-index: 999
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li {
	display: inline-block;
	position: static;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active>a,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:hover>a,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:focus>a {
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active>a .caret,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:hover>a .caret,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:focus>a .caret {
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu .heading-tbay-title,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu .elementor-heading-title,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu .elementor-heading-title {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #0b132b;
	padding-left: 0
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu .heading-tbay-title {
	padding-left: 0
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu>li.active>a,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li .dropdown-menu>li:hover :focus>a {
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .caret,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu>li.menu-item-has-children .caret {
	display: none
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .dropdown-menu,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu>li.menu-item-has-children .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container {
	min-height: auto
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu ul>li.active>a {
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a {
	font-size: 14px;
	line-height: 22px;
	border: 0;
	padding: 2px 0;
	display: inline-block
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a:hover,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a:focus {
	color: var(--tb-theme-color);
	font-weight: 400
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a {
	padding: 11px 20px;
	line-height: 1.2;
	position: relative;
	background: 0 0;
	color: #212b36;
	font-weight: 500;
	z-index: 10;
	display: inherit;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a img {
	max-width: 50px;
	margin-right: 8px;
	margin-left: auto;
	font-size: 15px
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a i {
	max-width: 50px;
	margin-right: 8px;
	margin-left: 0;
	font-size: 25px;
	vertical-align: middle
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:hover,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:focus,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:active {
	background: 0 0;
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:hover .caret:before,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:focus .caret:before,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:active .caret:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>.dropdown-menu {
	top: 100%
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.flash-sale>a {
	font-weight: 700;
	color: #e20202;
	padding-left: 20px
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.flash-sale>a:hover,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.flash-sale>a:focus,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.flash-sale>a.active {
	font-weight: 700;
	color: #e20202
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-left {
	position: relative
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-left>.dropdown-menu {
	left: 0;
	right: auto
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-right {
	position: relative
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-right>.dropdown-menu {
	left: auto;
	right: 0
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu {
	padding: 15px 0;
	left: 0;
	border: 1px solid rgba(145, 158, 171, .32)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li>a {
	padding: 5px 24px;
	display: block
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown {
	position: relative
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu {
	display: block;
	visibility: hidden;
	padding: 32px 9px 24px;
	min-width: 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	border: 1px solid rgba(145, 158, 171, .32);
	position: absolute;
	left: 15px;
	right: auto;
	top: 0;
	background: #fff;
	pointer-events: none;
	width: calc(100% - 30px)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li:hover>a,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li.active>a,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li:focus>a {
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li>a {
	background: 0 0;
	line-height: 23px;
	padding: 0;
	font-size: 14px;
	color: #212b36;
	display: inline-block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu>li>a:hover {
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .dropdown-menu-inner .has-border {
	border: 0
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .dropdown-menu-inner>p {
	margin: 0
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li>a {
	line-height: 33px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
	color: #888
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li>a:hover {
	color: var(--tb-theme-color);
	padding-left: 5px;
	padding-right: 0
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li.active a {
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .wpb_content_element {
	margin-bottom: 0
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .wpb_single_image {
	margin-top: 15px
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .container,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dokan-dashboard .dokan-dashboard-wrap,
.dokan-dashboard .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dokan-dashboard-wrap,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dokan-store #main,
.dokan-store .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav #main,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .wcfmmp-store-page #wcfmmp-store,
.wcfmmp-store-page .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav #wcfmmp-store {
	padding-right: 20px;
	padding-left: 20px;
	width: 100%
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav li:hover>.dropdown-menu {
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
	filter: alpha(opacity=100)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav li:hover.wpml-ls-item>.dropdown-menu {
	left: 0;
	right: auto
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav li:hover.wpml-ls-item>.dropdown-menu>li.wpml-ls-item>a {
	display: flex;
	align-items: center
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav li:hover.wpml-ls-item>.dropdown-menu>li.wpml-ls-item>a .wpml-ls-flag+span {
	line-height: 23px
}

@media(max-width:1199px) {
	.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .column-full {
		width: 100%
	}

	.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .column-hidden {
		display: none
	}
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .text-label {
	font-size: 12px;
	padding: 0 4px;
	background: #07930b;
	color: #fff;
	position: absolute;
	font-weight: 400;
	left: auto;
	right: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	top: -10px;
	line-height: 16px;
	min-width: 34px
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .text-label:before {
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid #07930b;
	content: "";
	position: absolute;
	bottom: -6px;
	left: 11px;
	right: auto
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .text-label.label-hot {
	background: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .text-label.label-hot:before {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .owl-carousel .item:before,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .owl-carousel .item:after {
	display: none
}

.navbar-nav li>.dropdown-menu .tbay-addon .tbay-addon-heading,
.navbar-nav li>.dropdown-menu .tbay-addon .tbay-addon-title,
.navbar-nav li>.dropdown-menu .tbay-addon .widgettitle,
.navbar-nav li>.dropdown-menu .widget .tbay-addon-heading,
.navbar-nav li>.dropdown-menu .widget .tbay-addon-title,
.navbar-nav li>.dropdown-menu .widget .widgettitle,
.tbay-offcanvas-main .dropdown-menu .tbay-addon-heading,
.tbay-offcanvas-main .dropdown-menu .tbay-addon-title,
.tbay-offcanvas-main .dropdown-menu .widgettitle {
	font-size: 15px;
	line-height: 40px;
	font-weight: 500;
	margin: 0;
	text-align: left
}

.tbay-megamenu-darken {
	background-color: #000
}

.tbay-megamenu-darken .megamenu {
	text-align: left
}

.tbay-megamenu-darken .megamenu>li>a {
	color: #fff
}

.tbay-megamenu-darken .tbay-addon_tbay_socials {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px
}

.tbay-megamenu-darken .tbay-addon_tbay_socials .social li a {
	background-color: #3e3e3e
}

.tbay-megamenu-darken .tbay-addon_tbay_socials .social li a:hover {
	color: #000;
	background-color: #fff
}

.navbar-collapse {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.navbar-offcanvas .navbar-nav {
	width: 100%;
	float: none
}

.navbar-offcanvas .navbar-nav .caret {
	display: none
}

.navbar-offcanvas .navbar-nav li {
	background: 0 0 !important;
	padding-left: 0;
	border-bottom: 1px solid #e5e5e5
}

.navbar-offcanvas .navbar-nav li .hitarea {
	line-height: 47px;
	height: 47px;
	z-index: 1
}

.navbar-offcanvas .navbar-nav li:last-child {
	border: 0
}

.navbar-offcanvas .navbar-nav>li {
	padding: 7px 0;
	width: 100%
}

.navbar-offcanvas .navbar-nav>li>a {
	background: 0 0 !important;
	padding: 0;
	display: inline-block
}

.navbar-offcanvas .navbar-nav>li .hitarea {
	right: 14px;
	left: auto
}

.navbar-offcanvas .navbar-nav>li.open,
.navbar-offcanvas .navbar-nav>li.active,
.navbar-offcanvas .navbar-nav>li:hover,
.navbar-offcanvas .navbar-nav>li.collapsable {
	border-color: rgba(145, 158, 171, .24)
}

.navbar-offcanvas .navbar-nav>li.open>a:hover,
.navbar-offcanvas .navbar-nav>li.open>a:focus,
.navbar-offcanvas .navbar-nav>li.open>a,
.navbar-offcanvas .navbar-nav>li.active>a:hover,
.navbar-offcanvas .navbar-nav>li.active>a:focus,
.navbar-offcanvas .navbar-nav>li.active>a,
.navbar-offcanvas .navbar-nav>li:hover>a:hover,
.navbar-offcanvas .navbar-nav>li:hover>a:focus,
.navbar-offcanvas .navbar-nav>li:hover>a,
.navbar-offcanvas .navbar-nav>li.collapsable>a:hover,
.navbar-offcanvas .navbar-nav>li.collapsable>a:focus,
.navbar-offcanvas .navbar-nav>li.collapsable>a {
	color: var(--tb-theme-color)
}

.navbar-offcanvas .navbar-nav>li.open>a:hover:before,
.navbar-offcanvas .navbar-nav>li.open>a:focus:before,
.navbar-offcanvas .navbar-nav>li.open>a:before,
.navbar-offcanvas .navbar-nav>li.active>a:hover:before,
.navbar-offcanvas .navbar-nav>li.active>a:focus:before,
.navbar-offcanvas .navbar-nav>li.active>a:before,
.navbar-offcanvas .navbar-nav>li:hover>a:hover:before,
.navbar-offcanvas .navbar-nav>li:hover>a:focus:before,
.navbar-offcanvas .navbar-nav>li:hover>a:before,
.navbar-offcanvas .navbar-nav>li.collapsable>a:hover:before,
.navbar-offcanvas .navbar-nav>li.collapsable>a:focus:before,
.navbar-offcanvas .navbar-nav>li.collapsable>a:before {
	height: 100%
}

.navbar-offcanvas .navbar-nav>li.open .hitarea:after,
.navbar-offcanvas .navbar-nav>li.active .hitarea:after,
.navbar-offcanvas .navbar-nav>li:hover .hitarea:after,
.navbar-offcanvas .navbar-nav>li.collapsable .hitarea:after {
	color: var(--tb-theme-color)
}

.navbar-offcanvas .navbar-nav .text-label {
	top: -7px;
	left: 50px;
	right: auto;
	z-index: 1000
}

.navbar-offcanvas .dropdown-menu {
	margin: 0;
	position: relative;
	top: auto;
	left: auto;
	border: 0;
	width: 100%;
	background: #fafafa;
	-webkit-box-shadow: none;
	box-shadow: none
}

.navbar-offcanvas .dropdown-menu li {
	border-bottom: 1px solid #f5f5f5
}

.navbar-offcanvas .dropdown-menu li:last-child {
	border: 0
}

.navbar-offcanvas .dropdown-menu>li a {
	background: 0 0 !important;
	padding: 0 0 0 35px
}

.navbar-offcanvas .dropdown-menu>li.active>a,
.navbar-offcanvas .dropdown-menu>li>a:hover,
.navbar-offcanvas .dropdown-menu>li>a:focus {
	color: var(--tb-theme-color)
}

.navbar-offcanvas .dropdown-menu [class*=col-sm] {
	width: 100%
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
	padding: 0
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .wpb_content_element {
	margin: 0
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .vc_row {
	margin: 0;
	padding: 0;
	border: 0
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .vc_row [class*=col] {
	padding: 0
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .tbay-addon {
	display: none
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .tbay-addon.tbay-addon-nav-menu {
	display: block
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .tbay-addon>.tbay-addon-title {
	margin: 0;
	padding: 10px 35px;
	line-height: 24px
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner ul {
	background: 0 0
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner ul li {
	padding: 0
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner ul li a {
	font-size: 13px
}

.navbar-offcanvas .dropdown-menu .tbay-addon-title {
	font-weight: 500;
	margin: 0 0 10px
}

.navbar-offcanvas .dropdown-menu .dropdown-menu>li>a {
	padding-left: 35px;
	padding-right: 0
}

.navbar-offcanvas .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
	padding-left: 45px;
	padding-right: 0
}

.navbar-offcanvas .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
	padding-left: 45px;
	padding-right: 0;
	border-bottom: 1px solid #f5f5f5
}

.navbar-offcanvas .aligned-fullwidth>.dropdown-menu {
	width: 100%;
	padding: 0
}

.text-label {
	line-height: 18px;
	padding: 0 6px;
	background-color: #ca0815;
	color: #fff;
	font-size: 12px;
	text-align: center
}

.text-label.label-new {
	background-color: #0a7e28
}

#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu>.tbay-addon-title {
	line-height: 55px;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	text-align: left;
	background: #fafafa
}

#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu>.tbay-addon-title:before {
	content: "\e601";
	font-family: 'simple-line-icons';
	display: inline-block;
	font-size: 15px;
	margin: 0 25px
}

#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu {
	padding: 15px 25px;
	border: 1px solid #f7f7f7
}

#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu li>a {
	width: 100%;
	display: inline-block;
	line-height: 46px;
	padding-left: 40px;
	padding-right: 0;
	background: 0 0;
	position: relative
}

#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu li>a img,
#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu li>a i {
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.element-tbay-nav-menu .caret:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.element-tbay-nav-menu .caret:before {
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	color: #888
}

.caret {
	display: inline-block;
	margin-left: 5px;
	margin-right: 0;
	vertical-align: middle;
	line-height: 1
}

.caret:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.hidden-indicator-yes .caret {
	display: none
}

.category-inside {
	position: relative
}

.category-inside.open .category-inside-title:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.category-inside.open .category-inside-content {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	display: block !important
}

.nav-cover-active-1 .category-inside.open .category-inside-content,
.nav-cover-active-2 .category-inside.open .category-inside-content,
.nav-cover-active-3 .category-inside.open .category-inside-content {
	z-index: 1
}

.category-inside-title {
	margin-top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #000;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	z-index: 11;
	background: 0 0;
	margin-bottom: 0;
	font-size: 15px
}

.category-inside-title:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.category-inside-title:after {
	display: inline-block;
	margin-left: 10px;
	margin-right: 0;
	font-size: 10px;
	line-height: 1
}

.category-inside-title:hover,
.category-inside-title:focus {
	color: #000
}

.category-inside-title i {
	font-size: 18px;
	line-height: 1;
	margin-left: 0;
	margin-right: 9px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer
}

.category-inside-content {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	position: absolute;
	top: calc(100% - 6px);
	left: 0;
	right: auto;
	background: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	min-width: 270px;
	z-index: 999;
	border: 1px solid rgba(145, 158, 171, .24);
	width: 100%;
	min-height: 100%;
	height: auto !important;
	display: none
}

.elementor-widget-tbay-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside.open .category-inside-content {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px)
}

.elementor-widget-tbay-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside-content {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none
}

.elementor-widget-tbay-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside-title:after {
	display: none
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li {
	display: flex
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a {
	align-items: center
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a.active>i,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:hover>i,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:focus>i {
	background: 0 0;
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active>a>i,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:hover>a>i,
.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:focus>a>i {
	background: 0 0;
	color: var(--tb-theme-color)
}

div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li:first-child>a {
	padding-left: 0;
	border-left: 0
}

div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li>a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 11px 20px;
	border-bottom: 3px solid transparent;
	border-left: 1px solid #fafafa
}

div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li>a.active,
div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li>a:hover,
div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li>a:focus {
	background: 0 0;
	border-bottom-color: var(--tb-theme-color)
}

div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li.active>a,
div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li:hover>a,
div.style-horizontal-v1 .tbay-horizontal .navbar-nav>li:focus>a {
	background: 0 0;
	border-bottom-color: var(--tb-theme-color)
}

i {
	display: inline-block;
	vertical-align: middle
}

div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li>a {
	padding: 25px 20px;
	font-weight: 500;
	border-bottom: 3px solid transparent
}

div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li>a.active,
div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li>a:hover,
div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li>a:focus {
	border-bottom-color: var(--tb-theme-color)
}

div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li.active>a,
div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li:hover>a,
div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li:focus>a {
	border-bottom-color: var(--tb-theme-color)
}

div.style-horizontal-v2 .tbay-horizontal .navbar-nav>li+li>a {
	border-left: 1px solid #eee
}

div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a {
	padding: 9px 12px 23px;
	font-weight: 500;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0
}

div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a.active,
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a:hover,
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a:focus {
	background: var(--tb-theme-color);
	color: #fff
}

div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a.active .caret,
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a:hover .caret,
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a:focus .caret {
	color: #fff
}

div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li>a>i {
	display: none
}

div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li.active>a,
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li:hover>a,
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li:focus>a {
	background: var(--tb-theme-color);
	color: #fff
}

div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li.active>a .caret,
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li:hover>a .caret,
div.style-horizontal-v3 .tbay-horizontal .navbar-nav>li:focus>a .caret {
	color: #fff
}

.border-item-menu-yes .navbar-nav>li>a:before {
	content: '';
	background: rgba(145, 158, 171, .24);
	width: 1px;
	height: 32px;
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1 !important
}

.border-item-menu-yes .navbar-nav>li:last-child>a:after {
	content: '';
	background: rgba(145, 158, 171, .24);
	width: 1px;
	height: 32px;
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.menu-canvas-content .tbay-treevertical-lv1>.navbar-nav>li>a {
	font-size: 15px;
	font-weight: 400;
	padding: 5px 15px
}

.menu-canvas-content .tbay-treevertical-lv1 .dropdown-menu>li>a {
	padding: 0 20px
}

.menu-canvas-content .tbay-treevertical-lv1 .hitarea:after {
	font-size: 16px
}

.elementor-nav-menu--layout-treeview {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden
}

.tbay-treeview>.navbar-nav>li.menu-item-has-children>.dropdown-menu {
	border-bottom: 0
}

.tbay-treeview .dropdown-menu {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-left: 0;
	border-right: 0;
	margin-top: 0;
	border-top: 0
}

.tbay-treeview .navbar-nav>li>a {
	background: 0 0 !important
}

.tbay-treeview li.menu-item-has-children .dropdown-menu .dropdown-menu {
	border-bottom: 0
}

.tbay-treeview li.menu-item-has-children .dropdown-menu>li>a {
	border-bottom: 1px solid #ddd
}

.tbay-treeview li.menu-item-has-children .dropdown-menu>li>a i {
	margin-right: 10px
}

.tbay-treeview .navbar-nav>li.active>a {
	color: var(--tb-theme-color)
}

.tbay-treeview .navbar-nav>li .dropdown-menu>li.active>a {
	text-decoration: underline;
	color: var(--tb-theme-color)
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu {
	border: 0;
	position: static;
	width: 100% !important;
	padding: 0
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-section-wrap>.elementor-section {
	padding-top: 0 !important
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-widget-wrap {
	padding: 0 !important
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .tbay-element-menu-vertical .heading-tbay-title {
	margin: 0;
	padding: 10px 20px;
	background: #eee
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical {
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li {
	padding-left: 20px !important;
	padding-right: 20px !important
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a {
	padding: 0;
	line-height: 36px
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a i {
	margin-right: 10px
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a:hover {
	text-decoration: none;
	color: var(--tb-theme-color)
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-column {
	width: 100% !important;
	padding: 0 !important
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-column>.elementor-column-wrap {
	padding: 0 !important
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-row,
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container {
	flex-direction: column
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-row>div>div,
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container>div>div {
	padding: 0 15px
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-row .elementor-widget-wrap,
.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container .elementor-widget-wrap {
	padding: 0 0 20px
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-section-wrap>.elementor-section {
	padding: 0
}

.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .banner-mega .elementor-widget-wrap {
	padding-top: 0 !important;
	padding-bottom: 30px
}

.tbay-treeview .navbar-nav>li .dropdown-menu .elementor-heading-title {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
	margin-bottom: 12px
}

.tbay-treeview .tbay-vertical .navbar-nav.megamenu {
	background-color: transparent;
	margin-bottom: 15px
}

.tbay-treeview .tbay-vertical .navbar-nav.megamenu a {
	border-bottom: 0
}

.treeview .tbay-addon>.tbay-addon-title {
	font-size: 15px;
	padding: 0;
	text-align: left;
	font-weight: 700;
	color: #212b36
}

.menu.treeview li {
	background: 0;
	padding: 0
}

.tbay_custom_menu.treeview-menu .dropdown-menu {
	position: static;
	border: 0;
	float: none;
	padding-left: 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
	padding-top: 0;
	background: #fafafa;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.tbay_custom_menu.treeview-menu .dropdown-menu p {
	margin-bottom: 0
}

.tbay_custom_menu.treeview-menu .dropdown-menu .tbay-addon-title {
	font-weight: 700 !important;
	font-size: 15px !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	line-height: normal !important;
	background: #eee !important;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0 !important
}

.tbay_custom_menu.treeview-menu .dropdown-menu .tbay-addon-title:before {
	display: none !important
}

.tbay_custom_menu.treeview-menu .dropdown-menu ul {
	margin-top: 0;
	border-top: 0;
	background: #fafafa
}

.tbay_custom_menu.treeview-menu .dropdown-menu ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
	line-height: 25px
}

.tbay_custom_menu.treeview-menu .dropdown-menu ul li a {
	line-height: normal;
	padding: 5px 20px !important
}

.navbar-nav.treeview li {
	background: 0 0 !important
}

.treeview li {
	position: relative;
	padding: 0 !important
}

.treeview li>a {
	width: 100%;
	display: inline-block;
	line-height: 46px;
	padding-left: 40px;
	padding-right: 0;
	position: relative
}

.treeview li>a i,
.treeview li>a img {
	position: static
}

.treeview li .hitarea {
	position: absolute;
	right: 0;
	margin: 0;
	background: 0 0;
	z-index: 99;
	height: 100%;
	top: 0;
	line-height: 39px;
	width: 30px;
	padding-right: 15px;
	padding-left: 0;
	text-align: center
}

.treeview li .hitarea:after {
	display: block;
	font-size: 14px;
	content: "\e615";
	font-family: 'simple-line-icons'
}

.treeview li.expandable>.hitarea:after {
	content: "\e095";
	font-family: 'simple-line-icons';
	color: #333;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.treeview li.collapsable {
	padding-bottom: 0 !important
}

.treeview li.collapsable>.hitarea:after {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.treeview li .tbay-addon-nav-menu .menu>li:last-child,
.treeview li .wpb_content_element .menu>li:last-child {
	border-bottom: 0 !important;
	padding-bottom: 10px
}

.treeview .sub-menu a {
	width: auto
}

.treeview .sub-menu a:before {
	content: '';
	width: 10px;
	height: .5px;
	background: #999;
	position: absolute;
	top: 50%;
	left: 10px;
	right: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.treeview .sub-menu a:hover:before {
	left: 20px;
	right: auto;
	background: var(--tb-theme-color)
}

.element-tbay-nav-menu .caret .tbay-treeview .caret {
	display: none
}

.tbay-homepage-demo.body-inside-open #tbay-header.nav-cover-active-4 #nav-cover {
	visibility: hidden
}

.tbay-vertical .navbar-nav>li.menu-item-has-children {
	position: relative
}

.elementor-toggle-content-menu-yes .category-inside .category-inside-title {
	cursor: pointer
}

.elementor-toggle-content-menu-yes .category-inside .category-inside-title:after {
	display: none
}

.tbay-vertical>.navbar-nav>li.active-mega-menu {
	position: relative
}

.tbay-vertical>.navbar-nav>li.menu-item-has-children {
	position: relative
}

.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li {
	padding: 0
}

.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children>a {
	position: relative;
	display: block
}

.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children>a .caret {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #212b36;
	position: absolute;
	top: 0;
	right: 20px;
	left: auto;
	font-size: 16px
}

.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children>a .caret:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:hover>a,
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:focus>a {
	color: var(--tb-theme-color)
}

.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:hover>a .caret,
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:focus>a .caret {
	color: var(--tb-theme-color)
}

.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:hover>.dropdown-menu,
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:hover>.sub-menu,
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:focus>.dropdown-menu,
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:focus>.sub-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	pointer-events: visible
}

.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li a {
	padding: 0 24px;
	line-height: 44px;
	border-bottom: 0;
	display: block;
	color: #212b36
}

.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li a i {
	margin-right: 5px
}

.tbay-vertical>.navbar-nav>li.active-mega-menu>a,
.tbay-vertical>.navbar-nav>li.menu-item-has-children>a {
	position: relative;
	display: block
}

.tbay-vertical>.navbar-nav>li.active-mega-menu>a .caret,
.tbay-vertical>.navbar-nav>li.menu-item-has-children>a .caret {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	left: auto;
	font-size: 16px
}

.tbay-vertical>.navbar-nav>li.active-mega-menu>a .caret:before,
.tbay-vertical>.navbar-nav>li.menu-item-has-children>a .caret:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-vertical>.navbar-nav>li.active-mega-menu:hover>.dropdown-menu,
.tbay-vertical>.navbar-nav>li.active-mega-menu:hover>.sub-menu,
.tbay-vertical>.navbar-nav>li.menu-item-has-children:hover>.dropdown-menu,
.tbay-vertical>.navbar-nav>li.menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	pointer-events: all
}

.tbay-vertical>.navbar-nav>li.active-mega-menu .dropdown-menu .elementor-widget-container>.elementor-heading-title,
.tbay-vertical>.navbar-nav>li.menu-item-has-children .dropdown-menu .elementor-widget-container>.elementor-heading-title {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700
}

.tbay-vertical>.navbar-nav .dropdown-menu,
.tbay-vertical>.navbar-nav .sub-menu {
	pointer-events: none;
	top: -1px;
	left: 100%;
	right: auto;
	position: absolute;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left: 0;
	margin: 0;
	background: #fff;
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	border: 1px solid #eaeaea;
	border-left: 0;
	padding: 10px 0
}

.tbay-vertical>.navbar-nav .dropdown-menu .dropdown-menu-inner>.vc_row,
.tbay-vertical>.navbar-nav .sub-menu .dropdown-menu-inner>.vc_row {
	padding: 25px 10px;
	margin: 0
}

.tbay-vertical>.navbar-nav .dropdown-menu .dropdown-menu-inner>.vc_row+.vc_row,
.tbay-vertical>.navbar-nav .sub-menu .dropdown-menu-inner>.vc_row+.vc_row {
	padding-top: 0
}

.tbay-vertical>.navbar-nav .dropdown-menu:before,
.tbay-vertical>.navbar-nav .sub-menu:before {
	content: '';
	background-color: #ddd;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0;
	right: auto
}

.tbay-vertical>.navbar-nav .dropdown-menu p,
.tbay-vertical>.navbar-nav .sub-menu p {
	margin: 0
}

.tbay-vertical>.navbar-nav .dropdown-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5,
.tbay-vertical>.navbar-nav .sub-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 {
	font-size: 18px;
	background: #f5f5f5;
	padding: 15px
}

.tbay-vertical>.navbar-nav .dropdown-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu a,
.tbay-vertical>.navbar-nav .sub-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu a {
	font-size: 14px;
	line-height: 36px;
	padding-left: 30px;
	padding-right: 0;
	border-bottom: 1px solid #f5f5f5
}

.tbay-vertical>.navbar-nav .dropdown-menu>li,
.tbay-vertical>.navbar-nav .sub-menu>li {
	padding: 5px 20px;
	line-height: 28px
}

.tbay-vertical>.navbar-nav .dropdown-menu>li>a,
.tbay-vertical>.navbar-nav .sub-menu>li>a {
	font-size: 14px;
	padding-left: 30px;
	padding-right: 0;
	border-bottom: 1px solid #f5f5f5;
	line-height: 36px
}

.tbay-vertical>.navbar-nav .dropdown-menu>li>a:hover,
.tbay-vertical>.navbar-nav .sub-menu>li>a:hover {
	color: var(--tb-theme-color);
	padding: 0
}

.tbay-vertical>.navbar-nav .dropdown-menu .elementor-section-wrap>section+section,
.tbay-vertical>.navbar-nav .sub-menu .elementor-section-wrap>section+section {
	margin-top: -30px
}

.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav,
.tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav {
	border: 0
}

.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li:hover,
.tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li:hover {
	background-color: transparent
}

.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li>a,
.tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li>a {
	border-bottom: 0;
	line-height: 28px;
	color: #999
}

.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li>a:hover,
.tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li>a:hover {
	color: var(--tb-theme-color);
	background-color: transparent
}

.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li>a img,
.tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li>a img {
	margin: 0
}

.tbay-vertical>.navbar-nav .dropdown-menu .brands.row.grid,
.tbay-vertical>.navbar-nav .sub-menu .brands.row.grid {
	margin-right: -4px;
	margin-left: -4px
}

.tbay-vertical>.navbar-nav .dropdown-menu .brands.row.grid>.item,
.tbay-vertical>.navbar-nav .sub-menu .brands.row.grid>.item {
	padding: 0 4px;
	margin-bottom: 8px
}

.open .category-inside-content {
	top: 100%;
	left: 0
}

@media(max-width:1199px) {
	.open .category-inside-content {
		max-width: 100%;
		min-width: auto
	}
}

.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu {
	min-width: 700px;
	padding: 32px 9px 24px;
	height: 100%
}

.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu .banner-mega .elementor-widget-wrap {
	padding-top: 0 !important;
	padding-bottom: 30px
}

.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a {
	padding: 0;
	line-height: 22px
}

.tbay-vertical .navbar-nav>li .elementor-heading-title {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
	margin-bottom: 12px
}

.menu-canvas-content .tbay-vertical .navbar-nav {
	list-style: none;
	padding: 0;
	margin: 0
}

.menu-canvas-content .tbay-vertical .navbar-nav>li>a {
	display: block;
	padding: 0 20px;
	line-height: 39px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.menu-canvas-content .tbay-vertical .navbar-nav>li>a:hover {
	background: #f4f6f8
}

.menu-canvas-content .tbay-vertical .navbar-nav>li:first-child>a {
	border-top: 1px solid rgba(145, 158, 171, .24)
}

.menu-canvas-content .tbay-vertical .navbar-nav>li {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.menu-canvas-content .tbay-vertical .navbar-nav>li:hover {
	background: #f4f6f8
}

.menu-canvas-content .tbay-vertical .navbar-nav>li:hover>a {
	color: var(--tb-theme-color)
}

.menu-canvas-content .tbay-vertical .navbar-nav>li:hover>a i,
.menu-canvas-content .tbay-vertical .navbar-nav>li:hover>a .caret {
	color: var(--tb-theme-color)
}

.menu-canvas-content .tbay-vertical .navbar-nav li>a i,
.menu-canvas-content .tbay-vertical .navbar-nav li>a img {
	display: inline-block;
	margin-right: 12px;
	margin-left: 0;
	font-size: 20px;
	vertical-align: middle;
	color: #212b36;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s
}

.menu-canvas-content .tbay-vertical .navbar-nav li>a.selected,
.menu-canvas-content .tbay-vertical .navbar-nav li>a:hover {
	background-color: #f4f6f8;
	color: var(--tb-theme-color)
}

.menu-canvas-content .tbay-vertical .navbar-nav li>a.selected i,
.menu-canvas-content .tbay-vertical .navbar-nav li>a.selected .caret,
.menu-canvas-content .tbay-vertical .navbar-nav li>a:hover i,
.menu-canvas-content .tbay-vertical .navbar-nav li>a:hover .caret {
	color: var(--tb-theme-color)
}

.menu-canvas-content .tbay-vertical .navbar-nav li>a .text-label {
	display: inline-block;
	margin-left: 10px;
	margin-right: 0
}

.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu>a,
.menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children>a {
	position: relative
}

.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu>a .caret,
.menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children>a .caret {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #212b36;
	position: absolute;
	top: 50%;
	right: -2px;
	left: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px
}

.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu>a .caret:before,
.menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children>a .caret:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu>a:hover .caret,
.menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children>a:hover .caret {
	color: var(--tb-theme-color)
}

.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu:hover>.dropdown-menu,
.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu:hover>.sub-menu,
.menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children:hover>.dropdown-menu,
.menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}

.menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu:hover>a .caret,
.menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children:hover>a .caret {
	color: var(--tb-theme-color)
}

.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu,
.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu {
	top: 0;
	left: 100%;
	right: auto;
	position: absolute;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left: 0;
	margin: 0;
	background: #fff;
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	border: 1px solid #eaeaea;
	border-left: 0;
	padding: 0
}

.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu .dropdown-menu-inner>.vc_row,
.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu .dropdown-menu-inner>.vc_row {
	padding: 25px 10px;
	margin: 0
}

.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu .dropdown-menu-inner>.vc_row+.vc_row,
.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu .dropdown-menu-inner>.vc_row+.vc_row {
	padding-top: 0
}

.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu:before,
.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu:before {
	content: '';
	background-color: #ddd;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0;
	right: auto
}

.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu p,
.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu p {
	margin: 0
}

.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu {
	min-width: 100%;
	min-height: auto;
	list-style: none;
	z-index: 9999;
	padding: 10px 0
}

.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu>li>a {
	display: block;
	position: relative;
	line-height: 44px;
	padding: 0 15px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s
}

.menu-canvas-content .tbay-vertical .navbar-nav .tbay-addon .tbay-addon-title {
	font-size: 14px;
	line-height: inherit;
	margin: 0 0 5px
}

.menu-canvas-content .tbay-vertical .navbar-nav .wpb_content_element {
	margin-bottom: 15px
}

.menu-canvas-content .tbay-vertical .navbar-nav .tbay-addon-nav-menu li a {
	line-height: 29px;
	color: #888
}

.menu-canvas-content .tbay-vertical .navbar-nav .tbay-addon-nav-menu li a:hover {
	color: var(--tb-theme-color)
}

.tbay-vertical-menu .treeview li.collapsable .hitarea:after {
	content: "\e615"
}

.tbay-vertical-menu .treeview li.expandable .hitarea:after {
	content: "\e095"
}

.tbay-vertical-menu .treeview li .hitarea:not(:first-child) {
	display: none
}

.tbay-vertical-menu .treeview li .hitarea {
	top: 2px;
	display: none
}

nav.tbay-vertical.vertical-submenu-left .navbar-nav li a {
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse
}

nav.tbay-vertical.vertical-submenu-left .navbar-nav li a>i {
	margin-left: 15px;
	margin-right: 0
}

nav.tbay-vertical.vertical-submenu-left .navbar-nav li a>.caret {
	left: 20px !important;
	right: auto !important
}

nav.tbay-vertical.vertical-submenu-left .navbar-nav li a>.caret:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

nav.tbay-vertical.vertical-submenu-left .navbar-nav .menu-item-has-children .dropdown-menu {
	right: 100%;
	left: auto;
	top: -1px
}

nav.tbay-vertical.vertical-submenu-left .navbar-nav .active-mega-menu .dropdown-menu {
	right: calc(100% - 1px);
	left: auto
}

.tbay-section-static .tbay-column-static .tbay-treevertical-lv1 .dropdown-menu .elementor-widget-wrap>div {
	padding: 0
}

.tbay-section-static .tbay-column-static .tbay-treevertical-lv1 .elementor-widget-wrap>.elementor-element {
	width: 100%
}

.active-admin-bar .element-menu-canvas .menu-canvas-content,
.admin-bar .element-menu-canvas .menu-canvas-content {
	top: 32px
}

.btn-canvas-menu i {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.element-menu-canvas .menu-canvas-content {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: 100%;
	max-width: 268px;
	z-index: 10002;
	background-color: #fff;
	padding: 0;
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
	height: auto;
	overflow-y: visible;
	-webkit-transform: translate3d(370px, 0, 0);
	transform: translate3d(370px, 0, 0)
}

.element-menu-canvas .canvas-overlay-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
	height: 100%;
	z-index: 1001;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: hidden;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	-o-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s
}

.element-menu-canvas.open .canvas-overlay-wrapper {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transition: opacity .25s ease, visibility 0s ease;
	-o-transition: opacity .25s ease, visibility 0s ease;
	transition: opacity .25s ease, visibility 0s ease
}

.element-menu-canvas.open .menu-canvas-content {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important
}

.canvas-position-left .element-menu-canvas .menu-canvas-content {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-370px, 0, 0);
	transform: translate3d(-370px, 0, 0);
	opacity: 0;
	filter: alpha(opacity=0)
}

.canvas-position-left .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .menu-item-has-children .dropdown-menu {
	top: 0
}

.canvas-position-left .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .active-mega-menu .dropdown-menu {
	left: calc(100% - -1px)
}

.canvas-position-right .element-menu-canvas .menu-canvas-content {
	right: 0;
	left: auto;
	-webkit-transform: translate3d(370px, 0, 0);
	transform: translate3d(370px, 0, 0);
	opacity: 0;
	filter: alpha(opacity=0)
}

.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu>a .caret,
.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children>a .caret {
	left: 0 !important
}

.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu>a .caret:before,
.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children>a .caret:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav li.active-mega-menu>a .caret:after,
.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav li.menu-item-has-children>a .caret:after {
	display: none
}

.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .menu-item-has-children .dropdown-menu {
	top: 0
}

.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .active-mega-menu .dropdown-menu {
	right: 100%
}

.element-menu-canvas .menu-canvas-content .tbay-treeview .tbay-vertical .navbar-nav {
	border: 0
}

.element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu>li>a:hover {
	color: var(--tb-theme-color);
	background: unset
}

.element-menu-canvas .menu-canvas-content .toggle-canvas-title {
	padding: 30px 20px 30px 24px;
	line-height: 26px;
	color: #212b36;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	font-size: 18px;
	font-weight: 700
}

.element-menu-canvas .menu-canvas-content .toggle-canvas-close {
	float: right;
	padding: 5px 10px;
	width: 30px;
	height: 30px;
	display: flex;
	outline: 0;
	border: 0;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #212b36
}

.element-menu-canvas .menu-canvas-content .toggle-canvas-close:hover {
	color: var(--tb-theme-color)
}

.elementor-widget-tbay-nav-menu .menu-canvas-content .tbay-treevertical-lv1.tbay-vertical>.navbar-nav>li>a {
	margin: 0 20px 0 28px;
	padding: 3px 0 4px
}

.woocommerce div.product.elementor .star-rating {
	margin-top: auto
}

.name a {
	color: #212b36
}

.name a:hover {
	color: var(--tb-theme-color)
}

.elementor-product-v2 .product-block.grid .image {
	margin-bottom: 0 !important
}

.product-block .groups-button {
	clear: both
}

.product-block .groups-button a {
	color: #fff;
	background: var(--tb-theme-color);
	padding: 5px 0;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

.product-block .groups-button a:hover {
	color: #fff;
	background: var(--tb-theme-color-hover)
}

.product-block .groups-button a.wvs_archive_reset_variations_link {
	background-color: transparent !important;
	color: #333 !important
}

.product-block .groups-button a.wvs_archive_reset_variations_link:hover {
	color: var(--tb-theme-color) !important
}

.product-block .groups-button i {
	line-height: 1;
	font-size: 20px
}

.product-block .groups-button a.button.loading:after {
	display: none !important
}

.product-block .groups-button a.button.loading .title-cart {
	position: relative
}

.product-block .groups-button a.button.loading .title-cart:after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: -20px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.product-block .groups-button .title-cart {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	display: inline-block;
	padding: 0;
	text-align: center
}

.product-block .groups-button .yith-wcqv-button {
	float: left
}

.product-block .groups-button .yith-wcqv-button i {
	height: 15px
}

.product-block .groups-button>div:not(.quantity-group-btn) {
	line-height: 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.product-block .groups-button>div:not(.quantity-group-btn).add-cart>a {
	padding: 0 20px;
	display: block;
	line-height: 40px
}

.product-block .groups-button>div:not(.quantity-group-btn).add-cart>a.added+a {
	padding: 0 20px;
	background: var(--tb-theme-color);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: #fff
}

.product-block .groups-button>div:not(.quantity-group-btn).add-cart:hover {
	background: var(--tb-theme-color)
}

.product-block .groups-button>div:not(.quantity-group-btn).add-cart .added {
	display: none
}

.product-block .groups-button>div:not(.quantity-group-btn):hover a {
	color: #fff;
	background: var(--tb-theme-color-hover)
}

.product-block .groups-button>a {
	margin-bottom: 7px
}

.product-block .groups-button div.yith-compare,
.product-block .groups-button .yith-wcqv-button {
	padding: 0;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-right: 5px;
	margin-left: 0
}

.product-block .groups-button div.yith-compare:hover,
.product-block .groups-button .yith-wcqv-button:hover {
	background: var(--tb-theme-color)
}

.product-block .groups-button div.yith-compare.active,
.product-block .groups-button .yith-wcqv-button.active{
	background: var(--tb-theme-color)
}

.product-block .groups-button div.yith-compare {
	margin-right: 0;
	position: relative
}

.product-block .groups-button div.yith-compare a {
	line-height: initial;
	text-indent: -10000px;
	width: inherit
}

.product-block .groups-button div.yith-compare a:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.product-block .groups-button div.yith-compare a:after {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
	line-height: 30px;
	text-indent: 0;
	font-size: 14px
}

.product-block .button-wishlist a {
	font-size: 12px;
	line-height: 14px;
	display: block
}

.product-block .yith-compare a {
	position: absolute;
	top: 35px;
	right: -50%;
	font-size: 16px;
	z-index: 10;
	height: 34px;
	display: block;
	width: 34px;
	line-height: 34px;
	border-radius: 50%;
	background: #fff;
	opacity: .9;
	filter: alpha(opacity=90);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	visibility: hidden;
	text-align: center;
	border: 1px solid rgba(145, 158, 171, .24)
}

.product-block .group-actions-product {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	z-index: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: #fff;
	opacity: .9;
	filter: alpha(opacity=90);
	height: 50px;
}

.product-block .group-actions-product>div,
.product-block .group-actions-product>a {
	flex: 0 0 45%;
	width: 100%;
	padding: 0;
	height: 40px;
	padding-top: 2px;
	margin-right: 2px
}

.product-block .group-actions-product .yith-wcqv-button {
	background: 0 0;
	color: #212b36;
	font-weight: 400;
	font-size: 12px;
	padding-top: 1px;
	margin-right: 0
}

.product-block .group-actions-product .yith-wcqv-button:hover {
	background: 0 0;
	color: var(--tb-theme-color)
}

.product-block .group-actions-product .yith-wcqv-button span i {
	display: block;
	font-size: 24px
}

.product-block:hover .group-actions-product {
	bottom: 0;
	z-index: 999;
	visibility: visible
}

.product-block:hover .yith-compare a {
	right: 15px;
	visibility: visible
}

.product-block.grid {
	position: relative;
	margin: 0;
	padding: 0px 0px 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border: 1px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1
}

.product-block.grid:hover {
	border-color: rgba(145, 158, 171, .24);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .03);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .03)
}

.product-block.grid:hover .sold-by-meta+.group-actions-product {
	bottom: 26px;
	padding-bottom: 15px
}

.product-block.grid .block-inner {
	position: relative;
	max-width: 100%
}

.product-block.grid .image {
	margin-bottom: 19px !important
}

.product-block.grid .image~.show-brand {
	max-height: 45px;
	overflow: hidden;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	white-space: nowrap;
	display: flex;
	margin-top: 7px;
	margin-bottom: 5px
}

.product-block.grid .onsale {
	width: 100%
}

.product-block.grid .onsale>span {
	background: #183F35;
	white-space: nowrap;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 0 8px;
	position: absolute;
	text-align: center;
	text-transform: none;
	left: 8px;
	right: auto;
	top: 8px;
	line-height: 18px;
	min-height: auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	display: inline-block;
	height: 20px;
	z-index: 2;
	min-width: 68px
}

.product-block.grid .onsale>span.featured {
	right: 8px;
	top: 8px;
	left: auto;
	background: #fff;
	border: 1px solid var(--tb-theme-color);
	color: var(--tb-theme-color)
}

.product-block.grid .onsale>span.saled {
	font-weight: 600;
	display: flex;
	min-width: 35px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.product-block.grid .onsale>.saled {
	left: 8px;
	right: auto;
	top: 8px
}

.product-block.grid .caption {
	max-width: 100%
}

.product-block.grid .name {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 4px;
	font-family: var(--tb-text-primary-font)
}

.product-block.grid .price {
	margin-top: 6px;
	margin-bottom: 15px;
	display: flex
}

.hidden-text-cart-yes .product-block.grid .title-cart {
	display: none
}

.woocommerce span.onsale {
	width: 100%;
	top: 0;
	left: 0;
	background: 0 0;
	z-index: 11;
	pointer-events: none
}

.hidden-desc-yes .description {
	display: none
}

@media(max-width:767px) {

	.product-block.grid .groups-button div.yith-compare,
	.product-block.grid .groups-button .yith-wcqv-button {
		display: none
	}
}

@media(min-width:768px) and (max-width:825px) {
	.product-block.grid .groups-button>div.add-cart {
		float: initial;
		max-width: 100%
	}
}

.button-wishlist .yith-wcwl-add-button a>i {
	margin: 0
}

.button-wishlist .yith-wcwl-add-button a span {
	display: none
}

.button-wishlist .yith-wcwl-add-button .delete_item i {
	color: var(--tb-theme-color)
}

.button-wishlist .yith-wcwl-wishlistexistsbrowse,
.button-wishlist .yith-wcwl-wishlistaddedbrowse {
	color: var(--tb-theme-color)
}

.button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
	display: block;
	font-size: 20px;
	line-height: 23px
}

.button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i,
.button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i {
	margin: 0;
	color: var(--tb-theme-color)
}

.button-wishlist .yith-wcwl-wishlistexistsbrowse a,
.button-wishlist .yith-wcwl-wishlistaddedbrowse a {
	color: var(--tb-theme-color)
}

.button-wishlist .yith-wcwl-add-to-wishlist span span {
	display: none
}

.button-wishlist .yith-wcwl-add-to-wishlist>div a>span {
	display: block;
	font-size: 12px;
	line-height: 14px
}

.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a {
	font-size: 20px;
	color: #212b36;
	font-weight: 400
}

.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>i {
	font-size: 20px;
	line-height: 23px;
	margin: 0
}

.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a:hover {
	color: var(--tb-theme-color)
}

.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item+span {
	display: none
}

.button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.view-wishlist {
	display: none
}

.singular-shop div.product .exists.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a,
.button-wishlist .exists.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a {
	color: var(--tb-theme-color)
}

.singular-shop div.product .exists.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a+.separator,
.button-wishlist .exists.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a+.separator {
	display: none
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist.exists>div.yith-wcwl-add-button a {
	font-size: 0;
	display: block;
	text-align: center;
	width: 24px;
	height: 24px
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist.exists>div.yith-wcwl-add-button a i {
	margin-right: 0;
	margin-left: 0;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	width: 24px;
	height: 24px
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	width: 24px;
	height: 24px;
	text-align: center
}

.woocommerce a.button.alt.add_to_wishlist,
.woocommerce .yith-wcwl-add-button a.button.alt {
	background: 0 0;
	color: #e0e0e0;
	padding: 0;
	font-weight: 400
}

.woocommerce a.add_to_wishlist.button.alt {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-width: 0
}

.woocommerce a.add_to_wishlist.button.alt:hover {
	background-color: transparent;
	background: 0 0;
	color: var(--tb-theme-color);
	border-color: initial
}

.woocommerce .product-block a.button.alt.add_to_wishlist,
.woocommerce .product-block .yith-wcwl-add-button a.button.alt {
	color: #212b36;
	font-weight: 400;
	padding: 0
}

.woocommerce .product-block a.button.alt.add_to_wishlist:hover,
.woocommerce .product-block .yith-wcwl-add-button a.button.alt:hover {
	color: var(--tb-theme-color)
}

.woocommerce .product-block .exists a.button.alt.add_to_wishlist,
.woocommerce .product-block .exists .yith-wcwl-add-button a.button.alt {
	color: var(--tb-theme-color)
}

.woocommerce div.product form.cart .button.add_to_wishlist,
.woocommerce div.product form.cart .yith-wcwl-add-button>a {
	float: none;
	line-height: inherit;
	padding: 0
}

.product-block .button-wishlist .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item {
	font-size: 0
}

.information .summary a.delete_item~a {
	display: none
}

.hidden-text-cart-yes .product-block .add-cart a.loading i {
	display: none
}

.hidden-text-cart-yes .product-block .add-cart a.loading:after {
	margin: 0
}

.hidden-text-cart-yes .product-block .add-cart .added+a {
	font-size: 0;
	position: relative
}

.hidden-text-cart-yes .product-block .add-cart .added+a:before {
	position: absolute;
	content: '\e080';
	font-family: 'simple-line-icons';
	font-size: 12px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.elementor-product-v3 .time,
.product-count-down .time {
	margin-bottom: 14px
}

.elementor-product-v3 .description,
.product-count-down .description {
	margin-bottom: 15px
}

.products.load-ajax {
	position: relative;
	opacity: .6;
	filter: alpha(opacity=60)
}

.products.load-ajax:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-top-color: var(--tb-theme-color);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 100px;
	left: 50%;
	margin-left: -20px;
	margin-right: 0;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color)
}

#content .products.vendor-list>.row>div {
	width: 100%
}

.input-default,
.post-password-form input[type=password],
.woocommerce .input-text {
	border: 1px solid rgba(145, 158, 171, .24) !important;
	line-height: normal !important;
	padding: 0 15px;
	outline: 0;
	color: #212b36;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	height: 44px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff
}

@media(max-width:1199px) {

	.input-default,
	.post-password-form input[type=password],
	.woocommerce .input-text {
		font-size: 16px
	}
}

@media(max-width:480px) {

	.input-default,
	.post-password-form input[type=password],
	.woocommerce .input-text {
		padding: 0 8px !important
	}
}

.archive #main-content>.layout-blog {
	margin: 0
}

.woocommerce ul.product_list_widget li {
	clear: both;
	margin: 0 0 40px;
	padding: 0
}

.woocommerce ul.product_list_widget li img {
	float: none;
	margin: 0;
	width: auto
}

.woof_checkbox_instock+label {
	float: left
}

.woof_container label {
	font-weight: 400
}

.widget_price_filter .price_slider_wrapper {
	overflow: hidden
}

.widget_price_filter .vendor-list {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px
}

.widget_layered_nav>ul a {
	color: #212b36;
	line-height: 27px
}

.widget_layered_nav>ul a:hover {
	color: var(--tb-theme-color)
}

body:not(.tbay-body-default) .widget label {
	font-weight: 400
}

body:not(.tbay-body-default) .widget.widget_glt_widget #google_language_translator .skiptranslate>div {
	vertical-align: middle;
	display: inline-block
}

body:not(.tbay-body-default) .widget.widget_glt_widget #google_language_translator .skiptranslate>div select {
	border: 0 !important;
	margin: 0;
	padding: 0 !important;
	vertical-align: middle;
	font-size: 15px;
	width: 130px
}

body:not(.tbay-body-default) .widget .widget_sp_image-image-link {
	display: block;
	overflow: hidden;
	position: relative
}

body:not(.tbay-body-default) .widget .widget_sp_image-image-link img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}

body:not(.tbay-body-default) .widget.widget_text img {
	margin: 20px 0;
	height: auto
}

body:not(.tbay-body-default) .widget .post-widget .image {
	width: 70px;
	margin-top: 5px
}

body:not(.tbay-body-default) .widget .post-widget .image img {
	width: 100%;
	height: auto
}

body:not(.tbay-body-default) .widget.widget_rss ul,
body:not(.tbay-body-default) .widget.widget_rss ol {
	padding: 0;
	margin: 0;
	list-style: none
}

body:not(.tbay-body-default) .widget.widget_rss ul li:last-child,
body:not(.tbay-body-default) .widget.widget_rss ol li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

body:not(.tbay-body-default) .widget.widget_rss ul li .children>li:before,
body:not(.tbay-body-default) .widget.widget_rss ol li .children>li:before {
	top: 24px
}

body:not(.tbay-body-default) .widget.widget_rss ul ul li:first-child,
body:not(.tbay-body-default) .widget.widget_rss ol ul li:first-child {
	padding-top: 14px;
	background-position: 0 24px
}

body:not(.tbay-body-default) .widget.widget_rss ul li {
	background: 0
}

body:not(.tbay-body-default) .widget.widget_rss ul li a {
	padding: 0
}

body:not(.tbay-body-default) .widget.widget_recent_comments ul,
body:not(.tbay-body-default) .widget.widget_recent_comments ol {
	padding: 0;
	margin: 0;
	list-style: none
}

body:not(.tbay-body-default) .widget.widget_recent_comments ul li:last-child,
body:not(.tbay-body-default) .widget.widget_recent_comments ol li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

body:not(.tbay-body-default) .widget.widget_recent_comments ul li .children>li:before,
body:not(.tbay-body-default) .widget.widget_recent_comments ol li .children>li:before {
	top: 24px
}

body:not(.tbay-body-default) .widget.widget_recent_comments ul ul li:first-child,
body:not(.tbay-body-default) .widget.widget_recent_comments ol ul li:first-child {
	padding-top: 14px;
	background-position: 0 24px
}

body:not(.tbay-body-default) .widget.widget_recent_comments ul li {
	background: 0
}

body:not(.tbay-body-default) .widget.widget_rss ul,
body:not(.tbay-body-default) .widget.widget_rss ol {
	padding: 0;
	margin: 0;
	list-style: none
}

body:not(.tbay-body-default) .widget.widget_rss ul li:last-child,
body:not(.tbay-body-default) .widget.widget_rss ol li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

body:not(.tbay-body-default) .widget.widget_rss ul li .children>li:before,
body:not(.tbay-body-default) .widget.widget_rss ol li .children>li:before {
	top: 24px
}

body:not(.tbay-body-default) .widget.widget_rss ul ul li:first-child,
body:not(.tbay-body-default) .widget.widget_rss ol ul li:first-child {
	padding-top: 14px;
	background-position: 0 24px
}

body:not(.tbay-body-default) .widget.widget_rss ul li {
	background: 0
}

body:not(.tbay-body-default) .widget.widget_rss ul li a {
	padding: 0
}

body:not(.tbay-body-default) .widget.widget_rss ul li:before {
	display: none
}

body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget {
	list-style: none
}

body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li {
	padding: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li .product-title {
	font-weight: 500;
	color: #0b132b;
	font-size: 15px
}

body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li .product-title:hover {
	color: var(--tb-theme-color)
}

body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li .reviewer {
	display: none
}

body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li a {
	line-height: 22px
}

body:not(.tbay-body-default) .widget.widget_recent_reviews ul.product_list_widget li a img {
	float: left;
	margin-right: 15px;
	margin-left: auto;
	max-width: 70px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

body:not(.tbay-body-default) .widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
	display: none
}

body:not(.tbay-body-default) .widget.widget_product_search .woocommerce-product-search input {
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget .vendor-list {
	padding: 19px 20px 18px;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	margin-bottom: 17px
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget li {
	border-bottom: none !important;
	padding: 5px 0 !important
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget li.list_empty:before {
	content: ""
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget li:before {
	font-family: "fontawesome";
	content: "\f014 ";
	font-size: 17px;
	text-indent: 0;
	position: absolute;
	left: auto !important;
	right: 3px;
	top: 0;
	width: 25px;
	height: 30px;
	line-height: 30px;
	text-align: center
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget .remove {
	left: auto !important;
	right: 3px;
	text-indent: -9999px
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget .remove:hover {
	background-color: transparent !important
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget .title {
	color: #222;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-transform: capitalize
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget a.clear-all {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: 15px
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget a.clear-all {
	line-height: 37px
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget a.compare {
	float: left;
	background: var(--tb-theme-color);
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: var(--tb-theme-color);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	letter-spacing: 0;
	padding: 10px 24px;
	font-weight: 500
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget a.compare:after {
	vertical-align: unset
}

body:not(.tbay-body-default) .widget.yith-woocompare-widget a.compare:hover {
	background: 0 0;
	color: var(--tb-theme-color)
}

body:not(.tbay-body-default) .widget.widget_shopping_cart .widget_shopping_cart_content {
	overflow: hidden
}

body:not(.tbay-body-default) .widget.widget_recent_entries ul {
	margin-top: 20px
}

body:not(.tbay-body-default) .widget.widget_recent_entries ul a {
	display: block;
	margin-bottom: 5px
}

body:not(.tbay-body-default) .widget.widget-timework strong {
	color: #000;
	font-weight: 500
}

body:not(.tbay-body-default) .feedback {
	text-align: center
}

body:not(.tbay-body-default) .widget_recent_entries>ul {
	padding: 0;
	margin: 0;
	list-style: outside none none
}

body:not(.tbay-body-default) .widget_recent_entries>ul li {
	line-height: 22px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

body:not(.tbay-body-default) .widget_recent_entries>ul li:last-child {
	border: 0;
	margin: 0
}

body:not(.tbay-body-default) .widget_recent_entries>ul .post-date:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

body:not(.tbay-body-default) .widget_recent_entries>ul .post-date:before {
	display: inline-block;
	margin-right: 7px;
	margin-left: 0;
	font-size: 18px
}

body:not(.tbay-body-default) .widget_greenmart_instagram .instagram-pics {
	margin: 0 -5px
}

body:not(.tbay-body-default) .widget_greenmart_instagram .instagram-pics:after {
	display: block;
	clear: both;
	content: ""
}

body:not(.tbay-body-default) .widget_greenmart_instagram .instagram-pics>div {
	padding: 0 5px;
	margin-bottom: 10px;
	margin-top: 0
}

body:not(.tbay-body-default) .widget_greenmart_instagram .instagram-pics>div .group-items,
body:not(.tbay-body-default) .widget_greenmart_instagram .instagram-pics>div .elapsed-time {
	display: none
}

body:not(.tbay-body-default) .widget_greenmart_instagram a {
	display: block;
	position: relative
}

body:not(.tbay-body-default) .widget_greenmart_instagram a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

body:not(.tbay-body-default) .widget_greenmart_instagram a:hover:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

body:not(.tbay-body-default) .widget_product_categories .product-categories,
body:not(.tbay-body-default) .widget_product_categories ul,
body:not(.tbay-body-default) .widget_categories .product-categories,
body:not(.tbay-body-default) .widget_categories ul {
	padding: 0;
	list-style: none;
	margin: 0;
	line-height: 28px
}

body:not(.tbay-body-default) .widget_product_categories .product-categories a,
body:not(.tbay-body-default) .widget_product_categories ul a,
body:not(.tbay-body-default) .widget_categories .product-categories a,
body:not(.tbay-body-default) .widget_categories ul a {
	color: #212b36;
	display: inline-block;
	font-size: 14px;
	line-height: 22px
}

body:not(.tbay-body-default) .widget_product_categories .product-categories a:hover,
body:not(.tbay-body-default) .widget_product_categories ul a:hover,
body:not(.tbay-body-default) .widget_categories .product-categories a:hover,
body:not(.tbay-body-default) .widget_categories ul a:hover {
	color: var(--tb-theme-color)
}

body:not(.tbay-body-default) .widget_product_categories .product-categories .children,
body:not(.tbay-body-default) .widget_product_categories ul .children,
body:not(.tbay-body-default) .widget_categories .product-categories .children,
body:not(.tbay-body-default) .widget_categories ul .children {
	list-style: none;
	padding-left: 10px;
	padding-right: 0
}

body:not(.tbay-body-default) .widget_product_categories .product-categories li,
body:not(.tbay-body-default) .widget_product_categories ul li,
body:not(.tbay-body-default) .widget_categories .product-categories li,
body:not(.tbay-body-default) .widget_categories ul li {
	position: relative;
	background: 0 0
}

body:not(.tbay-body-default) .widget_product_categories .product-categories .current-cat>a,
body:not(.tbay-body-default) .widget_product_categories ul .current-cat>a,
body:not(.tbay-body-default) .widget_categories .product-categories .current-cat>a,
body:not(.tbay-body-default) .widget_categories ul .current-cat>a {
	color: var(--tb-theme-color)
}

body:not(.tbay-body-default) .widget_product_categories .product-categories .cat-item,
body:not(.tbay-body-default) .widget_product_categories ul .cat-item,
body:not(.tbay-body-default) .widget_categories .product-categories .cat-item,
body:not(.tbay-body-default) .widget_categories ul .cat-item {
	color: #212b36
}

.widget-products .owl-carousel {
	margin: 0
}

.tbay-widget-banner-image {
	position: relative
}

.tbay-widget-banner-image .container,
.tbay-widget-banner-image .dokan-dashboard .dokan-dashboard-wrap,
.dokan-dashboard .tbay-widget-banner-image .dokan-dashboard-wrap,
.tbay-widget-banner-image .dokan-store #main,
.dokan-store .tbay-widget-banner-image #main,
.tbay-widget-banner-image .wcfmmp-store-page #wcfmmp-store,
.wcfmmp-store-page .tbay-widget-banner-image #wcfmmp-store {
	position: absolute;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tbay-widget-banner-image .banner-remove {
	position: absolute;
	left: auto;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	color: #fff;
	border: 0;
	background: 0 0
}

.tbay-widget-banner-image .banner-remove:focus {
	outline: 0
}

.widget_greenmart_recent_post .item,
.tbay-addon-blog.vertical .item,
.widget_greenmart_popular_post .item {
	display: block !important
}

@media(min-width:1600px) {

	.widget_greenmart_recent_post .row[data-xlgdesktop="1"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="1"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="1"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {

	.widget_greenmart_recent_post .row[data-desktop="1"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktop="1"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktop="1"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1199.98px) and (min-width:992px) {

	.widget_greenmart_recent_post .row[data-desktopsmall="1"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="1"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="1"] .item:nth-last-child(1) .post {
		border: 0
	}
}

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

	.widget_greenmart_recent_post .row[data-tablet="1"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-tablet="1"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-tablet="1"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:767.98px) and (min-width:576px) {

	.widget_greenmart_recent_post .row[data-landscape="1"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-landscape="1"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-landscape="1"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(min-width:1600px) {

	.widget_greenmart_recent_post .row[data-xlgdesktop="2"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="2"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="2"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="2"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="2"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="2"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {

	.widget_greenmart_recent_post .row[data-desktop="2"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktop="2"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktop="2"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="2"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktop="2"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktop="2"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1199.98px) and (min-width:992px) {

	.widget_greenmart_recent_post .row[data-desktopsmall="2"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="2"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="2"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="2"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="2"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="2"] .item:nth-last-child(1) .post {
		border: 0
	}
}

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

	.widget_greenmart_recent_post .row[data-tablet="2"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-tablet="2"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-tablet="2"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="2"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-tablet="2"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-tablet="2"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:767.98px) and (min-width:576px) {

	.widget_greenmart_recent_post .row[data-landscape="2"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-landscape="2"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-landscape="2"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="2"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-landscape="2"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-landscape="2"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(min-width:1600px) {

	.widget_greenmart_recent_post .row[data-xlgdesktop="3"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="3"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="3"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="3"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="3"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="3"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {

	.widget_greenmart_recent_post .row[data-desktop="3"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktop="3"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktop="3"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="3"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktop="3"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktop="3"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="3"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktop="3"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktop="3"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1199.98px) and (min-width:992px) {

	.widget_greenmart_recent_post .row[data-desktopsmall="3"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="3"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="3"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="3"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="3"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="3"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(1) .post {
		border: 0
	}
}

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

	.widget_greenmart_recent_post .row[data-tablet="3"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-tablet="3"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-tablet="3"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="3"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-tablet="3"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-tablet="3"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="3"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-tablet="3"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-tablet="3"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:767.98px) and (min-width:576px) {

	.widget_greenmart_recent_post .row[data-landscape="3"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-landscape="3"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-landscape="3"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="3"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-landscape="3"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-landscape="3"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="3"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-landscape="3"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-landscape="3"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(min-width:1600px) {

	.widget_greenmart_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {

	.widget_greenmart_recent_post .row[data-desktop="4"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-desktop="4"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="4"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktop="4"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="4"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktop="4"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="4"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktop="4"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1199.98px) and (min-width:992px) {

	.widget_greenmart_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(1) .post {
		border: 0
	}
}

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

	.widget_greenmart_recent_post .row[data-tablet="4"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-tablet="4"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="4"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-tablet="4"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="4"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-tablet="4"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="4"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-tablet="4"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:767.98px) and (min-width:576px) {

	.widget_greenmart_recent_post .row[data-landscape="4"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-landscape="4"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="4"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-landscape="4"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="4"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-landscape="4"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="4"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-landscape="4"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(min-width:1600px) {

	.widget_greenmart_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {

	.widget_greenmart_recent_post .row[data-desktop="5"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-desktop="5"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="5"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-desktop="5"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="5"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktop="5"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="5"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktop="5"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="5"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktop="5"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1199.98px) and (min-width:992px) {

	.widget_greenmart_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(1) .post {
		border: 0
	}
}

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

	.widget_greenmart_recent_post .row[data-tablet="5"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-tablet="5"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="5"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-tablet="5"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="5"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-tablet="5"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="5"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-tablet="5"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="5"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-tablet="5"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:767.98px) and (min-width:576px) {

	.widget_greenmart_recent_post .row[data-landscape="5"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-landscape="5"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="5"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-landscape="5"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="5"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-landscape="5"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="5"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-landscape="5"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="5"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-landscape="5"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(min-width:1600px) {

	.widget_greenmart_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {

	.widget_greenmart_recent_post .row[data-desktop="6"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="6"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="6"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="6"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="6"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="6"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktop="6"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1199.98px) and (min-width:992px) {

	.widget_greenmart_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(1) .post {
		border: 0
	}
}

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

	.widget_greenmart_recent_post .row[data-tablet="6"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="6"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="6"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="6"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="6"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="6"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-tablet="6"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:767.98px) and (min-width:576px) {

	.widget_greenmart_recent_post .row[data-landscape="6"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="6"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="6"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="6"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="6"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="6"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-landscape="6"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(min-width:1600px) {

	.widget_greenmart_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(7) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(7) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(7) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {

	.widget_greenmart_recent_post .row[data-desktop="7"] .item:nth-last-child(7) .post,
	.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(7) .post,
	.widget_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(7) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="7"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="7"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="7"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="7"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="7"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="7"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktop="7"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1199.98px) and (min-width:992px) {

	.widget_greenmart_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(7) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(7) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(7) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(1) .post {
		border: 0
	}
}

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

	.widget_greenmart_recent_post .row[data-tablet="7"] .item:nth-last-child(7) .post,
	.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(7) .post,
	.widget_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(7) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="7"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="7"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="7"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="7"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="7"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="7"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-tablet="7"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:767.98px) and (min-width:576px) {

	.widget_greenmart_recent_post .row[data-landscape="7"] .item:nth-last-child(7) .post,
	.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(7) .post,
	.widget_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(7) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="7"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="7"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="7"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="7"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="7"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="7"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-landscape="7"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(min-width:1600px) {

	.widget_greenmart_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(8) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(8) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(8) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(7) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(7) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(7) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {

	.widget_greenmart_recent_post .row[data-desktop="8"] .item:nth-last-child(8) .post,
	.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(8) .post,
	.widget_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(8) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="8"] .item:nth-last-child(7) .post,
	.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(7) .post,
	.widget_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(7) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="8"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="8"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="8"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="8"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="8"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktop="8"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktop="8"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:1199.98px) and (min-width:992px) {

	.widget_greenmart_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(8) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(8) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(8) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(7) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(7) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(7) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(1) .post {
		border: 0
	}
}

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

	.widget_greenmart_recent_post .row[data-tablet="8"] .item:nth-last-child(8) .post,
	.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(8) .post,
	.widget_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(8) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="8"] .item:nth-last-child(7) .post,
	.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(7) .post,
	.widget_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(7) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="8"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="8"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="8"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="8"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="8"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-tablet="8"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-tablet="8"] .item:nth-last-child(1) .post {
		border: 0
	}
}

@media(max-width:767.98px) and (min-width:576px) {

	.widget_greenmart_recent_post .row[data-landscape="8"] .item:nth-last-child(8) .post,
	.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(8) .post,
	.widget_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(8) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="8"] .item:nth-last-child(7) .post,
	.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(7) .post,
	.widget_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(7) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="8"] .item:nth-last-child(6) .post,
	.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(6) .post,
	.widget_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(6) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="8"] .item:nth-last-child(5) .post,
	.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(5) .post,
	.widget_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(5) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="8"] .item:nth-last-child(4) .post,
	.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(4) .post,
	.widget_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(4) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="8"] .item:nth-last-child(3) .post,
	.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(3) .post,
	.widget_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(3) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="8"] .item:nth-last-child(2) .post,
	.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(2) .post,
	.widget_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(2) .post {
		border: 0
	}

	.widget_greenmart_recent_post .row[data-landscape="8"] .item:nth-last-child(1) .post,
	.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(1) .post,
	.widget_greenmart_popular_post .row[data-landscape="8"] .item:nth-last-child(1) .post {
		border: 0
	}
}

.widget_greenmart_recent_post .slick-slide>div:last-child .post,
.tbay-addon-blog.vertical .slick-slide>div:last-child .post,
.widget_greenmart_popular_post .slick-slide>div:last-child .post {
	border: 0
}

.widget_greenmart_recent_post .post,
.tbay-addon-blog.vertical .post,
.widget_greenmart_popular_post .post {
	list-style: none;
	padding: 11px 0 15px;
	margin: 0 0 5px;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.widget_greenmart_recent_post .post:last-child,
.tbay-addon-blog.vertical .post:last-child,
.widget_greenmart_popular_post .post:last-child {
	padding-bottom: 0;
	border: 0
}

.widget_greenmart_recent_post .post>div,
.tbay-addon-blog.vertical .post>div,
.widget_greenmart_popular_post .post>div {
	display: table-cell;
	vertical-align: middle
}

.widget_greenmart_recent_post .post .entry-thumb,
.tbay-addon-blog.vertical .post .entry-thumb,
.widget_greenmart_popular_post .post .entry-thumb {
	border: 0
}

.widget_greenmart_recent_post .post .entry-thumb img,
.tbay-addon-blog.vertical .post .entry-thumb img,
.widget_greenmart_popular_post .post .entry-thumb img {
	max-width: 70px
}

.widget_greenmart_recent_post .post .entry-title,
.tbay-addon-blog.vertical .post .entry-title,
.widget_greenmart_popular_post .post .entry-title {
	font-size: 14px;
	margin: 0;
	line-height: 22px
}

.widget_greenmart_recent_post .post .entry-meta-list,
.tbay-addon-blog.vertical .post .entry-meta-list,
.widget_greenmart_popular_post .post .entry-meta-list {
	margin: 4px 0 0
}

.widget_greenmart_recent_post .post .entry-meta-list i,
.tbay-addon-blog.vertical .post .entry-meta-list i,
.widget_greenmart_popular_post .post .entry-meta-list i {
	font-size: 14px;
	margin-right: 4px
}

.widget_greenmart_recent_post .entry-content,
.tbay-addon-blog.vertical .entry-content,
.widget_greenmart_popular_post .entry-content {
	padding: 0;
	padding-left: 17px;
	padding-right: 0
}

.widget_greenmart_posts .entry-title {
	font-size: 16px;
	line-height: 24px
}

.widget_greenmart_posts .entry-meta-list {
	margin-top: 5px !important
}

.widget_greenmart_posts .post .comments-link a {
	color: #000
}

.widget_greenmart_posts .post .comments-link a:hover {
	color: var(--tb-theme-color)
}

.tbay-widget-yith-banner-image {
	text-align: center
}

.woof_container_inner_producttags ul.woof_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.woof_container_inner_producttags ul.woof_list>li {
	margin-right: 10px !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.woof_container_inner_producttags ul.woof_list>li .woof_radio_term_reset,
.woof_container_inner_producttags ul.woof_list>li .woof_radio_term_reset_visible {
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
	position: static;
	margin-right: 7px;
	margin-left: 0
}

.sidebar .widget_layered_nav.widget ul li,
.elementor-widget-sidebar>.elementor-widget-container .widget_layered_nav.widget ul li,
.dokan-widget-area .widget_layered_nav.widget ul li {
	font-size: 13px
}

.sidebar .widgettitle,
.sidebar h4:not(.entry-title),
.elementor-widget-sidebar>.elementor-widget-container .widgettitle,
.elementor-widget-sidebar>.elementor-widget-container h4:not(.entry-title),
.dokan-widget-area .widgettitle,
.dokan-widget-area h4:not(.entry-title) {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #0b132b
}

.sidebar.sidebar-left>aside,
.elementor-widget-sidebar>.elementor-widget-container.sidebar-left>aside,
.dokan-widget-area.sidebar-left>aside {
	padding: 0 23px 33px 0
}

.sidebar.sidebar-right>aside,
.elementor-widget-sidebar>.elementor-widget-container.sidebar-right>aside,
.dokan-widget-area.sidebar-right>aside {
	padding: 0 0 33px 23px
}

.sidebar>aside,
.elementor-widget-sidebar>.elementor-widget-container>aside,
.dokan-widget-area>aside {
	padding-bottom: 19px;
	position: relative;
	margin-bottom: 22px;
	float: left;
	width: 100%
}

.sidebar>aside:after,
.elementor-widget-sidebar>.elementor-widget-container>aside:after,
.dokan-widget-area>aside:after {
	content: '';
	position: absolute;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(145, 158, 171, .24)
}

.sidebar>aside:last-child:after,
.elementor-widget-sidebar>.elementor-widget-container>aside:last-child:after,
.dokan-widget-area>aside:last-child:after {
	height: 0
}

.sidebar .widget_tbay_instagram .row,
.elementor-widget-sidebar>.elementor-widget-container .widget_tbay_instagram .row,
.dokan-widget-area .widget_tbay_instagram .row {
	margin: 0 -5px
}

.sidebar .widget_tbay_instagram .row>.item,
.elementor-widget-sidebar>.elementor-widget-container .widget_tbay_instagram .row>.item,
.dokan-widget-area .widget_tbay_instagram .row>.item {
	padding: 5px
}

.sidebar .widget_search i,
.elementor-widget-sidebar>.elementor-widget-container .widget_search i,
.dokan-widget-area .widget_search i {
	font-size: 30px;
	line-height: 40px
}

.sidebar .widget_search .btn:focus,
.elementor-widget-sidebar>.elementor-widget-container .widget_search .btn:focus,
.dokan-widget-area .widget_search .btn:focus {
	box-shadow: unset
}

.sidebar .widget_greenmart_recent_post ul>li:last-child,
.elementor-widget-sidebar>.elementor-widget-container .widget_greenmart_recent_post ul>li:last-child,
.dokan-widget-area .widget_greenmart_recent_post ul>li:last-child {
	padding: 0;
	border: 0
}

.sidebar .tbay_custom_menu.treeview-menu .widgettitle,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .widgettitle,
.dokan-widget-area .tbay_custom_menu.treeview-menu .widgettitle {
	line-height: 47px;
	cursor: pointer;
	background: var(--tb-theme-color);
	display: block;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	letter-spacing: 0;
	font-size: 13px;
	color: #fff;
	position: relative;
	padding: 0 20px;
	font-weight: 500;
	margin-bottom: 0
}

.sidebar .tbay_custom_menu.treeview-menu .widgettitle:before,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .widgettitle:before,
.dokan-widget-area .tbay_custom_menu.treeview-menu .widgettitle:before {
	display: block;
	float: left;
	content: "\f0c9";
	color: #fff;
	text-align: center;
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: 900;
	margin-right: 11px;
	min-width: 14px
}

.sidebar .tbay_custom_menu.treeview-menu .dropdown-menu h3,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .dropdown-menu h3,
.dokan-widget-area .tbay_custom_menu.treeview-menu .dropdown-menu h3 {
	font-weight: 700;
	font-size: 14px;
	margin: 0;
	padding: 10px 20px;
	line-height: normal;
	background: #eee;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0
}

.sidebar .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul,
.dokan-widget-area .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul {
	border-left: 1px solid rgba(145, 158, 171, .24);
	border-right: 1px solid rgba(145, 158, 171, .24)
}

.sidebar .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a,
.dokan-widget-area .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a {
	font-weight: 500;
	border-right: 4px solid transparent
}

.sidebar .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover,
.dokan-widget-area .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover {
	border-right-color: var(--tb-theme-color)
}

.sidebar .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover i,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover i,
.dokan-widget-area .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li a:hover i {
	color: var(--tb-theme-color)
}

.sidebar .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li .hitarea,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li .hitarea,
.dokan-widget-area .tbay_custom_menu.treeview-menu .menu-category-menu-container>ul>li .hitarea {
	line-height: 39px
}

.sidebar .tbay_custom_menu.treeview-menu a,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu a,
.dokan-widget-area .tbay_custom_menu.treeview-menu a {
	padding-left: 20px;
	line-height: 39px;
	font-size: 13px
}

.sidebar .tbay_custom_menu.treeview-menu a:before,
.sidebar .tbay_custom_menu.treeview-menu a:after,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu a:before,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu a:after,
.dokan-widget-area .tbay_custom_menu.treeview-menu a:before,
.dokan-widget-area .tbay_custom_menu.treeview-menu a:after {
	display: none
}

.sidebar .tbay_custom_menu.treeview-menu a i,
.elementor-widget-sidebar>.elementor-widget-container .tbay_custom_menu.treeview-menu a i,
.dokan-widget-area .tbay_custom_menu.treeview-menu a i {
	margin-right: 10px;
	margin-left: 0;
	font-size: 18px;
	color: #ddd
}

.sidebar .tbay-addon-features .feature-box,
.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .feature-box,
.dokan-widget-area .tbay-addon-features .feature-box {
	margin-bottom: 20px !important;
	padding: 0 !important
}

.sidebar .tbay-addon-features .feature-box:last-child,
.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .feature-box:last-child,
.dokan-widget-area .tbay-addon-features .feature-box:last-child {
	margin: 0 !important
}

.sidebar .tbay-addon-features .feature-box:after,
.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .feature-box:after,
.dokan-widget-area .tbay-addon-features .feature-box:after {
	display: none
}

.sidebar .tbay-addon-features .fbox-content,
.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .fbox-content,
.dokan-widget-area .tbay-addon-features .fbox-content {
	line-height: 21px
}

.sidebar .tbay-addon-features .ourservice-heading,
.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .ourservice-heading,
.dokan-widget-area .tbay-addon-features .ourservice-heading {
	line-height: 21px
}

.sidebar .tbay-addon-features .inner,
.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .inner,
.dokan-widget-area .tbay-addon-features .inner {
	border: 0
}

.sidebar .tbay-addon-features .fbox-icon,
.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .fbox-icon,
.dokan-widget-area .tbay-addon-features .fbox-icon {
	font-size: 30px;
	padding-right: 16px
}

.sidebar .tbay-addon-features .fbox-icon i.tb-icon--truck,
.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .fbox-icon i.tb-icon--truck,
.dokan-widget-area .tbay-addon-features .fbox-icon i.tb-icon--truck {
	font-size: 33px
}

.sidebar .widget_greenmart_recent_post .post,
.sidebar .tbay-addon-blog.vertical .post,
.elementor-widget-sidebar>.elementor-widget-container .widget_greenmart_recent_post .post,
.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-blog.vertical .post,
.dokan-widget-area .widget_greenmart_recent_post .post,
.dokan-widget-area .tbay-addon-blog.vertical .post {
	padding-top: 0;
	margin-bottom: 15px
}

.sidebar ul.product_list_widget>li,
.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li,
.dokan-widget-area ul.product_list_widget>li {
	clear: both;
	margin: 0 0 15px;
	position: relative;
	padding: 0 0 0 90px;
	min-height: 70px
}

.sidebar ul.product_list_widget>li:last-child,
.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li:last-child,
.dokan-widget-area ul.product_list_widget>li:last-child {
	margin-bottom: 0
}

.sidebar ul.product_list_widget>li .star-rating,
.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li .star-rating,
.dokan-widget-area ul.product_list_widget>li .star-rating {
	width: 100%
}

.sidebar ul.product_list_widget>li img,
.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li img,
.dokan-widget-area ul.product_list_widget>li img {
	width: 80px;
	height: auto;
	margin-left: 0;
	float: left;
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: 0
}

.sidebar ul.product_list_widget>li a,
.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li a,
.dokan-widget-area ul.product_list_widget>li a {
	font-weight: 400;
	line-height: 19px;
	font-size: 14px;
	color: #212b36
}

.sidebar ul.product_list_widget>li a:hover,
.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li a:hover,
.dokan-widget-area ul.product_list_widget>li a:hover {
	color: var(--tb-theme-color)
}

.sidebar ul.product_list_widget ins,
.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget ins,
.dokan-widget-area ul.product_list_widget ins {
	text-decoration: none
}

.sidebar ul.product_list_widget .woocommerce-Price-amount,
.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget .woocommerce-Price-amount,
.dokan-widget-area ul.product_list_widget .woocommerce-Price-amount {
	font-weight: 600;
	color: #c30b0b
}

.sidebar ul.product_list_widget del,
.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget del,
.dokan-widget-area ul.product_list_widget del {
	color: #919eab
}

.sidebar ul.product_list_widget del .woocommerce-Price-amount,
.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget del .woocommerce-Price-amount,
.dokan-widget-area ul.product_list_widget del .woocommerce-Price-amount {
	color: #919eab
}

.sidebar>.widget ul,
.elementor-widget-sidebar>.elementor-widget-container>.widget ul,
.dokan-widget-area>.widget ul {
	padding: 0;
	margin: 0
}

.sidebar>.widget ul.woof_list_radio>li+li,
.elementor-widget-sidebar>.elementor-widget-container>.widget ul.woof_list_radio>li+li,
.dokan-widget-area>.widget ul.woof_list_radio>li+li {
	padding-top: 10px !important
}

.sidebar>.widget ul.children,
.elementor-widget-sidebar>.elementor-widget-container>.widget ul.children,
.dokan-widget-area>.widget ul.children {
	padding-top: 7px
}

.sidebar>.widget ul li,
.elementor-widget-sidebar>.elementor-widget-container>.widget ul li,
.dokan-widget-area>.widget ul li {
	list-style: none;
	line-height: 30px
}

.sidebar>.widget ul li+li,
.elementor-widget-sidebar>.elementor-widget-container>.widget ul li+li,
.dokan-widget-area>.widget ul li+li {
	padding-top: 8px
}

.sidebar>.widget>.widget-title,
.sidebar>.widget .widgettitle,
.sidebar>.widget h4:not(.entry-title),
.elementor-widget-sidebar>.elementor-widget-container>.widget>.widget-title,
.elementor-widget-sidebar>.elementor-widget-container>.widget .widgettitle,
.elementor-widget-sidebar>.elementor-widget-container>.widget h4:not(.entry-title),
.dokan-widget-area>.widget>.widget-title,
.dokan-widget-area>.widget .widgettitle,
.dokan-widget-area>.widget h4:not(.entry-title) {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin: 3px 0 14px;
	color: #212b36
}

.sidebar>.widget.widget_search .widget-title,
.elementor-widget-sidebar>.elementor-widget-container>.widget.widget_search .widget-title,
.dokan-widget-area>.widget.widget_search .widget-title {
	padding-bottom: 10px
}

.sidebar .treeview li,
.elementor-widget-sidebar>.elementor-widget-container .treeview li,
.dokan-widget-area .treeview li {
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.sidebar .treeview li:first-child,
.elementor-widget-sidebar>.elementor-widget-container .treeview li:first-child,
.dokan-widget-area .treeview li:first-child {
	border-top: 1px solid rgba(145, 158, 171, .24)
}

.sidebar .woof_redraw_zone>.woof_container,
.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container,
.dokan-widget-area .woof_redraw_zone>.woof_container {
	position: relative;
	padding: 0;
	padding-bottom: 30px;
	margin: 0
}

.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container:after,
.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container:after,
.dokan-widget-area .woof_redraw_zone>.woof_container.woof_checkbox_sales_container:after {
	display: none
}

.sidebar .woof_redraw_zone>.woof_container:nth-last-child(2):after,
.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container:nth-last-child(2):after,
.dokan-widget-area .woof_redraw_zone>.woof_container:nth-last-child(2):after {
	display: none
}

.sidebar .woof_redraw_zone>.woof_container:after,
.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container:after,
.dokan-widget-area .woof_redraw_zone>.woof_container:after {
	content: '';
	height: 1px;
	background-color: #e2e2e2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container,
.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container,
.dokan-widget-area .woof_redraw_zone>.woof_container.woof_checkbox_sales_container {
	font-size: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container input,
.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container input,
.dokan-widget-area .woof_redraw_zone>.woof_container.woof_checkbox_sales_container input {
	display: none
}

.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container label,
.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container label,
.dokan-widget-area .woof_redraw_zone>.woof_container.woof_checkbox_sales_container label {
	font-size: 14px;
	margin: 0
}

.sidebar .woof_redraw_zone>.woof_container:not(:first-child) h4,
.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container:not(:first-child) h4,
.dokan-widget-area .woof_redraw_zone>.woof_container:not(:first-child) h4 {
	padding-top: 17px
}

.sidebar .widget_icl_lang_sel_widget .wpml-ls-item-legacy-dropdown>a,
.elementor-widget-sidebar>.elementor-widget-container .widget_icl_lang_sel_widget .wpml-ls-item-legacy-dropdown>a,
.dokan-widget-area .widget_icl_lang_sel_widget .wpml-ls-item-legacy-dropdown>a {
	padding-left: 0
}

.sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical>ul>li+li,
.elementor-widget-sidebar>.elementor-widget-container .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical>ul>li+li,
.dokan-widget-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical>ul>li+li {
	padding-top: 0
}

.sidebar .woof_redraw_zone>div:last-child,
.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>div:last-child,
.dokan-widget-area .woof_redraw_zone>div:last-child {
	margin: 0
}

.woof_list_label li .woof_label_term {
	margin: 0;
	width: auto;
	height: 32px;
	min-width: 25px;
	padding: 0 8px;
	line-height: 32px;
	background: #c6e8fa;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #6a7180;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: 0;
	font-size: 15px;
	font-family: var(--tb-text-second-font)
}

.woof_list_label li .woof_label_term.checked,
.woof_list_label li .woof_label_term:hover {
	color: #fff;
	background: var(--tb-theme-color)
}

.woof_radio_term_reset,
.woof_radio_term_reset_visible {
	padding: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid rgba(145, 158, 171, .24);
	background: #f5f5f5;
	font-size: 12px;
	text-align: center;
	margin-left: 0;
	margin-right: 7px;
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
	float: left
}

.woof_radio_term_reset:before,
.woof_radio_term_reset_visible:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woof_radio_term_reset img,
.woof_radio_term_reset_visible img {
	display: none
}

ul.woof_list {
	padding: 0
}

ul.woof_list:after {
	display: block;
	clear: both;
	content: ""
}

ul.woof_list li {
	line-height: 28px;
	vertical-align: middle;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	display: block
}

ul.woof_list li .hover {
	color: var(--tb-theme-color);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

ul.woof_list li>div {
	width: 15px;
	height: 15px;
	background: 0 0;
	border: 1px solid #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-top: 7px;
	margin-right: 7px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

ul.woof_list li>div.checked,
ul.woof_list li>div:hover {
	border-color: var(--tb-theme-color)
}

ul.woof_list li>div.checked input,
ul.woof_list li>div:hover input {
	display: none
}

ul.woof_list li>div+label {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

ul.woof_list li.woof_childs_list_li {
	padding-right: 20px !important
}

ul.woof_list .woof_checkbox_count {
	color: #aaa
}

ul.woof_list label {
	margin: 0;
	padding: 0;
	color: #6a7180;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block !important
}

ul.woof_list label:before {
	display: none
}

ul.woof_list label.woof_radio_label_selected,
ul.woof_list label:hover {
	color: var(--tb-theme-color)
}

ul.woof_list label span {
	display: inline-block
}

ul.woof_list .woof_childs_list {
	margin: 0 0 0 15px !important
}

ul.woof_list .woof_childs_list label {
	display: inline-block !important
}

ul.woof_list.woof_list_checkbox li {
	margin: 0 !important
}

ul.woof_list.woof_list_checkbox li label:hover,
ul.woof_list.woof_list_checkbox li label.woof_checkbox_label_selected {
	color: var(--tb-theme-color)
}

ul.woof_list.woof_list_color,
ul.woof_list.woof_list_label {
	padding: 5px 0
}

ul.woof_list.woof_list_color:after,
ul.woof_list.woof_list_label:after {
	display: block;
	clear: both;
	content: ""
}

ul.woof_list.woof_list_color li,
ul.woof_list.woof_list_label li {
	float: left !important;
	margin: 0 5px 5px 0 !important;
	position: relative
}

ul.woof_list.woof_list_color li .woof_label_count,
ul.woof_list.woof_list_label li .woof_label_count {
	top: -7px;
	right: -7px;
	margin: 0;
	z-index: 1;
	background: var(--tb-theme-color);
	color: #fff;
	width: auto;
	min-width: 20px;
	height: 20px;
	line-height: 20px !important;
	font-weight: 400 !important;
	font-size: 12px
}

ul.woof_list.woof_list_color p.woof_tooltip,
ul.woof_list.woof_list_label p.woof_tooltip {
	margin: 0
}

.woof_container_inner_tags ul.woof_list li {
	float: left
}

.woof_container_inner_tags ul.woof_list label {
	line-height: 38px;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0;
	color: #888
}

.widget_price_filter .price_slider_amount .price_label {
	display: inline-block;
	float: right
}

.widget_price_filter .price_slider_amount .price_label .from,
.widget_price_filter .price_slider_amount .price_label .to {
	font-weight: 600;
	color: #212b36
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left
}

.widget_price_filter .ui-slider .ui-slider-range {
	top: 0;
	height: 100%;
	background: #ddd
}

.widget_price_filter .ui-slider .ui-slider-handle {
	z-index: 2;
	position: absolute;
	width: 18px;
	height: 18px;
	cursor: pointer;
	top: -5px !important
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #eaeaea;
	height: 2px;
	margin: 5px 10px 20px
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	margin-bottom: 10px;
	background-color: rgba(145, 158, 171, .24) !important
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: var(--tb-theme-color)
}

.woocommerce .widget_price_filter .price_slider_amount {
	display: flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: column-reverse;
	justify-content: flex-start;
	align-items: flex-start
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	margin: 3px 0 0;
	color: #212b36;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px
}

.woocommerce .widget_price_filter .price_slider_amount .price_label+.clear {
	display: none
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	margin-top: 7px;
	padding: 0 30px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 14px;
	height: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--tb-theme-color);
	background: var(--tb-theme-color);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px
}

.price_slider_wrapper {
	padding-top: 2px;
	text-transform: uppercase
}

.woof_list_color .woof_color_term {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin: 0;
	border: 0;
	width: 25px;
	height: 25px
}

.woof_list_color .woof_color_term:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woof_list_color .woof_color_term:before {
	position: absolute;
	width: 100%;
	line-height: 25px;
	min-width: 25px;
	left: 0;
	right: auto;
	top: 0;
	font-size: 14px;
	color: #fff;
	visibility: hidden
}

.woof_list_color .woof_color_term:hover {
	border: 1px solid #000
}

.woof_list_color .woof_color_term.checked:before {
	visibility: visible
}

.widget_greenmart_recent_post>.post-widget,
.widget_tag_cloud .tagcloud,
.widget_greenmart_instagram .instagram-pics {
	padding-top: 10px
}

.widget_greenmart_custom_menu ul.treeview {
	display: block
}

.widget_greenmart_custom_menu ul.treeview li {
	border: 0 !important
}

.widget_greenmart_custom_menu ul.treeview li>a {
	padding: 0;
	line-height: 28px;
	color: #888
}

.widget_greenmart_custom_menu ul.treeview li>a:hover {
	color: var(--tb-theme-color)
}

.widget-video-content .widget-video-name {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0
}

.widget_greenmart_recent_comment .media {
	padding-bottom: 15px
}

.widget_greenmart_recent_comment .avatar-comment-widget img {
	margin: 0
}

.widget_greenmart_recent_comment .content-comment-widget {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 15px;
	margin-right: 0
}

.widget_greenmart_recent_comment .content-comment-widget h6 {
	line-height: 24px;
	font-weight: 700;
	margin: 0
}

.widget_greenmart_recent_comment .comment-text-side {
	display: inline-block;
	font-style: italic;
	line-height: 20px
}

.widget_greenmart_woo_carousel .product-block .caption {
	padding: 10px 0 20px
}

.widget_greenmart_woo_carousel .woocommerce .slick-slider .slick-dots {
	margin-top: 15px;
	padding: 0
}

.widget_greenmart_list_categories .item {
	padding: 0 15px 15px;
	text-align: center
}

.widget_greenmart_list_categories .cat-name {
	font-size: 14px;
	color: #000;
	margin-top: 13px;
	display: inline-block
}

.widget_greenmart_list_categories .cat-name:hover {
	color: var(--tb-theme-color)
}

.tagcloud:after,
ul.list-tags li:after {
	display: block;
	clear: both;
	content: ""
}

.tagcloud a,
ul.list-tags li a {
	padding: 3px 20px;
	text-align: center;
	color: #212b36;
	font-size: 14px !important;
	display: inline-block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	margin: 0 6px 9px 0;
	background: rgba(145, 158, 171, .16)
}

.tagcloud a:hover,
ul.list-tags li a:hover {
	color: var(--tb-theme-color)
}

.wrapper-share-tags {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(145, 158, 171, .24);
	margin-top: 14px;
	padding: 22px 0
}

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

ul.list-tags:after {
	display: block;
	clear: both;
	content: ""
}

ul.list-tags li {
	float: left
}

.show-view-all {
	text-align: center;
	margin-top: 20px
}

.widget_pages>ul,
.widget_meta>ul,
.widget_archive>ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.widget_pages>ul li.current-cat a,
.widget_meta>ul li.current-cat a,
.widget_archive>ul li.current-cat a {
	color: var(--tb-theme-color)
}

.widget_pages>ul li a,
.widget_meta>ul li a,
.widget_archive>ul li a {
	display: inline-block;
	color: #6a7180
}

.widget_pages>ul li a:hover,
.widget_meta>ul li a:hover,
.widget_archive>ul li a:hover {
	color: var(--tb-theme-color)
}

.widget select {
	width: 100%;
	padding: 8px
}

.widget_pages ul {
	list-style: none
}

.widget_pages ul li {
	line-height: 2
}

.widget_pages ul li:first-child {
	border-top: 1px solid rgba(145, 158, 171, .24)
}

.widget_pages>ul {
	padding: 0;
	margin: 0
}

.textwidget select {
	padding: 8px;
	max-width: 100%
}

.widget_greenmart_popup_newsletter .modal.show {
	display: flex !important;
	align-items: center;
	justify-content: center
}

.widget_greenmart_popup_newsletter .modal-dialog {
	max-width: 470px;
	width: 100%
}

.widget_greenmart_popup_newsletter .modal-content {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.widget_greenmart_popup_newsletter .popup-newsletter-widget {
	display: block;
	padding: 0;
	text-align: center
}

.widget_greenmart_popup_newsletter .popup-newsletter-widget:after {
	display: block;
	clear: both;
	content: ""
}

.widget_greenmart_popup_newsletter h3 {
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 9px;
	font-weight: 700;
	color: #000
}

.widget_greenmart_popup_newsletter .sale {
	color: #ffb400
}

.widget_greenmart_popup_newsletter .description {
	line-height: 30px;
	margin: 0 0 12px;
	color: #999
}

.widget_greenmart_popup_newsletter .modal-body {
	padding: 0
}

.widget_greenmart_popup_newsletter .modal-body:after {
	display: block;
	clear: both;
	content: ""
}

.widget_greenmart_popup_newsletter .popup-content {
	padding: 48px 30px 137px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	color: #fff
}

.widget_greenmart_popup_newsletter .popup-content>a {
	display: block
}

.widget_greenmart_popup_newsletter .popup-content>a i {
	width: auto
}

.widget_greenmart_popup_newsletter .popup-content>span {
	cursor: pointer;
	display: inline-block;
	margin-top: 42px;
	font-size: 14px;
	color: var(--tb-theme-color);
	margin-bottom: 30px
}

.widget_greenmart_popup_newsletter .popup-content>span+.social {
	margin: 0;
	margin-bottom: -45px
}

.widget_greenmart_popup_newsletter .widget-newletter .input-group {
	margin: 0;
	display: block
}

.widget_greenmart_popup_newsletter .widget-newletter .input-group-btn {
	width: 100%;
	display: block
}

.widget_greenmart_popup_newsletter .widget-newletter .input-group-btn>.btn {
	margin: 0
}

.widget_greenmart_popup_newsletter .widget-newletter .input-newletter {
	padding-left: 14px;
	border-color: #ccc
}

.widget_greenmart_popup_newsletter .social {
	margin: 30px 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center
}

.widget_greenmart_popup_newsletter .social>li {
	margin: 0 5px 5px 0
}

.widget_greenmart_popup_newsletter .social>li a {
	width: 40px;
	height: 40px
}

.widget_greenmart_popup_newsletter .social>li i {
	line-height: 40px
}

.modal-backdrop.in {
	opacity: .75;
	filter: alpha(opacity=75)
}

.widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language:hover a,
.widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language :focus a {
	background: 0 0
}

.widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language :focus .wpml-ls-sub-menu {
	-webkit-animation: fadeIn .4s;
	-o-animation: fadeIn .4s;
	animation: fadeIn .4s
}

.widget_icl_lang_sel_widget .wpml-ls li.wpml-ls-current-language>a {
	border: 0;
	line-height: inherit;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
	width: auto
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	min-width: 130px;
	left: 0;
	background: #fff;
	top: 100%;
	border: 1px solid rgba(145, 158, 171, .24)
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a {
	line-height: 40px;
	padding-left: 15px;
	padding-right: 0;
	border: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item {
	text-align: left
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	color: var(--tb-theme-color)
}

.widget_search form {
	padding: 0 10px 0 15px;
	background: #f4f6f8;
	border: 1px solid rgba(145, 158, 171, .32);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

.widget_search .form-control {
	padding: 0;
	height: 42px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #f4f6f8;
	color: #212b36;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 0
}

.widget_search .btn {
	padding: 0
}

.widget_search .btn:hover i {
	color: var(--tb-theme-color)
}

.widget_tbay_recent_post ul.posts-list .post-list {
	margin-bottom: 0
}

.widget_tbay_recent_post ul.posts-list .entry-content {
	padding-bottom: 0
}

.widget_tbay_recent_post ul.posts-list .entry-content .media-left {
	margin-right: 16px;
	margin-left: 0
}

.widget_tbay_recent_post ul.posts-list .entry-content .media-left .entry-image {
	max-width: 48px
}

.widget_tbay_recent_post ul.posts-list .entry-content .entry-title {
	padding: 0
}

.widget_tbay_recent_post ul.posts-list .entry-content .entry-title a {
	font-size: 14px;
	line-height: 22px
}

.widget_tbay_recent_post ul.posts-list .entry-content .entry-date {
	padding-left: 0
}

.widget_tbay_recent_post ul.posts-list .entry-content .entry-create>span {
	padding-right: 8px;
	margin-right: 4px;
	margin-left: 0;
	padding-left: 0;
	border-right: 1px solid rgba(145, 158, 171, .24);
	color: #637381
}

.widget_tbay_recent_post ul.posts-list .entry-content .entry-create>span:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0
}

.widget_tbay_recent_post ul.posts-list>li+li {
	padding-top: 9px
}

.widget_tbay_recent_post .media-post-layout {
	padding-top: 4px
}

.archive.category .sidebar>aside {
	padding: 0;
	padding-bottom: 19px
}

.archive.category .sidebar>aside:after {
	display: none
}

.archive.category .sidebar>aside.widget_categories {
	margin-bottom: 19px
}

.archive.category .sidebar>aside.widget_categories .widget-title {
	padding-bottom: 10px;
	margin-bottom: 3px
}

.archive.category .sidebar>aside.widget_categories ul li a {
	font-size: 14px;
	line-height: 22px
}

.archive.category .sidebar>aside.widget_tbay_recent_post {
	margin-bottom: 16px
}

.archive.category .sidebar>aside.widget_tag_cloud .tagcloud {
	padding-top: 3px
}

.archive.category .sidebar>aside.widget_tag_cloud .tagcloud a {
	padding: 2px 12px;
	border: 1px solid transparent
}

.archive.category .sidebar>aside.widget_tag_cloud .tagcloud a:hover {
	background: #fff;
	border-color: var(--tb-theme-color);
	color: #212b36
}

.archive.category .sidebar.sidebar-left {
	padding-right: 30px;
	padding-left: 0
}

.archive.category .sidebar.sidebar-right {
	padding-left: 30px;
	padding-right: 0
}

@media(max-width:1199px) {

	.archive.category .sidebar.sidebar-left,
	.archive.category .sidebar.sidebar-right {
		padding-left: 0;
		padding-right: 0
	}
}

.tbay-breadcrumb {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin: 0 0 40px;
	text-align: left;
	font-size: 14px
}

.tbay-breadcrumb .breadcrumb-title {
	color: #ccc;
	margin: 0;
	font-weight: 300;
	font-size: 48px
}

.tbay-breadcrumb nav {
	text-align: left;
	line-height: 30px
}

.tbay-breadcrumb nav a {
	color: #000
}

.tbay-breadscrumb {
	padding: 10px 0
}

.tbay-breadscrumb.breadcrumb-color,
.tbay-breadscrumb.breadcrumb-img {
	margin-bottom: 20px;
	padding: 0
}

.tbay-breadscrumb.breadcrumb-img {
	position: relative;
	text-align: center
}

.tbay-breadscrumb.breadcrumb-img>.container,
.dokan-dashboard .tbay-breadscrumb.breadcrumb-img>.dokan-dashboard-wrap,
.dokan-store .tbay-breadscrumb.breadcrumb-img>#main,
.wcfmmp-store-page .tbay-breadscrumb.breadcrumb-img>#wcfmmp-store {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	left: 50%;
	padding-left: 5px;
	z-index: 2
}

.tbay-breadscrumb.breadcrumb-img>.container>.breadscrumb-inner,
.dokan-dashboard .tbay-breadscrumb.breadcrumb-img>.dokan-dashboard-wrap>.breadscrumb-inner,
.dokan-store .tbay-breadscrumb.breadcrumb-img>#main>.breadscrumb-inner,
.wcfmmp-store-page .tbay-breadscrumb.breadcrumb-img>#wcfmmp-store>.breadscrumb-inner {
	position: relative;
	left: -50%;
	z-index: 2
}

.tbay-breadscrumb.breadcrumb-img>.container>.breadscrumb-inner .breadcrumb,
.dokan-dashboard .tbay-breadscrumb.breadcrumb-img>.dokan-dashboard-wrap>.breadscrumb-inner .breadcrumb,
.dokan-store .tbay-breadscrumb.breadcrumb-img>#main>.breadscrumb-inner .breadcrumb,
.wcfmmp-store-page .tbay-breadscrumb.breadcrumb-img>#wcfmmp-store>.breadscrumb-inner .breadcrumb {
	float: left
}

.tbay-breadscrumb .breadscrumb-inner {
	padding: 12px 0 8px
}

.tbay-breadscrumb .breadscrumb-inner:after {
	display: block;
	clear: both;
	content: ""
}

.tbay-breadscrumb .breadscrumb-inner .breadcrumb>li+li:before,
.tbay-breadscrumb .breadscrumb-inner .breadcrumb a+li:before {
	content: "/ ";
	color: #919eab;
	padding: 0 10px
}

.tbay-breadscrumb .breadcrumb {
	padding: 4px 0;
	background-color: transparent;
	margin: 0;
	font-weight: 500;
	line-height: 20px;
	display: inline-block
}

.tbay-breadscrumb .breadcrumb li {
	color: #919eab;
	display: inline-block
}

.tbay-breadscrumb .breadcrumb li a {
	color: #212b36
}

.tbay-breadscrumb .breadcrumb li a:hover {
	color: var(--tb-theme-color)
}

.tbay-breadscrumb .breadcrumb .active {
	color: var(--tb-theme-color)
}

.tbay-breadscrumb.breadcrumbs-image {
	position: relative;
	padding: 0
}

.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner {
	position: absolute;
	top: 0;
	height: 100%;
	margin: 0;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center
}

.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb {
	padding: 0;
	justify-content: center
}

.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb>li+li:before {
	color: inherit
}

.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb li {
	color: #fff;
	font-size: 15px
}

.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb li a {
	color: #fff;
	font-size: 15px
}

.tbay-breadscrumb.breadcrumbs-image .breadscrumb-inner h1 {
	color: #fff;
	margin: 0 0 7px;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	text-align: left
}

.tbay-breadscrumb.breadcrumbs-color .breadscrumb-inner,
.tbay-breadscrumb.breadcrumbs-text .breadscrumb-inner {
	margin: 0
}

.tbay-breadscrumb.breadcrumbs-color .breadscrumb-inner .breadcrumb,
.tbay-breadscrumb.breadcrumbs-text .breadscrumb-inner .breadcrumb {
	color: #000;
	font-weight: 400
}

.tbay-breadscrumb.breadcrumbs-color .page-title,
.tbay-breadscrumb.breadcrumbs-text .page-title {
	padding-top: 15px
}

.tbay-breadscrumb .tbay-woocommerce-breadcrumb.breadcrumb>li+li:before {
	content: "/";
	padding: 0 12px
}

.tbay-breadscrumb .product-nav-icon .link-icons {
	position: relative
}

.tbay-breadscrumb .product-nav-icon .icon-wrapper {
	display: inline-block
}

.tbay-breadscrumb .product-nav-icon .icon-wrapper.right-icon {
	margin-right: auto;
	margin-left: 27px
}

.tbay-breadscrumb .product-nav-icon .icon-wrapper.right-icon .image {
	text-align: right
}

.tbay-breadscrumb .product-nav-icon .icon-wrapper:hover .psnav {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation: fadeInLeftShort .3s ease both;
	animation: fadeInLeftShort .3s ease both;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-o-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease
}

.tbay-breadscrumb .product-nav-icon .right-icon .product-btn-icon {
	margin-right: auto;
	margin-left: 4px;
	float: right;
	line-height: 50px
}

.tbay-breadscrumb .product-nav-icon .right-icon .product-btn-icon:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-breadscrumb .product-nav-icon .product-btn-icon {
	margin-right: 6px;
	margin-left: 0;
	line-height: 50px;
	float: left
}

.tbay-breadscrumb .product-nav-icon .product-btn-icon:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-breadscrumb .product-nav-icon .img-link {
	display: block;
	line-height: 50px;
	color: #888
}

.tbay-breadscrumb .product-nav-icon .img-link:hover {
	color: var(--tb-theme-color)
}

.tbay-breadscrumb .product-nav-icon .single_nav {
	padding: 10px;
	font-size: 14px
}

.tbay-breadscrumb .product-nav-icon .name-pr {
	display: block;
	line-height: 20px
}

.tbay-breadscrumb .product-nav-icon .psnav {
	background: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	border: 1px solid rgba(145, 158, 171, .24);
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	min-width: 240px;
	min-height: 100px;
	z-index: 350;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	-webkit-animation: fadeOutLeftShort .1s ease .1s both;
	animation: fadeOutLeftShort .1s ease .1s both;
	-webkit-transition: opacity .1s ease .1s, visibility .1s ease .1s;
	-o-transition: opacity .1s ease .1s, visibility .1s ease .1s;
	transition: opacity .1s ease .1s, visibility .1s ease .1s
}

.tbay-breadscrumb .page-title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 0
}

.tbay-breadscrumb+#main-container .page-header .page-title {
	margin-top: 4px
}

.tbay-breadscrumb+#main-container .entry-header h1.entry-title {
	margin-top: 12px
}

.greenmart-back-btn {
	float: right;
	color: #212b36
}

.greenmart-back-btn i {
	margin-right: 9px;
	margin-left: 0;
	line-height: 29px;
	display: inline-block
}

.greenmart-back-btn span {
	display: inline-block;
	vertical-align: middle
}

.greenmart-back-btn:hover {
	color: var(--tb-theme-color)
}

.tbay-body-default .entry-single .entry-content a {
	color: inherit
}

.tbay-body-default .widget_pages>ul li a:hover,
.tbay-body-default .widget_pages>ul li a[aria-current=page],
.tbay-body-default .widget_pages>ul li a[aria-current=page],
.tbay-body-default .widget_archive>ul li a:hover,
.tbay-body-default .widget_archive>ul li a[aria-current=page],
.tbay-body-default .widget_archive>ul li a[aria-current=page] {
	color: var(--tb-theme-color)
}

.tbay-body-default .topbar-device-mobile .button-search i {
	color: #000
}

.tbay-body-default.woocommerce.single-product .woocommerce-info,
.tbay-body-default.woocommerce.single-product .woocommerce-message,
.tbay-body-default.woocommerce.single-product .woocommerce-error {
	margin-top: 0;
	margin-bottom: 30px
}

.tbay-body-default .search-content .layout-blog {
	padding: 0
}

.tbay-body-default .search-content .page-header {
	margin-top: 0;
	margin-bottom: 50px
}

.tbay-body-default .post:not(.sticky) .entry-meta-list {
	display: contents
}

.tbay-body-default .post:not(.sticky) .entry-meta-list>li {
	display: inline
}

.tbay-body-default .post:not(.sticky) .entry-meta-list>li.entry-category a:nth-child(n+2) {
	margin: 0
}

.tbay-body-default.single-post .entry-thumb,
.tbay-body-default.single-post .owl-carousel-play,
.tbay-body-default.single-post .content-image,
.tbay-body-default.single-post .audio-wrap,
.tbay-body-default.single-post .link-wrap,
.tbay-body-default.single-post>blockquote {
	padding-bottom: 0;
	padding-top: 30px
}

.tbay-body-default.single-post .main-content {
	margin-top: 80px
}

.tbay-body-default .tbay-footer {
	padding-top: 30px
}

.tbay-body-default .entry-description {
	margin-bottom: 0
}

.tbay-body-default .calendar_wrap caption {
	text-align: center;
	caption-side: unset;
	padding-top: 0;
	font-size: 15px
}

.tbay-body-default .calendar_wrap tr>th,
.tbay-body-default .calendar_wrap tr>td {
	color: #6a7180;
	padding: .4em .236em;
	text-align: center
}

.tbay-body-default .calendar_wrap tr>th {
	color: #0b132b
}

.tbay-body-default .calendar_wrap .wp-calendar-nav {
	padding: .236em;
	border: 1px solid rgba(145, 158, 171, .24);
	border-top: 0;
	font-size: 15px;
	display: flex;
	justify-content: space-between
}

.tbay-body-default table {
	margin-bottom: 0
}

.tbay-body-default #main {
	margin-top: 40px
}

@media(min-width:768px) {
	.tbay-body-default #main {
		margin-top: 80px
	}
}

.tbay-body-default #main .sidebar {
	padding-bottom: 30px
}

.tbay-body-default .sidebar:not(.top-archive-content) {
	margin-top: 0
}

.tbay-body-default p {
	line-height: 1.8 !important
}

.tbay-body-default .post .entry-content h3,
.tbay-body-default .post .entry-content h2,
.tbay-body-default .post .entry-content h1,
.tbay-body-default #comments .description h3,
.tbay-body-default #comments .description h2,
.tbay-body-default #comments .description h1 {
	color: #0b132b
}

.tbay-body-default .post-list .post .entry-header {
	padding-left: 0
}

.tbay-body-default .post-list .entry-thumb+.entry-content .entry-header {
	margin-top: 30px !important
}

.tbay-body-default .post-password-form input[type=submit] {
	height: 40px
}

.tbay-body-default .entry-header h1.entry-title {
	margin-bottom: 15px;
	margin-top: 0;
	color: #0b132b
}

.tbay-body-default .singular-shop.archive-full .image-mains .images,
.tbay-body-default .singular-shop .image-mains .only-featured {
	max-width: 100%;
	flex: 0 0 100%
}

.tbay-body-default .singular-shop .image-mains .only-featured {
	position: absolute;
	top: 10px;
	right: 25px
}

.tbay-body-default .entry-single .entry-meta-list>li.entry-category {
	display: contents
}

.tbay-body-default .entry-single .tagcloud {
	border-top: 1px solid rgba(145, 158, 171, .24)
}

.tbay-body-default .entry-single .tagcloud a {
	color: #6a7180
}

.tbay-body-default .entry-single .tagcloud a:hover,
.tbay-body-default .entry-single .tagcloud a:focus {
	color: var(--tb-theme-color)
}

.tbay-body-default .entry-single .wp-block-verse {
	margin-bottom: 30px
}

.tbay-body-default .wrapper-share-tags {
	display: block;
	border-top: 0;
	padding: 0;
	margin-top: 0
}

.tbay-body-default .layout-blog .entry-thumb .post-type {
	display: none
}

.tbay-body-default .mini_cart_item>a {
	line-height: 20px
}

.tbay-body-default .mini_cart_item>a img {
	max-width: 60px;
	margin-right: 10px !important;
	float: left !important
}

.tbay-body-default .mini_cart_item>a.remove_from_cart_button {
	position: absolute;
	right: 0;
	left: auto;
	top: 10px;
	color: #999 !important
}

.tbay-body-default .mini_cart_item>a.remove_from_cart_button:hover {
	background: 0 0;
	color: red !important
}

.tbay-body-default .woocommerce-mini-cart__buttons>a.wc-forward {
	margin-bottom: 7px;
	color: #000;
	background: #f5f5f5;
	border: 1px solid #ddd;
	display: block;
	padding: 0 30px;
	font-weight: 700;
	line-height: 44px;
	text-align: center
}

.tbay-body-default .woocommerce-mini-cart__buttons>a.wc-forward.checkout {
	background: var(--tb-theme-color);
	color: #fff
}

.tbay-body-default .woocommerce-mini-cart__buttons>a.wc-forward.checkout:hover {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color)
}

.tbay-body-default ul.cart_empty>li {
	padding: 0
}

.tbay-body-default .woocommerce-checkout .woocommerce {
	padding: 0
}

.tbay-body-default .woocommerce-products-header {
	padding: 15px 36px
}

.tbay-body-default .woocommerce-products-header+.tbay-filter {
	padding: 0 0 30px
}

.tbay-body-default .woocommerce .woocommerce-cart-form {
	padding: 30px 0
}

.tbay-body-default form.checkout {
	padding-bottom: 0
}

.tbay-body-default .header-logo .logo-theme img {
	max-width: 126px
}

.tbay-body-default .singular-shop .woocommerce-product-gallery__image .zoomImg {
	cursor: unset
}

.tbay-body-default #recentcomments>li {
	font-weight: 700
}

.tbay-body-default #recentcomments>li a {
	font-weight: 400
}

.tbay-body-default .menu li ul {
	padding-left: 0;
	padding-top: 10px
}

.tbay-body-default .menu>li>a {
	margin-bottom: 0;
	display: block
}

.tbay-body-default .tbay-footer .menu>li {
	margin-bottom: 0
}

.tbay-body-default .tbay-footer .menu>li>a {
	margin-bottom: 0
}

.tbay-body-default .sidebar .widget ul li ul li,
.tbay-body-default .footer .widget ul li ul li {
	padding-left: 1.5rem;
	border: 0
}

.tbay-body-default .sidebar .widget_categories>ul li ul.children li:last-child,
.tbay-body-default .footer .widget_categories>ul li ul.children li:last-child {
	padding-bottom: 0
}

.tbay-body-default .widget.widget_text img {
	max-width: 100%
}

.tbay-body-default .widget.widget_text .wp-caption.alignnone {
	margin: 0;
	padding: 0;
	max-width: 100%
}

.tbay-body-default .widget.widget_text p {
	margin-top: 15px;
	color: #0b132b
}

.tbay-body-default .widget.widget_text p strong {
	display: inline-block
}

.tbay-body-default .widget.widget_text p strong:first-child {
	margin-bottom: 15px
}

.tbay-body-default .widget.widget_text p strong:last-child {
	margin-top: 15px
}

.tbay-body-default .widget.widget_rss ul li {
	padding: 15px 0
}

.tbay-body-default .widget.widget_rss ul li a {
	display: block;
	font-size: 16px;
	color: #0b132b;
	font-weight: 500
}

.tbay-body-default .widget.widget_rss ul li a:hover {
	color: var(--tb-theme-color)
}

.tbay-body-default .widget.widget_rss ul li .rss-date,
.tbay-body-default .widget.widget_rss ul li cite {
	font-size: 13px;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500
}

.tbay-body-default .widget.widget_rss ul li cite {
	margin: 0
}

.tbay-body-default .widget.widget_rss ul li span {
	font-size: 15px
}

.tbay-body-default .widget.widget_rss ul li .rssSummary {
	font-size: 15px;
	margin-top: 8px
}

.tbay-body-default select {
	padding: 8px;
	border: 1px solid rgba(145, 158, 171, .24);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 5px
}

.tbay-body-default select:focus {
	outline: 0
}

.tbay-body-default .widget_pages ul li {
	border: 0
}

.tbay-body-default .widget_pages>ul li a,
.tbay-body-default .widget_meta>ul li a,
.tbay-body-default .widget_archive>ul li a {
	line-height: inherit
}

.tbay-body-default .widget_pages>ul li a:hover,
.tbay-body-default .widget_meta>ul li a:hover,
.tbay-body-default .widget_archive>ul li a:hover {
	color: var(--tb-theme-color)
}

.tbay-body-default .entry-single .tagcloud {
	padding-top: 40px;
	margin-top: 14px
}

.tbay-body-default .entry-single .entry-description a i {
	vertical-align: middle;
	margin: 0;
	margin-left: 7px
}

.tbay-body-default .entry-single .entry-meta-list:after {
	display: block;
	clear: both;
	content: ""
}

.tbay-body-default blockquote:not(.is-large):not(.is-style-large) {
	border-left: 4px solid #000
}

.tbay-body-default h1,
.tbay-body-default h2,
.tbay-body-default h3,
.tbay-body-default h4,
.tbay-body-default h5,
.tbay-body-default h6,
.tbay-body-default .h1,
.tbay-body-default .h2,
.tbay-body-default .h3,
.tbay-body-default .h4,
.tbay-body-default .h5,
.tbay-body-default .h6 {
	font-weight: 700;
	color: #0b132b
}

.tbay-body-default #tbay-footer .widget.widget_rss ul li a {
	color: #0b132b
}

.tbay-body-default #tbay-footer .widget.widget_rss ul li a:hover {
	color: var(--tb-theme-color)
}

.tbay-body-default #tbay-footer ul>li>a {
	color: #6a7180
}

.tbay-body-default #tbay-footer a:hover {
	color: var(--tb-theme-color);
	text-decoration: none
}

.tbay-body-default #tbay-footer .container>.row,
.tbay-body-default #tbay-footer .dokan-dashboard .dokan-dashboard-wrap>.row,
.dokan-dashboard .tbay-body-default #tbay-footer .dokan-dashboard-wrap>.row,
.tbay-body-default #tbay-footer .dokan-store #main>.row,
.dokan-store .tbay-body-default #tbay-footer #main>.row,
.tbay-body-default #tbay-footer .wcfmmp-store-page #wcfmmp-store>.row,
.wcfmmp-store-page .tbay-body-default #tbay-footer #wcfmmp-store>.row {
	margin: 0
}

.tbay-body-default #tbay-footer .widget {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 9px
}

.tbay-body-default #tbay-footer .widget:after {
	content: '';
	height: 1px;
	background-color: #e0e6ea;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.tbay-body-default #tbay-footer .widget:last-child:after {
	display: none
}

.tbay-body-default #tbay-footer .widget>.widget-title,
.tbay-body-default #tbay-footer .widget .widgettitle {
	font-size: 20px;
	color: #0b132b;
	margin: 0 0 20px;
	font-weight: 500
}

.tbay-body-default #tbay-footer .widget:not(:first-child)>.widget-title,
.tbay-body-default #tbay-footer .widget:not(:first-child) .widgettitle {
	padding-top: 17px
}

.tbay-body-default #tbay-footer .widget ul {
	padding: 0;
	margin: 0
}

.tbay-body-default #tbay-footer .widget ul li {
	list-style: none;
	font-size: 15px;
	line-height: 26px
}

.tbay-body-default #tbay-footer .widget ul li+li,
.tbay-body-default #tbay-footer .widget ul li ul {
	padding-top: 10px
}

.tbay-body-default #tbay-footer .widget ul li a {
	font-size: 15px
}

.tbay-body-default #tbay-footer .widget.widget_text p {
	margin-top: 15px !important
}

.tbay-body-default #tbay-footer p {
	margin-bottom: 1rem !important
}

.tbay-body-default #tbay-footer .tbay-copyright a {
	color: var(--tb-theme-color)
}

.tbay-body-default .rsswidget>img {
	vertical-align: unset
}

.woocommerce-mini-cart__total {
	padding: 25px 0
}

.woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 25px 0
}

div[class^=wp-block-],
figure[class^=wp-block-],
ul[class^=wp-block-] {
	margin-top: 18px
}

div[class^=wp-block-].wp-block-cover,
div[class^=wp-block-].wp-block-cover-image,
figure[class^=wp-block-].wp-block-cover,
figure[class^=wp-block-].wp-block-cover-image,
ul[class^=wp-block-].wp-block-cover,
ul[class^=wp-block-].wp-block-cover-image {
	margin-top: 0;
	margin-bottom: 30px
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: #d0d0d0
}

dd {
	margin-bottom: 1rem;
	margin-left: 1rem
}

address {
	font-style: italic
}

.tbay-body-default .alignfull {
	margin-left: calc(-100vw/2 - -100%/2 - -8.51px);
	margin-right: calc(-100vw/2 - -100%/2 - -8.51px);
	width: calc(100vw - 17.02px)
}

.tbay-body-default .alignfull iframe {
	width: calc(100vw - 17.02px)
}

.single-post .gallery:after {
	display: block;
	clear: both;
	content: ""
}

@media(min-width:959px) {

	.tbay-body-default .alignwide iframe,
	.tbay-body-default .alignwide video,
	.tbay-body-default .alignwide audio {
		width: 100%
	}

	.alignwide video,
	.alignwide audio {
		max-width: none
	}
}

.wp-block-image.alignfull img,
.wp-block-image.alignfull figcaption {
	max-width: 100vw;
	width: 100vw
}

.wp-caption-text {
	color: #767676;
	margin-top: 10px;
	font-size: 13px
}

@media(min-width:959px) {

	.wp-block-image.alignwide img,
	.wp-block-image.alignwide figcaption {
		max-width: 100%;
		width: 150%
	}
}

.wp-block-gallery {
	padding: 0 !important
}

.wp-block-gallery+.wp-block-gallery {
	margin-top: 0
}

@media(min-width:959px) {
	.tbay-body-default .wp-block-gallery.alignwide {
		margin-left: calc(-25% - 8px);
		margin-right: calc(-25% - 8px);
		width: calc(150% - -16px)
	}
}

.wp-block-quote {
	margin: 27px 0 !important;
	padding: 0 0 0 27px !important
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	padding: 0 0 0 1em !important;
	border-left: 4px solid #000
}

.wp-block-pullquote {
	border-left: 0
}

.wp-block-pullquote p {
	margin: 27px 0 !important
}

.wp-block-quote cite {
	font-size: 13px
}

.wp-block-quote blockquote {
	border-left: 0
}

.wp-block-pullquote blockquote {
	border-left: 0
}

blockquote {
	margin: 40px 0;
	padding: 0;
	padding-left: 25px;
	padding-right: 0;
	color: #000;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000
}

blockquote p,
blockquote ul,
blockquote ol {
	line-height: inherit !important
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.5;
	color: #6c757d
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0'
}

.wp-block-cover-image {
	margin-bottom: 0
}

@media(max-width:958px) {
	.wp-block-columns {
		display: block
	}
}

.wp-block-columns {
	column-gap: 27px;
	margin-top: 0
}

.wp-block-columns.alignfull {
	padding-left: 18px;
	padding-right: 18px
}

.wp-block-columns.alignfull.has-2-columns .layout-column-2,
.wp-block-columns.alignfull.has-3-columns .layout-column-3,
.wp-block-columns.alignfull.has-4-columns .layout-column-4,
.wp-block-columns.alignfull.has-5-columns .layout-column-5,
.wp-block-columns.alignfull.has-6-columns .layout-column-6 {
	padding-right: 18px
}

.wp-block-columns p.has-background {
	padding: 18px
}

.wp-block {
	max-width: 720px
}

.wp-block[data-align=wide] {
	max-width: 1080px
}

.wp-block[data-align=full] {
	max-width: none
}

@media(max-width:958px) {
	.wp-block-column {
		margin: 0 0 18px !important
	}

	.wp-block-column:last-child {
		margin-bottom: 0 !important
	}

	.wp-block-text-columns {
		display: block
	}

	.wp-block-text-columns.aligncenter {
		display: block
	}

	.wp-block-text-columns.columns-2 .wp-block-column,
	.wp-block-text-columns.columns-3 .wp-block-column,
	.wp-block-text-columns.columns-4 .wp-block-column,
	.wp-block-text-columns.columns-5 .wp-block-column,
	.wp-block-text-columns.columns-6 .wp-block-column {
		width: 100%
	}
}

.wp-block-text-columns .wp-block-column {
	margin: 0 27px 0
}

.wp-block-text-columns .wp-block-column p {
	margin-top: 0
}

.wp-block-button {
	margin-bottom: 10px
}

.wp-block-audio.alignfull audio,
.wp-block-video.alignfull video {
	max-width: 100vw;
	width: 100vw
}

div[class^=wp-block-] a,
figure[class^=wp-block-] a,
ul[class^=wp-block-] a,
.tbay-body-default .main-page a,
.tbay-body-default .entry-single a {
	color: #0b132b;
	text-decoration: none
}

div[class^=wp-block-] a:hover,
div[class^=wp-block-] a:focus,
div[class^=wp-block-] a:active,
figure[class^=wp-block-] a:hover,
figure[class^=wp-block-] a:focus,
figure[class^=wp-block-] a:active,
ul[class^=wp-block-] a:hover,
ul[class^=wp-block-] a:focus,
ul[class^=wp-block-] a:active,
.tbay-body-default .main-page a:hover,
.tbay-body-default .main-page a:focus,
.tbay-body-default .main-page a:active,
.tbay-body-default .entry-single a:hover,
.tbay-body-default .entry-single a:focus,
.tbay-body-default .entry-single a:active {
	color: var(--tb-theme-color)
}

.tbay-body-default .content-404 a.backtohome {
	color: #fff !important
}

.tbay-body-default .entry-single .entry-description a {
	color: #fff
}

.tbay-body-default .main-page .page-links a:hover {
	color: #fff
}

div[class^=wp-block-] .wp-block-button__link {
	color: #fff;
	text-decoration: none
}

div[class^=wp-block-] .wp-block-button__link:hover {
	color: #fff
}

.aligncenter,
div.aligncenter {
	text-align: center
}

.entry-single .entry-content .wp-block-cover .wp-block-cover-text {
	color: #fff
}

.entry-single .entry-content .wp-block-cover .wp-block-cover-text a {
	color: #fff
}

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

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d;
	margin: 1em 0
}

.tbay-body-default .wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) {
	border-left: 0;
	padding-left: 0
}

.tbay-body-default blockquote:not(.is-large):not(.is-style-large)[style*="text-align:right"] {
	border-left: 0;
	border-right: 4px solid #000;
	padding: 0 1em 0 0 !important
}

.tbay-body-default .entry-single .entry-content b,
.tbay-body-default .entry-single .entry-content strong {
	font-weight: 700
}

.entry-header h1.entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

body.tbay-body-default .tbay-topcart .cart_list li {
	padding-bottom: 20px !important
}

body.tbay-body-default .tbay-topcart .cart_list li+li {
	margin-top: 23px !important;
	margin-bottom: 0 !important
}

body.tbay-body-default .entry-title {
	margin-bottom: 10px;
	margin-top: 10px
}

body.tbay-body-default .singular-shop>.product .single-main-content {
	padding-top: 0
}

body.tbay-body-default #main-container {
	padding-bottom: 10px
}

body.tbay-body-default.post-type-archive-product .main-wrapper,
body.tbay-body-default.single-product .main-wrapper {
	padding-bottom: 30px
}

body.tbay-body-default.woocommerce-cart #tbay-main-content {
	padding-bottom: 30px
}

body.tbay-body-default.woocommerce-checkout .woocommerce {
	padding: 0
}

body.tbay-body-default .single-post .post-excerpt {
	padding: 40px 0
}

body.tbay-body-default.attachment .single-post .post-excerpt {
	padding-top: 0
}

body.tbay-body-default.attachment .tbay-main-content {
	margin-top: 40px;
}

body.tbay-body-default .related-posts {
	padding: 30px 0
}

body.tbay-body-default.archive .layout-blog {
	padding: 0
}

body.tbay-body-default .has-large-font-size {
	color: #6a7180
}

.tbay-body-default .main-page,
.tbay-body-default #tbay-main-content .single-post {
	max-width: 850px;
	margin: 0 auto
}

.tbay-body-default.woocommerce-page .main-page {
	max-width: 100%
}

.wp-block-media-text {
	margin-bottom: 30px
}

.wp-block-file .wp-block-file__button {
	color: #fff !important
}

@media(max-width:991px) {
	.tbay-body-default:not(.mobile-hidden-footer) #tbay-footer .tbay-copyright {
		padding-bottom: 0 !important
	}
}

@media(min-width:992px) {
	.tbay-body-default form.checkout {
		margin-left: -15px;
		margin-right: -15px;
		border-top: 0
	}
}

.post-navigation .nav-links>*>div>div {
	max-width: 100%
}

@media(max-width:767px) {
	.tbay-body-default.single-post .main-content {
		margin-top: 30px
	}

	.tbay-body-default.single-product #main {
		margin-top: 0
	}

	.tbay-body-default .archive-shop>.tbay-filter .SumoSelect>.CaptionCont>span {
		padding-left: 0
	}

	.tbay-body-default .archive-shop>.tbay-filter .woocommerce-ordering select {
		padding: 0
	}
}

@media(max-width:1199px) {
	.tbay-body-default .archive-shop>.tbay-filter .main-filter {
		height: 50px
	}

	.tbay-body-default .archive-shop>.tbay-filter .main-filter .woocommerce-result-count {
		width: auto;
		line-height: 40px !important
	}
}

@media(max-width:1200px) {
	.tbay-body-default #comments ul.comment-list .children .comment:last-child .reply {
		padding-bottom: 12px
	}
}

#tbay-header .elementor-edit-mode .elementor-background-overlay {
	display: none
}

.elementor-editor-active .tbay-column-recentlyviewed {
	position: relative
}

.elementor-editor-active .tbay-column-recentlyviewed .elementor-widget-wrap {
	position: relative
}

.elementor-editor-active .product-recently-viewed-header:hover .content-view {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden
}

.elementor-column-gap-default>.elementor-row>.elementor-column>div.elementor-element-populated,
.elementor-column-gap-default>.elementor-column>div.elementor-element-populated {
	padding: 0 15px
}

.wpml-ls-menu-item .wpml-ls-flag {
	margin-right: 5px;
	margin-left: 0
}

#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li:hover>a,
#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li:focus>a,
#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li.active>a {
	color: var(--tb-theme-color)
}

#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a {
	color: #82C55B
}

#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a:hover,
#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a:focus {
	color: var(--tb-theme-color)
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
	display: block
}

.elementor-widget-tbay-nav-menu .elementor-nav-menu--main .elementor-nav-menu ul {
	width: auto;
	position: unset;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	transition: none !important
}

.elementor-widget-tbay-nav-menu .elementor-nav-menu--main .elementor-nav-menu ul.dropdown-menu {
	position: absolute
}

.elementor-widget-tbay-nav-menu .elementor-nav-menu--main .elementor-nav-menu a {
	padding: 0
}

.header-default {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .06)
}

.header-default .header-logo .logo {
	padding: 10px 0
}

.header-default .container,
.header-default .dokan-dashboard .dokan-dashboard-wrap,
.dokan-dashboard .header-default .dokan-dashboard-wrap,
.header-default .dokan-store #main,
.dokan-store .header-default #main,
.header-default .wcfmmp-store-page #wcfmmp-store,
.wcfmmp-store-page .header-default #wcfmmp-store {
	position: relative
}

.header-default a {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s
}

.header-default .row {
	align-items: center
}

.header-default .navbar {
	padding: 0
}

.header-default .navbar-nav {
	flex-direction: row
}

.header-default ul {
	flex-direction: row
}

.header-default ul>li {
	padding: 20px
}

.header-default ul>li:first-child {
	padding-left: 0
}

.header-default ul>li:hover a,
.header-default ul>li:hover .caret:before,
.header-default ul>li:focus a,
.header-default ul>li:focus .caret:before,
.header-default ul>li.active a,
.header-default ul>li.active .caret:before {
	color: var(--tb-theme-color)
}

.header-default ul>li .caret {
	position: relative;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s
}

.header-default ul>li .caret:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.header-default ul>li .caret:before {
	font-size: 9px;
	color: #0b132b;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	display: inline-block
}

.header-default ul>li>a {
	line-height: 46px;
	color: #0b132b
}

.header-default ul>li.active-mega-menu:hover>.dropdown-menu,
.header-default ul>li.active-mega-menu:focus>.dropdown-menu,
.header-default ul>li.menu-item-has-children:hover>.dropdown-menu,
.header-default ul>li.menu-item-has-children:focus>.dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
	border-top: 1px solid #e0e6ea
}

.header-default ul>li.active-mega-menu:hover .caret:before,
.header-default ul>li.active-mega-menu:focus .caret:before,
.header-default ul>li.menu-item-has-children:hover .caret:before,
.header-default ul>li.menu-item-has-children:focus .caret:before {
	color: var(--tb-theme-color);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header-default ul>li.active-mega-menu.aligned-left,
.header-default ul>li.menu-item-has-children.aligned-left {
	position: relative
}

.header-default ul>li.flash-sale a,
.header-default ul>li.flash-sale .caret:before {
	font-weight: 700;
	color: #e20202
}

.header-default ul>li.flash-sale a:hover,
.header-default ul>li.flash-sale .caret::before:hover {
	color: #e20202
}

.header-default ul>li.menu-item-has-children .dropdown-menu {
	padding: 15px 0;
	min-width: 255px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.header-default ul>li.menu-item-has-children .dropdown-menu>li {
	padding: 0 28px;
	line-height: 34px
}

.header-default ul>li.menu-item-has-children .dropdown-menu>li>a {
	color: #999;
	font-weight: 400;
	line-height: 28px
}

.header-default ul>li.menu-item-has-children .dropdown-menu>li:hover>a,
.header-default ul>li.menu-item-has-children .dropdown-menu>li:focus>a,
.header-default ul>li.menu-item-has-children .dropdown-menu>li.active>a {
	color: var(--tb-theme-color)
}

.header-default ul>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .caret {
	display: none
}

.header-default ul>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto
}

.header-default ul .dropdown-menu {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	width: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	left: 0;
	right: auto;
	top: 100%
}

.header-default ul .dropdown-menu .elementor-heading-title,
.header-default ul .dropdown-menu .heading-tbay-title {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	padding: 0 13px 12px
}

.header-default ul .dropdown-menu ul>li {
	padding: 0 13px
}

.header-default ul .dropdown-menu ul>li>a {
	color: #999;
	font-size: 14px;
	line-height: 28px;
	border: 0;
	padding: 0;
	display: inline-block
}

.header-default ul .dropdown-menu ul>li:hover a,
.header-default ul .dropdown-menu ul>li:focus a,
.header-default ul .dropdown-menu ul>li.active a {
	color: var(--tb-theme-color)
}

.header-default ul .dropdown-menu .elementor-widget-wrap {
	padding: 30px 0
}

.header-default .header-mainmenu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center
}

.header-default .tbay-topcart .dropdown-menu {
	top: 67px !important;
	padding: 15px 30px
}

.header-default .tbay-topcart .cart_list a.remove i {
	top: 0
}

.header-default .tbay-topcart .dropdown-content {
	position: fixed;
	top: 0;
	padding: 0 25px;
	width: 370px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	bottom: 0;
	background: #fff;
	text-align: left;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 9999
}

.header-default .tbay-topcart.left-right .dropdown-menu {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden
}

.header-default .tbay-topcart .offcanvas-close {
	display: none
}

.header-default .tbay-topcart .sidebar-right .dropdown-content {
	right: -370px;
	left: auto
}

.header-default .tbay-topcart .sidebar-right.active .dropdown-content {
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}

.header-default .tbay-topcart .sidebar-right .offcanvas-close {
	left: -62px;
	right: auto
}

.header-default .tbay-topcart .sidebar-left .dropdown-content {
	left: -370px;
	right: auto
}

.header-default .tbay-topcart .sidebar-left.active .dropdown-content {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}

.header-default .tbay-topcart .product-image {
	max-width: 60px
}

.header-default .tbay-topcart .cart_list li {
	padding: 10px 0 !important
}

.header-default .tbay-topcart .cart_list a.remove i {
	top: 10px
}

.header-default .cart-dropdown>a {
	float: right
}

.header-default .widget-header-cart {
	padding-top: 18px;
	position: relative
}

.admin-bar .header-default .tbay-topcart .dropdown-content {
	top: 32px
}

@media(min-width:1200px) and (max-width:1599px) {
	.header-default .tbay-topcart .dropdown-menu {
		right: 0 !important;
		left: auto !important
	}

	.header-default .tbay-topcart .offcanvas-close {
		top: -10px;
		right: -10px;
		background: #000;
		color: #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		width: 26px;
		height: 26px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center
	}

	.header-default .tbay-topcart .offcanvas-close i {
		font-size: 19px
	}
}

.tbay-horizontal-default ul.navbar-nav {
	flex-direction: row
}

.tbay-horizontal-default ul.navbar-nav>li {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 15px 24px;
	cursor: pointer
}

.tbay-horizontal-default ul.navbar-nav>li:first-child {
	padding-left: 0
}

.tbay-horizontal-default ul.navbar-nav>li.active>a,
.tbay-horizontal-default ul.navbar-nav>li.active i,
.tbay-horizontal-default ul.navbar-nav>li:hover>a,
.tbay-horizontal-default ul.navbar-nav>li:hover i {
	color: var(--tb-theme-color)
}

.tbay-horizontal-default ul.navbar-nav>li:hover .dropdown-menu {
	display: block
}

.tbay-horizontal-default ul.navbar-nav>li .dropdown-menu {
	position: absolute;
	padding: 15px 0;
	border: 1px solid rgba(145, 158, 171, .32);
	min-width: 200px;
	left: 0;
	right: auto;
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	margin: 0;
	top: 100%
}

.tbay-horizontal-default ul.navbar-nav>li .dropdown-menu>li a {
	font-weight: 400;
	color: #212b36;
	font-size: 14px;
	line-height: 23px;
	padding: 5px 24px;
	display: block
}

.tbay-horizontal-default ul.navbar-nav>li .dropdown-menu>li:hover a,
.tbay-horizontal-default ul.navbar-nav>li .dropdown-menu>li.active a {
	color: var(--tb-theme-color)
}

.tbay-horizontal-default ul.navbar-nav>li.active-mega-menu .dropdown-menu {
	left: 15px;
	width: calc(100% - 30px);
	padding: 24px 9px;
	margin: 0;
	top: 100%
}

.tbay-horizontal-default ul.navbar-nav>li.active-mega-menu .dropdown-menu ul>li {
	font-weight: 400
}

.tbay-horizontal-default i {
	color: #ccc;
	font-size: 15px;
	max-width: 50px;
	margin-right: 8px;
	margin-left: 0
}

.header_default #tbay-header .tbay-mainmenu {
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	margin-top: 19px
}

.header_default #tbay-header .tbay-mainmenu .container,
.header_default #tbay-header .tbay-mainmenu .dokan-dashboard .dokan-dashboard-wrap,
.dokan-dashboard .header_default #tbay-header .tbay-mainmenu .dokan-dashboard-wrap,
.header_default #tbay-header .tbay-mainmenu .dokan-store #main,
.dokan-store .header_default #tbay-header .tbay-mainmenu #main,
.header_default #tbay-header .tbay-mainmenu .wcfmmp-store-page #wcfmmp-store,
.wcfmmp-store-page .header_default #tbay-header .tbay-mainmenu #wcfmmp-store {
	position: relative
}

.header_default #tbay-header .cart-default .dropdown-menu.show {
	top: 50px !important
}

.wrapper-container:after {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .66);
	visibility: hidden;
	z-index: 1000;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	pointer-events: none;
	opacity: 0;
	filter: alpha(opacity=0)
}

.wrapper-container.active:after {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	pointer-events: all
}

.wrapper-container.active .tbay-offcanvas-main {
	overflow: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	z-index: 9999
}

.wrapper-container.active .tbay-offcanvas-main+#tbay-header {
	z-index: 1
}

.tbay-offcanvas-main {
	right: 0;
	left: auto;
	position: absolute;
	width: 270px;
	background: #fff;
	min-height: 100vh;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	top: 0
}

.tbay-offcanvas-main .navbar {
	margin: 0
}

.tbay-offcanvas-main .navbar-nav {
	width: 100%;
	float: none
}

.tbay-offcanvas-main .navbar-nav>li {
	float: none;
	border-top: 1px solid rgba(145, 158, 171, .24);
	cursor: pointer;
	display: block
}

.tbay-offcanvas-main .navbar-nav>li>a {
	color: #000;
	font-size: 14px;
	display: inline-block;
	padding: 0;
	padding-left: 16px;
	line-height: 40px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tbay-offcanvas-main .navbar-nav>li>a i {
	font-size: 18px;
	vertical-align: middle;
	margin: 0;
	margin-right: 10px
}

.tbay-offcanvas-main .navbar-nav>li:last-child {
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.tbay-offcanvas-main .navbar-nav>li:hover,
.tbay-offcanvas-main .navbar-nav>li.active {
	background: #f5f5f5
}

.tbay-offcanvas-main .navbar-nav>li:hover>a,
.tbay-offcanvas-main .navbar-nav>li.active>a {
	background: 0 0
}

.tbay-offcanvas-main .navbar-nav li.active-mega-menu {
	position: relative
}

.tbay-offcanvas-main .navbar-nav li.active-mega-menu:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-offcanvas-main .navbar-nav li.active-mega-menu:after {
	position: absolute;
	left: auto;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tbay-offcanvas-main .navbar-nav li.active-mega-menu:hover:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.tbay-offcanvas-main .navbar-nav li.active-mega-menu:hover .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}

.tbay-offcanvas-main .navbar-nav li.aligned-fullwidth>.dropdown-menu {
	left: auto;
	right: 100%
}

.tbay-offcanvas-main .navbar-nav .dropdown-menu {
	list-style: none;
	position: absolute;
	top: 0;
	left: auto;
	right: 100%;
	padding: 25px 30px;
	background: #fff;
	text-align: left;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: 1;
	margin: 0;
	display: block;
	border: 1px solid rgba(145, 158, 171, .24);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	max-width: unset !important
}

.tbay-offcanvas-main .navbar-nav .dropdown-menu>li a {
	background: 0 0 !important
}

.tbay-offcanvas-main .navbar-nav .dropdown-menu>li.active>a,
.tbay-offcanvas-main .navbar-nav .dropdown-menu>li>a:hover,
.tbay-offcanvas-main .navbar-nav .dropdown-menu>li>a:focus {
	color: var(--tb-theme-color)
}

.tbay-offcanvas-main .navbar-nav .text-label {
	font-size: 11px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	line-height: 18px;
	position: static;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-left: 5px
}

.tbay-offcanvas-main .navbar-nav .text-label:before {
	display: none
}

.tbay-offcanvas-main .column-hidden {
	display: none
}

.tbay-offcanvas-main .column-full {
	width: 100%
}

.offcanvas-head {
	position: relative
}

.offcanvas-head h3 {
	font-size: 14px;
	font-weight: 500;
	padding: 35px 18px;
	margin: 0
}

.offcanvas-head .btn-toggle-canvas {
	font-size: 12px;
	position: absolute;
	left: auto;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.offcanvas-head .btn-toggle-canvas i {
	font-weight: 600
}

.navbar-nav.tbay-menu-category>li>a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 8px;
	padding-right: 20px;
	color: #000;
	font-weight: 400
}

.navbar-nav.tbay-menu-category>li>a i {
	font-size: 18px;
	margin-right: 4px
}

.navbar-nav.tbay-menu-category>li:hover>a {
	color: var(--tb-theme-color);
	background: #000
}

.navbar-nav.tbay-menu-category>li>.dropdown-menu {
	padding: 15px 25px 30px
}

.navbar-nav.tbay-menu-category>li>.dropdown-menu .tbay_custom_menu {
	padding-bottom: 20px
}

.navbar-nav.tbay-menu-category>li>.dropdown-menu .tbay-addon .tbay-addon-title {
	line-height: 42px;
	font-size: 14px
}

.navbar-nav.tbay-menu-category>li>.dropdown-menu .tbay-addon ul:not(.entry-meta-list) li>a {
	line-height: 30px
}

.tbay-element.header-icon a {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	line-height: 44px;
	height: 44px;
	position: relative
}

.tbay-element.header-icon a:hover i {
	color: var(--tb-theme-color)
}

.tbay-element.header-icon a i {
	font-size: 24px
}

.tbay-element.no-text-account .account-button {
	padding: 0;
	height: 44px
}

.tbay-element.no-text-account .account-button i {
	position: static;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	top: auto
}

.layout-account-column .tbay-element.header-icon a {
	flex-direction: column
}

.title-account {
	color: #212b36;
	font-weight: 600
}

.text-account {
	color: #637381
}

.tbay-element-account>.tbay-login>a {
	line-height: 1;
	height: initial
}

.tbay-element-account>.tbay-login>a>span {
	line-height: 23px
}

.element-tbay-heading {
	margin-bottom: 40px;
	position: relative;
	padding: 0;
	background: 0 0;
	clear: both
}

.element-tbay-heading:last-child {
	margin-bottom: 0 !important
}

.element-tbay-heading .heading-tbay-description {
	font-size: 14px
}

.heading-tbay-title {
	font-size: 24px;
	line-height: 1.7;
	margin: 0;
	text-align: left;
	font-weight: 700;
	position: relative;
	color: #212b36;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	font-family: var(--tb-text-second-font)
}

.heading-tbay-title .subtitle {
	display: block;
	font-weight: 400;
	color: #637381;
	font-size: 16px;
	padding-top: 6px
}

.readmore-wrapper {
	text-align: center;
	margin-top: 21px
}

.show-all {
	display: inline-flex;
	align-items: center;
	width: auto;
	line-height: 24px;
	color: var(--tb-theme-color);
	font-size: 16px;
	font-weight: 400
}

.show-all i {
	display: inline-flex
}

.show-all:hover {
	color: var(--tb-theme-color)
}

.tbay-element-banner .banner-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

.tbay-element-banner .banner-content:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	left: 0;
	right: auto;
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
	pointer-events: none
}

.tbay-element-banner .banner-content>i {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
	font-size: 38px;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.tbay-element-banner .banner-content .style-btn {
	position: absolute;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 14px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tbay-element-banner .banner-content:hover:after,
.tbay-element-banner .banner-content:hover .style-btn,
.tbay-element-banner .banner-content:hover>i {
	opacity: 1;
	filter: alpha(opacity=100)
}

.tbay-element-banner .banner-title .title {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: 700
}

.tbay-element-banner .banner-title .subtitle {
	color: #555
}

.tbay-element-banner .banner-title .description {
	color: #999
}

.elementor-accordion .elementor-accordion-item {
	border-top: 0;
	border-left: 0;
	border-right: 0
}

.elementor-accordion .elementor-tab-content {
	border-top: 0;
	margin-bottom: 16px;
	position: relative;
	box-shadow: 0 8px 16px -3px rgba(145, 158, 171, .24);
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px
}

.elementor-accordion .elementor-tab-content:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px
}

.elementor-accordion .elementor-tab-title.elementor-active {
	box-shadow: 0 5px 16px -3px rgba(145, 158, 171, .24);
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0
}

.elementor-accordion .elementor-tab-title.elementor-active:after {
	content: '';
	height: 25px;
	width: 100%;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	z-index: 10
}

.elementor-accordion .elementor-tab-title {
	position: relative
}

.elementor-accordion .elementor-tab-title:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.elementor-accordion .elementor-tab-title:before {
	float: right;
	font-size: 20px
}

.elementor-accordion .elementor-tab-title a {
	margin-right: 25px
}

@media(max-width:767px) {
	.elementor-accordion .elementor-tab-title.elementor-active {
		box-shadow: none
	}

	.elementor-accordion .elementor-tab-title.elementor-active:after {
		display: none
	}
}

.section-banner-close {
	margin-top: -1px
}

.section-banner-close .elementor-widget-tbay-banner-close {
	margin-top: 1px
}

.tbay-element-banner-close .banner-content .container,
.tbay-element-banner-close .banner-content .dokan-dashboard .dokan-dashboard-wrap,
.dokan-dashboard .tbay-element-banner-close .banner-content .dokan-dashboard-wrap,
.tbay-element-banner-close .banner-content .dokan-store #main,
.dokan-store .tbay-element-banner-close .banner-content #main,
.tbay-element-banner-close .banner-content .wcfmmp-store-page #wcfmmp-store,
.wcfmmp-store-page .tbay-element-banner-close .banner-content #wcfmmp-store {
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%
}

.tbay-element-banner-close .banner-remove {
	position: absolute;
	padding: 0;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	left: auto;
	top: 50%;
	background: 0 0;
	border: 0;
	color: #fff;
	font-size: 20px;
	right: -20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none !important
}

.tbay-element-banner-close .banner-remove:hover,
.tbay-element-banner-close .banner-remove:focus {
	color: var(--tb-theme-color)
}

.tbay-element-brands .row.grid {
	margin-left: -12px;
	margin-right: -12px
}

.tbay-element-brands .row.grid>div {
	padding: 0 12px;
	margin-bottom: 24px
}

.tbay-element-brands .owl-carousel.slick-slider .item .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-widget-tbay-brands .owl-carousel.slick-slider ul.slick-dots {
	margin-top: 20px;
	padding-bottom: 0
}

@media(max-width:767px) {
	.tbay-element.tbay-element-brands .brands.row.grid {
		margin-left: -2px;
		margin-right: -2px
	}

	.tbay-element.tbay-element-brands .brands.row.grid>div {
		padding: 0 2px !important;
		margin-bottom: 4px
	}
}

.tbay-element-button i {
	margin-left: 3px;
	display: inline-block
}

.featured-vendor .elementor-widget-wrap {
	padding: 30px;
	border: 1px solid #e2e2e2
}

.featured-vendor .elementor-widget-wrap .elementor-button {
	padding: 0;
	font-size: 14px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: 0;
	color: var(--tb-theme-color);
	margin-top: 15px;
	margin-bottom: 22px;
	line-height: 30px;
	position: relative
}

.featured-vendor .elementor-widget-wrap .elementor-button:after {
	content: "";
	width: 0;
	position: absolute;
	left: 0;
	right: auto;
	height: 1px;
	background: var(--tb-theme-color);
	bottom: 5px;
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.featured-vendor .elementor-widget-wrap .elementor-button:hover:after {
	width: 100%
}

.collaborate {
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2
}

.collaborate .elementor-widget-wrap .elementor-column {
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2
}

.collaborate .tbay-element.tbay-element-heading {
	padding: 29px 0
}

.collaborate .tbay-element.tbay-element-heading .heading-tbay-title {
	padding-bottom: 0;
	margin-top: 15px;
	text-align: center
}

.collaborate .tbay-element.tbay-element-heading .heading-tbay-title .title {
	font-size: 35px;
	font-weight: 700;
	color: var(--tb-theme-color)
}

.collaborate .tbay-element.tbay-element-heading .heading-tbay-title .subtitle {
	padding-top: 12px
}

.tbay-element.tbay-element-testimonials .testimonial-meta:before {
	visibility: hidden
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
	text-align: left
}

.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon {
	color: var(--tb-theme-color);
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 60px
}

.tbay-element-list-menu {
	line-height: 23px
}

.tbay-element-list-menu .list-menu-wrapper {
	color: #999
}

.tbay-element-features {
	text-align: left
}

.tbay-element-features .row.grid {
	margin-left: -12px;
	margin-right: -12px
}

.tbay-element-features .row.grid>div {
	padding-left: 12px;
	padding-right: 12px
}

.tbay-element-features .fbox-icon {
	font-size: 16px;
	color: var(--tb-theme-color)
}

.tbay-element-features .ourservice-heading {
	font-size: 14px;
	line-height: 21px;
	color: #17181a;
	font-weight: 600;
	margin: 0 0 5px;
	font-family: var(--tb-text-primary-font)
}

.tbay-element-features .description {
	color: #777;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0
}

.tbay-element-features .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tbay-element-features .inner .fbox-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.tbay-element-features .fbox-image,
.tbay-element-features .fbox-icon {
	margin-right: 0;
	margin-left: 0
}

.feature-style-1 .item {
	margin-bottom: 24px
}

.feature-style-2 .inner,
.feature-style-3 .inner {
	padding: 18px 18px 18px 25px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-right: 10px;
	margin-left: 0;
	width: 100%
}

.feature-style-2 .ourservice-heading,
.feature-style-2 .description,
.feature-style-3 .ourservice-heading,
.feature-style-3 .description {
	font-size: 13px;
	line-height: 20px
}

.feature-style-2 .ourservice-heading,
.feature-style-3 .ourservice-heading {
	font-weight: 700
}

.feature-style-2 .fbox-icon,
.feature-style-2 .fbox-image,
.feature-style-3 .fbox-icon,
.feature-style-3 .fbox-image {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-left: 0;
	background-color: #fafafa;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.feature-style-2 .fbox-icon>i,
.feature-style-2 .fbox-icon>img,
.feature-style-2 .fbox-image>i,
.feature-style-2 .fbox-image>img,
.feature-style-3 .fbox-icon>i,
.feature-style-3 .fbox-icon>img,
.feature-style-3 .fbox-image>i,
.feature-style-3 .fbox-image>img {
	position: absolute;
	font-size: 38px;
	color: var(--tb-theme-color);
	line-height: 60px;
	width: 60px;
	top: 0;
	left: -20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.feature-style-2 .inner:hover .fbox-icon>i,
.feature-style-2 .inner:hover .fbox-icon>img,
.feature-style-2 .inner:hover .fbox-image>i,
.feature-style-2 .inner:hover .fbox-image>img {
	left: 0
}

.feature-style-3 .ourservice-heading,
.feature-style-3 .description {
	margin-bottom: 0
}

.feature-style-3 .inner {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	padding-left: 30px
}

.feature-style-3 .fbox-icon,
.feature-style-3 .fbox-image {
	margin: 0
}

.feature-style-3 .inner .fbox-content {
	margin-left: -15px;
	z-index: 1
}

.feature-style-3 .features[data-xlgdesktop] .inner,
.feature-style-3 .features[data-desktop] .inner,
.feature-style-3 .features[data-desktopsmall] .inner,
.feature-style-3 .features[data-tablet] .inner,
.feature-style-3 .features[data-landscape] .inner,
.feature-style-3 .features[data-mobile] .inner {
	margin-right: 0;
	margin-bottom: 10px
}

.dropdown-menu .tbay-element-features .row.grid {
	margin-left: -8px;
	margin-right: -8px
}

.dropdown-menu .tbay-element-features .row.grid>div {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px
}

.post-grid,
.post-list {
	margin-bottom: 40px;
	position: relative
}

.post-grid .entry-date,
.post-list .entry-date {
	color: #888
}

.post-grid .entry-meta .categories,
.post-list .entry-meta .categories {
	text-align: left
}

.post-grid .entry-meta .categories a,
.post-list .entry-meta .categories a {
	border: 1px solid rgba(145, 158, 171, .32);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 5px 12px;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px
}

.post-grid .entry-meta .categories a:hover,
.post-grid .entry-meta .categories a:focus,
.post-list .entry-meta .categories a:hover,
.post-list .entry-meta .categories a:focus {
	color: #fff;
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color)
}

.post-grid .entry-meta .categories+.entry-title,
.post-list .entry-meta .categories+.entry-title {
	padding-top: 8px
}

.post-grid .entry-thumb img,
.post-list .entry-thumb img {
	margin-bottom: 15px
}

.post-grid .entry-thumb .post-thumbnail+.entry-meta .categories,
.post-list .entry-thumb .post-thumbnail+.entry-meta .categories {
	margin-top: 10px
}

.post-grid .post,
.post-list .post {
	position: relative
}

.post-grid .post .entry-header,
.post-list .post .entry-header {
	margin-top: 17px
}

.post-grid .entry-title,
.post-list .entry-title {
	margin: 0;
	line-height: 28px
}

.post-grid .entry-meta-list,
.post-list .entry-meta-list {
	margin-bottom: 8px
}

.post-grid figure,
.post-list figure {
	margin: 0
}

.post-grid .entry-thumb,
.post-list .entry-thumb {
	position: relative;
	text-align: center
}

.post-grid .entry-title,
.post-list .entry-title {
	padding: 0 0 17px;
	text-align: left
}

.post-grid .entry-title a,
.post-list .entry-title a {
	font-size: 24px;
	display: block;
	font-weight: 600;
	line-height: 36px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #212b36
}

.post-grid .entry-title a:hover,
.post-list .entry-title a:hover {
	color: var(--tb-theme-color)
}

.post-grid .entry-content,
.post-list .entry-content {
	padding: 0 0 8px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.post-grid .author .avatar,
.post-list .author .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	vertical-align: text-bottom;
	margin: 0;
	display: inline-block
}

.post-grid .author a,
.post-list .author a {
	color: #212b36;
	position: relative;
	font-weight: 500
}

.post-grid .author a:hover,
.post-list .author a:hover {
	color: var(--tb-theme-color)
}

.post-grid .meta-info,
.post-list .meta-info {
	padding-bottom: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.post-grid .meta-info>span,
.post-list .meta-info>span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	line-height: 22px;
	padding-right: 16px;
	padding-left: 0;
	margin-right: 16px;
	margin-left: 0;
	border-right: 1px solid rgba(145, 158, 171, .24)
}

.post-grid .meta-info>span:last-child,
.post-list .meta-info>span:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0
}

.post-grid .readmore a,
.post-list .readmore a {
	color: var(--tb-theme-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 700;
	font-size: 13px;
	padding-top: 6px;
	display: block
}

.post-grid .readmore i,
.post-list .readmore i {
	position: absolute;
	bottom: -38px;
	right: 0;
	left: auto;
	background: 0 0;
	font-size: 22px;
	color: #fff;
	margin: 0;
	line-height: 1
}

.posts-grid.owl-carousel {
	margin-left: -22px;
	margin-right: -22px
}

.posts-grid.owl-carousel:not(.slick-slider)[data-items] div.item {
	margin: 0 22px
}

.posts-grid.owl-carousel .slick-slide {
	margin-left: 22px;
	margin-right: 22px
}

@media(max-width:767px) {
	.posts-grid.owl-carousel .slick-slide .post-grid {
		margin-bottom: 0
	}
}

.posts-grid.row.grid {
	margin-left: -22px;
	margin-right: -22px
}

.posts-grid.row.grid>div {
	padding-left: 22px;
	padding-right: 22px
}

.tbay-post-style-2 .post-grid .entry-content {
	padding: 10px 15px 0;
	border: 0;
	border-radius: 0
}

.tbay-post-style-2 .post-grid .meta-info {
	margin: 10px 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.tbay-post-style-2 .post-grid .meta-info a {
	color: #888
}

.tbay-post-style-2 .post-grid .comments-link {
	right: 25px;
	top: 10px;
	left: auto;
	background: rgba(119, 119, 119, .25);
	color: #fff;
	position: absolute;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	z-index: 1
}

.tbay-post-style-2 .post-grid .comments-link a,
.tbay-post-style-2 .post-grid .comments-link i {
	color: #fff
}

.tbay-post-style-2 .post-grid .entry-title {
	padding: 0;
	background: 0 0;
	min-height: auto;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700
}

.tbay-post-style-2 .post-grid .entry-title a {
	color: #333
}

.tbay-post-style-2 .post-grid .entry-title a:hover {
	color: var(--tb-theme-color)
}

.tbay-post-style-2 .post-grid img.avatar {
	width: 35px;
	height: 35px;
	border: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: auto
}

.tbay-post-style-2 .post-grid .author a {
	color: var(--tb-theme-color);
	position: relative;
	padding-right: 10px;
	padding-left: 0
}

.tbay-post-style-2 .post-grid .readmore {
	margin-top: 12px
}

.tbay-post-style-2 .post-grid .readmore a,
.tbay-post-style-2 .post-grid .readmore i {
	color: var(--tb-theme-color);
	font-size: 13px;
	font-weight: 500;
	position: static;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	border: 0
}

.tbay-post-style-2 .post-grid .readmore i {
	font-weight: 400;
	margin-left: 7px;
	margin-right: 0
}

.layout-blog {
	margin-bottom: 50px
}

.layout-blog>.row[data-xlgdesktop]:not([data-xlgdesktop="1"]) .post-grid .entry-title a,
.layout-blog>.row[data-xlgdesktop]:not([data-xlgdesktop="1"]) .post-list .entry-title a {
	font-size: 20px;
	line-height: 28px
}

@media(min-width:1200px) {
	.layout-blog>.row[data-xlgdesktop]:not([data-xlgdesktop="1"]) {
		margin-left: -22px;
		margin-right: -22px;
		margin-top: 5px
	}

	.layout-blog>.row[data-xlgdesktop]:not([data-xlgdesktop="1"])>div {
		padding-left: 22px;
		padding-right: 22px
	}
}

.layout-blog>.row[data-xlgdesktop="1"] {
	margin-left: -15px;
	margin-right: -15px
}

.layout-blog>.row[data-xlgdesktop="1"]>div {
	padding-left: 15px;
	padding-right: 15px
}

.layout-blog>.row[data-xlgdesktop="1"] .tbay-pagination {
	justify-content: flex-start
}

.layout-blog>.row[data-xlgdesktop="1"] .post-grid .entry-thumb .post-thumbnail+.entry-meta .categories,
.layout-blog>.row[data-xlgdesktop="1"] .post-list .entry-thumb .post-thumbnail+.entry-meta .categories {
	margin-top: 15px
}

.layout-blog>.row[data-xlgdesktop="1"] .post-grid .entry-meta .categories+.entry-title,
.layout-blog>.row[data-xlgdesktop="1"] .post-list .entry-meta .categories+.entry-title {
	padding-top: 10px
}

.position-img-left,
.position-img-right {
	height: 0
}

.position-img-left img,
.position-img-right img {
	transform: translateY(-25%);
	position: absolute;
	left: 0;
	right: auto
}

.position-img-right {
	text-align: right
}

.position-img-right img {
	right: 0;
	left: auto
}

.tbay-element svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.tbay-element-instagram {
	text-align: center
}

.tbay-element-instagram .item {
	margin-bottom: 30px
}

.tbay-element-instagram .instagram-item-inner {
	position: relative;
	font-size: 15px;
	text-align: center
}

.tbay-element-instagram .instagram-item-inner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.tbay-element-instagram .instagram-item-inner a {
	color: #fff;
	display: block
}

.tbay-element-instagram .instagram-item-inner:hover:before,
.tbay-element-instagram .instagram-item-inner:hover .group-items,
.tbay-element-instagram .instagram-item-inner:focus:before,
.tbay-element-instagram .instagram-item-inner:focus .group-items {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.tbay-element-instagram .instagram-item-inner:hover .group-items,
.tbay-element-instagram .instagram-item-inner:focus .group-items {
	-webkit-transform: translate(-50%, -20px);
	-ms-transform: translate(-50%, -20px);
	-o-transform: translate(-50%, -20px);
	transform: translate(-50%, -20px)
}

.tbay-element-instagram .instagram-item-inner:hover .time,
.tbay-element-instagram .instagram-item-inner:focus .time {
	visibility: visible;
	opacity: .6;
	filter: alpha(opacity=60);
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	-o-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px)
}

.tbay-element-instagram .instagram-item-inner .group-items,
.tbay-element-instagram .instagram-item-inner .time {
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none
}

.tbay-element-instagram .instagram-item-inner .group-items>span,
.tbay-element-instagram .instagram-item-inner .time>span {
	margin: 0 10px
}

.tbay-element-instagram .instagram-item-inner .insta-type {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	pointer-events: none;
	z-index: 2
}

.tbay-element-instagram .group-items i {
	margin-right: 5px;
	margin-left: 0;
	display: inline-block
}

.tbay-element-instagram .owl-carousel .slick-dots {
	margin: 5px 0 0
}

.tbay-element-instagram .btn-follow {
	line-height: 30px;
	color: #888;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	margin-top: 10px
}

.tbay-element-instagram .btn-follow span {
	color: #000;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s
}

.tbay-element-instagram .btn-follow:hover {
	color: var(--tb-theme-color)
}

.tbay-element-instagram .btn-follow:hover span {
	color: var(--tb-theme-color)
}

.tbay-element-menu-vertical .heading-tbay-title {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 15px;
	padding: 0;
	font-family: var(--tb-text-primary-font)
}

.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	padding-left: 0;
	background: 0 0
}

.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 2.2
}

.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li .sub-menu {
	padding: 5px 15px
}

.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a {
	color: #82C55B
}

.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a.active,
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a:hover,
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a:focus {
	color: var(--tb-theme-color);
	background: 0 0
}

.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li.active>a,
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li:hover>a,
.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li:focus>a {
	color: var(--tb-theme-color)
}

.mc4wp-alert {
	padding: 6px 15px 0
}

.mc4wp-alert.mc4wp-error p {
	color: #dc3545
}

.mc4wp-alert p {
	font-style: italic
}

.tbay-element-newsletter .mc4wp-form-fields,
.widget-newletter .mc4wp-form-fields {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row
}

.tbay-element-newsletter .input-newletter,
.widget-newletter .input-newletter {
	height: 44px;
	padding: 0 0 0 13px;
	float: none;
	line-height: normal;
	border: 0;
	font-size: 13px
}

.tbay-element-newsletter .input-newletter:focus,
.widget-newletter .input-newletter:focus {
	box-shadow: none
}

.tbay-element-newsletter button[type=submit],
.widget-newletter button[type=submit] {
	height: 36px;
	font-size: 13px;
	padding: 0 15px
}

.tbay-element-newsletter button[type=submit] i,
.widget-newletter button[type=submit] i {
	font-size: inherit;
	line-height: 1;
	margin-left: 7px;
	margin-right: 0
}

.widget-newletter button[type=submit] {
	padding: 0 30px
}

.widget-newletter button[type=submit] i {
	display: none
}

.our-team-content {
	text-align: center;
	margin: 28px 0 0;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.our-team-content:hover .social-link {
	visibility: visible;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	filter: alpha(opacity=100)
}

.our-team-content:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.our-team-content .social-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.our-team-content .social-link {
	margin: 0;
	padding: 0
}

.our-team-content .social-link li {
	list-style: none;
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	padding: 17px;
	line-height: 10px;
	background: rgba(145, 158, 171, .24);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.our-team-content .social-link li:last-child {
	margin: 0
}

.our-team-content .social-link li:hover {
	background: var(--tb-theme-color)
}

.our-team-content .social-link li:hover a {
	color: #fff
}

.our-team-content .social-link a {
	color: #6a7180
}

.our-team-content .social-link a:hover {
	color: var(--tb-theme-color)
}

.tbay-element-our-team .row.grid {
	margin-left: -15px;
	margin-right: -15px
}

.tbay-element-our-team .row.grid>div {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 5px
}

.tbay-element-our-team .info {
	margin-top: 17px;
	text-align: center
}

.tbay-element-our-team .name-team,
.tbay-element-our-team .job {
	margin: 0;
	line-height: 23px
}

.tbay-element-our-team .name-team {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px
}

.tbay-element-our-team .job {
	color: #999;
	font-size: 16px;
	line-height: 24px;
	margin-top: 4px
}

.underline .elementor-heading-title a {
	position: relative
}

.underline .elementor-heading-title a:after {
	content: '';
	position: absolute;
	background: var(--tb-theme-color);
	height: 2px;
	left: 1px;
	right: 1px;
	bottom: 6px
}

.social {
	margin-top: 13px
}

.social:after {
	display: block;
	clear: both;
	content: ""
}

.social>li {
	float: left;
	margin-right: 4px;
	margin-left: 0;
	margin-bottom: 4px
}

.social>li a {
	font-size: 0;
	width: 29px;
	height: 29px;
	display: block;
	text-align: center;
	color: #fff;
	background: #3b5999
}

.social>li a.twitter {
	background: #55acee
}

.social>li a.instagram {
	background: #e4405f
}

.social>li a.pinterest {
	background: #bd081c
}

.social>li a.google {
	background: #dd4b39
}

.social>li a.youtube-play {
	background: #cd201f
}

.social>li i {
	font-size: 18px;
	line-height: 29px
}

.tbay-element-testimonials .slick-slider[data-loop="1"] .slick-list {
	overflow: visible;
	display: grid
}

.tbay-element-testimonials .slick-slider .slick-slide {
	opacity: .1;
	filter: alpha(opacity=10);
	pointer-events: none
}

.tbay-element-testimonials .slick-slider .slick-slide.slick-active {
	opacity: 1;
	filter: alpha(opacity=100);
	pointer-events: auto
}

.tbay-element-testimonials .testimonials .item {
	margin-bottom: 10px
}

.tbay-element-testimonials .testimonials .item:only-child {
	margin-bottom: 0
}

.tbay-element-testimonials .testimonials .item:only-child .testimonials-content {
	border-width: 0
}

.tbay-element-testimonials .testimonials.rows-2 .item:only-child,
.tbay-element-testimonials .testimonials.rows-3 .item:only-child {
	margin-bottom: 15px
}

.tbay-element-testimonials .testimonials.rows-2 .item:only-child .testimonials-content,
.tbay-element-testimonials .testimonials.rows-3 .item:only-child .testimonials-content {
	border-width: 1px
}

.tbay-element-testimonials .testimonials-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto
}

.tbay-element-testimonials .testimonials-body i {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 18px;
	margin-right: 15px;
	margin-left: 0;
	color: var(--tb-theme-color);
	margin-top: -2px
}

.tbay-element-testimonials .testimonials-body .excerpt {
	-webkit-box-flex: 14;
	-moz-box-flex: 14;
	-webkit-flex: 14;
	-ms-flex: 14;
	flex: 14;
	line-height: 22px
}

.tbay-element-testimonials .testimonials-content {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	padding: 20px;
	border: 1px solid rgba(145, 158, 171, .24);
	width: 100%
}

.tbay-element-testimonials .testimonials-content:hover {
	border-color: var(--tb-theme-color)
}

.tbay-element-testimonials .testimonial-meta {
	font-size: 13px;
	text-align: right;
	margin-top: 15px;
	width: 100%
}

.tbay-element-testimonials .testimonial-meta .name {
	padding: 0;
	margin: 0;
	color: #222;
	font-weight: 700;
	font-size: 14px;
	position: relative
}

.tbay-element-testimonials .testimonial-meta .name:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: var(--tb-theme-color);
	top: 50%;
	left: -50px;
	right: auto;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.tbay-element-testimonials .testimonial-meta .job {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #bbb
}

.testi-style-image .tbay-element .row.grid {
	margin-left: 0;
	margin-right: 0
}

.testi-style-image .testimonials {
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	padding: 24px;
	background: #fff
}

.testi-style-image .tbay-element-testimonials img {
	max-width: 96px;
	margin-bottom: 8px
}

.testi-style-image .tbay-element-testimonials .testimonials-content {
	padding: 0;
	border: 0;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.testi-style-image .tbay-element-testimonials .testimonials-body {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3
}

.testi-style-image .tbay-element-testimonials .testimonial-meta {
	text-align: left;
	margin-top: 0;
	position: relative;
	margin-bottom: 38px
}

.testi-style-image .tbay-element-testimonials .testimonial-meta:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.testi-style-image .tbay-element-testimonials .testimonial-meta:before {
	visibility: visible;
	color: #ffc107;
	position: absolute;
	bottom: -30px;
	font-size: 15px;
	letter-spacing: 3px;
	left: 2px;
	right: auto
}

.testi-style-image .tbay-element-testimonials .testimonial-meta .job {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #919eab
}

.testi-style-image .tbay-element-testimonials .testimonial-meta .name {
	font-weight: 600;
	display: block;
	padding-bottom: 8px;
	color: #212b36;
	font-size: 16px;
	line-height: 24px
}

.testi-style-image .tbay-element-testimonials .testimonial-meta .name:before {
	display: none
}

.testi-style-rating .tbay-element-testimonials .testimonials-content {
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	-webkit-box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column-reverse;
	padding: 20px 24px 24px
}

.testi-style-rating .tbay-element-testimonials .testimonials-content:hover {
	border-color: rgba(145, 158, 171, .24)
}

.testi-style-rating .tbay-element-testimonials .testimonials-content .testimonial-meta {
	text-align: left;
	margin-top: 6px
}

.testi-style-rating .tbay-element-testimonials .testimonials-content .testimonial-meta>span {
	display: block;
	padding-bottom: 3px
}

.testi-style-rating .tbay-element-testimonials .testimonials-content .testimonial-meta .name {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px
}

.testi-style-rating .tbay-element-testimonials .testimonials-content .testimonial-meta .name:before {
	display: none
}

.testi-style-rating .tbay-element-testimonials .testimonials-content .excerpt {
	position: relative;
	padding-top: 30px;
	line-height: 22px
}

.testi-style-rating .tbay-element-testimonials .testimonials-content .excerpt:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.testi-style-rating .tbay-element-testimonials .testimonials-content .excerpt:before {
	color: #ffc107;
	position: absolute;
	top: 0;
	left: 0;
	right: auto
}

.tbay-addon-video .tbay-addon-content {
	position: relative
}

.tbay-addon-video .tbay-addon-content .main-content {
	float: left;
	width: 100%
}

.tbay-addon-video .tbay-addon-content .tbay-modalButton {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
	height: 100%;
	background: 0 0;
	color: #000;
	font-size: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: 0;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s
}

.tbay-addon-video .tbay-addon-content .tbay-modalButton i {
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #fff;
	position: relative
}

.tbay-addon-video .tbay-addon-content .tbay-modalButton i:before {
	display: block;
	position: relative;
	z-index: 11
}

.tbay-addon-video .tbay-addon-content .tbay-modalButton i:after {
	content: '';
	background: rgba(255, 255, 255, .4);
	position: absolute;
	left: -12px;
	right: -12px;
	top: -12px;
	bottom: -12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	z-index: 0
}

.tbay-addon-video .tbay-addon-content .tbay-modalButton:focus {
	outline: 0
}

.tbay-addon-video .tbay-addon-content .tbay-modalButton:hover i:after {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.tbay-addon-video .tbay-addon-content .modal-dialog {
	max-width: 100%;
	margin-top: 10%
}

.elementor-widget-video .elementor-custom-embed-play i {
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	width: 64px;
	line-height: 64px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 30px;
	color: #212b36;
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative
}

.elementor-widget-video .elementor-custom-embed-play i.eicon-play:before {
	content: '\f3aa';
	margin-left: 5px;
	margin-right: 0
}

.elementor-widget-video:hover .elementor-custom-embed-play i:after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.video-wrapper-inner .fancybox-video .fa {
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: 0;
	color: #fff;
	font-size: 28px;
	height: 80px;
	left: 0;
	line-height: 76px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	width: 80px;
	z-index: 9
}

@media(min-width:1200px) {
	.dialog-type-lightbox .dialog-widget-content {
		width: 50%
	}
}

.search-trending-tags-wrapper {
	padding-top: 65px
}

.search-trending-tags-wrapper .tbay-addon-title {
	float: left;
	margin-right: 10px !important;
	font-size: 15px !important
}

.wpb_single_image .description {
	font-style: italic;
	text-align: center
}

.wpb_single_image .description b,
.wpb_single_image .description strong {
	font-weight: 500
}

.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper {
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	position: relative;
	overflow: hidden;
	background: 0 0
}

.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper.vc_box_shadow {
	-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1)
}

.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper img {
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:before,
.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:after {
	position: absolute;
	content: '';
	z-index: 1;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-moz-transition: opacity .35s, -moz-transform .35s;
	-ms-transition: opacity .35s, -ms-transform .35s;
	-o-transition: opacity .35s, -o-transform .35s;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	opacity: 0
}

.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:before {
	top: 15%;
	right: 7%;
	bottom: 15%;
	left: 7%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:after {
	top: 7%;
	right: 15%;
	bottom: 7%;
	left: 15%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01)
}

.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:hover:before,
.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:hover:after {
	opacity: 100;
	filter: alpha(opacity=10000);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

a.vc_single_image-wrapper,
.widget_media_image a {
	position: relative;
	display: inline-block
}

a.vc_single_image-wrapper:before,
.widget_media_image a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: auto;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s
}

a.vc_single_image-wrapper:hover:before,
.widget_media_image a:hover:before {
	opacity: .15;
	filter: alpha(opacity=15);
	visibility: visible
}

.toogle-btn-search {
	width: 60px;
	height: 70px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	background: var(--tb-theme-color);
	box-shadow: none;
	border-width: 1px;
	border-style: solid;
	border-color: var(--tb-theme-color);
	outline: none !important;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.toogle-btn-search i:last-child {
	display: none
}

.toogle-btn-search.active {
	background: #333;
	border-color: #333
}

.toogle-btn-search.active i:first-child {
	display: none
}

.toogle-btn-search.active i:last-child {
	display: block
}

.toogle-btn-search~.tbay-search-form {
	display: none;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	width: 399px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border: solid 1px rgba(145, 158, 171, .24);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.toogle-btn-search~.tbay-search-form .button-group {
	margin: 2px 1px
}

.toogle-btn-search~.tbay-search-form .input-group {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.toogle-btn-search~.tbay-search-form input {
	font-size: 16px
}

.toogle-btn-search~.tbay-search-form .tbay-search {
	height: 44px
}

.toogle-btn-search~.tbay-search-form .button-search {
	background: var(--tb-theme-color);
	color: #fff
}

.toogle-btn-search~.tbay-search-form .button-search i,
.toogle-btn-search~.tbay-search-form .button-search span {
	height: 39px;
	line-height: 39px
}

.toogle-btn-search~.tbay-search-form .button-search:not(.icon) i {
	font-size: 14px
}

.tbay-body-woocommerce-catalog-mod .product-add-to-cart,
.tbay-body-woocommerce-catalog-mod .add-to-cart,
.tbay-body-woocommerce-catalog-mod .single_add_to_cart_button,
.tbay-body-woocommerce-catalog-mod .cart,
.tbay-body-woocommerce-catalog-mod .yith-compare,
.tbay-body-woocommerce-catalog-mod .tbay-element-mini-cart,
.tbay-body-woocommerce-catalog-mod .yith-wfbt-submit-button {
	display: none !important
}

.tbay-body-hide-sub-title .product-block .name-subtitle {
	min-height: 24px;
	margin-bottom: 8px
}

.woocommerce .quantity .box,
.woocommerce-page .quantity .box {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px
}

.woocommerce .quantity button,
.woocommerce-page .quantity button {
	border: 0;
	width: 26px;
	height: 40px;
	float: left;
	clear: none;
	font-size: 16px;
	line-height: 40px;
	font-weight: 900;
	color: #212b36;
	outline: 0;
	background: #fff
}

.woocommerce .quantity button.minus,
.woocommerce-page .quantity button.minus {
	border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-ms-border-radius: 8px 0 0 8px;
	-o-border-radius: 8px 0 0 8px
}

.woocommerce .quantity button.plus,
.woocommerce-page .quantity button.plus {
	border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-ms-border-radius: 0 8px 8px 0;
	-o-border-radius: 0 8px 8px 0
}

.woocommerce .quantity button:hover,
.woocommerce-page .quantity button:hover {
	background: 0 0;
	color: var(--tb-theme-color)
}

.modal-content dl.variation {
	margin-bottom: 0
}

.modal-content dl.variation dd {
	margin-bottom: 0
}

.singular-shop div.product .information .cart .box-quantity {
	display: flex;
	float: left
}

.singular-shop div.product .information .cart .box-quantity .title-qty {
	line-height: 44px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	margin-right: 20px;
	margin-left: 0
}

.single-product-cart .quantity span {
	display: none
}

.woocommerce .quantity,
.woocommerce-page .quantity {
	margin-right: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border: 1px solid rgba(145, 158, 171, .24);
	padding: 0 3px;
	display: inline-block
}

.woo-variation-swatches .wvs-archive-variation-wrapper .reset_variations a {
	background: 0 0 !important
}

.product-block .groups-button>div.woo-swatches-pro-btn {
	float: none;
	border: 0
}

.product-block .groups-button>div.woo-swatches-pro-btn .add-cart a {
	width: max-content;
	margin: auto;
	border: 1px solid #eee;
	text-transform: uppercase;
	font-size: 13px;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	font-weight: 500
}

.product-block .groups-button>div.woo-swatches-pro-btn .add-cart a.loading {
	padding: 0 10px
}

.product-block .groups-button>div.woo-swatches-pro-btn .add-cart a.added {
	display: none
}

.product-block .groups-button>div.woo-swatches-pro-btn .add-cart a.added_to_cart {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: var(--tb-theme-color);
	color: #fff;
	width: max-content;
	margin: auto;
	text-transform: uppercase;
	font-size: 13px
}

.product-block .groups-button>div.woo-swatches-pro-btn~.wvs-archive-variation-wrapper {
	border: 0
}

.tbay-body-woocommerce-quantity-mod .products.vendor-list .product-block .quantity-group-btn {
	padding-top: 0;
	margin-top: 17px
}

.tbay-body-woocommerce-quantity-mod .product-block.list .quantity-group-btn.loading .ajax-loader-wapper {
	margin-top: -15px;
	margin-left: -9px
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn {
	float: left;
	border: 0;
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 1
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn.loading .box-quantity {
	pointer-events: none
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn.loading .ajax-loader-wapper {
	margin-top: -17px;
	margin-left: -15px
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn.loading .ajax-loader {
	width: 30px;
	height: 30px;
	border-top-width: 2px
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn.active .box-quantity {
	display: none
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn.ajax-quantity .add-cart {
	display: none
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn.ajax-quantity .box-quantity {
	display: flex;
	width: 100%;
	margin-bottom: 0
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .add-cart {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .add-cart a {
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	display: block;
	font-weight: 700;
	font-size: 14px;
	color:  #183F35;
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .add-cart a.added {
	display: none
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .add-cart a.added_to_cart {
	background: var(--tb-theme-color);
	color: #fff
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .add-cart a.product_type_variable,
.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .add-cart a.product_type_grouped {
	padding: 0 5px
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .box-quantity .title-qty {
	display: none
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .box-quantity .quantity {
	margin: 0;
	padding: 0;
	height: 40px;
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	border: 0
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .box-quantity .quantity button {
	width: 40px;
	height: 40px;
	line-height: 40px
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .box-quantity .quantity button.minus {
	background-color: rgba(145, 158, 171, .24)
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .box-quantity .quantity button.plus {
	background-color: var(--tb-color-second)
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .box-quantity .quantity button.plus:hover {
	background-color: var(--tb-color-second-hover)
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .box-quantity .quantity button.plus i {
	color: #000
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .box-quantity .quantity button i {
	font-size: 16px;
	color: #000
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .box-quantity .quantity input.qty {
	pointer-events: none;
	width: 40px;
	height: 40px;
	border-top: 1px solid rgba(145, 158, 171, .24) !important;
	border-bottom: 1px solid rgba(145, 158, 171, .24) !important;
	line-height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 0;
	min-height: initial;
	font-size: 14px;
	color: #000;
	width: calc(100% - 80px)
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn~.wvs-archive-variation-wrapper {
	border: 0;
	float: left
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn~.yith-wcqv-button,
.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn~.yith-compare {
	display: none !important
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .add-cart a.loading span {
	font-size: 0
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .add-cart a.loading i {
	display: none
}

.tbay-body-woocommerce-quantity-mod .product-block .quantity-group-btn .add-cart a.loading:after {
	line-height: 30px
}

@media(min-width:768px) {
	.product-block .add-cart a.added+a.added_to_cart:after {
		display: none !important
	}

	.product-block .add-cart a.loading {
		padding: 0;
		opacity: .25;
		filter: alpha(opacity=25)
	}

	.product-block .add-cart a.loading:after {
		top: 0;
		position: unset;
		margin-left: 5px
	}
}

.outofstock .product-block:hover .group-actions-product {
	bottom: -50px
}

.woocommerce .elementor-product-v2 .product-block ul.show-brand {
	margin-bottom: 5px
}

.product-block {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column
}

.product-block:hover .image .image-hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important
}

.product-block:hover .image.has-slider-gallery .slick-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.product-block:hover .image.has-slider-gallery .slick-arrow.slick-next {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.product-block .product-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.product-block.grid .product-content {
	max-width: 100%
}

.product-block.grid .tbay-swatches-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%
}

.product-block.grid .sold-dokan {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: #fff
}

@media(max-width:575px) {
	.product-block.grid .name a {
		display: block
	}
}

.product-block.product-swatched .image-hover {
	display: none
}

.product-block .tbay-swatches-wrapper .swatch-has-image img {
	max-width: 30px
}

.product-block .image {
	position: relative;
	overflow: hidden;
	margin: 0
}

.product-block .image a {
	text-align: center
}

.product-block .image .image-hover {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
	top: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	z-index: 9
}

.product-block .image img {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.product-block .image .out-stock {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255, 255, 255, .6);
	top: 0;
	left: 0;
	right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 111;
	color: #212b36;
	font-size: 16px;
	line-height: 24px
}

.product-block .name-subtitle {
	min-height: 30px;
	margin-bottom: 5px
}

.product-block .tbay-subtitle {
	color: #637381;
	font-size: 14px;
	line-height: 22px
}

.product-block .variations .value>div,
.product-block .variations .value>a {
	display: block
}

.product-block .variations {
	margin: 0 !important
}

.product-block .variations tr {
	display: block;
	margin-bottom: 15px;
	text-align: center
}

.product-block .variations tr:last-child {
	margin: 0
}

.product-block .variations .tawcvs-swatches .swatch.swatch-color {
	width: 15px;
	height: 15px;
	line-height: 15px
}

.product-block .variations td {
	display: block;
	line-height: 0 !important
}

.product-block ul.show-brand li {
	float: left
}

.product-block ul.show-brand a {
	font-size: 12px;
	color: #212b36;
	line-height: 22px;
	text-align: center;
	display: block;
	padding: 0 12px;
	background: #fff;
	border: 1px solid rgba(145, 158, 171, .32);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 5px
}

.product-block ul.show-brand a:hover {
	color: #fff;
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color)
}

.product-block .clear {
	display: none !important
}

.product-block .add_to_cart_button {
	position: relative
}

.product-block .block-inner {
	position: relative
}

.product-block .caption {
	background-color: #fff
}

.product-block .item-product-cate {
	font-size: 15px;
	color: #828895;
	margin-bottom: 8px;
	display: block
}

.product-block .item-product-cate a {
	color: inherit
}

.product-block .item-product-cate a:hover {
	color: var(--tb-theme-color)
}

.product-block .feedback,
.product-block .sub-title {
	display: none
}

.product-block .yith-wcwl-add-to-wishlist {
	margin: 0
}

.product-block .yith-compare a.added {
	font-size: 0 !important
}

.product-block .stock {
	padding: 14px 0 3px;
	max-width: 100%;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end
}

.product-block .stock>span {
	display: block;
	margin-top: 4px;
	color: #212b36;
	font-size: 13px
}

.product-block .stock>span span {
	font-weight: 700
}

.product-block .progress {
	height: 8px;
	background: #eee;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.woocommerce span.onsale>span {
	min-width: 48px;
	height: 48px;
	padding: 0;
	line-height: 48px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	background: #c40b0b;
	white-space: nowrap;
	color: #fff;
	position: absolute;
	text-align: center;
	text-transform: none;
	left: 16px;
	right: auto;
	top: 16px;
	display: inline-block;
	z-index: 2
}

.woocommerce span.onsale>span.featured {
	line-height: 18px;
	display: inline-block;
	text-align: center;
	padding: 0 8px;
	min-width: auto;
	height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	top: 25px;
	font-size: 12px;
	font-weight: 700;
	background: #fff;
	border: 1px solid var(--tb-theme-color);
	color: var(--tb-theme-color);
	right: 38px;
	left: auto
}

.woocommerce .single-main-content span.onsale {
	top: 14px
}

.btn-view-all {
	margin: 35px 0
}

.tbay-addon-products.tbay-addon-grid {
	text-align: center
}

#tbay-cart-modal .woocommerce-Price-amount span {
	margin-left: 5px;
	margin-right: 5px
}

#tbay-cart-modal .modal-body {
	padding: 40px 30px
}

#tbay-cart-modal .btn-close {
	position: absolute;
	top: 14px;
	right: 14px;
	left: auto;
	z-index: 99;
	background: #919eab;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	line-height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

#tbay-cart-modal .btn-close i {
	font-size: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1
}

#tbay-cart-modal .popup-cart .main-content {
	text-align: center
}

#tbay-cart-modal .popup-cart .main-content i {
	font-size: 61px;
	color: var(--tb-theme-color);
	line-height: 1;
	margin-bottom: 16px
}

#tbay-cart-modal .popup-cart .main-content .success {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #212b36;
	margin-bottom: 10px
}

#tbay-cart-modal .popup-cart .main-content .notices {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #637381;
	margin-bottom: 23px
}

#tbay-cart-modal .popup-cart .main-content .button {
	line-height: 34px;
	padding: 0 22px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

#tbay-cart-modal .popup-cart .main-content .button+.button {
	margin-left: 12px;
	margin-right: 0
}

#tbay-cart-modal .popup-cart .main-content .button.view-cart {
	background: #fff;
	border: 1px solid rgba(145, 158, 171, .32);
	color: #212b36
}

#tbay-cart-modal .popup-cart .main-content .button.view-cart:hover {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff
}

#tbay-cart-modal .name {
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 5px
}

#tbay-cart-modal .quantity {
	border: 0;
	font-size: 20px;
	padding: 0
}

#tbay-cart-modal .woocommerce-Price-amount {
	color: var(--tb-theme-color);
	font-size: 20px
}

#tbay-cart-modal .gr-buttons {
	margin: 50px 0 0
}

#tbay-cart-modal .gr-buttons .btn {
	line-height: 38px;
	padding: 0 30px
}

#tbay-cart-modal .gr-buttons .btn i {
	line-height: 1;
	font-size: 14px
}

#tbay-cart-modal .modal-content {
	background: #fff none repeat scroll 0 0;
	min-width: 200px;
	max-width: 100%;
	margin-top: 50%;
	transform: translate(0, -110px);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

@media(max-width:767px) {
	#tbay-cart-modal .modal-content {
		transform: translate(0, -50px)
	}
}

#yith-wcwl-popup-message {
	color: #212b36;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 38px 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(145, 158, 171, .32);
	min-width: 602px
}

@media(max-width:767px) {
	#yith-wcwl-popup-message {
		min-width: 300px;
		padding: 28px
	}
}

#yith-wcwl-popup-message #yith-wcwl-message:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

#yith-wcwl-popup-message #yith-wcwl-message:before {
	display: block;
	color: var(--tb-theme-color);
	font-size: 64px;
	line-height: 1;
	margin-bottom: 25px
}

@media(max-width:767px) {
	#yith-wcwl-popup-message #yith-wcwl-message:before {
		font-size: 50px;
		margin-bottom: 16px
	}
}

.has-slider-gallery .product-image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 3;
	top: 0
}

.tbay-product-slider-gallery.slick-slider {
	position: static;
	position: relative
}

.tbay-product-slider-gallery:not(.slick-initialized) {
	position: relative;
	z-index: 0
}

.tbay-product-slider-gallery:not(.slick-initialized) .gallery_item:not(.first) {
	position: absolute;
	top: 0;
	z-index: 0;
	left: 0;
	right: 0
}

.tbay-product-slider-gallery:not(.slick-initialized) .gallery_item.first {
	position: relative;
	z-index: 2
}

.tbay-product-slider-gallery .slick-track {
	display: block;
	flex-wrap: unset
}

.tbay-product-slider-gallery .slick-slide {
	margin: 0
}

.tbay-product-slider-gallery .slick-arrow {
	position: absolute;
	z-index: 2222;
	right: auto;
	top: 50%;
	-webkit-transform: translate(-20px, -50%);
	-ms-transform: translate(-20px, -50%);
	-o-transform: translate(-20px, -50%);
	transform: translate(-20px, -50%);
	left: 0;
	font-size: 18px;
	color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.tbay-product-slider-gallery .slick-arrow:hover i,
.tbay-product-slider-gallery .slick-arrow:focus i {
	color: var(--tb-theme-color)
}

.tbay-product-slider-gallery .slick-arrow:before {
	display: none
}

.tbay-product-slider-gallery .slick-arrow i {
	vertical-align: middle;
	display: inline-block
}

.tbay-product-slider-gallery .slick-arrow.slick-next {
	left: auto;
	right: 0;
	-webkit-transform: translate(20px, -50%);
	-ms-transform: translate(20px, -50%);
	-o-transform: translate(20px, -50%);
	transform: translate(20px, -50%)
}

.elementor-product-vertical-v2 .owl-carousel,
.elementor-product-vertical-v2 .row,
.elementor-product-vertical-v1 .owl-carousel,
.elementor-product-vertical-v1 .row {
	padding: 0 !important;
	margin: 0 !important
}

.elementor-product-vertical-v2 .owl-carousel .item,
.elementor-product-vertical-v2 .owl-carousel>.product,
.elementor-product-vertical-v2 .row .item,
.elementor-product-vertical-v2 .row>.product,
.elementor-product-vertical-v1 .owl-carousel .item,
.elementor-product-vertical-v1 .owl-carousel>.product,
.elementor-product-vertical-v1 .row .item,
.elementor-product-vertical-v1 .row>.product {
	padding: 0 !important
}

.elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container h5 {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	text-align: left;
	font-weight: 700;
	position: relative;
	color: #000;
	display: flex;
	flex-direction: column;
	padding-bottom: 25px
}

.elementor-product-vertical-v1 .item {
	margin-bottom: 20px
}

.rating {
	display: inline-flex;
	align-items: center;
	line-height: 20px
}

.rating .count {
	margin: 0 0 0 7px;
	font-size: 12px;
	color: #212b36
}

.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel .slick-slide {
	margin: 0
}

.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel.rows-2 .slick-slide>div,
.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel.rows-3 .slick-slide>div {
	margin: 0;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel.rows-2 .slick-slide>div:last-child,
.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel.rows-3 .slick-slide>div:last-child {
	border: 0
}

.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel.rows-2 .slick-slide>div>.item,
.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel.rows-3 .slick-slide>div>.item {
	padding: 0
}

.custom-img-cat-style-1 .custom-image-list-categories.row {
	margin-left: 0;
	margin-right: -0
}

.custom-img-cat-style-1 .custom-image-list-categories.row {
	margin: 0 !important;
	border: 0 !important
}

.custom-img-cat-style-1 .custom-image-list-categories.row>.item {
	border: 1px solid rgba(145, 158, 171, .24);
	border-bottom: 0;
	border-left: 0;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	/*background: #fff;*/
	position: relative
}

.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel {
	margin: 0
}

.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel .item {
	margin: 0
}

.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel .slick-track {
	display: flex
}

.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel .slick-list {
	border: 1px solid rgba(145, 158, 171, .24);
	border-left: 0
}

.custom-img-cat-style-1 .custom-image-list-categories.owl-carousel .item-cat {
	border-right: 0;
	border-left: 1px solid rgba(145, 158, 171, .24);
	margin: 0;
	position: relative;
	background: #fff;
	height: 100%
}

.custom-icon-categories.custom-img-cat-style-1 .custom-image-list-categories.row>.item {
	border: 0
}

.custom-icon-categories.custom-img-cat-style-1 .custom-image-list-categories.row>.item:after,
.custom-icon-categories.custom-img-cat-style-1 .custom-image-list-categories.row>.item:before {
	display: none
}

@media(min-width:1600px) {
	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="1"] .item:nth-child(1n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="1"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="2"] .item:nth-child(2n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="2"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="2"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="3"] .item:nth-child(3n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="3"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="3"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="3"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="4"] .item:nth-child(4n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="4"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="4"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="4"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="4"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="5"] .item:nth-child(5n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="5"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="5"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="5"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="5"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="5"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="6"] .item:nth-child(6n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="6"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="6"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="6"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="6"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="6"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="6"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="7"] .item:nth-child(7n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="7"] .item:nth-last-child(7):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="7"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="7"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="7"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="7"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="7"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="7"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="8"] .item:nth-child(8n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="8"] .item:nth-last-child(8):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="8"] .item:nth-last-child(7):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="8"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="8"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="8"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="8"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="8"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-xlgdesktop="8"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {
	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="1"] .item:nth-child(1n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="1"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="2"] .item:nth-child(2n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="2"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="2"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="3"] .item:nth-child(3n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="3"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="3"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="3"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="4"] .item:nth-child(4n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="4"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="4"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="4"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="4"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="5"] .item:nth-child(5n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="5"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="5"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="5"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="5"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="5"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="6"] .item:nth-child(6n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="6"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="6"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="6"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="6"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="6"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="6"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="7"] .item:nth-child(7n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="7"] .item:nth-last-child(7):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="7"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="7"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="7"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="7"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="7"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="7"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="8"] .item:nth-child(8n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="8"] .item:nth-last-child(8):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="8"] .item:nth-last-child(7):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="8"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="8"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="8"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="8"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="8"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktop="8"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}
}

@media(max-width:1199.98px) and (min-width:992px) {
	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="1"] .item:nth-child(1n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="1"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="2"] .item:nth-child(2n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="2"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="2"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="3"] .item:nth-child(3n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="3"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="3"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="3"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="4"] .item:nth-child(4n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="4"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="4"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="4"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="4"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="5"] .item:nth-child(5n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="5"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="5"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="5"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="5"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="5"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="6"] .item:nth-child(6n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="6"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="6"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="6"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="6"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="6"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="6"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="7"] .item:nth-child(7n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="7"] .item:nth-last-child(7):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="7"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="7"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="7"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="7"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="7"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="7"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="8"] .item:nth-child(8n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="8"] .item:nth-last-child(8):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="8"] .item:nth-last-child(7):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="8"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="8"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="8"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="8"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="8"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-desktopsmall="8"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}
}

@media(max-width:991.98px) and (min-width:768px) {
	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="1"] .item:nth-child(1n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="1"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="2"] .item:nth-child(2n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="2"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="2"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="3"] .item:nth-child(3n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="3"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="3"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="3"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="4"] .item:nth-child(4n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="4"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="4"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="4"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="4"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="5"] .item:nth-child(5n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="5"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="5"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="5"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="5"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="5"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="6"] .item:nth-child(6n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="6"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="6"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="6"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="6"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="6"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="6"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="7"] .item:nth-child(7n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="7"] .item:nth-last-child(7):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="7"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="7"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="7"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="7"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="7"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="7"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="8"] .item:nth-child(8n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="8"] .item:nth-last-child(8):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="8"] .item:nth-last-child(7):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="8"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="8"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="8"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="8"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="8"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-tablet="8"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}
}

@media(max-width:767.98px) and (min-width:576px) {
	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="1"] .item:nth-child(1n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="1"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="2"] .item:nth-child(2n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="2"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="2"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="3"] .item:nth-child(3n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="3"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="3"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="3"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="4"] .item:nth-child(4n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="4"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="4"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="4"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="4"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="5"] .item:nth-child(5n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="5"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="5"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="5"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="5"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="5"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="6"] .item:nth-child(6n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="6"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="6"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="6"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="6"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="6"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="6"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="7"] .item:nth-child(7n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="7"] .item:nth-last-child(7):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="7"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="7"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="7"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="7"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="7"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="7"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="8"] .item:nth-child(8n+1):before {
		content: "";
		width: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		top: -1px;
		bottom: -1px;
		left: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="8"] .item:nth-last-child(8):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="8"] .item:nth-last-child(7):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="8"] .item:nth-last-child(6):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="8"] .item:nth-last-child(5):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="8"] .item:nth-last-child(4):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="8"] .item:nth-last-child(3):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="8"] .item:nth-last-child(2):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}

	.custom-img-cat-style-1 .custom-image-list-categories.row[data-landscape="8"] .item:nth-last-child(1):after {
		content: "";
		height: 1px;
		position: absolute;
		background: rgba(145, 158, 171, .24);
		left: -1px;
		right: -1px;
		bottom: -1px
	}
}

.custom-image-list-categories .cat-icon {
	background: var(--tb-theme-color);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	align-items: center;
	justify-content: center;
	margin: auto
}

.custom-image-list-categories .item-cat>a {
	display: block
}

.custom-image-list-categories .item-cat>a.cat-icon {
	display: inline-flex
}

.custom-image-list-categories .item-cat>a>i {
	display: inline-flex;
	padding: 30px;
	font-size: 60px;
	line-height: 1;
	color: #fff
}

.custom-image-list-categories .item-cat svg {
	display: inline-block
}

.custom-image-list-categories .cat-name {
	display: block;
	margin: 14px 0 0;
	font-weight: 600;
	color: #212b36;
	font-size: 16px;
	line-height: 24px
}

.custom-image-list-categories .cat-name:hover {
	color: var(--tb-theme-color)
}

.custom-image-list-categories .count-item {
	display: block;
	font-size: 14px;
	line-height: 22px
}

.custom-image-list-categories.tbay-addon-carousel .carousel-wrapper {
	position: static
}

.custom-image-list-categories .item-cat {
	color: #637381;
	width: 100%;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	padding: 20px 20px 26px
}

.custom-image-list-categories .item-cat:hover>.cat-icon {
	border-color: var(--tb-theme-color);
	background-color: var(--tb-theme-color)
}

.custom-image-list-categories .item-cat:hover>.cat-icon i {
	color: #fff
}

.custom-img-cat-style-2 .custom-image-list-categories .item-image .cat-name {
	margin: 0
}

.custom-img-cat-style-2 .item-image .item-cat {
	position: relative;
	padding: 0 !important;
	margin: 20px 0
}

.custom-img-cat-style-2 .item-image .item-cat .cat-image {
	margin: 0 !important;
}

.custom-img-cat-style-2 .item-image .item-cat .content {
	position: absolute;
	bottom: 1px;
	left: 1px;
	right: 1px;
	padding: 10px;
	background: #fff
}

@media(max-width:1199px) {
	.custom-img-cat-style-2 .custom-image-list-categories .item-cat {
		margin-bottom: 15px
	}

	.custom-img-cat-style-2 .custom-image-list-categories.row {
		margin-left: -15px;
		margin-right: -15px
	}

	.custom-img-cat-style-2 .custom-image-list-categories.row>div {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media(min-width:1200px) {
	.custom-img-cat-style-2 .custom-image-list-categories.owl-carousel {
		margin-left: 20px;
		margin-right: 20px
	}

	.custom-img-cat-style-2 .custom-image-list-categories.owl-carousel .item {
		margin-left: 20px;
		margin-right: 20px
	}

	.custom-img-cat-style-2 .custom-image-list-categories.row {
		margin-left: -20px;
		margin-right: -20px
	}

	.custom-img-cat-style-2 .custom-image-list-categories.row>div {
		padding-left: 20px;
		padding-right: 20px
	}
}

.custom-image-list-tags {
	background: #fff;
	border-top: 1px solid rgba(145, 158, 171, .24);
	border-left: 1px solid rgba(145, 158, 171, .24)
}

.custom-image-list-tags .item .item-tag {
	border-right: 1px solid rgba(145, 158, 171, .24);
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.custom-image-list-tags.owl-carousel {
	margin: 0
}

.custom-image-list-tags.owl-carousel .slick-slide {
	margin: 0
}

.custom-image-list-tags.row.grid {
	margin-left: 0;
	margin-right: 0
}

.custom-image-list-tags .item-tag {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	padding: 16px;
	position: relative;
	align-items: center;
	background: #fff;
	text-align: center;
	overflow: hidden
}

.custom-image-list-tags .item-tag.tag-img .content {
	width: 100%;
	padding: 7px 0
}

.custom-image-list-tags .item+.item>.item-tag {
	border-left: 0
}

.custom-image-list-tags .tag-icon i {
	color: var(--tb-theme-color)
}

.custom-image-list-tags .tag-name {
	font-weight: 400;
	color: #212b36;
	font-size: 14px;
	line-height: 22px;
	word-break: break-word
}

.custom-image-list-tags .tag-name:hover {
	color: var(--tb-theme-color)
}

.custom-image-list-tags .tag-name:before {
	content: "#"
}

.custom-image-list-tags .count-item {
	color: #595959;
	line-height: 22px
}

.tbay-element-custom-image-list-tags {
	text-align: center
}

.tbay-element-custom-image-list-tags .show-all {
	padding-top: 16px
}

.elementor-widget-tbay-custom-image-list-tags.disable-border-element-yes .custom-image-list-tags {
	border: 0
}

.elementor-widget-tbay-custom-image-list-tags.disable-border-element-yes .custom-image-list-tags .item-tag {
	border: 0
}

@media(max-width:767px) {
	.custom-image-list-tags {
		border: 0
	}

	.custom-image-list-tags .item .item-tag {
		border: 0
	}
}

.list-categories-product.grid {
	margin: 0 -15px
}

.list-categories-product.grid .item-cat {
	margin-left: 15px;
	margin-right: 15px
}

.list-categories-product .heading-tbay-title {
	display: block;
	width: 100%
}

.list-categories-product .item-cat {
	width: 100%;
	text-align: center;
	background: #fff;
	margin-bottom: 30px
}

.list-categories-product .cat-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 15px 0;
	width: 100%
}

.tbay-addon-product-category .woocommerce .slick-slider .slick-dots {
	margin: 0 0 20px
}

.tbay-addon-product-category .tbay-addon-banner a {
	display: inline-block;
	position: relative
}

.tbay-addon-product-category .tbay-addon-banner a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	left: 0;
	right: auto;
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tbay-addon-product-category .tbay-addon-banner a:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-addon-product-category .tbay-addon-banner a:before {
	position: absolute;
	font-size: 35px;
	color: #fff;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.tbay-addon-product-category .tbay-addon-banner a:hover:after,
.tbay-addon-product-category .tbay-addon-banner a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.tbay-addon-product-category .owl-carousel .product-block,
.tbay-addon-product-category .row.grid .product-block {
	margin: 0 0 30px
}

.tbay-addon-product-category .owl-carousel.slick-dotted>.slick-arrow {
	margin-top: -46px
}

.tbay-addon-product-category.has-banner .woocommerce {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px
}

.tbay-addon-product-category.has-banner .woocommerce>div {
	padding: 0 8px
}

.tbay-addon-product-category.has-banner .owl-carousel {
	max-width: 100%
}

.tbay-addon-product-category.has-banner .tbay-addon-banner {
	min-height: 1px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.tbay-addon-product-category.has-banner .tbay-addon-banner+div {
	max-width: 75%
}

@media(min-width:992px) and (max-width:1599px) {
	.tbay-addon-product-category.has-banner .tbay-addon-banner+div {
		-webkit-box-flex: 2;
		-moz-box-flex: 2;
		-webkit-flex: 2;
		-ms-flex: 2;
		flex: 2
	}
}

@media(min-width:480px) and (max-width:991px) {
	.tbay-addon-product-category .tbay-addon-banner {
		display: none
	}

	.tbay-addon-product-category.has-banner .tbay-addon-banner+div {
		max-width: 100%;
		margin: 0
	}
}

@media(max-width:479px) {
	.tbay-addon-product-category .woocommerce {
		flex-direction: column
	}

	.tbay-addon-product-category .tbay-addon-banner {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin: 8px 0
	}

	.tbay-addon-product-category.has-banner .tbay-addon-banner+div {
		max-width: 100%;
		margin: 0
	}
}

.times>div,
.times>span {
	display: table-cell;
	vertical-align: middle
}

.times>div {
	font-size: 11px;
	color: #c30b0b !important;
	padding: 0;
	display: inline-block;
	position: relative;
	text-align: center;
	height: 48px;
	line-height: 25px;
	overflow: hidden;
	background-color: #fff;
	margin-right: 2px;
	margin-left: 0;
	margin-bottom: 2px;
	width: 48px
}

.times>div>span {
	font-size: 14px;
	font-weight: 700
}

.times div>span {
	font-size: 14px;
	line-height: 15px;
	padding: 0 5px;
	font-weight: 700;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 10px
}

.product-count-down .times>div {
	width: 23%
}

.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li {
	position: relative;
	float: none;
	display: inline-block
}

.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a {
	font-weight: 500;
	letter-spacing: .5px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center
}

.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a i {
	display: block;
	font-size: 35px;
	color: #ddd;
	margin-bottom: 10px
}

.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a.active,
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a:hover,
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a:focus {
	color: var(--tb-theme-color);
	border-color: var(--tb-theme-color)
}

.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a.active i,
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a:hover i,
.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a:focus i {
	color: var(--tb-theme-color)
}

.tbay-element-product-categories-tabs .nav-tabs {
	border: 0
}

.nav-tabs {
	border: 0;
	padding-bottom: 10px
}

.nav-tabs>li a.active {
	color: var(--tb-theme-color)
}

.top-flash-sale-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 15px
}

.times>div {
	background: #fff;
	border: 1px solid #c30b0b;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	margin-left: 8px;
	margin-right: 0;
	width: 48px;
	height: 48px
}

.times>div>span {
	color: #c30b0b
}

.times>div>span.label {
	font-weight: 400;
	font-size: 11px;
	padding-top: 0
}

.flash-sales-date>div {
	display: inline-block
}

.flash-sales-date>div.date-title {
	font-size: 16px;
	line-height: 24px
}

.product-flash-sales {
	background: #fff
}

@media(min-width:768px) {
	.product-flash-sales.slick-slider.owl-carousel {
		margin: 0
	}
}

.product-flash-sales.slick-slider .slick-slide {
	margin: 0
}

.product-flash-sales .stock-flash-sale .progress-bar {
	background: var(--tb-theme-color)
}

.product-flash-sales .product-block.grid .image {
	margin-bottom: 0 !important
}

@media(max-width:767px) {
	.product-flash-sales .owl-carousel {
		margin: 0
	}
}

.elementor-editor-active .product-recently-viewed-header:hover .content-view {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden
}

#main-content .product-recently-viewed-main .content-empty {
	min-height: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #fff
}

.elements .product-recently-viewed .row.grid,
.elements .product-recently-viewed .owl-carousel {
	padding: 0
}

.product-recently-viewed .tbay-addon-title {
	margin-bottom: 15px
}

.product-recently-viewed .content-empty {
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center
}

.product-recently-viewed .content-empty .list-recent {
	justify-content: center
}

.product-recently-viewed .row.grid,
.product-recently-viewed .owl-carousel {
	padding: 20px 0
}

.recent-viewed-products {
	position: relative;
	margin-top: 65px
}

.recent-viewed-products .heading-tbay-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between
}

.recent-viewed-products .show-all {
	position: relative;
	display: inline-table
}

.recent-viewed-products .show-all:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.recent-viewed-products .show-all:after {
	line-height: 1;
	font-size: 12px;
	margin-left: 6px
}

.recent-viewed-products[data-column="5"] .product-item {
	-webkit-box-flex: 20%;
	-moz-box-flex: 20%;
	-webkit-flex: 20%;
	-ms-flex: 20%;
	flex: 20%;
	max-width: 20%
}

.recent-viewed-products[data-column="6"] .product-item {
	-webkit-box-flex: 16.66667%;
	-moz-box-flex: 16.66667%;
	-webkit-flex: 16.66667%;
	-ms-flex: 16.66667%;
	flex: 16.66667%;
	max-width: 16.66667%
}

.recent-viewed-products[data-column="7"] .product-item {
	-webkit-box-flex: 14.28571%;
	-moz-box-flex: 14.28571%;
	-webkit-flex: 14.28571%;
	-ms-flex: 14.28571%;
	flex: 14.28571%;
	max-width: 14.28571%
}

.recent-viewed-products[data-column="8"] .product-item {
	-webkit-box-flex: 12.5%;
	-moz-box-flex: 12.5%;
	-webkit-flex: 12.5%;
	-ms-flex: 12.5%;
	flex: 12.5%;
	max-width: 12.5%
}

.recent-viewed-products[data-column="9"] .product-item {
	-webkit-box-flex: 11.11111%;
	-moz-box-flex: 11.11111%;
	-webkit-flex: 11.11111%;
	-ms-flex: 11.11111%;
	flex: 11.11111%;
	max-width: 11.11111%
}

.recent-viewed-products[data-column="10"] .product-item {
	-webkit-box-flex: 10%;
	-moz-box-flex: 10%;
	-webkit-flex: 10%;
	-ms-flex: 10%;
	flex: 10%;
	max-width: 10%
}

.recent-viewed-products[data-column="11"] .product-item {
	-webkit-box-flex: 9.09091%;
	-moz-box-flex: 9.09091%;
	-webkit-flex: 9.09091%;
	-ms-flex: 9.09091%;
	flex: 9.09091%;
	max-width: 9.09091%
}

.recent-viewed-products[data-column="12"] .product-item {
	-webkit-box-flex: 8.33333%;
	-moz-box-flex: 8.33333%;
	-webkit-flex: 8.33333%;
	-ms-flex: 8.33333%;
	flex: 8.33333%;
	max-width: 8.33333%
}

.recent-viewed-products[data-column="13"] .product-item {
	-webkit-box-flex: 7.69231%;
	-moz-box-flex: 7.69231%;
	-webkit-flex: 7.69231%;
	-ms-flex: 7.69231%;
	flex: 7.69231%;
	max-width: 7.69231%
}

.recent-viewed-products[data-column="14"] .product-item {
	-webkit-box-flex: 7.14286%;
	-moz-box-flex: 7.14286%;
	-webkit-flex: 7.14286%;
	-ms-flex: 7.14286%;
	flex: 7.14286%;
	max-width: 7.14286%
}

.recent-viewed-products[data-column="15"] .product-item {
	-webkit-box-flex: 6.66667%;
	-moz-box-flex: 6.66667%;
	-webkit-flex: 6.66667%;
	-ms-flex: 6.66667%;
	flex: 6.66667%;
	max-width: 6.66667%
}

.recent-viewed-products[data-column="16"] .product-item {
	-webkit-box-flex: 6.25%;
	-moz-box-flex: 6.25%;
	-webkit-flex: 6.25%;
	-ms-flex: 6.25%;
	flex: 6.25%;
	max-width: 6.25%
}

.recent-viewed-products .content-view {
	background-color: #fff
}

.recent-viewed-products .content-view.empty {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 147px
}

.recent-viewed-products .content-view .show-all {
	display: inline-block;
	line-height: inherit;
	margin: 19px auto 0;
	position: static
}

.recent-viewed-products .list-recent {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.recent-viewed-products .product-item {
	margin: 30px 0;
	padding: 0 15px
}

.recent-viewed-products .product-item img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid transparent
}

.recent-viewed-products .product-item img:hover {
	border-color: #d0d0d0
}

.product-recently-viewed-header .content-view::before{
	content: '';
	transform: rotate(45deg);
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
	background-color: #fff;
	position: absolute;
	right: 35%;
	border-radius: 4px;
	top: 0px;
	z-index: -1;
	opacity: 1;
}
.product-recently-viewed-header .content-view {
	position: absolute;
	/* left: 15px; */
	right: 15px;
	top: 100%;
	border: 1px solid rgba(145, 158, 171, .32);
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
/*	min-height: 128px;*/
	background: #fff;
	/* padding: 24px 4px; */
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: 1000;
	/* text-align: center; */
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid rgba(145, 158, 171, .32);
	flex-direction: row;
	width:30%;
}

.product-recently-viewed-header .content-view.empty .list-recent {
	justify-content: center
}

.product-recently-viewed-header .content-view .btn-readmore {
	display: inline-block;
	line-height: inherit;
	color: var(--tb-theme-color);
	font-size: 16px;
	line-height: 24px;
	margin: 0 45px 0 29px
}

.product-recently-viewed-header:hover .content-view {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}
.product-recently-viewed-header .close:hover + .content-view {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.product-recently-viewed-header:hover h3,
.product-recently-viewed-header:hover i,
.product-recently-viewed-header:hover h3:after {
	color: var(--tb-theme-color)
}

.product-recently-viewed-header .list-recent {
	display: -ms-flexbox;
	display: flex;
	/* display: block; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%
}

.product-recently-viewed-header[data-column="4"] .product-item {
	-webkit-box-flex: 25%;
	-moz-box-flex: 25%;
	-webkit-flex: 25%;
	-ms-flex: 25%;
	flex: 25%;
	/* max-width: 25%; */
	padding: 0 20px
}

.product-recently-viewed-header[data-column="4"] .product-item img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid transparent
}

.product-recently-viewed-header[data-column="4"] .product-item img:hover {
	border-color: #ddd
}

.product-recently-viewed-header[data-column="5"] .product-item {
	-webkit-box-flex: 20%;
	-moz-box-flex: 20%;
	-webkit-flex: 20%;
	-ms-flex: 20%;
	flex: 20%;
	max-width: 20%;
	padding: 0 20px
}

.product-recently-viewed-header[data-column="5"] .product-item img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid transparent
}

.product-recently-viewed-header[data-column="5"] .product-item img:hover {
	border-color: #ddd
}

.product-recently-viewed-header[data-column="6"] .product-item {
	-webkit-box-flex: 16.66667%;
	-moz-box-flex: 16.66667%;
	-webkit-flex: 16.66667%;
	-ms-flex: 16.66667%;
	flex: 16.66667%;
	max-width: 16.66667%;
	padding: 0 20px
}

.product-recently-viewed-header[data-column="6"] .product-item img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid transparent
}

.product-recently-viewed-header[data-column="6"] .product-item img:hover {
	border-color: #ddd
}

.product-recently-viewed-header[data-column="7"] .product-item {
	-webkit-box-flex: 14.28571%;
	-moz-box-flex: 14.28571%;
	-webkit-flex: 14.28571%;
	-ms-flex: 14.28571%;
	flex: 14.28571%;
	max-width: 14.28571%;
	padding: 0 20px
}

.product-recently-viewed-header[data-column="7"] .product-item img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid transparent
}

.product-recently-viewed-header[data-column="7"] .product-item img:hover {
	border-color: #ddd
}

.product-recently-viewed-header[data-column="8"] .product-item {
	-webkit-box-flex: 12.5%;
	-moz-box-flex: 12.5%;
	-webkit-flex: 12.5%;
	-ms-flex: 12.5%;
	flex: 12.5%;
	max-width: 12.5%;
	padding: 0 20px
}

.product-recently-viewed-header[data-column="8"] .product-item img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid transparent
}

.product-recently-viewed-header[data-column="8"] .product-item img:hover {
	border-color: #ddd
}

.product-recently-viewed-header[data-column="9"] .product-item {
	-webkit-box-flex: 11.11111%;
	-moz-box-flex: 11.11111%;
	-webkit-flex: 11.11111%;
	-ms-flex: 11.11111%;
	flex: 11.11111%;
	max-width: 11.11111%;
	padding: 0 20px
}

.product-recently-viewed-header[data-column="9"] .product-item img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid transparent
}

.product-recently-viewed-header[data-column="9"] .product-item img:hover {
	border-color: #ddd
}

.product-recently-viewed-header[data-column="10"] .product-item {
	-webkit-box-flex: 10%;
	-moz-box-flex: 10%;
	-webkit-flex: 10%;
	-ms-flex: 10%;
	flex: 10%;
	max-width: 10%;
	padding: 0 20px
}

.product-recently-viewed-header[data-column="10"] .product-item img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid transparent
}

.product-recently-viewed-header[data-column="10"] .product-item img:hover {
	border-color: #ddd
}

.product-recently-viewed-header[data-column="11"] .product-item {
	-webkit-box-flex: 9.09091%;
	-moz-box-flex: 9.09091%;
	-webkit-flex: 9.09091%;
	-ms-flex: 9.09091%;
	flex: 9.09091%;
	max-width: 9.09091%;
	padding: 0 20px
}

.product-recently-viewed-header[data-column="11"] .product-item img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid transparent
}

.product-recently-viewed-header[data-column="11"] .product-item img:hover {
	border-color: #ddd
}

.product-recently-viewed-header[data-column="12"] .product-item {
	-webkit-box-flex: 8.33333%;
	-moz-box-flex: 8.33333%;
	-webkit-flex: 8.33333%;
	-ms-flex: 8.33333%;
	flex: 8.33333%;
	max-width: 8.33333%;
	padding: 0 20px
}

.product-recently-viewed-header[data-column="12"] .product-item img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	border: 1px solid transparent
}

.product-recently-viewed-header[data-column="12"] .product-item img:hover {
	border-color: #ddd
}

.product-recently-viewed-header .btn-readmore {
	margin-top: 30px
}

.product-recently-viewed-header h3 {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	color: #212b36;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	cursor: pointer
}

.product-recently-viewed-header h3:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.product-recently-viewed-header h3:after {
	display: inline-block;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 0;
	line-height: 1;
	vertical-align: middle;
	-webkit-transition: all .35s, color 0s;
	-o-transition: all .35s, color 0s;
	transition: all .35s, color 0s
}

.product-recently-viewed-header h3:hover {
	color: var(--tb-theme-color)
}

.product-recently-viewed-header h3:hover:after {
	transform: rotate(180deg)
}

.product-recently-viewed-main a.btn-readmore {
	position: static;
	padding: 0;
	display: block;
	margin: 20px auto 0;
	width: max-content;
	font-size: 16px;
	line-height: 24px;
	color: var(--tb-theme-color)
}

.tbay-element-product-recently-viewed .content-empty+.product-recently-viewed.row {
	padding: 0
}

.hidden-icon-down-yes .product-recently-viewed-header h3:after {
	display: none !important
}

.tbay-element-product-tabs .tabs-list>li {
	font-size: 16px
}

.tbay-element-product-tabs .tabs-list>li+li {
	margin-left: 20px;
	margin-right: 0
}

.tbay-element-compare a.element-btn-compare {
	background: 0 0 !important;
	padding: 0;
	color: #333;
	font-weight: 400
}

.tbay-element-compare a.element-btn-compare:after {
	display: none !important
}

.tbay-element-compare a.element-btn-compare i {
	margin-right: 5px
}

.tbay-element-compare a.element-btn-compare:hover {
	color: var(--tb-theme-color)
}

article .more {
	font-size: 13px;
	line-height: 22px;
	font-weight: 700
}

article .more a {
	color: var(--tb-theme-color)
}

.layout-blog .row.grid {
	margin: 0 -15px
}

.layout-blog .row.grid>div {
	padding: 0 15px
}

.layout-blog .tbay-pagination {
	margin-top: 15px
}

.layout-blog .navigation {
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 120px;
	width: 100%
}

.layout-blog .entry-thumb {
	position: relative;
	margin-bottom: 0;
	text-align: left
}

.layout-blog .position-image-row .entry-thumb .post-type {
	left: 35px
}

.post .entry-header {
	margin-top: 28px
}

.post .entry-header .readmore {
	font-family: var(--tb-text-second-font);
	color: var(--tb-theme-color);
	font-weight: 600;
	display: block;
	font-size: 16px;
	line-height: 28px;
	display: inline-block;
	text-decoration: underline;
	-webkit-text-underline-position: under;
	-ms-text-underline-position: under;
	text-underline-position: under
}

.post .entry-header .readmore:hover {
	color: var(--tb-theme-color)
}

.post .post-type {
	position: absolute;
	background: #fff;
	top: 15px;
	left: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 0;
	line-height: 40px;
	color: var(--tb-theme-color)
}

.post .post-type i {
	font-size: 20px;
	color: inherit
}

.post .entry-date,
.post .comments-link {
	font-weight: 400;
	font-size: 14px;
	color: #637381
}

.post .entry-date:hover,
.post .comments-link:hover {
	color: var(--tb-theme-color)
}

.post .entry-date:hover a,
.post .entry-date:hover i,
.post .comments-link:hover a,
.post .comments-link:hover i {
	color: var(--tb-theme-color)
}

.post .entry-meta-list>li.entry-category>a {
	color: #212b36
}

.post .entry-meta-list>li.entry-category>a:hover {
	color: var(--tb-theme-color)
}

.post .entry-meta-list>li.entry-author a {
	color: #212b36;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500
}

.post .entry-meta-list>li.entry-author a:hover {
	color: var(--tb-theme-color)
}

.post .entry-meta-list>li>a {
	color: #637381
}

.post .entry-meta-list>li>a:hover {
	color: var(--tb-theme-color)
}

.post.sticky {
	margin: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 50px;
	background: var(--tb-theme-color)
}

.post.sticky .entry-description,
.post.sticky .entry-meta-list>li a,
.post.sticky .entry-meta-list>li,
.post.sticky .entry-date,
.post.sticky .entry-category a,
.post.sticky .entry-header .readmore {
	color: #fff
}

.post.sticky .entry-header {
	margin: 0 !important
}

.post.sticky .entry-title {
	display: inline-block;
	margin-top: 0
}

.post.sticky .entry-title a {
	color: #fff
}

.post.sticky .entry-title a:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.post.sticky .entry-title a:before {
	margin-left: 0;
	margin-right: 7px;
	font-size: 20px;
	line-height: 31px;
	display: inline-block;
	vertical-align: middle
}

.post .entry-thumb .entry-image {
	position: relative;
	display: inline-block
}

.post .entry-thumb .entry-image:hover .post-type {
	background-color: var(--tb-theme-color);
	color: #fff
}

.post .entry-category i {
	display: inline-block;
	margin-right: 5px;
	margin-left: 0
}

.post .entry-category.type-1 a {
	line-height: 24px !important;
	background: #f5f5f5;
	padding: 0 10px;
	font-weight: 400;
	margin-bottom: 7px
}

.post .entry-category.type-1 a:hover {
	background: #fff
}

.post .entry-category.type-1 a+a {
	margin-left: 7px;
	margin-right: 0
}

.post .entry-category.type-2 a {
	color: var(--tb-theme-color);
	margin-left: 2px;
	margin-right: 0;
	display: inline-block
}

.post .entry-category.type-2 a+a {
	margin-left: 4px
}

.post .entry-category.type-2 a:hover:after {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px)
}

.post .entry-content p {
	margin-bottom: 7px
}

.post .entry-content .entry-top {
	font-size: 16px;
	line-height: 24px
}

.entry-meta-list {
	color: #828895;
	margin: 0 0 10px;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center
}

.entry-meta-list>li {
	list-style: none;
	padding: 0;
	padding-right: 16px;
	margin-right: 16px;
	margin-left: 0;
	margin-bottom: 8px;
	position: relative;
	line-height: 23px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	line-height: 24px;
	border-right: 1px solid rgba(145, 158, 171, .24)
}

.entry-meta-list>li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0
}

.entry-meta-list i {
	margin-right: 8px;
	margin-left: 0;
	font-size: 20px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle
}

.entry-meta-list .entry-author img {
	max-width: 24px;
	height: 24px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0;
	margin-right: 5px
}

.entry-meta-list .entry-author a {
	color: var(--tb-theme-color);
	margin-left: 4px;
	margin-right: 0
}

.meta time:before {
	font-size: 18px;
	margin-right: 10px;
	margin-left: 0;
	display: inline-block
}

.entry-description {
	color: #212b36;
	font-size: 16px;
	line-height: 24px
}

.entry-title {
	font-size: 21px;
	font-weight: 700;
	margin: 13px 0 11px;
	line-height: 28px
}

.entry-title a:hover {
	color: var(--tb-theme-color)
}

.post .entry-category a {
	color: var(--tb-theme-color)
}

.post .entry-category a:nth-child(n+2) {
	margin-left: 5px;
	margin-right: 0
}

.entry-title .comments-link {
	margin-left: 5px
}

.post-large {
	display: block
}

.post-large img {
	width: 100%
}

.style-grid .post .entry-title,
.related-posts .post .entry-title {
	font-size: 20px;
	line-height: 30px
}

.style-grid .post .entry-header,
.related-posts .post .entry-header {
	margin: 30px 0 0
}

.style-grid .post .entry-description,
.related-posts .post .entry-description {
	margin-top: 10px;
	margin-left: 0
}

.style-grid .post .entry-category,
.related-posts .post .entry-category {
	position: static
}

.style-grid .post .entry-category i,
.related-posts .post .entry-category i {
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block
}

.style-grid .post .entry-category a,
.related-posts .post .entry-category a {
	color: var(--tb-theme-color)
}

.style-vertical .post {
	margin: 0 -15px
}

.style-vertical .post:after {
	display: block;
	clear: both;
	content: ""
}

.style-vertical .post figure,
.style-vertical .post .owl-carousel-play {
	float: left;
	width: 55%;
	padding: 0 15px
}

.style-vertical .post .entry-content {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0 15px
}

.style-vertical .post .entry-header {
	margin: 0
}

.post-area .post-list .entry-list {
	margin-bottom: 0
}

.post-area .sticky {
	margin-top: 20px;
	padding: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: var(--tb-theme-color)
}

.post-area .post-link {
	font-size: 18px;
	display: block;
	padding: 17px 27px;
	min-height: 60px;
	color: #fff;
	float: left;
	width: 100%;
	height: auto;
	background: #222
}

.post-area .entry-meta {
	margin: 8px 0 12px;
	font-size: 12px;
	font-weight: 300
}

.post-area .entry-meta,
.post-area .entry-meta a {
	color: var(--tb-theme-color)
}

.post-area .entry-content .ratings .meta {
	color: inherit;
	font-size: inherit
}

.post-area .entry-content .ratings .rating a {
	text-indent: -999em
}

.post-area .author-info {
	margin-bottom: 30px
}

.post-area .author-info .author-about-container .avatar-img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: auto
}

.post-area .author-info .author-title {
	font-size: 14px;
	font-weight: 500
}

.layout-blog .row>div:not(.col-md-12) .post-list .owl-carousel>.slick-arrow {
	width: 35px;
	height: 35px;
	font-size: 13px;
	line-height: 35px
}

@media(max-width:767px) {
	.post.sticky {
		padding: 20px
	}
}

.audio-responsive {
	margin-bottom: 30px
}

.audio-responsive iframe {
	height: 400px;
	width: 100%
}

.post .gallery .gallery-item figcaption {
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 9;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	padding: 15px
}

.post .gallery .gallery-item:hover figcaption {
	opacity: 1;
	filter: alpha(opacity=100)
}

.video-responsive {
	height: 0;
	padding-top: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
	top: 0;
	left: 0;
	right: auto;
	position: absolute;
	width: 100%;
	height: 100%
}

.link-wrap {
	min-height: 202px;
	background: var(--tb-theme-color)
}

.link-wrap a {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff !important;
	font-size: 20px;
	font-weight: 500
}

.link-wrap a:hover {
	text-decoration: underline
}

.comment-reply-title {
	font-size: 24px;
	margin: 0
}

.comment-reply-title+form .form-submit {
	display: flex;
	justify-content: flex-end;
	padding-top: 15px;
	margin-bottom: 0
}

.comment-reply-title+form .form-submit>input {
	min-width: 100px
}

#cancel-comment-reply-link {
	font-size: 15px
}

.meta-info .author a {
	position: relative;
	padding-left: 9px
}

.meta-info .author .avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	vertical-align: middle;
	margin: 0;
	display: inline-block
}

.tagcloud a:hover {
	color: var(--tb-theme-color)
}

#recentcomments>li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #000;
	font-weight: 700;
	font-size: 14px
}

#recentcomments>li a {
	font-weight: 300
}

.comments-link a {
	color: #bbb
}

.entry-single .post .comments-link,
.entry-single .post .comments-link a {
	color: #bbb
}

.entry-single .entry-thumb .comments-link {
	position: absolute;
	right: 20px;
	background: #fff;
	padding: 1px 20px;
	border-radius: 4px;
	top: 20px;
	color: #bbb
}

.entry-single .entry-header {
	margin: 0
}

.entry-single .entry-header .entry-meta-wrapper {
	display: flex;
	justify-content: space-between
}

.entry-single .entry-header .entry-thumb img {
	margin-bottom: 28px
}

.entry-single .entry-title {
	font-size: 32px;
	line-height: 40px;
	margin: 30px 0 20px;
	font-weight: 700;
	color: #212b36;
	display: block
}

.entry-single .entry-content .tbay-addon .tbay-addon-title,
.entry-single .entry-content .tbay-addon .tbay-addon-heading {
	font-size: 20px;
	text-align: left;
	line-height: 23px
}

.entry-single .entry-content .tbay-addon.tbay-addon-text-heading {
	margin-bottom: 8px
}

.entry-single .entry-content b,
.entry-single .entry-content strong {
	font-weight: 700
}

.entry-single .entry-content p {
	margin: 0 0 12px
}

.entry-single .entry-content a {
	color: var(--tb-theme-color)
}

.entry-single .entry-content .tagcloud a {
	color: #6a7180
}

.entry-single .entry-content .tagcloud a:hover {
	color: var(--tb-theme-color)
}

.entry-single .entry-content hr {
	background-color: #767676;
	border: 0;
	height: 2px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	max-width: 2.25em;
	text-align: left;
	display: block;
	margin-left: 0
}

.entry-single .entry-content hr.is-style-wide {
	max-width: 100%
}

.entry-single .entry-content hr.is-style-dots {
	height: inherit;
	text-align: center;
	max-width: 100%
}

.entry-single .entry-meta-list {
	margin-bottom: 30px;
	display: inline-flex
}

@media(min-width:992px) {
	.entry-single .entry-meta-list {
		max-width: 75%
	}
}

.entry-single .entry-meta-list>li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8px
}

.entry-single .entry-meta-list>li.entry-category .label {
	display: block !important;
	color: #637381
}

.entry-single .entry-meta-list+.tbay-post-share {
	min-width: 20%;
	text-align: right;
	max-width: 25%
}

.entry-single .meta-info {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	margin-bottom: 17px;
	padding-bottom: 12px
}

.entry-single .meta-info .author .avatar {
	vertical-align: bottom
}

.entry-single .entry-description a {
	margin-top: 15px
}

.entry-single .entry-category a {
	color: #212b36
}

.entry-single .entry-category a+a {
	margin-left: 4px
}

.entry-single .tbay-social-share {
	margin: 20px 0 0
}

.entry-single .tbay-social-share a {
	margin: 0 40px 0 0
}

.entry-single .entry-content,
.entry-single .tags-wrapper {
	margin-left: 100px;
	margin-right: 100px
}

.entry-single .tags-wrapper {
	padding-top: 25px;
	padding-bottom: 15px;
	border: 1px solid rgba(145, 158, 171, .24);
	border-left: 0;
	border-right: 0;
	margin-top: 26px
}

.entry-single .tags-wrapper .tag-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin-right: 9px;
	margin-left: 0;
	color: #212b36
}

.entry-single .tags-wrapper .entry-tags-list a {
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	padding: 5px 12px;
	background: rgba(145, 158, 171, .16);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0
}

.entry-single .tags-wrapper .entry-tags-list a:last-child {
	margin-right: 0
}

.entry-single .author-info {
	margin-top: 35px;
	padding: 35px;
	line-height: 23px;
	display: flex;
	background: #f5f5f5
}

.entry-single .author-info img {
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	min-width: 90px
}

.entry-single .author-info .avarta {
	padding-right: 35px;
	padding-left: 0
}

.entry-single .author-info .name {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin: 0 0 5px
}

.entry-single .author-info .content p {
	line-height: 23px;
	margin: 0 0 12px
}

.entry-single .author-info .all-post {
	color: #6a7180;
	float: right
}

.entry-single .author-info .all-post:hover {
	color: var(--tb-theme-color)
}

.entry-single .author-info .all-post i {
	display: inline-block
}

.entry-single .wpb_content_element {
	margin-bottom: 22px
}

.entry-single .tagcloud {
	clear: both
}

.entry-single .tagcloud span {
	float: left;
	margin-right: 8px;
	margin-left: 0;
	line-height: 32px;
	color: #0b132b;
	font-weight: 700
}

.logged-in-as {
	font-size: 14px;
	margin-bottom: 25px;
	font-weight: 500
}

.post-password-form input[type=submit] {
	line-height: 40px
}

.navigation {
	clear: both
}

.post .entry-thumb {
	position: relative
}

.post-navigation {
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 35px;
	margin-top: 20px
}

.post-navigation .screen-reader-text {
	display: none
}

.post-navigation .post-title {
	font-weight: 500;
	font-size: 13px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.post-navigation .post-title:hover {
	color: var(--tb-theme-color)
}

.post-navigation .nav-links {
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between
}

.post-navigation .nav-links>div.nav-next {
	text-align: right
}

.post-navigation .nav-links .meta-nav {
	display: block;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 300;
	position: relative
}

.page-links {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 0;
	margin: 15px 0;
	display: block;
	clear: both
}

.page-links>a,
.page-links>span:not(.page-links-title) {
	padding: 0 3px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	font-weight: 500;
	padding: 0 3px;
	text-align: center;
	margin-right: 5px;
	margin-left: 0
}

.page-links>span:not(.page-links-title) {
	background: var(--tb-theme-color) none repeat scroll 0 0;
	border-color: var(--tb-theme-color);
	color: #fff
}

.page-links a {
	color: #333;
	cursor: pointer
}

.page-links a:hover,
.page-links a:focus {
	background: var(--tb-theme-color) none repeat scroll 0 0;
	border-color: var(--tb-theme-color);
	color: #fff !important;
	text-decoration: none
}

.related-posts {
	padding: 60px 0;
	background: #fff
}

.related-posts+#comments {
	border-top: 1px solid rgba(145, 158, 171, .24)
}

.related-posts .widget-title {
	margin-bottom: 20px
}

.tbay-addon-blog.relate-blog .tbay-addon-title {
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 700
}

.tbay-addon-blog.relate-blog .post {
	margin: 0;
	list-style: none
}

.tbay-addon-blog.relate-blog .post>div {
	display: table-cell;
	vertical-align: top
}

.tbay-addon-blog.relate-blog .post .entry-thumb {
	border: 0;
	padding-right: 17px;
	padding-left: 0;
	display: inline-block;
	float: left
}

.tbay-addon-blog.relate-blog .post .entry-thumb img {
	max-width: 70px
}

.tbay-addon-blog.relate-blog .post .entry-thumb.no-thumb {
	padding: 0
}

.tbay-addon-blog.relate-blog .post .entry-title {
	font-size: 14px;
	margin: 0;
	line-height: 22px;
	font-weight: 700
}

.tbay-addon-blog.relate-blog .post .entry-meta-list {
	margin: 1px 0 0
}

.tbay-addon-blog.relate-blog .post .entry-meta-list i {
	font-size: 14px;
	margin-right: 4px
}

.tbay-addon-blog.relate-blog .entry-content {
	padding: 0
}

#comments .comments-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 45px;
	color: #212b36
}

#comments ol,
#comments ul {
	list-style-type: none
}

#comments ol {
	padding: 0
}

#comments ul.children {
	padding-left: 60px;
	padding-right: 0
}

#comments .form-submit {
	display: block;
	text-align: right;
	margin-bottom: 0;
	padding-top: 18px
}

#comments .form-submit input[type=submit] {
	height: 36px
}

#commentform .form-control {
	padding: 12px;
	border: 1px solid rgba(145, 158, 171, .32);
	resize: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px
}

#commentform .form-control:focus {
	outline: 0
}

#commentform .form-group {
	margin: 0 0 24px
}

#commentform .comment-form-cookies-consent {
	margin-bottom: 8px;
	line-height: 1
}

#commentform .comment-form-cookies-consent input+label:before {
	margin-left: 0;
	min-width: 18px
}

.comment-list .comment-edit-link {
	margin-left: 10px;
	margin-right: 0
}

.comment-list div.avatar {
	font-style: normal;
	width: 100%
}

.comment-list div.avatar img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 48px;
	position: absolute;
	top: -5px;
	left: 0;
	right: auto
}

.comment-list div.avatar .author {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	margin-right: 50px;
	margin-left: 0;
	color: #212b36;
	display: block;
	text-align: left
}

.comment-list div.avatar .comment-reply-link {
	margin: 0 0 0 7px;
	padding: 4px 10px;
	display: inline-block;
	cursor: pointer;
	color: #333;
	font-size: 13px
}

.comment-list div.avatar .reply {
	float: right;
	margin-top: -18px
}

.comment-list div.avatar .reply a {
	color: var(--tb-theme-color);
	font-size: 13px;
	line-height: 22px;
	font-weight: 700;
	padding: 0 5px
}

.comment-list .date {
	color: #919eab;
	font-size: 12px;
	line-height: 1;
	display: inline-block
}

.comment-list .date i {
	display: none
}

.comment-list .comment-box {
	font-style: normal;
	padding: 4px 0 9px;
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #212b36
}

.comment-list .the-comment {
	margin: 0 0 29px;
	flex-direction: column;
	position: relative;
	padding-left: 64px;
	padding-right: 0
}

#respond {
	font-style: normal;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	background: #f4f6f8;
	padding: 24px 25px;
	margin-top: 11px
}

#respond .title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600
}

body:not(.woocommerce) #comments #reply-title {
	margin: 0 0 3px
}

body:not(.woocommerce) #comments .form-group {
	margin-bottom: 9px
}

body:not(.woocommerce) #comments .h-info {
	margin-bottom: 11px
}

body:not(.woocommerce) #comments .form-submit {
	margin: 6px 0 0
}

body:not(.woocommerce) #comments p.meta {
	margin: 5px 0 0
}

body:not(.woocommerce) #comments>.commentform {
	padding-top: 40px
}

body:not(.woocommerce) #comments label {
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 2px
}

.single-post #main-content:not(.single-full) .entry-author>span,
.single-post #main-content:not(.single-full) .entry-category>span {
	display: none
}

.single-post .author-info {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 41px
}

.single-post .author-info .avarta,
.single-post .author-info .content {
	display: inline-block;
	width: 100%
}

.single-post .author-info .content {
	float: right;
	max-width: calc(100% - 64px);
	text-align: left
}

.single-post .author-info .content .name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600
}

.single-post .author-info .content>p {
	line-height: 22px;
	font-weight: 400;
	color: #212b36;
	margin-bottom: 6px
}

.single-post .author-info .content .all-post {
	font-size: 13px;
	line-height: 22px;
	font-weight: 700;
	color: var(--tb-theme-color);
	display: inline-flex;
	align-items: center
}

.single-post .author-info .content .all-post i {
	display: inline-flex
}

.single-post .author-info .avarta {
	max-width: 64px;
	float: left
}

.single-post .author-info .avarta img {
	max-width: 48px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.single-post #comments {
	padding-top: 62px;
	padding-bottom: 120px;
	margin-left: 100px;
	margin-right: 100px;
	display: block;
	clear: both
}

.search-content .page-header {
	margin-top: 40px
}

.search-content .page-header .page-title {
	font-size: 26px;
	padding: 20px;
	margin-bottom: 0;
	background: #f5f5f5;
	margin: 0
}

.search-content .layout-blog {
	padding: 15px 0
}

.attachment .single-post .entry-single .entry-content,
.attachment .single-post .entry-single .tags-wrapper {
	margin-left: 0;
	margin-right: 0
}

.attachment .single-post>div,
.attachment .single-post #comments {
	margin-left: 0;
	margin-right: 0
}

.archive.author .sidebar-right>aside,
.archive.author .sidebar-left>aside,
.attachment .sidebar-right>aside,
.attachment .sidebar-left>aside,
.single-post .sidebar-right>aside,
.single-post .sidebar-left>aside,
.archive.tag .sidebar-right>aside,
.archive.tag .sidebar-left>aside,
.search .sidebar-right>aside,
.search .sidebar-left>aside {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 19px;
	margin-bottom: 16px
}

.archive.author .sidebar-right>aside:after,
.archive.author .sidebar-left>aside:after,
.attachment .sidebar-right>aside:after,
.attachment .sidebar-left>aside:after,
.single-post .sidebar-right>aside:after,
.single-post .sidebar-left>aside:after,
.archive.tag .sidebar-right>aside:after,
.archive.tag .sidebar-left>aside:after,
.search .sidebar-right>aside:after,
.search .sidebar-left>aside:after {
	display: none
}

@media(min-width:1200px) {

	.archive.author .sidebar-right,
	.attachment .sidebar-right,
	.single-post .sidebar-right,
	.archive.tag .sidebar-right,
	.search .sidebar-right {
		padding-left: 30px;
		padding-right: 0
	}

	.archive.author .sidebar-left,
	.attachment .sidebar-left,
	.single-post .sidebar-left,
	.archive.tag .sidebar-left,
	.search .sidebar-left {
		padding-right: 30px;
		padding-left: 0
	}
}

@media(min-width:1200px) {

	.col-xl-8 .entry-single .entry-content,
	.col-xl-8 .entry-single .tags-wrapper,
	.col-xl-8 .single-post .author-info,
	.col-xl-8 .single-post #comments {
		margin-left: 40px;
		margin-right: 40px
	}
}

textarea:focus {
	outline: 0
}

.wpcf7 p {
	position: relative
}

.wpcf7 p .icon- {
	position: absolute;
	color: #cdcac3;
	z-index: 100;
	font-size: 13px;
	border: 0;
	left: 12px;
	top: auto;
	bottom: 13px
}

.wpcf7 p .icon-pencil {
	top: 9px
}

.wpcf7-form {
	font-size: 13px
}

.wpcf7-form input,
.wpcf7-form textarea {
	border-radius: 8px;
	background-color: #fff;
	border: solid 1px #eee;
	min-height: 36px;
	font-size: 16px;
	color: #212b36;
	padding: 15px
}

.wpcf7-form .wpcf7-form-control-wrap {
	width: 100%;
	display: grid
}

.wpcf7-form .wpcf7-form-control-wrap input {
	height: 56px
}

.wpcf7-form textarea {
	height: 128px;
	resize: none
}

.wpcf7-form input[type=submit] {
	float: right;
	border-radius: 6px;
	background-color: var(--tb-theme-color);
	color: #fff;
	border: 1px solid var(--tb-theme-color);
	padding: 0 18px;
	height: 36px;
	font-size: 14px;
	font-weight: 700;
	width: auto
}

.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=submit]:focus {
	border-color: var(--tb-theme-color-hover);
	background-color: var(--tb-theme-color-hover);
	color: #fff
}

.wpcf7 .form-horizontal>div {
	margin-bottom: 24px
}

@media(max-width:767px) {
	.wpcf7 .form-horizontal>div {
		margin-bottom: 16px
	}
}

.wpcf7 .form-horizontal>div:last-child {
	margin-bottom: 0
}

.elementor-widget-tabs .elementor-tab-desktop-title {
	border-color: #f7f7f7;
	margin-top: 3px;
	padding: 15px 25px
}

.elementor-widget-tabs .elementor-tab-desktop-title:first-child {
	margin-top: 0
}

.elementor-tabs .elementor-tabs-wrapper>div {
	border-right: 0
}

.elementor-tabs .elementor-tabs-wrapper>div.elementor-active {
	background: #f8f8f8
}

.elementor-tabs .elementor-tabs-content-wrapper {
	background: #f8f8f8
}

.page-404 {
	background: #f7f7f7;
	padding: 50px 0;
	margin-bottom: 20px
}

.page-404 .notfound-top {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/skins/fresh-el/../../../images/notfound.png) no-repeat top center;
	min-height: 220px;
	margin-bottom: 30px;
	padding: 80px 0
}

.page-404 .notfound-top h1 {
	font-size: 30px;
	color: var(--tb-theme-color);
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0
}

.page-404 .notfound-top .sub {
	font-size: 16px;
	font-weight: 700;
	color: #17181a
}

.page-404 .page-title {
	font-size: 40px;
	margin: 0
}

.page-404 .sub-title {
	color: #333;
	font-size: 16px
}

.page-404 .notfound-bottom .search-form {
	background-color: var(--tb-theme-color);
	max-width: 500px;
	margin: 0 auto 20px
}

.page-404 .notfound-bottom .search-form>form {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-color: var(--tb-theme-color);
	border-bottom-width: 4px
}

.page-404 .notfound-bottom .search-form .input-group-btn .btn {
	padding: 8px 25px;
	color: #fff;
	font-size: 16px
}

.page-404 .notfound-bottom .search-form .input-group input {
	height: 42px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.page-404 .backtohome {
	font-size: 14px;
	text-transform: uppercase;
	color: #17181a;
	font-weight: 600;
	margin-top: 30px;
	display: inline-block
}

.page-404 .backtohome:hover {
	color: var(--tb-theme-color)
}

.page-404 .backtohome .fa {
	margin-right: 0;
	margin-left: 8px
}

.icon-preview-box {
	margin-bottom: 30px
}

@media(max-width:479px) {
	.icon-preview-box {
		width: 100%;
		margin-bottom: 10px
	}
}

.icon-preview-box .preview {
	background-color: #fcfcfc;
	padding: 20px;
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@media(max-width:1599px) {
	.icon-preview-box .preview {
		padding: 20px 10px
	}
}

.icon-preview-box i {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	margin-right: 20px;
	margin-left: 0
}

@media(max-width:767px) {
	.icon-preview-box i {
		font-size: 16px;
		margin-right: 10px
	}
}

.icon-preview-box code {
	font-family: var(--tb-text-primary-font);
	padding: 2px 4px;
	font-size: 14px;
	color: #232323;
	background-color: transparent;
	border-radius: 0
}

.icon-preview-box:hover .preview {
	background-color: var(--tb-theme-color)
}

.icon-preview-box:hover .preview code,
.icon-preview-box:hover .preview i {
	color: #fff
}

#awesome-font>div {
	margin-bottom: 40px
}

@media(max-width:479px) {
	#awesome-font>div {
		margin-bottom: 10px
	}
}

#awesome-font h3 {
	padding-bottom: 9px;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	font-size: 30px;
	font-weight: 400
}

@media(max-width:767px) {
	#awesome-font h3 {
		font-size: 20px;
		padding: 10px
	}
}

#awesome-font .fontawesome-icon-list {
	margin-top: 22px
}

@media(max-width:479px) {
	#awesome-font .fontawesome-icon-list .fa-hover {
		width: 100%
	}
}

#awesome-font .fontawesome-icon-list .fa-hover .preview {
	background-color: #fcfcfc;
	padding: 20px;
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	margin-bottom: 30px
}

@media(max-width:479px) {
	#awesome-font .fontawesome-icon-list .fa-hover .preview {
		margin-bottom: 10px
	}
}

#awesome-font .fontawesome-icon-list .fa-hover:hover .preview {
	background-color: var(--tb-theme-color);
	color: #fff
}

#awesome-font .fontawesome-icon-list .fa-hover:hover .preview .text-muted {
	color: #fff
}

#awesome-font .fontawesome-icon-list i {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	margin-right: 20px;
	margin-left: 0
}

.slick-loading .slick-list {
	background: #fff url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/skins/fresh-el/../../../images/ajax-loader.gif) center center no-repeat
}

@font-face {
	font-family: "slick";
	src: url('/assets/fonts/slick.eot');
	src: url('/assets/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/assets/fonts/slick.woff') format("woff"), url('/assets/fonts/slick.ttf') format("truetype"), url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/skins/fresh-el/../fonts/slick/slick.svg#slick) format("svg");
	font-weight: 400;
	font-style: normal
}

.slick-prev,
.slick-next {
	cursor: pointer;
	background: 0 0;
	color: transparent;
	padding: 0;
	border: 0;
	outline: 0
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: 0
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .5;
	filter: alpha(opacity=50)
}

.slick-dots {
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: flex;
	margin: 0
}

.slick-dots li button {
	width: 8px;
	height: 8px;
	background: #ddd;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	display: inline-block;
	border: 0;
	padding: 0;
	font-size: 0
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: 0
}

.slick-dots li+li {
	margin-left: 10px
}

.slick-dots li.slick-active button {
	background: var(--tb-theme-color)
}

.owl-carousel,
.slider {
	display: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	margin-right: -15px;
	margin-left: -15px
}

.owl-carousel>.slick-arrow,
.slider>.slick-arrow {
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: auto;
	right: -75px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 48px;
	height: 48px;
	-webkit-transition: all .4s, opacity 1s;
	-o-transition: all .4s, opacity 1s;
	transition: all .4s, opacity 1s;
	background: #fff;
	text-align: center;
	color: #212b36;
	-webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
	font-size: 24px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.owl-carousel>.slick-arrow.slick-prev,
.slider>.slick-arrow.slick-prev {
	left: -75px;
	right: auto
}

.owl-carousel>.slick-arrow:hover,
.owl-carousel>.slick-arrow:focus,
.slider>.slick-arrow:hover,
.slider>.slick-arrow:focus {
	background: var(--tb-theme-color);
	color: #fff;
	border-color: var(--tb-theme-color)
}

.owl-carousel>.slick-arrow i,
.slider>.slick-arrow i {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 14px
}

.owl-carousel.slider-blog .slick-arrow,
.slider.slider-blog .slick-arrow {
	margin: 0;
	right: 45px;
	left: auto
}

.owl-carousel.slider-blog .slick-arrow.slick-prev,
.slider.slider-blog .slick-arrow.slick-prev {
	left: 45px;
	right: auto
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-slider .slick-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 !important;
	padding: 14px 15px 20px !important
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: auto;
	min-height: 1px;
	margin: 0 15px;
	outline: 0;
	display: none
}

.slick-slide img {
	display: inline-block;
	vertical-align: middle
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.flex-control-nav>.slick-arrow {
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	right: 33px;
	left: auto;
	cursor: pointer;
	font-size: 20px
}

.flex-control-nav>.slick-arrow:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.flex-control-nav>.slick-arrow:hover {
	color: var(--tb-theme-color)
}

.flex-control-nav>.slick-arrow:before {
	display: inline-block
}

.flex-control-nav>.slick-arrow.owl-prev {
	right: auto;
	left: 33px
}

.flex-control-nav>.slick-arrow.owl-prev:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.flex-control-nav>.slick-arrow.slick-disabled {
	color: #ccc
}

.flex-control-nav>.slick-arrow.slick-disabled:hover {
	background: 0 0;
	border-color: #d0d0d0;
	color: #ccc;
	cursor: default
}

@media(min-width:1200px) {
	.flex-control-nav>.slick-arrow {
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.flex-control-nav:hover>.slick-arrow {
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible
	}
}

.slider>.slick-arrow {
	right: 15px;
	left: auto
}

.slider>.slick-arrow.slick-prev {
	right: auto;
	left: 15px
}

.row-no-one.slick-initialized .slick-slide>div {
	margin: 0 -15px;
	float: left;
	width: calc(100% - -30px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.row-no-one.slick-initialized .slick-slide>div>.item {
	padding: 0 15px;
	float: left;
	display: flex !important
}

.row-no-one.slick-initialized .slick-slide>div>.item>div {
	float: left;
	width: 100%
}

.row-1.slick-initialized .slick-track {
	display: flex
}

.row-1.slick-initialized .slick-track>.item {
	display: flex !important
}

.row-1.slick-initialized .slick-track>.item>div {
	float: left;
	width: 100%
}

.owl-carousel.products .products-grid.product {
	display: flex;
	max-width: 100%;
	width: 100%;
}

.carousel-md {
	width: 44px;
	height: 44px;
	line-height: 44px
}

.carousel-sm {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 15px
}

.carousel-xs {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 15px
}

.ui-helper-hidden-accessible {
	display: none
}

img[data-lazyloaded] {
	opacity: 0;
	-webkit-transition: opacity .3s linear .1s;
	-moz-transition: opacity .3s linear .2s;
	transition: opacity .3s linear .2s
}

img.loaded {
	-webkit-transition: opacity .3s linear .2s;
	-moz-transition: opacity .3s linear .2s;
	transition: opacity .3s linear .2s;
	opacity: 1
}

.owl-carousel:not(.slick-slider) {
	display: block
}

.owl-carousel:not(.slick-slider):after {
	display: block;
	clear: both;
	content: ""
}

.owl-carousel:not(.slick-slider)[data-items] div.item {
	float: left;
	padding: 0;
	margin: 0 !important
}

@media(min-width:1600px) {
	.owl-carousel:not(.slick-slider)[data-items="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		width: 100%
	}

	.owl-carousel:not(.slick-slider)[data-items="1"]>div:nth-child(1n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="1"]>div:nth-child(n+2) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="2"]>div:nth-child(n+2) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="2"]>div:nth-child(n+3) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="3"]>div:nth-child(n+4) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="3"]>div:nth-child(n+5) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="4"]>div:nth-child(n+6) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="4"]>div:nth-child(n+7) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="5"]>div:nth-child(n+8) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="5"]>div:nth-child(n+9) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		width: 50%
	}

	.owl-carousel:not(.slick-slider)[data-items="2"]>div:nth-child(2n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="2"]>div:nth-child(n+3) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="2"]>div:nth-child(n+3) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="2"]>div:nth-child(n+5) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="3"]>div:nth-child(n+6) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="3"]>div:nth-child(n+8) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="4"]>div:nth-child(n+9) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="4"]>div:nth-child(n+11) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="5"]>div:nth-child(n+12) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="5"]>div:nth-child(n+14) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%
	}

	.owl-carousel:not(.slick-slider)[data-items="3"]>div:nth-child(3n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="3"]>div:nth-child(n+4) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="2"]>div:nth-child(n+4) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="2"]>div:nth-child(n+7) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="3"]>div:nth-child(n+8) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="3"]>div:nth-child(n+11) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="4"]>div:nth-child(n+12) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="4"]>div:nth-child(n+15) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="5"]>div:nth-child(n+16) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="5"]>div:nth-child(n+19) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
		width: 25%
	}

	.owl-carousel:not(.slick-slider)[data-items="4"]>div:nth-child(4n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="4"]>div:nth-child(n+5) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="2"]>div:nth-child(n+5) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="2"]>div:nth-child(n+9) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="3"]>div:nth-child(n+10) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="3"]>div:nth-child(n+14) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="4"]>div:nth-child(n+15) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="4"]>div:nth-child(n+19) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="5"]>div:nth-child(n+20) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="5"]>div:nth-child(n+24) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
		width: 20%
	}

	.owl-carousel:not(.slick-slider)[data-items="5"]>div:nth-child(5n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="5"]>div:nth-child(n+6) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="2"]>div:nth-child(n+6) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="2"]>div:nth-child(n+11) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="3"]>div:nth-child(n+12) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="3"]>div:nth-child(n+17) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="4"]>div:nth-child(n+18) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="4"]>div:nth-child(n+23) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="5"]>div:nth-child(n+24) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="5"]>div:nth-child(n+29) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%
	}

	.owl-carousel:not(.slick-slider)[data-items="6"]>div:nth-child(6n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="6"]>div:nth-child(n+7) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="2"]>div:nth-child(n+7) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="2"]>div:nth-child(n+13) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="3"]>div:nth-child(n+14) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="3"]>div:nth-child(n+20) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="4"]>div:nth-child(n+21) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="4"]>div:nth-child(n+27) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="5"]>div:nth-child(n+28) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="5"]>div:nth-child(n+34) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
		width: 14.28571%
	}

	.owl-carousel:not(.slick-slider)[data-items="7"]>div:nth-child(7n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="7"]>div:nth-child(n+8) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="2"]>div:nth-child(n+8) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="2"]>div:nth-child(n+15) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="3"]>div:nth-child(n+16) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="3"]>div:nth-child(n+23) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="4"]>div:nth-child(n+24) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="4"]>div:nth-child(n+31) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="5"]>div:nth-child(n+32) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="5"]>div:nth-child(n+39) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
		width: 12.5%
	}

	.owl-carousel:not(.slick-slider)[data-items="8"]>div:nth-child(8n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="8"]>div:nth-child(n+9) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="2"]>div:nth-child(n+9) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="2"]>div:nth-child(n+17) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="3"]>div:nth-child(n+18) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="3"]>div:nth-child(n+26) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="4"]>div:nth-child(n+27) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="4"]>div:nth-child(n+35) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="5"]>div:nth-child(n+36) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="5"]>div:nth-child(n+44) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
		width: 11.11111%
	}

	.owl-carousel:not(.slick-slider)[data-items="9"]>div:nth-child(9n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="9"]>div:nth-child(n+10) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="2"]>div:nth-child(n+10) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="2"]>div:nth-child(n+19) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="3"]>div:nth-child(n+20) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="3"]>div:nth-child(n+29) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="4"]>div:nth-child(n+30) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="4"]>div:nth-child(n+39) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="5"]>div:nth-child(n+40) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="5"]>div:nth-child(n+49) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
		width: 10%
	}

	.owl-carousel:not(.slick-slider)[data-items="10"]>div:nth-child(10n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="10"]>div:nth-child(n+11) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="2"]>div:nth-child(n+11) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="2"]>div:nth-child(n+21) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="3"]>div:nth-child(n+22) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="3"]>div:nth-child(n+32) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="4"]>div:nth-child(n+33) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="4"]>div:nth-child(n+43) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="5"]>div:nth-child(n+44) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="5"]>div:nth-child(n+54) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
		width: 9.09091%
	}

	.owl-carousel:not(.slick-slider)[data-items="11"]>div:nth-child(11n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="11"]>div:nth-child(n+12) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="2"]>div:nth-child(n+12) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="2"]>div:nth-child(n+23) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="3"]>div:nth-child(n+24) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="3"]>div:nth-child(n+35) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="4"]>div:nth-child(n+36) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="4"]>div:nth-child(n+47) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="5"]>div:nth-child(n+48) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="5"]>div:nth-child(n+59) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%
	}

	.owl-carousel:not(.slick-slider)[data-items="12"]>div:nth-child(12n+1) {
		clear: both
	}

	.owl-carousel:not(.slick-slider)[data-items="12"]>div:nth-child(n+13) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="2"]>div:nth-child(n+13) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="2"]>div:nth-child(n+25) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="3"]>div:nth-child(n+26) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="3"]>div:nth-child(n+38) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="4"]>div:nth-child(n+39) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="4"]>div:nth-child(n+51) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="5"]>div:nth-child(n+52) {
		display: block
	}

	.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="5"]>div:nth-child(n+64) {
		display: none
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {
	.owl-carousel:not(.slick-slider)[data-desktopslick="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		width: 100%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="1"]>div:nth-child(n+2) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		width: 50%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="2"]>div:nth-child(n+3) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="3"]>div:nth-child(n+4) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
		width: 25%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="4"]>div:nth-child(n+5) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
		width: 20%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="5"]>div:nth-child(n+6) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="6"]>div:nth-child(n+7) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
		width: 14.28571%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="7"]>div:nth-child(n+8) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
		width: 12.5%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="8"]>div:nth-child(n+9) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
		width: 11.11111%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="9"]>div:nth-child(n+10) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
		width: 10%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="10"]>div:nth-child(n+11) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
		width: 9.09091%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="11"]>div:nth-child(n+12) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%
	}

	.owl-carousel:not(.slick-slider)[data-desktopslick="12"]>div:nth-child(n+13) {
		display: none
	}
}

@media(max-width:1199.98px) and (min-width:992px) {
	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		width: 100%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="1"]>div:nth-child(n+2) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		width: 50%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="2"]>div:nth-child(n+3) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="3"]>div:nth-child(n+4) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
		width: 25%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="4"]>div:nth-child(n+5) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
		width: 20%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="5"]>div:nth-child(n+6) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="6"]>div:nth-child(n+7) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
		width: 14.28571%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="7"]>div:nth-child(n+8) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
		width: 12.5%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="8"]>div:nth-child(n+9) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
		width: 11.11111%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="9"]>div:nth-child(n+10) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
		width: 10%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="10"]>div:nth-child(n+11) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
		width: 9.09091%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="11"]>div:nth-child(n+12) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%
	}

	.owl-carousel:not(.slick-slider)[data-desktopsmallslick="12"]>div:nth-child(n+13) {
		display: none
	}
}

@media(max-width:991.98px) and (min-width:768px) {
	.owl-carousel:not(.slick-slider)[data-tabletslick="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		width: 100%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="1"]>div:nth-child(n+2) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		width: 50%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="2"]>div:nth-child(n+3) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="3"]>div:nth-child(n+4) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
		width: 25%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="4"]>div:nth-child(n+5) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
		width: 20%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="5"]>div:nth-child(n+6) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="6"]>div:nth-child(n+7) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
		width: 14.28571%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="7"]>div:nth-child(n+8) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
		width: 12.5%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="8"]>div:nth-child(n+9) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
		width: 11.11111%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="9"]>div:nth-child(n+10) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
		width: 10%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="10"]>div:nth-child(n+11) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
		width: 9.09091%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="11"]>div:nth-child(n+12) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%
	}

	.owl-carousel:not(.slick-slider)[data-tabletslick="12"]>div:nth-child(n+13) {
		display: none
	}
}

@media(max-width:767.98px) and (min-width:576px) {
	.owl-carousel:not(.slick-slider)[data-landscapeslick="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		width: 100%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="1"]>div:nth-child(n+2) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="1"][data-unslick="1"]>div:nth-child(n+2) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		width: 50%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="2"]>div:nth-child(n+3) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="2"][data-unslick="1"]>div:nth-child(n+3) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="3"]>div:nth-child(n+4) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="3"][data-unslick="1"]>div:nth-child(n+4) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
		width: 25%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="4"]>div:nth-child(n+5) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="4"][data-unslick="1"]>div:nth-child(n+5) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
		width: 20%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="5"]>div:nth-child(n+6) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="5"][data-unslick="1"]>div:nth-child(n+6) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="6"]>div:nth-child(n+7) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="6"][data-unslick="1"]>div:nth-child(n+7) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
		width: 14.28571%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="7"]>div:nth-child(n+8) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="7"][data-unslick="1"]>div:nth-child(n+8) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
		width: 12.5%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="8"]>div:nth-child(n+9) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="8"][data-unslick="1"]>div:nth-child(n+9) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
		width: 11.11111%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="9"]>div:nth-child(n+10) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="9"][data-unslick="1"]>div:nth-child(n+10) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
		width: 10%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="10"]>div:nth-child(n+11) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="10"][data-unslick="1"]>div:nth-child(n+11) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
		width: 9.09091%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="11"]>div:nth-child(n+12) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="11"][data-unslick="1"]>div:nth-child(n+12) {
		display: -ms-flexbox;
		display: flex
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="12"]>div:nth-child(n+13) {
		display: none
	}

	.owl-carousel:not(.slick-slider)[data-landscapeslick="12"][data-unslick="1"]>div:nth-child(n+13) {
		display: -ms-flexbox;
		display: flex
	}
}

.owl-carousel.row-2 .slick-slide,
.owl-carousel.row-3 .slick-slide {
	margin: 0
}

.owl-carousel.row-2 .slick-slide>div,
.owl-carousel.row-3 .slick-slide>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.owl-carousel.row-2 .slick-slide .item,
.owl-carousel.row-3 .slick-slide .item {
	display: flex !important
}

.tbay-nav-absolute .slick-arrow {
	top: -30px;
	right: auto;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
	height: auto
}

.tbay-nav-absolute .slick-arrow:hover,
.tbay-nav-absolute .slick-arrow:focus {
	background: 0 0;
	color: var(--tb-theme-color)
}

.tbay-nav-absolute .slick-arrow:hover i,
.tbay-nav-absolute .slick-arrow:focus i {
	color: var(--tb-theme-color)
}

.tbay-nav-absolute .slick-arrow.slick-prev {
	left: 10px
}

.tbay-nav-absolute .slick-arrow.slick-next {
	left: 55px
}

.align-nav-left .slick-arrow.slick-prev {
	right: auto;
	left: 10px
}

.align-nav-left .slick-arrow.slick-next {
	right: auto;
	left: 55px
}

.align-nav-center .slick-arrow.slick-prev {
	left: calc(50% - 22px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.align-nav-center .slick-arrow.slick-next {
	left: calc(50% - -22px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.align-nav-right .slick-arrow.slick-prev {
	right: 55px;
	left: auto
}

.align-nav-right .slick-arrow.slick-next {
	right: 10px;
	left: auto
}

@media(min-width:768px) and (max-width:1199px) {
	.align-nav-tablet-left .slick-arrow.slick-prev {
		right: auto;
		left: 15px
	}

	.align-nav-tablet-left .slick-arrow.slick-next {
		right: auto;
		left: 60px
	}

	.align-nav-tablet-center .slick-arrow.slick-prev {
		left: calc(50% - 23px);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.align-nav-tablet-center .slick-arrow.slick-next {
		left: calc(50% - -23px);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.align-nav-tablet-right .slick-arrow.slick-prev {
		right: 60px;
		left: auto
	}

	.align-nav-tablet-right .slick-arrow.slick-next {
		right: 15px;
		left: auto
	}
}

@media(max-width:767px) {

	.owl-carousel:not(.slick-slider),
	.tbay-element .row.grid {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.align-nav-mobile-center .slick-arrow.slick-prev {
		left: calc(50% - 23px);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.align-nav-mobile-center .slick-arrow.slick-next {
		left: calc(50% - -23px);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	div.archive-shop .align-nav-mobile-left .slick-arrow.slick-prev,
	.align-nav-mobile-left .slick-arrow.slick-prev {
		right: auto;
		left: 10px
	}

	div.archive-shop .align-nav-mobile-left .slick-arrow.slick-next,
	.align-nav-mobile-left .slick-arrow.slick-next {
		right: auto;
		left: 55px
	}

	div.archive-shop .align-nav-mobile-right .slick-arrow.slick-prev,
	.align-nav-mobile-right .slick-arrow.slick-prev {
		right: 55px;
		left: auto
	}

	div.archive-shop .align-nav-mobile-right .slick-arrow.slick-next,
	.align-nav-mobile-right .slick-arrow.slick-next {
		right: 10px;
		left: auto
	}

	.elementor-col-100 .align-nav-mobile-left .slick-arrow.slick-prev {
		right: auto;
		left: 27px
	}

	.elementor-col-100 .align-nav-mobile-left .slick-arrow.slick-next {
		right: auto;
		left: 72px
	}

	.elementor-col-100 .align-nav-mobile-right .slick-arrow.slick-prev {
		right: 33px;
		left: auto
	}

	.elementor-col-100 .align-nav-mobile-right .slick-arrow.slick-next {
		right: -12px;
		left: auto
	}
}

#yith-quick-view-content .carousel .carousel-controls-v3 .carousel-control {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: var(--tb-theme-color);
	color: #fff
}

#yith-quick-view-content .carousel .carousel-controls-v3 .carousel-control.left {
	left: 15px;
	right: auto
}

#yith-quick-view-content .carousel .carousel-controls-v3 .carousel-control.right {
	right: 15px;
	left: auto
}

.tbay-currency {
	position: relative;
	line-height: 44px
}

.tbay-currency .woocs_diplay_none {
	display: none
}

.tbay-currency .SumoSelect.open>.optWrapper {
	top: 100%
}

.woocommerce-currency-switcher {
	padding: 0;
	border: 0;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none
}

.woocommerce-currency-switcher:focus {
	outline: 0
}

.woocommerce-currency-switcher-form {
	display: flex
}

.woocommerce-currency-switcher-form .SumoSelect {
	width: auto;
	vertical-align: middle;
	position: static
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont {
	border: 0;
	padding: 0;
	background: 0 0;
	text-align: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label {
	width: 13px;
	right: 0;
	left: auto;
	top: 0;
	cursor: pointer;
	margin-bottom: 0
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i {
	background: 0 0 !important;
	line-height: 20px;
	height: 20px
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i:after {
	font-style: normal;
	font-size: 10px;
	position: absolute;
	top: 0;
	color: inherit;
	font-weight: 400;
	left: 50%;
	right: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>span {
	padding: 0;
	cursor: pointer;
	padding-right: 14px;
	padding-left: 0;
	text-align: left;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all
}

.woocommerce-currency-switcher-form .SumoSelect>.optWrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 150px;
	padding: 5px 0;
	border: 1px solid #ddd;
	left: -15px;
	right: auto;
	top: 100%;
	display: block !important;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	z-index: 1000
}

.woocommerce-currency-switcher-form .SumoSelect>.optWrapper>.options {
	overflow: hidden
}

.woocommerce-currency-switcher-form .SumoSelect>.optWrapper>.options li.opt {
	padding: 0 0 0 12px;
	border-color: rgba(145, 158, 171, .24)
}

.woocommerce-currency-switcher-form .SumoSelect>.optWrapper label {
	font-weight: 400;
	margin-bottom: 0
}

.woocommerce-currency-switcher-form .SumoSelect.open .CaptionCont,
.woocommerce-currency-switcher-form .SumoSelect:focus>.CaptionCont {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0
}

.woocommerce-currency-switcher-form .SumoSelect.open .optWrapper,
.woocommerce-currency-switcher-form .SumoSelect:focus>.optWrapper {
	display: none
}

.woocommerce-currency-switcher-form .SumoSelect:hover>.CaptionCont {
	border: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.woocommerce-currency-switcher-form .SumoSelect:hover>.optWrapper {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.woocommerce-currency-switcher-form.woocs_show_flags .SumoSelect>.optWrapper>.options li.opt {
	padding-left: 40px;
	background-position: 12px center;
	background-size: 20px
}

.SumoSelect>.optWrapper>.options li.opt {
	padding: 0 0 0 20px;
	text-align: left;
	line-height: 40px;
	position: relative;
	font-weight: 500
}

.SumoSelect>.optWrapper>.options li.opt label {
	margin: 0;
	font-weight: 400
}

.SumoSelect>.optWrapper>.options li.opt:hover,
.SumoSelect>.optWrapper>.options li.opt.selected {
	color: var(--tb-theme-color);
	background-color: #fff !important
}

.widget-woocommerce-currency-switcher .dd-desc {
	display: none
}

.widget-woocommerce-currency-switcher a.dd-option,
.widget-woocommerce-currency-switcher .dd-selected {
	padding: 5px 10px !important
}

.widget-woocommerce-currency-switcher label {
	line-height: 100%;
	float: left;
	margin: 0
}

.widget-woocommerce-currency-switcher .dd-pointer {
	border: none !important;
	margin: 0 !important
}

.widget-woocommerce-currency-switcher .dd-pointer:before {
	font-family: FontAwesome;
	position: absolute;
	line-height: 100%;
	right: 0;
	left: auto;
	bottom: -4px
}

.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-down:before {
	content: ""
}

.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-up:before {
	content: ""
}

.mm-hidden {
	display: none !important
}

.sub-menu .dropdown-menu-inner {
	padding-bottom: 15px
}

.sub-menu .dropdown-menu-inner h3 {
	font-size: 14px;
	padding: 0 15px;
	margin: 30px 0 10px;
	color: #212b36;
	text-transform: capitalize
}

.sub-menu .dropdown-menu-inner ul {
	list-style-type: none;
	padding: 0 15px
}

.sub-menu .dropdown-menu-inner ul li {
	padding: 6px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.sub-menu .dropdown-menu-inner>a,
.sub-menu .dropdown-menu-inner>img {
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	margin-bottom: 15px
}

.sub-menu>li>a {
	line-height: 38px
}

.mm-panel__searchsplash {
	padding: 20px 15px
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0;
	z-index: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mm-menu a {
	color: inherit;
	text-decoration: none
}

.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
	color: inherit;
	text-decoration: none
}

.mm-panels {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.mm-panels>.mm-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.mm-panel {
	background: inherit;
	border-color: inherit;
	box-sizing: border-box;
	margin: 0
}

.mm-panels {
	background: inherit;
	border-color: inherit;
	box-sizing: border-box;
	margin: 0;
	overflow: hidden
}

.mm-panels .tbay-addon .tbay-addon-title,
.mm-panels .tbay-addon .tbay-addon-heading {
	font-size: 14px;
	margin: 0;
	text-align: left;
	line-height: 40px;
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	padding: 0 15px
}

.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	transition: -webkit-transform .4s linear;
	transition: transform .4s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	opacity: 0;
	filter: alpha(opacity=0)
}

.mm-panel:not(.mm-hidden) {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100)
}

.mm-panel_has-navbar {
	padding-top: 44px
}

.mm-panel_opened {
	z-index: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel_opened-parent {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
	z-index: 2
}

.mm-panel_noanimation {
	transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-listitem_vertical>.mm-panel {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listitem_vertical>.mm-panel:after,
.mm-listitem_vertical>.mm-panel:before {
	content: none;
	display: none
}

.mm-listitem_opened>.mm-panel {
	display: block
}

.mm-listitem_vertical>.mm-btn_next {
	box-sizing: border-box;
	height: 40px;
	bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
	border-color: transparent
}

.mm-listitem_opened>.mm-btn_next:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px;
	left: auto
}

.mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1
}

.mm-btn_fullwidth {
	width: 100%
}

.mm-btn_clear:after,
.mm-btn_clear:before {
	content: '';
	border: 2px solid transparent;
	box-sizing: content-box;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-btn_close:after,
.mm-btn_close:before {
	content: '';
	border: 2px solid transparent;
	box-sizing: content-box;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-btn_clear:before,
.mm-btn_close:before {
	border-right: 0;
	border-bottom: 0;
	right: 18px;
	left: auto
}

.mm-btn_clear:after,
.mm-btn_close:after {
	border-left: 0;
	border-top: 0;
	right: 25px;
	left: auto
}

.mm-btn_next:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.mm-btn_next:after {
	position: absolute;
	left: auto;
	font-size: 21px;
	line-height: 40px;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #637381
}

.mm-btn_prev:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.mm-btn_prev:before {
	position: absolute;
	font-size: 21px;
	line-height: 40px;
	left: 15px;
	right: auto;
	color: #637381
}

.mm-navbar {
	border-color: rgba(145, 158, 171, .24);
	text-align: center;
	line-height: 20px;
	display: none;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	transition: opacity .4s ease
}

.mm-navbar>* {
	box-sizing: border-box;
	display: block;
	padding: 10px 0
}

.mm-navbar a {
	text-decoration: none
}

.mm-navbar a:hover {
	text-decoration: none
}

.mm-navbar__title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-navbar__btn:first-child {
	left: 0
}

.mm-navbar__btn:last-child {
	text-align: right;
	right: 0
}

.mm-panel_has-navbar .mm-navbar {
	display: block
}

.mm-listitem,
.mm-listview {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listitem {
	border-color: inherit
}

.mm-listitem .mm-btn_next {
	border-color: inherit
}

.mm-listitem .mm-btn_next:before {
	border-color: inherit
}

.mm-listitem:after {
	border-color: inherit
}

.mm-listview {
	border-color: inherit;
	font: inherit;
	line-height: 20px
}

.mm-listitem {
	position: relative;
	color: #000
}

.mm-listitem:after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-color: rgba(145, 158, 171, .24)
}

.mm-listitem a {
	text-decoration: none
}

.mm-listitem a:hover {
	text-decoration: none
}

.mm-listitem>a,
.mm-listitem span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 0 15px;
	margin: 0;
	line-height: 48px
}

.mm-listitem>a:focus {
	color: var(--tb-theme-color)
}

.mm-listitem.active>a {
	color: var(--tb-theme-color)
}

.mm-listitem.flash-sale>a {
	color: #e20202;
	font-weight: 700
}

.mm-listitem .mm-btn_next {
	background: rgba(3, 2, 1, 0);
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
	width: 50%
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a,
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span {
	margin-right: 50px;
	margin-left: 0
}

.mm-listitem .mm-btn_fullwidth:before {
	border-left: 0
}

.mm-listitem .mm-btn_fullwidth+a,
.mm-listitem .mm-btn_fullwidth+span {
	padding-right: 50px;
	padding-left: 0
}

.mm-listitem_divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 90%;
	padding: 10px 10px 10px 20px
}

.mm-listitem_divider:after {
	content: ' ';
	display: none;
	position: static;
	display: inline-block
}

.mm-listitem_spacer {
	padding-top: 40px
}

.mm-listitem_spacer>.mm-btn_next {
	top: 40px
}

.mm-menu {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .4);
	tap-highlight-color: rgba(255, 255, 255, .4)
}

.mm-menu .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected>span {
	background: rgba(255, 255, 255, .4)
}

.mm-menu .mm-listitem_opened>.mm-btn_next,
.mm-menu .mm-listitem_opened>.mm-panel {
	background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-listitem_divider {
	background: rgba(0, 0, 0, .05)
}

.mm-page {
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 1
}

.modal-open #tbay-main-content.mm-slideout {
	z-index: unset
}

.modal-open #custom-login-wrapper.in+#tbay-header {
	z-index: 1002
}

.modal-open #custom-login-wrapper.in+#tbay-header+.mm-slideout {
	z-index: 1001
}

.mm-wrapper_opened {
	overflow-x: hidden;
	position: relative
}

.mm-wrapper_background .mm-page {
	background: inherit
}

.mm-menu_offcanvas {
	display: none;
	position: fixed;
	right: auto;
	z-index: 0;
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

.mm-menu_offcanvas.mm-menu_opened {
	display: block
}

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
	z-index: 10
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		transform: translate(440px, 0);
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-page__blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

.mm-wrapper_blocking {
	overflow: hidden
}

.mm-wrapper_blocking body {
	overflow: hidden
}

.mm-wrapper_blocking .mm-page__blocker {
	display: block;
	background: rgba(0, 0, 0, .61);
	z-index: 1001
}

.mm-sronly {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	width: 1px !important;
	min-width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important
}

.mm-menu_autoheight {
	transition: none .4s ease;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
	position: relative
}

.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
	max-height: 80%
}

.mm-menu_autoheight-measuring .mm-panel {
	display: block !important
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
	display: none !important
}

.mm-menu_autoheight-measuring .mm-panels>.mm-panel {
	bottom: auto !important;
	height: auto !important
}

[class*=mm-menu_columns-] {
	transition-property: width
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel {
	right: auto;
	transition-property: width, -webkit-transform;
	transition-property: width, transform;
	transition-property: width, transform, -webkit-transform
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
	display: block !important
}

[class*=mm-panel_columns-] {
	border-right: 1px solid;
	border-color: inherit
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
	border-right: 0
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_columns-0 {
	width: 80%;
	min-width: 140px;
	max-width: 0
}

.mm-menu_columns-0 .mm-panels>.mm-panel {
	z-index: 0
}

.mm-menu_columns-0 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:0) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:0) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-1 {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

.mm-menu_columns-1 .mm-panels>.mm-panel {
	z-index: 1;
	width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate(200%, 0);
	-ms-transform: translate(200%, 0);
	transform: translate(200%, 0);
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0)
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		transform: translate(440px, 0);
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
	-webkit-transform: translate(200%, 0);
	-ms-transform: translate(200%, 0);
	transform: translate(200%, 0);
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-2 {
	width: 80%;
	min-width: 140px;
	max-width: 880px
}

.mm-menu_columns-2 .mm-panels>.mm-panel {
	z-index: 2;
	width: 50%
}

.mm-menu_columns-2 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate(300%, 0);
	-ms-transform: translate(300%, 0);
	transform: translate(300%, 0);
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0)
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:1100px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(880px, 0);
		-ms-transform: translate(880px, 0);
		transform: translate(880px, 0);
		-webkit-transform: translate3d(880px, 0, 0);
		transform: translate3d(880px, 0, 0)
	}
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:1100px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-880px, 0);
		-ms-transform: translate(-880px, 0);
		transform: translate(-880px, 0);
		-webkit-transform: translate3d(-880px, 0, 0);
		transform: translate3d(-880px, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
	-webkit-transform: translate(300%, 0);
	-ms-transform: translate(300%, 0);
	transform: translate(300%, 0);
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-3 {
	width: 80%;
	min-width: 140px;
	max-width: 1320px
}

.mm-menu_columns-3 .mm-panels>.mm-panel {
	z-index: 3;
	width: 33.34%
}

.mm-menu_columns-3 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate(400%, 0);
	-ms-transform: translate(400%, 0);
	transform: translate(400%, 0);
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0)
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:1650px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(1320px, 0);
		-ms-transform: translate(1320px, 0);
		transform: translate(1320px, 0);
		-webkit-transform: translate3d(1320px, 0, 0);
		transform: translate3d(1320px, 0, 0)
	}
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:1650px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-1320px, 0);
		-ms-transform: translate(-1320px, 0);
		transform: translate(-1320px, 0);
		-webkit-transform: translate3d(-1320px, 0, 0);
		transform: translate3d(-1320px, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
	-webkit-transform: translate(400%, 0);
	-ms-transform: translate(400%, 0);
	transform: translate(400%, 0);
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-4 {
	width: 80%;
	min-width: 140px;
	max-width: 1760px
}

.mm-menu_columns-4 .mm-panels>.mm-panel {
	z-index: 4;
	width: 25%
}

.mm-menu_columns-4 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate(500%, 0);
	-ms-transform: translate(500%, 0);
	transform: translate(500%, 0);
	-webkit-transform: translate3d(500%, 0, 0);
	transform: translate3d(500%, 0, 0)
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:2200px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(1760px, 0);
		-ms-transform: translate(1760px, 0);
		transform: translate(1760px, 0);
		-webkit-transform: translate3d(1760px, 0, 0);
		transform: translate3d(1760px, 0, 0)
	}
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:2200px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-1760px, 0);
		-ms-transform: translate(-1760px, 0);
		transform: translate(-1760px, 0);
		-webkit-transform: translate3d(-1760px, 0, 0);
		transform: translate3d(-1760px, 0, 0)
	}
}

[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
	width: 100%;
	max-width: 100%;
	min-width: 100%
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
	transition-property: width, min-width, max-width, -webkit-transform;
	transition-property: width, min-width, max-width, transform;
	transition-property: width, min-width, max-width, transform, -webkit-transform
}

.mm-counter {
	font-style: normal;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 45px;
	left: auto;
	top: 50%
}

.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth) {
	width: 90px
}

.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+a,
.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+span {
	margin-right: 90px;
	margin-left: 0
}

.mm-counter+.mm-btn_fullwidth+a,
.mm-counter+.mm-btn_fullwidth+span {
	padding-right: 90px;
	padding-left: 0
}

.mm-listitem_vertical>.mm-counter {
	top: 12px;
	margin-top: 0
}

.mm-listitem_vertical.mm-listitem_spacer>.mm-counter {
	margin-top: 40px
}

.mm-listitem_nosubitems>.mm-counter {
	display: none
}

.mm-counter {
	color: #637381
}

.mm-listitem_divider {
	opacity: 1;
	transition: opacity .4s ease
}

.mm-menu_dividers-light .mm-listitem_divider {
	background: inherit;
	font-size: inherit;
	color: rgba(0, 0, 0, .3);
	padding-top: 15px;
	padding-bottom: 5px
}

.mm-border-none .mm-listitem_divider {
	border-top-width: 1px;
	border-top-style: solid
}

.mm-listview_fixeddivider {
	background: inherit;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-listview_fixeddivider:after {
	content: none !important;
	display: none !important
}

.mm-panel_dividers .mm-listview_fixeddivider {
	display: block
}

.mm-wrapper_opened.mm-dragging .mm-menu,
.mm-wrapper_opened.mm-dragging .mm-slideout {
	transition-duration: 0s
}

.mm-menu_dropdown {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	height: 80%
}

.mm-wrapper_dropdown .mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-wrapper_dropdown .mm-page__blocker {
	transition-delay: 0s !important;
	z-index: 1
}

.mm-wrapper_dropdown .mm-menu_dropdown {
	z-index: 2
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
	display: none
}

[class*=mm-menu_tip-]:before {
	content: '';
	background: inherit;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mm-menu_tip-left:before {
	left: 22px;
	right: auto
}

.mm-menu_tip-right:before {
	right: 22px;
	left: auto
}

.mm-menu_tip-top:before {
	top: -8px
}

.mm-menu_tip-bottom:before {
	bottom: -8px
}

.mm-iconbar {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-right-width: 1px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2
}

.mm-iconbar__bottom,
.mm-iconbar__top {
	width: inherit;
	position: absolute;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-iconbar__bottom>*,
.mm-iconbar__top>* {
	box-sizing: border-box;
	display: block;
	padding: 10px 0
}

.mm-iconbar__bottom a {
	text-decoration: none
}

.mm-iconbar__bottom a:hover {
	text-decoration: none
}

.mm-iconbar__top {
	top: 0
}

.mm-iconbar__top a {
	text-decoration: none
}

.mm-iconbar__top a:hover {
	text-decoration: none
}

.mm-iconbar__bottom {
	bottom: 0
}

.mm-menu_iconbar-40 .mm-navbars_bottom,
.mm-menu_iconbar-40 .mm-navbars_top,
.mm-menu_iconbar-40 .mm-panels {
	left: 40px;
	right: auto
}

.mm-menu_iconbar-40 .mm-iconbar {
	width: 40px
}

.mm-menu_iconbar-60 .mm-navbars_bottom,
.mm-menu_iconbar-60 .mm-navbars_top,
.mm-menu_iconbar-60 .mm-panels {
	left: 60px;
	right: auto
}

.mm-menu_iconbar-60 .mm-iconbar {
	width: 60px
}

.mm-menu_iconbar-80 .mm-navbars_bottom,
.mm-menu_iconbar-80 .mm-navbars_top,
.mm-menu_iconbar-80 .mm-panels {
	left: 80px;
	right: auto
}

.mm-menu_iconbar-80 .mm-iconbar {
	width: 80px
}

.mm-iconbar {
	color: rgba(0, 0, 0, .3)
}

.mm-iconbar a {
	color: rgba(0, 0, 0, .3)
}

.mm-iconbar__tab_selected {
	background: rgba(255, 255, 255, .4)
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel {
	transition-property: left, -webkit-transform;
	transition-property: transform, left;
	transition-property: transform, left, -webkit-transform
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first {
	left: 0
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened~.mm-listview_fixeddivider {
	left: 0
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened {
	display: block !important
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
	display: block !important
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
	border-left: 1px solid;
	border-color: inherit
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
	border-left: 1px solid;
	border-color: inherit
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
	overflow-y: hidden;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

[class*=mm-menu_iconpanel-].mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,
[class*=mm-menu_iconpanel-].mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
	opacity: 0
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-0 {
	left: 0
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
	left: 0
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-1 {
	left: 40px;
	right: auto
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
	left: 40px;
	right: auto
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-2 {
	left: 80px;
	right: auto
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
	left: 80px;
	right: auto
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-3 {
	left: 120px;
	right: auto
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
	left: 120px;
	right: auto
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
	left: 40px;
	right: auto
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-0 {
	left: 0
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
	left: 0
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-1 {
	left: 60px;
	right: auto
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
	left: 60px;
	right: auto
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-2 {
	left: 120px;
	right: auto
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
	left: 120px;
	right: auto
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-3 {
	left: 180px;
	right: auto
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
	left: 180px;
	right: auto
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
	left: 60px;
	right: auto
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-0 {
	left: 0
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
	left: 0
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-1 {
	left: 80px;
	right: auto
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
	left: 80px;
	right: auto
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-2 {
	left: 160px;
	right: auto
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
	left: 160px;
	right: auto
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-3 {
	left: 240px;
	right: auto
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
	left: 240px;
	right: auto
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
	left: 80px;
	right: auto
}

.mm-panel__blocker {
	background: inherit;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	transition: opacity .4s ease
}

.mm-panel_opened-parent .mm-panel__blocker {
	opacity: .6;
	bottom: -100000px
}

.mm-menu_keyboardfocus a:focus {
	outline: 0;
	background: rgba(255, 255, 255, .4)
}

.mm-navbars_bottom,
.mm-navbars_top {
	background: inherit;
	border-color: inherit;
	border-width: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1
}

.mm-navbars_bottom>.mm-navbar,
.mm-navbars_top>.mm-navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
	padding: 0
}

.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.mm-navbars_top {
	border-bottom-style: solid;
	border-bottom-width: 0;
	top: 0;
	bottom: auto
}

.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.mm-menu_navbar_top-1 .mm-panels {
	top: 71px
}

.mm-menu_navbar_top-1 .mm-navbars_has-tabs~.mm-panels {
	top: 45px
}

.mm-menu_navbar_top-2 .mm-panels {
	top: 115px
}

.mm-menu_navbar_top-3 .mm-panels {
	top: 120px
}

.mm-menu_navbar_top-4 .mm-panels {
	top: 160px
}

.mm-navbars_bottom {
	bottom: 0;
	top: auto
}

.mm-navbars_bottom .mm-searchfield__input {
	border-top: 1px solid #e5e5e5
}

.mm-menu_navbar_bottom-1 .mm-panels {
	bottom: 50px
}

.mm-menu_navbar_bottom-2 .mm-panels {
	bottom: 115px
}

.mm-menu_navbar_bottom-3 .mm-panels {
	bottom: 120px
}

.mm-menu_navbar_bottom-4 .mm-panels {
	bottom: 160px
}

.mm-navbar_size-2 {
	height: 80px
}

.mm-navbar_size-3 {
	height: 120px
}

.mm-navbar_size-4 {
	height: 160px
}

.mm-navbar__breadcrumbs {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	text-align: left;
	padding: 0 0 0 17px
}

.mm-navbar__breadcrumbs>* {
	display: inline-block;
	padding: 10px 3px
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
	margin-left: -40px;
	margin-right: 0
}

.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
	margin-left: 0;
	padding-left: 0
}

.mm-navbars_top .mm-navbar_tabs {
	background: inherit !important
}

.mm-navbars_top .mm-navbar_tabs~.mm-navbar {
	background: inherit !important
}

.mm-navbars_bottom .mm-navbar_tabs {
	background: inherit !important
}

.mm-navbar__tab_selected {
	background: inherit !important;
	border-width: 1px;
	border-style: solid;
	border-color: inherit
}

.mm-navbar__tab_selected:first-child {
	border-left: 0
}

.mm-navbar__tab_selected:last-child {
	border-right: 0
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit
}

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
	font-weight: 400;
	border-bottom: 1px solid #fff
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: inherit
}

.mm-navbars_bottom .mm-navbar__tab_selected {
	border-top: 0;
	margin-top: -1px
}

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
	border-bottom: 0
}

.mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
	background: rgba(255, 255, 255, .4)
}

.mm-menu_rtl {
	direction: rtl
}

.mm-menu_rtl.mm-menu_offcanvas {
	right: auto
}

.mm-menu_rtl .mm-panel:not(.mm-panel_opened) {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_rtl .mm-panel.mm-panel_opened-parent {
	-webkit-transform: translate(30%, 0);
	-ms-transform: translate(30%, 0);
	transform: translate(30%, 0);
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

.mm-menu_rtl .mm-navbar .mm-btn:first-child {
	left: auto;
	right: 0
}

.mm-menu_rtl .mm-navbar .mm-btn:last-child {
	right: auto;
	left: 0
}

.mm-menu_rtl .mm-navbar .mm-btn_next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-menu_rtl .mm-navbar .mm-btn_prev:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-menu_rtl .mm-listitem:after {
	left: 0;
	right: 20px
}

.mm-menu_rtl .mm-listitem>a:not(.mm-btn_next),
.mm-menu_rtl .mm-listitem>span:not(.mm-btn_next) {
	padding-left: 10px;
	padding-right: 20px !important
}

.mm-menu_rtl .mm-listitem .mm-btn_next {
	right: auto;
	left: 0
}

.mm-menu_rtl .mm-listitem .mm-btn_next:before {
	left: auto;
	right: 0
}

.mm-menu_rtl .mm-listitem .mm-btn_next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-menu_rtl .mm-listitem .mm-btn_next+a,
.mm-menu_rtl .mm-listitem .mm-btn_next+span {
	margin-left: 50px;
	margin-right: 0
}

.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+a,
.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+span {
	padding-left: 50px;
	padding-right: 0
}

.mm-menu_rtl .mm-counter {
	left: 45px;
	right: auto
}

.mm-menu_rtl .mm-counter+.mm-btn_next+a,
.mm-menu_rtl .mm-counter+.mm-btn_next+span {
	margin-left: 90px;
	margin-right: 0
}

.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+a,
.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+span {
	padding-left: 90px;
	padding-right: 0
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel {
	transition-property: right, -webkit-transform;
	transition-property: transform, right;
	transition-property: transform, right, -webkit-transform
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first {
	left: 0;
	right: 0
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened~.mm-listview_fixeddivider {
	left: 0;
	right: 0
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened,
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
	border-left: 0;
	border-right: 1px solid;
	border-color: inherit
}

.mm-menu_rtl [class*=mm-panel_iconpanel-] {
	left: 0
}

.mm-menu_rtl [class*=mm-panel_iconpanel-]~.mm-listview_fixeddivider {
	left: 0
}

.mm-menu_rtl [class*=mm-panel_iconpanel-].mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0 {
	right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
	right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1 {
	right: 40px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
	right: 40px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2 {
	right: 80px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
	right: 80px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3 {
	right: 120px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
	right: 120px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
	right: 40px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0 {
	right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
	right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1 {
	right: 60px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
	right: 60px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2 {
	right: 120px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
	right: 120px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3 {
	right: 180px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
	right: 180px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
	right: 60px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0 {
	right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
	right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1 {
	right: 80px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
	right: 80px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2 {
	right: 160px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
	right: 160px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3 {
	right: 240px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
	right: 240px;
	left: auto
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
	right: 80px;
	left: auto
}

.mm-menu_rtl html[class*=mm-sidebar_expanded-]:not(.mm-sidebar_closed) .mm-menu_rtl~.mm-slideout {
	-webkit-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	right: 0
}

.mm-menu_rtl label.mm-check {
	left: 20px;
	right: auto !important
}

.mm-menu_rtl label.mm-toggle {
	left: 20px;
	right: auto !important
}

.mm-menu_rtl label.mm-toggle+a,
.mm-menu_rtl label.mm-toggle+span {
	padding-left: 80px;
	padding-right: 0
}

.mm-menu_rtl label.mm-check+a,
.mm-menu_rtl label.mm-check+span {
	padding-left: 60px;
	padding-right: 0
}

.mm-menu_rtl .mm-btn_next+label.mm-check,
.mm-menu_rtl .mm-btn_next+label.mm-toggle {
	left: 60px;
	right: auto
}

.mm-menu_rtl .mm-btn_next+label.mm-check+a,
.mm-menu_rtl .mm-btn_next+label.mm-check+span {
	margin-left: 50px;
	padding-right: 0
}

.mm-menu_rtl .mm-btn_next+label.mm-toggle+a,
.mm-menu_rtl .mm-btn_next+label.mm-toggle+span {
	margin-left: 50px;
	padding-right: 0
}

.mm-menu_rtl .mm-btn_next+label.mm-toggle+a,
.mm-menu_rtl .mm-btn_next+label.mm-toggle+span {
	padding-left: 70px;
	padding-right: 0
}

.mm-menu_rtl .mm-btn_next+label.mm-check+a,
.mm-menu_rtl .mm-btn_next+label.mm-check+span {
	padding-left: 50px;
	padding-right: 0
}

.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle {
	left: 100px;
	right: auto;
	padding-right: 0
}

.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+a,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+span {
	margin-left: 90px;
	padding-right: 0
}

.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+a,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+span {
	margin-left: 90px;
	padding-right: 0
}

.mm-searchfield {
	height: 40px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.mm-searchfield input {
	border: 0;
	outline: 0 !important;
	box-shadow: none !important;
	border-radius: 4px;
	font: inherit;
	font-size: inherit;
	line-height: 26px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 26px;
	min-height: 26px;
	max-height: 26px;
	margin: 0;
	padding: 0 10px
}

.mm-searchfield input::-ms-clear {
	display: none
}

.mm-panel__noresultsmsg {
	text-align: center;
	font-size: 150%;
	padding: 40px 0
}

.mm-searchfield__btn {
	right: 0;
	top: 0
}

.mm-searchfield__input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	position: relative
}

.mm-searchfield__cancel {
	text-decoration: none;
	line-height: 40px;
	display: block;
	padding-right: 10px;
	padding-left: 0;
	margin-right: -100px;
	margin-left: 0;
	transition: margin .4s ease
}

.mm-searchfield__cancel-active {
	margin-right: 0
}

.mm-panel>.mm-searchfield {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.mm-panel_has-searchfield {
	padding-top: 40px
}

.mm-panel_has-navbar.mm-panel_has-searchfield {
	padding-top: 80px
}

.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield {
	top: 40px
}

.mm-listitem_nosubitems>.mm-btn_next {
	display: none
}

.mm-listitem_nosubitems>.mm-btn_next+a,
.mm-listitem_nosubitems>.mm-btn_next+span {
	padding-right: 10px
}

.mm-searchfield input {
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .75)
}

.mm-panel__noresultsmsg {
	color: rgba(0, 0, 0, .3)
}

.mm-sectionindexer {
	background: inherit;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	left: auto;
	z-index: 15;
	transition: right .4s ease;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.mm-sectionindexer a {
	line-height: 1;
	text-decoration: none;
	display: block
}

.mm-sectionindexer~.mm-panels {
	transition: right .4s ease
}

.mm-menu_has-sectionindexer .mm-sectionindexer {
	right: 0
}

.mm-menu_has-sectionindexer .mm-panels {
	right: 20px;
	left: auto
}

.mm-menu_navbar_top-1 .mm-sectionindexer {
	top: 42px
}

.mm-menu_navbar_top-2 .mm-sectionindexer {
	top: 82px
}

.mm-menu_navbar_top-3 .mm-sectionindexer {
	top: 122px
}

.mm-menu_navbar_top-4 .mm-sectionindexer {
	top: 162px
}

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
	bottom: 42px
}

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
	bottom: 82px
}

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
	bottom: 122px
}

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
	bottom: 162px
}

.mm-sectionindexer a {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+a,
.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+span {
	transition: background .4s ease
}

.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth) {
	transition: background .4s ease
}

.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+a,
.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+span {
	transition: background .4s ease
}

.mm-menu_selected-parent .mm-listitem>a:not(.mm-btn_fullwidth) {
	transition: background .4s ease
}

.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
	background: 0
}

.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
	background: rgba(255, 255, 255, .4)
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
	background: 0
}

.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
	background: rgba(255, 255, 255, .4)
}

[class*=mm-wrapper_sidebar-collapsed-] body,
[class*=mm-wrapper_sidebar-expanded-] body {
	position: relative
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-] .mm-slideout {
	transition-property: width, -webkit-transform;
	transition-property: width, transform;
	transition-property: width, transform, -webkit-transform
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-page,
[class*=mm-wrapper_sidebar-expanded-] .mm-page {
	background: inherit;
	box-sizing: border-box;
	min-height: 100vh
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-menu_sidebar-collapsed,
[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
	display: block !important;
	top: 0 !important;
	right: auto !important;
	bottom: 0 !important;
	left: 0 !important
}

[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,
[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
	opacity: 0
}

.mm-wrapper_sidebar-collapsed-40 .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout {
	width: calc(100% - 40px);
	-webkit-transform: translate(40px, 0);
	-ms-transform: translate(40px, 0);
	transform: translate(40px, 0);
	-webkit-transform: translate3d(40px, 0, 0);
	transform: translate3d(40px, 0, 0)
}

.mm-wrapper_sidebar-collapsed-60 .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-60 .mm-slideout {
	width: calc(100% - 60px);
	-webkit-transform: translate(60px, 0);
	-ms-transform: translate(60px, 0);
	transform: translate(60px, 0);
	-webkit-transform: translate3d(60px, 0, 0);
	transform: translate3d(60px, 0, 0)
}

.mm-wrapper_sidebar-collapsed-80 .mm-slideout {
	width: calc(100% - 80px);
	-webkit-transform: translate(80px, 0);
	-ms-transform: translate(80px, 0);
	transform: translate(80px, 0);
	-webkit-transform: translate3d(80px, 0, 0);
	transform: translate3d(80px, 0, 0)
}

[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-80 .mm-slideout {
	width: calc(100% - 80px);
	-webkit-transform: translate(80px, 0);
	-ms-transform: translate(80px, 0);
	transform: translate(80px, 0);
	-webkit-transform: translate3d(80px, 0, 0);
	transform: translate3d(80px, 0, 0)
}

[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
	border-right-width: 1px;
	border-right-style: solid;
	min-width: 0 !important;
	max-width: 100000px !important
}

[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
	content: none;
	display: none
}

[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking {
	overflow: visible
}

[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking body {
	overflow: visible
}

[class*=mm-wrapper_sidebar-expanded-] .mm-page__blocker {
	display: none !important
}

.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout {
	width: 75%;
	-webkit-transform: translate(33.33333%, 0) !important;
	-ms-transform: translate(33.33333%, 0) !important;
	transform: translate(33.33333%, 0) !important;
	-webkit-transform: translate3d(33.33333%, 0, 0) !important;
	transform: translate3d(33.33333%, 0, 0) !important
}

.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded {
	width: 25% !important
}

.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout {
	width: 70%;
	-webkit-transform: translate(42.85714%, 0) !important;
	-ms-transform: translate(42.85714%, 0) !important;
	transform: translate(42.85714%, 0) !important;
	-webkit-transform: translate3d(42.85714%, 0, 0) !important;
	transform: translate3d(42.85714%, 0, 0) !important
}

.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded {
	width: 30% !important
}

.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout {
	width: 65%;
	-webkit-transform: translate(53.84615%, 0) !important;
	-ms-transform: translate(53.84615%, 0) !important;
	transform: translate(53.84615%, 0) !important;
	-webkit-transform: translate3d(53.84615%, 0, 0) !important;
	transform: translate3d(53.84615%, 0, 0) !important
}

.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded {
	width: 35% !important
}

.mm-menu__blocker {
	background: rgba(3, 2, 1, 0);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3
}

.mm-menu_opened .mm-menu__blocker {
	display: none
}

input.mm-check,
input.mm-toggle {
	position: absolute;
	left: -10000px;
	right: auto
}

label.mm-check,
label.mm-toggle {
	margin: 0;
	position: absolute;
	top: 50%;
	z-index: 2
}

label.mm-check:before {
	content: '';
	display: block
}

label.mm-toggle {
	border-radius: 30px;
	width: 50px;
	height: 30px;
	margin-top: -15px
}

label.mm-toggle:before {
	content: '';
	display: block;
	border-radius: 30px;
	width: 28px;
	height: 28px;
	margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
	float: right
}

label.mm-check {
	width: 30px;
	height: 30px;
	margin-top: -15px
}

label.mm-check:before {
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: .1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
	opacity: 1
}

.mm-listitem_vertical label.mm-toggle,
.mm-listitem_vertical label.mm-check {
	top: 5px;
	bottom: auto;
	margin-top: 0
}

label.mm-toggle {
	right: 20px;
	left: auto
}

label.mm-toggle+a,
label.mm-toggle+span {
	padding-right: 80px;
	padding-left: 0
}

label.mm-check {
	right: 20px;
	left: auto
}

label.mm-check+a,
label.mm-check+span {
	padding-right: 60px;
	padding-left: 0
}

.mm-btn_next+label.mm-check,
.mm-btn_next+label.mm-toggle {
	right: 60px;
	left: auto
}

.mm-btn_next+label.mm-check+a,
.mm-btn_next+label.mm-check+span {
	margin-right: 50px;
	padding-left: 0
}

.mm-btn_next+label.mm-toggle+a,
.mm-btn_next+label.mm-toggle+span {
	margin-right: 50px;
	padding-left: 0
}

.mm-btn_next+label.mm-toggle+a,
.mm-btn_next+label.mm-toggle+span {
	padding-right: 70px;
	padding-left: 0
}

.mm-btn_next+label.mm-check+a,
.mm-btn_next+label.mm-check+span {
	padding-right: 50px;
	padding-left: 0
}

.mm-counter+.mm-btn_next+label.mm-check,
.mm-counter+.mm-btn_next+label.mm-toggle {
	right: 100px;
	left: auto
}

.mm-counter+.mm-btn_next+label.mm-check+a,
.mm-counter+.mm-btn_next+label.mm-check+span {
	margin-right: 90px;
	margin-left: 0
}

.mm-counter+.mm-btn_next+label.mm-toggle+a,
.mm-counter+.mm-btn_next+label.mm-toggle+span {
	margin-right: 90px;
	margin-left: 0
}

label.mm-toggle {
	background: rgba(0, 0, 0, .1)
}

label.mm-toggle:before {
	background: #f3f3f3
}

input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

label.mm-check:before {
	border-color: rgba(0, 0, 0, .75)
}

.mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
	content: none
}

.mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
	left: 0 !important
}

.mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
	right: 20px;
	left: auto
}

.mm-menu_fx-menu-zoom {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
	-webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
	transform: scale(.7, .7) translate3d(-30%, 0, 0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
	-webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
	transform: scale(.7, .7) translate3d(30%, 0, 0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu_fx-menu-slide {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
	-webkit-transform: translate(30%, 0);
	-ms-transform: translate(30%, 0);
	transform: translate(30%, 0);
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-menu-fade {
	opacity: 0;
	transition: opacity .2s ease
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
	opacity: 1
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
	transition-property: none
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	transform: scale(1.5, 1.5) translate3d(100%, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
	-webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
	transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel_fx-slide-up.mm-panel_opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel_fx-slide-right.mm-panel_opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
	transition: none .4s ease
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
	transition-delay: 50ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
	transition-delay: .1s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
	transition-delay: .15s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
	transition-delay: .2s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
	transition-delay: .25s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
	transition-delay: .3s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
	transition-delay: .35s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
	transition-delay: .4s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
	transition-delay: .45s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
	transition-delay: .5s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
	transition-delay: .55s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
	transition-delay: .6s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
	transition-delay: .65s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
	transition-delay: .7s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
	transition-delay: .75s
}

.mm-menu_fx-listitems-slide .mm-listitem {
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	opacity: 0
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.mm-menu_fx-listitems-fade .mm-listitem {
	transition-property: opacity;
	opacity: 0
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
	opacity: 1
}

.mm-menu_fx-listitems-drop .mm-listitem {
	transition-property: opacity, top;
	opacity: 0;
	top: -25%
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
	opacity: 1;
	top: 0
}

.mm-menu_fullscreen {
	width: 100%;
	min-width: 140px;
	max-width: 10000px
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(100vw, 0);
	-ms-transform: translate(100vw, 0);
	transform: translate(100vw, 0);
	-webkit-transform: translate3d(100vw, 0, 0);
	transform: translate3d(100vw, 0, 0)
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(-100vw, 0);
	-ms-transform: translate(-100vw, 0);
	transform: translate(-100vw, 0);
	-webkit-transform: translate3d(-100vw, 0, 0);
	transform: translate3d(-100vw, 0, 0)
}

@media all and (max-width:140px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:10000px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(10000px, 0);
		-ms-transform: translate(10000px, 0);
		transform: translate(10000px, 0);
		-webkit-transform: translate3d(10000px, 0, 0);
		transform: translate3d(10000px, 0, 0)
	}
}

@media all and (max-width:140px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:10000px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-10000px, 0);
		-ms-transform: translate(-10000px, 0);
		transform: translate(-10000px, 0);
		-webkit-transform: translate3d(-10000px, 0, 0);
		transform: translate3d(-10000px, 0, 0)
	}
}

.mm-menu_fullscreen.mm-menu_position-top,
.mm-menu_fullscreen.mm-menu_position-bottom {
	height: 100vh;
	min-height: 140px;
	max-height: 10000px
}

.mm-menu_listview-30 .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-30 .mm-listitem>span {
	padding-top: 5px;
	padding-bottom: 5px
}

.mm-menu_listview-30 .mm-listitem_vertical>.mm-btn_next {
	height: 30
}

.mm-menu_listview-50 .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-50 .mm-listitem>span {
	padding-top: 15px;
	padding-bottom: 15px
}

.mm-menu_listview-50 .mm-listitem_vertical>.mm-btn_next {
	height: 50
}

.mm-menu_listview-60 .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-60 .mm-listitem>span {
	padding-top: 20px;
	padding-bottom: 20px
}

.mm-menu_listview-60 .mm-listitem_vertical>.mm-btn_next {
	height: 60
}

.mm-menu_listview-justify .mm-panels>.mm-panel:after,
.mm-menu_listview-justify .mm-panels>.mm-panel:before {
	content: none;
	display: none
}

.mm-panels>.mm-panel_listview-justify:after,
.mm-panels>.mm-panel_listview-justify:before {
	content: none;
	display: none
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,
.mm-panels>.mm-panel_listview-justify .mm-listview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,
.mm-panels>.mm-panel_listview-justify .mm-listitem {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-height: 40px
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),
.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>span {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mm-panels>.mm-panel_listview-justify .mm-listitem>a:not(.mm-btn_next),
.mm-panels>.mm-panel_listview-justify .mm-listitem>span {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mm-listview_inset {
	list-style: inside disc;
	padding: 0 10px 15px 40px;
	margin: 0
}

.mm-listview_inset>li {
	padding: 5px 0
}

.mm-menu_multiline .mm-listitem>a,
.mm-menu_multiline .mm-listitem>span {
	text-overflow: clip;
	white-space: normal
}

.mm-panel_multiline .mm-listitem>a,
.mm-panel_multiline .mm-listitem>span {
	text-overflow: clip;
	white-space: normal
}

[class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
	opacity: 0
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
	opacity: .3;
	transition: opacity .4s ease .4s
}

.mm-menu_opened.mm-menu_pagedim~.mm-page__blocker {
	background: inherit
}

.mm-menu_opened.mm-menu_pagedim-black~.mm-page__blocker {
	background: #000
}

.mm-menu_opened.mm-menu_pagedim-white~.mm-page__blocker {
	background: #fff
}

.mm-menu_popup {
	transition: opacity .4s ease;
	opacity: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	height: 80%;
	min-height: 140px;
	max-height: 880px;
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.mm-menu_popup.mm-menu_opened~.mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-menu_popup.mm-menu_opened~.mm-page__blocker {
	transition-delay: 0s !important;
	z-index: 1
}

.mm-wrapper_opening .mm-menu_popup {
	opacity: 1
}

.mm-menu_position-right {
	left: auto;
	right: 0
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
	z-index: 1001
}

.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,
.mm-menu_position-front.mm-menu_opened~.mm-slideout,
.mm-menu_position-top.mm-menu_opened~.mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-menu_position-bottom.mm-menu_opened~.mm-page__blocker,
.mm-menu_position-front.mm-menu_opened~.mm-page__blocker,
.mm-menu_position-top.mm-menu_opened~.mm-page__blocker {
	z-index: 1
}

.mm-menu_position-front {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_position-front.mm-menu_position-right {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_position-bottom {
	width: 100%;
	min-width: 100%;
	max-width: 100%
}

.mm-menu_position-top {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	height: 80vh;
	min-height: 140px;
	max-height: 880px
}

.mm-menu_position-bottom {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: auto;
	height: 80vh;
	min-height: 140px;
	max-height: 880px
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_shadow-page:after {
	content: "";
	display: block;
	width: 20px;
	height: 120%;
	position: absolute;
	left: 100%;
	right: auto;
	top: -10%;
	z-index: 100;
	-webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
	clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-right:after {
	left: auto;
	right: 100%;
	-webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
	clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-front:after {
	content: none;
	display: none
}

.mm-menu_shadow-page:after {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu_shadow-panels .mm-panel {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu_theme-white {
	background: #fff;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .7)
}

.mm-menu_theme-white .mm-navbar a,
.mm-menu_theme-white .mm-navbar>* {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-btn:after,
.mm-menu_theme-white .mm-btn:before {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-listview .mm-btn_next:after {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-listview a:not(.mm-btn_next) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .03);
	tap-highlight-color: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu_theme-white .mm-listitem_selected>span {
	background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white .mm-listitem_opened>.mm-btn_next,
.mm-menu_theme-white .mm-listitem_opened>.mm-panel {
	background: rgba(0, 0, 0, .06)
}

.mm-menu_theme-white .mm-listitem_divider {
	background: rgba(0, 0, 0, .06)
}

.mm-menu_theme-white .mm-counter {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-iconbar {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-iconbar a {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white.mm-menu_keyboardfocus a:focus,
.mm-menu_theme-white .mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-menu_theme-white .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-menu_theme-white .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
	background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white.mm-menu_shadow-page:after,
.mm-menu_theme-white.mm-menu_shadow-panels .mm-panel {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu_theme-white .mm-searchfield input {
	background: rgba(0, 0, 0, .06);
	color: rgba(0, 0, 0, .7)
}

.mm-menu_theme-white .mm-panel__noresultsmsg,
.mm-menu_theme-white .mm-sectionindexer a {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
	background: 0
}

.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
	background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
	background: 0
}

.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
	background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white label.mm-check:before {
	border-color: rgba(0, 0, 0, .7)
}

.mm-menu_theme-white label.mm-toggle {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-white label.mm-toggle:before {
	background: #fff
}

.mm-menu_theme-whiteinput.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu_theme-dark {
	background: #333;
	border-color: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .85)
}

.mm-menu_theme-dark .mm-navbar a,
.mm-menu_theme-dark .mm-navbar>* {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .sub-menu .dropdown-menu-inner h3 {
	color: rgba(255, 255, 255, .85)
}

.mm-menu_theme-dark .mm-btn:after,
.mm-menu_theme-dark .mm-btn:before {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-listview .mm-btn_next:after {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .1);
	tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu_theme-dark .mm-listitem_selected>span {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark .mm-listitem_opened>.mm-btn_next,
.mm-menu_theme-dark .mm-listitem_opened>.mm-panel {
	background: rgba(255, 255, 255, .08)
}

.mm-menu_theme-dark .mm-listitem_divider {
	background: rgba(255, 255, 255, .08)
}

.mm-menu_theme-dark .mm-counter {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-iconbar {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-iconbar a {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus,
.mm-menu_theme-dark .mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-menu_theme-dark .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-menu_theme-dark .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark.mm-menu_shadow-page:after,
.mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel {
	box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu_theme-dark .mm-searchfield input {
	background: rgba(255, 255, 255, .15);
	color: rgba(255, 255, 255, .85)
}

.mm-menu_theme-dark .mm-panel__noresultsmsg,
.mm-menu_theme-dark .mm-sectionindexer a {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
	background: 0
}

.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
	background: 0
}

.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark label.mm-check:before {
	border-color: rgba(255, 255, 255, .85)
}

.mm-menu_theme-dark label.mm-toggle {
	background: rgba(0, 0, 0, .3)
}

.mm-menu_theme-dark label.mm-toggle:before {
	background: #333
}

.mm-menu_theme-darkinput.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu_theme-black {
	background: #000;
	border-color: rgba(255, 255, 255, .25);
	color: rgba(255, 255, 255, .75)
}

.mm-menu_theme-black .mm-navbar a,
.mm-menu_theme-black .mm-navbar>* {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-btn:after,
.mm-menu_theme-black .mm-btn:before {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-listview .mm-btn_next:after {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-listview a:not(.mm-btn_next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .15);
	tap-highlight-color: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu_theme-black .mm-listitem_selected>span {
	background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black .mm-listitem_opened>.mm-btn_next,
.mm-menu_theme-black .mm-listitem_opened>.mm-panel {
	background: rgba(255, 255, 255, .2)
}

.mm-menu_theme-black .mm-listitem_divider {
	background: rgba(255, 255, 255, .2)
}

.mm-menu_theme-black .mm-counter {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-iconbar {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-iconbar a {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black.mm-menu_keyboardfocus a:focus,
.mm-menu_theme-black .mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-menu_theme-black .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-menu_theme-black .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
	background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black.mm-menu_shadow-page:after,
.mm-menu_theme-black.mm-menu_shadow-panels .mm-panel {
	box-shadow: false
}

.mm-menu_theme-black .mm-searchfield input {
	background: rgba(255, 255, 255, .25);
	color: rgba(255, 255, 255, .75)
}

.mm-menu_theme-black .mm-panel__noresultsmsg,
.mm-menu_theme-black .mm-sectionindexer a {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
	background: 0
}

.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
	background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
	background: 0
}

.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
	background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black label.mm-check:before {
	border-color: rgba(255, 255, 255, .75)
}

.mm-menu_theme-black label.mm-toggle {
	background: rgba(255, 255, 255, .25)
}

.mm-menu_theme-black label.mm-toggle:before {
	background: #000
}

.mm-menu_theme-blackinput.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

.mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
	margin: 0 !important
}

.mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
	content: '';
	display: block;
	clear: both
}

.mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
	padding: 0;
	float: left;
	position: relative;
	width: 50%;
	height: 0;
	padding-top: 50%
}

.mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
	left: 0;
	top: 0;
	border-right-width: 1px;
	border-right-style: solid;
	z-index: -1
}

.mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
	width: 12.5%;
	padding-top: 12.5%
}

.mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
	width: 25%;
	padding-top: 25%
}

.mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
	width: 75%;
	padding-top: 75%
}

.mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
	width: 100%;
	padding-top: 100%
}

.mm-menu_tileview .mm-listitem>a,
.mm-menu_tileview .mm-listitem>span {
	line-height: 1px;
	text-align: center;
	padding: 50% 10px 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 1px;
	left: 0
}

.mm-panel_tileview .mm-listitem>a,
.mm-panel_tileview .mm-listitem>span {
	line-height: 1px;
	text-align: center;
	padding: 50% 10px 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 1px;
	left: 0
}

.mm-menu_tileview .mm-listitem>.mm-btn_next,
.mm-panel_tileview .mm-listitem>.mm-btn_next {
	width: auto
}

.mm-menu_tileview .mm-listitem>.mm-btn_next:after,
.mm-menu_tileview .mm-listitem>.mm-btn_next:before {
	content: none;
	display: none
}

.mm-panel_tileview .mm-listitem>.mm-btn_next:after,
.mm-panel_tileview .mm-listitem>.mm-btn_next:before {
	content: none;
	display: none
}

.mm-menu_tileview .mm-listitem_divider,
.mm-panel_tileview .mm-listitem_divider {
	display: none
}

.mm-menu_tileview .mm-panel,
.mm-panel_tileview {
	padding-left: 0;
	padding-right: 0
}

.mm-menu_tileview .mm-panel:after,
.mm-menu_tileview .mm-panel:before {
	content: none;
	display: none
}

.mm-panel_tileview:after,
.mm-panel_tileview:before {
	content: none;
	display: none
}

html:not(.mm-wrapper_opening) a[href="#page"] {
	display: none !important
}

.mm-wrapper_opening a[href="#tbay-mobile-menu-navbar"] {
	display: none !important
}

.tbay-mmenu {
	display: none
}

.mm-menu {
	background: #fff
}

.mm-menu.mm-menu_theme-dark {
	background: #1e405b
}

.mm-menu.mm-menu_theme-dark .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) {
	background: #1e405b !important
}

.mm-menu.mm-menu_theme-dark .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield input {
	color: #999;
	border-color: #fff !important
}

.mm-menu.mm-menu_theme-dark .mm-navbar a,
.mm-menu.mm-menu_theme-dark .mm-navbar>* {
	color: #fff
}

.mm-menu.mm-menu_theme-dark .mm-btn:after,
.mm-menu.mm-menu_theme-dark .mm-btn:before {
	border-color: #999
}

.mm-menu.mm-menu_theme-dark .mm-navbar_tabs a:not(.mm-navbar__tab_selected) {
	background: #1e405b
}

.mm-menu.mm-menu_theme-dark .mm-navbar_tabs a {
	border-color: #eee
}

.mm-menu.mm-menu_theme-dark .mm-navbar,
.mm-menu.mm-menu_theme-dark .mm-listitem:after,
.mm-menu.mm-menu_theme-dark .mm-navbars_top,
.mm-menu.mm-menu_theme-dark .mm-navbars_bottom {
	border-color: #eee
}

.mm-menu.mm-menu_theme-dark .mm-panels>.mm-panel>.mm-navbar+.mm-listview li a {
	color: #fff;
	padding-right: 0
}

.mm-menu .mm-navbar {
	height: 45px
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: #637381
}

.mm-menu .mm-navbar>a {
	line-height: 40px;
	padding: 0
}

.mm-menu .mm-menu_shadow-page:after {
	display: none
}

.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) {
	height: inherit
}

.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield {
	height: inherit
}

.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield .mm-searchfield__input {
	padding: 15px
}

.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield input {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border: 1px solid rgba(145, 158, 171, .24);
	height: 40px;
	line-height: normal;
	max-height: initial;
	color: #212b36;
	background: #fff
}

.mm-menu .mm-panel_has-navbar .mm-navbar {
	height: 44px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #eee
}

.mm-menu .mm-panels .mm-navbar__title {
	font-weight: 500;
	color: #212b36;
	line-height: 40px;
	font-size: 15px
}

.mm-menu .mm-searchfield__btn {
	top: 15px;
	right: 15px;
	left: auto
}

.mm-menu .mm-searchfield__cancel {
	line-height: 70px
}

.mm-menu .mm-navbar_tabs a:not(.mm-navbar__tab_selected) {
	background: #f9f9f9;
	color: #aaa;
	font-weight: 400;
	border-bottom: 1px solid #eee
}

.mm-menu .mm-navbar_tabs a {
	border: 0;
	border-top: 1px solid rgba(145, 158, 171, .24);
	border-right: 1px solid rgba(145, 158, 171, .24);
	color: var(--tb-theme-color);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.mm-menu .mm-navbar_tabs a i {
	margin-left: 0;
	margin-right: 7px;
	font-size: 17px
}

.mm-menu .mm-navbar_tabs a i.tb-icon-icons2 {
	font-size: 15px
}

.mm-menu .mm-navbar_tabs a:last-child {
	border-right: 0
}

.mm-menu .mm-navbars_bottom .mm-navbar {
	height: 44px;
	border-top: 1px solid #e5e5e5
}

.mm-menu .mm-navbars_bottom .mm-navbar a {
	line-height: 24px;
	padding: 10px 0
}

.mm-menu .mm-navbars_bottom .mm-navbar a:before {
	font-size: 16px
}

.mm-menu .mm-navbars_bottom .mm-navbar a:hover,
.mm-menu .mm-navbars_bottom .mm-navbar a:focus {
	color: var(--tb-theme-color)
}

.mm-menu .mm-listitem a i,
.mm-menu .mm-listitem a img {
	margin-right: 5px;
	margin-left: 0;
	min-width: 15px
}

.mm-menu .mm-listitem a img {
	max-width: 32px
}

.mm-menu .sub-menu .dropdown-menu-inner p {
	margin: 0
}

.mm-menu .sub-menu .dropdown-menu-inner .row>div {
	margin-bottom: 20px
}

.mm-menu .sub-menu .menu li {
	line-height: 40px
}

.mm-menu .sub-menu .menu li a {
	padding: 0 15px;
	border-bottom: 1px solid #eee;
	display: block
}

.mm-menu .mm-counter {
	right: 40px;
	left: auto
}

.mm-menu .mm-navbars_bottom,
.mm-menu .mm-navbars_top {
	border-color: #eee
}

.mm-menu .vc_row>div {
	width: 100%
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transform: none;
	transform: none
}

.mm-menu_offcanvas {
	display: block;
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0);
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	width: 80%;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100)
}

.mm-menu_offcanvas.mm-menu_opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 999999
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
	opacity: .6
}

.mm-searchfield__cancel {
	opacity: 0;
	pointer-events: none
}

.mm-searchfield__cancel-active {
	opacity: 1;
	pointer-events: all
}

.mm-wrapper_blocking .mm-page__blocker,
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
	-webkit-transition: opacity .2s ease .2s;
	-o-transition: opacity .2s ease .2s;
	transition: opacity .2s ease .2s
}

.modal-open .mm-page .mm-slideout {
	z-index: unset
}

body.logged-in .mmenu-account .popup-login {
	display: none
}

body:not(.logged-in) .mmenu-account .logged-in {
	display: none
}

@media(min-width:768px) {
	.yith-wfbt-section .yith-wfbt-form {
		padding-right: 250px
	}

	.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
		position: absolute;
		right: 0;
		z-index: 2;
		margin-bottom: 0;
		top: 3px
	}
}

@media(max-width:767px) {
	.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-button {
		display: block;
		clear: both
	}
}

.woocommerce div.product .yith-wfbt-items .price {
	font-size: 16px;
	padding-left: 5px;
	padding-right: 0;
	display: inline-block
}

.tbay-ywfbt-wrapper .yith-wfbt-section ul.yith-wfbt-items {
	margin: 20px 0 0
}

.tbay-ywfbt-wrapper .yith-wfbt-section .yith-wfbt-images {
	float: none;
	margin: 7px 0 16px
}

.tbay-ywfbt-wrapper .yith-wfbt-section .yith-wfbt-item label {
	padding-left: 0
}

.yith-wfbt-section {
	padding: 25px 0 23px;
	overflow: hidden;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.yith-wfbt-section>h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
	padding: 6px 0 0
}

.yith-wfbt-section .yith-wfbt-form {
	margin: 0;
	padding: 0;
	position: relative
}

.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
	margin-bottom: 30px
}

.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-button {
	padding: 0 15px;
	line-height: 34px;
	font-size: 14px;
	font-weight: 700;
	height: 36px
}

.yith-wfbt-section .yith-wfbt-form .image_plus {
	font-size: 30px;
	padding: 0 20px
}

.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-button-remove {
	height: 36px
}

.yith-wfbt-section .yith-wfbt-form .price_text .total_price {
	color: #c30b0b;
	font-weight: 600;
	margin-bottom: 6px;
	float: left
}

.yith-wfbt-section .yith-wfbt-form .price_text .total_price del {
	color: #919eab
}

.yith-wfbt-section .yith-wfbt-form .price_text .total_price ins {
	text-decoration: none
}

.yith-wfbt-section .yith-wfbt-form .price_text .total_price_label {
	display: block;
	color: #212b36
}

.yith-wfbt-section .yith-wfbt-images {
	display: inline-block;
	overflow-x: auto
}

@media(min-width:768px) {
	.yith-wfbt-section .yith-wfbt-images {
		max-width: calc(100% - 220px)
	}
}

.yith-wfbt-section .yith-wfbt-images td {
	border: 0;
	width: auto;
	padding: 0;
	vertical-align: middle
}

.yith-wfbt-section .yith-wfbt-images .image-td {
	min-width: 100px
}

.yith-wfbt-section .yith-wfbt-item label {
	line-height: 23px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 16px
}

.yith-wfbt-section .yith-wfbt-item label input[type=checkbox] {
	position: unset;
	margin-right: 3px;
	margin-left: 0
}

.yith-wfbt-section .yith-wfbt-item label a:hover span {
	color: var(--tb-theme-color)
}

.yith-wfbt-section .yith-wfbt-item:first-child .product-name {
	font-weight: 600
}

.yith-wfbt-section .yith-wfbt-item .product-name {
	color: #212b36;
	padding-right: 5px;
	padding-left: 0
}

.yith-wfbt-section ul.yith-wfbt-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	flex-direction: column
}

.yith-wfbt-section ul.yith-wfbt-items .yith-wfbt-item {
	line-height: 39px;
	position: relative
}

.tbay-ywfbt-free .yith-wfbt-section ul.yith-wfbt-items {
	margin: 0
}

.tbay-ywfbt-free .yith-wfbt-section ul.yith-wfbt-items .yith-wfbt-item {
	margin-left: 25px;
	margin-right: 0
}

.tbay-ywfbt-free .yith-wfbt-section ul.yith-wfbt-items .yith-wfbt-item:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	left: -24px;
	right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #212b36
}

.single-product #tbay-main-content .yith-wfbt-section .heading-tbay-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: left
}

.yith-compare a.added {
	color: var(--tb-theme-color)
}

.yith-compare a.added:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.yith-compare a.added:before {
	font-size: 16px
}

body.woocommerce>h1 {
	background: 0 0;
	color: #333;
	font-family: "Roboto";
	font-size: 28px;
	text-transform: none;
	margin-top: 10px;
	padding: 6px 30px 15px;
	line-height: normal;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px
}

.yith_woocompare_colorbox #cboxTopLeft,
.yith_woocompare_colorbox #cboxTopCenter,
.yith_woocompare_colorbox #cboxTopRight,
.yith_woocompare_colorbox #cboxMiddleLeft,
.yith_woocompare_colorbox #cboxMiddleRight,
.yith_woocompare_colorbox #cboxBottomLeft,
.yith_woocompare_colorbox #cboxBottomRight,
.yith_woocompare_colorbox #cboxBottomCenter {
	display: none
}

.yith_woocompare_colorbox #cboxClose {
	right: 25px;
	bottom: auto;
	top: 10px
}

body table.compare-list .add-to-cart td .add-cart a {
	font-weight: 400;
	padding: 0 30px;
	line-height: 42px
}

body table.compare-list .add-to-cart td .add-cart a i {
	display: none
}

body table.compare-list td img {
	max-width: 100%
}

body table.compare-list .price ins {
	display: inline
}

body table.compare-list.dataTable tbody th {
	text-transform: none
}

body table.compare-list.dataTable tbody th,
body table.compare-list.dataTable tbody td {
	padding: 11px 10px;
	text-decoration: none
}

body table.compare-list.dataTable tbody tr.price {
	color: #333
}

body table.compare-list.dataTable tbody tr.price del .woocommerce-Price-amount {
	margin-left: 7px;
	margin-right: 0;
	font-weight: 500
}

body table.compare-list.dataTable tbody tr.price .woocommerce-Price-amount {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	opacity: 1;
	filter: alpha(opacity=100);
	font-family: Roboto
}

body table.compare-list>thead,
body table.compare-list>tfoot {
	display: none
}

body table.compare-list .remove td a {
	display: block;
	margin: 10px 0
}

#tbay-quick-view-modal {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#tbay-quick-view-modal .top-main-content {
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	margin-bottom: 25px
}

#tbay-quick-view-modal .top-main-content:before {
	display: none
}

#tbay-quick-view-modal.singular-shop .image-mains {
	padding-right: 85px;
	padding-left: 85px;
	display: block
}

#tbay-quick-view-modal .only-featured {
	flex: 0 0 100%;
	max-width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px
}

#tbay-quick-view-modal .only-featured .featured {
	margin: 0
}

#tbay-quick-view-modal .cart .quantity .name {
	display: none
}

#tbay-quick-view-modal .cart .single_add_to_cart_button {
	float: left
}

#tbay-quick-view-modal .cart .group-button {
	margin-left: 25px
}

#tbay-quick-view-modal .tbay-woo-share,
#tbay-quick-view-modal .product_meta {
	display: none !important
}

#tbay-quick-view-modal .woocommerce .price {
	font-size: 22px
}

#tbay-quick-view-modal .woocommerce .price ins {
	font-size: 22px
}

#tbay-quick-view-modal .woocommerce .price del {
	font-size: 16px
}

#tbay-quick-view-modal .woocommerce .grouped_form .price {
	font-size: 16px
}

#tbay-quick-view-modal .price {
	font-size: 22px
}

#tbay-quick-view-modal .price del {
	font-size: 16px
}

#tbay-quick-view-modal span.onsale {
	line-height: inherit;
	vertical-align: bottom
}

.greenmart-quickview .mfp-inline-holder .mfp-content {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 85%;
	max-width: 1170px
}

#quickview-carousel {
	max-width: 100%;
	margin: 0
}

#quickview-carousel.slick-slider .slick-dots {
	padding: 0;
	margin-top: 20px
}

#yith-quick-view-modal .yith-wcqv-wrapper,
.yith-quick-view.yith-modal .yith-wcqv-wrapper {
	max-width: 892px
}

#yith-quick-view-modal #yith-quick-view-close,
#yith-quick-view-modal .yith-quick-view-close,
.yith-quick-view.yith-modal #yith-quick-view-close,
.yith-quick-view.yith-modal .yith-quick-view-close {
	background: #919eab;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	top: 14px;
	right: 14px;
	left: auto;
	text-indent: unset
}

#yith-quick-view-modal #yith-quick-view-close:before,
#yith-quick-view-modal .yith-quick-view-close:before,
.yith-quick-view.yith-modal #yith-quick-view-close:before,
.yith-quick-view.yith-modal .yith-quick-view-close:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

#yith-quick-view-modal #yith-quick-view-close:before,
#yith-quick-view-modal .yith-quick-view-close:before,
.yith-quick-view.yith-modal #yith-quick-view-close:before,
.yith-quick-view.yith-modal .yith-quick-view-close:before {
	font-size: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

#yith-quick-view-modal .yith-wcqv-main,
.yith-quick-view.yith-modal .yith-wcqv-main {
	max-height: 547px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

#yith-quick-view-modal.open .yith-wcqv-main,
.yith-quick-view.yith-modal.open .yith-wcqv-main {
	overflow: hidden
}

#yith-quick-view-content.single-product.woocommerce div.product .woocommerce-product-rating,
.yith-quick-view-content.single-product.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 0;
	margin-top: 4px
}

#yith-quick-view-content.single-product.woocommerce div.product .woocommerce-product-rating .star-rating,
.yith-quick-view-content.single-product.woocommerce div.product .woocommerce-product-rating .star-rating {
	font-size: 13px;
	margin-left: 2px;
	height: 14px
}

#yith-quick-view-content.single-product.woocommerce div.product .woocommerce-product-rating .rate-sold,
.yith-quick-view-content.single-product.woocommerce div.product .woocommerce-product-rating .rate-sold {
	line-height: 16px;
	margin-left: 12px;
	padding-left: 12px
}

#yith-quick-view-content .star-rating span,
.yith-quick-view-content .star-rating span {
	position: relative
}

#yith-quick-view-content div.summary,
.yith-quick-view-content div.summary {
	width: 100%;
	padding-left: 50px;
	padding-right: 0;
	padding-top: 0
}

#yith-quick-view-content div.summary .product_meta,
.yith-quick-view-content div.summary .product_meta {
	display: none
}

#yith-quick-view-content div.summary .woocommerce-product-details__short-description p,
.yith-quick-view-content div.summary .woocommerce-product-details__short-description p {
	line-height: 22px
}

#yith-quick-view-content div.summary .stock,
.yith-quick-view-content div.summary .stock {
	margin-bottom: 13px;
	color: var(--tb-theme-color)
}

#yith-quick-view-content div.product .entry-summary .single_add_to_cart_button,
#yith-quick-view-content div.product .entry-summary .tbay-buy-now,
.yith-quick-view-content div.product .entry-summary .single_add_to_cart_button,
.yith-quick-view-content div.product .entry-summary .tbay-buy-now {
	margin: 0;
	margin-top: 16px;
	margin-bottom: 9px
}

#yith-quick-view-content .summary form.cart .box-quantity,
.yith-quick-view-content .summary form.cart .box-quantity {
	min-width: 120px
}

#yith-quick-view-content .summary form.cart .box-quantity .title-qty,
.yith-quick-view-content .summary form.cart .box-quantity .title-qty {
	display: none
}

#quickview-carousel #tbay-quick-view-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 50px
}

#quickview-carousel.carousel .carousel-indicators li {
	width: 16px;
	height: 8px;
	background-color: #eee;
	border: 1px solid transparent;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

#quickview-carousel.carousel .carousel-indicators li.active {
	width: 40px;
	border-color: var(--tb-theme-color);
	background: var(--tb-theme-color)
}

#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
	display: block;
	margin-left: 2px
}

#yith-quick-view-modal #yith-quick-view-content,
#yith-quick-view-modal .yith-quick-view-content,
.yith-quick-view.yith-modal #yith-quick-view-content,
.yith-quick-view.yith-modal .yith-quick-view-content {
	padding: 32px 56px 40px 32px;
	overflow-x: hidden
}

#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar-thumb,
#yith-quick-view-modal .yith-quick-view-content::-webkit-scrollbar-thumb,
.yith-quick-view.yith-modal #yith-quick-view-content::-webkit-scrollbar-thumb,
.yith-quick-view.yith-modal .yith-quick-view-content::-webkit-scrollbar-thumb {
	background: #919eab
}

#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar,
#yith-quick-view-modal .yith-quick-view-content::-webkit-scrollbar,
.yith-quick-view.yith-modal #yith-quick-view-content::-webkit-scrollbar,
.yith-quick-view.yith-modal .yith-quick-view-content::-webkit-scrollbar {
	width: 5px
}

#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar-track,
#yith-quick-view-modal .yith-quick-view-content::-webkit-scrollbar-track,
.yith-quick-view.yith-modal #yith-quick-view-content::-webkit-scrollbar-track,
.yith-quick-view.yith-modal .yith-quick-view-content::-webkit-scrollbar-track {
	background: #f1f1f1
}

#yith-quick-view-modal #yith-quick-view-content:hover .slick-slider .slick-arrow,
#yith-quick-view-modal .yith-quick-view-content:hover .slick-slider .slick-arrow,
.yith-quick-view.yith-modal #yith-quick-view-content:hover .slick-slider .slick-arrow,
.yith-quick-view.yith-modal .yith-quick-view-content:hover .slick-slider .slick-arrow {
	left: 5px
}

#yith-quick-view-modal #yith-quick-view-content:hover .slick-slider .slick-arrow.slick-next,
#yith-quick-view-modal .yith-quick-view-content:hover .slick-slider .slick-arrow.slick-next,
.yith-quick-view.yith-modal #yith-quick-view-content:hover .slick-slider .slick-arrow.slick-next,
.yith-quick-view.yith-modal .yith-quick-view-content:hover .slick-slider .slick-arrow.slick-next {
	left: auto;
	right: 5px
}

#yith-quick-view-modal #yith-quick-view-content .product .row,
#yith-quick-view-modal .yith-quick-view-content .product .row,
.yith-quick-view.yith-modal #yith-quick-view-content .product .row,
.yith-quick-view.yith-modal .yith-quick-view-content .product .row {
	width: 100%;
	margin: 0
}

#yith-quick-view-modal #yith-quick-view-content .product .row>div,
#yith-quick-view-modal .yith-quick-view-content .product .row>div,
.yith-quick-view.yith-modal #yith-quick-view-content .product .row>div,
.yith-quick-view.yith-modal .yith-quick-view-content .product .row>div {
	padding: 0
}

#yith-quick-view-modal #yith-quick-view-content .single-product-before-wrapper .product_title,
#yith-quick-view-modal #yith-quick-view-content .single-product-before-wrapper .tbay-subtitle,
#yith-quick-view-modal .yith-quick-view-content .single-product-before-wrapper .product_title,
#yith-quick-view-modal .yith-quick-view-content .single-product-before-wrapper .tbay-subtitle,
.yith-quick-view.yith-modal #yith-quick-view-content .single-product-before-wrapper .product_title,
.yith-quick-view.yith-modal #yith-quick-view-content .single-product-before-wrapper .tbay-subtitle,
.yith-quick-view.yith-modal .yith-quick-view-content .single-product-before-wrapper .product_title,
.yith-quick-view.yith-modal .yith-quick-view-content .single-product-before-wrapper .tbay-subtitle {
	display: inline-block
}

#yith-quick-view-modal #yith-quick-view-content .single-product-before-wrapper .product_title,
#yith-quick-view-modal .yith-quick-view-content .single-product-before-wrapper .product_title,
.yith-quick-view.yith-modal #yith-quick-view-content .single-product-before-wrapper .product_title,
.yith-quick-view.yith-modal .yith-quick-view-content .single-product-before-wrapper .product_title {
	margin-right: 8px;
	margin-left: 0
}

#yith-quick-view-modal #yith-quick-view-content .single-product-before-wrapper .tbay-subtitle,
#yith-quick-view-modal .yith-quick-view-content .single-product-before-wrapper .tbay-subtitle,
.yith-quick-view.yith-modal #yith-quick-view-content .single-product-before-wrapper .tbay-subtitle,
.yith-quick-view.yith-modal .yith-quick-view-content .single-product-before-wrapper .tbay-subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #637381
}

#yith-quick-view-modal #yith-quick-view-content .single-product-before-wrapper .single-rating-share,
#yith-quick-view-modal .yith-quick-view-content .single-product-before-wrapper .single-rating-share,
.yith-quick-view.yith-modal #yith-quick-view-content .single-product-before-wrapper .single-rating-share,
.yith-quick-view.yith-modal .yith-quick-view-content .single-product-before-wrapper .single-rating-share {
	display: flex;
	justify-content: space-between
}

#yith-quick-view-modal #yith-quick-view-content .single-product-before-wrapper .single-rating-share .greenmart-social-links,
#yith-quick-view-modal .yith-quick-view-content .single-product-before-wrapper .single-rating-share .greenmart-social-links,
.yith-quick-view.yith-modal #yith-quick-view-content .single-product-before-wrapper .single-rating-share .greenmart-social-links,
.yith-quick-view.yith-modal .yith-quick-view-content .single-product-before-wrapper .single-rating-share .greenmart-social-links {
	margin: 0
}

#yith-quick-view-modal #yith-quick-view-content .onsale,
#yith-quick-view-modal .yith-quick-view-content .onsale,
.yith-quick-view.yith-modal #yith-quick-view-content .onsale,
.yith-quick-view.yith-modal .yith-quick-view-content .onsale {
	top: 0;
	left: 0
}

#yith-quick-view-modal #yith-quick-view-content .onsale .saled,
#yith-quick-view-modal .yith-quick-view-content .onsale .saled,
.yith-quick-view.yith-modal #yith-quick-view-content .onsale .saled,
.yith-quick-view.yith-modal .yith-quick-view-content .onsale .saled {
	left: 15px
}

#yith-quick-view-modal #yith-quick-view-content .onsale .featured,
#yith-quick-view-modal .yith-quick-view-content .onsale .featured,
.yith-quick-view.yith-modal #yith-quick-view-content .onsale .featured,
.yith-quick-view.yith-modal .yith-quick-view-content .onsale .featured {
	margin-right: 0;
	right: 15px;
	left: auto
}

#yith-quick-view-modal #yith-quick-view-content div.images,
#yith-quick-view-modal .yith-quick-view-content div.images,
.yith-quick-view.yith-modal #yith-quick-view-content div.images,
.yith-quick-view.yith-modal .yith-quick-view-content div.images {
	width: 100% !important;
	overflow: hidden;
	padding: 0
}

#yith-quick-view-modal #yith-quick-view-content div.images .tbay-modalButton,
#yith-quick-view-modal #yith-quick-view-content div.images .woocommerce-product-gallery__trigger,
#yith-quick-view-modal #yith-quick-view-content div.images .zoomImg,
#yith-quick-view-modal .yith-quick-view-content div.images .tbay-modalButton,
#yith-quick-view-modal .yith-quick-view-content div.images .woocommerce-product-gallery__trigger,
#yith-quick-view-modal .yith-quick-view-content div.images .zoomImg,
.yith-quick-view.yith-modal #yith-quick-view-content div.images .tbay-modalButton,
.yith-quick-view.yith-modal #yith-quick-view-content div.images .woocommerce-product-gallery__trigger,
.yith-quick-view.yith-modal #yith-quick-view-content div.images .zoomImg,
.yith-quick-view.yith-modal .yith-quick-view-content div.images .tbay-modalButton,
.yith-quick-view.yith-modal .yith-quick-view-content div.images .woocommerce-product-gallery__trigger,
.yith-quick-view.yith-modal .yith-quick-view-content div.images .zoomImg {
	display: none !important
}

#yith-quick-view-modal #yith-quick-view-content div.images .woocommerce-product-gallery__image,
#yith-quick-view-modal #yith-quick-view-content div.images .woocommerce-product-gallery__image--placeholder,
#yith-quick-view-modal .yith-quick-view-content div.images .woocommerce-product-gallery__image,
#yith-quick-view-modal .yith-quick-view-content div.images .woocommerce-product-gallery__image--placeholder,
.yith-quick-view.yith-modal #yith-quick-view-content div.images .woocommerce-product-gallery__image,
.yith-quick-view.yith-modal #yith-quick-view-content div.images .woocommerce-product-gallery__image--placeholder,
.yith-quick-view.yith-modal .yith-quick-view-content div.images .woocommerce-product-gallery__image,
.yith-quick-view.yith-modal .yith-quick-view-content div.images .woocommerce-product-gallery__image--placeholder {
	pointer-events: none;
	margin: 0
}

#yith-quick-view-modal #yith-quick-view-content div.summary,
#yith-quick-view-modal .yith-quick-view-content div.summary,
.yith-quick-view.yith-modal #yith-quick-view-content div.summary,
.yith-quick-view.yith-modal .yith-quick-view-content div.summary {
	width: 100% !important
}

#yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery__wrapper .owl-controls,
#yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery__wrapper .slick-list,
.yith-quick-view.yith-modal .yith-wcqv-main .woocommerce-product-gallery__wrapper .owl-controls,
.yith-quick-view.yith-modal .yith-wcqv-main .woocommerce-product-gallery__wrapper .slick-list {
	display: block !important
}

#yith-quick-view-modal .slick-slider .slick-dots,
.yith-quick-view.yith-modal .slick-slider .slick-dots {
	padding-top: 22px !important
}

#yith-quick-view-modal .slick-slider .slick-arrow,
.yith-quick-view.yith-modal .slick-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	left: -100px;
	right: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 48px;
	height: 48px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: #fff;
	text-align: center;
	color: #212b36;
	-webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

#yith-quick-view-modal .slick-slider .slick-arrow:hover,
#yith-quick-view-modal .slick-slider .slick-arrow:focus,
.yith-quick-view.yith-modal .slick-slider .slick-arrow:hover,
.yith-quick-view.yith-modal .slick-slider .slick-arrow:focus {
	background: var(--tb-theme-color);
	color: #fff
}

#yith-quick-view-modal .slick-slider .slick-arrow.slick-next,
.yith-quick-view.yith-modal .slick-slider .slick-arrow.slick-next {
	left: auto;
	right: -100px
}

#yith-quick-view-modal .slick-slider .slick-arrow i,
.yith-quick-view.yith-modal .slick-slider .slick-arrow i {
	font-size: 24px;
	display: block;
	line-height: 48px;
	height: 48px
}

.yith-quick-view.yith-modal .yith-quick-view-content div.summary {
	padding-left: 50px;
	padding-right: 0
}

.yith-quick-view.yith-modal .yith-quick-view-content div.summary .yith-wcqv-view-details,
.yith-quick-view.yith-modal .yith-quick-view-content div.summary .yith-wcwl-add-to-wishlist {
	display: none !important
}

.yith-quick-view.yith-modal .yith-quick-view-content div.summary p.price,
.yith-quick-view.yith-modal .yith-quick-view-content div.summary span.price {
	color: #c30b0b;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	display: block;
	vertical-align: middle
}

.yith-quick-view.yith-modal .yith-quick-view-content div.summary p.price ins,
.yith-quick-view.yith-modal .yith-quick-view-content div.summary span.price ins {
	font-size: 20px;
	font-weight: 600
}

.yith-quick-view.yith-modal .yith-quick-view-content div.summary p.price del,
.yith-quick-view.yith-modal .yith-quick-view-content div.summary span.price del {
	color: #919eab;
	opacity: 1;
	filter: alpha(opacity=100)
}

.questions-section {
	padding-top: 49px
}

.questions-section h3 {
	padding: 0 0 19px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

#ywqa_question_list,
#ask_question {
	padding: 0
}

#ask_question {
	padding-top: 15px
}

ol.ywqa-question-list {
	margin: 0;
	padding-left: 0
}

li.question-container {
	padding: 0 0 25px;
	display: block;
	margin-bottom: 24px;
	border-color: rgba(145, 158, 171, .24)
}

div.question-text {
	float: none;
	width: 100%
}

div.question-text .question-content {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	line-height: 22px
}

div.question-text .question-symbol {
	display: none
}

div.question-text .question,
div.question-text .answer {
	padding: 0
}

div.question-text .answer-content {
	margin-top: 7px;
	line-height: 22px
}

span.question a,
#show-all-questions a.show-questions {
	color: #000;
	font-weight: 700
}

span.question a:hover,
#show-all-questions a.show-questions:hover {
	color: var(--tb-theme-color);
	font-weight: 700
}

span.admin-answer-symbol,
span.answer-symbol {
	display: none
}

span.answer-symbol {
	padding: 0;
	width: 25px;
	height: 20px;
	line-height: 18px
}

div.ywqa-ask-question {
	height: auto;
	padding: 0 0 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

input#ywqa-submit-question {
	height: 36px;
	padding: 0 26px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
	text-transform: unset
}

input#ywqa_ask_question_text {
	font-size: 16px;
	height: 56px;
	padding: 0 15px;
	width: auto;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px
}

input#ywqa_ask_question_text:focus {
	outline: 0
}

div#new-answer-header {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-color: rgba(145, 158, 171, .24)
}

div#new-answer-header .parent-question {
	color: #000
}

div#new-answer-header .question-owner {
	font-size: 13px;
	padding: 0 0 20px
}

div#new-answer-header #submit_answer_form textarea,
div#new-answer-header #submit_answer_form input:not(#ywqa-send-answer) {
	width: 100%;
	display: block
}

div#new-answer-header #submit_answer_form textarea {
	min-height: 200px;
	border-color: rgba(145, 158, 171, .24);
	padding: 10px;
	line-height: 23px;
	outline: 0;
	font-size: 14px
}

div#new-answer-header .ywqa_submit_answer {
	float: none;
	opacity: 1;
	filter: alpha(opacity=100)
}

#tab-questions a.back-to-product {
	font-size: 14px;
	line-height: 23px;
	color: var(--tb-theme-color)
}

#tab-questions a.back-to-product:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

#tab-questions a.back-to-product:before {
	display: inline-block;
	font-size: 10px;
	margin-right: 5px;
	margin-left: 0
}

#ywqa_answer_list * {
	font-size: 14px
}

#ywqa_answer_list span.answer-list-count {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px
}

#ywqa_answer_list span.question,
#ywqa_answer_list span.answer,
#ywqa_answer_list .answer-owner {
	padding: 0
}

#ywqa_answer_list li.answer-container {
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-color: rgba(145, 158, 171, .24)
}

.device-wishlist .blockUI.blockMsg h1,
.tbay-to-top .blockUI.blockMsg h1,
.woocommerce-wishlist .blockUI.blockMsg h1 {
	display: none
}

.woocommerce table.wishlist_table.shop_table>tbody>tr .woocommerce-wishlist .elementor-shortcode {
	background: #fff
}

.woocommerce table.wishlist_table.shop_table>tbody>tr .woocommerce-wishlist table.wishlist_table.wishlist_view {
	border: 0
}

.woocommerce table.wishlist_table.shop_table>tbody>tr .woocommerce-wishlist table.wishlist_table.wishlist_view tbody>tr>td {
	border: 1px solid #ddd
}

.woocommerce table.wishlist_table.shop_table>tbody>tr .woocommerce-wishlist table.wishlist_table.wishlist_view tbody>tr>td+td {
	border-left-width: 1px
}

.woocommerce table.wishlist_table.shop_table thead,
.woocommerce table.wishlist_table.shop_table tfoot {
	display: none
}

.woocommerce table.wishlist_table.shop_table>tbody {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.woocommerce table.wishlist_table.shop_table>tbody>tr>td {
	display: block;
	width: 100%;
	border: 0;
	line-height: 26px !important;
	text-align: left;
	padding: 0
}

.woocommerce table.wishlist_table.shop_table>tbody>tr>td.product-thumbnail {
	margin-bottom: 20px
}

.woocommerce table.wishlist_table.shop_table>tbody>tr>td.product-thumbnail a {
	max-width: 100%
}

.woocommerce table.wishlist_table.shop_table>tbody>tr>td.product-remove a.remove_from_wishlist {
	padding: 0;
	background: 0 0;
	font-size: 14px;
	line-height: 32px;
	color: #212b36;
	font-weight: 400;
	margin: 0;
	text-decoration: underline;
	text-underline-position: under
}

.woocommerce table.wishlist_table.shop_table>tbody>tr>td.product-stock-status {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	margin-bottom: 3px
}

.woocommerce table.wishlist_table.shop_table>tbody>tr>td.product-name {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2
}

.woocommerce table.wishlist_table.shop_table>tbody>tr>td.product-price {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	margin-top: 15px;
	margin-bottom: 13px
}

.woocommerce table.wishlist_table.shop_table>tbody>tr>td.product-add-to-cart {
	-webkit-box-ordinal-group: 4;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 4;
	-webkit-order: 4;
	order: 4;
	margin-bottom: 13px
}

.woocommerce table.wishlist_table.shop_table>tbody>tr>td.product-remove {
	-webkit-box-ordinal-group: 5;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 5;
	-webkit-order: 5;
	order: 5
}

.woocommerce table.wishlist_table.shop_table>tbody>tr>td.wishlist-empty {
	margin: 0;
	white-space: nowrap;
	font-size: 14px
}

table.wishlist_table>thead>tr>th {
	font-size: 16px
}

table.wishlist_table td.product-name {
	text-align: center;
	font-size: 14px
}

table.wishlist_table td.product-name .yith-wcqv-button {
	display: none
}

table.wishlist_table td.product-price ins {
	text-decoration: unset
}

table.wishlist_table td.product-price .woocommerce-Price-amount {
	color: #c30b0b;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600
}

table.wishlist_table td.product-price del {
	color: #919eab
}

table.wishlist_table td.product-price del .woocommerce-Price-amount {
	color: #919eab;
	margin-right: 3px
}

table.wishlist_table td.product-stock-status span.wishlist-in-stock {
	color: var(--tb-theme-color);
	text-transform: capitalize;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600
}

table.wishlist_table td.product-add-to-cart .add-cart a {
	width: 100%;
	letter-spacing: 0;
	font-weight: 400;
	display: inline-block !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 38px
}

table.wishlist_table td.product-add-to-cart .add-cart a i {
	line-height: 1
}

table.wishlist_table.shop_table>tbody>tr {
	-webkit-box-flex: 20%;
	-moz-box-flex: 20%;
	-webkit-flex: 20%;
	-ms-flex: 20%;
	flex: 20%;
	max-width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	position: relative
}

@media(max-width:1199px) and (min-width:992px) {
	table.wishlist_table.shop_table>tbody>tr {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%
	}
}

@media(max-width:991px) and (min-width:768px) {
	table.wishlist_table.shop_table>tbody>tr {
		-webkit-box-flex: 33%;
		-moz-box-flex: 33%;
		-webkit-flex: 33%;
		-ms-flex: 33%;
		flex: 33%;
		max-width: 33%
	}
}

.wishlist_table.mobile {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px
}

.wishlist_table.mobile li {
	-webkit-box-flex: 50%;
	-moz-box-flex: 50%;
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	max-width: 50%;
	padding: 0 8px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column
}

.wishlist_table.mobile li .item-wrapper {
	display: flex;
	flex-direction: column;
	width: auto;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	padding-bottom: 20px
}

.wishlist_table.mobile li .item-wrapper>div {
	width: auto !important;
	max-width: unset !important;
	margin: 0 !important;
	text-align: left
}

.wishlist_table.mobile li .item-wrapper .product-name {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.wishlist_table.mobile li .item-wrapper h3 {
	line-height: 22px;
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 500
}

.wishlist_table.mobile li .item-wrapper h3 a {
	color: #212b36
}

.wishlist_table.mobile li table td.label {
	display: none !important
}

.wishlist_table.mobile li table td.value {
	text-align: left !important;
	font-size: inherit !important;
	padding: 0 !important
}

.wishlist_table.mobile li table td.value .wishlist-in-stock {
	color: var(--tb-theme-color);
	font-size: 16px;
	line-height: 24px;
	font-weight: 600
}

.wishlist_table.mobile li table.additional-info {
	margin-bottom: 10px
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
	text-align: center;
	padding-top: 10px
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove a {
	font-size: 16px;
	color: #999
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove a i:before {
	content: "\f1f8"
}

.wishlist_table.mobile .wishlist-empty {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0
}

.wishlist_table.mobile .product-add-to-cart .add-cart a {
	line-height: 36px;
	width: 100%;
	font-size: 14px
}

.woocommerce .wishlist_table a.button.loading:after {
	position: static;
	margin-left: 5px;
	margin-right: 0
}

.woocommerce .wishlist_table table .woocommerce-Price-amount {
	color: #c30b0b;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600
}

.woocommerce .wishlist_table table ins {
	text-decoration: unset
}

.woocommerce .wishlist_table table del {
	color: #919eab
}

.woocommerce .wishlist_table table del .woocommerce-Price-amount {
	color: #919eab
}

.wishlist_table a.button.yith-wcqv-button {
	background: 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--tb-theme-color);
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin-bottom: 14px !important;
	color: var(--tb-theme-color);
	display: none
}

@media(min-width:576px) and (max-width:1199px) {
	.wishlist_table.mobile li {
		-webkit-box-flex: 33.33%;
		-moz-box-flex: 33.33%;
		-webkit-flex: 33.33%;
		-ms-flex: 33.33%;
		flex: 33.33%;
		max-width: 33.33%
	}
}

@media(min-width:1200px) {
	.wishlist_table.mobile li {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%
	}
}

@media(min-width:576px) and (max-width:767px) {
	.wishlist_table.mobile li {
		max-width: calc(33.33% - 10px);
		margin-right: 15px;
		margin-bottom: 15px
	}

	.wishlist_table.mobile li:nth-child(3n+3) {
		margin-right: 0
	}
}

#comments .wcpr-filter-button {
	background: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px
}

.row.grid,
.display-products.products-grid .row,
.products.products-grid .row,
.widget-grid.widget-categories .row {
	clear: both;
	margin: 0
}

.row.grid:before,
.row.grid:after,
.display-products.products-grid .row:before,
.display-products.products-grid .row:after,
.products.products-grid .row:before,
.products.products-grid .row:after,
.widget-grid.widget-categories .row:before,
.widget-grid.widget-categories .row:after {
	display: none
}

.row.grid>div,
.display-products.products-grid .row>div,
.products.products-grid .row>div,
.widget-grid.widget-categories .row>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 5px; /*use for subcategory */
	padding-left: 5px
}

@media(min-width:1600px) {

	.row.grid[data-xlgdesktop="1"]>div,
	.display-products.products-grid .row[data-xlgdesktop="1"]>div,
	.products.products-grid .row[data-xlgdesktop="1"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%
	}

	.row.grid[data-xlgdesktop="2"]>div,
	.display-products.products-grid .row[data-xlgdesktop="2"]>div,
	.products.products-grid .row[data-xlgdesktop="2"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%
	}

	.row.grid[data-xlgdesktop="3"]>div,
	.display-products.products-grid .row[data-xlgdesktop="3"]>div,
	.products.products-grid .row[data-xlgdesktop="3"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%
	}

	.row.grid[data-xlgdesktop="4"]>div,
	.display-products.products-grid .row[data-xlgdesktop="4"]>div,
	.products.products-grid .row[data-xlgdesktop="4"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%
	}

	.row.grid[data-xlgdesktop="5"]>div,
	.display-products.products-grid .row[data-xlgdesktop="5"]>div,
	.products.products-grid .row[data-xlgdesktop="5"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%
	}

	.row.grid[data-xlgdesktop="6"]>div,
	.display-products.products-grid .row[data-xlgdesktop="6"]>div,
	.products.products-grid .row[data-xlgdesktop="6"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%
	}

	.row.grid[data-xlgdesktop="7"]>div,
	.display-products.products-grid .row[data-xlgdesktop="7"]>div,
	.products.products-grid .row[data-xlgdesktop="7"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%
	}

	.row.grid[data-xlgdesktop="8"]>div,
	.display-products.products-grid .row[data-xlgdesktop="8"]>div,
	.products.products-grid .row[data-xlgdesktop="8"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%
	}

	.row.grid[data-xlgdesktop="9"]>div,
	.display-products.products-grid .row[data-xlgdesktop="9"]>div,
	.products.products-grid .row[data-xlgdesktop="9"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%
	}

	.row.grid[data-xlgdesktop="10"]>div,
	.display-products.products-grid .row[data-xlgdesktop="10"]>div,
	.products.products-grid .row[data-xlgdesktop="10"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%
	}

	.row.grid[data-xlgdesktop="11"]>div,
	.display-products.products-grid .row[data-xlgdesktop="11"]>div,
	.products.products-grid .row[data-xlgdesktop="11"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%
	}

	.row.grid[data-xlgdesktop="12"]>div,
	.display-products.products-grid .row[data-xlgdesktop="12"]>div,
	.products.products-grid .row[data-xlgdesktop="12"]>div,
	.widget-grid.widget-categories .row[data-xlgdesktop="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%
	}
}

@media(max-width:1599.98px) and (min-width:1200px) {

	.row.grid[data-desktop="1"]>div,
	.display-products.products-grid .row[data-desktop="1"]>div,
	.products.products-grid .row[data-desktop="1"]>div,
	.widget-grid.widget-categories .row[data-desktop="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%
	}

	.row.grid[data-desktop="2"]>div,
	.display-products.products-grid .row[data-desktop="2"]>div,
	.products.products-grid .row[data-desktop="2"]>div,
	.widget-grid.widget-categories .row[data-desktop="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%
	}

	.row.grid[data-desktop="3"]>div,
	.display-products.products-grid .row[data-desktop="3"]>div,
	.products.products-grid .row[data-desktop="3"]>div,
	.widget-grid.widget-categories .row[data-desktop="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%
	}

	.row.grid[data-desktop="4"]>div,
	.display-products.products-grid .row[data-desktop="4"]>div,
	.products.products-grid .row[data-desktop="4"]>div,
	.widget-grid.widget-categories .row[data-desktop="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%
	}

	.row.grid[data-desktop="5"]>div,
	.display-products.products-grid .row[data-desktop="5"]>div,
	.products.products-grid .row[data-desktop="5"]>div,
	.widget-grid.widget-categories .row[data-desktop="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%
	}

	.row.grid[data-desktop="6"]>div,
	.display-products.products-grid .row[data-desktop="6"]>div,
	.products.products-grid .row[data-desktop="6"]>div,
	.widget-grid.widget-categories .row[data-desktop="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%
	}

	.row.grid[data-desktop="7"]>div,
	.display-products.products-grid .row[data-desktop="7"]>div,
	.products.products-grid .row[data-desktop="7"]>div,
	.widget-grid.widget-categories .row[data-desktop="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%
	}

	.row.grid[data-desktop="8"]>div,
	.display-products.products-grid .row[data-desktop="8"]>div,
	.products.products-grid .row[data-desktop="8"]>div,
	.widget-grid.widget-categories .row[data-desktop="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%
	}

	.row.grid[data-desktop="9"]>div,
	.display-products.products-grid .row[data-desktop="9"]>div,
	.products.products-grid .row[data-desktop="9"]>div,
	.widget-grid.widget-categories .row[data-desktop="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%
	}

	.row.grid[data-desktop="10"]>div,
	.display-products.products-grid .row[data-desktop="10"]>div,
	.products.products-grid .row[data-desktop="10"]>div,
	.widget-grid.widget-categories .row[data-desktop="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%
	}

	.row.grid[data-desktop="11"]>div,
	.display-products.products-grid .row[data-desktop="11"]>div,
	.products.products-grid .row[data-desktop="11"]>div,
	.widget-grid.widget-categories .row[data-desktop="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%
	}

	.row.grid[data-desktop="12"]>div,
	.display-products.products-grid .row[data-desktop="12"]>div,
	.products.products-grid .row[data-desktop="12"]>div,
	.widget-grid.widget-categories .row[data-desktop="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%
	}
}

@media(max-width:1199.98px) and (min-width:992px) {

	.row.grid[data-desktopsmall="1"]>div,
	.display-products.products-grid .row[data-desktopsmall="1"]>div,
	.products.products-grid .row[data-desktopsmall="1"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%
	}

	.row.grid[data-desktopsmall="2"]>div,
	.display-products.products-grid .row[data-desktopsmall="2"]>div,
	.products.products-grid .row[data-desktopsmall="2"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%
	}

	.row.grid[data-desktopsmall="3"]>div,
	.display-products.products-grid .row[data-desktopsmall="3"]>div,
	.products.products-grid .row[data-desktopsmall="3"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%
	}

	.row.grid[data-desktopsmall="4"]>div,
	.display-products.products-grid .row[data-desktopsmall="4"]>div,
	.products.products-grid .row[data-desktopsmall="4"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%
	}

	.row.grid[data-desktopsmall="5"]>div,
	.display-products.products-grid .row[data-desktopsmall="5"]>div,
	.products.products-grid .row[data-desktopsmall="5"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%
	}

	.row.grid[data-desktopsmall="6"]>div,
	.display-products.products-grid .row[data-desktopsmall="6"]>div,
	.products.products-grid .row[data-desktopsmall="6"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%
	}

	.row.grid[data-desktopsmall="7"]>div,
	.display-products.products-grid .row[data-desktopsmall="7"]>div,
	.products.products-grid .row[data-desktopsmall="7"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%
	}

	.row.grid[data-desktopsmall="8"]>div,
	.display-products.products-grid .row[data-desktopsmall="8"]>div,
	.products.products-grid .row[data-desktopsmall="8"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%
	}

	.row.grid[data-desktopsmall="9"]>div,
	.display-products.products-grid .row[data-desktopsmall="9"]>div,
	.products.products-grid .row[data-desktopsmall="9"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%
	}

	.row.grid[data-desktopsmall="10"]>div,
	.display-products.products-grid .row[data-desktopsmall="10"]>div,
	.products.products-grid .row[data-desktopsmall="10"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%
	}

	.row.grid[data-desktopsmall="11"]>div,
	.display-products.products-grid .row[data-desktopsmall="11"]>div,
	.products.products-grid .row[data-desktopsmall="11"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%
	}

	.row.grid[data-desktopsmall="12"]>div,
	.display-products.products-grid .row[data-desktopsmall="12"]>div,
	.products.products-grid .row[data-desktopsmall="12"]>div,
	.widget-grid.widget-categories .row[data-desktopsmall="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%
	}
}

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

	.row.grid[data-tablet="1"]>div,
	.display-products.products-grid .row[data-tablet="1"]>div,
	.products.products-grid .row[data-tablet="1"]>div,
	.widget-grid.widget-categories .row[data-tablet="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%
	}

	.row.grid[data-tablet="2"]>div,
	.display-products.products-grid .row[data-tablet="2"]>div,
	.products.products-grid .row[data-tablet="2"]>div,
	.widget-grid.widget-categories .row[data-tablet="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%
	}

	.row.grid[data-tablet="3"]>div,
	.display-products.products-grid .row[data-tablet="3"]>div,
	.products.products-grid .row[data-tablet="3"]>div,
	.widget-grid.widget-categories .row[data-tablet="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%
	}

	.row.grid[data-tablet="4"]>div,
	.display-products.products-grid .row[data-tablet="4"]>div,
	.products.products-grid .row[data-tablet="4"]>div,
	.widget-grid.widget-categories .row[data-tablet="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%
	}

	.row.grid[data-tablet="5"]>div,
	.display-products.products-grid .row[data-tablet="5"]>div,
	.products.products-grid .row[data-tablet="5"]>div,
	.widget-grid.widget-categories .row[data-tablet="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%
	}

	.row.grid[data-tablet="6"]>div,
	.display-products.products-grid .row[data-tablet="6"]>div,
	.products.products-grid .row[data-tablet="6"]>div,
	.widget-grid.widget-categories .row[data-tablet="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%
	}

	.row.grid[data-tablet="7"]>div,
	.display-products.products-grid .row[data-tablet="7"]>div,
	.products.products-grid .row[data-tablet="7"]>div,
	.widget-grid.widget-categories .row[data-tablet="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%
	}

	.row.grid[data-tablet="8"]>div,
	.display-products.products-grid .row[data-tablet="8"]>div,
	.products.products-grid .row[data-tablet="8"]>div,
	.widget-grid.widget-categories .row[data-tablet="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%
	}

	.row.grid[data-tablet="9"]>div,
	.display-products.products-grid .row[data-tablet="9"]>div,
	.products.products-grid .row[data-tablet="9"]>div,
	.widget-grid.widget-categories .row[data-tablet="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%
	}

	.row.grid[data-tablet="10"]>div,
	.display-products.products-grid .row[data-tablet="10"]>div,
	.products.products-grid .row[data-tablet="10"]>div,
	.widget-grid.widget-categories .row[data-tablet="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%
	}

	.row.grid[data-tablet="11"]>div,
	.display-products.products-grid .row[data-tablet="11"]>div,
	.products.products-grid .row[data-tablet="11"]>div,
	.widget-grid.widget-categories .row[data-tablet="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%
	}

	.row.grid[data-tablet="12"]>div,
	.display-products.products-grid .row[data-tablet="12"]>div,
	.products.products-grid .row[data-tablet="12"]>div,
	.widget-grid.widget-categories .row[data-tablet="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%
	}
}

@media(max-width:767.98px) and (min-width:576px) {

	.row.grid[data-landscape="1"]>div,
	.display-products.products-grid .row[data-landscape="1"]>div,
	.products.products-grid .row[data-landscape="1"]>div,
	.widget-grid.widget-categories .row[data-landscape="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%
	}

	.row.grid[data-landscape="2"]>div,
	.display-products.products-grid .row[data-landscape="2"]>div,
	.products.products-grid .row[data-landscape="2"]>div,
	.widget-grid.widget-categories .row[data-landscape="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%
	}

	.row.grid[data-landscape="3"]>div,
	.display-products.products-grid .row[data-landscape="3"]>div,
	.products.products-grid .row[data-landscape="3"]>div,
	.widget-grid.widget-categories .row[data-landscape="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%
	}

	.row.grid[data-landscape="4"]>div,
	.display-products.products-grid .row[data-landscape="4"]>div,
	.products.products-grid .row[data-landscape="4"]>div,
	.widget-grid.widget-categories .row[data-landscape="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%
	}

	.row.grid[data-landscape="5"]>div,
	.display-products.products-grid .row[data-landscape="5"]>div,
	.products.products-grid .row[data-landscape="5"]>div,
	.widget-grid.widget-categories .row[data-landscape="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%
	}

	.row.grid[data-landscape="6"]>div,
	.display-products.products-grid .row[data-landscape="6"]>div,
	.products.products-grid .row[data-landscape="6"]>div,
	.widget-grid.widget-categories .row[data-landscape="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%
	}

	.row.grid[data-landscape="7"]>div,
	.display-products.products-grid .row[data-landscape="7"]>div,
	.products.products-grid .row[data-landscape="7"]>div,
	.widget-grid.widget-categories .row[data-landscape="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%
	}

	.row.grid[data-landscape="8"]>div,
	.display-products.products-grid .row[data-landscape="8"]>div,
	.products.products-grid .row[data-landscape="8"]>div,
	.widget-grid.widget-categories .row[data-landscape="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%
	}

	.row.grid[data-landscape="9"]>div,
	.display-products.products-grid .row[data-landscape="9"]>div,
	.products.products-grid .row[data-landscape="9"]>div,
	.widget-grid.widget-categories .row[data-landscape="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%
	}

	.row.grid[data-landscape="10"]>div,
	.display-products.products-grid .row[data-landscape="10"]>div,
	.products.products-grid .row[data-landscape="10"]>div,
	.widget-grid.widget-categories .row[data-landscape="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%
	}

	.row.grid[data-landscape="11"]>div,
	.display-products.products-grid .row[data-landscape="11"]>div,
	.products.products-grid .row[data-landscape="11"]>div,
	.widget-grid.widget-categories .row[data-landscape="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%
	}

	.row.grid[data-landscape="12"]>div,
	.display-products.products-grid .row[data-landscape="12"]>div,
	.products.products-grid .row[data-landscape="12"]>div,
	.widget-grid.widget-categories .row[data-landscape="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%
	}
}

.products>div>.product-category {
	list-style-type: none;
	-webkit-box-flex: 33.33333%;
	-moz-box-flex: 33.33333%;
	-webkit-flex: 33.33333%;
	-ms-flex: 33.33333%;
	flex: 33.33333%;
	max-width: 33.33333%
}

.products>div>.product-category a {
	display: block
}

.products>div>.product-category h3 {
	text-align: center;
	font-size: 16px;
	margin: 5px 0
}

.products>div>.product-category .count {
	background: 0 0
}

@media(max-width:767px) {
	.products>div>.product-category {
		list-style-type: none;
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%
	}
}

.all-subcategories {
	list-style: none;
	padding: 0;
	margin: 0
}

@media(max-width:768px) {
	.all-subcategories.row {
		margin-left: -5px;
		margin-right: -5px
	}
}

.all-subcategories>li {
	display: inline-block;
	width: 33.3333333%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	text-align: center
}

@media(min-width:480px) {
	.all-subcategories>li:nth-child(3n+1) {
		clear: both
	}
}

@media(max-width:768px) and (min-width:480px) {
	.all-subcategories>li {
		padding: 0 5px
	}
}

@media(max-width:480px) {
	.all-subcategories>li {
		width: 50%;
		padding: 0 5px
	}

	.all-subcategories>li:nth-child(2n+1) {
		clear: both
	}
}

.all-subcategories h3 {
	font-size: 14px;
	text-transform: uppercase
}

.all-subcategories h3 .count {
	font-size: 12px;
	background: 0 0;
	color: #a5a5a5;
	font-weight: initial
}

.all-subcategories a {
	display: block
}

.all-subcategories a img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: auto
}

.all-subcategories a {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.all-subcategories a:hover h3 {
	color: var(--tb-theme-color)
}

.woo-variation-swatches .products.vendor-list .wvs-archive-variation-wrapper .variable-items-wrapper {
	justify-content: flex-start
}

.woo-variation-swatches .products.vendor-list .wvs-archive-variation-wrapper .variations {
	text-align: left
}

.shop-page .top-archive {
	margin-bottom: 40px
}

.shop-page .top-archive>aside:first-child .widget-title {
	margin-top: 0
}

.shop-page .top-archive>aside .widget-title {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 15px;
	margin-top: 24px
}

@media(min-width:1200px) {

	.archive-shop.col-xl-8,
	.singular-shop.col-xl-8,
	.product-inside-wrapper.col-xl-8 {
		max-width: 80%;
		-webkit-box-flex: 4;
		-moz-box-flex: 4;
		-webkit-flex: 4;
		-ms-flex: 4;
		flex: 4
	}

	.archive-shop.col-xl-8+.col-xl-4,
	.singular-shop.col-xl-8+.col-xl-4,
	.product-inside-wrapper.col-xl-8+.col-xl-4 {
		max-width: 20%;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		border-left: 1px solid rgba(145, 158, 171, .24)
	}

	.singular-shop.col-xl-8+.col-xl-4,
	.product-inside-wrapper.col-xl-8+.col-xl-4 {
		border-left: 0;
		padding-left: 0;
		padding-right: 15px
	}

	.singular-shop.pull-right.col-xl-8+.col-xl-4 {
		padding-left: 15px;
		padding-right: 0
	}

	.single-product .shop-page {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 69px
	}

	.single-product .shop-page>div {
		padding-left: 15px;
		padding-right: 15px
	}

	.single-product .shop-page>div.singular-shop.col-xl-8,
	.single-product .shop-page>div .product-inside-wrapper {
		padding-right: 60px
	}

	.single-product .shop-page>div.singular-shop.col-xl-8.pull-right,
	.single-product .shop-page>div .product-inside-wrapper.pull-right {
		padding-right: 15px;
		padding-left: 60px
	}

	.single-product .sidebar-mobile-wrapper>.sidebar {
		padding-top: 15px
	}

	.single-product .sidebar-left.sidebar>aside,
	.single-product .sidebar-left.elementor-widget-sidebar>.elementor-widget-container>aside,
	.single-product .sidebar-left.dokan-widget-area>aside {
		padding-right: 0
	}

	.single-product .sidebar-left.sidebar>aside:after,
	.single-product .sidebar-left.elementor-widget-sidebar>.elementor-widget-container>aside:after,
	.single-product .sidebar-left.dokan-widget-area>aside:after {
		left: 0;
		right: auto;
		width: 100%
	}

	.single-product .sidebar-right.sidebar>aside,
	.single-product .sidebar-right.elementor-widget-sidebar>.elementor-widget-container>aside,
	.single-product .sidebar-right.dokan-widget-area>aside {
		padding-left: 0;
		padding-right: 0
	}

	.single-product .sidebar-right.sidebar>aside:after,
	.single-product .sidebar-right.elementor-widget-sidebar>.elementor-widget-container>aside:after,
	.single-product .sidebar-right.dokan-widget-area>aside:after {
		left: auto;
		right: 0;
		width: 100%
	}

	.shop-page {
		margin: 0px 0 120px
	}

	.shop-page>div {
		padding-left: 0;
		padding-right: 0
	}

	.shop-page .archive-shop {
		padding-right: 0
	}

	.shop-page .col-xl-8 .tbay-filter,
	.shop-page .col-xl-8 .term-description,
	.shop-page .col-xl-8 .site-content>img,
	.shop-page .col-xl-8 .top-archive {
		padding-right: 23px;
		padding-left: 0
	}

	.shop-page.flex-row-reverse .archive-shop+.col-xl-4 {
		/*border-right: 1px solid rgba(145, 158, 171, .24);*/
		border-left: 0
	}

	.shop-page.flex-row-reverse .col-xl-8 .tbay-filter,
	.shop-page.flex-row-reverse .col-xl-8 .term-description,
	.shop-page.flex-row-reverse .col-xl-8 .site-content>img,
	.shop-page.flex-row-reverse .col-xl-8 .top-archive {
		padding-left: 23px;
		padding-right: 0
	}

	.shop-page.flex-row-reverse .col-xl-8 .site-content>img+.term-description,
	.shop-page.flex-row-reverse .col-xl-8 .site-content>img+noscript+.term-description {
		margin: 15px 0 30px
	}

	.shop-page.flex-row-reverse .col-xl-8 .site-content>img+.tbay-filter,
	.shop-page.flex-row-reverse .col-xl-8 .site-content>img+noscript+.tbay-filter {
		margin-top: 30px
	}
}

.page-title.title-woocommerce {
	font-size: 24px;
	line-height: 36px;
	margin: 0;
	margin-bottom: 21px
}

.page-title.title-woocommerce+.shop-page {
	margin-top: 0
}

.term-description {
	margin-bottom: 20px
}

.shop-page .site-content>img {
	text-align: center
}

@media(max-width:1199px) {
	img+.term-description {
		margin-top: 15px
	}
}

.tbay-filter {
	margin: 0 0 30px;
	padding: 0;
	float: left;
	width: 100%
}

.tbay-filter .display-mode {
	line-height: 30px;
	float: right;
	padding-left: 19px;
	padding-right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center
}

.tbay-filter .change-view {
	background: 0 0;
	padding: 1px 5px;
	margin-right: 12px;
	margin-left: 0;
	border: 0;
	color: #637381;
	font-size: 24px;
	vertical-align: middle
}

.tbay-filter .change-view.active {
	color: var(--tb-theme-color)
}

.tbay-filter .change-view.list {
	margin: 0;
	padding-right: 0;
	font-size: 20px
}

.tbay-filter .woocommerce-result-count {
	line-height: 32px;
	margin: 0;
	font-size: 16px
}

.tbay-filter .woocommerce-ordering {
	margin-top: -8px;
	margin-bottom: 0;
	z-index: 13;
	display: inline-block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	height: 48px;
	border: 1px solid rgba(145, 158, 171, .24);
	padding: 0 13px;
	position: relative
}

.tbay-filter .woocommerce-ordering .SumoSelect {
	position: unset
}

.tbay-filter .woocommerce-ordering>span {
	float: left;
	line-height: 46px;
	font-weight: 700;
	color: #212b36;
	padding-right: 24px;
	padding-left: 0
}

.tbay-filter .woocommerce-ordering select {
	border-width: 0;
	height: 46px;
	width: 100%;
	padding: 0
}

.tbay-filter .SumoSelect>.CaptionCont {
	border-width: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 0
}

.tbay-filter .SumoSelect>.CaptionCont>span {
	line-height: 46px
}

.tbay-filter .SumoSelect>.CaptionCont>label {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tbay-filter .SumoSelect>.CaptionCont>label>i {
	display: flex;
	align-items: center;
	background-image: unset;
	font-size: 18px
}

.tbay-filter .SumoSelect>.CaptionCont>label>i:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-filter .SumoSelect>.CaptionCont:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.SumoSelect>.optWrapper>.options li.opt {
	line-height: 36px
}

select {
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, .1)
}

.products.vendor-list .product-block .product-content {
	flex-direction: row;
	margin-left: 0;
	margin-right: 0
}

.products.vendor-list .caption .col-lg-4 .wrapper-price-sold {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between
}

.products.vendor-list .caption .col-lg-4 .wrapper-price-sold .rate-sold:before {
	display: none
}

.products.vendor-list .caption .col-lg-4 .wrapper-price-sold .price {
	font-size: 16px
}

.products.vendor-list .caption .col-lg-4 .wrapper-price-sold .price ins {
	font-size: 16px
}

.products.vendor-list .caption .col-lg-4>div {
	padding: 20px 0 0 13px
}

.products.vendor-list .caption .col-lg-4>div.add-cart {
	padding-top: 13px
}

.products.vendor-list .caption .col-lg-4>div.sold-by-meta,
.products.vendor-list .caption .col-lg-4>div.wcfmmp_sold_by_container {
	padding-top: 13px
}

.products.vendor-list .caption .col-lg-4 .rate-sold {
	margin: 0;
	padding: 0;
	line-height: 22px
}

.products.vendor-list .caption .col-lg-4 .add-cart a {
	color: #fff;
	background: var(--tb-theme-color);
	padding: 0;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	line-height: 38px;
	width: 100%
}

.products.vendor-list .caption .col-lg-4 .add-cart a:hover {
	color: #fff;
	background: var(--tb-theme-color-hover)
}

.products.vendor-list .caption .col-lg-4 .add-cart a.added {
	display: none
}

.products.vendor-list .caption .col-lg-4 .add-cart a i {
	font-size: 18px;
	margin-right: 2px;
	margin-left: 0
}

.products.vendor-list span.onsale .featured-saled {
	right: 8px;
	left: auto;
	background: #fff;
	border: 1px solid var(--tb-theme-color);
	color: var(--tb-theme-color);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	height: auto;
	line-height: 20px;
	font-size: 12px;
	padding: 0 8px;
	font-weight: 700
}

.products.vendor-list>.row {
	clear: both
}

.products.vendor-list>.row>div {
	float: left;
	padding: 0 15px
}

.products.vendor-list>.row>div .product-block.list {
	margin-bottom: 0;
	display: inline-block;
	padding: 24px 20px 16px 0
}

.products.vendor-list>.row>div span.price del {
	color: #919eab;
	font-weight: 600
}

.products.vendor-list>.row>div span.price ins {
	font-weight: 600
}

.products.vendor-list>.row>div .block-inner>.image {
	width: 100%
}

.products.vendor-list>.row>div .block-inner>.image span.onsale>span.saled {
	top: 8px;
	left: 8px;
	right: auto
}

.products.vendor-list>.row>div .block-inner>.image span.onsale>span.featured {
	top: 8px;
	right: 8px;
	left: auto
}

.products.vendor-list>.row>div .block-inner {
	padding: 0;
	padding-right: 35px
}

.products.vendor-list>.row>div .caption {
	padding: 0 0 0 4px
}

.products.vendor-list>.row>div .show-brand {
	margin-bottom: 4px
}

.products.vendor-list .name {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 1px
}

.products.vendor-list .rating {
	margin: 0 0 14px;
	width: 100%
}

.products.vendor-list .woocommerce-product-details__short-description {
	line-height: 22px
}

.pull-right .products.vendor-list>.row>div .product-block.list {
	padding: 24px 15px 16px 20px
}

@media(max-width:1199px) {

	.products.vendor-list>.row>div .product-block.list,
	.pull-right .products.vendor-list>.row>div .product-block.list {
		padding-left: 0;
		padding-right: 0
	}
}

.tbay-sidebar-mobile-btn {
	display: none;
	float: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
	margin-right: 12px;
	margin-left: auto;
	color: #bbb;
	height: 37px;
	line-height: 37px;
	text-align: center
}

.tbay-sidebar-mobile-btn i {
	margin: 0 auto
}

.tbay-sidebar-mobile-btn span {
	text-transform: capitalize;
	margin-left: 10px
}

.sidebar-mobile-wrapper .widget-mobile-heading {
	text-transform: uppercase;
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	padding: 9px 15px;
	text-align: right;
	display: none
}

@media(max-width:767px) {
	.sidebar-mobile-wrapper .widget-mobile-heading {
		display: block;
		border: 0
	}
}

.sidebar-mobile-wrapper .widget-mobile-heading a {
	display: inline-block;
	color: unset
}

.sidebar-mobile-wrapper .widget-mobile-heading i {
	font-size: 22px;
	line-height: 32px
}

.tbay-close-side {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s
}

body.show-sidebar .tbay-close-side {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s ease, visibility 0s ease;
	transition: opacity .25s ease, visibility 0s ease
}

body.show-sidebar .mm-slideout {
	z-index: unset
}

.cart_list .woocommerce-Price-amount {
	color: #c30b0b;
	font-weight: 600
}

.woocommerce .cart-popup .dropdown-menu,
.cart-popup .dropdown-menu {
	padding: 0;
	width: 393px;
	display: block;
	visibility: hidden;
	text-align: left;
	left: -315px !important;
	text-align: center;
	right: 0;
	border: 1px solid rgba(145, 158, 171, .32);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	will-change: unset !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	top: 100% !important
}

.woocommerce .cart-popup .dropdown-menu.show,
.cart-popup .dropdown-menu.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform-origin: 29px -50px;
	-moz-transform-origin: 29px -50px;
	-ms-transform-origin: 29px -50px;
	transform-origin: 29px -50px;
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	visibility: visible;
	color: #333
}

.woocommerce .cart-popup .dropdown-menu:before,
.woocommerce .cart-popup .dropdown-menu:after,
.cart-popup .dropdown-menu:before,
.cart-popup .dropdown-menu:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: auto;
	right: 49px;
	margin-right: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent
}

.woocommerce .cart-popup .dropdown-menu:before,
.cart-popup .dropdown-menu:before {
	top: -11px;
	border-bottom: 10px solid rgba(0, 0, 0, .2)
}

.woocommerce .cart-popup .dropdown-menu:after,
.cart-popup .dropdown-menu:after {
	top: -10px;
	border-bottom: 10px solid #fff
}

.woocommerce .cart-popup .dropdown-menu .cart_list+.total,
.cart-popup .dropdown-menu .cart_list+.total {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	padding: 5px 16px;
	margin-bottom: 12px
}

.woocommerce .cart-popup .dropdown-menu .cart_list+.total .amount,
.cart-popup .dropdown-menu .cart_list+.total .amount {
	float: right;
	color: #c30b0b;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600
}

.woocommerce .cart-popup .dropdown-menu p.buttons,
.cart-popup .dropdown-menu p.buttons {
	margin: 0;
	padding: 0 15px
}

.woocommerce .cart-popup .dropdown-menu p.buttons a,
.cart-popup .dropdown-menu p.buttons a {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid var(--tb-theme-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-bottom: 0;
	max-width: 45%;
	color: #fff;
	background: var(--tb-theme-color);
	line-height: 24px;
	padding: 5px 20px;
	font-weight: 700;
	text-align: center;
	float: left
}

.woocommerce .cart-popup .dropdown-menu p.buttons a.view-cart,
.cart-popup .dropdown-menu p.buttons a.view-cart {
	float: right;
	border: 1px solid rgba(145, 158, 171, .32);
	background: #fff;
	color: #183F35
}

.woocommerce .cart-popup .dropdown-menu p.buttons a.view-cart:hover,
.cart-popup .dropdown-menu p.buttons a.view-cart:hover {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #183F35
}

.woocommerce .cart-popup .dropdown-menu p.buttons a:hover,
.cart-popup .dropdown-menu p.buttons a:hover {
	background: var(--tb-theme-color-hover);
	border-color: var(--tb-theme-color-hover)
}

.woocommerce .cart-popup .dropdown-menu ul,
.cart-popup .dropdown-menu ul {
	padding: 0 16px;
	max-height: 344px;
	position: relative;
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
	overflow-y: auto;
	list-style-type: none;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.woocommerce .cart-popup .dropdown-menu ul.cart_empty,
.cart-popup .dropdown-menu ul.cart_empty {
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	border-bottom: 0
}

.woocommerce .cart-popup .dropdown-menu ul.cart_empty li.total,
.cart-popup .dropdown-menu ul.cart_empty li.total {
	margin-top: 0
}

.woocommerce .cart-popup .dropdown-menu ul.cart_empty,
.cart-popup .dropdown-menu ul.cart_empty {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/skins/fresh-el/../../../images/fresh-el/image-empty-cart.jpg);
	background-position: 5% center;
	background-repeat: no-repeat;
	background-size: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	padding-left: 124px;
	padding-right: 10px;
	list-style-type: none;
	text-align: left
}

.woocommerce .cart-popup .dropdown-menu ul.cart_empty>li,
.cart-popup .dropdown-menu ul.cart_empty>li {
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 22px
}

.woocommerce .cart-popup .dropdown-menu ul.cart_empty>li.total,
.cart-popup .dropdown-menu ul.cart_empty>li.total {
	padding-bottom: 9px
}

.woocommerce .cart-popup .dropdown-menu ul.cart_empty>li span,
.cart-popup .dropdown-menu ul.cart_empty>li span {
	font-size: 14px;
	line-height: 22px;
	color: #212b36
}

.woocommerce .cart-popup .dropdown-menu ul.cart_empty>li a.button,
.cart-popup .dropdown-menu ul.cart_empty>li a.button {
	color: var(--tb-theme-color);
	background: 0 0;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	font-weight: 400
}

.woocommerce .cart-popup .dropdown-menu ul li,
.cart-popup .dropdown-menu ul li {
	margin: 0 0 10px
}

.woocommerce .cart-popup .dropdown-menu ul li:last-child,
.cart-popup .dropdown-menu ul li:last-child {
	padding-bottom: 13px;
	margin-bottom: 0
}

.woocommerce .cart-popup .dropdown-menu ul.cart_empty li:last-child,
.cart-popup .dropdown-menu ul.cart_empty li:last-child {
	border-bottom: 0
}

.woocommerce .cart-popup .dropdown-menu ul img,
.cart-popup .dropdown-menu ul img {
	width: 48px;
	float: left
}

.woocommerce .cart-popup .dropdown-menu ul .product-details,
.cart-popup .dropdown-menu ul .product-details {
	margin-left: 64px;
	position: relative;
	min-height: 60px;
	padding-right: 30px
}

.woocommerce .cart-popup .dropdown-menu ul .product-details .quantity,
.cart-popup .dropdown-menu ul .product-details .quantity {
	display: block;
	float: none;
	color: #637381;
	font-weight: 400;
	line-height: 22px;
	border: 0;
	padding: 0;
	margin: 0;
	margin-left: 7px
}

.woocommerce .cart-popup .dropdown-menu ul .product-details a,
.cart-popup .dropdown-menu ul .product-details a {
	font-weight: 400;
	color: #212b36;
	text-align: left
}

.woocommerce .cart-popup .dropdown-menu ul .product-details a:hover,
.cart-popup .dropdown-menu ul .product-details a:hover {
	color: var(--tb-theme-color)
}

.woocommerce .cart-popup .dropdown-menu ul li .remove,
.cart-popup .dropdown-menu ul li .remove {
	color: #637381 !important;
	display: inline-block;
	position: absolute;
	top: 13px;
	right: 0;
	left: auto;
	font-size: 24px;
	width: auto;
	background: 0 0
}

.woocommerce .cart-popup .dropdown-menu ul li .remove:hover,
.cart-popup .dropdown-menu ul li .remove:hover {
	color: var(--tb-theme-color) !important
}

.woocommerce .cart-popup .widget-header-cart,
.cart-popup .widget-header-cart {
	padding: 0
}

.woocommerce .cart-popup .cart-icon,
.cart-popup .cart-icon {
	position: relative;
	display: inline-block;
	line-height: 1
}

.woocommerce .cart-popup .cart-icon i,
.cart-popup .cart-icon i {
	display: inline-block;
	line-height: 1;
	font-size: 34px;
	height: 34px
}

.woocommerce .cart-popup .mini-cart-items,
.cart-popup .mini-cart-items {
	display: inline-block;
	padding: 0;
	background-color: var(--tb-color-second);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #212b36;
	font-size: 11px;
	position: absolute;
	content: "";
	right: auto;
	left: 22px;
	top: -3px;
	font-weight: 600;
	min-width: 22px;
	line-height: 20px;
	border: 1px solid #fff
}

.woocommerce .cart-popup .wrapper-title-cart,
.cart-popup .wrapper-title-cart {
	padding-left: 15px;
	padding-right: 0;
	display: flex
}

.woocommerce .cart-popup .wrapper-title-cart>span:after,
.cart-popup .wrapper-title-cart>span:after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	margin-right: 0;
	line-height: 1
}

.woocommerce .cart-popup .mini-cart,
.cart-popup .mini-cart {
	display: flex;
	align-items: center
}

.woocommerce .cart-popup .mini-cart:hover,
.woocommerce .cart-popup .mini-cart:focus,
.cart-popup .mini-cart:hover,
.cart-popup .mini-cart:focus {
	color: #000
}

.woocommerce .cart-popup .dropdown-toggle:after,
.cart-popup .dropdown-toggle:after {
	border: 0
}

.layout-wrapper-title-price-row .wrapper-title-cart {
	flex-direction: row;
	align-items: center
}

.layout-wrapper-title-price-row .wrapper-title-cart .text-cart {
	margin-left: 0;
	margin-right: 15px
}

.layout-wrapper-title-price-column .wrapper-title-cart {
	flex-direction: column;
	line-height: 21px !important
}

.mini-cart-subtotal i {
	display: none
}

.position-total-static .cart-popup .mini-cart-items-static {
	position: static;
	background-color: transparent;
	color: #bbb;
	border-radius: 0;
	min-width: auto;
	line-height: 1;
	border: 0;
	box-shadow: unset
}

.position-total-static.layout-wrapper-title-price-row .mini-cart-items-static {
	margin-left: -10px;
	margin-right: 10px
}

.position-total-absolute .mini-cart-items {
	text-align: center
}

.text-cart {
	font-weight: 600
}

.btn-close .fa {
	font-family: FontAwesome
}

.woocommerce ul.cart_list li .group,
.woocommerce ul.product_list_widget li .group,
body ul.cart_list li .group,
body ul.product_list_widget li .group {
	text-align: left
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
body ul.cart_list li dl,
body ul.product_list_widget li dl {
	padding-left: 0;
	border-left: 0;
	font-size: 13px;
	display: inline-block
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd,
body ul.cart_list li dl dt,
body ul.cart_list li dl dd,
body ul.product_list_widget li dl dt,
body ul.product_list_widget li dl dd {
	line-height: 22px;
	color: #919eab;
	padding: 0;
	font-weight: 400
}

.woocommerce ul.cart_list li dl dt a,
.woocommerce ul.cart_list li dl dd a,
.woocommerce ul.product_list_widget li dl dt a,
.woocommerce ul.product_list_widget li dl dd a,
body ul.cart_list li dl dt a,
body ul.cart_list li dl dd a,
body ul.product_list_widget li dl dt a,
body ul.product_list_widget li dl dd a {
	color: #637381;
	font-weight: 400
}

.woocommerce ul.cart_list li dl dt a:hover,
.woocommerce ul.cart_list li dl dd a:hover,
.woocommerce ul.product_list_widget li dl dt a:hover,
.woocommerce ul.product_list_widget li dl dd a:hover,
body ul.cart_list li dl dt a:hover,
body ul.cart_list li dl dd a:hover,
body ul.product_list_widget li dl dt a:hover,
body ul.product_list_widget li dl dd a:hover {
	color: var(--tb-theme-color)
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
body ul.cart_list li dl dd,
body ul.product_list_widget li dl dd {
	color: #637381;
	margin: 0
}

.account-button {
	padding-left: 35px;
	padding-right: 0
}

.account-button i {
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.mini_cart_content {
	padding-top: 20px;
	padding-bottom: 20px
}

.mini_cart_content .group-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: flex-end
}

.mini_cart_content .group-content.group-qty {
	flex-direction: row;
	justify-content: flex-start
}

body.admin-bar #product-size-guide .modal-dialog {
	top: 32px
}

#product-size-guide.modal {
	display: block !important;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	visibility: hidden
}

#product-size-guide.modal.show {
	visibility: visible
}

#product-size-guide.show .modal-dialog {
	left: auto;
	right: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

#product-size-guide .modal-dialog {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	height: 100vh;
	margin: 0;
	background: #fff;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#product-size-guide .modal-content {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 25px 24px;
	box-shadow: none;
	border: 0
}

#product-size-guide .modal-content>div {
	padding: 0;
	flex-direction: row-reverse
}

#product-size-guide .modal-header {
	border: 0
}

#product-size-guide .modal-header .modal-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 32px
}

#product-size-guide .modal-header i {
	font-size: 13px;
	line-height: 30px
}

#product-size-guide .close {
	opacity: 1;
	filter: alpha(opacity=100)
}

#product-size-guide .close:hover,
#product-size-guide .close:focus {
	outline: 0
}

#product-size-guide .close:hover i,
#product-size-guide .close:focus i {
	color: var(--tb-theme-color)
}

#product-size-guide .close i {
	color: #000
}

.wvs-css .has-size-guide .variable-items-wrapper {
	display: inline-block
}

.btn-size-guide {
	color: var(--tb-theme-color);
	background: 0 0;
	border: 0;
	padding: 0;
	margin-left: 40px;
	margin-right: 0;
	display: inline-block;
	font-weight: 700
}

.btn-size-guide i {
	display: inline-block;
	margin-left: 7px;
	margin-right: 0
}

.btn-size-guide:focus {
	outline: 0
}

.tbay-wc-gallery-lightbox #elementor-lightbox {
	display: none !important
}

.variable-items-wrapper .variable-item.image-variable-item {
	width: 60px;
	height: auto;
	margin-top: 7px !important
}

.variable-items-wrapper .variable-item.image-variable-item img {
	width: 100%;
	height: auto
}

.left-main .has-buy-now .group-button,
.main-right .has-buy-now .group-button {
	width: 100%
}

.yith-wcbr-brands {
	margin-top: 0
}

p.must-log-in a {
	color: var(--tb-theme-color)
}

.comment-reply-login {
	color: var(--tb-theme-color)
}

.widget.upsells,
.widget.related.products {
	padding: 30px 0 30px
}

.widget.upsells .owl-carousel,
.widget.related.products .owl-carousel {
	margin-left: 0;
	margin-right: 0
}

.widget.upsells .owl-carousel .slick-slide,
.widget.related.products .owl-carousel .slick-slide {
	margin-left: 0;
	margin-right: 0
}

.widget.upsells>h3,
.widget.related.products>h3 {
	margin-bottom: 30px
}

.widget.upsells.more-products h3,
.widget.related.products.more-products h3 {
	margin-bottom: 20px
}

.widget.upsells.cross-sells.products,
.widget.related.products.cross-sells.products {
	padding: 0;
	margin: 0;
	border: 0
}

.widget.upsells.cross-sells.products .widget-title,
.widget.related.products.cross-sells.products .widget-title {
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 67px
}

.widget.related.products {
	clear: both
}

.widget h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 48px;
	position: relative;
	padding: 0;
	color: #222
}

#sidebar-shop+.singular-shop {
	background: #fff;
	padding-bottom: 90px
}

#sidebar-shop+.singular-shop .top-main-content .row {
	flex-direction: column
}

#sidebar-shop+.singular-shop .top-main-content .row>div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: unset
}

#sidebar-shop+.singular-shop .top-main-content .tbay-woo-share {
	float: left
}

@media(min-width:1200px) {
	#sidebar-shop+.singular-shop .yith-wfbt-section .yith-wfbt-images {
		padding-right: 220px
	}
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: var(--tb-theme-color)
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #fff;
	background: var(--tb-theme-color-hover)
}

.single-product #tbay-header.sticky-header {
	display: none
}

.single-product #tbay-main-content .heading-tbay-title {
	font-size: 24px;
	line-height: 32px
}

.single-product .elementor-widget-text-editor ul,
.single-product .elementor-widget-text-editor ol {
	padding-left: 15px;
	padding-right: 0
}

.single-product.woocommerce div.product .woocommerce-product-rating {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 6px
}

.top-main-content .woocommerce-product-rating {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 !important
}

@media(min-width:768px) {
	.top-main-content .woocommerce-product-rating .star-rating {
		height: 12px !important
	}
}

.top-main-content .woocommerce-product-rating .rate-sold,
.top-main-content .woocommerce-product-rating .sold-by-meta {
	margin: 0;
	padding: 0 15px;
	position: relative
}

.top-main-content .woocommerce-product-rating .rate-sold:before,
.top-main-content .woocommerce-product-rating .sold-by-meta:before {
	content: '';
	background: rgba(145, 158, 171, .24);
	width: 1px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: auto
}

.rate-sold {
	padding-left: 14px;
	padding-right: 0;
	margin-left: 9px;
	margin-right: 0;
	color: #637381;
	font-size: 14px;
	position: relative;
	line-height: 22px
}

.rate-sold:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	background: rgba(145, 158, 171, .24);
	left: 0;
	right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.upsells .product-block.grid {
	margin-bottom: 0
}

.woocommerce div.product .entry-summary .single_add_to_cart_button,
.woocommerce div.product .entry-summary .tbay-buy-now {
	line-height: 46px;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	border: 0
}

.woocommerce div.product .entry-summary .single_add_to_cart_button.disabled,
.woocommerce div.product .entry-summary .tbay-buy-now.disabled {
	background: var(--tb-theme-color)
}

.woocommerce div.product .entry-summary .single_add_to_cart_button.disabled:hover,
.woocommerce div.product .entry-summary .single_add_to_cart_button.disabled:focus,
.woocommerce div.product .entry-summary .tbay-buy-now.disabled:hover,
.woocommerce div.product .entry-summary .tbay-buy-now.disabled:focus {
	color: #fff;
	background: var(--tb-theme-color)
}

.woocommerce div.product .entry-summary .single_add_to_cart_button+.tbay-buy-now,
.woocommerce div.product .entry-summary .tbay-buy-now+.tbay-buy-now {
	margin-top: 9px;
	background: var(--tb-color-second);
	color: #212b36
}

.woocommerce div.product .entry-summary .single_add_to_cart_button+.tbay-buy-now:hover,
.woocommerce div.product .entry-summary .tbay-buy-now+.tbay-buy-now:hover {
	background: var(--tb-color-second-hover);
	border-color: var(--tb-color-second-hover)
}

.woocommerce div.product .entry-summary span.price {
	margin: 5px 0 23px
}

.woocommerce div.product .entry-summary table.variations+div p.price,
.woocommerce div.product .entry-summary table.variations+div span.price {
	margin-top: 7px;
	margin-bottom: 0
}

.woocommerce div.product .entry-summary .sold-by-meta+.price {
	margin-top: 10px
}

.woocommerce div.product .entry-summary p.price,
.woocommerce div.product .entry-summary span.price {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	margin: 3px 0 17px;
	width: 100%;
	line-height: 25px
}

.woocommerce div.product .entry-summary p.price ins,
.woocommerce div.product .entry-summary span.price ins {
	font-size: 20px;
	font-weight: 600
}

.woocommerce div.product .entry-summary p.price del,
.woocommerce div.product .entry-summary span.price del {
	font-size: 18px;
	margin-right: 1px;
	margin-left: 0;
	color: #919eab;
	font-weight: 600
}

.woocommerce div.product .entry-summary span.onsale {
	vertical-align: bottom
}

.woocommerce form .form-row textarea {
	padding-top: 10px !important
}

.woocommerce form .form-row .woocommerce-form__input+span.woocommerce-terms-and-conditions-checkbox-text {
	display: initial
}

.summary .rate-sold:after {
	background-color: rgba(0, 0, 0, .1);
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 75%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.singular-shop .tbay-single-time {
	padding-top: 19px;
	padding-bottom: 12px
}

.singular-shop div.product .tbay-single-time~.cart {
	margin-top: 14px !important
}

.singular-shop .cart {
	margin: 20px 5px 20px 0;
	padding-top: 0
}

.singular-shop .product_meta,
.singular-shop .tbay-social-share {
	overflow: hidden;
	margin: 20px 0 0;
	padding-top: 19px;
	border-top: 1px solid rgba(145, 158, 171, .24);
	width: 100%;
	clear: both;
	display: inline-block
}

.singular-shop h1.product_title {
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	margin-top: 11px;
	display: inline-block
}

.singular-shop h1.product_title+.tbay-subtitle {
	display: inline-block;
	margin-left: 9px;
	margin-right: 0;
	font-size: 16px;
	line-height: 24px;
	color: #637381
}

.singular-shop .compare.button {
	text-transform: uppercase;
	color: #777;
	font-size: 11px;
	background: 0 0;
	font-weight: 400;
	letter-spacing: 1.5px
}

.singular-shop .compare.button:before {
	content: "\f021";
	font-family: "FontAwesome";
	color: #666;
	font-size: 12px;
	position: relative;
	margin-right: 5px;
	margin-left: 0;
	font-weight: 400
}

.singular-shop .compare.button:hover,
.singular-shop .compare.button.added {
	color: var(--tb-theme-color);
	background: 0 0
}

.singular-shop .compare.button:hover:before,
.singular-shop .compare.button.added:before {
	color: var(--tb-theme-color)
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse {
	display: flex;
	align-items: center;
	min-width: 24px;
	justify-content: center
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse a,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse a {
	color: var(--tb-theme-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	opacity: 0;
	filter: alpha(opacity=0);
	display: block !important
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse .feedback,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse .feedback {
	display: inline-block
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse .feedback>i,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse .feedback>i {
	font-size: 19px;
	color: var(--tb-theme-color);
	margin: 0
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse .feedback>a,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse .feedback>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	opacity: 0;
	filter: alpha(opacity=0);
	display: block !important
}

.singular-shop div.product .information .add_to_wishlist {
	color: #212b36;
	display: block;
	height: 24px;
	width: 24px;
	line-height: 24px
}

.singular-shop div.product .information .add_to_wishlist:hover {
	color: var(--tb-theme-color)
}

.singular-shop div.product .information .add_to_wishlist>span {
	display: none
}

.singular-shop div.product .information .add_to_wishlist i {
	margin-right: 0;
	margin-left: 0;
	font-size: 19px
}

.singular-shop div.product .information .star-rating span {
	position: relative
}

.singular-shop .woocommerce-product-details__short-description {
	line-height: 22px
}

.singular-shop .woocommerce-product-details__short-description p {
	padding-bottom: 5px;
	margin-bottom: 0
}

.singular-shop>.product>div {
	padding: 30px 0;
	background: #fff
}

.singular-shop>.product>div.related {
	background: 0 0;
	padding-bottom: 60px;
	padding-top: 0
}

.singular-shop>.product>div.related .heading-tbay-title {
	font-size: 24px;
	line-height: 32px;
	padding-top: 60px;
	border-top: 1px solid rgba(145, 158, 171, .24);
	position: relative;
	font-weight: 600
}

.singular-shop>.product>div.tabs-sidebar {
	padding: 0
}

.singular-shop>.product .single-main-content {
	padding: 60px 0 30px
}

.singular-shop .tbay-time-wrapper {
	margin: 0 0 25px;
	border: 1px solid #e20202;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.singular-shop .tbay-time-wrapper>div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.singular-shop .tbay-time-wrapper+p.stock {
	margin: 0 !important;
	padding: 8px 0 10px
}

.singular-shop .tbay-time-wrapper .stock {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 20px
}

.singular-shop .tbay-time-wrapper .tb-sold {
	margin-right: 13px;
	margin-left: 0;
	color: #888
}

.singular-shop .tbay-time-wrapper .tb-sold .sold {
	font-weight: 700;
	color: #000
}

.singular-shop .tbay-time-wrapper .progress {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 8px;
	background-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin: 0
}

.singular-shop .tbay-time-wrapper .progress .progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none
}

.singular-shop .tbay-time {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 20px;
	background: #e20202;
	color: #fff;
	margin: 0
}

.singular-shop .tbay-time .title {
	margin-right: 6px;
	margin-left: 0;
	line-height: 30px
}

.singular-shop .times {
	font-size: 18px
}

.singular-shop .times>span {
	padding: 0 4px
}

.singular-shop .times>div {
	display: inline-block;
	padding: 0;
	margin: 0 8px 0 0;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 1.4
}

.singular-shop .times>div>span {
	padding-top: 11px
}

.singular-shop .single_variation_wrap .single_variation {
	flex-direction: column;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.singular-shop .single_variation_wrap .single_variation .woocommerce-variation-price {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	margin-bottom: 5px
}

.singular-shop .single_variation_wrap #shop-now {
	margin: 0;
	padding: 0;
	border: 0
}

.singular-shop .single_variation_wrap p.stock {
	margin: 0 !important
}

.singular-shop .single_variation_wrap .woocommerce-variation-availability {
	margin-bottom: 13px
}

.singular-shop div.product.outofstock .product_meta {
	padding-top: 19px;
	border-top: 1px solid rgba(145, 158, 171, .24)
}

.singular-shop div.product .cart {
	margin: 12px 0 13px !important
}

.singular-shop div.product .cart .price {
	font-size: inherit
}

.singular-shop div.product .cart .reset_variations {
	font-size: 14px !important;
	color: var(--tb-theme-color);
	text-decoration: underline;
	margin-top: 8px;
	display: inline-block
}

.singular-shop div.product p.price .price {
	font-size: inherit
}

.singular-shop div.product p.price .price ins {
	font-size: 24px
}

.singular-shop div.product .entry-summary .yith-wcwl-add-to-wishlist {
	margin: 0;
	display: inline-block;
	position: absolute;
	left: auto;
	right: 17px;
	top: 10px
}

.singular-shop div.product .group-button {
	float: left;
	margin-left: 28px;
	margin-right: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 40px;
	align-items: center
}

.singular-shop div.product .group-button .yith-compare a span {
	display: inline-block
}

.singular-shop div.product .group-button>div {
	display: inline-block
}

.singular-shop div.product .group-button>div+div {
	margin-left: 15px;
	margin-right: 0
}

.singular-shop div.product .show-mobile {
	display: none
}

.singular-shop div.product .yith-wcwl-wishlistexistsbrowse a,
.singular-shop div.product .yith-wcwl-wishlistaddedbrowse a {
	color: var(--tb-theme-color)
}

.singular-shop div.product .tbay-compare:after {
	display: block;
	clear: both;
	content: ""
}

.singular-shop div.product .tbay-compare a {
	padding: 0;
	float: none;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: 0 0;
	font-weight: 400;
	color: var(--tb-theme-color);
	line-height: 22px;
	font-size: 14px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center
}

.singular-shop div.product .tbay-compare a i {
	vertical-align: middle;
	margin-right: 7px;
	margin-left: 0;
	font-size: 15px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 40px
}

.singular-shop div.product .tbay-compare a i:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.singular-shop div.product .tbay-compare a.compare:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.singular-shop div.product .tbay-compare a.compare:before {
	font-size: 15px;
	margin-right: 7px;
	margin-left: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 40px
}

.singular-shop div.product .tbay-compare a:hover,
.singular-shop div.product .tbay-compare a.added {
	color: var(--tb-theme-color)
}

.singular-shop div.product .tbay-wishlist a>i+span {
	display: inline-block !important
}

.singular-shop div.product .tbay-wishlist a.delete_item {
	color: var(--tb-theme-color)
}

.singular-shop div.product .tbay-wishlist a.delete_item:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.singular-shop div.product .tbay-wishlist a.delete_item:before {
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 7px
}

.singular-shop div.product .tbay-wishlist a.delete_item+span {
	display: none
}

.singular-shop div.product .tbay-wishlist a.view-wishlist {
	display: none
}

.singular-shop div.product .product_meta {
	margin-top: 18px
}

.singular-shop div.product .product_meta>span span,
.singular-shop div.product .product_meta>span a {
	font-weight: 400;
	display: inline-block
}

.singular-shop div.product .product_meta>span a:hover {
	color: var(--tb-theme-color)
}

.singular-shop div.product .product_meta>span a:first-child {
	margin-left: 5px;
	margin-right: 0
}

.singular-shop div.product .price-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: baseline
}

.singular-shop div.product .price-wrapper .onsale span.saled {
	margin: 0 0 0 15px;
	position: relative;
	top: -2px
}

.singular-shop div.product .price-wrapper .onsale span.featured {
	display: none !important
}

.singular-shop div.product .thumbnails-image {
	margin-top: 40px
}

@media(min-width:1600px) {
	.singular-shop div.product .row-active-full .information .single_add_to_cart_button {
		padding: 0 20px
	}
}

.singular-shop .woocommerce-product-gallery__image a,
.singular-shop .woocommerce-product-gallery__image .zoomImg {
	cursor: zoom-in;
	display: block
}

.singular-shop .woocommerce-product-gallery__image a.lightbox-gallery,
.singular-shop .woocommerce-product-gallery__image .zoomImg.lightbox-gallery {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 2
}

.singular-shop .image-mains {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.singular-shop .image-mains span.onsale {
	flex-direction: column;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 20px;
	left: 30px;
	right: auto;
	top: 15px
}

.singular-shop .image-mains .images {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column
}

.singular-shop .image-mains .expand {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	text-align: center;
	color: #999;
	padding-top: 15px;
	max-width: 100%
}

.singular-shop .image-mains span.onsale>span {
	position: unset;
	width: max-content
}

.singular-shop .image-mains span.onsale>span.saled+.featured {
	margin-top: 10px
}

.singular-shop .image-mains .featured {
	line-height: 18px;
	display: inline-block;
	text-align: center;
	padding: 0 8px;
	min-width: auto;
	height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	top: 25px;
	font-size: 12px;
	font-weight: 700;
	background: #fff;
	border: 1px solid var(--tb-theme-color);
	color: var(--tb-theme-color)
}

.singular-shop .image-mains #list-review-images img {
	max-width: 64px
}

.singular-shop .image-mains #list-review-images .more {
	width: 66px
}

.singular-shop .image-mains #productvideo .modal-dialog {
	-webkit-transform: translate(0, 30%);
	-moz-transform: translate(0, 30%);
	-ms-transform: translate(0, 30%);
	-o-transform: translate(0, 30%);
	transform: translate(0, 30%);
	max-width: 800px
}

@media(max-width:767px) {
	.singular-shop .image-mains #productvideo .modal-dialog {
		-webkit-transform: translate(0, 50%);
		-moz-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		-o-transform: translate(0, 50%);
		transform: translate(0, 50%)
	}
}

.singular-shop .quantity .name {
	display: none
}

.singular-shop .tbay-modalButton {
	position: absolute;
	top: 30px;
	right: 45px;
	left: auto;
	z-index: 11;
	padding: 0 15px
}

.singular-shop .tbay-modalButton i {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle
}

.singular-shop #comments .tbay-author {
	margin-bottom: 10px;
	color: #000
}

.singular-shop #comments p.meta {
	line-height: 27px;
	margin-bottom: 5px
}

.singular-shop:not(.archive-full) .image-mains span.onsale {
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1
}

div.product table.variations {
	margin: 0 !important;
	border: 0
}

div.product table.variations tr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	padding-bottom: 13px
}

.close-button {
	overflow: hidden
}

.modal-content.tbay-modalContent {
	box-shadow: none;
	background-color: transparent;
	border: 0
}

.modal-content.tbay-modalContent .close {
	font-size: 20px;
	line-height: 30px;
	position: relative;
	width: 20px;
	height: 40px;
	text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
	font-weight: 400
}

.modal-content.tbay-modalContent .close:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.modal-content.tbay-modalContent .close:before {
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	height: 100%
}

.modal-content.tbay-modalContent .close span {
	display: none
}

.modal-content.tbay-modalContent .close:hover,
.modal-content.tbay-modalContent .close:focus {
	outline: 0
}

.modal-content.tbay-modalContent iframe {
	display: block;
	margin: 0 auto
}

.flex-control-thumbs.flex-control-thumbs {
	overflow: visible !important;
	margin-top: 20px !important;
	max-width: 100%
}

.woocommerce .quantity button,
.woocommerce-page .quantity button {
	border: 0;
	background: 0 0;
	float: left;
	padding: 0;
	text-align: center;
	line-height: 37px;
	font-size: 16px;
	color: #212b36
}

.woocommerce .quantity button i,
.woocommerce-page .quantity button i {
	font-weight: 700
}

.woocommerce .quantity button:focus,
.woocommerce .quantity button:hover,
.woocommerce-page .quantity button:focus,
.woocommerce-page .quantity button:hover {
	outline: 0;
	color: var(--tb-theme-color)
}

#shop-now:after {
	display: block;
	clear: both;
	content: ""
}

#shop-now.has-buy-now div.quantity {
	margin-right: 7px
}

#shop-now.has-buy-now .tbay-buy-now {
	margin: 0 0 0 7px;
	min-width: 150px
}

#shop-now.has-buy-now .tbay-buy-now:hover,
#shop-now.has-buy-now .tbay-buy-now:focus {
	background: var(--tb-theme-color)
}

#shop-now.has-buy-now .group-button .tbay-wishlist a.view-wishlist {
	font-size: 0
}

#shop-now.has-buy-now .group-button .tbay-wishlist a.view-wishlist:before {
	font-size: 19px;
	margin: 0
}

#shop-now.has-buy-now .group-button .tbay-wishlist .yith-wcwl-wishlistexistsbrowse a,
#shop-now.has-buy-now .group-button .tbay-wishlist .yith-wcwl-wishlistaddedbrowse a {
	color: var(--tb-theme-color)
}

#shop-now.has-buy-now .group-button .tbay-wishlist .yith-wcwl-wishlistexistsbrowse span,
#shop-now.has-buy-now .group-button .tbay-wishlist .yith-wcwl-wishlistaddedbrowse span {
	display: none !important
}

#shop-now.has-buy-now .group-button .tbay-wishlist,
#shop-now.has-buy-now .group-button .tbay-compare {
	margin: 0 !important;
	display: inline-block;
	vertical-align: middle
}

#shop-now.has-buy-now .group-button .tbay-wishlist a,
#shop-now.has-buy-now .group-button .tbay-compare a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#shop-now.has-buy-now .group-button .tbay-wishlist i,
#shop-now.has-buy-now .group-button .tbay-compare i {
	margin: 0 !important;
	font-size: 18px;
	line-height: 40px
}

#shop-now.has-buy-now .group-button .tbay-wishlist {
	margin-right: 25px !important
}

#shop-now.has-buy-now .group-button .yith-compare>a {
	font-size: 0
}

#shop-now.has-buy-now .group-button .yith-compare>a:before {
	font-size: 19px;
	margin: 0 !important;
	line-height: 1
}

#shop-now.has-buy-now .tbay-wishlist .yith-wcwl-add-to-wishlist span span {
	display: none
}

#shop-now.has-buy-now .tbay-wishlist .yith-wcwl-add-to-wishlist a.delete_item {
	font-size: 0
}

#shop-now.has-buy-now .tbay-wishlist .yith-wcwl-add-to-wishlist a.delete_item:before {
	font-size: 22px;
	display: inline-block;
	line-height: 1;
	margin: 0
}

#shop-now.has-buy-now .tbay-wishlist .yith-wcwl-add-to-wishlist a.delete_item+span {
	display: none
}

#shop-now.has-buy-now .tbay-wishlist .yith-wcwl-add-to-wishlist a.view-wishlist {
	display: none
}

.variations label {
	font-size: 14px;
	color: #212b36;
	text-transform: capitalize;
	margin: 5px 0
}

.woocommerce div.product form.cart div.quantity {
	margin: 0
}

.woocommerce div.product form.cart div.quantity .box {
	max-width: max-content
}

.woocommerce div.product form.cart div.quantity .name {
	display: none
}

.woocommerce div.product form.cart .variations label {
	margin: 0;
	font-weight: 400
}

.woocommerce div.product form.cart .variations td.label {
	min-width: 80px;
	text-align: left
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
	margin: 0;
	margin-right: 10px;
	font-size: 14px;
	color: #212b36;
	font-weight: 600
}

.woocommerce .product-quantity .quantity .name,
.woocommerce form.cart .quantity .name,
.woocommerce-page .product-quantity .quantity .name,
.woocommerce-page form.cart .quantity .name {
	display: none;
	font-weight: 500;
	margin-right: 5px
}

.woocommerce div.product form.cart .group_table td:first-child {
	text-align: left
}

.quantity .box {
	background: #fff;
	display: flex
}

.Qty {
	position: absolute;
	left: 0;
	top: 0;
	width: 1920px;
	height: 2251px;
	z-index: 174
}

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

.woocommerce .product-quantity .group_table .quantity .name,
.woocommerce-page form.cart .group_table .quantity .name {
	margin-right: 10px;
	margin-left: 0;
	min-width: auto
}

@media(max-width:1199px) {

	.woocommerce .product-quantity .group_table .quantity .name,
	.woocommerce-page form.cart .group_table .quantity .name {
		display: none
	}
}

.woocommerce div.product.product-type-grouped .entry-summary .single_add_to_cart_button {
	margin-left: 0
}

.woocommerce div.product.product-type-grouped .entry-summary .woocommerce-Price-amount {
	color: inherit;
	font-weight: inherit
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
	width: 60px;
	height: 40px;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: #fff;
	float: left;
	color: #000;
	-moz-appearance: textfield
}

.woocommerce div.product .top-main-content,
body div.product .top-main-content {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 35px
}

.woocommerce div.product .top-main-content:before,
body div.product .top-main-content:before {
	content: '';
	background: #e0e0e0;
	height: 1px;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0
}

.woocommerce div.product .product_title,
body div.product .product_title {
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	color: #333;
	line-height: 36px
}

.woocommerce div.product p.stock,
body div.product p.stock {
	margin: 10px 0;
	font-size: 14px;
	color: #21ab0b;
	font-weight: 600
}

.woocommerce div.product p.stock span,
body div.product p.stock span {
	font-weight: 400;
	color: #000;
	margin-right: 3px;
	margin-left: 0;
	float: left
}

.woocommerce div.product p.stock.out-of-stock,
body div.product p.stock.out-of-stock {
	color: red;
	font-weight: 600
}

.woocommerce div.product .out-of-stock+.group-button,
body div.product .out-of-stock+.group-button {
	float: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	height: auto
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th,
body div.product form.cart .variations td,
body div.product form.cart .variations th {
	border: 0;
	padding: 0
}

.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations th.label,
body div.product form.cart .variations td.label,
body div.product form.cart .variations th.label {
	color: #82C55B;
	padding: 0;
	font-size: 14px;
	padding-top: 5px
}

.woocommerce div.product form.cart .variations td.value,
.woocommerce div.product form.cart .variations th.value,
body div.product form.cart .variations td.value,
body div.product form.cart .variations th.value {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.woocommerce div.product form.cart .variations select,
body div.product form.cart .variations select {
	min-width: auto;
	margin: 0;
	height: 44px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-color: #d0d0d0;
	padding: 0 8px;
	outline: none !important;
	margin-bottom: 5px
}

.woocommerce div.product form.cart .variations select+.reset_variations,
body div.product form.cart .variations select+.reset_variations {
	margin-left: 7px
}

.woocommerce div.product div.images .flex-control-thumbs:after,
body div.product div.images .flex-control-thumbs:after {
	display: block;
	clear: both;
	content: ""
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after,
body div.product div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	right: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,
body div.product div.images .woocommerce-product-gallery__trigger:hover {
	color: var(--tb-theme-color);
	border-color: var(--tb-theme-color)
}

.woocommerce div.product div.images div.thumbnails,
body div.product div.images div.thumbnails {
	padding-top: 20px
}

.woocommerce div.product .images a.woocommerce-product-gallery__trigger,
body div.product .images a.woocommerce-product-gallery__trigger {
	z-index: 11;
	left: auto;
	right: 15px;
	bottom: 0;
	top: 15px;
	transform: translate(0, 0)
}

.woocommerce .woocommerce-product-rating .star-rating {
	float: none;
	margin: 0
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	margin-left: 3px;
	margin-right: 0;
	color: #637381
}

.woocommerce-product-details__short-description ul {
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column
}

.woocs_special_price_code {
	color: var(--tb-theme-color);
	font-weight: 500;
	font-size: 14px
}

.price ins,
.woocs_price_code ins,
.woocommerce-grouped-product-list-item__price ins {
	text-decoration: none
}

#cart .mini-cart .mini-cart-subtotal {
	font-size: 14px;
	font-weight: 400;
	color: var(--tb-theme-color)
}

.price,
.woocommerce-grouped-product-list-item__price {
	font-weight: 700;
	color: var(--tb-theme-color);
	font-size: 14px
}

.price ins,
.woocommerce-grouped-product-list-item__price ins {
	display: inline-block;
	color: inherit
}

.price del,
.woocommerce-grouped-product-list-item__price del {
	color: #919eab;
	display: inline-block;
	margin-left: 0;
	margin-right: 5px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #82C55B;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	vertical-align: middle
}

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

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: #919eab;
	opacity: 1;
	filter: alpha(opacity=100)
}

.woocommerce.single-product div.product .information .tbay-swatches-wrapper li a {
	min-width: 30px
}

.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before,
.woocommerce p.stars.selected a:not(.active):before {
	content: ""
}

.woocommerce .products .star-rating,
.woocommerce .product .star-rating,
.mvx-store-detail-list .star-rating,
.woocommerce .star-rating {
	margin: auto 0;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 84px !important
}

.woocommerce .products .star-rating:before,
.woocommerce .product .star-rating:before,
.mvx-store-detail-list .star-rating:before,
.woocommerce .star-rating:before {
	letter-spacing: 3px !important;
	font-size: 14px
}

.woocommerce .products .star-rating:before,
.woocommerce .product .star-rating:before,
.mvx-store-detail-list .star-rating:before,
.woocommerce .star-rating:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woocommerce .products .star-rating span:before,
.woocommerce .product .star-rating span:before,
.mvx-store-detail-list .star-rating span:before,
.woocommerce .star-rating span:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woocommerce .products .star-rating span:before,
.woocommerce .product .star-rating span:before,
.mvx-store-detail-list .star-rating span:before,
.woocommerce .star-rating span:before {
	top: 0;
	position: absolute;
	left: 0;
	right: auto;
	color: #ffc107;
	font-size: 14px;
	letter-spacing: 3px !important
}

.mvx_widget_vendor_product_categories .product-categories li .count {
	margin-left: 3px;
	margin-right: auto
}

.woocommerce table.shop_attributes {
	border: 1px solid #ddd
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	line-height: 43px;
	border-style: solid
}

.woocommerce table.shop_attributes td {
	padding: 0 15px;
	border-color: #ddd;
	border-left: 1px solid #ddd;
	width: 50%;
	font-style: normal;
	color: #555
}

.woocommerce table.shop_attributes td p {
	padding: 0;
	line-height: 43px !important
}

.woocommerce table.shop_attributes td p a {
	color: #6a7180
}

.woocommerce table.shop_attributes th {
	padding: 0 15px;
	vertical-align: middle;
	border-color: #ddd
}

.gallery-caption,
.bypostauthor {
	font-style: italic;
	font-size: 12px
}

#reviews #reply-title {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	padding-bottom: 3px;
	display: inline-block
}

#reviews .reviews-summary .progress .progress-bar {
	color: #222
}

#reviews .reviews-summary h5 {
	text-transform: capitalize;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding: 14px 0 12px;
	font-size: 14px
}

#reviews .reviews-summary .reviews-col1>h5,
#reviews .reviews-summary .reviews-col2>h5 {
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 5px;
	margin-top: 11px
}

#reviews .reviews-summary .reviews-col1 {
	display: block
}

#reviews .reviews-summary .review-summary-total {
	text-align: center;
	font-weight: 400;
	padding-right: 10px;
	padding-left: 0
}

#reviews .reviews-summary .review-summary-total .review-summary-result {
	width: 90px;
	height: 90px;
	text-align: center;
	border: 2px solid #f65b47;
	color: #f65b47;
	line-height: 90px;
	font-size: 24px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-bottom: 18px
}

#reviews .reviews-summary .review-summary-detal {
	padding-left: 100px
}

#reviews .reviews-summary .review-summary-detal .review-label {
	color: #000;
	font-weight: 400
}

#reviews .reviews-summary .progress {
	margin-bottom: 20px;
	background-color: #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 23px;
	border-radius: 0
}

#reviews .comments h5 {
	margin-bottom: 20px;
	text-transform: capitalize;
	margin-top: 11px
}

#reviews .comments .commentlist {
	margin: 15px 0
}

#reviews .comments .commentlist .tbay-avata {
	padding-right: 20px;
	width: 130px;
	text-align: center
}

#reviews .comments .commentlist .tbay-avata .tbay-image .avatar {
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

#reviews .comments .commentlist .tbay-author {
	padding-bottom: 17px;
	color: #000;
	font-weight: 900;
	padding-top: 16px;
	text-transform: capitalize;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 20px
}

#reviews .comments .commentlist .comment-text .meta {
	color: #bbb;
	margin: 0 0 3px
}

#reviews .comments .commentlist .comment-text .star-rating {
	margin-bottom: 10px;
	width: 65px;
	float: left
}

#reviews .comments .commentlist p {
	line-height: 30px
}

.progress-bar-success {
	background-color: var(--tb-theme-color)
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 7px 0 25px;
	max-width: 100%
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 0 0 25px;
	font-size: inherit;
	border-bottom: 1px solid #eaeaea;
	font-style: normal
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
	border: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 48px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	padding: 0;
	border: 0;
	flex-direction: column
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	float: right;
	margin-top: 5px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 14px;
	margin: 0 0 5px;
	line-height: 26px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column
}

.woocommerce #reviews #comments ol.commentlist li .comment-text strong {
	color: #212b36;
	font-weight: 600;
	font-size: 16px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
	display: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__verified {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	color: #21ab0b;
	font-style: normal
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
	line-height: 24px;
	margin: 0;
	color: #212b36
}

.woocommerce #reviews #comments ol.commentlist li time {
	color: #919eab;
	float: none;
	font-size: 12px
}

.woocommerce #reviews #comments ol.commentlist .comment_container,
.woocommerce #reviews #comments ol.commentlist .review_comment_container {
	position: relative;
	padding-left: 64px;
	padding-right: 0
}

#review_form_wrapper {
	font-size: 14px;
	padding: 23px;
	background: #f4f6f8;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	width: 100%;
	max-width: 100%
}

#review_form_wrapper label {
	font-weight: 400;
	margin: 0 10px 5px 0;
	display: inline-block
}

#review_form_wrapper label[for=wcpr_image_upload] {
	display: block
}

#review_form_wrapper .comment-form-rating {
	padding: 19px 0 17px
}

#review_form_wrapper .comment-form-rating label {
	margin-bottom: 20px;
	font-weight: 700;
	color: #777
}

#review_form_wrapper #respond .form-submit input {
	float: right;
	padding: 0 15px;
	font-weight: 700;
	font-size: 14px;
	height: 36px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

#review_form_wrapper #respond p {
	margin: 0 0 3px;
	position: relative;
	z-index: 0
}

#review_form_wrapper #respond p .fa {
	position: absolute;
	color: #cdcac3;
	z-index: 100;
	font-size: 13px;
	border: 0;
	left: 12px;
	right: auto;
	top: 10px
}

#review_form_wrapper #respond p .fa.fa-pencil:before {
	content: "\f040"
}

#review_form_wrapper #respond #comment,
#review_form_wrapper #respond input[type=text],
#review_form_wrapper #respond input[type=email] {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background-color: #fff;
	border: solid 1px rgba(145, 158, 171, .24);
	min-height: 36px;
	padding: 1px 16px;
	margin-bottom: 15px
}

#review_form_wrapper #respond input[type=text],
#review_form_wrapper #respond input[type=email] {
	height: 46px;
	width: 100%
}

#review_form_wrapper #respond.comment-form-comment {
	margin-top: 25px
}

#review_form_wrapper p.stars a:before {
	content: ''
}

#respond textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#respond p.stars {
	position: relative;
	padding: 6px 0
}

#respond p.stars a {
	font-size: 16px;
	margin-right: 1em;
	font-weight: 700
}

#respond p.stars a:hover:after,
#respond p.stars a.active:after {
	color: #ffb600;
	content: "\e020"
}

#respond p.stars a.star-1,
#respond p.stars a.star-2,
#respond p.stars a.star-3,
#respond p.stars a.star-4,
#respond p.stars a.star-5 {
	border-right: 1px solid rgba(0, 0, 0, .1)
}

#respond p.stars a.star-1:after,
#respond p.stars a.star-2:after,
#respond p.stars a.star-3:after,
#respond p.stars a.star-4:after,
#respond p.stars a.star-5:after {
	top: -6px;
	font-family: "WooCommerce";
	text-indent: 0;
	position: absolute;
	left: 0;
	right: auto
}

#respond p.stars a.star-1 {
	width: 2em
}

#respond p.stars a.star-1:after {
	content: "\e021"
}

#respond p.stars a.star-1:hover:after,
#respond p.stars a.star-1.active:after {
	content: "\e020"
}

#respond p.stars a.star-2 {
	width: 3em
}

#respond p.stars a.star-2:after {
	content: "\e021\e021"
}

#respond p.stars a.star-2:hover:after,
#respond p.stars a.star-2.active:after {
	content: "\e020\e020"
}

#respond p.stars a.star-3 {
	width: 4em
}

#respond p.stars a.star-3:after {
	content: "\e021\e021\e021"
}

#respond p.stars a.star-3:hover:after,
#respond p.stars a.star-3.active:after {
	content: "\e020\e020\e020"
}

#respond p.stars a.star-4 {
	width: 5em
}

#respond p.stars a.star-4:after {
	content: "\e021\e021\e021\e021"
}

#respond p.stars a.star-4:hover:after,
#respond p.stars a.star-4.active:after {
	content: "\e020\e020\e020\e020"
}

#respond p.stars a.star-5 {
	width: 6em;
	border: 0
}

#respond p.stars a.star-5:after {
	content: "\e021\e021\e021\e021\e021"
}

#respond p.stars a.star-5:hover:after,
#respond p.stars a.star-5.active:after {
	content: "\e020\e020\e020\e020\e020"
}

#respond .comment-form-fields-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px
}

#respond .comment-form-fields-wrapper input {
	margin-bottom: 15px !important;
	width: 100%
}

#respond .comment-form-fields-wrapper>p {
	padding: 0 15px
}

#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	padding-bottom: 20px
}

#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input {
	width: auto;
	margin-right: 7px !important;
	margin-left: 0 !important;
	display: inline
}

#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent label {
	display: inline
}

.woocommerce #review_form #respond {
	outline: 0
}

.woocommerce #review_form #respond #comment {
	height: 128px;
	border-color: #ddd;
	padding-top: 6px;
	resize: none
}

.woocommerce #review_form #respond #comment:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.woocommerce #review_form #respond p {
	margin: 0
}

.woocommerce #review_form #respond p.wcpr-comment-form-images {
	margin: 0 0 15px
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
	line-height: 1
}

.woocommerce #review_form #respond .comment-form-comment>label {
	margin-bottom: 7px
}

.woocommerce-product-gallery .flex-viewport {
	display: block;
	height: auto !important;
	max-width: 100%
}

.tbay-video-content {
	position: relative;
	overflow: hidden
}

.tbay-video-content._16_9:not(.host) {
	padding-bottom: 56.25%
}

.tbay-video-content._4_3:not(.host) {
	padding-bottom: 75%
}

.tbay-video-content iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0
}

.tbay_featured_thumbnail {
	position: relative
}

.tbay_featured_thumbnail:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay_featured_thumbnail:before {
	position: absolute;
	z-index: 5;
	color: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	pointer-events: none;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px
}

.tbay_featured_thumbnail:after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, .2);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	pointer-events: none
}

.pswp__img {
	max-width: none !important
}

.wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close:hover,
.wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close:focus {
	background: 0 0
}

#reviews-content-left-main .reviews-images {
	max-height: 400px
}

#reviews-content-left #reviews-content-left-modal {
	padding: 0;
	justify-content: center
}

#reviews-content-left #reviews-content-left-modal .reviews-images-wrap {
	padding: 8px 4px;
	width: 90px;
	max-height: unset
}

.pswp__ui--fit .pswp__top-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pswp__ui--fit .pswp__top-bar .pswp__counter {
	order: -2;
	right: auto;
	left: 0
}

.pswp__ui--fit .pswp__top-bar .pswp__preloader {
	order: -1
}

.pswp__ui--fit .pswp__top-bar .pswp__button--close {
	margin-left: auto
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100%
}

.woocommerce #content div.product div.summary .tbay-subtitle,
.woocommerce div.product div.summary .tbay-subtitle,
.woocommerce-page #content div.product div.summary .tbay-subtitle,
.woocommerce-page div.product div.summary .tbay-subtitle {
	color: #bbb;
	line-height: 23px;
	margin-bottom: 4px
}

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

.product-inside-wrapper .style-horizontal #list-review-images {
	padding-top: 13px
}

@media(min-width:1200px) {
	.singular-shop .style-vertical .image-mains span.onsale {
		left: 89px;
		width: calc(100% - 89px)
	}
}

.singular-shop .style-horizontal .image-mains {
	flex-wrap: nowrap;
	flex-direction: column
}

.singular-shop .style-horizontal .image-mains>div {
	margin-right: 9px;
	margin-left: 0
}

.woocommerce button.button.alt.disabled {
	background: var(--tb-theme-color)
}

.product_meta>span {
	display: block;
	margin-bottom: 4px;
	width: 100%
}

.product_meta>span.yith-wcbr-brands {
	display: inline-flex
}

.elementor-widget-woocommerce-product-meta .detail-label {
	font-weight: 400
}

.woocommerce div.product .elementor-widget-woocommerce-product-price p.price,
.woocommerce div.product .elementor-widget-woocommerce-product-price span.price,
.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart p.price,
.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart span.price {
	font-size: 20px;
	font-weight: 600
}

.woocommerce div.product .elementor-widget-woocommerce-product-price p.price ins,
.woocommerce div.product .elementor-widget-woocommerce-product-price span.price ins,
.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart p.price ins,
.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart span.price ins {
	font-size: 20px;
	font-weight: 600
}

.woocommerce div.product .elementor-widget-woocommerce-product-price p.price del,
.woocommerce div.product .elementor-widget-woocommerce-product-price span.price del,
.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart p.price del,
.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart span.price del {
	color: #919eab;
	font-size: 18px;
	font-weight: 600
}

.woocommerce div.product.elementor .elementor-add-to-cart form.cart table.variations td {
	flex-direction: column;
	align-items: flex-start
}

.woocommerce .elementor-widget-woocommerce-product-data-tabs .tabs-list>li a {
	font-size: 18px;
	border-bottom: 2px solid transparent;
	line-height: 24px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #17181a;
	font-weight: 700;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.woocommerce .elementor-widget-woocommerce-product-data-tabs .tabs-list>li a.active,
.woocommerce .elementor-widget-woocommerce-product-data-tabs .tabs-list>li a:hover {
	border-color: var(--tb-theme-color)
}

.woocommerce .elementor-widget-woocommerce-product-data-tabs .tabs-list>li+li {
	padding-left: 30px;
	padding-right: 0
}

.woocommerce button.button.disabled {
	color: #fff;
	padding: 0 15px
}

.woocommerce .elementor-widget-woocommerce-product-add-to-cart form.cart {
	flex-direction: column
}

.woocommerce .elementor-widget-woocommerce-product-add-to-cart form.cart .woocommerce-variation-price {
	padding-bottom: 10px
}

.woocommerce .elementor-widget-woocommerce-product-add-to-cart button.button {
	font-weight: 400;
	text-transform: uppercase
}

.woocommerce div.product.elementor form.cart table.variations td.label {
	font-size: 16px;
	color: #333;
	text-transform: capitalize
}

.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
	height: 42px
}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
	flex-direction: column
}

.elementor-add-to-cart form.cart .box-quantity,
.summary form.cart .box-quantity {
	display: flex;
	align-items: center
}

.elementor-add-to-cart form.cart .box-quantity .title-qty,
.summary form.cart .box-quantity .title-qty {
	margin-right: 20px;
	margin-left: 0;
	color: #333;
	font-weight: 700
}

.elementor-add-to-cart form.cart .variations ul li.button-variable-item,
.summary form.cart .variations ul li.button-variable-item {
	background-color: #fff;
	padding: 0 5px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	color: #212b36;
	opacity: 1;
	filter: alpha(opacity=100)
}

.elementor-add-to-cart form.cart .variations ul li.button-variable-item span,
.summary form.cart .variations ul li.button-variable-item span {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.elementor-add-to-cart form.cart .variations ul li.button-variable-item:hover,
.elementor-add-to-cart form.cart .variations ul li.button-variable-item.selected,
.summary form.cart .variations ul li.button-variable-item:hover,
.summary form.cart .variations ul li.button-variable-item.selected {
	border-color: var(--tb-theme-color)
}

.elementor-add-to-cart form.cart .variations .price,
.summary form.cart .variations .price {
	font-size: 30px;
	font-weight: 700
}

.elementor-add-to-cart form.cart .variations .price del,
.summary form.cart .variations .price del {
	font-size: 24px;
	margin-right: 5px;
	margin-left: 0;
	color: #333
}

.elementor-add-to-cart form.cart .single_add_to_cart_button,
.summary form.cart .single_add_to_cart_button {
	background-color: var(--tb-theme-color);
	color: #fff;
	padding: 0 30px;
	text-transform: uppercase;
	font-weight: 400;
	border-width: 1px;
	border-style: solid;
	border-color: var(--tb-theme-color);
	height: 48px;
	margin-top: 14px;
	width: 100%
}

.elementor-add-to-cart form.cart .single_add_to_cart_button:hover,
.summary form.cart .single_add_to_cart_button:hover {
	background: var(--tb-theme-color-hover);
	color: #fff;
	border-color: var(--tb-theme-color-hover)
}

.elementor-add-to-cart form.cart .single_add_to_cart_button+.tbay-buy-now,
.summary form.cart .single_add_to_cart_button+.tbay-buy-now {
	margin-top: 9px;
	background: var(--tb-color-second);
	color: #212b36;
	height: 48px;
	width: 100%
}

.elementor-add-to-cart form.cart .single_add_to_cart_button+.tbay-buy-now:hover,
.summary form.cart .single_add_to_cart_button+.tbay-buy-now:hover {
	background: var(--tb-color-second-hover);
	border-color: var(--tb-color-second-hover)
}

.modal-open .mm-slideout {
	z-index: unset
}

.tbay-ywfbt-wrapper>.container,
.dokan-dashboard .tbay-ywfbt-wrapper>.dokan-dashboard-wrap,
.dokan-store .tbay-ywfbt-wrapper>#main,
.wcfmmp-store-page .tbay-ywfbt-wrapper>#wcfmmp-store {
	width: 100%;
	padding: 0
}

.product-related-wrapper .widget.upsells,
.product-related-wrapper .widget.related.products {
	padding: 0;
	margin: 0;
	border: 0
}

.product-related-wrapper .widget.upsells .owl-carousel,
.product-related-wrapper .widget.related.products .owl-carousel {
	margin-left: 0;
	margin-right: 0
}

.product-related-wrapper .widget.upsells button.slick-arrow,
.product-related-wrapper .widget.related.products button.slick-arrow {
	right: 30px;
	left: auto;
	background: 0 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	width: auto;
	top: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	bottom: calc(100% - -4px)
}

.product-related-wrapper .widget.upsells button.slick-arrow.slick-next,
.product-related-wrapper .widget.related.products button.slick-arrow.slick-next {
	right: 0;
	left: auto
}

.product-related-wrapper .widget.upsells button.slick-arrow:hover,
.product-related-wrapper .widget.upsells button.slick-arrow:focus,
.product-related-wrapper .widget.related.products button.slick-arrow:hover,
.product-related-wrapper .widget.related.products button.slick-arrow:focus {
	color: var(--tb-theme-color)
}

.product-related-wrapper .widget.upsells button.slick-arrow:hover i,
.product-related-wrapper .widget.upsells button.slick-arrow:focus i,
.product-related-wrapper .widget.related.products button.slick-arrow:hover i,
.product-related-wrapper .widget.related.products button.slick-arrow:focus i {
	color: var(--tb-theme-color)
}

.product-related-wrapper .widget.upsells h3.widget-title,
.product-related-wrapper .widget.related.products h3.widget-title {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	padding-top: 2px;
	color: #212b36
}

.product-related-wrapper .widget.upsells .product-block.grid,
.product-related-wrapper .widget.related.products .product-block.grid {
	border: 0;
	border-top: 1px solid rgba(145, 158, 171, .24);
	padding: 15px 0 16px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.product-related-wrapper .widget.upsells .product-block.grid:hover,
.product-related-wrapper .widget.related.products .product-block.grid:hover {
	-webkit-box-shadow: unset;
	box-shadow: unset
}

.product-related-wrapper .widget.upsells .product-block.grid .name-subtitle,
.product-related-wrapper .widget.related.products .product-block.grid .name-subtitle {
	min-height: auto;
	margin: 0
}

.product-related-wrapper .widget.upsells .product-block.grid .name,
.product-related-wrapper .widget.related.products .product-block.grid .name {
	font-weight: 600;
	margin: 0
}

.product-related-wrapper .widget.upsells .product-block.grid .tbay-subtitle,
.product-related-wrapper .widget.related.products .product-block.grid .tbay-subtitle {
	font-size: 13px
}

.product-related-wrapper .widget.upsells .product-block.grid .price,
.product-related-wrapper .widget.related.products .product-block.grid .price {
	margin-bottom: 0;
	margin: 0;
	font-size: 14px
}

.product-related-wrapper .widget.upsells .product-block.grid .price ins .woocommerce-Price-amount,
.product-related-wrapper .widget.related.products .product-block.grid .price ins .woocommerce-Price-amount {
	font-size: 14px
}

.product-related-wrapper .widget.upsells .product-block.grid .product-content,
.product-related-wrapper .widget.related.products .product-block.grid .product-content {
	padding-left: 64px;
	padding-right: 0
}

.product-related-wrapper .widget.upsells .product-block.grid .block-inner,
.product-related-wrapper .widget.related.products .product-block.grid .block-inner {
	max-width: 48px;
	position: absolute;
	left: 0;
	top: 16px
}

.product-related-wrapper .widget.upsells .product-block.grid .group-actions-product,
.product-related-wrapper .widget.upsells .product-block.grid .show-brand,
.product-related-wrapper .widget.upsells .product-block.grid .groups-button,
.product-related-wrapper .widget.upsells .product-block.grid .rating,
.product-related-wrapper .widget.upsells .product-block.grid .onsale,
.product-related-wrapper .widget.upsells .product-block.grid .yith-compare,
.product-related-wrapper .widget.related.products .product-block.grid .group-actions-product,
.product-related-wrapper .widget.related.products .product-block.grid .show-brand,
.product-related-wrapper .widget.related.products .product-block.grid .groups-button,
.product-related-wrapper .widget.related.products .product-block.grid .rating,
.product-related-wrapper .widget.related.products .product-block.grid .onsale,
.product-related-wrapper .widget.related.products .product-block.grid .yith-compare {
	display: none
}

.product-related-wrapper .widget.upsells .product-block .image .out-stock,
.product-related-wrapper .widget.related.products .product-block .image .out-stock {
	font-size: 12px;
	line-height: 15px
}

.product-related-wrapper div.widget+div {
	padding-top: 30px !important
}

.product-related-wrapper.col-xl-4 .widget.upsells .product-block.grid .sold-dokan,
.product-related-wrapper.col-xl-4 .widget.upsells .product-block.grid .sold-by-meta,
.product-related-wrapper.col-xl-4 .widget.upsells .product-block.grid .wcfmmp_sold_by_container,
.product-related-wrapper.col-xl-4 .widget.related.products .product-block.grid .sold-dokan,
.product-related-wrapper.col-xl-4 .widget.related.products .product-block.grid .sold-by-meta,
.product-related-wrapper.col-xl-4 .widget.related.products .product-block.grid .wcfmmp_sold_by_container {
	display: none
}

.single-product .woocommerce-product-rating {
	display: inline-block
}

.single-product .woocommerce-product-rating .rate-sold {
	display: inline-block
}

.single-product .woocommerce-product-rating .sold-by-meta {
	width: auto;
	padding-left: 14px;
	padding-right: 0;
	margin-left: 9px;
	margin-right: 0;
	position: relative;
	display: inline-block
}

.single-product .woocommerce-product-rating .sold-by-meta:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	background: rgba(145, 158, 171, .24);
	left: 0;
	right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media(max-width:767px) {
	.single-product .woocommerce-product-rating {
		width: 100%
	}
}

.single-product .greenmart-social-links,
.single-product .tbay-woo-share {
	text-align: right;
	float: right;
	margin-top: -17px
}

.single-product .col-xl-8 .greenmart-social-links {
	margin-top: -31px
}

.single-product .page-title.title-woocommerce {
	display: none
}

.single-product .product-inside-wrapper .image-mains {
	padding-right: 24px
}

.single-product .single-product-before-wrapper {
	padding-bottom: 23px
}

.single-product .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_right,
.single-product .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label,
.single-product .wcfmmp_sold_by_container .wcfmmp_sold_by_container_right,
.single-product .wcfmmp_sold_by_container .wcfmmp_sold_by_label {
	margin-left: 0
}

.woocommerce #reviews #comments h2 {
	font-size: 20px;
	line-height: 28px;
	color: #212b36;
	font-weight: 600
}

#comments {
	padding-top: 21px
}

.woocommerce .single-rating-share .star-rating span {
	font-size: 0
}

.woocommerce .wcpr-stars-count .star-rating {
	float: left
}

.woocommerce .wcpr-stars-count .wcpr-col-star {
	padding-left: 0 !important
}

.woocommerce .star-rating:before {
	color: #d3ced2 !important
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
	opacity: .4;
	filter: alpha(opacity=40);
	padding: 0;
	margin-right: 15px
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item) span {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item) span:after {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) !important;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) !important;
	opacity: 1;
	filter: alpha(opacity=100)
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected .variable-item-span-color {
	opacity: 1;
	filter: alpha(opacity=100)
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected .variable-item-span-color:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	width: 6px;
	height: 10px;
	display: block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	top: 9px;
	left: 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	background-color: #fff;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(145, 158, 171, .32);
	width: auto;
	min-width: 30px;
	margin-right: 8px;
	margin-left: 0;
	padding: 0 7px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item span {
	font-size: 14px;
	display: inline-block;
	padding-top: 2px
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover,
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
	border-color: var(--tb-theme-color);
	background-color: var(--tb-theme-color);
	color: #fff
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid transparent
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item:hover,
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected {
	border-color: var(--tb-theme-color)
}

.tawcvs-swatches {
	float: left
}

.tawcvs-swatches .swatch {
	width: auto;
	height: 36px;
	min-width: 36px;
	margin: 0;
	line-height: 34px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 1px solid rgba(145, 158, 171, .24);
	opacity: 1;
	filter: alpha(opacity=100);
	background: #fff;
	color: #888
}

.tawcvs-swatches .swatch.selected,
.tawcvs-swatches .swatch:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: var(--tb-theme-color);
	color: var(--tb-theme-color)
}

.tawcvs-swatches .swatch+.swatch {
	margin-left: 10px
}

.tawcvs-swatches .swatch.swatch-color {
	border: 0
}

.tawcvs-swatches .swatch.swatch-color.selected:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tawcvs-swatches .swatch.swatch-color.selected:before {
	font-size: 15px;
	border: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	right: auto;
	top: 0;
	color: #fff;
	text-indent: 0
}

.tbay-swatches-wrapper {
	display: block
}

.tbay-swatches-wrapper ul {
	margin: 10px 0 0 !important;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center
}

.tbay-swatches-wrapper li {
	display: inline-block
}

.tbay-swatches-wrapper li a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	text-align: center;
	margin: 0 10px 5px 0;
	cursor: pointer;
	min-width: 17px;
	height: 17px;
	line-height: 17px;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100)
}

.tbay-swatches-wrapper li a.variable-item-span-color {
	margin-right: 15px;
	text-indent: -9999px
}

.tbay-swatches-wrapper li a.variable-item-span-color.selected {
	-webkit-box-shadow: none;
	box-shadow: none
}

.tbay-swatches-wrapper li a.variable-item-span-color.selected:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.tbay-swatches-wrapper li a.variable-item-span-color.selected:before {
	width: 100%;
	height: 100%;
	font-size: 10px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	color: #fff;
	top: 0;
	left: 0;
	right: auto;
	position: absolute;
	border: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-indent: 0
}

.tbay-swatches-wrapper li a.variable-item-span-label {
	background: #fff;
	color: #000;
	display: inline-block;
	font-size: 12px;
	min-width: 22px;
	padding: 0 5px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	border: 1px solid rgba(145, 158, 171, .24);
	position: relative
}

.tbay-swatches-wrapper li a.variable-item-span-label:hover,
.tbay-swatches-wrapper li a.variable-item-span-label.selected {
	border-color: var(--tb-theme-color);
	opacity: 1;
	filter: alpha(opacity=100);
	background: var(--tb-theme-color);
	color: #fff
}

.tbay-swatches-wrapper li a.variable-item-span-image {
	background-position: center;
	min-width: 19px;
	height: 19px;
	line-height: 19px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px
}

.tbay-swatches-wrapper li:last-child a {
	margin: 0
}

.woocommerce div.product.product-type-grouped form.cart .group_table,
body div.product.product-type-grouped form.cart .group_table,
.woocommerce .cart.grouped_form .group_table {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 0;
	margin-top: 0;
	margin-bottom: 0
}

.woocommerce div.product.product-type-grouped form.cart .group_table tbody,
body div.product.product-type-grouped form.cart .group_table tbody,
.woocommerce .cart.grouped_form .group_table tbody {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.woocommerce div.product.product-type-grouped form.cart .group_table tr,
body div.product.product-type-grouped form.cart .group_table tr,
.woocommerce .cart.grouped_form .group_table tr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	padding-bottom: 20px;
	margin-bottom: 29px
}

.woocommerce div.product.product-type-grouped form.cart .group_table tr:first-child,
body div.product.product-type-grouped form.cart .group_table tr:first-child,
.woocommerce .cart.grouped_form .group_table tr:first-child {
	border-top: 1px solid rgba(145, 158, 171, .24);
	padding-top: 29px;
	margin-top: 10px
}

.woocommerce div.product.product-type-grouped form.cart .group_table tr+tr,
body div.product.product-type-grouped form.cart .group_table tr+tr,
.woocommerce .cart.grouped_form .group_table tr+tr {
	margin-top: 16px
}

.woocommerce div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount,
body div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount,
.woocommerce .cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount {
	color: #c30b0b;
	font-size: 16px
}

.woocommerce div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount,
body div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount,
.woocommerce .cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
	color: #919eab;
	font-size: 14px
}

.woocommerce div.product.product-type-grouped form.cart .group_table label,
body div.product.product-type-grouped form.cart .group_table label,
.woocommerce .cart.grouped_form .group_table label {
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #0b132b
}

.woocommerce div.product.product-type-grouped form.cart .group_table .price,
.woocommerce div.product.product-type-grouped form.cart .group_table .price ins,
body div.product.product-type-grouped form.cart .group_table .price,
body div.product.product-type-grouped form.cart .group_table .price ins,
.woocommerce .cart.grouped_form .group_table .price,
.woocommerce .cart.grouped_form .group_table .price ins {
	font-size: 18px !important
}

@media(max-width:991px) {

	.woocommerce div.product.product-type-grouped form.cart .group_table .price,
	.woocommerce div.product.product-type-grouped form.cart .group_table .price ins,
	body div.product.product-type-grouped form.cart .group_table .price,
	body div.product.product-type-grouped form.cart .group_table .price ins,
	.woocommerce .cart.grouped_form .group_table .price,
	.woocommerce .cart.grouped_form .group_table .price ins {
		font-size: 14px !important
	}
}

.woocommerce div.product.product-type-grouped form.cart .group_table .stock,
body div.product.product-type-grouped form.cart .group_table .stock,
.woocommerce .cart.grouped_form .group_table .stock {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding-top: 5px;
	display: flex;
	align-items: center
}

.woocommerce div.product.product-type-grouped form.cart .group_table .quantity .name,
body div.product.product-type-grouped form.cart .group_table .quantity .name,
.woocommerce .cart.grouped_form .group_table .quantity .name {
	display: none
}

.woocommerce div.product.product-type-grouped form.cart .group_table td,
body div.product.product-type-grouped form.cart .group_table td,
.woocommerce .cart.grouped_form .group_table td {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	line-height: 20px
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .quantity input.qty,
body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .quantity input.qty,
.woocommerce .cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__quantity .quantity input.qty {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a,
body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a,
.woocommerce .cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a {
	display: flex;
	background: var(--tb-theme-color);
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--tb-theme-color)
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a>i,
body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a>i,
.woocommerce .cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a>i {
	margin-right: 5px;
	margin-left: 0
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a:hover,
body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a:hover,
.woocommerce .cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a:hover {
	color: var(--tb-theme-color);
	background: #fff
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a:hover>i,
body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a:hover>i,
.woocommerce .cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a:hover>i {
	color: var(--tb-theme-color)
}

.woocommerce div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__label,
body div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__label,
.woocommerce .cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label {
	width: 100%;
	flex: none;
	padding: 10px 0 5px !important
}

.woocommerce div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__label a,
body div.product.product-type-grouped form.cart .group_table .woocommerce-grouped-product-list-item__label a,
.woocommerce .cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label a {
	font-weight: 700
}

.woocommerce div.product.product-type-grouped form.cart .group_table .label,
body div.product.product-type-grouped form.cart .group_table .label,
.woocommerce .cart.grouped_form .group_table .label {
	padding: 0;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	text-align: inherit
}

.woocommerce-grouped-product-list-item__quantity .add-cart {
	display: inline-block;
	max-width: 100%
}

.woocommerce-grouped-product-list-item__quantity .add-cart a.button {
	border: 0;
	padding: 0 15px;
	font-weight: 700;
	line-height: 40px;
	font-size: 16px;
	background: #e0e6ea;
	color: #828895;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block;
	letter-spacing: 0;
	text-align: center;
	font-family: var(--tb-text-second-font);
	min-width: 114px;
	max-width: 100%
}

.woocommerce-grouped-product-list-item__quantity .add-cart a.button i {
	margin: 0
}

.woocommerce-grouped-product-list-item__quantity .add-cart a.button .title-cart {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block
}

.woocommerce-grouped-product-list-item__quantity .add-cart a.button:hover {
	color: var(--tb-theme-color)
}

.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table .quantity .box,
.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table .add-cart a.button {
	min-width: auto
}

@media(max-width:767px) {
	.singular-shop div.product.product-type-external form.cart {
		padding: 0;
		margin: 0 !important
	}
}

.singular-shop div.product.product-type-external .single_add_to_cart_button {
	background: var(--tb-theme-color);
	color: #fff;
	margin: 0
}

@media(max-width:767px) {
	.singular-shop div.product.product-type-external .single_add_to_cart_button {
		margin: 0 !important;
		width: 100% !important;
		max-width: unset !important;
		font-size: 16px !important;
		line-height: 50px !important
	}

	.singular-shop div.product.product-type-external .single_add_to_cart_button:before {
		margin-right: 7px
	}

	.singular-shop div.product.product-type-external .single_add_to_cart_button:after {
		display: none !important
	}
}

.singular-shop div.product.product-type-external .single_add_to_cart_button:hover {
	background: var(--tb-theme-color)
}

#sticky-menu-bar {
	position: fixed;
	top: 0;
	-webkit-transform: translateY(-130px);
	-ms-transform: translateY(-130px);
	-o-transform: translateY(-130px);
	transform: translateY(-130px);
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 10px 0;
	background: #fff;
	pointer-events: none;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

#sticky-menu-bar.active {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto
}

@media(max-width:1199px) {
	#sticky-menu-bar.active {
		margin-top: 50px
	}
}

#sticky-menu-bar .row {
	display: flex;
	align-items: center
}

#sticky-menu-bar #onepage-single-product>li {
	margin: 0
}

#sticky-menu-bar #onepage-single-product>li+li {
	margin-left: 15px
}

#sticky-menu-bar li.current a,
#sticky-menu-bar li:hover a,
#sticky-menu-bar li:focus a {
	color: var(--tb-theme-color)
}

#sticky-menu-bar li a {
	background: 0 0 !important;
	padding: 0;
	line-height: 30px;
	color: #888
}

#sticky-menu-bar li a:hover,
#sticky-menu-bar li a:focus {
	color: var(--tb-theme-color)
}

#sticky-menu-bar .menu-bar-right {
	text-align: right
}

#sticky-menu-bar .price {
	display: inline-block;
	margin: 0
}

#sticky-menu-bar p.out-of-stock {
	color: red
}

#sticky-menu-bar #sticky-custom-add-to-cart {
	margin-left: 15px;
	margin-right: 0
}

.menu-bar-left .media {
	display: flex;
	align-items: center
}

.menu-bar-left .media-left {
	padding-right: 20px;
	padding-left: 0
}

.menu-bar-left img {
	border: 1px solid #ddd
}

.menu-bar-left .product_title {
	font-size: 14px;
	margin: 0;
	line-height: 23px
}

.menu-bar-left .woocommerce-product-rating {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 !important
}

.menu-bar-left .woocommerce-product-rating .star-rating {
	height: 16px !important
}

.menu-bar-left .woocommerce-product-rating .rate-sold,
.menu-bar-left .woocommerce-product-rating .sold-by-meta {
	margin: 0 15px;
	padding: 0 15px;
	position: relative
}

.menu-bar-left .woocommerce-product-rating .rate-sold:before,
.menu-bar-left .woocommerce-product-rating .sold-by-meta:before {
	content: '';
	background: rgba(145, 158, 171, .24);
	width: 1px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: auto
}

.wc-tabs-wrapper #accordion {
	padding-bottom: 50px
}

.wc-tabs-wrapper #accordion .panel {
	border: 1px solid #eee;
	padding: 13px 20px;
	margin-top: 40px
}

.wc-tabs-wrapper #accordion .panel .tabs-title>a {
	line-height: 30px;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 700
}

.wc-tabs-wrapper #accordion .panel .tabs-title>a i {
	font-size: 24px;
	left: auto;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.wc-tabs-wrapper #accordion .panel+.panel {
	margin-top: 5px
}

.wc-tabs-wrapper #accordion .entry-content .woocommerce-Reviews-title {
	font-size: 18px
}

.wc-tabs-wrapper #accordion .display-products.products-grid .row {
	margin: 0 -30px
}

.wc-tabs-wrapper .tabs-title button {
	font-size: 20px;
	line-height: 46px;
	font-weight: 500;
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	padding: 0;
	color: #0b132b;
	border: 0;
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	font-weight: 600;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.wc-tabs-wrapper .tabs-title button i {
	font-size: 14px;
	left: auto;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	margin-top: 2px
}

.wc-tabs-wrapper .tabs-title button:hover,
.wc-tabs-wrapper .tabs-title button:focus {
	text-decoration: unset;
	color: var(--tb-theme-color)
}

.tabs-sidebar:after {
	content: "";
	background: rgba(0, 0, 0, .66);
	position: fixed;
	left: 0;
	right: auto;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: 2000;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tabs-sidebar.open:after {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	pointer-events: all
}

.woocommerce-tabs-mobile .tabs-mobile {
	padding: 0;
	margin: 0;
	list-style: none
}

.woocommerce-tabs-mobile .tabs-mobile li {
	padding: 5px 0;
	border-bottom: 1px solid #eee
}

.woocommerce-tabs-mobile .tabs-mobile li:last-child {
	margin-bottom: 30px
}

.woocommerce-tabs-mobile .tabs-mobile a {
	width: 100%;
	font-weight: 500;
	display: inline-block;
	position: relative
}

.woocommerce-tabs-mobile .tabs-mobile a:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woocommerce-tabs-mobile .tabs-mobile a:before {
	position: absolute;
	right: 0;
	left: auto;
	font-size: 10px
}

.woocommerce-tabs-mobile .wc-tab-mobile {
	position: fixed !important;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 10001;
	-webkit-transition: all .35s cubic-bezier(.46, .01, .32, 1);
	-o-transition: all .35s cubic-bezier(.46, .01, .32, 1);
	transition: all .35s cubic-bezier(.46, .01, .32, 1);
	background-color: #fff;
	height: 100vh;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	padding: 70px 15px;
	overflow-x: hidden;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.woocommerce-tabs-mobile .wc-tab-mobile#tab-additional_information {
	align-items: baseline;
	padding-top: 80px
}

.woocommerce-tabs-mobile .wc-tab-mobile.open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible
}

.woocommerce-tabs-mobile .wc-tab-mobile .display-products.products {
	padding: 0 !important
}

.woocommerce-tabs-mobile .wc-tab-mobile .tab-content img:not(.big-review-images-content-img) {
	margin: 8px 0
}

.woocommerce-tabs-mobile .wc-tab-mobile .tab-content ul,
.woocommerce-tabs-mobile .wc-tab-mobile .tab-content ol {
	padding: 0;
	margin: 0
}

.woocommerce-tabs-mobile .wc-tab-mobile .tab-content ul li,
.woocommerce-tabs-mobile .wc-tab-mobile .tab-content ol li {
	list-style: none;
	font-style: normal;
	font-size: inherit;
	color: inherit
}

.woocommerce-tabs-mobile .wc-tab-mobile .tab-head {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	background: var(--tb-theme-color);
	color: #fff;
	font-size: 13px;
	letter-spacing: 1.5px;
	padding: 0 15px;
	font-weight: 700
}

.woocommerce-tabs-mobile .wc-tab-mobile .tab-head>* {
	color: #fff;
	font-size: 16px
}

@media(max-width:782px) {
	.active-admin-bar .woocommerce-tabs-mobile .wc-tab-mobile {
		top: 46px
	}
}

@media(max-width:600px) {
	.active-admin-bar .woocommerce-tabs-mobile .wc-tab-mobile {
		top: 0
	}
}

@media(min-width:782px) {
	.active-admin-bar .woocommerce-tabs-mobile .wc-tab-mobile {
		top: 32px
	}
}

.flex-control-nav {
	padding: 0 62px !important
}

.flex-control-nav .slick-list li {
	margin: 0 4px !important;
	clear: none !important
}

.flex-control-thumbs .slick-list li {
	clear: none !important
}

.flex-control-thumbs .slick-list li img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	border: 1px solid #ddd;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px
}

.flex-control-thumbs .slick-list li img.flex-active,
.flex-control-thumbs .slick-list li img:hover {
	border-color: var(--tb-theme-color)
}

.tbay-modalButton[data-target="#productvideo"] {
	bottom: auto;
	top: 60px;
	left: auto;
	right: 15px;
	display: block;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	position: absolute;
	outline: 0;
	padding: 0 15px;
	z-index: 11;
	font-size: 12px;
	font-weight: 300;
	color: #777;
	line-height: 31px;
	cursor: pointer
}

.tbay-modalButton[data-target="#productvideo"] i {
	margin-right: 5px;
	color: #ff3838
}

.tbay-modalButton[data-target="#productvideo"]:hover,
.tbay-modalButton[data-target="#productvideo"]:focus {
	background: #232323;
	border-color: #232323;
	color: #fff
}

.tbay-modalButton[data-target="#productvideo"]:hover i,
.tbay-modalButton[data-target="#productvideo"]:focus i {
	color: #fff
}

@media(min-width:1200px) {
	.singular-shop .style-vertical .image-mains span.onsale>span {
		left: 11px
	}

	.singular-shop .style-vertical .image-mains span.onsale>span.featured {
		left: auto;
		right: 25px
	}

	.woocommerce div.product.style-vertical .images a.woocommerce-product-gallery__trigger,
	body div.product.style-vertical .images a.woocommerce-product-gallery__trigger {
		right: 16px;
		left: auto
	}

	.style-vertical .image-mains .flex-control-thumbs {
		margin: 0 !important;
		padding: 0 !important
	}

	.style-vertical .image-mains .woocommerce-product-gallery {
		padding-left: 74px;
		padding-right: 0;
		margin-right: 0
	}

	.style-vertical .image-mains .woocommerce-product-gallery .flex-control-nav {
		position: absolute;
		top: 0;
		left: 0;
		right: auto;
		bottom: 0;
		width: 64px;
		text-align: center
	}

	.style-vertical .image-mains.no-gallery-image .woocommerce-product-gallery {
		padding: 0
	}

	.style-vertical .flex-control-nav>.slick-arrow {
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		display: block !important
	}

	.style-vertical .flex-control-nav>.slick-arrow:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.style-vertical .flex-control-nav>.slick-arrow.owl-next {
		margin-top: -7px
	}

	.singular-shop div.product.style-vertical .flex-control-thumbs .slick-list li {
		margin: 0 0 8px !important;
		float: none;
		border: 0;
		padding: 0
	}
}

@media(min-width:768px) {
	.woocommerce #woocommerce-tabs.woocommerce-tabs.vertical-tabs {
		position: relative;
		z-index: 0;
		padding-left: 190px
	}

	.woocommerce #woocommerce-tabs.woocommerce-tabs.vertical-tabs .questions-section {
		padding-top: 0
	}

	.woocommerce #woocommerce-tabs.woocommerce-tabs.vertical-tabs .questions-section h3 {
		font-size: 20px;
		line-height: 28px;
		font-weight: 600;
		color: #212b36
	}

	.woocommerce #woocommerce-tabs.woocommerce-tabs.vertical-tabs .wc-tabs {
		position: absolute;
		z-index: 1;
		left: 0;
		max-width: 170px;
		padding-right: 10px;
		flex-direction: column;
		border: 0
	}

	.woocommerce #woocommerce-tabs.woocommerce-tabs.vertical-tabs .wc-tabs:before {
		display: none !important
	}

	.woocommerce #woocommerce-tabs.woocommerce-tabs.vertical-tabs .wc-tabs li {
		display: block;
		padding: 15px 0;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		text-overflow: ellipsis;
		text-align: left
	}

	.woocommerce #woocommerce-tabs.woocommerce-tabs.vertical-tabs .wc-tabs li:first-child {
		padding-top: 5px
	}

	.woocommerce #woocommerce-tabs.woocommerce-tabs.vertical-tabs .wc-tabs li a {
		display: inline
	}

	.woocommerce #woocommerce-tabs.woocommerce-tabs.vertical-tabs .panel.wc-tab {
		min-height: 300px
	}
}

.woocommerce #content div.product .woocommerce-tabs.vertical-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs.vertical-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs.vertical-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs.vertical-tabs ul.tabs li {
	display: block
}

.singular-shop>.product>div.tabs-fulltext {
	background: 0 0;
	padding: 0
}

.singular-shop>.product>div.tabs-fulltext .item-panel {
	padding: 30px 0;
	background: #fff
}

.tabs-fulltext h2,
.woocommerce-tabs-mobile h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 30px;
	color: #0b132b;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.tabs-fulltext #review_form_wrapper,
.woocommerce-tabs-mobile #review_form_wrapper {
	padding: 0
}

.tabs-fulltext #tabs-list-questions,
.woocommerce-tabs-mobile #tabs-list-questions {
	padding-top: 10px
}

.tabs-fulltext .questions-section,
.woocommerce-tabs-mobile .questions-section {
	border-top: 1px solid #eaeaea;
	padding-top: 40px
}

.tabs-fulltext #tabs-list-seller,
.woocommerce-tabs-mobile #tabs-list-seller {
	margin-top: 20px;
	padding-top: 45px
}

.tabs-fulltext #tabs-list-seller h2,
.woocommerce-tabs-mobile #tabs-list-seller h2 {
	margin-bottom: 25px;
	font-size: 22px
}

.tabs-fulltext #tabs-list-seller+#tabs-list-more_seller_product,
.woocommerce-tabs-mobile #tabs-list-seller+#tabs-list-more_seller_product {
	border-top: 1px solid #e0e0e0;
	margin: 0
}

.tabs-fulltext #tabs-list-more_seller_product,
.woocommerce-tabs-mobile #tabs-list-more_seller_product {
	padding: 0;
	margin-top: 20px
}

.tabs-fulltext #tabs-list-more_seller_product h2,
.woocommerce-tabs-mobile #tabs-list-more_seller_product h2 {
	padding: 50px 30px 0;
	margin-bottom: 15px;
	font-size: 22px
}

@media(max-width:767px) {

	.tabs-fulltext #tabs-list-more_seller_product h2,
	.woocommerce-tabs-mobile #tabs-list-more_seller_product h2 {
		padding: 50px 0 0
	}
}

.tabs-fulltext #tabs-list-more_seller_product .carousel-sellerdokan.owl-carousel,
.woocommerce-tabs-mobile #tabs-list-more_seller_product .carousel-sellerdokan.owl-carousel {
	margin: 0
}

.woocommerce-tabs-mobile .questions-section {
	border: 0
}

.woocommerce-tabs-mobile .tab-content {
	width: 100%
}

#tabs-list-seller ul {
	margin: 0
}

#tabs-list-seller ul li {
	line-height: 28px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#tabs-list-seller ul li>span:first-child {
	color: #000;
	font-weight: 700;
	display: inline-block;
	min-width: 135px
}

#tabs-list-seller ul li .details {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

#tabs-list-seller ul li b {
	font-weight: 700
}

.woocommerce div.product #woocommerce-tabs {
	color: #212b36
}

.woocommerce div.product #woocommerce-tabs ul.tabs {
	padding: 0;
	margin-bottom: 33px;
	position: relative;
	border: 0;
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	-webkit-box-align: center;
	text-align: center;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	overflow-x: auto;
	overflow-y: hidden
}

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

.woocommerce div.product #woocommerce-tabs ul.tabs li {
	padding: 0;
	margin: 0;
	float: left;
	background: 0 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

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

.woocommerce div.product #woocommerce-tabs ul.tabs li.active>a,
.woocommerce div.product #woocommerce-tabs ul.tabs li:hover>a {
	color: var(--tb-theme-color)
}

.woocommerce div.product #woocommerce-tabs ul.tabs li.active>a:before,
.woocommerce div.product #woocommerce-tabs ul.tabs li:hover>a:before {
	background: var(--tb-theme-color)
}

.woocommerce div.product #woocommerce-tabs ul.tabs li>a {
	font-weight: 400;
	position: relative;
	font-size: 15px;
	margin: 0 48px 0 0;
	line-height: 26px;
	border: 0;
	font-weight: 400;
	color: #212b36;
	padding: 0 0 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-weight: 500;
	direction: ltr
}

.woocommerce div.product #woocommerce-tabs ul.tabs li>a:before {
	content: '';
	height: 2px;
	position: absolute;
	background: 0 0;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.woocommerce .woocommerce-tabs ul.wc-tabs li {
	padding-right: 30px
}

.woocommerce .woocommerce-tabs ul.wc-tabs li>a {
	padding: 0 3px 10px;
	position: relative;
	border: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #17181a;
	border-bottom: 2px solid transparent;
	text-transform: uppercase
}

.woocommerce .woocommerce-tabs ul.wc-tabs li:hover>a,
.woocommerce .woocommerce-tabs ul.wc-tabs li.active>a {
	border-color: var(--tb-theme-color)
}

.woocommerce .wc-tabs-wrapper .accordion-group .panel .panel-collapse {
	padding-top: 20px
}

.woocommerce .wc-tabs-wrapper .accordion-group .panel .panel-collapse .questions-section {
	padding-top: 0
}

.woocommerce .wc-tabs-wrapper .accordion-group .panel .panel-collapse .questions-section h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #212b36
}

.wc-tabs-wrapper .panel {
	overflow: hidden;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.wc-tabs-wrapper .panel table tbody tr:first-child td {
	color: #000;
	background-color: #f9f9f9;
	font-size: 15px
}

.wc-tabs-wrapper .panel p {
	line-height: 30px
}

.wc-tabs-wrapper .panel p.woocommerce-noreviews {
	margin: 0 0 25px
}

.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2,
.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2 {
	margin-bottom: 20px
}

.wc-tabs-wrapper .panel.wc-tab {
	overflow: visible;
	float: left;
	width: 100%
}

.wc-tabs-wrapper .panel.wc-tab .display-products.products-grid .row {
	margin: 0 -30px
}

.wc-tabs-wrapper .entry-content #reviews #comments {
	padding: 0;
	border: 0
}

.wc-tabs-wrapper .entry-content#tab-more_seller_product .product-block img {
	margin: 0
}

.tabs-v1 {
	margin-top: 40px
}

.panel h2,
.panel h3,
.panel h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500
}

.panel ul,
.panel ol {
	margin: 0
}

.content-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center
}

#yith-quick-view-content #mobile-close-infor-wrapper,
.yith-quick-view-content #mobile-close-infor-wrapper {
	display: none !important
}

.mobile-btn-cart-click,
#mobile-close-infor-wrapper,
.mobile-attribute-list,
.mobile-infor-wrapper,
#mobile-close-infor {
	display: none
}

.tbay-to-top.tbay-to-top-mobile {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.open-main-content.mm-slideout {
	z-index: 95
}

.open-main-content.mm-slideout~.tbay-to-top {
	z-index: 94
}

.mobile-attribute-list {
	border: 1px solid rgba(145, 158, 171, .24);
	position: relative;
	padding: 10px 15px;
	position: relative;
	margin-bottom: 16px;
	margin-top: 19px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

.mobile-attribute-list #attribute-open {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.mobile-attribute-list #attribute-open i {
	float: right;
	top: 50%;
	position: absolute;
	right: 12px;
	font-size: 16px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 24px;
	display: inline-flex
}

.mobile-attribute-list .list-wrapper {
	display: flex;
	justify-content: space-between;
	padding-right: 30px
}

.mobile-attribute-list .list-wrapper>* {
	text-align: left
}

.mobile-attribute-list .list-wrapper .value {
	font-weight: 700
}

.mobile-btn-cart-click.has-buy-now #tbay-click-addtocart {
	width: 50%
}

.mobile-btn-cart-click #tbay-click-addtocart,
.mobile-btn-cart-click #tbay-click-buy-now {
	font-weight: 600;
	height: 50px;
	line-height: 50px
}

.mobile-btn-cart-click #tbay-click-addtocart {
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: auto;
	padding: 0;
	z-index: 500;
	border-radius: 0 !important;
	border: 0 !important;
	color: #fff !important;
	text-align: center;
	min-height: 50px;
	width: 100%;
	background: var(--tb-theme-color);
	font-size: 14px;
	text-transform: capitalize
}

.mobile-btn-cart-click #tbay-click-buy-now {
	padding: 0 30px;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	width: 50%;
	margin: 0;
	height: 50px;
	line-height: 50px;
	left: 50%;
	right: auto;
	text-transform: capitalize;
	font-size: 14px;
	max-height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	text-align: center;
	color: #212b36;
	background: var(--tb-color-second)
}

#mobile-close-infor-wrapper {
	display: block;
	position: fixed;
	background: rgba(0, 0, 0, .7);
	width: 100vw;
	left: 0;
	height: 1000vw;
	top: 0;
	z-index: 998;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	pointer-events: none
}

@media(max-width:767px) {
	.topbar-device-mobile.active~div .form-cart-popup .information form.cart.open .group_table {
		height: calc(100vh - 272px)
	}

	.form-cart-popup .information form.cart.open .single_variation_wrap {
		margin-top: 60px
	}

	.singular-shop div.product.form-cart-popup .information form.cart .mobile-infor-wrapper+.box-quantity {
		margin-top: -50px
	}

	.singular-shop div.product.form-cart-popup .information .cart .box-quantity {
		margin-bottom: 60px;
		margin-top: 10px;
		justify-content: space-between;
		width: 100%;
		padding: 0 15px
	}

	.singular-shop div.product.form-cart-popup .summary.has-buy-now .mobile-btn-cart-click #tbay-click-addtocart:after {
		display: block
	}

	.singular-shop div.product.form-cart-popup .summary.has-buy-now .mobile-btn-cart-click #tbay-click-addtocart:before {
		display: inline-block
	}

	.mobile-attribute-list,
	.mobile-btn-cart-click {
		display: block
	}

	.form-cart-popup .information #shop-now {
		position: relative
	}

	.form-cart-popup .information #shop-now .quantity {
		display: block !important;
		margin: 10px 15px 60px !important;
		padding: 0;
		height: 45px
	}

	.form-cart-popup .information #shop-now .tbay-wishlist {
		position: absolute;
		z-index: 99;
		right: 15px;
		background: #fff;
		top: 12px
	}

	.form-cart-popup .information #shop-now .tbay-compare {
		display: none !important
	}

	.form-cart-popup .information #shop-now.has-buy-now.has-wishlist .tbay-buy-now {
		left: 0;
		right: auto;
		margin-left: 25px !important
	}

	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .single_add_to_cart_button,
	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .tbay-buy-now {
		bottom: 0 !important
	}

	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table {
		margin-bottom: 0 !important
	}

	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr {
		border-bottom: 1px solid rgba(145, 158, 171, .24);
		align-items: flex-start;
		padding: 0 185px 10px 15px;
		margin: 0
	}

	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr:last-child {
		border-bottom: 0
	}

	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity {
		left: auto;
		width: auto;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}

	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity .add-cart {
		margin-right: 15px
	}

	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price {
		padding: 0;
		text-align: left
	}

	.form-cart-popup .information form.cart {
		position: fixed;
		bottom: 0;
		width: 100vw;
		left: 0;
		background: #fff;
		z-index: 999;
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		transform: translate(0, 100%);
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		margin: 0 !important
	}

	.form-cart-popup .information form.cart .group_table {
		margin: 15px 0 26px !important
	}

	.form-cart-popup .information form.cart .group_table tr {
		padding: 0 15px;
		display: inline-block
	}

	.form-cart-popup .information form.cart .group_table tr:last-child {
		padding-bottom: 0
	}

	.form-cart-popup .information form.cart .group_table tr td {
		margin: 0 !important
	}

	.form-cart-popup .information form.cart .group_table tr .box-quantity {
		margin-bottom: 15px !important;
		margin-top: 0 !important;
		padding-right: 0 !important
	}

	.form-cart-popup .information form.cart .group_table tr p.stock {
		background: #fff;
		font-size: 14px;
		padding: 0;
		margin: 0
	}

	.form-cart-popup .information form.cart .group_table tr .woocommerce-Price-amount {
		font-size: 16px
	}

	.form-cart-popup .information form.cart .mobile-infor-wrapper,
	.form-cart-popup .information form.cart #mobile-close-infor {
		display: block
	}

	.form-cart-popup .information form.cart .mobile-infor-wrapper {
		padding: 0 15px 15px;
		border-bottom: 1px solid rgba(145, 158, 171, .24);
		margin-bottom: 60px
	}

	.form-cart-popup .information form.cart .mobile-infor-wrapper>.media {
		align-items: center
	}

	.form-cart-popup .information form.cart .mobile-infor-wrapper img {
		max-height: 100px;
		width: auto;
		max-width: 80px
	}

	.form-cart-popup .information form.cart .mobile-infor-wrapper .mr-3 {
		margin-right: 1rem !important;
		margin-left: 0 !important
	}

	.form-cart-popup .information form.cart .mobile-infor-wrapper .infor-body p.stock {
		background: #fff;
		font-size: 14px;
		padding: 0;
		margin: 0;
		text-align: left
	}

	.form-cart-popup .information form.cart .mobile-infor-wrapper .infor-body .price,
	.form-cart-popup .information form.cart .mobile-infor-wrapper .infor-body .woocommerce-Price-amount {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 5px
	}

	.form-cart-popup .information form.cart .woocommerce-product-details__short-description {
		display: none
	}

	.form-cart-popup .information form.cart #mobile-close-infor {
		text-align: right
	}

	.form-cart-popup .information form.cart #mobile-close-infor i {
		font-size: 24px;
		margin: 10px 10px 0;
		display: inline-block;
		cursor: pointer
	}

	.form-cart-popup .information form.cart #mobile-close-infor i:hover {
		color: var(--tb-theme-color)
	}

	.form-cart-popup .information form.cart div.quantity {
		padding: 0;
		margin: 0 !important
	}

	.form-cart-popup .information form.cart div.quantity input[type=button] {
		min-width: 36px
	}

	.form-cart-popup .information form.cart .variations {
		padding: 15px 15px 0;
		display: block;
		border-bottom: 1px solid rgba(145, 158, 171, .24) !important;
		max-height: 220px;
		overflow: hidden;
		overflow-y: scroll;
		margin-bottom: 0 !important
	}

	.form-cart-popup .information form.cart .variations tr:last-child {
		padding-bottom: 0
	}

	.form-cart-popup .information form.cart .variations+.single_variation_wrap .box-quantity {
		margin-top: -50px
	}

	.form-cart-popup .information form.cart .single_variation {
		display: none !important
	}

	.form-cart-popup .information form.cart .single_add_to_cart_button.disabled,
	.form-cart-popup .information form.cart .tbay-buy-now.disabled {
		opacity: .7 !important;
		filter: alpha(opacity=70) !important
	}

	.form-cart-popup .information form.cart.open {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		z-index: 999;
		padding: 0 !important
	}

	.form-cart-popup .information form.cart.open .group_table {
		overflow-y: auto;
		margin: 0 !important;
		height: calc(100vh - 226px);
		max-height: 359px;
		margin-bottom: 60px !important
	}

	.form-cart-popup .information form.cart.open .group_table tr {
		padding: 15px !important;
		margin: 0 !important
	}

	.form-cart-popup .information form.cart.open .group_table tr:first-child {
		border-top: 0 !important;
		margin-top: 0 !important
	}

	.form-cart-popup .information form.cart.open .group_table tr .box-quantity {
		padding: 0;
		margin: 0 !important
	}

	.form-cart-popup .information form.cart.open .variable-items-wrapper .wvs-has-image-tooltip:hover:after,
	.form-cart-popup .information form.cart.open .variable-items-wrapper .wvs-has-image-tooltip:hover:before,
	.form-cart-popup .information form.cart.open .variable-items-wrapper [data-wvstooltip]:hover:after,
	.form-cart-popup .information form.cart.open .variable-items-wrapper [data-wvstooltip]:hover:before {
		display: none
	}

	.form-cart-popup .information form.cart.open .single_add_to_cart_button:before {
		margin: 0 !important
	}

	.form-cart-popup .information form.cart.open.open-btn-all .single_variation_wrap #shop-now.has-buy-now .single_add_to_cart_button:before {
		right: 1px;
		margin-top: 0 !important
	}

	.form-cart-popup .information form.cart.open.open-btn-addtocart .tbay-buy-now {
		display: none !important
	}

	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button {
		width: 100% !important;
		font-size: 14px !important;
		transition: none !important;
		max-width: unset !important;
		line-height: 50px !important;
		height: 50px
	}

	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button:before,
	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button:after {
		display: none !important
	}

	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button.loading:after {
		position: relative;
		display: inline-block !important
	}

	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward {
		width: 100%;
		font-size: 16px;
		transition: none !important
	}

	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward:before,
	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward:after {
		display: none !important
	}

	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward {
		width: 100%;
		font-size: 16px !important;
		transition: none !important
	}

	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward:before,
	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward:after {
		display: none !important
	}

	.form-cart-popup .information form.cart.open.open-btn-buynow .single_add_to_cart_button {
		display: none !important
	}

	.form-cart-popup .information form.cart.open.open-btn-buynow .tbay-buy-now {
		margin: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		font-size: 16px
	}

	.form-cart-popup .information form.cart.open.open-btn-buynow .tbay-buy-now {
		width: 100% !important;
		margin: 0 !important
	}

	.form-cart-popup .information form.cart.open~#mobile-close-infor-wrapper {
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		pointer-events: all
	}

	.form-cart-popup .information form.cart.open~.mobile-btn-cart-click {
		display: none
	}

	.form-cart-popup.product-type-variable .information form.cart .mobile-infor-wrapper,
	.form-cart-popup.product-type-grouped .information form.cart .mobile-infor-wrapper {
		margin-bottom: 0
	}
}

.product-nav {
	width: 100%
}

@media(max-width:1199px) {
	.product-nav {
		display: none !important
	}
}

.product-nav>.link-images>.psnav {
	left: 0;
	top: calc(50% - 40px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1000;
	position: fixed;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	max-width: 66px
}

.product-nav>.link-images>.psnav.right {
	right: 0;
	left: auto
}

.product-nav>.link-images>.psnav.right .single_nav {
	left: auto;
	right: 100%
}

.product-nav>.link-images>.psnav:hover .single_nav {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotateX(0);
	visibility: visible
}

.product-nav>.link-images>.psnav .img-link img {
	max-width: 66px;
	border: 1px solid rgba(145, 158, 171, .24)
}

.product-nav>.link-images>.psnav .single_nav {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	visibility: hidden;
	min-height: 66px;
	padding: 14px 20px 18px;
	transform: rotateX(90deg);
	background-color: #ebebeb;
	justify-content: center;
	min-width: 230px;
	text-align: center;
	position: absolute;
	left: 100%;
	right: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center
}

.product-nav>.link-images>.psnav .single_nav a {
	display: inline-block;
	border: 0;
	height: auto;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	background: 0 0;
	box-shadow: none
}

.product-nav>.link-images>.psnav .single_nav .single_nav a:hover,
.product-nav>.link-images>.psnav .single_nav .single_nav a:focus {
	color: var(--tb-theme-color)
}

.product-nav>.link-images>.psnav .single_nav .price {
	margin-top: 0
}

.product-nav>.link-images>.psnav .single_nav .price>* {
	font-size: 18px
}

.product-nav>.link-images>.psnav .single_nav .price>ins {
	margin-top: 3px
}

.product-nav p {
	float: left
}

.product-nav p:nth-child(2) {
	float: right
}

.product-nav .single_nav a {
	font-size: 12px;
	color: #212b36;
	font-weight: 500;
	line-height: 30px;
	background: 0 0;
	width: 28px;
	height: 28px;
	text-align: center;
	display: block;
	border: 1px solid #212b36;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.product-nav .single_nav a .fa {
	padding: 0 4px;
	line-height: 28px;
	display: block
}

.product-nav .single_nav a:hover,
.product-nav .single_nav a:focus {
	color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	-webkit-box-shadow: 0 0 0 30px var(--tb-theme-color) inset;
	box-shadow: 0 0 0 30px var(--tb-theme-color) inset
}

.product-nav.active>.link-images>.psnav {
	opacity: 1;
	filter: alpha(opacity=100)
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #777
}

.woocommerce-invalid #terms {
	outline: 0
}

.woocommerce-cart-form .table-responsive {
	overflow-x: unset
}

.woocommerce-cart-form .table-responsive .coupon {
	max-width: 50%
}

.woocommerce-cart-form .table-responsive .coupon>label {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600 !important
}

.woocommerce-cart-form .table-responsive .coupon>input#coupon_code {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	background: #f4f6f8;
	height: 44px;
	width: 100%;
	max-width: 270px;
	display: block
}

.woocommerce-cart-form .table-responsive .coupon>input.btn {
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	margin-top: 16px;
	padding: 0 17px;
	font-size: 14px
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: rgba(235, 233, 235, .35)
}

#add_payment_method #payment label,
.woocommerce-cart #payment label,
.woocommerce-checkout #payment label {
	font-weight: 700;
	vertical-align: middle
}

#add_payment_method #payment label.checkbox,
.woocommerce-cart #payment label.checkbox,
.woocommerce-checkout #payment label.checkbox {
	font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	height: auto
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	line-height: 30px;
	margin-left: 10px;
	margin-right: 0
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0;
	width: auto
}

#add_payment_method .cart_totals table.shop_table,
.woocommerce-cart .cart_totals table.shop_table,
.woocommerce-checkout .cart_totals table.shop_table {
	text-align: left
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	padding: 0 25px;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 46px
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	border-color: var(--tb-theme-color-hover);
	background: var(--tb-theme-color-hover);
	color: #fff
}

.woocommerce .cart-collaterals .related.owl-carousel {
	width: 100%
}

.woocommerce table.shop_table {
	border-collapse: collapse
}

.woocommerce .cart_totals h2 {
	font-size: 16px;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 0
}

.woocommerce .cart_totals table {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.woocommerce .cart_totals table>tbody>tr>th {
	border: 0
}

.woocommerce .cart_totals table tr.order-total .woocommerce-Price-amount {
	font-size: 20px;
	line-height: 28px
}

.woocommerce .cart_totals table tr.order-total th,
.woocommerce .cart_totals table tr.order-total td {
	padding: 20px 0 10px
}

.woocommerce table .woocommerce-Price-amount {
	color: #c30b0b;
	font-weight: 600;
	line-height: 22px
}

.woocommerce table.shop_table {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 0;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 25px
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents>thead {
	display: none
}

@media(min-width:768px) {
	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody {
		border-top: 1px solid rgba(145, 158, 171, .24)
	}
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr {
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	display: flex;
	align-items: center;
	width: 100%
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr.cart-controller {
	border-bottom: 0
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-thumbnail a {
	float: left
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.actions {
	padding-top: 24px;
	border-bottom: 0;
	width: 100%
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.actions .continue-to-shop a {
	color: var(--tb-theme-color);
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	display: inline-block
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.actions .pull-right input.btn {
	padding: 0;
	text-transform: capitalize;
	background: 0 0;
	color: var(--tb-theme-color);
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0;
	border: 0;
	height: auto
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody .cart_item .product-thumbnail img {
	width: auto;
	max-width: 48px
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents dl.variation {
	display: block
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents dl.variation dt {
	color: #919eab
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents dl.variation dd {
	color: #637381;
	float: left
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td {
	padding: 16px 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 0
}

@media(max-width:767px) {
	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td {
		float: left
	}
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-thumbnail {
	max-width: 50px
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-name {
	-webkit-box-flex: 1.5;
	-moz-box-flex: 1.5;
	-webkit-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-price {
	-webkit-box-flex: .3;
	-moz-box-flex: .3;
	-webkit-flex: .3;
	-ms-flex: .3;
	flex: .3
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-subtotal {
	-webkit-box-flex: .84;
	-moz-box-flex: .84;
	-webkit-flex: .84;
	-ms-flex: .84;
	flex: .84
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-subtotal>span {
	margin-left: 15px;
	margin-right: 0
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-quantity .box-quantity {
	float: right
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-quantity .quantity {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: 1px solid rgba(145, 158, 171, .32);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-quantity .quantity input.qty {
	width: 62px
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-quantity .quantity button {
	width: 28px
}

.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-remove {
	-webkit-box-flex: .5;
	-moz-box-flex: .5;
	-webkit-flex: .5;
	-ms-flex: .5;
	flex: .5
}

.woocommerce table.shop_table>thead>tr>th {
	text-align: center;
	border: 0;
	font-weight: 500;
	color: #333
}

.woocommerce table.shop_table .product-quantity .title-qty {
	display: none
}

.woocommerce table.shop_table .product-name>a {
	color: #212b36;
	line-height: 22px
}

.woocommerce table.shop_table .product-name>a:hover {
	color: var(--tb-theme-color)
}

.woocommerce table.shop_table a.remove {
	margin: auto;
	margin-right: 19px;
	color: #637381 !important
}

.woocommerce table.shop_table a.remove:hover {
	color: red !important;
	background: 0 0 !important
}

dl.variation {
	display: flex;
	font-weight: 400
}

dl.variation dt {
	font-weight: 400;
	color: #919eab
}

dl.variation dd {
	margin-left: 5px;
	margin-right: 0;
	color: #637381;
	display: inline-block
}

@media(max-width:768px) {

	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		float: left;
		border: 0;
		margin: 0;
		padding: 20px 0;
		position: absolute;
		left: 0;
		height: 100%;
		width: 120px;
		display: flex;
		align-items: center
	}

	.woocommerce table.shop_table_responsive.cart tr.cart_item,
	.woocommerce-page table.shop_table_responsive.cart tr.cart_item {
		float: left;
		width: 100%;
		position: relative;
		padding-left: 80px;
		padding-right: 10px;
		background: #fff
	}

	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead {
		display: none
	}

	.woocommerce table.shop_table_responsive tr td:before,
	.woocommerce-page table.shop_table_responsive tr td:before {
		display: none
	}

	.woocommerce .cart_totals table.shop_table_responsive tr td:before,
	.woocommerce-page .cart_totals table.shop_table_responsive tr td:before {
		display: block;
		font-weight: 500
	}

	.woocommerce table.shop_table.cart {
		border-color: transparent
	}

	.woocommerce table.shop_table.cart tbody>tr>td {
		border-color: transparent;
		background-color: transparent
	}

	.woocommerce table.shop_table.cart tr td.actions>div>div {
		padding-top: 15px
	}

	.woocommerce table.shop_table.cart tbody td.product-name {
		text-align: left !important;
		float: left;
		border: 0;
		padding-left: 0;
		width: 100%
	}

	.woocommerce table.shop_table.cart tbody td.product-price {
		width: 100%;
		padding: 0;
		text-align: left !important;
		display: inline-block;
		border: 0
	}

	.woocommerce table.shop_table.cart tbody td.product-quantity {
		border: 0;
		float: left
	}

	.woocommerce table.shop_table.cart tbody td.product-quantity .quantity {
		background: #fff;
		margin-right: 0
	}

	.woocommerce table.shop_table.cart tbody td.product-subtotal.price {
		text-align: center !important
	}

	.woocommerce table.shop_table.cart tbody td.product-subtotal.price>span {
		margin-left: 0
	}

	.woocommerce table.shop_table.cart tbody td.product-remove {
		border: 0;
		float: left;
		padding-top: 15px
	}

	.woocommerce table.shop_table.cart tbody td.product-remove a {
		font-size: 18px
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 48%
	}
}

.woocommerce-cart .woocommerce>.widget {
	width: 70%;
	float: left;
	padding-right: 50px;
	margin-bottom: 60px
}

.woocommerce-cart .woocommerce>.widget.cart-collaterals {
	width: 30%;
	float: right;
	padding: 0;
	padding-left: 20px
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
	width: 100%
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
	padding: 16px 20px 6px;
	background: #f4f6f8;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	text-transform: capitalize
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
	padding: 0 20px 10px;
	margin-bottom: 3px;
	background: #f4f6f8;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .cart-subtotal td {
	padding-bottom: 9px
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method {
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li {
	line-height: 16px;
	margin-bottom: 21px;
	display: inline-flex
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]+label {
	margin-bottom: 0;
	line-height: 18px
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method li input[type=radio]+label:before {
	vertical-align: text-top
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-button {
	margin-top: 12px;
	color: var(--tb-theme-color)
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-button:after {
	display: none
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr th {
	padding-left: 0;
	font-weight: 400;
	vertical-align: middle
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr td {
	padding: 9px 0 16px;
	text-align: right;
	border-bottom: 0
}

.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
.woocommerce-checkout .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
.woocommerce-checkout .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
#add_payment_method .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
#add_payment_method .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
	border-top: 0;
	background-color: transparent
}

.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
.woocommerce-checkout .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
#add_payment_method .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th {
	vertical-align: top;
	padding-top: 4px
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td {
	border-color: rgba(145, 158, 171, .24)
}

@media(max-width:1199px) {
	.woocommerce-cart .woocommerce>.widget {
		width: 100%;
		padding: 0
	}

	.woocommerce-cart .woocommerce>.widget.cart-collaterals {
		width: 100%;
		padding: 0
	}
}

@media(max-width:767px) {
	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr {
		display: block;
		padding-left: 120px
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr.tbay-no-border {
		padding-left: 0
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr.cart-controller {
		padding-left: 0
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-thumbnail {
		max-width: max-content
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-subtotal {
		display: none
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-price {
		padding: 0
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-name {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 5px
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-quantity {
		padding-top: 5px
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-quantity .box-quantity {
		float: left
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-remove {
		margin-left: 15px;
		margin-right: 0;
		padding-top: 16px
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody>tr>td.product-remove a {
		margin-left: 0;
		margin-right: 0
	}

	.woocommerce table.shop_table.cart.woocommerce-cart-form__contents tbody .cart_item .product-thumbnail img {
		max-width: 105px
	}

	.woocommerce table.shop_table.cart tbody td.product-subtotal.price {
		text-align: left !important
	}

	.woocommerce-cart-form .table-responsive .coupon {
		max-width: 100%
	}
}

.tbay-my-account-avatar {
	display: none
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%
}

.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff
}

.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	background: var(--tb-theme-color-hover);
	border-color: var(--tb-theme-color-hover)
}

.account-orders-table .order-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.account-orders-table .order-actions>a {
	color: #fff;
	background: var(--tb-theme-color);
	line-height: 40px;
	padding: 0 15px
}

.account-orders-table .order-actions>a.cancel {
	background: red
}

.woocommerce .woocommerce-order-details .order-again {
	margin-top: 15px
}

.woocommerce .woocommerce-customer-details address {
	border-width: 1px
}

.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content {
	background: #fff;
	float: none;
	vertical-align: top
}

.woocommerce .woocommerce-MyAccount-navigation p a,
.woocommerce .woocommerce-MyAccount-content p a {
	font-weight: 600
}

@media(min-width:1025px) {

	.woocommerce .woocommerce-MyAccount-navigation,
	.woocommerce .woocommerce-MyAccount-content {
		padding-top: 50px;
		padding-bottom: 100px;
		padding-left: 0;
		padding-right: 15px
	}
}

.woocommerce .woocommerce-MyAccount-navigation {
	margin-bottom: 20px
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	padding: 0;
	list-style: none;
	margin: 0
}

.woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
	border-top: 1px solid #e0e0e0
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	text-align: left;
	box-shadow: none;
	outline: 0;
	margin: 0;
	cursor: pointer;
	padding: 12px 5px 12px 12px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	color: #666;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	display: inline-block;
	font-family: 'simple-line-icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 14px;
	margin-left: 0;
	font-size: 18px;
	vertical-align: sub
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce .woocommerce-MyAccount-navigation ul li:focus a {
	background: var(--tb-theme-color);
	color: #fff;
	border-color: transparent;
	border-bottom-color: #fff
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "\e007"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
	content: "\e08a"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "\e04e"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "\e083"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "\e096"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	content: "\e025"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--inquiry a:before {
	content: "\e05d"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rma-requests a:before {
	content: '\e098';
	font-family: 'simple-line-icons'
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--following a:before {
	content: '\e028'
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--support-tickets a:before {
	content: '\e04a'
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "\e005"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "\e065"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-store-manager a:before {
	font-family: "Font Awesome 5 Free";
	font-size: 16px
}

.woocommerce .woocommerce-MyAccount-content label {
	font-weight: 500
}

@media(min-width:1025px) {
	.woocommerce .woocommerce-MyAccount-content {
		width: 80%;
		padding-left: 15px;
		padding-right: 0
	}
}

.woocommerce .woocommerce-MyAccount-content .form-control {
	height: 38px;
	line-height: 38px
}

.woocommerce .woocommerce-MyAccount-content .form-control:focus {
	-webkit-box-shadow: 0 5px 21px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 5px 21px 0 rgba(0, 0, 0, .14);
	outline: 0;
	border-color: #fff
}

.woocommerce .woocommerce-MyAccount-content legend {
	font-weight: 500;
	padding: 17px 0 10px;
	margin-bottom: 6px
}

.woocommerce .woocommerce-MyAccount-content input[type=submit] {
	margin-top: 6px
}

.woocommerce .woocommerce-MyAccount-content .address {
	margin-top: 16px
}

.woocommerce .woocommerce-MyAccount-content .shop_table {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-color: #ddd;
	border-bottom: 0;
	border-right: 0;
	margin: 0
}

.woocommerce .woocommerce-MyAccount-content .shop_table>thead>tr>td,
.woocommerce .woocommerce-MyAccount-content .shop_table>thead>tr th,
.woocommerce .woocommerce-MyAccount-content .shop_table>tbody>tr>td,
.woocommerce .woocommerce-MyAccount-content .shop_table>tbody>tr th,
.woocommerce .woocommerce-MyAccount-content .shop_table>tfoot>tr>td,
.woocommerce .woocommerce-MyAccount-content .shop_table>tfoot>tr th {
	border: 1px solid #ddd;
	vertical-align: middle;
	line-height: 30px;
	padding: 6px 20px
}

.woocommerce .woocommerce-MyAccount-content h3 {
	margin-top: 0;
	font-weight: 500
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	margin: 0;
	font-size: 20px;
	margin-bottom: 20px;
	color: #0b132b
}

.woocommerce-account .addresses .title h3 {
	font-size: 16px
}

.woocommerce-account .addresses .title .edit {
	line-height: 60px;
	margin-right: 30px;
	margin-left: 0
}

.select2-container--default .select2-selection--single {
	text-align: left
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-page .woocommerce-customer-details .woocommerce-column__title {
	line-height: 30px;
	font-weight: 500;
	font-size: 20px
}

.woocommerce .woocommerce-customer-details address,
.woocommerce-page .woocommerce-customer-details address {
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 6px 12px
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
	width: 100%;
	max-width: 100%;
	padding: 0
}

.woocommerce .col2-set.addresses,
.woocommerce-page .col2-set.addresses {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	width: auto;
	padding: 0
}

.woocommerce .col2-set.addresses>div,
.woocommerce-page .col2-set.addresses>div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid rgba(145, 158, 171, .24);
	overflow: hidden;
	margin: 0 15px;
	padding: 0
}

.woocommerce .col2-set.addresses .address,
.woocommerce-page .col2-set.addresses .address {
	float: left
}

.woocommerce .col2-set.addresses .address:last-child,
.woocommerce-page .col2-set.addresses .address:last-child {
	float: right
}

.woocommerce .col2-set.addresses .title,
.woocommerce-page .col2-set.addresses .title {
	background: #fbfbfb
}

.woocommerce .col2-set.addresses address,
.woocommerce-page .col2-set.addresses address {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 20px 30px;
	line-height: 32px;
	margin: 0
}

.woocommerce .col2-set.addresses .woocommerce-column__title,
.woocommerce .col2-set.addresses h3,
.woocommerce-page .col2-set.addresses .woocommerce-column__title,
.woocommerce-page .col2-set.addresses h3 {
	line-height: 60px;
	padding: 0 30px;
	font-weight: 500;
	background: #f5f5f5;
	font-size: 15px;
	margin: 0
}

.woocommerce-account #main-content .woocommerce .title-account {
	font-size: 60px;
	display: block;
	font-weight: 200;
	color: #eee;
	margin: 0;
	line-height: normal;
	padding-bottom: 50px
}

.woocommerce-account #main-content .woocommerce .title-account span {
	display: block;
	vertical-align: top;
	font-size: 30px;
	color: #000;
	line-height: normal
}

.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content p.form-row-wide {
	display: inline-block;
	width: 100%
}

.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content p:not(.woocommerce-info):not(.woocommerce-message):not(.dokan-error) {
	max-width: inherit
}

.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content input,
.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
	height: 44px
}

.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content input:focus,
.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.edit-account p:last-child {
	margin-top: 10px
}

.woocommerce table.shop_table.woocommerce-orders-table tbody>tr:first-child td:first-child {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.shop_table.woocommerce-orders-table tbody>tr td+td {
	border-left: 1px solid rgba(0, 0, 0, .1)
}

@media(max-width:767px) {
	.woocommerce table.shop_table.woocommerce-orders-table tbody>tr td+td {
		border-top: 0
	}
}

.woocommerce table.shop_table.woocommerce-table--order-details td,
.woocommerce table.shop_table.woocommerce-table--order-details th {
	text-align: left
}

.woocommerce table.shop_table.woocommerce-table--order-details td.woocommerce-table__product-name ul.wc-item-meta li {
	display: flex
}

.woocommerce table.shop_table.woocommerce-table--order-details>thead>tr>th {
	text-align: left
}

@media(max-width:768px) {

	.woocommerce table.shop_table_responsive.woocommerce-orders-table tr td:before,
	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr td:before {
		display: block
	}
}

@media(max-width:767px) {

	.woocommerce .col2-set.addresses,
	.woocommerce-page .col2-set.addresses {
		flex-direction: column;
		margin: 0
	}

	.woocommerce .col2-set.addresses .address,
	.woocommerce-page .col2-set.addresses .address {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.woocommerce .col2-set.addresses .address+.address,
	.woocommerce-page .col2-set.addresses .address+.address {
		margin-top: 20px;
		margin-bottom: 30px
	}

	.woocommerce .col2-set.addresses>div,
	.woocommerce-page .col2-set.addresses>div {
		margin: 0
	}

	.woocommerce .col2-set.addresses>div+div,
	.woocommerce-page .col2-set.addresses>div+div {
		margin-top: 20px
	}
}

.woocommerce .woocommerce-ResetPassword {
	margin-top: 30px;
	margin-bottom: 60px
}

.woocommerce .woocommerce-ResetPassword .form-row .woocommerce-Button {
	width: max-content;
	font-size: 16px;
	line-height: 46px
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 0;
	padding: 0;
	margin: 29px 0;
	text-align: left;
	border-radius: 5px
}

.woocommerce form.checkout_coupon button.button,
.woocommerce form.login button.button,
.woocommerce form.register button.button {
	max-width: max-content;
	min-width: 159px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	line-height: 46px
}

.woocommerce form.login .form-row {
	flex-direction: row;
	align-items: center;
	position: relative
}

.woocommerce form.login .form-row .woocommerce-form-login__rememberme {
	margin: 0 auto 0 0;
	display: inline-flex
}

.woocommerce form.login .form-row .woocommerce-form-login__submit {
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1
}

.woocommerce form.login p.inline {
	display: inline-flex;
	align-items: center;
	cursor: default
}

.woocommerce form.login .lost_password {
	float: right;
	margin: 0
}

.woocommerce form.login .lost_password a {
	color: var(--tb-theme-color)
}

.woocommerce form.login button {
	clear: both
}

.woocommerce #customer_login form.login {
	min-height: 300px
}

@media(min-width:1200px) {

	.woocommerce #customer_login form.register,
	.woocommerce #customer_login form.login {
		margin-right: 100px;
		margin-left: 0
	}
}

@media(min-width:768px) {

	.woocommerce #customer_login form.register,
	.woocommerce #customer_login form.login {
		margin-bottom: 90px
	}
}

.woocommerce #customer_login h2 {
	font-size: 24px;
	line-height: 36px;
	color: #212b36
}

.woocommerce #customer_login h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212b36
}

.woocommerce form.register {
	min-height: 300px
}

.woocommerce form.register .woocommerce-privacy-policy-text p {
	color: #999;
	line-height: 22px;
	margin: 10px 0 0;
	padding: 25px 0 17px;
	border-top: 1px solid #eee
}

.woocommerce form.register .woocommerce-privacy-policy-text a {
	color: var(--tb-theme-color)
}

.woocommerce form.register.dokan-vendor-register>p:last-child {
	text-align: left
}

.u-columns {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #fff;
	margin: 0;
	padding: 60px 70px
}

.u-columns>div {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0
}

.u-columns>div:only-child {
	padding: 0 !important
}

.u-columns>div:only-child .nav-tabs {
	justify-content: center
}

.u-columns .nav-tabs {
	border: 0;
	padding-bottom: 35px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.u-columns .nav-tabs li {
	margin: 0
}

.u-columns .nav-tabs li a {
	color: #bbb;
	font-size: 22px;
	font-weight: 700;
	border: 0
}

.u-columns .nav-tabs li a:hover,
.u-columns .nav-tabs li a:focus,
.u-columns .nav-tabs li a.active {
	color: #000;
	border: 0;
	background: 0 0
}

.u-columns .nav-tabs li+li {
	margin-left: 30px
}

.u-columns .tab-content .woocommerce-form__label-for-checkbox {
	display: table
}

.u-columns .tab-content .woocommerce-form__label-for-checkbox input {
	display: none
}

.u-columns .tab-pane .sub-title {
	display: block;
	line-height: 30px;
	padding-bottom: 12px
}

.u-columns .log-form {
	padding-right: 115px
}

.u-columns .log-with-social {
	padding-left: 115px;
	border-left: 1px solid #eaeaea
}

.log-with-social .social-log {
	margin-top: 65px;
	line-height: 30px;
	text-align: left
}

.log-with-social .social-log span {
	padding: 0
}

.log-with-social .social-log span:before {
	display: none
}

.social-log {
	position: relative;
	line-height: 37px;
	text-align: center;
	z-index: 1;
	margin-top: 35px
}

.social-log span {
	display: inline-block;
	padding: 0 20px;
	background: #fff
}

.social-log span:before {
	content: '';
	background: rgba(145, 158, 171, .24);
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: auto;
	z-index: -1
}

.log-with-social div.nsl-container-block.nsl-container .nsl-container-buttons {
	flex-direction: column
}

.log-with-social div.nsl-container-block.nsl-container .nsl-container-buttons a+a {
	margin-left: 0 !important;
	margin-top: 10px !important
}

div.nsl-container-block.nsl-container .nsl-container-buttons {
	display: flex !important;
	flex-direction: row;
	padding: 6px 0 0 !important;
	text-align: center
}

div.nsl-container-block.nsl-container .nsl-container-buttons a {
	display: inline-block;
	margin: 0;
	max-width: unset;
	line-height: 44px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 !important
}

div.nsl-container-block.nsl-container .nsl-container-buttons a+a {
	margin-left: 10px !important
}

div.nsl-container-block.nsl-container .nsl-button {
	text-align: center;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	padding: 0 24px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

div.nsl-container-block.nsl-container .nsl-button .nsl-button-label-container {
	margin: 0;
	padding: 0;
	font-family: var(--tb-text-primary-font);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	vertical-align: middle
}

div.nsl-container-block.nsl-container .nsl-button i {
	margin-right: 7px;
	margin-left: 0;
	vertical-align: middle;
	display: inline-block
}

@media(max-width:767px) {

	.woocommerce #customer_login form.login,
	.woocommerce form.register {
		min-height: unset;
		float: left;
		width: 100%
	}

	.woocommerce #customer_login h2 {
		font-size: 20px;
		line-height: 28px
	}

	.woocommerce #customer_login h5 {
		font-size: 14px;
		line-height: 22px
	}

	.woocommerce form.login button.button,
	.woocommerce form.register button.button {
		line-height: 36px
	}
}

.woocommerce-order tfoot {
	background: #f7f6f7
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
	margin: 0;
	line-height: 30px;
	border-bottom: 0;
	padding: 0 0 12px
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
	border: 1px solid rgba(145, 158, 171, .24);
	background: #f5f5f5;
	padding: 20px;
	display: flex;
	overflow-x: auto !important;
	white-space: nowrap
}

.woocommerce-order-received .woocommerce-order table.shop_table {
	padding: 0 30px
}

.woocommerce-order-received .woocommerce-order table.shop_table thead tr th,
.woocommerce-order-received .woocommerce-order table.shop_table thead tr td,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr th,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td {
	border: 1px solid rgba(145, 158, 171, .24);
	width: 50%;
	color: #212b36
}

.woocommerce-order-received .woocommerce-order table.shop_table thead tr th .woocommerce-Price-amount,
.woocommerce-order-received .woocommerce-order table.shop_table thead tr td .woocommerce-Price-amount,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr th .woocommerce-Price-amount,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td .woocommerce-Price-amount {
	font-weight: 400;
	color: #c30b0b
}

.woocommerce-order-received .woocommerce-order table.shop_table thead tr .product-name>a:hover,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr .product-name>a:hover {
	color: var(--tb-theme-color)
}

.woocommerce-order-received .woocommerce-order table.shop_table thead tr:not(.woocommerce-table__line-item) .product-name,
.woocommerce-order-received .woocommerce-order table.shop_table thead tr:not(.woocommerce-table__line-item) .product-total,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr:not(.woocommerce-table__line-item) .product-name,
.woocommerce-order-received .woocommerce-order table.shop_table tbody tr:not(.woocommerce-table__line-item) .product-total {
	font-weight: 700
}

.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr th {
	font-weight: 700;
	color: #212b36
}

.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr th .woocommerce-Price-amount,
.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr td .woocommerce-Price-amount {
	font-weight: 700;
	color: #c30b0b
}

.woocommerce-order-received .woocommerce-order table.shop_table tfoot th,
.woocommerce-order-received .woocommerce-order table.shop_table tfoot td {
	color: #212b36;
	vertical-align: middle
}

.woocommerce-order-received .order-again {
	margin-top: 20px
}

.woocommerce ul.order_details li {
	line-height: 30px;
	font-size: 11px;
	margin: 0;
	width: 200px
}

.woocommerce ul.order_details li+li {
	margin-left: 30px
}

.woocommerce ul.order_details li strong {
	font-size: 14px
}

.woocommerce-order>p:not(.woocommerce-thankyou-order-received) {
	margin-bottom: 30px !important
}

.woocommerce-order .product-quantity {
	font-weight: 500
}

.woocommerce-order .woocommerce-order-details {
	overflow: hidden
}

.woocommerce-order .woocommerce-order-details h2 {
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #17181a
}

.woocommerce-order .woocommerce-order-details .order_details {
	border-top: 0;
	border-color: rgba(145, 158, 171, .24);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.woocommerce-order .woocommerce-order-details .order_details * {
	border-color: rgba(145, 158, 171, .24);
	text-align: left !important
}

.woocommerce-order .woocommerce-order-details .order_details .button {
	border-color: var(--tb-theme-color)
}

.woocommerce-order .woocommerce-order-details header {
	margin-top: 50px
}

.woocommerce-order .woocommerce-order-details header h2 {
	border: 0;
	padding: 0;
	background: 0 0
}

.woocommerce-order .woocommerce-order-details .dokan-info {
	margin: 0 0 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.woocommerce-order .woocommerce-customer-details {
	margin: 45px 0
}

.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column--billing-address {
	z-index: 4
}

.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-customer-details--phone {
	margin: 5px 0
}

.woocommerce table.my_account_orders {
	font-size: inherit
}

.woocommerce table.my_account_orders thead tr,
.woocommerce table.my_account_orders tbody tr {
	background: 0 0
}

.woocommerce table.my_account_orders thead tr th,
.woocommerce table.my_account_orders thead tr td,
.woocommerce table.my_account_orders tbody tr th,
.woocommerce table.my_account_orders tbody tr td {
	width: auto;
	background: 0 0
}

.woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr>th,
.woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr>td {
	border-left: 0 !important
}

.woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr>th:last-child,
.woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr>td:last-child {
	border-right: 0 !important
}

.woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr:last-child>td {
	border-bottom: 0 !important
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	line-height: 1.75
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin: 5px 0
}

#track-order i {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	margin-right: 5px;
	margin-left: 0
}

.woocommerce-form.track_order .form-row button {
	padding: 0 50px;
	margin-top: 7px;
	max-width: max-content;
	min-width: 159px;
	font-size: 16px;
	font-weight: 700;
	line-height: 46px;
	background-color: #183F35;
	color: #B6D554;
}

.track_order {
	/* background: #fff; */
	margin-top: 5px;
	/* padding: 48px 0 243px */
}

@media(max-width:767px) {
	.track_order {
		padding: 25px 0 50px
	}
}

.track_order p:first-child {
	color: #212b36;
	margin-bottom: 28px;
	font-size: 16px;
	line-height: 24px
}

.track_order p.form-row-first,
.track_order p.form-row-last {
	width: 100%
}

.track_order p.form-row-first input,
.track_order p.form-row-last input {
	font-size: 16px;
	color: #212b36
}

.track_order p.form-row-last {
	margin-bottom: 11px
}

.track_order button {
	float: right
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	max-width: 40px;
	padding-left: 3px;
	margin: 0
}

.woocommerce-checkout #payment div.form-row {
	display: block
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	padding: 0 30px;
	float: left;
	margin-top: 20px;
	line-height: 46px;
	font-size: 16px;
	font-weight: 700;
	min-width: 286px
}

.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:focus {
	color: #fff
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border: 0;
	margin-top: 0;
	background: #f4f6f8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody>tr>td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr>td {
	text-align: left
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th.product-name img,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody>tr>td.product-name img,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr>td.product-name img {
	max-width: 48px;
	margin-right: 18px;
	float: left
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody>tr>td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr>td {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	color: #212b36;
	font-weight: 400
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	padding-top: 17px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th.product-name {
	padding-left: 25px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th.product-total {
	text-align: right;
	padding-right: 24px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr:last-child>td {
	padding-bottom: 16px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td {
	padding-top: 6px;
	padding-bottom: 10px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name {
	padding-left: 24px;
	padding-right: 10px;
	width: 50%
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name .product-quantity {
	letter-spacing: -1.1px;
	font-weight: 400;
	display: inline-block
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name .product-quantity:before {
	content: "("
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name .product-quantity:after {
	content: ")"
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name .product-quantity:before,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name .product-quantity:after {
	display: inline-block
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name .product-quantity+dl.variation {
	line-height: 24px;
	display: block
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name .product-quantity+dl.variation dd.variation-Vendor {
	display: inline-block
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name .product-quantity+dl.variation dt {
	float: unset
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name .product-quantity+dl.variation dt.variation-Warranty {
	margin-left: .25em
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-total {
	text-align: right;
	padding-right: 24px;
	vertical-align: unset
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot {
	position: sticky;
	z-index: 111
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot:before {
	content: "";
	background: rgba(145, 158, 171, .24);
	height: 1px;
	position: absolute;
	left: 20px;
	right: 24px;
	top: 0
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.cart-subtotal>th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.cart-subtotal td {
	padding-top: 17px;
	padding-bottom: 3px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.woocommerce-shipping-totals>td {
	padding-top: 13px;
	padding-bottom: 15px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.woocommerce-shipping-totals>td>ul {
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.woocommerce-shipping-totals>td>ul#shipping_method li {
	margin-bottom: 7px;
	display: inline-flex
}

@media(max-width:767px) {
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.woocommerce-shipping-totals>td>ul#shipping_method li {
		letter-spacing: -.5px
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.woocommerce-shipping-totals>td>ul#shipping_method li label:before {
		margin-left: 0
	}
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.woocommerce-shipping-totals>td>ul#shipping_method li label {
	line-height: 28px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.woocommerce-shipping-totals>td>ul#shipping_method li label:before {
	vertical-align: text-top
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.order-total {
	position: sticky
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.order-total:before {
	content: "";
	background: rgba(145, 158, 171, .24);
	height: 1px;
	position: absolute;
	left: 20px;
	right: 24px;
	top: 0
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.order-total>th {
	padding-top: 25px;
	padding-bottom: 24px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.order-total>td .woocommerce-Price-amount {
	font-size: 20px;
	line-height: 28px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th {
	padding-left: 20px;
	padding-right: 10px;
	float: left
}

@media(max-width:767px) {
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th {
		float: unset
	}
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td {
	padding-right: 24px;
	text-align: right
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
	font-weight: 600;
	color: #183F35;
	line-height: 22px
}

.woocommerce-checkout .woocommerce-form-login-toggle {
	padding-top: 6px
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	padding: 16px 0 16px 5px;
	border-top: 1px solid rgba(145, 158, 171, .24);
	background: 0 0;
	margin-bottom: 0;
	color: #212b36;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-transform: capitalize
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
	display: none
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info>a,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info>a {
	color: var(--tb-theme-color);
	font-size: 14px;
	line-height: 22px;
	font-weight: 400
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login {
	padding: 24px;
	border: 1px solid rgba(145, 158, 171, .24);
	margin: 0 0 16px
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login .lost_password {
	float: left
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon {
	padding: 24px;
	border: 1px solid rgba(145, 158, 171, .24);
	margin: 16px 0 0
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row-last button {
	margin: 0;
	line-height: 42px
}

.woocommerce-checkout form.checkout {
	margin-top: 17px;
	margin-bottom: 110px
}

.woocommerce-checkout form.checkout label.checkbox {
	display: flex
}

.woocommerce-checkout form.checkout label.checkbox span {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	flex-wrap: wrap
}

@media(max-width:1199px) {
	.woocommerce-checkout form.checkout label.checkbox span.required {
		display: none
	}
}

.woocommerce-checkout form.checkout .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
	min-height: 150px;
	padding-top: 16px !important;
	padding-bottom: 16px
}

@media(min-width:992px) {
	.woocommerce-checkout form.checkout .details-review {
		padding-left: 45px
	}
}

.woocommerce-checkout form.checkout .details-review .order-review h3 {
	margin-bottom: 24px
}

.woocommerce-checkout form.checkout .order-payment h3 {
	margin-top: 31px;
	margin-bottom: 24px
}

.woocommerce-checkout form.checkout .order-payment #payment {
	background: 0 0
}

.woocommerce-checkout form.checkout .order-payment #payment ul.payment_methods {
	padding: 0;
	border-bottom: 0
}

.woocommerce-checkout form.checkout .order-payment #payment ul.payment_methods li {
	background: #f4f6f8;
	padding: 15px 23px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

.woocommerce-checkout form.checkout .order-payment #payment ul.payment_methods li input[type=radio]+label:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woocommerce-checkout form.checkout .order-payment #payment ul.payment_methods li.woocommerce-info:before {
	position: unset;
	line-height: 1;
	margin-right: 5px;
	margin-left: 0
}

.woocommerce-checkout form.checkout .order-payment #payment ul.payment_methods li input[type=radio]:checked+label:before {
	background: 0 0;
	padding-left: 1px;
	padding-right: 0;
	color: var(--tb-theme-color)
}

.woocommerce-checkout form.checkout .order-payment #payment ul.payment_methods li label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 3px
}

.woocommerce-checkout form.checkout .order-payment #payment ul.payment_methods li label:before {
	margin-left: 0;
	margin-right: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: 0 0
}

.woocommerce-checkout form.checkout .order-payment #payment ul.payment_methods li+li {
	margin-top: 8px
}

.woocommerce-checkout form.checkout .order-payment #payment div.payment_box {
	background: 0 0;
	padding: 0;
	padding-left: 30px;
	font-size: 12px;
	line-height: 18px;
	color: #637381;
	margin-top: 0;
	margin-bottom: 0
}

.woocommerce-checkout form.checkout .order-payment #payment div.payment_box:before {
	display: none
}

.woocommerce-checkout form.checkout .order-payment #payment .place-order {
	padding: 0;
	padding-top: 26px
}

.woocommerce-checkout form.checkout .order-payment #payment .place-order .woocommerce-terms-and-conditions-checkbox-text a {
	color: var(--tb-theme-color);
	margin-left: 3px;
	margin-right: 0;
	line-height: 24px
}

form.woocommerce-checkout .woocommerce-billing-fields h3,
form.woocommerce-checkout .details-review .order-review h3,
form.woocommerce-checkout .order-payment h3 {
	font-size: 20px;
	line-height: 28px;
	color: #183F35;
	font-weight: 600;
	text-transform: capitalize
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	top: 12px
}

.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
	color: #637381;
	font-size: 20px
}

.woocommerce form .show-password-input.display-password:after,
.woocommerce-page form .show-password-input.display-password:after {
	opacity: .7;
	filter: alpha(opacity=70)
}

@media(max-width:767px) {
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.order-total {
		position: fixed
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.order-total:before {
		display: none
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr.order-total>th {
		padding-top: 11px;
		padding-bottom: 11px
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name {
		display: table-cell
	}

	.woocommerce-checkout form.checkout {
		margin-bottom: 0
	}

	.woocommerce-checkout form.checkout .validate-required label.checkbox input[type=checkbox]+span {
		display: initial
	}

	.woocommerce-checkout form.checkout label.checkbox input[type=checkbox]+span:before {
		font-size: 10px;
		color: #fff;
		margin-left: 0
	}

	.woocommerce-checkout form.checkout .order-payment #payment ul.payment_methods li input[type=radio]:checked+label:before {
		padding-left: 0
	}

	.woocommerce-checkout .woocommerce-form-login-toggle {
		padding-top: 20px
	}
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
	display: none !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
	display: inline !important
}

#custom-register,
#custom-login {
	color: #555;
	text-align: center
}

#custom-register input:not(.submit_button),
#custom-login input:not(.submit_button) {
	color: #999;
	padding: 0 15px;
	margin: 0 0 10px;
	border: 1px solid #ccc
}

#custom-register label.error,
#custom-login label.error {
	color: red
}

#custom-register input.error,
#custom-login input.error {
	border: 1px solid red !important
}

#custom-register input.submit_button,
#custom-login input.submit_button {
	width: 100%;
	height: auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

#custom-register a,
#custom-login a {
	text-decoration: none
}

#custom-register a.close,
#custom-login a.close {
	position: absolute;
	right: 15px;
	left: auto;
	top: 15px
}

#custom-register a.text-link,
#custom-login a.text-link {
	color: var(--tb-theme-color);
	margin-top: 5px;
	display: inline-block;
	float: right
}

#custom-register p.status,
#custom-login p.status {
	text-align: left;
	margin: 15px 0 20px;
	font-weight: 500;
	display: none
}

#custom-register p.status.successful,
#custom-login p.status.successful {
	color: #8cc84a
}

#custom-register p.status.wrong,
#custom-login p.status.wrong {
	color: #f7b217
}

#custom-register .social-log,
#custom-login .social-log {
	margin-top: 25px
}

#custom-register .vendor-register {
	margin: 10px 0 20px
}

#custom-register .vendor-register a {
	color: var(--tb-theme-color)
}

#custom-register input.submit_button {
	margin-top: 8px
}

#custom-login-wrapper .modal-dialog {
	margin-top: 10%
}

#custom-login-wrapper .btn-close {
	color: #fff;
	border: 0;
	background: 0 0;
	top: -25px;
	right: -35px
}

#custom-login-wrapper .btn-close i {
	font-size: 20px;
	line-height: 20px
}

#custom-login-wrapper #custom-register label.error,
#custom-login-wrapper #custom-login label.error {
	width: 100%;
	text-align: left
}

#custom-login-wrapper .modal-content {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

#custom-login-wrapper .modal-content .modal-body {
	padding: 42px 30px 30px
}

#custom-login-wrapper .nav-tabs {
	margin-bottom: 34px;
	width: 100%;
	border: 0;
	text-align: center;
	justify-content: center
}

#custom-login-wrapper .nav-tabs li {
	margin: 0
}

#custom-login-wrapper .nav-tabs li a {
	margin: 0;
	color: #bbb;
	font-size: 22px;
	font-weight: 700;
	border: 0
}

#custom-login-wrapper .nav-tabs li a:hover {
	background-color: transparent
}

#custom-login-wrapper .nav-tabs li a.active {
	color: #000;
	background: #fff
}

#custom-login-wrapper .nav-tabs li+li {
	margin-left: 30px
}

#custom-login-wrapper .tab-pane h3 {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	margin: 0 0 12px;
	text-align: left;
	line-height: 30px
}

#custom-login-wrapper .tab-pane .rememberme-wrapper {
	padding: 5px 0 26px;
	color: #000;
	display: inline-block;
	float: left
}

#custom-login-wrapper .tab-pane .rememberme-wrapper label {
	font-weight: 400;
	cursor: pointer;
	margin: 0
}

#custom-login-wrapper .tab-pane .rememberme-wrapper label:before {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

#store-toc-wrapper {
	margin-bottom: 40px
}

.dokan-verification-content input.dokan-btn {
	height: 36px
}

.dokan-verification-content .dokan-panel-body button.dokan-v-start-btn {
	margin-bottom: 0
}

.dokan-store-settign-header-wrap .entry-title>span>a.dokan-btn {
	display: inline-flex;
	align-items: center
}

.dokan-store-settign-header-wrap .entry-title>span>a.dokan-btn:hover {
	color: #333
}

.dokan-dashboard .page-header {
	margin-bottom: 0
}

.dokan-dashboard .dokan-dashboard-wrap {
	padding: 30px 0 60px
}

.dokan-dashboard .dokan-dashboard-wrap .import_div input.btn,
.dokan-dashboard .dokan-dashboard-wrap .export_div input.btn {
	background-color: #eee;
	border: 1px solid #eee;
	color: #444
}

.dokan-dashboard .dokan-dashboard-wrap .import_div input.btn:hover,
.dokan-dashboard .dokan-dashboard-wrap .import_div input.btn:focus,
.dokan-dashboard .dokan-dashboard-wrap .export_div input.btn:hover,
.dokan-dashboard .dokan-dashboard-wrap .export_div input.btn:focus {
	color: #444 !important;
	background-color: #eee !important
}

.dokan-dashboard .dokan-dashboard-wrap .export_div label,
.dokan-dashboard .dokan-dashboard-wrap .export_div input {
	margin: 0
}

.dokan-dashboard .dokan-dashboard-wrap .export_div label {
	margin-left: 7px
}

.dokan-dashboard .woocommerce-progress-form-wrapper .woocommerce-importer section,
.dokan-dashboard .woocommerce-progress-form-wrapper .wc-progress-form-content section {
	padding: 24px
}

.dokan-dashboard .woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th,
.dokan-dashboard .woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td,
.dokan-dashboard .woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,
.dokan-dashboard .woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td {
	padding: 15px
}

.dokan-dashboard .woocommerce-exporter-wrapper .woocommerce-exporter section {
	padding: 24px
}

.dokan-dashboard .woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,
.dokan-dashboard .woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td {
	padding: 15px
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
	background: var(--tb-theme-color)
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
	background: var(--tb-theme-color)
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
	padding: 0
}

.dokan-dashboard #insert-media-button {
	height: auto
}

ul.dokan-account-migration-lists li .right-content #dokan-become-wholesale-customer-btn:hover,
ul.dokan-account-migration-lists li .right-content #dokan-become-wholesale-customer-btn:focus {
	color: #fff
}

.dokan-store #main {
	padding: 0;
	margin-left: auto;
	margin-right: auto
}

.dokan-store #main #dokan-secondary {
	margin-right: 0 !important
}

.dokan-store #main .dokan-store-sidebar {
	border-right: 1px solid rgba(145, 158, 171, .24)
}

.dokan-store #main .dokan-store-sidebar .dokan-widget-area>aside,
.dokan-store #main .dokan-store-sidebar .sidebar>aside {
	padding: 0 23px 33px 0
}

.dokan-store #main .dokan-store-sidebar .dokan-widget-area>aside:first-child .widget-title,
.dokan-store #main .dokan-store-sidebar .sidebar>aside:first-child .widget-title {
	margin-top: 0;
	line-height: 1
}

.dokan-store #main .dokan-store-sidebar .dokan-widget-area>aside .cat-drop-stack>ul li.parent-cat-wrap a,
.dokan-store #main .dokan-store-sidebar .sidebar>aside .cat-drop-stack>ul li.parent-cat-wrap a {
	margin: 0
}

.dokan-store .tbay-breadscrumb {
	margin: 0 -15px
}

.dokan-product-listing .dokan-product-listing-area {
	padding: 0
}

.dokan-product-listing .dokan-product-listing-area .dokan-add-product-link a.dokan-btn {
	display: inline-flex;
	align-items: center
}

#store-toc-wrapper h2 {
	margin: 0 0 15px;
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 36px;
	font-weight: 500
}

.dokan-product-search-form .dokan-form-control[name=product_search_name] {
	padding-left: 15px;
	padding-right: 15px;
	height: 36px
}

.dokan-form-control {
	border-color: rgba(145, 158, 171, .24);
	color: #212b36
}

textarea.dokan-form-control {
	padding: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	resize: none
}

.dokan-withdraw-content .dokan-withdraw-area ul {
	margin-bottom: 21px
}

.dokan-withdraw-content .dokan-withdraw-area ul li.active a {
	color: var(--tb-theme-color)
}

.dokan-withdraw-content .dokan-withdraw-area ul li a {
	font-size: 13px
}

.dokan-order-filter-serach .select2-container--default .select2-selection--single {
	border-color: rgba(145, 158, 171, .24)
}

.dokan-form-horizontal input[type=submit] {
	margin-left: 10px
}

.dokan-form-horizontal .dokan-control-label {
	line-height: 44px
}

.dokan-dashboard .dokan-form-horizontal .dokan-control-label {
	line-height: inherit
}

.dokan-settings-content .dokan-settings-area .dokan-banner {
	margin: 30px auto
}

.singular-shop .dokan-report-abuse-button {
	font-size: 14px
}

form.register .dokan-become-seller .form-row {
	margin-bottom: 10px
}

form.register .dokan-become-seller .form-row:last-child input {
	margin-top: 20px !important
}

input[type=submit].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme,
input[type=submit].dokan-btn-default,
a.dokan-btn-default,
.dokan-btn-default,
input[type=submit].dokan-btn,
a.dokan-btn,
.dokan-btn {
	line-height: 36px;
	height: 36px;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 36px
}

.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn {
	padding-top: 0;
	padding-bottom: 0
}

#yith-quick-view-modal #yith-quick-view-content div.summary .sold-dokan {
	display: none
}

#dokan-store-listing-filter-form-wrap .store-search .store-search-input {
	border: 1px solid rgba(145, 158, 171, .24);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
	padding: 5px 25px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
	padding-top: 14px
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address {
	line-height: 22px;
	margin-bottom: 6px
}

#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
	margin-top: 36px;
	margin-bottom: 12px;
	font-size: 24px
}

#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] {
	left: 25%;
	float: right;
	right: auto
}

#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper>.store-content {
	padding-left: 4%;
	padding-right: 0
}

#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-data h2 {
	margin-bottom: 6px
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating {
	line-height: 27px
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons {
	width: 12px;
	height: 12px;
	font-size: 12px
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap {
	margin-top: 30px;
	margin-bottom: 60px
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap+.pagination-container .pagination-wrap {
	text-align: center
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap+.pagination-container .pagination-wrap ul.pagination,
#dokan-seller-listing-wrap ul.dokan-seller-wrap+.pagination-container .pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination #dokan-seller-listing-wrap ul.dokan-seller-wrap+.pagination-container .pagination-wrap ul.page-numbers {
	margin-top: 0;
	margin-bottom: 60px
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
	margin-bottom: 30px
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
	padding: 15px 20px 16px
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a {
	font-size: 25px;
	display: inline-block
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a span {
	padding: 0;
	width: 38px;
	height: 38px;
	line-height: 38px
}

#dokan-seller-listing-wrap button {
	padding: 0 15px
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td,
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th {
	vertical-align: middle
}

.dokan_v_id .radio {
	margin-bottom: 0
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap select {
	height: 37px
}

.pagination-wrap ul.pagination,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers {
	padding-left: 15px
}

.woocommerce form.register.dokan-vendor-register .form-row {
	padding: 0
}

.woocommerce.dokan-store #reviews h3 {
	margin-bottom: 20px
}

.woocommerce.dokan-store #reviews #comments ol.commentlist li .comment-text .description {
	margin-bottom: 16px
}

#dokan-vendor-register input[type=submit].dokan-btn-theme {
	width: max-content
}

.woocommerce form .form-row.user-role {
	flex-direction: row;
	align-items: center
}

.woocommerce form .form-row.user-role>label {
	display: inline-flex;
	align-items: center;
	padding-left: 0
}

.woocommerce form .form-row.user-role>label:first-child {
	margin-right: auto
}

.dokan-single-store .dokan-store-tabs ul.dokan-modules-button {
	margin-top: -1px
}

@media(max-width:767px) {
	.dokan-store-tabs~.tbay-filter .woocommerce-result-count {
		display: block
	}

	.dokan-single-store .dokan-store-tabs .dokan-list-inline {
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto
	}

	.dokan-single-store .dokan-store-tabs .dokan-list-inline>li {
		float: none !important
	}

	.dokan-single-store .dokan-store-tabs .dokan-list-inline>li button.dokan-btn {
		vertical-align: inherit
	}

	.dokan-widget-area .widget {
		margin-bottom: 20px;
		float: left;
		width: 100%
	}

	.woocommerce form.register.dokan-vendor-register {
		padding-left: 0;
		padding-right: 0
	}

	.dokan-store-sidebar,
	.dokan-single-store {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0
	}

	.dokan-dashboard .dokan-dashboard-wrap {
		padding: 0 0 60px
	}

	.dokan-store #main {
		display: flex;
		flex-direction: column-reverse
	}
}

@media(max-width:480px) {
	.dokan-single-store .dokan-store-tabs ul:after {
		display: block;
		clear: both;
		content: ""
	}

	.dokan-single-store .dokan-store-tabs ul li {
		margin: 0;
		border: 0
	}

	.dokan-store-products-filter-area select.orderby.orderby-search {
		margin-top: 15px
	}

	.dokan-form-horizontal {
		text-align: left
	}

	.dokan-form-horizontal .dokan-control-label {
		text-align: left
	}

	.dokan-dashboard [class*=dokan-w],
	.dokan-dashboard .store-open-close .dokan-w6 {
		width: 100% !important;
		margin-left: 0 !important
	}

	.dokan-form-group {
		margin-left: 0 !important
	}
}

@media(max-width:1199px) and (min-width:431px) {
	.dokan-dashboard .dokan-table {
		overflow-x: auto;
		overflow-y: hidden;
		display: block;
		outline: 0;
		white-space: nowrap;
		border-bottom: 0
	}
}

.store-cat-stack-dokan ul {
	padding: 0;
	list-style-type: none
}

.store-cat-stack-dokan ul li {
	line-height: 33px
}

.dokan-widget-area .widget .widget-title,
.dokan-widget-area .widget .widgettitle,
.dokan-widget-area .widget .widget-heading {
	padding-bottom: 0
}

.dokan-widget-area .widget:last-child {
	margin-bottom: 40px
}

.order_note_type~.add_note {
	height: 36px;
	line-height: 36px
}

#edit-slug-buttons button.edit-slug {
	border: 0
}

select.dokan-form-control {
	height: 36px;
	line-height: normal;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 4px 15px
}

.sold-dokan {
	color: #919eab;
	line-height: 24px
}

.sold-dokan>a {
	color: #637381;
	display: initial
}

.sold-dokan>a:hover {
	color: var(--tb-theme-color)
}

.sold-dokan+.price {
	margin-top: 10px
}

.store-page-wrap>div.seller-items {
	padding-left: 0
}

.store-page-wrap .woocommerce-result-count {
	float: right
}

.store-page-wrap .tbay-filter .display-mode {
	line-height: 40px;
	height: 40px
}

.store-page-wrap .products.vendor-list>.row>div .product-block.list {
	padding-left: 20px;
	padding-right: 0
}

.dokan-store-tabs~.tbay-filter {
	margin-top: 10px
}

.select2-container--open .select2-dropdown--below {
	margin-top: 0
}

.dokan-dashboard .select2-container {
	z-index: 999
}

.dokan-dashboard .dokan-store-support-ticket-search-form .select2-container--default .select2-selection .select2-selection__rendered {
	line-height: 34px;
	padding-top: 0;
	padding-bottom: 0
}

.dokan-dashboard .dokan-store-support-ticket-search-form input.dokan-btn {
	line-height: 36px;
	height: 36px
}

.dokan-dashboard .dokan-support-reply-form .comment-reply-title+form .form-submit {
	padding-bottom: 15px
}

.dokan-dashboard .select2-container--default .select2-selection .select2-selection__rendered {
	padding: 7px 15px
}

.dokan-dashboard .select2-container--default .select2-selection--single {
	margin-bottom: 0
}

.dokan-dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px
}

.dokan-dashboard .select2-search--dropdown input:focus {
	outline: 0
}

.dokan-dashboard input#order_date_filter {
	height: 36px;
	padding: 7px;
	margin: 0;
	border: 1px solid #ededed
}

.dokan-dashboard .dokan-table>tbody>tr>td {
	border-top: 2px solid #ededed
}

.dokan-dashboard .dokan-table tr>th.quantity,
.dokan-dashboard .dokan-table tr>td.quantity {
	padding: 8px;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: table-cell;
	text-align: center
}

.dokan-dashboard .dokan-dashboard-content article>a.dokan-btn {
	margin-bottom: 15px
}

.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li a:hover,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li a:focus {
	color: #333
}

#dokan-store-listing-filter-wrap .right .toggle-view .active {
	color: var(--tb-theme-color)
}

.dokan-seller-rating .rating {
	float: initial;
	display: block
}

.dokan-widget-area .widget h3 {
	margin-bottom: 20px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
	height: auto
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
	font-size: 24px;
	line-height: 32px;
	color: #212b36
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default {
	min-height: 370px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-open-close {
	color: #fff
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-open-close i {
	color: #fff
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
	padding: 40px;
	padding-top: 0;
	height: auto;
	border-color: rgba(145, 158, 171, .24)
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
	position: unset;
	height: auto;
	float: left
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
	margin-top: -100px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
	width: 120px;
	height: 120px;
	float: left;
	padding: 0;
	border-color: rgba(145, 158, 171, .24)
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info {
	clear: both;
	padding-top: 28px;
	width: 100%
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
	color: #212b36;
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 32px;
	text-shadow: none
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
	padding-left: 26px;
	padding-right: 0;
	line-height: 22px;
	margin-bottom: 0;
	max-width: 80%
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
	right: 40px;
	left: auto;
	bottom: 40px;
	top: auto
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
	padding: 0
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
	padding-bottom: 0
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-phone a {
	color: var(--tb-theme-color);
	font-weight: 700
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a:hover {
	color: var(--tb-theme-color)
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-open-close {
	color: #c30b0b
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-open-close i {
	color: #444
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
	padding: 15px
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
	float: left;
	padding: 0;
	border-color: rgba(145, 158, 171, .24)
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
	color: #212b36;
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 32px;
	text-shadow: none
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before {
	display: none
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
	clear: both
}

#dokan-store-listing-filter-wrap {
	padding-left: 16px;
	padding-right: 16px
}

#dokan-store-listing-filter-wrap .item:hover {
	color: var(--tb-theme-color);
	background: #fff
}

#dokan-store-listing-filter-wrap .item:hover .dokan-icons {
	color: var(--tb-theme-color)
}

#dokan-store-listing-filter-wrap .item .dokan-store-list-filter-button {
	line-height: 20px;
	background: var(--tb-theme-color);
	color: #fff
}

#dokan-store-listing-filter-wrap .right .item select {
	padding-top: 4px;
	padding-bottom: 4px
}

.dokan-single-store.dokan-w8 {
	width: 75%
}

@media(max-width:991px) {
	.dokan-store #main {
		display: flex;
		flex-direction: column-reverse
	}

	.dokan-store #main .tbay-breadscrumb {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}

	.dokan-single-store.dokan-w8,
	.dokan-w3 {
		width: 100%
	}
}

.dokan-pagination-container {
	margin-top: 34px
}

.dokan-pagination-container .dokan-pagination {
	display: flex;
	justify-content: center
}

.pagination-wrap ul.pagination>li>a:hover,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li>a:hover,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li>a:hover,
.pagination-wrap ul.pagination>li>a:focus,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li>a:focus,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li>a:focus,
.pagination-wrap ul.pagination>li.active a,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li.active a,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li.active a,
.pagination-wrap ul.pagination>li>span.current,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li>span.current,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li>span.current,
.dokan-pagination-container .dokan-pagination>li>a:hover,
.dokan-pagination-container .dokan-pagination>li>a:focus,
.dokan-pagination-container .dokan-pagination>li.active a,
.dokan-pagination-container .dokan-pagination>li>span.current {
	background: rgba(0, 171, 85, .08);
	color: var(--tb-theme-color);
	border-color: rgba(0, 171, 85, .08)
}

.pagination-wrap ul.pagination>li>a,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li>a,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li>a,
.dokan-pagination-container .dokan-pagination>li>a {
	padding: 10px 15px;
	border: 1px solid transparent;
	margin: 0 3px;
	line-height: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center
}

.pagination-wrap ul.pagination>li>span.current,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li>span.current,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li>span.current,
.dokan-pagination-container .dokan-pagination>li>span.current {
	padding: 10px 15px;
	margin: 0 3px;
	line-height: 1
}

.pagination-wrap ul.pagination>li:first-child>a,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li:first-child>a,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li:first-child>a,
.pagination-wrap ul.pagination>li:first-child span,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li:first-child span,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li:first-child span,
.dokan-pagination-container .dokan-pagination>li:first-child>a,
.dokan-pagination-container .dokan-pagination>li:first-child span {
	margin-left: 0
}

.pagination-wrap ul.pagination>li:first-child a,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li:first-child a,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li:first-child a,
.pagination-wrap ul.pagination>li:last-child a,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li:last-child a,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li:last-child a,
.dokan-pagination-container .dokan-pagination>li:first-child a,
.dokan-pagination-container .dokan-pagination>li:last-child a {
	font-size: 0
}

.pagination-wrap ul.pagination>li:first-child a:before,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li:first-child a:before,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li:first-child a:before,
.pagination-wrap ul.pagination>li:last-child a:before,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li:last-child a:before,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li:last-child a:before,
.dokan-pagination-container .dokan-pagination>li:first-child a:before,
.dokan-pagination-container .dokan-pagination>li:last-child a:before {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 3px
}

.pagination-wrap ul.pagination>li.disabled a,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li.disabled a,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li.disabled a,
.dokan-pagination-container .dokan-pagination>li.disabled a {
	background: rgba(0, 171, 85, .08);
	color: var(--tb-theme-color);
	border-color: rgba(0, 171, 85, .08);
	opacity: .75;
	filter: alpha(opacity=75)
}

.pagination-wrap ul.pagination>li:last-child a:before,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li:last-child a:before,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li:last-child a:before,
.dokan-pagination-container .dokan-pagination>li:last-child a:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.pagination-wrap ul.pagination>li:first-child a:before,
.pagination-wrap .wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination ul.page-numbers>li:first-child a:before,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .pagination-wrap ul.page-numbers>li:first-child a:before,
.dokan-pagination-container .dokan-pagination>li:first-child a:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.dokan-pagination-container .dokan-pagination>li>a {
	padding-top: 9px;
	padding-bottom: 9px
}

td.diviader {
	display: none
}

@media(max-width:991px) and (min-width:768px) {
	#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
		width: 50%
	}
}

.dokan-single-store .dokan-store-tabs .dokan-list-inline>li {
	border-right: 0;
	border-left: 0
}

.dokan-single-store .dokan-store-tabs .dokan-list-inline>li button.dokan-btn {
	height: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0
}

.woocommerce-button.button.request_warranty {
	margin-left: 5px;
	margin-right: 0
}

@media(min-width:1000px) {
	.dokan-store-wrap .dokan-store-sidebar {
		flex: 0 1 20%
	}

	.dokan-store-wrap.layout-left .dokan-store-sidebar,
	.dokan-store-wrap.layout-right .dokan-store-sidebar {
		margin: 0
	}

	.dokan-store-wrap.layout-left .dokan-single-store,
	.dokan-store-wrap.layout-right .dokan-single-store {
		max-width: 80%
	}
}

.dokan-store-wrap {
	max-width: 100%;
	margin-bottom: 120px;
	padding-left: 15px;
	padding-right: 15px
}

.tbay-sidebar-vendor.sidebar {
	padding: 0
}

@media(max-width:1199px) {

	.dokan-store-wrap .dokan-single-store,
	.dokan-store-wrap .dokan-store-sidebar {
		padding: 0
	}

	.dokan-store-wrap.layout-left .dokan-single-store,
	.dokan-store-wrap.layout-right .dokan-single-store {
		max-width: 100%
	}

	.dokan-store-wrap.layout-right .dokan-single-store,
	.dokan-store-wrap.layout-right .dokan-store-sidebar {
		padding: 0
	}
}

@media(min-width:1000px) and (max-width:1199px) {

	.dokan-store-wrap.layout-left,
	.dokan-store-wrap.layout-right {
		flex-direction: column-reverse
	}
}

#dokan-form-contact-seller input[type=submit].dokan-btn-theme {
	width: 100%
}

.dokan-store-products-filter-area {
	margin-bottom: 15px
}

.dokan-store-products-filter-area .orderby-search {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	float: right
}

.dokan-store-products-filter-area .product-name-search {
	padding: 0 15px;
	line-height: normal;
	float: left;
	margin-right: 5px;
	margin-left: 0
}

.dokan-store-products-filter-area .search-store-products {
	padding: 0 15px !important;
	float: left
}

.dokan-store-products-filter-area .search-store-products.dokan-btn-theme {
	height: 40px;
	line-height: 40px
}

.dokan-follow-store-button.dokan-follow-store-button-working.dokan-btn-sm:after {
	margin-top: 3px
}

.dokan-single-store .dokan-store-tabs ul {
	border: 0;
	margin-top: 30px;
	display: block;
	float: left;
	width: 100%
}

.dokan-single-store .dokan-store-tabs ul li {
	margin-right: 0;
	margin-left: 0
}

.dokan-single-store .dokan-store-tabs ul li a {
	padding: 0;
	color: #000;
	font-weight: 700;
	line-height: 40px
}

.dokan-single-store .dokan-store-tabs ul li a:hover {
	background: unset;
	color: var(--tb-theme-color)
}

.dokan-single-store .dokan-store-tabs ul li+li {
	margin-left: 24px;
	margin-right: 0
}

.dokan-single-store .dokan-store-tabs ul li+li.dokan-right {
	margin-left: 10px
}

.dokan-single-store .dokan-store-tabs ul li.dokan-store-follow-store-button-container {
	margin: 0
}

.dokan-single-store .dokan-store-tabs ul li.dokan-store-support-btn-wrap {
	margin-right: 0
}

.dokan-login-form-popup-wrapper .dokan-form-container>fieldset>div:nth-child(3) {
	display: inline-block;
	float: left
}

.dokan-login-form-popup-wrapper .dokan-form-container>fieldset>div:nth-child(3) #dokan-login-form-submit-btn {
	width: 100%
}

.dokan-login-form-popup-wrapper .dokan-form-container>fieldset .dokan-popup-create-an-account {
	float: left;
	display: inline-block
}

.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
	color: var(--tb-theme-color)
}

.dokan-store-sidebar .dokan-category-menu {
	border: 0
}

.dokan-store-sidebar .dokan-category-menu h3.widget-title {
	padding: 0;
	border: 0;
	background: unset
}

.dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap+li {
	padding-top: 8px
}

.dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #212b36;
	font-size: 14px
}

.dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a:hover {
	color: var(--tb-theme-color)
}

.dokan-store-sidebar .dokan-form-contact-seller {
	margin-bottom: 10px
}

.dokan-store-sidebar .dokan-store-open-close>div>label {
	width: 77px
}

.dokan-store-sidebar .dokan-store-open-close>div>span {
	padding-left: 0;
	padding-right: 0
}

.woocommerce div.product .entry-summary .dokan-store-support-btn {
	margin-top: 10px;
	margin-left: 0 !important
}

@media(min-width:1200px) {

	.store-review-wrap>div,
	.store-page-wrap>div {
		padding-left: 23px;
		padding-right: 0
	}

	.store-review-wrap>.dokan-info,
	.store-page-wrap>.dokan-info {
		margin-left: 23px;
		margin-right: 0;
		clear: both
	}

	.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img {
		min-height: 370px
	}
}

@media(min-width:768px) {
	#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container {
		margin: 20px 0
	}
}

@media(max-width:1199px) {
	.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
		font-size: 24px;
		line-height: 32px;
		color: #212b36;
		padding: 0 30px
	}

	.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-open-close {
		color: #c30b0b
	}

	.dokan-store #main .dokan-store-sidebar {
		border-right: 0
	}

	.dokan-store #main .dokan-store-sidebar .dokan-widget-area>aside,
	.dokan-store #main .dokan-store-sidebar .sidebar>aside {
		padding-left: 0;
		padding-right: 0
	}

	.dokan-store #main .dokan-store-sidebar .dokan-widget-area>aside:last-child,
	.dokan-store #main .dokan-store-sidebar .sidebar>aside:last-child {
		padding-bottom: 0
	}

	.dokan-store-wrap {
		margin-bottom: 30px
	}
}

@media(min-width:768px) and (max-width:1199px) {
	#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] {
		flex-basis: 37%
	}

	#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 20px;
		line-height: 28px
	}

	#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] {
		left: 35%;
		right: auto
	}

	.dokan-store #main #dokan-secondary {
		margin-top: 30px
	}
}

@media(min-width:768px) and (max-width:991px) {
	body #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
		width: 100% !important
	}
}

.dokan-share-wrap {
	font-size: 20px
}

#yith-quick-view-content div.summary .dokan-store-support-btn {
	display: none
}

.dokan-dss-panel-default .dokan-dss-panel-body .comment-respond .comment-form .form-submit .submit {
	border: 0 !important
}

.mobile-attribute-list~form button.dokan-btn {
	margin-bottom: 20px
}

.dokan-dashboard .fa.fa-long-arrow-left:before {
	content: "\f177"
}

.dokan-dashboard .fa.fa-dashboard:before,
.dokan-dashboard .fa.fa-tachometer:before {
	content: "\f0e4"
}

.dokan-dashboard .fa.fa-external-link:before {
	content: "\f08e"
}

.dokan-dashboard .fa.fa-cloud-upload:before {
	content: "\f0ee"
}

.dokan-store .fa.fa-map-marker:before {
	content: "\f041"
}

.dokan-store .fa.fa-mobile-phone:before,
.dokan-store .fa.fa-mobile:before {
	content: "\f10b"
}

.dokan-store .fa.fa-external-link:before {
	content: "\f08e"
}

.dokan-store .fa.fa-facebook:before {
	content: "\f09a"
}

.dokan-store .fa-youtube-square:before {
	content: "\f431"
}

.product-remove .fa.fa-trash-o {
	font-family: "Font Awesome 5 Free" !important
}

#mvx-store-conatiner .mvx-store-map-wrapper {
	background: #e5e3df;
	margin: 0
}

#mvx-store-conatiner .mvx-store-map-filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap
}

#mvx-store-conatiner .mvx-store-map-filter>div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

#mvx-store-conatiner .mvx-store-map-filter>div.mvx-email {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2
}

#mvx-store-conatiner .mvx-store-map-filter>div.mvx-within,
#mvx-store-conatiner .mvx-store-map-filter>div.mvx-distanceSelect {
	max-width: 210px;
	font-weight: 600
}

#mvx-store-conatiner .mvx-store-map-filter input[type=text],
#mvx-store-conatiner .mvx-store-map-filter select {
	border: 1px solid rgba(145, 158, 171, .24);
	width: 100%;
	height: 36px;
	color: #212b36
}

#mvx-store-conatiner div input[type=submit] {
	background: var(--tb-theme-color);
	border: 1px solid var(--tb-theme-color);
	color: #fff;
	font-weight: 700;
	outline: 0;
	font-size: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	padding: 0 15px;
	height: 36px;
	line-height: 36px
}

#mvx-store-conatiner div input[type=submit]:hover,
#mvx-store-conatiner div input[type=submit]:focus {
	background: var(--tb-theme-color-hover);
	color: #fff;
	border-color: var(--tb-theme-color-hover)
}

#mvx-store-conatiner .mvx-store-locator-wrap .mvx-store-map-pagination {
	padding-top: 37px;
	padding-bottom: 21px;
	margin-bottom: 30px;
	border-bottom-color: #eee
}

#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap {
	padding-left: 25px;
	padding-right: 25px
}

#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list {
	margin-top: 9px
}

#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li {
	padding-left: 0
}

#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail i.ico-call-icon:before {
	content: "\e901"
}

#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li.list-name {
	margin-bottom: 7px;
	line-height: 25px
}

#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li:not(:last-of-type) {
	margin-bottom: 4px
}

#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail {
	color: var(--tb-theme-color)
}

#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail>label {
	font-weight: 400
}

#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li i {
	position: unset;
	display: inline-block;
	font-size: inherit;
	margin: 0 10px 5px 0;
	color: inherit
}

#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li i+p {
	display: inline-block
}

#mvx-store-conatiner .mvx-store-detail-list li>a[href="#reviews"] {
	font-size: 14px;
	font-weight: 400;
	color: inherit
}

#mvx-store-conatiner .mvx-store-detail-list .star-rating {
	margin: auto 0;
	overflow: hidden;
	position: relative;
	width: 6.77em;
	height: 1.2em;
	line-height: 1.2em;
	font-family: 'star';
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	float: none
}

#mvx-store-conatiner .mvx-store-detail-list .star-rating:before {
	color: #dbdbdb;
	float: left;
	top: 0;
	left: 0;
	right: auto;
	position: absolute;
	letter-spacing: 3px
}

#mvx-store-conatiner .mvx-store-detail-list .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	right: auto;
	position: absolute;
	padding-top: 1.5em
}

#mvx-store-conatiner .mvx-store-detail-list .star-rating span:before {
	top: 0;
	position: absolute;
	left: 0;
	right: auto;
	color: #ffc02a;
	letter-spacing: 3px;
	font-size: 10px
}

#mvx-store-conatiner .list-name .store-name {
	font-size: 16px
}

#mvx-store-conatiner input[type=text],
#mvx-store-conatiner select {
	outline: none !important
}

#mvx-store-conatiner .add-call-block .mvx-detail-block {
	margin-top: 0
}

body.tax-dc_vendor_shop {
	background: #fff
}

div#mvx-store-conatiner * .mvx-store-list.mvx-store-list-vendor {
	-webkit-box-shadow: 0 5px 21px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 5px 21px 0 rgba(0, 0, 0, .14)
}

div#mvx-store-conatiner .add-call-block {
	padding-bottom: 4px
}

div#mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-topProduct {
	color: #212b36
}

div#mvx-store-conatiner .mvx-headline {
	margin-bottom: 14px;
	padding: 12px 0
}

div#mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
	margin-bottom: 20px;
	min-height: auto;
	padding: 15px 12px 17px 20px;
	margin-right: 20px;
	margin-left: 0
}

.vendor_description .vendor_address {
	margin-top: 18px
}

.vendor_description .vendor_address .mvx_vendor_rating {
	margin: 10px 0
}

input,
button,
select,
textarea {
	outline: 0
}

.widget_mvx_quick_info #respond input[type=text],
.widget_mvx_quick_info #respond textarea,
.widget_mvx_quick_info #respond input[type=email] {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 10px;
	border-color: rgba(145, 158, 171, .24)
}

.widget_mvx_quick_info #respond input#submit {
	width: 100%;
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700
}

.widget_mvx_quick_info #respond input#submit:hover,
.widget_mvx_quick_info #respond input#submit:focus {
	background: #fff;
	color: var(--tb-theme-color);
	border-color: var(--tb-theme-color)
}

.woocommerce #reviews #mvx_vendor_reviews .comment_container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	flex-direction: row;
	padding: 10px 0 10px 105px
}

.woocommerce #reviews #mvx_vendor_reviews .comment-reply-title+form .form-submit {
	padding-top: 0
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist {
	padding: 0
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li img.avatar {
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	top: 10px
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li .comment-text p.meta {
	flex-direction: row
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li .comment-text p.meta * {
	margin-right: 6px;
	margin-left: 0
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li .comment-text p.meta time {
	margin-left: 8px;
	margin-right: 0
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li .comment-text .star-rating {
	margin-top: 0;
	margin-bottom: 5px
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li+li {
	border-top: 1px solid #eee;
	padding-top: 15px
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li>ul.children {
	border-top: 1px solid #eee;
	margin-top: 0;
	padding-left: 0;
	padding-top: 10px
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li .comment-text {
	width: 100%;
	min-width: auto;
	margin-left: 0;
	padding: 0;
	border: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li .comment-text p.meta {
	line-height: 26px;
	margin: 5px 0;
	font-size: 14px
}

.woocommerce #reviews #mvx_vendor_reviews #comments {
	margin: 30px 0
}

.woocommerce #reviews #mvx_vendor_reviews #comments h2 {
	padding: 14px 0 12px;
	display: block;
	border-bottom: 1px solid #eee;
	margin-top: 0;
	font-size: 14px
}

.woocommerce #reviews #mvx_vendor_reviews p.stars a:before {
	content: ""
}

.woocommerce #reviews #mvx_vendor_reviews #respond .form-submit input {
	border-width: 1px;
	border-style: solid;
	border-color: var(--tb-theme-color);
	background: var(--tb-theme-color);
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

.woocommerce #reviews #mvx_vendor_reviews #respond .form-submit input:hover,
.woocommerce #reviews #mvx_vendor_reviews #respond .form-submit input:focus {
	border-color: var(--tb-theme-color-hover);
	color: #fff;
	background: var(--tb-theme-color-hover)
}

.woocommerce #reviews #mvx_vendor_reviews #review_form #respond textarea {
	border-color: #eee
}

.mvx_vendor_banner_template .img_div img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

@media(min-width:1200px) {
	.mvx_vendor_banner_template.template1 .vendor_description {
		padding: 15px 20px
	}
}

.mvx_vendor_banner_template.template1 .mvx_social_profile {
	right: 20px
}

.mvx_vendor_banner_template.template2 .mvx_vendor_detail:hover {
	color: var(--tb-theme-color)
}

.mvx_vendor_banner_template.template3 .vendor_address {
	margin-top: 8px
}

.mvx_vendor_banner_template.template3 .vendor_address .mvx_vendor_rating {
	margin-bottom: 5px
}

.mvx_vendor_banner_template.template3 .img_div {
	padding-right: 20px;
	padding-left: 0
}

@media(min-width:481px) {
	.mvx_vendor_banner_template.template3 .img_div img {
		min-width: 100px;
		min-height: 100px
	}
}

.mvx_vendor_banner_template.template3 a.mvx_vendor_detail:hover {
	color: var(--tb-theme-color)
}

@media(min-width:992px) {
	.mvx_vendor_banner_template.template3 .vendor_img_add .mvx_vendor_name {
		margin-bottom: 36px
	}
}

.woocommerce .mvx_regi_main form.register button.button {
	line-height: 36px
}

.mvx_regi_main {
	margin-bottom: 100px
}

.mvx_regi_main .register button.button {
	background: var(--tb-theme-color);
	border: 1px solid var(--tb-theme-color);
	font-size: 14px;
	color: #fff
}

.mvx_regi_main .register button.button:hover,
.mvx_regi_main .register button.button:focus {
	background: var(--tb-theme-color-hover);
	border-color: var(--tb-theme-color-hover);
	color: #fff
}

.mvx_regi_main .reg_header1 {
	display: none
}

.mvx_regi_main .register .mvx_regi_form_box {
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin: 2em 0;
	border: 1px solid rgba(145, 158, 171, .24);
	box-shadow: none
}

.mvx_regi_main .register .mvx_regi_form_box .reg_header2 {
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	padding-bottom: 15px;
	color: #000
}

.mvx_regi_main .register .mvx_regi_form_box .mvx-regi-12 {
	margin: 10px 0;
	width: 100%
}

.mvx_regi_main .register .mvx_regi_form_box label {
	font-weight: 400;
	font-size: 14px;
	color: #777
}

.mvx_regi_main .register .mvx_regi_form_box label .required {
	color: red;
	font-weight: 700
}

.mvx_regi_main .register .mvx_regi_form_box input[type=email],
.mvx_regi_main .register .mvx_regi_form_box input[type=file],
.mvx_regi_main .register .mvx_regi_form_box input[type=password],
.mvx_regi_main .register .mvx_regi_form_box input[type=text],
.mvx_regi_main .register .mvx_regi_form_box input[type=url],
.mvx_regi_main .register .mvx_regi_form_box textarea {
	background: #fff;
	line-height: normal
}

.order_details ul.wc-item-meta {
	padding-left: 0
}

.product-name .wc-item-meta .wc-item-meta-label {
	font-weight: 400;
	color: #919eab
}

.product-name .wc-item-meta .wc-item-meta-label+p {
	color: #637381
}

.mvx-non-vendor-notice {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 120px
}

@media(max-width:767px) {
	.mvx-non-vendor-notice {
		margin-bottom: 60px
	}
}

.mvx-non-vendor-notice a {
	font-weight: 600
}

#mvx-store-conatiner div.mvx-pagination li {
	height: auto;
	background: 0 0
}

#mvx-store-conatiner div.mvx-pagination li>a,
#mvx-store-conatiner div.mvx-pagination li>span {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 1px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #333
}

#mvx-store-conatiner div.mvx-pagination li>a:hover,
#mvx-store-conatiner div.mvx-pagination li>a.current,
#mvx-store-conatiner div.mvx-pagination li>span:hover,
#mvx-store-conatiner div.mvx-pagination li>span.current {
	background: var(--tb-theme-color);
	color: #fff;
	border-color: var(--tb-theme-color)
}

#mvx-store-conatiner div.mvx-pagination li>span.current {
	padding: 8px 15px;
	line-height: 36px
}

@media(min-width:1200px) {
	.product-vendor .archive-shop {
		padding: 0;
		padding-right: 15px
	}

	.product-vendor .archive-shop .tbay-filter {
		padding-left: 23px;
		padding-right: 0
	}

	.product-vendor .archive-shop.pull-right.col-xl-8+.col-xl-4 {
		padding-left: 15px;
		padding-right: 0;
		border-right: 1px solid rgba(145, 158, 171, .24);
		border-left: 0
	}
}

@media(min-width:1200px) {
	#sidebar-shop-left>aside {
		padding-right: 23px;
		padding-left: 0;
		float: left
	}
}

#sidebar-shop-left>aside.widget_mvx_quick_info #respond {
	background: unset
}

#sidebar-shop-left>aside.widget_mvx_quick_info #respond textarea {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	resize: none
}

#sidebar-shop-left>aside.widget_product_vendor_info .vendor-info-shop-link {
	line-height: 22px;
	margin-bottom: 0
}

#sidebar-shop-left>aside.widget_product_vendor_info .vendor-info-shop-link a {
	font-weight: 500
}

#sidebar-shop-left>aside.mvx-vproduct-search input.search-field {
	padding: 0 15px;
	margin-bottom: 7px
}

#sidebar-shop-left>aside.widget_product_vendor_list input.search_keyword {
	padding: 0 15px;
	height: 44px;
	border: 1px solid rgba(145, 158, 171, .24);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

#sidebar-shop-left>aside.mvx_vendor_widget_policy .mvx-product-policies .mvx_policies_description {
	margin-bottom: 15px;
	line-height: 22px
}

.main-container-mvx>.row {
	flex-direction: row-reverse
}

.main-container-mvx .archive-shop .page-title {
	margin: 0 0 25px 23px;
	color: #212b36;
	font-weight: 700;
	padding: 0;
	border: 0;
	font-size: 24px;
	line-height: 1
}

.main-container-mvx #review_form p.stars+.stars {
	display: none
}

div.SumoSelect.open>.CaptionCont,
div.SumoSelect:focus>.CaptionCont,
div.SumoSelect:hover>.CaptionCont {
	border-color: #eee;
	-webkit-box-shadow: none;
	box-shadow: none
}

.mvx_regi_main .register .mvx_regi_form_box input[type=text],
.mvx_regi_main .register .mvx_regi_form_box input[type=email],
.mvx_regi_main .register .mvx_regi_form_box input[type=password] {
	padding: 0 15px
}

.woocommerce a.goto_more_offer_tab.button {
	margin-bottom: 25px
}

.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store,
.tab-full .ajax_loader_class_msg~.container,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap,
.tab-full .dokan-store .ajax_loader_class_msg~#main,
.dokan-store .tab-full .ajax_loader_class_msg~#main,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store {
	padding: 0
}

.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container>.row,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap>.row,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap>.row,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main>.row,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main>.row,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store>.row,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store>.row,
.tab-full .ajax_loader_class_msg~.container>.row,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap>.row,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap>.row,
.tab-full .dokan-store .ajax_loader_class_msg~#main>.row,
.dokan-store .tab-full .ajax_loader_class_msg~#main>.row,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store>.row,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store>.row {
	margin: 0
}

.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container .rowsub,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap .rowsub,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap .rowsub,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main .rowsub,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main .rowsub,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store .rowsub,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store .rowsub,
.tab-full .ajax_loader_class_msg~.container .rowsub,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap .rowsub,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap .rowsub,
.tab-full .dokan-store .ajax_loader_class_msg~#main .rowsub,
.dokan-store .tab-full .ajax_loader_class_msg~#main .rowsub,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store .rowsub,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store .rowsub {
	text-align: center
}

.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container .woocommerce-Price-amount,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap .woocommerce-Price-amount,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap .woocommerce-Price-amount,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main .woocommerce-Price-amount,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main .woocommerce-Price-amount,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store .woocommerce-Price-amount,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store .woocommerce-Price-amount,
.tab-full .ajax_loader_class_msg~.container .woocommerce-Price-amount,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap .woocommerce-Price-amount,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap .woocommerce-Price-amount,
.tab-full .dokan-store .ajax_loader_class_msg~#main .woocommerce-Price-amount,
.dokan-store .tab-full .ajax_loader_class_msg~#main .woocommerce-Price-amount,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store .woocommerce-Price-amount,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store .woocommerce-Price-amount {
	color: var(--tb-theme-color);
	font-weight: 500
}

.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container .star-rating,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap .star-rating,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap .star-rating,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main .star-rating,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main .star-rating,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store .star-rating,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store .star-rating,
.tab-full .ajax_loader_class_msg~.container .star-rating,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap .star-rating,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap .star-rating,
.tab-full .dokan-store .ajax_loader_class_msg~#main .star-rating,
.dokan-store .tab-full .ajax_loader_class_msg~#main .star-rating,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store .star-rating,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store .star-rating {
	float: initial
}

.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container .add-cart,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap .add-cart,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap .add-cart,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main .add-cart,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main .add-cart,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store .add-cart,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store .add-cart,
.tab-full .ajax_loader_class_msg~.container .add-cart,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap .add-cart,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap .add-cart,
.tab-full .dokan-store .ajax_loader_class_msg~#main .add-cart,
.dokan-store .tab-full .ajax_loader_class_msg~#main .add-cart,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store .add-cart,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store .add-cart {
	display: inline-block
}

.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container .add-cart a,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap .add-cart a,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap .add-cart a,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main .add-cart a,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main .add-cart a,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store .add-cart a,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store .add-cart a,
.tab-full .ajax_loader_class_msg~.container .add-cart a,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap .add-cart a,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap .add-cart a,
.tab-full .dokan-store .ajax_loader_class_msg~#main .add-cart a,
.dokan-store .tab-full .ajax_loader_class_msg~#main .add-cart a,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store .add-cart a,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store .add-cart a {
	line-height: 36px
}

.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .container .add-cart i,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard .dokan-dashboard-wrap .add-cart i,
.dokan-dashboard .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-dashboard-wrap .add-cart i,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .dokan-store #main .add-cart i,
.dokan-store .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #main .add-cart i,
.woocommerce .woocommerce-Tabs-panel--singleproductmultivendor .wcfmmp-store-page #wcfmmp-store .add-cart i,
.wcfmmp-store-page .woocommerce .woocommerce-Tabs-panel--singleproductmultivendor #wcfmmp-store .add-cart i,
.tab-full .ajax_loader_class_msg~.container .add-cart i,
.tab-full .dokan-dashboard .ajax_loader_class_msg~.dokan-dashboard-wrap .add-cart i,
.dokan-dashboard .tab-full .ajax_loader_class_msg~.dokan-dashboard-wrap .add-cart i,
.tab-full .dokan-store .ajax_loader_class_msg~#main .add-cart i,
.dokan-store .tab-full .ajax_loader_class_msg~#main .add-cart i,
.tab-full .wcfmmp-store-page .ajax_loader_class_msg~#wcfmmp-store .add-cart i,
.wcfmmp-store-page .tab-full .ajax_loader_class_msg~#wcfmmp-store .add-cart i {
	line-height: 1
}

.woocommerce .woocommerce-tabs-full .tab-full .container,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store {
	padding: 0;
	max-width: 100%
}

.woocommerce .woocommerce-tabs-full .tab-full .container>.row,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap>.row,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap>.row,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main>.row,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main>.row,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store>.row,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store>.row {
	margin: 0
}

.woocommerce .woocommerce-tabs-full .tab-full .container .rowsub,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .rowsub,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .rowsub,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .rowsub,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .rowsub,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .rowsub,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .rowsub {
	text-align: center
}

.woocommerce .woocommerce-tabs-full .tab-full .container .star-rating,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .star-rating,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .star-rating,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .star-rating,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .star-rating,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .star-rating,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .star-rating {
	float: initial
}

.woocommerce .woocommerce-tabs-full .tab-full .container .add-cart,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .add-cart,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .add-cart,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .add-cart,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .add-cart,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .add-cart,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .add-cart {
	display: inline-block
}

.woocommerce .woocommerce-tabs-full .tab-full .container .add-cart a,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .add-cart a,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .add-cart a,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .add-cart a,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .add-cart a,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .add-cart a,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .add-cart a {
	line-height: 36px
}

.woocommerce .woocommerce-tabs-full .tab-full .container .add-cart i,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .add-cart i,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .add-cart i,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .add-cart i,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .add-cart i,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .add-cart i,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .add-cart i {
	line-height: 1
}

@media(max-width:767px) {

	.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowhead .rowsub:nth-of-type(1),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(1),
	.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(1),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowhead .rowsub:nth-of-type(1),
	.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowhead .rowsub:nth-of-type(1),
	.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowhead .rowsub:nth-of-type(1),
	.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowhead .rowsub:nth-of-type(1),
	.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowhead .rowsub:nth-of-type(2),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(2),
	.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(2),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowhead .rowsub:nth-of-type(2),
	.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowhead .rowsub:nth-of-type(2),
	.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowhead .rowsub:nth-of-type(2),
	.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowhead .rowsub:nth-of-type(2) {
		display: none
	}
}

@media(max-width:767px) {

	.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowbody .rowsub:nth-of-type(1),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(1),
	.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(1),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowbody .rowsub:nth-of-type(1),
	.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowbody .rowsub:nth-of-type(1),
	.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowbody .rowsub:nth-of-type(1),
	.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowbody .rowsub:nth-of-type(1),
	.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowbody .rowsub:nth-of-type(2),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(2),
	.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(2),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowbody .rowsub:nth-of-type(2),
	.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowbody .rowsub:nth-of-type(2),
	.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowbody .rowsub:nth-of-type(2),
	.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowbody .rowsub:nth-of-type(2) {
		width: 50% !important
	}
}

.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowbody .rowsub:nth-of-type(3),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(3),
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(3),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowbody .rowsub:nth-of-type(3),
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowbody .rowsub:nth-of-type(3),
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowbody .rowsub:nth-of-type(3),
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowbody .rowsub:nth-of-type(3) {
	width: 100% !important
}

.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowbody .rowsub:nth-of-type(1),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(1),
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(1),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowbody .rowsub:nth-of-type(1),
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowbody .rowsub:nth-of-type(1),
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowbody .rowsub:nth-of-type(1),
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowbody .rowsub:nth-of-type(1),
.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowhead .rowsub:nth-of-type(1),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(1),
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(1),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowhead .rowsub:nth-of-type(1),
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowhead .rowsub:nth-of-type(1),
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowhead .rowsub:nth-of-type(1),
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowhead .rowsub:nth-of-type(1) {
	width: 30% !important
}

.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowbody .rowsub:nth-of-type(2),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(2),
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(2),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowbody .rowsub:nth-of-type(2),
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowbody .rowsub:nth-of-type(2),
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowbody .rowsub:nth-of-type(2),
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowbody .rowsub:nth-of-type(2),
.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowhead .rowsub:nth-of-type(2),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(2),
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(2),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowhead .rowsub:nth-of-type(2),
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowhead .rowsub:nth-of-type(2),
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowhead .rowsub:nth-of-type(2),
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowhead .rowsub:nth-of-type(2) {
	width: 20% !important
}

.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowbody .rowsub:nth-of-type(3),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(3),
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(3),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowbody .rowsub:nth-of-type(3),
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowbody .rowsub:nth-of-type(3),
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowbody .rowsub:nth-of-type(3),
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowbody .rowsub:nth-of-type(3),
.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowhead .rowsub:nth-of-type(3),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(3),
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(3),
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowhead .rowsub:nth-of-type(3),
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowhead .rowsub:nth-of-type(3),
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowhead .rowsub:nth-of-type(3),
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowhead .rowsub:nth-of-type(3) {
	width: 50% !important;
	text-align: right
}

@media(max-width:767px) {

	.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowbody .rowsub:nth-of-type(3),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(3),
	.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowbody .rowsub:nth-of-type(3),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowbody .rowsub:nth-of-type(3),
	.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowbody .rowsub:nth-of-type(3),
	.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowbody .rowsub:nth-of-type(3),
	.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowbody .rowsub:nth-of-type(3),
	.woocommerce .woocommerce-tabs-full .tab-full .container .row.rowhead .rowsub:nth-of-type(3),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(3),
	.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .row.rowhead .rowsub:nth-of-type(3),
	.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .row.rowhead .rowsub:nth-of-type(3),
	.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .row.rowhead .rowsub:nth-of-type(3),
	.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .row.rowhead .rowsub:nth-of-type(3),
	.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .row.rowhead .rowsub:nth-of-type(3) {
		text-align: center
	}
}

.woocommerce .woocommerce-tabs-full .tab-full .container .woocommerce-Price-amount,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap .woocommerce-Price-amount,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap .woocommerce-Price-amount,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main .woocommerce-Price-amount,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main .woocommerce-Price-amount,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store .woocommerce-Price-amount,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store .woocommerce-Price-amount {
	color: #c30b0b;
	font-weight: 600;
	font-size: 15px
}

.woocommerce .woocommerce-tabs-full .tab-full .container ins,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap ins,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap ins,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main ins,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main ins,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store ins,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store ins {
	text-decoration: none
}

.woocommerce .woocommerce-tabs-full .tab-full .container del,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap del,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap del,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main del,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main del,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store del,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store del {
	color: #919eab
}

.woocommerce .woocommerce-tabs-full .tab-full .container del .woocommerce-Price-amount,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard .dokan-dashboard-wrap del .woocommerce-Price-amount,
.dokan-dashboard .woocommerce .woocommerce-tabs-full .tab-full .dokan-dashboard-wrap del .woocommerce-Price-amount,
.woocommerce .woocommerce-tabs-full .tab-full .dokan-store #main del .woocommerce-Price-amount,
.dokan-store .woocommerce .woocommerce-tabs-full .tab-full #main del .woocommerce-Price-amount,
.woocommerce .woocommerce-tabs-full .tab-full .wcfmmp-store-page #wcfmmp-store del .woocommerce-Price-amount,
.wcfmmp-store-page .woocommerce .woocommerce-tabs-full .tab-full #wcfmmp-store del .woocommerce-Price-amount {
	color: #919eab
}

@media(max-width:911px) {
	#main-content .mvx_regi_main {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 5px
	}
}

@media(max-width:991px) and (min-width:769px) {
	#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap {
		margin-left: -15px;
		margin-right: -15px
	}

	#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list {
		width: calc(50% - 30px);
		margin: 0 15px 30px
	}

	#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list:nth-child(3n+1) {
		margin-left: 15px;
		clear: unset
	}
}

@media(min-width:768px) {
	.main-container-mvx {
		margin-bottom: 120px;
		margin-top: 15px
	}
}

@media(max-width:767px) {
	.main-container-mvx .archive-shop .page-title {
		display: none
	}
}

@media(max-width:480px) {

	#mvx-store-conatiner .mvx-store-map-filter>div.mvx-within,
	#mvx-store-conatiner .mvx-store-map-filter>div.mvx-distanceSelect {
		margin-left: 0
	}

	#mvx-store-conatiner .mvx-store-map-filter>div.mvx-email {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin: 0 0 10px
	}

	#mvx-store-conatiner .mvx-store-locator-wrap .mvx-store-map-pagination {
		padding-top: 15px;
		text-align: left
	}

	.mvx_vendor_banner_template.template3 .vendor_description .vendor_img_add {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media screen and (max-width:550px) {
	#mvx-store-conatiner .mvx-store-list-wrap .mvx-store-list {
		width: 100%
	}
}

.sold-by-meta.sold-mvx {
	color: #919eab
}

.sold-by-meta.sold-mvx a {
	color: #637381
}

.sold-by-meta.sold-mvx a:hover {
	color: var(--tb-theme-color)
}

@media(max-width:600px) {
	.woocommerce-order .woocommerce-order-details .star-rating {
		float: left;
		margin-top: 15px;
		width: 100%
	}
}

@media screen and (max-width:550px) {
	#mvx-store-conatiner .mvx-store-map-filter>div.mvx-inp-wrap {
		margin-left: 0;
		margin-right: 0;
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%
	}
}

@media screen and (min-width:320px) and (max-width:768px) {
	.mvx_bannersec_start.mvx-theme02 .banner-img-cls {
		height: auto
	}

	body.woocommerce .content-area .site-main {
		margin: 0;
		padding-top: 0
	}

	.woocommerce-products-header .mvx_bannersec_start {
		padding: 0
	}

	.mvx-banner-below .mvx-contact-deatil .mvx-address a,
	.mvx_bannersec_start .mvx-contact-deatil .mvx-address a {
		color: #212b36
	}

	.mvx-banner-below .mvx-contact-deatil .mvx-address a:hover,
	.mvx_bannersec_start .mvx-contact-deatil .mvx-address a:hover {
		color: var(--tb-theme-color)
	}

	.mvx-theme02 .mvx-banner-area .mvx-heading,
	.mvx_bannersec_start .mvx-address {
		color: #212b36
	}
}

@media(min-width:320px) and (max-width:768px) {
	.mvx-theme02 div.mvx-bannerright {
		margin-top: 16px
	}

	.mvx_social_profile {
		left: 15px;
		right: auto
	}

	div.mvx_bannersec_start .mvx_vendor_rating * {
		color: #333
	}

	.mvx_bannersec_start.mvx-theme01 .description_data p {
		text-align: left;
		line-height: 22px
	}
}

#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter {
	padding: 20px;
	background: #f5f5f5;
	overflow: hidden;
	border-top: 1px solid #fff
}

#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap {
	margin-left: -15px;
	margin-right: -15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list {
	width: calc(33.3333% - 30px);
	margin: 0 15px 30px
}

#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list:nth-child(3n+1) {
	margin-left: 15px;
	clear: unset
}

#mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor:nth-child(3n+1) {
	margin-left: 15px
}

#mvx-store-conatiner .mvx-rating-block {
	margin: 0
}

#mvx-store-conatiner .mvx-rating-block .mvx_rating_wrap .star-rating {
	width: 85px
}

#mvx-store-conatiner .mvx-rating-block .mvx_rating_wrap .star-rating span:before {
	font-size: 14px;
	color: #ffc02a
}

#mvx-store-conatiner div.mvx-store-map-pagination {
	padding: 37px 0 5px;
	margin-bottom: 30px;
	border-color: rgba(145, 158, 171, .24)
}

#mvx-store-conatiner div.mvx-store-map-pagination .mvx-pagination-count {
	float: none;
	margin: 0 0 15px
}

.mvx_bannersec_start {
	border: 1px solid rgba(145, 158, 171, .24);
	padding: 0 0 15px;
	margin-bottom: 34px
}

@media(min-width:1200px) {
	.mvx_bannersec_start {
		margin-left: 24px;
		margin-right: 0
	}
}

.mvx_bannersec_start .mvx_vendor_rating * {
	color: #fff
}

.mvx_bannersec_start .description_data p {
	line-height: 24px
}

.mvx_bannersec_start .mvx-banner-wrap {
	background: unset
}

.mvx_bannersec_start.mvx-theme03 .mvx_vendor_rating * {
	color: #000
}

.mvx_bannersec_start.mvx-theme03 .mvx-banner-below {
	padding: 0 15px
}

.mvx_bannersec_start.mvx-theme03 .mvx-contact-deatil {
	flex-direction: column
}

.mvx_bannersec_start.mvx-theme03 .mvx-contact-deatil .mvx-address {
	margin: 0
}

.mvx_bannersec_start.mvx-theme03 .mvx-contact-deatil .mvx-address .mvx_vendor_detail:hover {
	color: var(--tb-theme-color)
}

.mvx_bannersec_start.mvx-theme03 .description_data {
	margin-top: 24px
}

.mvx_bannersec_start.mvx-theme03 .description_data p {
	line-height: 24px
}

.mvx_bannersec_start.mvx-theme03 .description_data+.mvx-butn-area {
	padding-bottom: 24px
}

.mvx_bannersec_start.mvx-theme03 .mvx_social_profile {
	bottom: 0
}

.mvx_bannersec_start.mvx-theme03 .socialicn-area a {
	margin: 0 2px
}

.mvx_bannersec_start.mvx-theme02 .mvx-banner-area {
	display: block
}

.mvx_bannersec_start.mvx-theme02 .mvx-banner-area .mvx-bannerleft {
	float: left
}

.mvx_bannersec_start.mvx-theme02 .description_data {
	padding: 20px 20px 0
}

.mvx_bannersec_start.mvx-theme02 .mvx-butn-area .mvx-butn {
	color: #fff;
	background-color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	outline: 0
}

.mvx_bannersec_start.mvx-theme02 .mvx-butn-area .mvx-butn:hover,
.mvx_bannersec_start.mvx-theme02 .mvx-butn-area .mvx-butn:focus {
	background-color: var(--tb-theme-color-hover);
	border-color: var(--tb-theme-color-hover);
	opacity: 1;
	filter: alpha(opacity=100)
}

.mvx_bannersec_start.mvx-theme01 .mvx-address a:hover,
.mvx_bannersec_start.mvx-theme03 .mvx-address a:hover,
.mvx_bannersec_start.mvx-theme02 .mvx-address a:hover {
	color: var(--tb-theme-color)
}

.mvx_bannersec_start.mvx-theme01 .mvx-banner-middle {
	flex-direction: column;
	margin-bottom: 10px
}

.mvx_bannersec_start.mvx-theme01 .mvx-banner-area {
	top: 16px
}

.mvx_bannersec_start.mvx-theme01 .mvx-profile-area {
	margin-right: 10px
}

.mvx_bannersec_start.mvx-theme01 .mvx-profile-area .mvx-profile-imgcls {
	max-width: 102px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.mvx_bannersec_start.mvx-theme01 .mvx_vendor_rating {
	text-align: right
}

.mvx_bannersec_start.mvx-theme01 .mvx_vendor_rating * {
	color: #000
}

@media(min-width:769px) {
	.mvx_bannersec_start.mvx-theme01 .mvx_vendor_rating {
		margin-top: 15px
	}
}

.mvx_bannersec_start.mvx-theme01 .mvx-contact-deatil {
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start
}

@media(min-width:992px) {
	.mvx_bannersec_start.mvx-theme01 .mvx-contact-deatil .mvx-address:first-child {
		margin-top: 17px
	}
}

@media(min-width:992px) {
	.mvx_bannersec_start.mvx-theme01 .mvx-heading {
		color: #fff
	}
}

#main-mvx #reviews #mvx_vendor_reviews .woocommerce-info+#review_form_wrapper {
	display: none
}

@media(min-width:1200px) {
	#main-mvx #reviews {
		padding-left: 23px;
		padding-right: 0
	}
}

@media(min-width:992px) {
	.mvx_bannersec_start.mvx-theme01 .mvx-banner-below .mvx-profile-area+div {
		margin-top: -55px
	}
}

@media(min-width:769px) and (max-width:1199px) {
	.mvx_bannersec_start.mvx-theme02 .mvx-banner-wrap .banner-img-cls img {
		min-height: 350px
	}
}

@media(min-width:769px) and (max-width:991px) {
	body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
		width: calc(50% - 8px);
		margin-right: 0
	}

	body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor:nth-child(3n+3) {
		margin-right: 15px
	}

	body #mvx-store-conatiner .mvx-store-list-wrap .mvx-store-list.mvx-store-list-vendor:nth-child(2n+2) {
		margin-left: 15px
	}
}

@media screen and (min-width:769px) and (max-width:1023px) {
	body #mvx-store-conatiner .mvx-store-list.mvx-store-list-vendor .mvx-topProduct:after {
		width: 50%
	}
}

@media(min-width:992px) and (max-width:1199px) {
	body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
		width: calc(32% - 10px)
	}
}

@media(max-width:1199px) {
	.main-container-mvx .archive-shop .page-title {
		margin-left: 0
	}
}

@media(max-width:991px) {
	#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap {
		margin-left: 0;
		margin-right: 0
	}

	#mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor:nth-child(3n+1) {
		margin-left: 0
	}
}

@media(max-width:768px) {
	body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
		margin-right: 0
	}

	.mvx_bannersec_start.mvx-theme01 .mvx_vendor_rating {
		margin-top: 0;
		margin-bottom: 20px
	}

	.mvx_bannersec_start.mvx-theme02 .description_data {
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		clear: both;
		display: block
	}

	.mvx_bannersec_start.mvx-theme02 .description_data p {
		text-align: left;
		line-height: 24px
	}

	.socialicn-area a:first-child {
		margin-left: 0
	}

	.mvx_bannersec_start.mvx-theme02 .mvx-banner-area .mvx-bannerright {
		float: left;
		width: 50%;
		flex-direction: column;
		align-items: flex-end;
		margin-top: 0;
		padding-left: 20px
	}

	.mvx_bannersec_start.mvx-theme02 .mvx-banner-area .mvx-bannerright .mvx_social_profile {
		position: unset
	}

	.mvx_bannersec_start.mvx-theme02 .mvx-banner-area .mvx-bannerleft {
		width: 50%;
		margin-top: -100px
	}

	.mvx_bannersec_start.mvx-theme02 .mvx-banner-area .mvx-address {
		margin-bottom: 7px
	}
}

body #mvx-store-conatiner .vendor_sort select {
	margin-bottom: 10px;
	height: 36px
}

body #mvx-store-conatiner .vendor_sort .vendors_sort_shipping_fields {
	height: 36px;
	border-color: #f3f0f0;
	margin-right: 5px
}

body #mvx-store-conatiner .vendor_sort select,
body #mvx-store-conatiner .vendor_sort .vendors_sort_shipping_fields,
body #mvx-store-conatiner .vendor_sort input[type=submit] {
	margin-bottom: 15px !important
}

body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-vendor-name {
	min-height: auto;
	padding-left: 0;
	padding-right: 20px
}

body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-vendor-name a:hover {
	color: var(--tb-theme-color)
}

@media(max-width:479px) {
	.mvx_bannersec_start.mvx-theme02 .mvx-banner-area .mvx-bannerright {
		align-items: flex-start;
		padding-left: 0;
		margin-bottom: 0
	}

	.mvx_bannersec_start.mvx-theme02 .mvx-banner-area .mvx-bannerleft,
	.mvx_bannersec_start.mvx-theme02 .mvx-banner-area .mvx-bannerright {
		width: 100%
	}
}

@media screen and (max-width:480px) {
	.mvx-banner-area .mvx_social_profile .mvx-font {
		font-size: 27px
	}
}

.woocommerce-tabs-full .tab-full .product-vendor>p {
	margin-top: 15px
}

.mvx_bannersec_start.mvx-theme01 button.mvx-stroke-butn,
.mvx_bannersec_start.mvx-theme03 button.mvx-stroke-butn {
	color: #fff;
	border-color: var(--tb-theme-color);
	background-color: var(--tb-theme-color)
}

.mvx_bannersec_start.mvx-theme01 button.mvx-stroke-butn:hover,
.mvx_bannersec_start.mvx-theme01 button.mvx-stroke-butn:focus,
.mvx_bannersec_start.mvx-theme03 button.mvx-stroke-butn:hover,
.mvx_bannersec_start.mvx-theme03 button.mvx-stroke-butn:focus {
	border-color: var(--tb-theme-color-hover);
	background-color: var(--tb-theme-color-hover);
	outline: 0;
	opacity: 1;
	filter: alpha(opacity=100)
}

.tbay-body-loader .panel.panel-default.panel-pading {
	float: left;
	width: 100%
}

@media(min-width:1200px) {
	.tax-dc_vendor_shop .wrapper-container {
		overflow: visible
	}
}

#custom-register .wcfmmp_become_vendor_link {
	margin-top: 15px
}

#custom-register .wcfmmp_become_vendor_link a {
	color: var(--tb-theme-color)
}

.wcfm-info,
.wcfm-success,
.wcfm-warning,
.wcfm-error,
.wcfm-validation,
.wcfm-wcfmu {
	padding: 15px
}

.wcfm_popup_wrapper .wcfm_popup_button:hover,
.wcfm_popup_wrapper .wcfm_popup_button:focus {
	border-color: transparent;
	background: var(--tb-theme-color-hover)
}

.wcfm_popup_wrapper label input[type=radio] {
	margin-right: 5px;
	margin-left: 0
}

#wcfm-main-contentainer {
	padding-bottom: 90px
}

#wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper {
	padding: 20px 30px 5px
}

#wcfm-main-contentainer .wcfm-membership-wrapper {
	width: 100%;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: auto
}

@media(max-width:767px) {
	#wcfm-main-contentainer .wcfm-membership-wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

#wcfm-main-contentainer .wcfm-membership-wrapper>h2 {
	display: none;
	font-weight: 600;
	margin-top: -10px
}

#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit] {
	margin-top: 10px;
	padding: 0 37px !important;
	border: 0
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps {
	padding-top: 60px;
	padding-bottom: 40px;
	color: #888
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 18px
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li:before {
	width: 18px;
	height: 18px;
	bottom: -2px
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li.active:before {
	border-width: 9px
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	position: relative
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_price .amount {
	font-size: 32px;
	font-weight: 600;
	border: 0
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_featured_top {
	font-size: 14px;
	padding: 5px 0;
	text-transform: unset;
	margin-top: -6px
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_description {
	font-weight: 500;
	padding: 0 20px
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_price_description {
	font-size: 13px;
	margin: 0
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper {
	border-right: 1px solid rgba(145, 158, 171, .24);
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper:after {
	content: '';
	background: #fff;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	height: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid rgba(145, 158, 171, .24);
	border-top: 0;
	-webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 12px 15px rgba(0, 0, 0, .15)
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper:not(:first-child):hover {
	z-index: 11;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper:not(:first-child):hover:after {
	height: 30px
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper.wcfm_featured_membership_box_wrraper {
	margin-top: -30px
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper.wcfm_featured_membership_box_wrraper .wcfm_membership_box_head {
	margin: 0
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div {
	border: 0
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div.wcfm_membership_box_foot {
	border-top: 1px solid rgba(145, 158, 171, .24);
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div.wcfm_membership_box_foot.wcfm_membership_feature_box_foot {
	border-left: 1px solid rgba(145, 158, 171, .24)
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot {
	padding: 30px 0
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_submit_button {
	margin: 0;
	border: 0;
	padding: 0 33px !important;
	text-transform: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
	letter-spacing: 0;
	line-height: 42px
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_submit_button:focus {
	outline: 0
}

#wcfm-main-contentainer .wcfm_membership_box_body {
	font-size: 14px
}

#wcfm-main-contentainer .wcfm_membership_element {
	padding: 10px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	background: #fff;
	border-top: 1px solid rgba(145, 158, 171, .24);
	font-weight: 500
}

#wcfm-main-contentainer .wcfm_membership_element:nth-child(even) {
	background: #f5f5f5
}

#wcfm-main-contentainer .wcfm_membership_element.wcfm_membership_feature_element {
	font-weight: 600;
	justify-content: unset;
	border-left: 1px solid rgba(145, 158, 171, .24)
}

#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]:hover,
#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]:focus,
#wcfm-main-contentainer #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:hover,
#wcfm-main-contentainer #wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:focus {
	background: var(--tb-theme-color-hover);
	border-color: var(--tb-theme-color-hover);
	color: #fff
}

#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper:after {
	display: block;
	clear: both;
	content: ""
}

#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button {
	padding: 1px 30px !important;
	margin-left: 10px;
	margin-right: 0;
	float: left
}

#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:hover,
#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:focus {
	background: var(--tb-theme-color-hover);
	border-color: var(--tb-theme-color-hover);
	color: #fff
}

#wcfm-main-contentainer .wcfm_membership_review_plan .wcfm_review_plan_feature {
	border-right-width: 2px;
	border-right-style: solid;
	border-left: 0
}

#wcfm-main-contentainer .wcfm_membership_review_plan .wcfm_review_plan_feature_val {
	border-left: 0;
	border-right: 0
}

#wcfm-main-contentainer .wcfm_membership_review_plan,
#wcfm-main-contentainer .wcfm_membership_pay {
	padding: 20px
}

#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_free,
#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_non_free {
	margin: 20px 0
}

#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_free .wcfm_membership_price_description,
#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_non_free .wcfm_membership_price_description {
	display: inline-block;
	margin: 0;
	margin-left: 5px;
	font-size: 14px
}

#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_free input,
#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_non_free input {
	margin-right: 10px;
	margin-left: 0
}

#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_welcome {
	margin-bottom: 20px
}

#wcfm-main-contentainer .wcfm_membership_review_pay #wcfm_membership_payment_submit {
	margin-top: 0
}

#wcfm-main-contentainer .widget_search input[type=text],
#wcfm-main-contentainer .widget_search input[type=email] {
	border: 0;
	background: 0 0;
	margin: 0;
	height: auto
}

#wcfm_membership_container input[type=text],
#wcfm_membership_container input[type=file],
#wcfm_membership_container input[type=password],
#wcfm_membership_container select,
#wcfm_membership_container input[type=number],
#wcfm_membership_container input[type=time],
#wcfm_membership_container input[type=search],
#wcfm_membership_container textarea {
	width: 100%;
	border-color: rgba(145, 158, 171, .24) !important;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-box-shadow: none;
	box-shadow: none
}

#wcfm_membership_container input#terms {
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

#wcfm_membership_container .select2-container,
#wcfm_membership_container select.country_select {
	width: 100% !important;
	-webkit-box-shadow: none;
	box-shadow: none
}

#wcfm_membership_container .select2-container .select2-selection--single,
#wcfm_membership_container select.country_select .select2-selection--single {
	margin: 0
}

#wcfm_membership_container .select2-container--default .select2-selection--single .select2-selection__rendered,
#wcfm_membership_container .select2-search input {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

#wcfm_membership_container p.wcfm_title strong,
#wcfm_membership_container span.wcfm_title strong {
	font-style: normal
}

#wcfm_membership_container p.description {
	margin-left: 0
}

.singular-shop a.wcfm_catalog_enquiry {
	line-height: 40px;
	padding: 0 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ddd !important;
	background: #eee !important;
	color: #000 !important
}

.singular-shop a.wcfm_catalog_enquiry:hover {
	border-color: #ddd !important;
	background: #e5e5e5 !important;
	color: #000 !important
}

.singular-shop .woocommerce-product-details__short-description+.wcfm-clearfix+.wcfmmp_sold_by_container_advanced {
	margin: 0
}

.singular-shop .cart+.product_meta #greenmart-wcfm-info-vendor-wrapper {
	margin: 0 0 30px
}

.singular-shop .information .summary .price+#greenmart-wcfm-info-vendor-wrapper {
	margin-top: 0
}

#greenmart-wcfm-info-vendor-wrapper {
	padding: 10px 20px;
	margin: 10px 0 20px;
	background: #f5f5f5;
	display: inline-block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	max-width: 90%
}

#greenmart-wcfm-info-vendor-wrapper.has-wcfm-enquiry {
	padding: 10px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center
}

#greenmart-wcfm-info-vendor-wrapper.has-wcfm-enquiry .wcfmmp_sold_by_container {
	padding-left: 0;
	padding-right: 15px
}

#greenmart-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container {
	padding-left: 0
}

#greenmart-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper {
	margin-bottom: 5px
}

#greenmart-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced {
	padding: 0 0 0 50px;
	background: 0 0
}

#greenmart-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left {
	left: 0
}

#greenmart-wcfm-info-vendor-wrapper .wcfm-clearfix {
	display: none
}

#greenmart-wcfm-info-vendor-wrapper .wcfm_catalog_enquiry_button_wrapper {
	float: right;
	margin: 0
}

#greenmart-wcfm-info-vendor-wrapper .wcfm_catalog_enquiry_button_wrapper a.wcfm_catalog_enquiry {
	margin: 0 !important
}

.woocommerce-tabs .wcfmmp_sold_by_container,
.woocommerce-tabs-full .wcfmmp_sold_by_container,
#woocommerce-tabs .wcfmmp_sold_by_container {
	float: left;
	padding: 20px
}

.woocommerce-tabs .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper,
.woocommerce-tabs-full .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper,
#woocommerce-tabs .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper {
	margin: 10px 0 5px
}

.woocommerce-tabs .wcfmmp_sold_by_container .wcfmmp_store_tab_info,
.woocommerce-tabs-full .wcfmmp_sold_by_container .wcfmmp_store_tab_info,
#woocommerce-tabs .wcfmmp_sold_by_container .wcfmmp_store_tab_info {
	margin-top: 5px;
	margin-bottom: 5px
}

.woocommerce-tabs .wcfmmp_sold_by_container .wcfmmp_store_info_gravatar img,
.woocommerce-tabs-full .wcfmmp_sold_by_container .wcfmmp_store_info_gravatar img,
#woocommerce-tabs .wcfmmp_sold_by_container .wcfmmp_store_info_gravatar img {
	max-width: 100px
}

.woocommerce-tabs-full .wcfmmp_sold_by_container {
	margin-bottom: 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

.wcfmmp_sold_by_container_advanced,
.wcfmmp_sold_by_container {
	margin: 0;
	border: 0;
	min-width: auto;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 0 10px 20px;
	background: #f5f5f5;
	width: 100%
}

.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_logo,
.wcfmmp_sold_by_container .wcfmmp_sold_by_logo {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.woocommerce-Tabs-panel--wcfm_product_store_tab .wcfmmp_sold_by_wrapper a {
	font-size: 18px
}

.woocommerce-Tabs-panel--wcfm_product_store_tab .wcfmmp-store-rating {
	margin-bottom: 10px
}

.wcfmmp_store_info_store_social ul {
	padding: 0;
	margin-top: 10px
}

.wcfmmp_store_info_store_social ul li {
	float: left;
	margin: 0
}

.wcfmmp_store_info_store_social ul li+li {
	margin-left: 10px
}

.wcfm_buttons {
	left: auto;
	right: 15px;
	top: 50px
}

.wcfm_policies_heading,
.wcfm-enquiries-heading {
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 36px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 500
}

.wcfm_popup_wrapper {
	padding: 20px;
	padding-right: 10px
}

.wcfm_popup_wrapper table {
	border: 0
}

.wcfm_popup_wrapper table>tbody>tr>th,
.wcfm_popup_wrapper table>tbody>tr>td {
	border: 0;
	padding: 0
}

.wcfm_popup_wrapper table>tbody>tr>th .wcfm_popup_input,
.wcfm_popup_wrapper table>tbody>tr>td .wcfm_popup_input {
	min-height: auto
}

.wcfm_popup_wrapper .wcfm_popup_button {
	margin: 0 20px;
	font-family: inherit
}

#cboxLoadedContent {
	margin: 0;
	border: 0;
	padding: 0
}

.wcfmmp-store-page #wcfmmp-store {
	padding: 0 15px 120px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.wcfmmp-store-page #wcfmmp-store .body_area {
	margin-top: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse
}

.wcfmmp-store-page #wcfmmp-store .body_area>div {
	height: auto !important
}

.wcfmmp-store-page #wcfmmp-store .body_area>div.left_sidebar {
	background: #fff !important;
	border: 0;
	padding: 0;
	margin-top: 15px
}

@media(max-width:767px) {
	.wcfmmp-store-page #wcfmmp-store .body_area>div.left_sidebar {
		margin-top: 0
	}
}

.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side {
	padding: 0
}

.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area div.right_side {
	padding: 0
}

.wcfmmp-store-page #wcfmmp-store .sidebar>aside {
	padding-bottom: 19px
}

.wcfmmp-store-page #wcfmmp-store .sidebar>aside ul {
	padding-bottom: 0
}

.wcfmmp-store-page #wcfmmp-store .sidebar>aside.widget ul li+li {
	padding-top: 8px
}

.wcfmmp-store-page #wcfmmp-store .sidebar>aside .wcfmmp_sold_by_container_advanced {
	margin: 0;
	padding: 0 15px 0 10px;
	min-width: unset;
	width: 100%;
	border-color: rgba(145, 158, 171, .24)
}

.wcfmmp-store-page #wcfmmp-store del {
	color: #919eab
}

#wcfmmp-store input[type=text],
#wcfmmp-store input[type=email] {
	border: 0;
	padding: inherit;
	margin: inherit;
	height: inherit
}

#wcfmmp-store p {
	line-height: inherit
}

#wcfmmp-store p.SelectBox {
	padding: 0
}

#wcfmmp-store .SumoSelect ul.options {
	padding: 0
}

#wcfmmp-store .SumoSelect ul.options>li {
	padding: 3px 20px
}

#wcfmmp-store .widget_categories>ul li {
	padding: 10px 3px 12px
}

#wcfmmp-store .widget_categories>ul li:first-child {
	padding-top: 3px
}

#wcfmmp-store ul li {
	padding: 0
}

#wcfmmp-store .yith-woocompare-widget ul {
	padding: 19px 20px 18px;
	margin-bottom: 17px
}

#wcfmmp-store #recentcomments>li {
	padding: 10px 0
}

#wcfmmp-store ins {
	background: 0 0;
	color: var(--tb-theme-color)
}

#wcfmmp-store .woocommerce-product-search {
	position: relative
}

#wcfmmp-store .woocommerce-product-search:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

#wcfmmp-store .woocommerce-product-search:after {
	display: inline-block;
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	font-size: 18px;
	color: #000
}

#wcfmmp-store .woocommerce-product-search .search-field {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(145, 158, 171, .24);
	padding: 0 15px
}

#wcfmmp-store .sidebar_heading {
	margin-bottom: 0
}

#wcfmmp-store .sidebar_heading h4 {
	font-size: 16px;
	line-height: 24px;
	color: #212b36;
	text-transform: unset
}

#wcfmmp-store .categories_list ul li {
	background: 0 0;
	margin: 0;
	padding: 0
}

#wcfmmp-store .categories_list ul li+li {
	padding-top: 8px
}

#wcfmmp-store .categories_list ul li a {
	color: #212b36 !important
}

#wcfmmp-store .categories_list ul li a:hover,
#wcfmmp-store .categories_list ul li a:focus {
	color: var(--tb-theme-color) !important
}

#wcfmmp-store .categories_list ul li.parent_cat a {
	font-size: 14px
}

#wcfmmp-store .product_list_widget .product-block .woocs_price_code,
#wcfmmp-store .product_list_widget .product-block .price {
	line-height: inherit
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: rgba(145, 158, 171, .24);
	margin-bottom: 35px;
	margin-left: -39px;
}

@media(max-width:767px) {
	#wcfmmp-store .right_side #tabsWithStyle .tab_links {
		margin-bottom: 25px
	}
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links li {
	margin: 0;
	margin-right: 24px;
	border: 0 !important;
	display: inline;
	list-style: none;
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links li:after {
	display: none
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links li:last-child {
	margin-right: 0
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links li a {
	font-weight: 700;
	letter-spacing: 0;
	line-height: 44px;
	padding: 0;
	font-size: 14px;
	text-transform: unset
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links li.active,
#wcfmmp-store .right_side #tabsWithStyle .tab_links li:hover {
	background: 0 0
}

#wcfmmp-store ul.product_list_widget li {
	padding: 0 0 0 90px;
	line-height: 30px
}

#wcfmmp-store ul.product_list_widget li img {
	width: 80px;
	height: auto;
	left: 0;
	right: auto
}

#wcfmmp-store ul.product_list_widget li a {
	margin-bottom: 0
}

#wcfmmp-store .tbay-swatches-wrapper ul {
	padding: 0
}

#wcfmmp-store .wcfmmp_store_coupons .wcfmmp-store-coupon-single {
	margin: 0 10px 10px 0;
	height: auto;
	padding: 0 10px
}

#wcfmmp-store .rating_box i {
	vertical-align: middle
}

#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before,
#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before,
#wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating:before,
#wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating span:before,
#wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating:before,
#wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating span:before,
#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating:before,
#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating span:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating,
#wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating,
#wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating,
#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating {
	width: 72px !important
}

#wcfmmp-store #wcfm_store_header {
	padding: 0 30px;
	padding-left: 57px;
	margin-bottom: 50px;
	min-height: auto;
	background: #183F35;
	color:#B6D554;
}

#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating:before {
	color: #ddd;
	opacity: 1;
	filter: alpha(opacity=100)
}

#wcfmmp-store .logo_area_after {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	top: auto;
	left: auto;
	margin-top: 14px;
	position: relative
}

#wcfmmp-store .header_left {
	margin: 0;
	padding-left: 150px
}

#wcfmmp-store .header_left>div {
	position: static;
	top: auto;
	left: auto
}

#wcfmmp-store .header_left>div.logo-wrapper {
	position: absolute;
	left: 0;
	right: auto;
	top: -100px
}

#wcfmmp-store .logo_area {
	padding: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: static;
	top: 0;
	width: 150px;
	height: 150px;
	background:#fff;
	border-radius: 50%;
}

#wcfmmp-store .logo_area a img {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	width: 90%;
	height: 90%;
}

#wcfmmp-store h1.wcfm_store_title {
	font-size: 20px;
	margin: 0
}

#wcfmmp-store .address {
	width: auto !important;
	padding-top: 15px;
	padding-left: 27px
}

#wcfmmp-store .address i {
	font-size: 15px
}

#wcfmmp-store .address p {
	padding: 0
}

#wcfmmp-store .address span {
	font-size: 14px;
	width: auto
}

#wcfmmp-store .header_wrapper .address {
	padding-top: 0
}

#wcfmmp-store .header_wrapper .address h1.wcfm_store_title {
	margin-bottom: 10px
}

#wcfmmp-store .header_area {
	position: relative
}

#wcfmmp-store .header_right {
	float: right;
	position: static
}

#wcfmmp-store .bd_icon_area {
	margin: 0;
	top: auto;
	bottom: calc(100% - -30px)
}

#wcfmmp-store .social_area {
	width: auto;
	position: static
}

#wcfmmp-store .social_area ul {
	position: absolute;
	top: auto;
	bottom: 30px;
	width: auto;
	left: auto;
	right: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	display: -ms-flexbox;
	display: flex
}

#wcfmmp-store .social_area ul li {
	margin: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 30px;
	height: 30px
}

#wcfmmp-store .social_area ul li+li {
	margin-left: 10px
}

#wcfmmp-store .social_area ul li a i {
	color: #888 !important;
	font-size: inherit
}

#wcfmmp-store .bd_icon_box {
	margin: 0
}

#wcfmmp-store .bd_icon_box .follow,
#wcfmmp-store .bd_icon_box .wcfm_store_enquiry,
#wcfmmp-store .bd_icon_box .wcfm_store_chatnow {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

#wcfmmp-store .bd_icon_box .follow i,
#wcfmmp-store .bd_icon_box .wcfm_store_enquiry i,
#wcfmmp-store .bd_icon_box .wcfm_store_chatnow i {
	display: inline-block;
	vertical-align: middle
}

#wcfmmp-store div.store_info_parallal {
	display: block;
	margin: 0 !important
}

#wcfmmp-store .reviews_area,
#wcfmmp-store .policies_area,
#wcfmmp-store .wcfm_store_description {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0
}

#wcfmmp-store .reviews_heading,
#wcfmmp-store .wcfm_policies_heading {
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	padding-bottom: 10px
}

#wcfmmp-store #reviews .add_review input {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(145, 158, 171, .24);
	min-height: 50px
}

#wcfmmp-store #reviews .add_review button {
	border: 0;
	margin-top: 20px
}

#wcfmmp-store #reviews .reviews_add_area {
	margin-bottom: 30px
}

#wcfmmp-store #reviews .rating-stars ul {
	vertical-align: middle
}

#wcfmmp-store #reviews .rating-stars ul>li {
	float: left
}

#wcfmmp-store #reviews .rating-stars ul>li>i {
	width: auto
}

#wcfmmp-store .add_review_box textarea {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(145, 158, 171, .24);
	min-height: 150px;
	resize: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	color: #212b36;
	padding: 15px
}

.wcfm_store_enquiry i {
	font-family: "tb-icon" !important
}

.wcfm_store_enquiry i:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.vendor_rating .wcfmmp-store-rating:before,
.vendor_rating .wcfmmp-store-rating span:before,
.wcfmmp_sold_by_container .wcfmmp-store-rating:before,
.wcfmmp_sold_by_container .wcfmmp-store-rating span:before,
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before,
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.vendor_rating .wcfmmp-store-rating,
.wcfmmp_sold_by_container .wcfmmp-store-rating,
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating {
	width: 72px !important
}

.vendor_rating .wcfmmp-store-rating:before,
.wcfmmp_sold_by_container .wcfmmp-store-rating:before,
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before {
	color: #ddd;
	opacity: 1;
	filter: alpha(opacity=100)
}

.woocommerce ul.cart_list li dl dd a.wcfm_dashboard_item_title,
a.wcfm_dashboard_item_title {
	color: #637381;
	font-weight: 400
}

.woocommerce ul.cart_list li dl dd a.wcfm_dashboard_item_title:hover,
a.wcfm_dashboard_item_title:hover {
	color: var(--tb-theme-color)
}

.product-block .wcfmmp_sold_by_container {
	margin: 0;
	padding: 0;
	background: 0 0
}

.product-block .wcfmmp_sold_by_container .wcfmmp-store-rating,
.product-block .wcfmmp_sold_by_container img.wcfmmp_sold_by_logo {
	display: none !important
}

.yith-quick-view-modal .wcfmmp_sold_by_container {
	background: #f5f5f5
}

.wcfmmp_sold_by_container_advanced,
.wcfmmp_sold_by_container {
	position: relative
}

.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left,
.wcfmmp_sold_by_container .wcfmmp_sold_by_container_left {
	margin: 0;
	width: 40px;
	position: absolute;
	left: 15px;
	right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_right,
.wcfmmp_sold_by_container .wcfmmp_sold_by_container_right {
	margin-left: 60px;
	margin-right: 0
}

.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_right a:hover,
.wcfmmp_sold_by_container .wcfmmp_sold_by_container_right a:hover {
	color: var(--tb-theme-color)
}

.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label,
.wcfmmp_sold_by_container .wcfmmp_sold_by_label {
	font-size: 14px;
	letter-spacing: 0;
	font-style: normal;
	margin: 0;
	text-transform: none
}

.wcfmmp_sold_by_wrapper {
	font-size: 0
}

.wcfmmp_sold_by_wrapper span,
.wcfmmp_sold_by_wrapper a {
	color: #919eab;
	font-size: 14px;
	vertical-align: middle;
	font-weight: 400
}

.wcfmmp_sold_by_wrapper a {
	color: #637381 !important
}

.wcfmmp_sold_by_wrapper a:hover {
	color: var(--tb-theme-color) !important
}

.wcfmmp_sold_by_wrapper img.wcfmmp_sold_by_logo {
	vertical-align: middle;
	margin: 0 3px !important
}

.wcfm-store-list-page.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating {
	width: 72px !important
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating:before {
	color: #ddd;
	opacity: 1;
	filter: alpha(opacity=100)
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating span:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

#wcfmmp-stores-wrap .paginations ul.page-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center
}

#wcfmmp-stores-wrap .paginations ul.page-numbers li {
	float: left;
	margin: 0;
	padding: 0
}

#wcfmmp-stores-wrap .paginations ul.page-numbers li+li {
	margin-left: 5px
}

@media(max-width:767px) {
	#wcfmmp-stores-wrap .paginations ul.page-numbers li {
		margin-bottom: 10px
	}
}

#wcfmmp-stores-wrap .paginations ul.page-numbers li span,
#wcfmmp-stores-wrap .paginations ul.page-numbers li a {
	padding: 10px 15px;
	line-height: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
	margin: 0 3px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1)
}

#wcfmmp-stores-wrap .paginations ul.page-numbers li span.current,
#wcfmmp-stores-wrap .paginations ul.page-numbers li span:hover,
#wcfmmp-stores-wrap .paginations ul.page-numbers li a.current,
#wcfmmp-stores-wrap .paginations ul.page-numbers li a:hover {
	border-color: var(--tb-theme-color);
	background: var(--tb-theme-color)
}

.wcfmmp_store_shipping_rules br {
	display: none
}

#wcfmmp-store p.woocommerce-result-count {
	line-height: 39px;
	padding: 0
}

#wcfmmp-stores-lists {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 60px
}

@media(max-width:767px) {
	#wcfmmp-stores-lists {
		margin-bottom: 0
	}
}

#wcfmmp-stores-lists .wcfmmp-store-list-map {
	margin-bottom: 20px
}

#wcfmmp-stores-lists>.wcfmmp-store-search-form {
	padding: 20px;
	background: #f5f5f5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-shadow: none;
	box-shadow: none
}

#wcfmmp-stores-lists .wcfmmp-store-search-form {
	box-shadow: none
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single {
	padding: 0;
	height: auto;
	margin: 0
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single:focus {
	outline: 0
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single .select2-selection__clear {
	width: 25px;
	margin: 0;
	background: #fff;
	z-index: 111
}

#wcfmmp-stores-lists .wcfmmp-store-search-form input[type=search],
#wcfmmp-stores-lists .wcfmmp-store-search-form input[type=text],
#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding-left: 15px;
	font-size: 14px;
	width: auto !important;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	margin-right: 18px
}

#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer {
	width: auto;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	overflow: initial
}

#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span {
	font-size: 12px;
	position: absolute
}

#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span.wcfmmp_radius_range_start {
	left: 0;
	right: auto
}

#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span.wcfmmp_radius_range_end {
	left: auto;
	right: 0
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .widget {
	margin: 0 0 30px
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .widget:last-child {
	margin-bottom: 15px
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .widget input {
	border-color: rgba(145, 158, 171, .24) !important
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container,
#wcfmmp-stores-lists .wcfmmp-store-search-form .widget #wcfmmp_store_state {
	border-color: rgba(145, 158, 171, .24) !important;
	max-width: 100%;
	width: 100% !important
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container--default .select2-selection--single {
	padding-top: 0
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
	outline: 0
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .widget #wcfmmp_store_state {
	height: 42px;
	width: 100%
}

#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .woocommerce-result-count {
	font-size: 14px;
	float: left
}

#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .wcfmmp-pagination {
	display: none
}

#wcfmmp-stores-lists .right_side.right_side_full {
	padding: 50px 0 0
}

#wcfmmp-stores-lists .left_sidebar {
	padding: 20px
}

#wcfmmp-stores-lists .left_sidebar .widget-title {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 24px
}

#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form {
	padding: 0
}

#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form .select2-container,
#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form input[type=search],
#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form input[type=text],
#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form #wcfmmp_store_state {
	margin: 0 0 10px;
	width: 100% !important;
	color: #999
}

#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form div.wcfm_radius_slidecontainer {
	width: 100%
}

#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span:not(.wcfmmp_radius_range_cur) {
	position: static
}

#wcfmmp-stores-lists .right_side {
	padding: 0;
	padding-left: 30px
}

#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting {
	margin: 0
}

#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering {
	float: right;
	margin: 0
}

#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering select {
	font-size: 14px;
	height: 44px;
	border-color: rgba(145, 158, 171, .24) !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering select:focus {
	outline: 0
}

#wcfmmp-stores-lists .right_side ul.wcfmmp-store-wrap {
	margin-left: -15px;
	margin-right: -15px
}

#wcfmmp-stores-lists .right_side ul.wcfmmp-store-wrap li .store-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(145, 158, 171, .24)
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li {
	margin-bottom: 30px
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-wrapper {
	border: 0;
	background: #2a3344
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li a.wcfmmp-visit-store {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	right: 20px;
	left: auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 500;
	text-transform: unset
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info {
	opacity: .5;
	filter: alpha(opacity=50)
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer {
	padding: 20px
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-avatar {
	width: 80px;
	height: 80px;
	padding: 5px
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data h2 {
	margin: 3px 0 6px;
	line-height: 28px
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .store-phone {
	margin-top: 10px;
	display: flex;
	font-size: 14px;
	align-items: center
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .store-phone i {
	background: 0 0 !important;
	margin-right: 3px;
	margin-left: 3px
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li p.store-enquiry a.wcfm_catalog_enquiry {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	margin: 0;
	font-weight: 500;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#wcfmmp-stores-lists.wcfm-right .right_side {
	padding: 0;
	padding-right: 30px
}

.wcfm-store-page .row,
.wcfm-store-page .vc_row {
	margin-left: -15px;
	margin-right: -15px
}

.woocommerce form.register .wcfmmp_become_vendor_link {
	padding-top: 5px;
	font-weight: 500
}

.woocommerce form.register .wcfmmp_become_vendor_link a {
	color: var(--tb-theme-color)
}

@media screen and (max-width:1024px) {
	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side {
		padding: 0 !important
	}

	#wcfmmp-store .header_right,
	#wcfmmp-store .header_left {
		width: auto;
		padding-bottom: 50px
	}

	#wcfmmp-store .header_right {
		padding: 0
	}
}

@media(max-width:991px) {
	#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_submit_button {
		padding: 0 20px !important
	}

	#wcfmmp-stores-lists .right_side {
		padding-left: 0;
		width: 100%
	}

	#wcfmmp-stores-lists .left_sidebar {
		width: 100%
	}
}

@media(min-width:992px) and (max-width:1199px) {
	#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 {
		width: 50%
	}
}

@media(min-width:768px) and (max-width:1024px) {
	.wcfmmp-store-page #wcfmmp-store .body_area>div.left_sidebar {
		margin-top: 50px
	}
}

@media(max-width:991px) and (min-width:768px) {
	#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.wcfmmp-single-store {
		width: 50%
	}
}

@media(max-width:782px) {
	.wcfmmp-store-page #wcfmmp-store {
		padding-top: 30px;
		padding-bottom: 60px
	}
}

@media(max-width:768px) {
	#wcfm-main-contentainer {
		padding-bottom: 50px
	}

	#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_featured_top {
		margin: 0
	}

	#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps {
		padding: 30px 0
	}

	#wcfm-main-contentainer .wcfm_membership_box_wrraper {
		border: 1px solid rgba(145, 158, 171, .24);
		margin: 15px 0 !important
	}

	#wcfm-main-contentainer .wcfm_membership_box_wrraper>div {
		border: 0
	}

	#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_head_inside {
		width: 100%;
		height: auto !important;
		padding-bottom: 20px
	}

	#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_head_inside .wcfm_membership_price .amount {
		height: auto !important;
		padding: 20px 0 !important;
		min-height: auto
	}

	#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot_inside {
		width: 100%;
		border-top: 1px solid rgba(145, 158, 171, .24)
	}

	#wcfm-main-contentainer .wcfm_membership_box_body {
		border: 0
	}

	#wcfm-main-contentainer .wcfm_membership_box {
		width: 30%
	}

	#wcfm-main-contentainer .wcfm_membership_box.wcfm_membership_feature_box {
		width: 70%
	}

	#wcfm-main-contentainer .wcfm_membership_element {
		justify-content: flex-end
	}

	#wcfm-main-contentainer .wcfm_membership_element.wcfm_membership_feature_element {
		border-left: 0;
		border-right: 1px solid rgba(145, 158, 171, .24)
	}
}

#wcfmmp-store .user_review_area span {
	display: block;
	margin: 0;
	margin-top: 10px
}

#wcfmmp-store .user_review_text {
	margin-top: 15px
}

#wcfmmp-store .user_review_text p {
	color: #212b36
}

#wcfm-main-contentainer #wcfm_membership_registration_submit.wcfm_form_simple_submit_wrapper input.wcfm_submit_button {
	float: right
}

#wcfm-main-contentainer #wcfm_membership_registration_submit.wcfm_form_simple_submit_wrapper a.wcfm_submit_button {
	margin-left: 0
}

#wcfm-main-contentainer .wcfm_membership_review_plan .wcfm_review_plan_description,
#wcfm-main-contentainer .wcfm_membership_review_plan .wcfm_review_plan_title {
	text-align: left;
	color: #fff
}

@media(min-width:1025px) {
	.wcfmmp-store-page #wcfmmp-store .body_area>div.left_sidebar {
		border-right: 1px solid rgba(145, 158, 171, .24);
		padding: 0;
		width: 20%
	}

	.wcfmmp-store-page #wcfmmp-store .body_area>div.left_sidebar>aside {
		padding-right: 23px;
		padding-left: 0
	}

	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side {
		padding: 0;
		width: 80%
	}

	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side .products-wrapper {
		margin-left: 23px;
		margin-right: 0
	}

	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side.right_side_full {
		width: 100%
	}

	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side.right_side_full #tabsWithStyle .tab_links,
	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side.right_side_full .tbay-filter,
	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side.right_side_full #wcfmmp_store_about,
	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side.right_side_full #policy,
	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side.right_side_full #reviews,
	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side.right_side_full .products.vendor-list>.row>div .product-block.list {
		padding-left: 0;
		padding-right: 0
	}

	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side.right_side_full .products-wrapper {
		margin-left: 0;
		margin-right: 0
	}

	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side #tabsWithStyle .tab_links,
	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side .tbay-filter,
	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side #wcfmmp_store_about,
	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side #policy,
	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side #reviews {
		padding-left: 23px;
		padding-right: 0
	}

	.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side .products.vendor-list>.row>div .product-block.list {
		padding-right: 0;
		padding-left: 20px
	}

	.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area {
		flex-direction: row
	}

	.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area>div.left_sidebar {
		border: 0;
		border-left: 1px solid rgba(145, 158, 171, .24)
	}

	.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area>div.left_sidebar>aside {
		padding-left: 23px;
		padding-right: 0
	}

	.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area>div.right_side #tabsWithStyle .tab_links,
	.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area>div.right_side .tbay-filter,
	.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area>div.right_side #wcfmmp_store_about,
	.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area>div.right_side #policy,
	.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area>div.right_side #reviews {
		padding-right: 23px;
		padding-left: 0
	}

	.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area>div.right_side .products.vendor-list>.row>div .product-block.list {
		padding-right: 20px;
		padding-left: 0
	}
}

@media screen and (max-width:627px) {
	#wcfmmp-store .banner_text h1:before {
		width: 50px
	}
}

.product-block.grid:hover .wcfmmp_sold_by_container+.group-actions-product {
	bottom: 26px;
	padding-bottom: 15px
}

.woocommerce .form-row input#apply_for_vendor {
	vertical-align: middle;
	margin: 0
}

.woocommerce .form-row label[for=apply_for_vendor] {
	display: inline-block;
	margin: 0
}

.woocommerce .form-row input[name=apply_for_vendor_submit] {
	min-width: 130px;
	text-transform: uppercase
}

.woocommerce .form-row #apply_for_vendor+label,
.woocommerce .form-row #agree_to_terms+label {
	display: inline
}

.woocommerce .form-row #apply_for_vendor+label a,
.woocommerce .form-row #agree_to_terms+label a {
	color: var(--tb-theme-color)
}

.woocommerce .form-row #apply_for_vendor+label:before,
.woocommerce .form-row #agree_to_terms+label:before {
	float: left;
	margin: 3px 12px 0 0
}

.wcv-form .control-group .control>input,
.wcv-form .control-group .control textarea {
	font-family: var(--tb-text-primary-font);
	border-color: rgba(145, 158, 171, .24);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding-left: 15px
}

.wcv-form .control-group .control>input:focus,
.wcv-form .control-group .control textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.woocommerce p+form .clear+.form-row {
	display: inline-block
}

.wcv-dashboard-navigation {
	margin-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.wcv-dashboard-navigation ul {
	padding: 0;
	margin: 0;
	display: inline-block
}

.wcv-dashboard-navigation ul li a {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	padding: 0 20px;
	line-height: 50px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.wcv-dashboard-navigation ul li a:hover {
	color: var(--tb-theme-color)
}

.wcv-dashboard-navigation+hr {
	display: none
}

.wcv-dashboard-navigation+hr+h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.wcv-dashboard-navigation~h2 {
	font-weight: 400;
	font-size: 25px;
	line-height: 36px;
	margin: 0 0 20px
}

.dashboard .wcv-dashboard-navigation~form label {
	font-weight: 500
}

.dashboard .wcv-dashboard-navigation~form input[type=submit] {
	margin-left: 5px;
	margin-right: 0
}

.dashboard form>p {
	margin-bottom: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center
}

.dashboard form input.date-pick {
	padding-left: 10px;
	padding-right: 0;
	margin: 0 5px
}

table.table-vendor-sales-report {
	margin-bottom: 35px
}

table.table-vendor-sales-report label {
	font-weight: 500
}

table.table-vendor-sales-report>thead>tr>th {
	border-bottom-width: 1px;
	background: #f5f5f5
}

table.table-vendor-sales-report a {
	color: var(--tb-theme-color)
}

table.table-vendor-sales-report tr th {
	font-weight: 500
}

table.table-vendor-sales-report tr th,
table.table-vendor-sales-report tr td {
	text-align: center;
	line-height: 30px
}

table.table-vendor-sales-report tr td.product a {
	font-weight: 400;
	color: var(--tb-theme-color)
}

table.table-vendor-sales-report strong,
table.table-vendor-sales-report b {
	font-weight: 500
}

.shop_settings h2 {
	font-weight: 400;
	margin: 0 0 20px
}

.shop_settings #tbay-breadscrumb+#main-container h2 {
	font-size: 25px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.shop_settings #tbay-breadscrumb+#main-container h2:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.shop_settings #tbay-breadscrumb+#main-container h2:before {
	line-height: 1;
	display: inline-block;
	margin-left: 0;
	margin-right: 15px
}

.shop_settings #main-container form h3 {
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 10px
}

.shop_settings #main-container form h3:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.shop_settings #main-container form h3:before {
	line-height: 1;
	display: inline-block;
	margin-left: 0;
	margin-right: 15px
}

.shop_settings #main-container form b {
	font-size: 15px;
	font-weight: 600
}

.shop_settings #main-container form input[type=text],
.shop_settings #main-container form input[type=email] {
	margin-top: 10px;
	padding: 0 0 0 15px;
	width: 100%;
	max-width: 370px
}

.shop_settings #main-container form .pv_paypal_container,
.shop_settings #main-container form .pv_shop_name_container,
.shop_settings #main-container form #pv_seller_info_container,
.shop_settings #main-container form #pv_shop_description_container {
	margin-bottom: 40px
}

.shop_settings #main-container form #pv_shop_description_container>p a {
	color: var(--tb-theme-color);
	text-decoration: underline
}

.shop_settings #main-container form table {
	background: #f5f5f5;
	border: 0
}

.shop_settings #main-container form table>tbody>tr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px
}

.shop_settings #main-container form table>tbody>tr>td {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 25px 15px 0;
	border: 0
}

.shop_settings #main-container form table>tbody>tr:last-child>td {
	padding-bottom: 30px
}

.shop_settings #main-container form .form-row {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center
}

.shop_settings #main-container form .form-row label {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #555;
	margin-bottom: 3px
}

.shop_settings #main-container form .form-row input {
	margin: 0
}

form[name=export_orders]~h2 {
	font-weight: 500;
	margin: 0 0 30px
}

form[name=export_orders]~table.table {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-bottom: 0;
	border-right: 0
}

form[name=export_orders]~table.table>thead>tr,
form[name=export_orders]~table.table>tbody>tr {
	background: 0 0
}

form[name=export_orders]~table.table>thead>tr>th,
form[name=export_orders]~table.table>thead>tr>td,
form[name=export_orders]~table.table>tbody>tr>th,
form[name=export_orders]~table.table>tbody>tr>td {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border: 0;
	border-right: 1px solid rgba(145, 158, 171, .24);
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	padding: 15px;
	vertical-align: middle;
	background: 0 0
}

form[name=export_orders]~table.table>thead>tr>td.order_number,
form[name=export_orders]~table.table>tbody>tr>td.order_number {
	vertical-align: top
}

form[name=export_orders]~table.table>thead>tr>th {
	font-weight: 500;
	text-align: center
}

form[name=export_orders]~table.table .order-comments-link {
	display: inline-block;
	color: var(--tb-theme-color)
}

form[name=export_orders]~table.table .order-comments-link p {
	margin: 0
}

form[name=export_orders]~table.table .order-comments {
	margin-top: 10px
}

form[name=export_orders]~table.table .order-comments p {
	padding-top: 10px
}

form[name=export_orders]~table.table .order-comments p+p {
	border-top: 1px solid rgba(145, 158, 171, .24)
}

form[name=export_orders]~table.table .order-comments textarea {
	border-color: rgba(145, 158, 171, .24);
	width: 100% !important;
	min-height: 100px;
	padding: 10px 15px;
	margin-top: 10px
}

form[name=export_orders]~table.table .order-comments textarea:focus {
	outline: 0
}

form[name=export_orders]~table.table .order-comments input.btn {
	width: auto;
	margin-top: 10px
}

form[name=export_orders]~table.table .wc-item-meta {
	padding: 0;
	margin: 0;
	list-style: none
}

form[name=export_orders]~table.table .wc-item-meta strong {
	font-weight: 500;
	display: inline-block
}

form[name=export_orders]~table.table .wc-item-meta strong+p {
	display: inline-block;
	margin: 0
}

.wcvendors_sold_by_in_loop {
	font-size: 100%;
	color: #777;
	margin-bottom: 4px;
	display: inline-block;
	width: 100%;
	line-height: 22px
}

.wcvendors_sold_by_in_loop a {
	margin-left: 5px;
	margin-right: 0
}

.wcvendors_sold_by_in_loop a:hover {
	color: var(--tb-theme-color)
}

ul.wcv_vendorslist {
	padding: 0
}

ul.wcv_vendorslist:after {
	display: block;
	clear: both;
	content: ""
}

ul.wcv_vendorslist .vendor_list {
	float: left;
	margin: 0 !important;
	width: 20%;
	border: 1px solid rgba(145, 158, 171, .24);
	border-right: 0;
	border-bottom: 0;
	position: relative;
	padding: 35px
}

ul.wcv_vendorslist .vendor_list:before {
	content: '';
	background: rgba(145, 158, 171, .24);
	left: -1px;
	right: -1px;
	bottom: -1px;
	height: 1px;
	position: absolute
}

ul.wcv_vendorslist .vendor_list:last-child:after {
	content: '';
	background: rgba(145, 158, 171, .24);
	left: auto;
	right: -1px;
	bottom: 0;
	top: 0;
	width: 1px;
	position: absolute
}

@media(min-width:992px) {
	ul.wcv_vendorslist .vendor_list:nth-child(5n) {
		border-right: 1px solid rgba(145, 158, 171, .24)
	}
}

ul.wcv_vendorslist .vendor_list a {
	display: block
}

ul.wcv_vendorslist .vendor_list a img {
	margin: 0;
	max-width: 110px
}

ul.wcv_vendorslist .vendor_list br {
	display: none
}

body.wcv-pro-dashboard .select2-container {
	z-index: 9999
}

body.wcv-pro-dashboard .select2-container:focus {
	outline: 0
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation {
	margin: 0 !important
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li {
	margin: 0 20px
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li a {
	padding: 0;
	line-height: 50px;
	font-weight: 500;
	background: 0 0 !important
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li a:hover {
	color: var(--tb-theme-color)
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li.active {
	background: 0 0
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li.active a {
	color: var(--tb-theme-color)
}

.wcvendors-pro-dashboard-wrapper a.button:hover,
.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover {
	text-decoration: none
}

.wcvendors-pro-dashboard-wrapper input#update_button {
	display: block
}

.wcvendors-pro-dashboard-wrapper label {
	font-weight: 600
}

.wcvendors-pro-dashboard-wrapper label[for=_wcv_store_address2],
.wcvendors-pro-dashboard-wrapper label[for=_wcv_store_search_address] {
	display: none
}

.wcvendors-pro-dashboard-wrapper a.shop_coupon {
	margin-left: 7px;
	margin-right: 0
}

.wcvendors-pro-dashboard-wrapper h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000
}

.wcvendors-pro-dashboard-wrapper h3+hr {
	display: none
}

.wcvendors-pro-dashboard-wrapper .wcv_reports h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(145, 158, 171, .24);
	padding-bottom: 15px
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search {
	width: 50%;
	float: right
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search>div {
	width: 100%
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search>div:first-child {
	display: none
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions {
	width: 50%;
	float: left;
	padding-bottom: 30px
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination {
	margin-top: 0
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers {
	margin: 0;
	border: 0
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers li {
	margin: 0;
	border: 0
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers li a,
.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers li .page-numbers {
	padding: 0
}

.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button {
	margin-left: 10px;
	margin-right: 0
}

.wcvendors-pro-dashboard-wrapper .wcv-search-form .control {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.wcvendors-pro-dashboard-wrapper .wcv-search-form .control>span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.wcvendors-pro-dashboard-wrapper .wcv-search-form #wcv-search {
	width: 100%;
	padding: 0 15px;
	height: 38px;
	border-color: rgba(145, 158, 171, .24);
	margin: -2px 0 0;
	box-shadow: none
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top>hr {
	display: none
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav {
	border: 0
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li {
	padding: 0 15px;
	border-left: 1px solid rgba(145, 158, 171, .24)
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li a {
	padding: 0;
	margin: 0;
	border: 0;
	color: var(--tb-theme-color)
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li a:hover {
	text-decoration: underline;
	background: 0 0
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li:first-child {
	padding-left: 0;
	border: 0
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li.active a {
	text-decoration: underline
}

.wcvendors-pro-dashboard-wrapper+.comments-area .comment-respond,
.wcvendors-pro-dashboard-wrapper+.comments-area div#new-answer-header {
	max-width: 100%
}

.wcv-grid a:hover {
	color: var(--tb-theme-color);
	text-decoration: initial
}

.wcv-grid h6 {
	font-weight: 500
}

.wcv-grid a[class*=wcv-file-uploader-delete]:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.wcv-grid a[class*=wcv-file-uploader-delete]:before {
	display: inline-block;
	line-height: 1;
	margin-left: 0;
	margin-right: 5px
}

.wcv-grid a[class*=wcv-file-uploader-add]:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.wcv-grid a[class*=wcv-file-uploader-add]:before {
	display: inline-block;
	line-height: 1;
	margin-left: 0;
	margin-right: 5px
}

table.wcv-table th,
table.wcv-table strong {
	font-weight: 600
}

table.wcv-table>thead>tr>th {
	background: #f5f5f5
}

table.wcv-table img {
	display: block;
	margin: 0 auto
}

table.wcv-table>thead>tr>th,
table.wcv-table>thead>tr>td,
table.wcv-table>tbody>tr>th,
table.wcv-table>tbody>tr>td {
	padding: 8px 15px
}

table.wcv-table.wcvendors-table-product>tbody>tr>td {
	vertical-align: middle
}

table.wcv-table.wcvendors-table-product a:hover {
	color: var(--tb-theme-color)
}

table.wcv-table.wcvendors-table-product h4 {
	font-weight: 500;
	font-size: 15px;
	margin: 10px 0
}

table.wcv-table.wcvendors-table-product .row-actions-product a {
	padding: 0 5px;
	border-left: 1px solid #ddd
}

table.wcv-table.wcvendors-table-product .row-actions-product a:first-child {
	border: 0;
	padding-left: 0
}

table.form-table>thead>tr>th {
	background: #f5f5f5
}

.wcv_recent_orders>div {
	position: relative
}

.wcv_recent_orders a.button {
	line-height: 23px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	padding: 0;
	border: 0;
	background: 0 0 !important;
	color: #888
}

.wcv_recent_orders a.button:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.wcv_recent_orders a.button:hover {
	color: var(--tb-theme-color) !important
}

.wcv_recent_orders a.button:after {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	margin-left: 5px;
	margin-right: 0
}

.wcv_dashboard_overview {
	margin-bottom: 0 !important
}

.wcv_dashboard_overview table.wcv-table>tbody>tr>td:first-child {
	background: #f5f5f5
}

.wcv-form .control-group .control>input.wcv-button:not(#clear_button) {
	display: block
}

.wcv-form .control-group .control>input.wcv-datepicker {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 1px solid rgba(145, 158, 171, .24);
	padding: 8px 15px
}

.wcv-form .control-group .control .select2-container {
	z-index: 1
}

.wcv-form input#update_button {
	padding: 0 !important
}

.wcv-cols-group.wcv-horizontal-gutters {
	margin-left: -2em;
	margin-right: 0;
	margin-bottom: 25px
}

.wcv-cols-group.wcv-horizontal-gutters>[class*=all-],
.wcv-cols-group.wcv-horizontal-gutters>[class*=xlarge-] {
	padding-left: 2em;
	padding-right: 0
}

.wcv-cols-group.wcv-horizontal-gutters .all-40.small-100 {
	width: 100%
}

.wcv_dashboard_datepicker.wcv-cols-group .wcv-form .wcv-cols-group>div:not(:only-child) .control-group,
.wcv-order-header .wcv-form .wcv-cols-group>div:not(:only-child) .control-group {
	padding-left: 0;
	padding-right: 10px
}

.wcv_dashboard_datepicker.wcv-cols-group .wcv-cols-group.wcv-horizontal-gutters>div:last-child,
.wcv-order-header .wcv-cols-group.wcv-horizontal-gutters>div:last-child {
	padding-left: 0
}

.wcv_dashboard_datepicker form:after {
	display: block;
	clear: both;
	content: ""
}

.wcv-order-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-bottom: 30px !important
}

.wcv-order-header>div {
	width: auto;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.wcv-order-header>div.all-80 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.wcv-order-header>div>br {
	display: none
}

.wcv-order-header .wcv-cols-group.wcv-horizontal-gutters {
	margin-bottom: 0
}

.wcv-order-header .wcv-form .control-group {
	margin: 0
}

.wcv-order-header .wcv-form .control>input#clear_button {
	width: auto;
	display: block;
	margin: 0;
	margin-left: 10px
}

.wcv-order-header .wcv-form .control input#update_button {
	width: 100% !important
}

table.wcvendors-table-order .row-actions-order a {
	font-size: 14px;
	padding: 0;
	line-height: 30px
}

table.wcvendors-table-order .row-actions-order a:hover {
	color: var(--tb-theme-color)
}

table.wcvendors-table-order>tbody>tr>td {
	padding: 15px
}

table.wcvendors-table-order .wcv-shade.wcv-fade {
	z-index: 9999
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal {
	height: auto !important
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-header {
	padding: 15px 30px;
	border-color: rgba(145, 158, 171, .24);
	-webkit-box-shadow: none;
	box-shadow: none
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal #modal-title {
	margin: 0
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .subtitle {
	margin: 0
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-body {
	padding: 30px
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-body h4 {
	font-weight: 500
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>tbody>tr>td:not(.wcv-order-totals-label),
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>tbody>tr>th,
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>thead>tr>td:not(.wcv-order-totals-label),
table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>thead>tr>th {
	text-align: center;
	vertical-align: middle
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-form textarea {
	min-height: 150px;
	border-color: rgba(145, 158, 171, .24);
	-webkit-box-shadow: none;
	box-shadow: none
}

table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit] {
	width: auto
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default {
	margin: 0;
	margin-left: 10px;
	min-width: 200px
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default .select2-selection--single {
	margin: 0
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 10px;
	padding-right: 30px
}

.single-product .wcvendors_ships_from br,
.single-product .wcvendors_ships_from+br {
	display: none
}

.wcv-opening-hours-wrapper table.form-table>thead>tr>th,
.wcv-opening-hours-wrapper table.form-table>thead>tr>td,
.wcv-opening-hours-wrapper table.form-table>tbody>tr>th,
.wcv-opening-hours-wrapper table.form-table>tbody>tr>td {
	vertical-align: middle;
	text-align: center
}

.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a {
	color: #888;
	margin: 0 10px
}

.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a:before {
	display: inline-block;
	font-weight: 700
}

.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a.remove-row {
	color: red
}

.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a.done {
	color: #07930b
}

.wcv-opening-hours-wrapper .wcv-icon {
	display: none
}

.wcv-opening-hours-wrapper #add-work-hours:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.wcv-opening-hours-wrapper #add-work-hours:before {
	display: inline-block;
	font-weight: 700
}

.wcv-opening-hours-wrapper a.remove-row:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.wcv-opening-hours-wrapper a.edit:before {
	content: '\e612'
}

.wcv-opening-hours-wrapper a.done:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

.wcv-opening-hours-wrapper+.wcv-cols-group.wcv-horizontal-gutters .control-group {
	margin: 0
}

.wcv-vacation-mode-msg-wrapper+div {
	margin-top: 20px
}

#wp-_wcv_vendor_store_notice-wrap {
	margin-bottom: 30px
}

form#wcv-store-settings input#store_save_button {
	margin-top: 15px;
	margin-bottom: 50px
}

form#wcv-store-settings #branding .wcv-file-uploader-add_wcv_store_banner_id,
form#wcv-store-settings #branding .wcv-file-uploader-delete_wcv_store_banner_id {
	display: inline-block;
	margin-bottom: 20px
}

form#wcv-store-settings .wcv-tabs .wcv-cols-group.wcv-horizontal-gutters {
	margin-bottom: 0
}

form#wcv-store-settings small,
form#wcv-store-settings .tip {
	font-size: 13px
}

table.wcvendors-table-shop_coupon {
	margin-top: 20px
}

.wcv-store-header.header-modern .meta {
	padding: 20px 30px;
	display: block;
	text-align: left;
	background: #f5f5f5
}

.wcv-store-header.header-modern .meta a {
	color: #000
}

.wcv-store-header.header-modern .meta>.block {
	padding: 5px 0;
	display: block
}

.wcv-store-header.header-modern .meta>.block:not(.sales) .label {
	display: none
}

.wcv-store-header.header-modern .meta .wcv-icon {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-left: 0
}

.wcv-store-header.header-modern .meta .phone .wcv-icon {
	width: 12px;
	height: 12px
}

.wcv-store-header.header-modern .meta .stars .wcv-icon {
	width: 14px;
	height: 14px;
	margin: 0
}

.wcv-store-header.header-modern .meta .social-icons .wcv-icon {
	width: 20px;
	height: 20px
}

.wcv-store-header.header-modern .meta .social-icons a:hover {
	color: var(--tb-theme-color)
}

.wcv-pro-vendorlist {
	border: 0;
	margin-bottom: 30px
}

.wcv_store_search form input[type=search],
.wcv_vendor_search form input[type=search] {
	padding: 0;
	padding-left: 15px;
	width: 100%
}

.wcv_store_search form input[type=submit],
.wcv_vendor_search form input[type=submit] {
	width: 100%;
	margin-top: 10px
}

#wcv-product-edit {
	margin-bottom: 50px
}

#wcv-product-edit #draft_button {
	float: right
}

#_stock_status+.select2-container--default {
	margin-bottom: 10px
}

#_stock_status+.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-right: 30px
}

@media(min-width:992px) {
	.wcv-store-header.header-modern .info {
		padding: 0 0 30px 30px
	}

	.wcv_dashboard_datepicker form {
		width: 50%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.wcv_dashboard_datepicker form>div {
		width: auto;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.wcv_dashboard_datepicker form>div.all-66 {
		-webkit-box-flex: 3;
		-moz-box-flex: 3;
		-webkit-flex: 3;
		-ms-flex: 3;
		flex: 3
	}
}

@media(max-width:991px) and (min-width:768px) {
	ul.wcv_vendorslist .vendor_list {
		width: 25%;
		padding: 30px 10px
	}

	ul.wcv_vendorslist .vendor_list:nth-child(4n) {
		border-right: 1px solid rgba(145, 158, 171, .24)
	}
}

@media(max-width:991px) {
	.wcv-store-header.header-modern .meta {
		text-align: center
	}

	.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu {
		display: flex;
		display: -ms-flexbox;
		white-space: nowrap;
		overflow: auto
	}

	.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li {
		margin: 0 15px
	}

	.wcvendors-pro-dashboard-wrapper .wcv-tabs .tabs-content#store .wcv-cols-group.wcv-horizontal-gutters .all-60 {
		width: 100%
	}

	.wcvendors-pro-dashboard-wrapper .wcv-tabs .tabs-content#store .wcv-cols-group.wcv-horizontal-gutters .all-20 {
		width: 50%
	}

	.wcv-order-header {
		display: block
	}

	.wcv-order-header>div {
		width: 100%
	}

	.wcv-order-header>div.align-right {
		margin-top: 30px
	}

	.wcv-order-header .all-33 .wcv-cols-group.wcv-horizontal-gutters>div:last-child .control {
		margin-left: 10px;
		margin-right: 0
	}

	.wcv-order-header .all-33 .wcv-cols-group.wcv-horizontal-gutters>div:last-child .control input {
		width: 100% !important;
		margin: 0 !important
	}
}

@media(max-width:767px) {
	.wcv-grid .wcv_actions {
		margin-bottom: 0
	}

	.wcv-form .control-group .control>input.wcv-button:not(#clear_button),
	.wcv-order-header .wcv-form .control>input#clear_button {
		width: auto !important;
		padding: 0 15px !important
	}

	.wcv-cols-group.wcv-horizontal-gutters .all-40.small-100>a {
		width: auto
	}

	.pv_paypal_container~table {
		display: block;
		overflow-x: auto
	}

	.wcv_dashboard_datepicker,
	.wcv-order-header {
		margin-bottom: 20px
	}

	.wcv_dashboard_datepicker form>div,
	.wcv-order-header form>div {
		width: 100%
	}

	.wcv_dashboard_datepicker form>div.all-33 label,
	.wcv-order-header form>div.all-33 label {
		display: none
	}

	.wcv_dashboard_datepicker .wcv-cols-group.wcv-horizontal-gutters,
	.wcv-order-header .wcv-cols-group.wcv-horizontal-gutters {
		margin-bottom: 0
	}

	.wcv-order-header {
		margin: 0
	}

	.wcv-order-header .wcv-form>.control-group {
		margin-top: 20px
	}

	.wcv-order-header .wcv-form>div:first-child .wcv-cols-group.wcv-horizontal-gutters>div {
		width: 100%;
		margin-bottom: 10px
	}

	.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters {
		margin: 0 -5px
	}

	.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div {
		padding: 0 5px;
		width: auto
	}

	.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div .control-group {
		padding: 0
	}

	.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div .control {
		margin: 0 !important
	}

	.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search {
		width: 100%;
		margin-bottom: 0
	}

	.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions {
		width: 100%;
		margin-top: 0
	}

	.wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div {
		overflow-y: hidden;
		overflow-x: auto
	}

	.wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div .wcvendors-table-product {
		min-width: 800px;
		margin: 0
	}

	.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav {
		display: flex;
		display: -ms-flexbox;
		overflow: auto
	}
}

@media(max-width:767px) and (min-width:480px) {
	ul.wcv_vendorslist .vendor_list {
		width: 33.33%;
		padding: 30px 10px
	}

	ul.wcv_vendorslist .vendor_list:nth-child(3n) {
		border-right: 1px solid rgba(145, 158, 171, .24)
	}
}

@media(max-width:479px) {
	#to {
		margin-top: 20px
	}

	ul.wcv_vendorslist .vendor_list {
		width: 50%;
		padding: 30px 10px
	}

	ul.wcv_vendorslist .vendor_list:nth-child(2n) {
		border-right: 1px solid rgba(145, 158, 171, .24)
	}

	.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a {
		margin: 0 5px
	}
}

.wcv_pagination ul {
	padding: 0;
	list-style-type: none;
	justify-content: center;
	display: flex;
	margin: 30px 0 50px
}

.wcv_pagination ul>li>a,
.wcv_pagination ul>li>span {
	padding: 10px 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	line-height: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
	margin: 0 3px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.wcv_pagination ul>li>a:hover,
.wcv_pagination ul>li>a.current,
.wcv_pagination ul>li>a:active,
.wcv_pagination ul>li>span:hover,
.wcv_pagination ul>li>span.current,
.wcv_pagination ul>li>span:active {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff
}

.vendor_list a.button {
	margin-top: 20px;
	text-transform: uppercase
}

.wcv-dashboard-navigation ul>li>a.button {
	text-transform: uppercase
}

.wcv-dashboard-navigation~form input {
	padding: 0 10px
}

.wcv-dashboard-navigation~form input[type=submit] {
	padding: 0 20px;
	background: var(--tb-theme-color);
	color: #fff;
	border-color: var(--tb-theme-color);
	font-weight: 500
}

.wcv-dashboard-navigation~form input[type=submit]:hover {
	border-color: var(--tb-theme-color);
	background: #fff;
	color: var(--tb-theme-color)
}

label[for=apply_for_vendor] {
	margin-top: 1rem
}

.agree-to-terms-container {
	margin-top: -1rem
}

.agree-to-terms-container a {
	color: var(--tb-theme-color)
}

.pv_paypal_container input {
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 15px
}

.pv_paypal_container~table input,
.pv_paypal_container~table textarea,
.pv_paypal_container~div input,
.pv_paypal_container~div textarea {
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 5px
}

.woocommerce input[name=vendor_application_submit] {
	min-width: 170px;
	text-transform: uppercase;
	margin-bottom: 50px
}

#wcv_pro_quick_contact_form input,
#wcv_pro_quick_contact_form textarea {
	border: 1px solid #eee;
	padding: 0 10px
}

#wcv_pro_quick_contact_form textarea {
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.wcv-recent-products-widget .woocommerce-Price-amount {
	color: var(--tb-theme-color);
	font-weight: 500
}

.wcv-recent-products-widget ins {
	text-decoration: none
}

.wcv-recent-products-widget del .woocommerce-Price-amount {
	color: #333
}

#wcv-shop_coupon-edit #coupon_save_button {
	margin-bottom: 50px
}

.wcv_dashboard_table_header {
	margin-bottom: 40px
}

.wcv-header-container #inner-element {
	background: 0 0
}

.pv_shop_description_container a {
	font-weight: 700
}

#customer_login #apply_for_vendor,
#customer_login #agree_to_terms {
	display: inline;
	margin: 0 5px 0 11px
}

.mini_cart_content .tbay-total-condition-wrap {
	padding: 0 20px
}

.woocommerce-cart-form .tbay-total-condition-wrap {
	width: 100%;
	display: inline-block;
	margin-bottom: -8px
}

.woocommerce-cart-form .tbay-total-condition-wrap.tbay-active {
	margin-top: 44px
}

.tbay-total-condition {
	width: 100%;
	position: relative;
	background: #ededed;
	height: 15px;
	line-height: 15px;
	font-size: 12px
}

.tbay-active .tbay-total-condition-hint {
	color: #333
}

.tbay-active .tbay-subtotal-condition {
	color: #fff
}

.widget_shopping_cart_content .hide-in-cart,
#tbay-cart-modal .hide-in-cart {
	display: none
}

.tbay-total-condition-desc {
	max-width: 620px;
	margin: 20px auto 30px auto;
	text-align: center;
	font-size: 14px;
	font-weight: 400
}

.tbay-total-condition-desc .woocommerce-Price-amount {
	color: var(--tb-theme-color) !important;
	font-size: 16px;
	font-weight: 700 !important
}

.tbay-total-condition-desc .tbay-continue {
	color: var(--tb-theme-color) !important
}

.tbay-total-condition-desc strong {
	color: #333
}

.tbay-total-condition-hint {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	line-height: inherit;
	color: transparent;
	text-align: center;
	font-weight: 600
}

.tbay-subtotal-condition {
	background: var(--tb-theme-color);
	position: relative;
	z-index: 1;
	color: transparent;
	line-height: inherit;
	width: 0;
	overflow: hidden;
	text-align: center;
	font-weight: 600
}

.tbay-total-condition-hint,
.tbay-subtotal-condition {
	-webkit-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease
}

#tbay-cart-modal .tbay-total-condition-desc {
	text-align: left
}

#tbay-cart-modal .tbay-total-condition-wrap+.gr-buttons {
	margin-top: 30px
}

#tbay-cart-modal .tbay-total-condition-wrap.tbay-active {
	margin-top: 20px
}

@media(min-width:1600px) {
	[class*=col-xlg] {
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}

	.visible-xlg {
		display: block !important
	}

	.hidden-xlg {
		display: none !important
	}

	.col-xlg-1 {
		width: 8.33333%
	}

	.col-xlg-2 {
		width: 16.66667%
	}

	.col-xlg-3 {
		width: 25%
	}

	.col-xlg-4 {
		width: 33.33333%
	}

	.col-xlg-5 {
		width: 41.66667%
	}

	.col-xlg-6 {
		width: 50%
	}

	.col-xlg-7 {
		width: 58.33333%
	}

	.col-xlg-8 {
		width: 66.66667%
	}

	.col-xlg-9 {
		width: 75%
	}

	.col-xlg-10 {
		width: 83.33333%
	}

	.col-xlg-11 {
		width: 91.66667%
	}

	.col-xlg-12 {
		width: 100%
	}
}

@media(min-width:1200px) {

	#tbay-mobile-menu,
	.topbar-device-mobile,
	.footer-device-mobile,
	.topbar-mobile {
		display: none
	}

	.woocommerce div.product .entry-summary .single_add_to_cart_button,
	.woocommerce div.product .entry-summary .tbay-buy-now {
		min-width: 170px
	}
}

@media(min-width:992px) {
	#yith-quick-view-content div.product .entry-summary form.cart .box-quantity {
		display: block
	}

	#yith-quick-view-content div.product .entry-summary form.cart div.quantity {
		margin-right: 20px;
		margin-left: 0
	}

	#yith-quick-view-content div.product .entry-summary form.cart .woocommerce-grouped-product-list-item div.quantity {
		margin: 0
	}

	#yith-quick-view-content div.product .entry-summary .tbay-buy-now {
		min-width: 120px;
		margin-top: 0
	}

	#yith-quick-view-content div.product .entry-summary table.variations+div span.price {
		margin-bottom: 20px
	}
}

@media(max-width:1199px) {
	.tbay-el-pro-wrapper.hidden-header #tbay-main-content .elementor-location-header {
		display: none
	}

	.footer-device-mobile.visible-xxs {
		display: flex
	}

	.horizontal-tabs ul.tabs.wc-tabs.nav.nav-tabs {
		white-space: nowrap;
		overflow-x: auto;
		display: block
	}

	.horizontal-tabs ul.tabs.wc-tabs.nav.nav-tabs>li {
		display: inline-block
	}

	.link-images {
		pointer-events: none
	}

	.wishlist-device {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		max-width: max-content
	}

	.wishlist-device .icon .blockElement {
		display: none !important
	}

	.search-device .tbay-search-result .autocomplete-suggestions {
		left: 0;
		right: auto;
		top: 100%;
		text-align: center;
		color: #212b36;
		font-size: 14px;
		background: #fff;
		padding: 0;
		border: 0;
		overflow-y: scroll;
		max-height: 300px
	}

	.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion {
		display: flex;
		padding: 13px 20px;
		border-top: 1px solid rgba(145, 158, 171, .24)
	}

	.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-title strong {
		margin-right: 2px;
		margin-left: 0
	}

	.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-thumb {
		max-width: 60px;
		margin-right: 10px;
		margin-left: 0
	}

	.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-group {
		text-align: left
	}

	.search-device .tbay-search-result .autocomplete-suggestions>.autocomplete-suggestion .suggestion-title {
		line-height: 20px
	}

	.search-device .tbay-search-result .list-header {
		padding: 11px 15px;
		text-align: left
	}

	.search-device .tbay-search-result .list-header .count {
		color: var(--tb-theme-color)
	}

	.search-device .tbay-search-result .view-all-products {
		position: absolute;
		right: 15px;
		left: auto;
		top: 10px;
		font-weight: 600
	}

	.search-device .tbay-search-form .form-search-mobile .input-group {
		padding: 0 15px;
		border-top: 1px solid rgba(145, 158, 171, .24)
	}

	.form-search-mobile .tbay-search {
		height: 48px;
		padding: 0 15px
	}

	.form-search-mobile .select-category {
		max-width: 70px
	}

	.form-search-mobile .button-search:not(.icon) i {
		font-size: 22px
	}

	.greenmart-ajax-search.tbay-loading .button-group:before {
		color: #000
	}

	.topbar-device-mobile .search-device .tbay-search-form .tbay-loading i {
		font-size: 0
	}

	.mobile-cart.cart-icon {
		display: flex;
		align-items: center;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 48px;
		position: relative
	}

	.mobile-cart.cart-icon i {
		font-size: 30px;
		margin-top: 3px
	}

	.mobile-cart.cart-icon .cart-mobile {
		background: var(--tb-color-second);
		color: #000;
		min-width: 22px;
		min-height: 22px;
		display: inline-block;
		text-align: center;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		position: absolute;
		top: -3px;
		right: 10px;
		left: auto;
		line-height: 18px;
		border: 2px solid #fff;
		font-size: 12px
	}

	.wishlist-device a {
		display: flex;
		justify-content: flex-end;
		margin-right: 18px;
		margin-left: 0
	}

	.wishlist-device .icon {
		position: relative;
		display: inline-block
	}

	.wishlist-device .icon i {
		font-size: 30px;
		display: flex
	}

	.wishlist-device .icon .count_wishlist {
		background: var(--tb-color-second);
		color: #000;
		min-width: 22px;
		min-height: 22px;
		display: inline-block;
		text-align: center;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		position: absolute;
		top: -6px;
		right: -9px;
		left: auto;
		line-height: 18px;
		border: 2px solid #fff;
		font-size: 12px
	}

	#tbay-header {
		/* display: none */
	}

	.wrapper-container {
		padding-top: 50px
	}

	.flex-row-reverse>div.col-xl-4 {
		margin-top: 50px
	}

	.topbar-post>.active-mobile {
		display: flex;
		align-items: center;
		width: 30px;
		padding: 0
	}

	.topbar-post>.active-mobile i {
		font-size: 24px
	}

	.topbar-post>.mobile-logo {
		max-width: 30px
	}

	.topbar-post>.mobile-logo>a {
		font-size: 21px;
		color: #333
	}

	.topbar-post>.topbar-title {
		display: block;
		width: 170px;
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding: 0 18px;
		text-align: center;
		font-size: 18px;
		color: #212b36;
		-webkit-box-flex: 3;
		-moz-box-flex: 3;
		-webkit-flex: 3;
		-ms-flex: 3;
		flex: 3;
		font-weight: 400
	}

	.single-product .topbar-post>.topbar-title {
		font-size: 14px
	}
}

@media(max-width:782px) {

	.admin-bar .mm-menu.offsetop,
	.admin-bar #tbay-mobile-menu.tbay-offcanvas,
	.admin-bar .topbar-device-mobile {
		top: 46px
	}

	.admin-bar .wrapper-container {
		top: 46px
	}
}

@media(max-width:1199px) and (min-width:783px) {

	.admin-bar .mm-menu.offsetop,
	.admin-bar #tbay-mobile-menu.tbay-offcanvas,
	.admin-bar .topbar-device-mobile {
		top: 32px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.woocommerce div.product form.cart div.quantity {
		padding: 0 5px
	}

	.tbay-body-woocommerce-quantity-mod .groups-button .box-quantity {
		float: none;
		width: max-content;
		margin-bottom: 10px
	}
}

@media(min-width:769px) and (max-width:991px) {
	.woocommerce .cross-sells .rating {
		float: left
	}
}

@media(min-width:768px) and (max-width:1199px) {
	#tbay-footer {
		padding-bottom: 50px
	}

	.single-product #tbay-footer,
	.woocommerce-cart #tbay-footer,
	.woocommerce-checkout #tbay-footer {
		padding-bottom: 0
	}

	.product-related-wrapper {
		padding-left: 15px
	}

	.sidebar.sidebar-left>aside,
	.elementor-widget-sidebar>.elementor-widget-container.sidebar-left>aside,
	.dokan-widget-area.sidebar-left>aside,
	.sidebar.sidebar-right>aside,
	.elementor-widget-sidebar>.elementor-widget-container.sidebar-right>aside,
	.dokan-widget-area.sidebar-right>aside {
		padding-left: 0;
		padding-right: 0
	}

	.singular-shop {
		margin-bottom: 90px
	}

	.elementor-product-v2 div.product-block .groups-button {
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		position: static;
		display: block;
		padding-bottom: 8px
	}

	.elementor-product-v2 div.product-block .price {
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		margin-bottom: 10px
	}

	.singular-shop div.product .information .cart .box-quantity .title-qty {
		display: none
	}

	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		vertical-align: unset
	}

	.woocommerce .cross-sells div.product p.price,
	.woocommerce .cross-sells div.product span.price {
		width: inherit;
		margin-bottom: 15px
	}

	.woocommerce .elementor-product-v2 div.product p.price,
	.woocommerce .elementor-product-v2 div.product span.price {
		width: 100%
	}
}

@media(min-width:768px) {
	#comments .wcpr-stars-count {
		padding-right: 57px;
		padding-left: 0
	}

	.tbay-element-products .owl-carousel {
		margin: 0
	}

	.tbay-element-products .slick-slide {
		margin: 0
	}

	.tbay-element-products .rows-2 .slick-slide>div,
	.tbay-element-products .rows-3 .slick-slide>div {
		margin: 0
	}

	.tbay-element-products .rows-2 .slick-slide>div>.item,
	.tbay-element-products .rows-3 .slick-slide>div>.item {
		padding: 0
	}

	.woocommerce .woocommerce-MyAccount-navigation {
		width: 20%;
		margin-bottom: 50px;
		float: left
	}

	.woocommerce .woocommerce-MyAccount-content {
		width: 80%;
		padding-left: 30px;
		margin-bottom: 40px;
		float: left
	}

	#comments {
		clear: both
	}

	.elementor-product-v2 .product-block.grid {
		padding: 24px 20px 30px
	}

	.elementor-product-v2 .product-block.grid .title-cart {
		display: none
	}

	.elementor-product-v2 .product-block .name-subtitle {
		margin-bottom: 4px
	}

	.elementor-product-v2 .product-block .add-cart a.loading>i {
		display: none
	}

	.elementor-product-v2 .product-block .add-cart a.loading:after {
		margin: 0
	}

	.elementor-product-v2 .product-block .add-cart .added+a {
		font-size: 0;
		padding: 0 !important
	}

	.elementor-product-v2 .product-block .add-cart .added+a:before {
		position: absolute;
		content: '\e080';
		font-family: 'simple-line-icons';
		width: 100%;
		height: 100%;
		font-size: 12px;
		left: 0;
		top: 0;
		right: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--tb-theme-color);
		color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px
	}

	.elementor-product-v2 .product-block .product-content {
		flex-direction: row;
		flex-wrap: nowrap
	}

	.elementor-product-v2 .product-block .block-inner {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 8px;
		padding-left: 0;
		min-width: 100px;
		max-width: 164px
	}

	.elementor-product-v2 .product-block .caption {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 2px 3px 0;
		position: relative;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px
	}

	.elementor-product-v2 .product-block .rating {
		float: initial;
		margin-bottom: 0;
		width: 100%
	}

	.elementor-product-v2 .product-block .price {
		margin-bottom: 7px
	}

	.elementor-product-v3 .product-block.grid .price,
	.product-count-down .product-block.grid .price {
		margin-bottom: 39px
	}

	body .hidden-text-cart-yes .groups-button>div.add-cart>a,
	body .elementor-product-v2 .product-block .groups-button>div.add-cart>a {
		padding: 0;
		width: 30px
	}

	.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a {
		min-width: 107px
	}

	.nav-tabs {
		padding-bottom: 30px
	}

	.tbay-post-style-2 .post-grid .entry-content {
		padding: 0 15px 0 0
	}
}

@media(min-width:992px) {
	.modal-lg {
		max-width: 602px
	}
}

@media(max-width:991px) {
	.products.vendor-list .caption .col-lg-4>div {
		padding-left: 0
	}

	#tbay-cart-modal .gr-buttons a.checkout {
		margin-top: 20px;
		float: left !important
	}

	#yith-quick-view-content div.product form.cart {
		display: flex;
		flex-direction: column
	}

	#yith-quick-view-content div.product .entry-summary .tbay-buy-now {
		margin-left: 0;
		margin-top: 10px
	}

	.entry-content>p>a>img {
		max-width: calc(50% - 20px)
	}

	.post .entry-thumb {
		margin-bottom: 0
	}

	.entry-single .entry-header .entry-meta-wrapper {
		justify-content: flex-start;
		flex-direction: column;
		margin-bottom: 20px
	}

	.entry-single .entry-meta-list {
		margin-bottom: 10px
	}

	.entry-single .entry-meta-list+.tbay-post-share {
		max-width: 100%;
		min-width: unset;
		text-align: left
	}

	.entry-single .entry-content,
	.entry-single .tags-wrapper {
		margin-left: 0;
		margin-right: 0
	}

	.single-post .author-info,
	.single-post #comments {
		margin-left: 0;
		margin-right: 0
	}
}

@media(max-width:1024px) {
	.woocommerce-page table.cart td.actions .pull-right input[type=submit] {
		border-color: #e22a32;
		background: #e22a32;
		color: #fff
	}
}

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

	.owl-carousel>.slick-arrow,
	.slider>.slick-arrow {
		right: -10px;
		left: auto
	}

	.owl-carousel>.slick-arrow.slick-prev,
	.slider>.slick-arrow.slick-prev {
		left: -10px;
		right: auto
	}
}

@media(max-width:767px) {
	.singular-shop .compare.button {
		margin-bottom: 10px;
		padding-left: 0
	}

	.product-related-wrapper .widget.upsells .product-block.grid .product-content,
	.product-related-wrapper .widget.related.products .product-block.grid .product-content {
		padding-left: 68px
	}

	.product-related-wrapper .widget.upsells .product-block.grid .product-content .block-inner,
	.product-related-wrapper .widget.related.products .product-block.grid .product-content .block-inner {
		max-width: 48px
	}

	.product-related-wrapper .widget.upsells .product-block.grid,
	.product-related-wrapper .widget.related.products .product-block.grid {
		padding-bottom: 5px
	}

	.woocommerce div.product {
		width: 100%
	}

	.woocommerce-checkout form.checkout .order-payment #payment ul.payment_methods li {
		padding-left: 15px;
		padding-right: 15px
	}

	.woocommerce-checkout form.checkout .validate-required label.checkbox input[type=checkbox]+span {
		line-height: 24px
	}

	.woocommerce-checkout form.checkout label.checkbox span.required {
		display: none
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th.product-name {
		padding-left: 15px
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th.product-total {
		padding-right: 15px
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-total {
		padding-right: 15px
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name {
		padding-left: 15px;
		min-width: 210px
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot:before {
		left: 15px;
		right: 15px
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th {
		padding-left: 15px
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td {
		padding-right: 15px
	}

	.elementor-product-v2 .product-block.grid .onsale {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column
	}

	.elementor-product-v2 .product-block.grid .onsale>span {
		position: unset;
		width: max-content
	}

	.elementor-product-v2 .product-block.grid .onsale>span.saled+.featured {
		margin-top: 10px
	}

	.posts-grid.owl-carousel {
		margin-left: -8px;
		margin-right: -8px
	}

	.posts-grid.owl-carousel .slick-slide {
		margin-left: 8px;
		margin-right: 8px
	}

	.posts-grid.row.grid {
		margin-left: -8px;
		margin-right: -8px
	}

	.posts-grid.row.grid>div {
		padding-left: 8px;
		padding-right: 8px
	}

	body:not(.tbay-homepage) #main-container {
		padding-top: 16px;
		padding-bottom: 30px
	}

	.elementor-widget-woocommerce-product-add-to-cart #tbay-click-addtocart,
	.elementor-widget-woocommerce-product-add-to-cart #tbay-click-buy-now {
		display: none
	}

	div.greenmart-social-links a {
		margin: 0 13px
	}

	div.greenmart-social-links a:first-child {
		margin-left: 0
	}

	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images {
		margin: 0
	}

	.yith-wfbt-section {
		padding-top: 5px;
		padding-bottom: 0;
		margin-bottom: 24px
	}

	.yith-wfbt-section>h3 {
		font-size: 16px;
		font-weight: 600
	}

	.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
		margin-top: 15px
	}

	.yith-wfbt-section ul.yith-wfbt-items {
		padding-left: 0
	}

	.woocommerce-Reviews #comments .wcpr-filter-button {
		background: #fff;
		border-color: rgba(145, 158, 171, .32);
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		padding: 8px 10px;
		margin: 10px 8px 10px 0;
		width: auto;
		min-width: 93px
	}

	.woocommerce-Reviews #comments .wcpr-filter-button:last-child {
		margin-right: 0
	}

	.upsells.owl-carousel button.slick-arrow,
	.related.owl-carousel button.slick-arrow {
		right: 40px;
		left: auto;
		background: 0 0;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		width: auto;
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		bottom: calc(100% - -10px)
	}

	.upsells.owl-carousel button.slick-arrow.slick-next,
	.related.owl-carousel button.slick-arrow.slick-next {
		right: 10px;
		left: auto
	}

	.upsells.owl-carousel button.slick-arrow:hover,
	.upsells.owl-carousel button.slick-arrow:focus,
	.related.owl-carousel button.slick-arrow:hover,
	.related.owl-carousel button.slick-arrow:focus {
		color: var(--tb-theme-color)
	}

	.upsells.owl-carousel button.slick-arrow:hover i,
	.upsells.owl-carousel button.slick-arrow:focus i,
	.related.owl-carousel button.slick-arrow:hover i,
	.related.owl-carousel button.slick-arrow:focus i {
		color: var(--tb-theme-color)
	}

	.singular-shop h1.product_title {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 9px;
		margin-left: 0
	}

	.singular-shop h1.product_title+.tbay-subtitle {
		font-size: 14px;
		margin-left: 0
	}

	.singular-shop div.product .entry-summary .yith-wcwl-add-to-wishlist {
		top: 25px;
		right: 26px
	}

	.singular-shop div.product .information {
		padding-top: 25px
	}

	.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse .feedback>i,
	.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse .feedback>i {
		font-size: 22px
	}

	.singular-shop div.product .information .add_to_wishlist i {
		font-size: 22px
	}

	.singular-shop div.product .mobile-attribute-list~.product_meta {
		margin-top: 0
	}

	.questions-section {
		padding-top: 19px
	}

	.questions-section h3 {
		padding-bottom: 17px
	}

	div.ywqa-ask-question {
		padding-bottom: 18px
	}

	.woocommerce div.product .entry-summary p.price,
	.woocommerce div.product .entry-summary span.price {
		margin-top: 0;
		margin-bottom: 0
	}

	.singular-shop .woocommerce-product-details__short-description {
		padding-top: 17px
	}

	.single-product .woocommerce-product-rating .sold-by-meta {
		width: 100%;
		margin: 6px 0 0 !important;
		padding: 0
	}

	.single-product .woocommerce-product-rating .sold-by-meta:before {
		display: none
	}

	.single-product .greenmart-social-links,
	.single-product .tbay-woo-share {
		margin-top: 10px;
		text-align: left;
		float: none;
		display: block
	}

	.single-product .col-xl-8 .greenmart-social-links {
		margin-top: 12px
	}

	.single-product .single-product-before-wrapper {
		padding-bottom: 13px
	}

	.single-product .image-mains span.onsale>span.featured {
		top: 18px;
		right: 26px;
		left: auto
	}

	.product-related-wrapper {
		padding-left: 15px
	}

	.woocommerce #reviews #comments ol.commentlist {
		padding-bottom: 21px
	}

	input#ywqa_ask_question_text {
		padding-right: 110px
	}

	.owl-carousel:not(.slick-slider).products,
	.tbay-element .row.grid.products {
		margin-left: -4px;
		margin-right: -4px
	}

	.owl-carousel:not(.slick-slider).products>div,
	.tbay-element .row.grid.products>div {
		padding: 0 4px !important
	}

	.custom-icon-box .elementor-icon-box-wrapper {
		display: flex;
		align-items: center
	}

	.custom-icon-box .elementor-icon-box-icon {
		margin: 0 !important;
		padding-right: 24px;
		padding-left: 0
	}

	.custom-icon-box .elementor-icon-box-icon>a {
		margin: 0;
		display: flex
	}

	body.mobile-hidden-footer #tbay-footer {
		display: none !important
	}

	body.mobile-hidden-footer #tbay-main-content {
		padding-bottom: 60px
	}

	ul.tabs.wc-tabs.nav.nav-tabs {
		white-space: nowrap;
		overflow-x: auto;
		display: block
	}

	ul.tabs.wc-tabs.nav.nav-tabs>li {
		display: inline-block
	}

	#reviews .reviews-summary .review-summary-total {
		width: 100%
	}

	#reviews .reviews-summary .review-summary-total .review-summary-result {
		margin: auto
	}

	#reviews .reviews-summary .review-summary-detal {
		padding: 0
	}

	.cart-collaterals .cart_totals tbody>tr.order-total>td {
		width: 100%
	}

	.woocommerce div.product .entry-summary .single_add_to_cart_button:before {
		line-height: 50px
	}

	.singular-shop div.product .information .cart .box-quantity {
		display: none
	}

	.singular-shop div.product.product-type-grouped .information .cart .box-quantity {
		display: flex
	}

	.product-block .groups-button,
	.product-block .quantity-group-btn {
		display: none
	}

	body.tbay-show-cart-mobile .product-block .groups-button,
	body.tbay-show-cart-mobile .product-block .quantity-group-btn {
		display: block
	}

	body.tbay-show-quantity-mobile .singular-shop div.product .information .cart .box-quantity {
		display: flex
	}

	.input-group .form-control,
	.tbay-addon-newsletter .input-newletter,
	.widget-newletter .input-newletter,
	.input-text,
	input,
	.mm-searchfield input,
	textarea {
		font-size: 16px
	}

	.widget .owl-carousel>.slick-arrow,
	.widget .slider>.slick-arrow {
		top: -27px;
		left: 7px
	}

	.widget .owl-carousel>.slick-arrow.slick-next,
	.widget .slider>.slick-arrow.slick-next {
		left: 52px
	}

	#respond p.stars a {
		font-size: 14px;
		margin-right: 0
	}

	#respond p.stars a.star-1,
	#respond p.stars a.star-2,
	#respond p.stars a.star-3,
	#respond p.stars a.star-4,
	#respond p.stars a.star-5 {
		border-right: 0
	}

	.woocommerce .woocommerce-message {
		padding-left: 50px;
		padding-right: 21px
	}

	.woocommerce .woocommerce-message:before {
		position: absolute
	}

	.woocommerce .woocommerce-message .button {
		width: 100%;
		margin-bottom: 10px
	}

	.widget.upsells,
	.widget.related.products {
		padding-top: 0;
		margin-top: 25px
	}

	#comments {
		padding-top: 4px
	}

	.wcpr-overall-rating-main {
		justify-content: flex-start
	}

	.singular-shop div.product .information .tbay-social-share,
	.singular-shop div.product .information .product_meta {
		padding-top: 19px
	}

	.singular-shop div.product .information .product-type-variable .price,
	.singular-shop div.product .information .product-type-grouped .price {
		font-size: 24px
	}

	.row.grid,
	.display-products.products-grid .row,
	.products.products-grid .row {
		margin-left: -8px;
		margin-right: -8px
	}

	.row.grid>div,
	.display-products.products-grid .row>div,
	.products.products-grid .row>div {
		padding-left: 8px;
		padding-right: 8px
	}

	.tbay-nav-normal .owl-carousel>.slick-arrow,
	.tbay-nav-normal .slider>.slick-arrow {
		left: auto;
		right: 0;
		display: none !important
	}

	.tbay-nav-normal .owl-carousel>.slick-arrow.slick-prev,
	.tbay-nav-normal .slider>.slick-arrow.slick-prev {
		left: 0;
		right: auto
	}

	.layout-blog .navigation {
		margin-bottom: 30px
	}

	.post-grid,
	.post-list {
		margin-bottom: 35px
	}

	.times>div {
		font-size: 10px
	}

	.times>div>span {
		font-size: 12px
	}

	.rows-2 .slick-slide>div,
	.rows-3 .slick-slide>div {
		margin: 0 -8px
	}

	.rows-2 .slick-slide>div>.item,
	.rows-3 .slick-slide>div>.item {
		padding: 0 8px;
		margin-bottom: 15px
	}

	.rows-2 .slick-slide>div>.item .product-block,
	.rows-3 .slick-slide>div>.item .product-block {
		margin: 0
	}

	table.compare-list tbody th {
		font-size: 14px
	}

	.slick-initialized .slick-slide {
		margin: 0;
		padding: 0 4px;
		background: #fff
	}

	.owl-carousel,
	.slider,
	.tbay-element .row.grid {
		margin-left: -4px;
		margin-right: -4px
	}

	.owl-carousel:not(.slick-slider)>div,
	.tbay-element .row.grid>div {
		padding: 0 8px !important
	}

	.owl-carousel:not(.slick-slider)>div .testimonials-content,
	.tbay-element .row.grid>div .testimonials-content {
		margin-bottom: 15px
	}

	.nav-tabs {
		padding-bottom: 30px
	}

	.product-block.grid {
		padding: 16px 0;
		margin-bottom: 10px
	}

	.product-block.grid .caption {
		max-width: 100%;
		display: flex;
		flex-direction: column;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.product-block.grid .caption .meta {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.product-block.grid .rating {
		float: inherit;
		margin: 0;
		width: 100%
	}

	.product-block .tbay-subtitle {
		margin-bottom: 0
	}

	.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a {
		font-size: 13px;
		padding-bottom: 4px;
		border: 0
	}

	.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a.active {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: var(--tb-theme-color)
	}

	.tbay-element-product-categories-tabs .heading-product-category-tabs ul>li a i {
		font-size: 28px
	}

	.tbay-element-product-categories-tabs ul.nav-tabs,
	.tbay-element-product-tabs ul.nav-tabs {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		text-align: left;
		padding-bottom: 5px !important;
		border-bottom: 0
	}

	.tbay-element-product-categories-tabs ul.nav-tabs>li,
	.tbay-element-product-tabs ul.nav-tabs>li {
		padding: 0 6px 5px
	}

	.heading-tbay-title {
		font-size: 20px;
		line-height: 36px
	}

	.feature-style-2 .inner,
	.feature-style-3 .inner {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%
	}

	.elementor-product-v2 .product-block {
		padding: 16px 0 12px
	}

	.elementor-product-v2 .product-block .product-content {
		flex-direction: row
	}

	.elementor-product-v2 .product-block .block-inner {
		max-width: 120px;
		margin-right: 10px;
		margin-left: 0
	}

	.elementor-product-v2 .product-block .price {
		margin-top: 12px;
		margin-bottom: 0
	}

	.elementor-product-v2 .product-block .groups-button {
		bottom: 0;
		left: 7px
	}

	#tbay-cart-modal .gr-buttons {
		display: flex;
		flex-direction: column
	}

	.tbay-breadscrumb,
	.tbay-filter .woocommerce-result-count,
	.tbay-filter .woocommerce-ordering>span,
	.page-header {
		display: none
	}

	.products.vendor-list>.row>div {
		width: 100%
	}

	body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .cart .button,
	body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .single_add_to_cart_button.added+a {
		margin: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		right: auto;
		width: 100%;
		padding: 0;
		z-index: 500;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border: 0;
		color: #fff;
		line-height: 44px;
		opacity: 1;
		filter: alpha(opacity=100)
	}

	body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .single_add_to_cart_button {
		width: 50%;
		height: 50px;
		line-height: 50px;
		min-width: unset;
		max-width: 50%;
		font-size: 14px
	}

	body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .single_add_to_cart_button:hover {
		color: #fff;
		background: var(--tb-theme-color)
	}

	body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .single_add_to_cart_button:hover:before {
		color: #fff
	}

	body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .tbay-buy-now.button {
		position: fixed;
		z-index: 1000;
		bottom: 0;
		width: 50%;
		left: 0;
		right: auto;
		margin: 0;
		height: 50px;
		line-height: 50px;
		margin-left: 50%;
		text-transform: capitalize;
		font-size: 14px;
		opacity: 1;
		filter: alpha(opacity=100);
		background: var(--tb-color-second);
		color: #212b36;
		font-weight: 600
	}

	body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .tbay-buy-now.button:hover {
		background: var(--tb-color-second-hover);
		color: #212b36
	}

	body:not(.tbay-disable-cart-fixed) .singular-shop div.product .information .entry-summary.has-buy-now .tbay-buy-now.button:hover i {
		color: #212b36
	}

	body:not(.tbay-disable-cart-fixed) div.product .entry-summary .tbay-buy-now:before {
		display: none
	}

	#add_payment_method .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
	#add_payment_method #payment div.form-row.place-order #place_order,
	.woocommerce-cart #payment div.form-row.place-order #place_order,
	.woocommerce-checkout #payment div.form-row.place-order #place_order {
		margin: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		right: auto;
		width: 100%;
		padding: 0;
		z-index: 500;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border: 0;
		color: #fff;
		line-height: 50px;
		opacity: 1;
		filter: alpha(opacity=100)
	}

	.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a,
	body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .add-cart>a {
		border: 0;
		height: 50px
	}

	.singular-shop div.product.product-type-external .information .cart .button {
		position: unset
	}

	h2,
	.h2 {
		font-size: 24px;
		margin-top: 10px
	}

	.woocommerce a.button.loading i {
		display: none
	}

	.woocommerce a.button.loading:after {
		position: static;
		margin-left: 5px;
		margin-right: 0
	}

	.woocommerce div.product div.summary {
		margin-bottom: 0
	}

	.woocommerce form.checkout_coupon p {
		width: 100%
	}

	.woocommerce form.cart {
		padding-top: 10px;
		border: 0
	}

	.woocommerce .woocommerce-tabs ul.wc-tabs li>a {
		text-transform: capitalize;
		color: #888
	}

	.woocommerce .woocommerce-tabs ul.wc-tabs li.active a {
		color: #17181a
	}

	.woocommerce .cart_totals h2 {
		font-size: 16px
	}

	.woocommerce table.woocommerce-checkout-review-order-table tr.order-total,
	.woocommerce table.shop_table_responsive tr.order-total,
	.woocommerce-page table.woocommerce-checkout-review-order-table tr.order-total,
	.woocommerce-page table.shop_table_responsive tr.order-total {
		margin: 0;
		position: fixed;
		bottom: 44px;
		left: 0;
		width: 100%;
		z-index: 500;
		padding: 0;
		background: #fff;
		-webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, .06);
		box-shadow: 0 -2px 10px rgba(0, 0, 0, .06);
		display: flex;
		justify-content: space-between
	}

	.woocommerce table.woocommerce-checkout-review-order-table tr.order-total th,
	.woocommerce table.woocommerce-checkout-review-order-table tr.order-total td,
	.woocommerce table.shop_table_responsive tr.order-total th,
	.woocommerce table.shop_table_responsive tr.order-total td,
	.woocommerce-page table.woocommerce-checkout-review-order-table tr.order-total th,
	.woocommerce-page table.woocommerce-checkout-review-order-table tr.order-total td,
	.woocommerce-page table.shop_table_responsive tr.order-total th,
	.woocommerce-page table.shop_table_responsive tr.order-total td {
		border: 0;
		padding-top: 11px;
		padding-bottom: 11px;
		background: #fff
	}

	.woocommerce-cart .woocommerce>.widget.cart-collaterals table.shop_table_responsive tr.order-total {
		padding-left: 15px;
		padding-right: 15px
	}

	.tbay-to-top.active,
	.tbay-to-top {
		display: none !important
	}

	.entry-single .entry-title {
		font-size: 20px;
		line-height: 28px;
		margin-top: 5px
	}

	.post-navigation {
		padding: 10px 0;
		margin-bottom: 15px
	}

	.post-navigation .nav-links>div.nav-next {
		text-align: left
	}

	#comments .comments-title {
		font-size: 24px;
		margin-bottom: 30px
	}

	#commentform .form-group {
		margin-bottom: 12px
	}

	#comments .form-submit {
		padding-top: 0
	}

	.style-grid .post .entry-title,
	.related-posts .post .entry-title {
		font-size: 18px;
		line-height: 26px
	}

	.related-posts {
		padding: 0
	}

	.sidebar ul.product_list_widget>li,
	.elementor-widget-sidebar>.elementor-widget-container ul.product_list_widget>li {
		margin-bottom: 5px
	}

	.sidebar:not(:first-child) .widget-title,
	.elementor-widget-sidebar>.elementor-widget-container:not(:first-child) .widget-title {
		padding-top: 8px;
		margin-bottom: 8px
	}

	.wpcf7-form-control {
		width: 100%
	}

	.widget.upsells.cross-sells.products .widget-title,
	.widget.related.products.cross-sells.products .widget-title {
		font-size: 16px;
		margin-bottom: 50px;
		margin-top: 0
	}

	.woocommerce-cart-form .table-responsive {
		border-color: transparent
	}

	#add_payment_method .wc-proceed-to-checkout a.checkout-button,
	#add_payment_method #payment div.form-row.place-order #place_order,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart #payment div.form-row.place-order #place_order,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout #payment div.form-row.place-order #place_order {
		line-height: 44px
	}

	#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
	#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
	#add_payment_method #payment div.form-row.place-order #place_order:hover,
	#add_payment_method #payment div.form-row.place-order #place_order:focus,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
	.woocommerce-cart #payment div.form-row.place-order #place_order:hover,
	.woocommerce-cart #payment div.form-row.place-order #place_order:focus,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
	.woocommerce-checkout #payment div.form-row.place-order #place_order:hover,
	.woocommerce-checkout #payment div.form-row.place-order #place_order:focus {
		background: var(--tb-theme-color);
		color: #fff
	}

	#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover:after,
	#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus:after,
	#add_payment_method #payment div.form-row.place-order #place_order:hover:after,
	#add_payment_method #payment div.form-row.place-order #place_order:focus:after,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:after,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus:after,
	.woocommerce-cart #payment div.form-row.place-order #place_order:hover:after,
	.woocommerce-cart #payment div.form-row.place-order #place_order:focus:after,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover:after,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus:after,
	.woocommerce-checkout #payment div.form-row.place-order #place_order:hover:after,
	.woocommerce-checkout #payment div.form-row.place-order #place_order:focus:after {
		color: #fff
	}

	.tbay-body-woocommerce-quantity-mod .groups-button .box-quantity {
		margin-bottom: 10px
	}

	.woocommerce table.my_account_orders tbody tr {
		margin-bottom: 20px
	}

	.woocommerce table.my_account_orders td,
	.woocommerce table.my_account_orders th {
		padding: 8px
	}

	.single-post #comments {
		padding-top: 40px;
		padding-bottom: 30px
	}

	.pagination,
	.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions .woocommerce-pagination .page-numbers,
	.tbay-pagination {
		margin-top: 16px
	}

	.admin-bar .topbar-device-mobile.active~#tbay-main-content .sidebar-mobile-wrapper {
		top: 46px
	}

	.page-title.title-woocommerce {
		display: none
	}

	.woocommerce-checkout.admin-bar .tbay-footer,
	.woocommerce-cart.admin-bar .tbay-footer {
		margin-bottom: 50px
	}

	.outofstock .product-block:hover .group-actions-product {
		bottom: 0
	}

	.single-product .product-inside-wrapper .image-mains {
		padding-right: 15px
	}

	.woocommerce span.onsale>span {
		font-size: 14px
	}

	.button-wishlist .yith-wcwl-add-to-wishlist>div a>span {
		display: none
	}

	.product-block.grid .sold-by-meta,
	.product-block.grid .wcfmmp_sold_by_container {
		padding-left: 5px
	}

	.product-block.grid .sold-by-meta+.group-actions-product,
	.product-block.grid .wcfmmp_sold_by_container+.group-actions-product {
		bottom: 31px !important
	}

	.product-block.grid:hover .sold-by-meta+.group-actions-product,
	.product-block.grid:hover .wcfmmp_sold_by_container+.group-actions-product {
		bottom: 31px !important;
		min-height: unset;
		padding-bottom: 0
	}

	.product-block .group-actions-product {
		width: max-content;
		line-height: 24px;
		height: 24px;
		bottom: 5px !important;
		left: 5px;
		visibility: visible;
		z-index: 111
	}

	.product-block .group-actions-product .button-wishlist {
		-webkit-box-flex: unset;
		-moz-box-flex: unset;
		-webkit-flex: unset;
		-ms-flex: unset;
		flex: unset;
		height: 24px;
		padding: 0;
		margin: 0
	}

	.product-block .group-actions-product .button-wishlist .yith-wcwl-add-to-wishlist>div {
		position: relative
	}

	.product-block .group-actions-product .button-wishlist .yith-wcwl-add-to-wishlist>div>span.feedback {
		position: absolute;
		line-height: 24px;
		height: 24px;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		pointer-events: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.product-block .group-actions-product .button-wishlist .yith-wcwl-add-to-wishlist>div>span.feedback i {
		line-height: 24px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.product-block .group-actions-product .button-wishlist .yith-wcwl-add-to-wishlist>div>a {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 0
	}

	.product-block .group-actions-product .button-wishlist .yith-wcwl-add-to-wishlist>div>a i {
		line-height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 24px
	}

	.product-block .group-actions-product .yith-wcqv-button {
		display: none
	}

	.product-block.list .image {
		overflow: visible
	}

	.product-block.list .group-actions-product {
		bottom: -20px !important
	}

	.product-block.list:hover .group-actions-product {
		bottom: -20px !important
	}

	.product-block.list .button-wishlist .yith-wcwl-add-to-wishlist>div a>span {
		display: none
	}

	.layout-blog>.row[data-xlgdesktop="1"] .post-grid .entry-thumb .post-thumbnail+.entry-meta .categories,
	.layout-blog>.row[data-xlgdesktop="1"] .post-list .entry-thumb .post-thumbnail+.entry-meta .categories {
		margin-top: 0
	}

	.layout-blog>.row[data-xlgdesktop="1"] .post-grid .entry-meta .categories+.entry-title,
	.layout-blog>.row[data-xlgdesktop="1"] .post-list .entry-meta .categories+.entry-title {
		padding-top: 6px;
		padding-bottom: 15px
	}

	.post-grid .entry-title a,
	.post-list .entry-title a {
		font-size: 20px;
		line-height: 28px
	}

	.post-grid .entry-meta .categories+.entry-title,
	.post-list .entry-meta .categories+.entry-title {
		padding-top: 6px;
		padding-bottom: 15px
	}

	.post-grid .entry-thumb .post-thumbnail+.entry-meta .categories,
	.post-list .entry-thumb .post-thumbnail+.entry-meta .categories {
		margin-top: 0
	}

	.woocommerce-cart .woocommerce>.widget {
		margin-bottom: 30px
	}

	.woocommerce-cart .woocommerce>.widget .wc-proceed-to-checkout {
		padding: 0
	}

	.woocommerce-cart-form .tbay-total-condition-wrap.tbay-active {
		margin-top: 24px
	}

	.singular-shop div.product .yith-wcwl-add-to-wishlist.exists>div.yith-wcwl-add-button a i {
		font-size: 22px
	}
}

@media(max-width:782px) {
	html body.admin-bar.yith-woocompare-popup {
		top: 0 !important
	}
}

@media(min-width:576px) and (max-width:767px) {

	.container,
	.dokan-dashboard .dokan-dashboard-wrap,
	.dokan-store #main,
	.wcfmmp-store-page #wcfmmp-store {
		max-width: 100%
	}
}

@media(max-width:480px) {
	.tbay-filter .woocommerce-ordering {
		width: 100%;
		margin-top: 10px
	}

	.tbay-filter .woocommerce-ordering .SumoSelect {
		width: 100%
	}

	.tbay-filter .woocommerce-ordering select {
		background: 0;
		width: 100%
	}

	.products.vendor-list>.row>div .caption .groups-button>.add-cart {
		margin-right: 5px;
		margin-left: 0
	}

	.products.vendor-list .product-block .product-content .block-inner {
		padding-left: 0;
		padding-right: 6px
	}

	.products.vendor-list .product-block .product-content .block-inner span.onsale>span.saled {
		font-size: 12px;
		height: 40px;
		min-width: 40px;
		line-height: 40px
	}

	.woocommerce .vendor-list .product-content span.onsale {
		display: flex;
		flex-direction: column-reverse
	}

	.woocommerce .vendor-list .product-content span.onsale>span {
		position: unset;
		width: max-content
	}

	.woocommerce .vendor-list .product-content span.onsale>span.saled+.featured {
		margin-bottom: 5px
	}

	.woocommerce div.product .entry-summary .single_add_to_cart_button,
	.woocommerce div.product .entry-summary .tbay-buy-now {
		width: 100%;
		margin-left: 0;
		margin-top: 15px
	}

	.product-block .groups-button>div:not(.box-quantity) {
		margin-right: 0
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
		display: block;
		white-space: normal;
		padding: 0
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details>li {
		display: block;
		padding: 5px 15px;
		border: 0;
		margin: 0;
		border-bottom: 1px dashed #d3ced2;
		width: 100%
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details>li:last-child {
		border: 0
	}
}

@media(max-width:600px) {
	.admin-bar .topbar-device-mobile {
		top: 0
	}

	.admin-bar .topbar-device-mobile.active {
		top: 46px
	}

	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon input {
		width: 100%
	}

	.woocommerce #content table.cart td.actions .coupon+.pull-right,
	.woocommerce table.cart td.actions .coupon+.pull-right,
	.woocommerce table.cart td.actions .coupon input+.pull-right,
	.woocommerce-page #content table.cart td.actions .coupon+.pull-right,
	.woocommerce-page table.cart td.actions .coupon+.pull-right,
	.woocommerce-page table.cart td.actions .coupon input+.pull-right {
		width: 100%;
		padding: 0
	}

	.woocommerce #content table.cart td.actions .coupon+.pull-right input,
	.woocommerce table.cart td.actions .coupon+.pull-right input,
	.woocommerce table.cart td.actions .coupon input+.pull-right input,
	.woocommerce-page #content table.cart td.actions .coupon+.pull-right input,
	.woocommerce-page table.cart td.actions .coupon+.pull-right input,
	.woocommerce-page table.cart td.actions .coupon input+.pull-right input {
		width: 100%
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
		margin-bottom: 7px
	}

	.woocommerce div.product.product-type-grouped form.cart .group_table tr,
	body div.product.product-type-grouped form.cart .group_table tr {
		display: flex;
		margin-bottom: 21px;
		padding-bottom: 0
	}

	.woocommerce div.product.product-type-grouped form.cart .group_table tr:last-child,
	body div.product.product-type-grouped form.cart .group_table tr:last-child {
		border: 0;
		margin-bottom: 0
	}

	.woocommerce div.product.product-type-grouped form.cart .group_table td,
	body div.product.product-type-grouped form.cart .group_table td {
		-webkit-box-flex: unset;
		-moz-box-flex: unset;
		-webkit-flex: unset;
		-ms-flex: unset;
		flex: unset;
		width: auto
	}

	.woocommerce div.product.product-type-grouped form.cart .group_table td .title-qty,
	body div.product.product-type-grouped form.cart .group_table td .title-qty {
		display: none
	}

	.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity,
	body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity {
		min-width: 125px
	}

	.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price,
	.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__label,
	body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price,
	body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__label {
		width: 100%;
		display: inline-block
	}

	.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price,
	body div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price {
		margin-bottom: 20px
	}
}

@media(max-width:768px) {
	.woocommerce table.shop_table.cart dl.variation {
		margin-top: 5px
	}
}

@media(max-width:375px) {
	.product-block .groups-button .title-cart {
		text-transform: capitalize
	}

	.product-block .groups-button>div:not(.box-quantity).add-cart>a {
		padding: 0 7px
	}

	.product-block .groups-button>div.add-cart {
		width: 100%
	}
}

@media(max-width:360px) {
	.wcpr-filter-container {
		display: none
	}

	.topbar-device-mobile .topbar-post {
		max-width: 100%
	}
}

@media(max-width:767px) {
	.product-block.v1 {
		padding: 15px;
		max-width: 100%
	}

	.product-block.v1 .name {
		margin: 0;
		line-height: 20px;
		max-width: 100%;
		margin-bottom: 5px;
		text-align: center
	}

	.product-block.v1 .block-inner {
		max-width: 100%;
		position: static
	}

	.product-block.v1 ul.show-brand {
		padding-bottom: 7px;
		text-align: center
	}

	.product-block.v1 .caption {
		padding: 17px 0 0;
		max-width: 100%
	}

	.product-block.v1 .button-wishlist.shown-mobile {
		display: block !important;
		position: absolute;
		top: 15px;
		right: 15px;
		left: auto;
		width: auto !important;
		z-index: 99
	}

	.product-block.v1 .button-wishlist.shown-mobile>div a {
		border: 0;
		text-align: center;
		background: 0 0
	}

	.product-block.v1 .button-wishlist.shown-mobile>div a span {
		font-size: 0
	}

	.product-block.v1 .button-wishlist.shown-mobile>div a i {
		line-height: 33px;
		font-size: 18px;
		margin: 0
	}

	.product-block.v1 .button-wishlist.shown-mobile>div .yith-wcwl-wishlistaddedbrowse a,
	.product-block.v1 .button-wishlist.shown-mobile>div .yith-wcwl-wishlistexistsbrowse a {
		color: var(--tb-theme-color)
	}

	.product-block.v1 .button-wishlist.shown-mobile .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a {
		color: #999
	}

	.product-block.v1 .button-wishlist.shown-mobile .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span>i {
		line-height: 33px
	}

	.product-block.grid .image+.show-brand {
		margin-top: 22px
	}

	.product-block.grid:hover {
		border-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.product-block.vertical-v1 {
		padding: 15px 0;
		border: 0 !important
	}

	.product-block.vertical-v1 .image img {
		max-width: 48px
	}

	.product-block.vertical-v1 .product-content {
		flex-direction: row;
		flex-wrap: nowrap
	}

	.product-block.vertical-v1 .product-content .image {
		border: 1px solid rgba(145, 158, 171, .24)
	}

	.product-block.vertical-v1 .product-content .block-inner {
		padding: 0;
		padding-right: 17px;
		-webkit-box-flex: none;
		-moz-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none
	}

	.product-block.vertical-v1 .product-content>div {
		display: table-cell;
		vertical-align: top;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.product-block.vertical-v1 .caption>.rating {
		justify-content: flex-start
	}

	.product-countdown .product-block.v1 .caption,
	.tbay-element-product-flash-sales .product-block.v1 .caption {
		padding-bottom: 0
	}

	.product-countdown .product-block.v1 .stock-flash-sale,
	.product-countdown .product-block.v1 .time,
	.tbay-element-product-flash-sales .product-block.v1 .stock-flash-sale,
	.tbay-element-product-flash-sales .product-block.v1 .time {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column;
		-webkit-box-flex: none;
		-moz-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none
	}

	.product-countdown .product-block.v1 .time .stock,
	.tbay-element-product-flash-sales .product-block.v1 .time .stock {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 100%;
		flex-direction: column-reverse
	}

	.tbay-element-product-flash-sales .product-block.v1 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column;
		text-align: left
	}

	.tbay-element-product-flash-sales .product-block.v1 .product-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.tbay-element-product-flash-sales .product-block.v1 .caption {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

@media(max-width:575px) {
	.product-block.vertical-v1 .name a {
		white-space: unset
	}
}

div.wp-block-themepunch-revslider {
	margin-top: 0
}

.single-product .pswp.pswp--open~#elementor-lightbox-slideshow-single-img {
	display: none !important
}

.category-inside-content {
	z-index: 111
}

#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content {
	top: 70px
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
	width: 100%
}

.tbay_custom_menu.treeview-menu .sub-menu {
	display: none
}

@media(max-width:1399px) and (min-width:992px) {
	.elementor-editor-active #tbay-header {
		display: block !important
	}
}

img[data-lazy-src] {
	opacity: 0
}

img.lazyloaded {
	-webkit-transition: opacity .5s linear .2s;
	-moz-transition: opacity .5s linear .2s;
	transition: opacity .5s linear .2s;
	opacity: 1
}

.wpml-ls-menu-item .wpml-ls-flag+span {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	padding: 0
}

.woocommerce-tabs-full .tab-full {
	margin-bottom: 20px
}

.woocommerce-tabs-full .tab-full h3,
.woocommerce-tabs-full .tab-full h2 {
	font-size: 20px;
	line-height: 28px
}

@media(max-width:767px) {
	.custom-colums-half>.elementor-widget-wrap>div {
		width: 50%
	}

	.bg-sm-white {
		background-color: #fff !important
	}
}

.has-header-sticky .category-inside.open .category-inside-content {
	display: none !important
}

.has-header-sticky .category-inside .category-inside-content {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.has-header-sticky .element-sticky-header.last-sticky {
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, .03);
	box-shadow: 0 15px 15px rgba(0, 0, 0, .03)
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1200px
}

.elementor-widget:not(:last-child) {
	margin-bottom: 0 !important
}

@media(min-width:1200px) {
	.single-product #tbay-header {
		display: inline
	}
}

.navigation {
	width: 100%
}

body.blog .main-content>.row {
	margin-top: 50px;
	margin-bottom: 50px
}

.iziModal-isAttached .mm-slideout,
.dokan-dashboard .mm-slideout {
	z-index: unset
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	display: none
}

.woocommerce-account .dokan-warranty-request-wrap input[type=checkbox] {
	display: block;
	margin: 0 auto
}

.mm-menu_offcanvas .caret {
	display: none !important
}

.mm-menu_offcanvas .elementor-row {
	flex-direction: column
}

.mm-menu_offcanvas .elementor-row>div {
	width: 100% !important
}

.mm-menu_offcanvas .dropdown-menu-inner .elementor-container>div {
	padding-top: 20px
}

.mm-menu_offcanvas.dropdowns-loading .dropdown-load-ajax {
	max-width: 100%
}

.dropdowns-loading .dropdown-load-ajax {
	min-height: 298px
}

.dropdowns-loading .dropdown-html-placeholder:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 130px;
	left: 50%;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color)
}

.dropdown-html-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .6)
}

.tbay-offcanvas.load-ajax .tbay-offcanvas-body>nav {
	height: 100%;
	position: relative;
	opacity: .6;
	filter: alpha(opacity=60)
}

.tbay-offcanvas.load-ajax .tbay-offcanvas-body>nav:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 150px;
	left: 50%;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color)
}

.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax,
.tbay-product-tabs-ajax .tbay-addon-content.load-ajax {
	position: relative;
	opacity: .6;
	filter: alpha(opacity=60)
}

.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax:after,
.tbay-product-tabs-ajax .tbay-addon-content.load-ajax:after {
	content: "";
	z-index: 2;
	position: absolute;
	top: 150px;
	left: 50%;
	border: 2px solid #ddd;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color)
}

.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.current,
.tbay-product-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.current {
	display: block;
	opacity: 0 !important;
	filter: alpha(opacity=0) !important
}

.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.show,
.tbay-product-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.show {
	display: none !important
}

@media(min-width:768px) {

	.elementor-product-v2 .tbay-element-product-categories-tabs .tbay-addon-content.load-ajax:after,
	.elementor-product-v2 .tbay-product-ajax-tabs .tbay-addon-content.load-ajax:after {
		top: 40%
	}
}

.menu-click>* {
	pointer-events: none
}

.menu-click.btn-canvas-menu {
	display: inline-flex
}

.element-menu-canvas.open.load-ajax .menu-canvas-content>nav {
	min-height: 100%
}

.element-menu-canvas.open.load-ajax .menu-canvas-content>nav:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color)
}

.category-inside.open.load-ajax .category-inside-content {
	min-height: 400px
}

.category-inside.open.load-ajax .category-inside-content:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color)
}

.greenmart-social-links a {
	width: auto;
	height: auto;
	line-height: 1;
	background: 0 0 !important;
	color: #212b36;
	font-size: 18px;
	margin: 0 17px
}

.greenmart-social-links a:last-child {
	margin-right: 0
}

.greenmart-social-links a.share-facebook:hover {
	color: #0f90f3
}

.greenmart-social-links a.share-linkedin:hover {
	color: #026fac
}

.greenmart-social-links a.share-pinterest:hover {
	color: #c51f26
}

.greenmart-social-links a.share-twitter:hover {
	color: #1c9deb
}

.greenmart-social-links a.share-whatsapp:hover {
	color: #57f676
}

.greenmart-social-links a.share-email:hover {
	color: #d44f42
}

@media(max-width:767px) {
	.greenmart-social-links a {
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 30px
	}
}

.singular-shop .information .greenmart-social-links {
	margin-bottom: 17px
}

@media(max-width:767px) {
	.singular-shop .information .greenmart-social-links {
		margin-top: 15px
	}
}

.singular-shop .information .product_meta+.greenmart-social-links {
	margin-top: -10px;
	margin-bottom: 0
}

@media(max-width:767px) {
	.singular-shop .information .product_meta+.greenmart-social-links {
		margin-bottom: 30px
	}
}

.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .group-content.group-qty {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .quantity-wrap {
	display: inline-block;
	margin: 5px 8px 5px 0
}

.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .quantity-wrap .box-quantity {
	height: 34px;
	margin: 0
}

.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .quantity-wrap .title-qty {
	display: none
}

.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .quantity-wrap .quantity {
	display: inline-block;
	border: 1px solid rgba(145, 158, 171, .24);
	margin: 0 !important
}

.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .quantity-wrap .quantity .box {
	padding: 0
}

.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .quantity-wrap .quantity .minus,
.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .quantity-wrap .quantity .plus {
	line-height: 32px;
	height: 32px;
	padding: 0 7px;
	display: block;
	vertical-align: middle
}

.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .quantity-wrap .quantity .minus i,
.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .quantity-wrap .quantity .plus i {
	font-size: 14px;
	line-height: 32px !important;
	height: 32px;
	display: block
}

.woocommerce .tbay-topcart .dropdown-menu .mini_cart_content ul .product-details .quantity-wrap .quantity input.qty {
	height: 32px;
	width: 40px;
	min-height: unset;
	pointer-events: none
}

.pswp {
	display: block;
	opacity: 0;
	transition: 1ms;
	visibility: hidden;
	transform: scale(0)
}

.pswp.pswp--open {
	visibility: visible;
	transform: scale(1)
}

.pswp-review-images .pswp__caption__center {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px
}

.pswp-review-images .pswp__caption__center .header-comment {
	display: flex
}

.pswp-review-images .pswp__caption__center .header-comment .author {
	font-weight: 600;
	margin-left: 8px;
	color: #fff
}

.pswp-review-images .pswp__caption__center .title-comment {
	color: #777;
	text-align: left
}

.mvx_bannersec_start.mvx-theme01 p.mvx-address i,
.mvx_bannersec_start.mvx-theme03 p.mvx-address i {
	background-color: var(--tb-theme-color);
	color: #fff
}

.mvx_bannersec_start.mvx-theme01 .mvx-contact-deatil .mvx-address a,
.mvx_bannersec_start.mvx-theme01 .mvx_vendor_rating *,
.mvx_bannersec_start.mvx-theme03 .mvx-contact-deatil .mvx-address a,
.mvx_bannersec_start.mvx-theme03 .mvx_vendor_rating * {
	color: #001027
}

.mvx_bannersec_start.mvx-theme01 .mvx-banner-middle {
	flex-direction: row
}

.mvx_bannersec_start.mvx-theme02 .mvx-butn-area {
	position: absolute;
	bottom: 20px
}

.woocommerce-page .woocommerce-checkout-review-order .box-quantity~.variation {
	padding-left: 66px;
	clear: both
}

.woocommerce-page .woocommerce-checkout-review-order .quantity {
	background-color: #fff;
	margin: 7px 0 5px;
	padding: 0
}

.woocommerce-page .woocommerce-checkout-review-order .quantity button {
	font-size: 14px;
	padding: 0 7px
}

.woocommerce-page .woocommerce-checkout-review-order .quantity button i {
	line-height: 1
}

.woocommerce-page .woocommerce-checkout-review-order .quantity input.qty,
.woocommerce-page .woocommerce-checkout-review-order .quantity button {
	height: 32px;
	line-height: 32px
}

.woocommerce-page .woocommerce-checkout-review-order .quantity input.qty {
	width: 40px
}

.mfp-image-holder button:focus {
	outline: 0
}

.mfp-figure .mfp-title {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 4px;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	padding: 15px;
	line-height: 20px;
	color: #fff
}

.mfp-figure .mfp-title .star-rating {
	margin: 10px 0
}

.woocommerce .woocommerce-breadcrumb {
	display: none
}

#list-review-images {
	padding-top: 40px;
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: center
}

#list-review-images:after {
	display: block;
	clear: both;
	content: ""
}

#list-review-images .show+.toogle-img-review {
	color: var(--tb-theme-color)
}

#list-review-images .show+.toogle-img-review:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	color: var(--tb-theme-color)
}

#list-review-images .toogle-img-review {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px;
	color: var(--tb-theme-color);
	cursor: pointer;
	position: relative;
	text-decoration: underline;
	padding-left: 28px;
	padding-right: 0;
	width: max-content
}

#list-review-images .toogle-img-review:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-family: "tb-icon"
}

#list-review-images .toogle-img-review:before {
	font-size: 20px;
	font-weight: 600;
	color: var(--tb-theme-color);
	display: inline-block;
	position: absolute;
	left: 0;
	right: auto
}

#list-review-images ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden
}

#list-review-images ul:after {
	display: block;
	clear: both;
	content: ""
}

#list-review-images ul.show {
	display: flex !important
}

#list-review-images ul[data-show="4"] li {
	display: none
}

#list-review-images ul[data-show="4"] li:nth-child(-n+4) {
	display: list-item
}

#list-review-images ul[data-show="5"] li {
	display: none
}

#list-review-images ul[data-show="5"] li:nth-child(-n+5) {
	display: list-item
}

#list-review-images ul[data-show="6"] li {
	display: none
}

#list-review-images ul[data-show="6"] li:nth-child(-n+6) {
	display: list-item
}

#list-review-images ul[data-show="7"] li {
	display: none
}

#list-review-images ul[data-show="7"] li:nth-child(-n+7) {
	display: list-item
}

#list-review-images ul li {
	float: left;
	margin: 0;
	border: 1px solid rgba(145, 158, 171, .24);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px
}

#list-review-images ul li img {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px
}

#list-review-images ul li:hover {
	border-color: var(--tb-theme-color)
}

#list-review-images ul li+li {
	margin-left: 10px
}

#list-review-images .more {
	pointer-events: none;
	position: absolute;
	height: 100%;
	width: 72px;
	right: 0;
	left: auto;
	display: flex !important;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(0, 0, 0, .45)
}

#list-review-images img {
	max-width: 70px
}

.style-horizontal #list-review-images {
	padding-top: 30px
}

#sidebar-shop+.singular-shop #list-review-images ul li:nth-child(n+7) {
	display: none
}

.singular-shop #list-review-images ul li:nth-child(n+9) {
	display: none
}

#comments .wcpr-stars-count {
	padding: 0
}

#comments .wcpr-stars-count .wcpr-row {
	height: 25px
}

#comments .wcpr-stars-count .wcpr-row .wcpr-col-star {
	padding: 0
}

#comments .wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating {
	height: 14px
}

#comments .wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating:before {
	letter-spacing: 3px !important;
	color: #cad0d7 !important;
	opacity: 1 !important
}

#comments .wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating span:before {
	letter-spacing: 3px !important
}

#comments .wcpr-stars-count .wcpr-row .star-rating:before {
	font-size: 14px
}

#comments .wcpr-stars-count .wcpr-row .star-rating span:before {
	font-size: 14px
}

#comments .wcpr-stars-count .wcpr-col-process {
	padding-left: 25px;
	padding-right: 0
}

#comments .wcpr-filter-button {
	background: #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: #212b36;
	border-color: rgba(145, 158, 171, .24);
	padding: 8px 15px;
	margin-bottom: 20px
}

#comments .wcpr-filter-button:hover,
#comments .wcpr-filter-button:focus {
	color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	background: #fff;
	background-color: #fff !important
}

#comments .wcpr-filter-button:first-child {
	margin-left: 0
}

#comments .wcpr-filter-button .wcpr-filter-button-li>a {
	margin-top: 5px;
	margin-bottom: 0
}

#comments .reviews-images-item {
	border: 1px solid rgba(145, 158, 171, .24);
	margin-right: 8px;
	margin-left: 0
}

#comments .reviews-images-item>img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

#comments .wcpr-overall-rating-and-rating-count {
	flex-direction: column;
	padding-bottom: 24px
}

#comments .wcpr-overall-rating-and-rating-count h2 {
	display: none
}

#comments .wcpr-overall-rating-left {
	background: 0 0;
	color: var(--tb-theme-color);
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	margin: 12px 0 10px
}

#comments .wcpr-overall-rating-right {
	padding-left: 5px
}

#comments .wcpr-overall-rating-right>.wcpr-overall-rating-right-star {
	display: none
}

#comments .wcpr-overall-rating-right-total {
	font-style: italic
}

#comments .wcpr-overall-rating-right-total:before {
	content: "("
}

#comments .wcpr-overall-rating-right-total:after {
	content: ")"
}

#comments .rate-percent-bg {
	height: 12px;
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-ms-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0
}

#comments .rate-percent-bg .rate-percent {
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-ms-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0
}

#comments .wcpr-filter-container {
	justify-content: flex-start;
	border: 0;
	margin-top: 0;
	border-bottom: 1px solid rgba(145, 158, 171, .24)
}

.kt-reviews-image-container {
	margin: 0;
	max-width: unset
}

.kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap {
	margin-top: 17px;
	display: block
}

.kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap:after {
	display: block;
	clear: both;
	content: ""
}

.kt-reviews-image-container>.kt-wc-reviews-images-wrap-wrap>.reviews-images-item> {
	margin-right: 10px;
	margin-left: 0
}

.kt-reviews-image-container>.kt-wc-reviews-images-wrap-wrap>.reviews-images-item>.review-images {
	margin: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.woocommerce #reviews #comments .wcpr-filter-container+ol.commentlist li .comment-text {
	margin: 0;
	padding: 0;
	border: 0;
	flex-direction: column
}

.woocommerce #reviews #comments .wcpr-filter-container+ol.commentlist li .comment-text .star-rating {
	float: right;
	margin-top: 5px;
	height: 14px;
	width: 84px;
	font-style: normal
}

.woocommerce #reviews #comments .wcpr-filter-container+ol.commentlist li .comment-text .star-rating:before {
	font-size: 14px;
	letter-spacing: 3px !important;
	color: #cad0d7 !important;
	opacity: 1 !important
}

.woocommerce #reviews #comments .wcpr-filter-container+ol.commentlist li .comment-text .star-rating span:before {
	font-size: 14px;
	letter-spacing: 3px !important
}

.woocommerce #reviews #comments .wcpr-filter-container+ol.commentlist li .comment-text .meta {
	font-size: 14px;
	margin: 0 0 5px;
	line-height: 26px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column
}

.woocommerce #reviews #comments .wcpr-filter-container+ol.commentlist li .comment-text .meta strong {
	color: #0b132b
}

.woocommerce #reviews #comments .wcpr-filter-container+ol.commentlist li .comment-text .meta .woocommerce-review__dash {
	display: none
}

.woocommerce #reviews #comments .wcpr-filter-container+ol.commentlist li .comment-text .meta time {
	font-size: 12px
}

.wcpr-form-description+.comment-notes+.comment-form-rating p.stars a:before {
	content: ""
}

#review_form_wrapper.form-photo-reviews #reply-title {
	font-size: 16px
}

#review_form_wrapper.form-photo-reviews .comment-form-rating label {
	color: #000
}

@media(max-width:1199px) {

	#list-review-images ul[data-show="4"] li,
	#list-review-images ul[data-show="5"] li,
	#list-review-images ul[data-show="6"] li,
	#list-review-images ul[data-show="7"] li {
		display: none !important
	}

	#list-review-images ul[data-show="4"] li:nth-child(-n+4),
	#list-review-images ul[data-show="5"] li:nth-child(-n+4),
	#list-review-images ul[data-show="6"] li:nth-child(-n+4),
	#list-review-images ul[data-show="7"] li:nth-child(-n+4) {
		display: list-item !important
	}

	#list-review-images ul[data-show="4"] li.more,
	#list-review-images ul[data-show="5"] li.more,
	#list-review-images ul[data-show="6"] li.more,
	#list-review-images ul[data-show="7"] li.more {
		display: flex !important
	}
}

@media(max-width:767px) {

	#list-review-images,
	.style-horizontal #list-review-images {
		padding-top: 14px
	}

	#review_form_wrapper {
		padding-left: 16px;
		padding-right: 16px
	}

	#review_form_wrapper .comment-form-rating {
		padding-top: 15px;
		padding-bottom: 10px
	}

	#comments .wcpr-filter-button {
		font-size: 14px;
		padding: 8px 6px;
		margin: 10px 2px
	}

	#comments .wcpr-filter-container {
		padding-bottom: 11px
	}

	.wcpr-filter-button.wcpr-filter-button-images:before,
	.wcpr-filter-button.wcpr-filter-button-verified:before {
		display: none
	}
}

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

.sticky {
	background: #fff
}

.alignnone {
	margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

.order-filter-actions.actions {
	float: initial;
	margin: 0
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

a img.alignnone {
	margin: 5px 20px 20px 0
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.aligncenter {
	display: block;
	margin-left: 0;
	margin-right: 0
}

.wp-caption {
	background: #fff;
	color: #333;
	max-width: 100%
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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
}

.gallery-caption,
.bypostauthor {
	font-style: italic;
	font-size: 12px;
	color: #757575
}

.gallery .gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	padding: 0;
	position: relative
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
	width: auto
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 14px);
	max-width: calc(50% - 14px);
	width: auto
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 11px);
	max-width: calc(33.3% - 11px);
	width: auto
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 9px);
	max-width: calc(25% - 9px);
	width: auto
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 8px);
	max-width: calc(20% - 8px);
	width: auto
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 7px);
	max-width: calc(16.7% - 7px);
	width: auto
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 7px);
	max-width: calc(14.28% - 7px);
	width: auto
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 6px);
	max-width: calc(12.5% - 6px);
	width: auto
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 6px);
	max-width: calc(11.1% - 6px);
	width: auto
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0
}

.gallery .gallery-caption {
	background-color: rgba(0, 0, 0, .7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%
}

.gallery .gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.gallery-item:hover .gallery-caption {
	opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none
}

.gallery-columns-2 .gallery-item:nth-child(odd),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both
}

.panel.panel-default.panel-pading {
	float: left;
	width: 100%
}

.panel.panel-default.panel-pading #product_table_wrapper {
	float: left;
	width: 100%
}

:root {
	--tb-theme-color: #00ab55;
	--tb-theme-color-hover: #00a250;
	--tb-color-second: #ffb240;
	--tb-color-second-hover: #f2a93c
}

:root {
	/* --tb-text-primary-font: Public Sans, sans-serif */
	--tb-text-primary-font: "Lovato"
}

.site-header .logo img {
	max-width: 160px
}

.site-header .logo img {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0
}

@media (max-width:767px) {
	.mobile-logo a img {
		max-width: 134px
	}

	.mobile-logo a img {
		padding-top: ;
		padding-right: ;
		padding-bottom: ;
		padding-left:
	}
}

@media (min-width:1200px) {
	.slick-vertical div.slick-list {
		min-height: 288px !important
	}
}

.SumoSelect p {
	margin: 0
}

.SumoSelect {
	width: 200px
}

.SelectBox {
	padding: 5px 8px
}

.sumoStopScroll {
	overflow: hidden
}

.SumoSelect .hidden {
	display: none
}

.SumoSelect .search-txt {
	display: none;
	outline: none
}

.SumoSelect .no-match {
	display: none;
	padding: 6px
}

.SumoSelect.open .search-txt {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px 8px;
	border: none;
	box-sizing: border-box;
	border-radius: 5px
}

.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
	visibility: hidden
}

.SelectClass,
.SumoUnder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	box-sizing: border-box;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	padding: 0
}

.SelectClass {
	z-index: 1
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none
}

.SumoSelect {
	display: inline-block;
	position: relative;
	outline: none
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
	box-shadow: 0 0 2px #7799d0;
	border-color: #7799d0
}

.SumoSelect>.CaptionCont {
	position: relative;
	border: 1px solid #a4a4a4;
	min-height: 14px;
	/* background-color: #fff; */
	border-radius: 2px;
	margin: 0
}

.SumoSelect>.CaptionCont>span {
	display: block;
	padding-right: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default
}

.SumoSelect>.CaptionCont>span.placeholder {
	color: #ccc;
	font-style: italic
}

.SumoSelect>.CaptionCont>label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px
}

.SumoSelect>.CaptionCont>label>i {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
	background-position: 50%;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	opacity: .8;
	display: none
}

.SumoSelect>.optWrapper {
	display: none;
	z-index: 2;
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
	border-radius: 3px;
	overflow: hidden
}

.SumoSelect.open>.optWrapper {
	top: auto;
	display: block
}

.SumoSelect.open>.optWrapper.up {
	top: auto;
	bottom: 100%;
	margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto
}

.SumoSelect>.optWrapper>.options {
	border-radius: 2px;
	position: relative;
	max-height: 250px
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
	opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
	padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
	padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
	max-height: 100%;
	box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
	padding: 6px;
	position: relative;
	border-bottom: 1px solid #f5f5f5
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
	border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
	border-radius: 0 0 2px 2px;
	border-bottom: none
}

.SumoSelect>.optWrapper>.options li.opt:hover {
	background-color: #e4e4e4
}

.SumoSelect>.optWrapper>.options li.opt.sel {
	background-color: #a1c0e4;
	border-bottom: 1px solid #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	cursor: pointer
}

.SumoSelect>.optWrapper>.options li span {
	display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
	cursor: default;
	padding: 8px 6px;
	font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
	background-color: inherit;
	pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
	padding-left: 35px;
	cursor: pointer
}

.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	bottom: 0;
	margin-left: -35px
}

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #aeaeae;
	border-radius: 2px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
	background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .13);
	border-radius: 0 0 3px 3px
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
	display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
	padding: 6px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
	background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
	border-right: 1px solid #dbdbdb;
	border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
	border-radius: 0 0 3px
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
	padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
	padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
	padding-bottom: 43px
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
	background-color: #11a911;
	box-shadow: none;
	border-color: transparent;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-position: 50%
}

.SumoSelect.disabled {
	opacity: .7;
	cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
	border-color: #ccc;
	box-shadow: none
}

.SumoSelect .select-all {
	border-radius: 3px 3px 0 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 0 3px 35px;
	height: 20px;
	cursor: pointer
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
	cursor: pointer
}

.SumoSelect .select-all.partial>span i {
	background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
	padding-left: 5px;
	text-decoration: underline
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 3
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 6
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/fancybox_loading.gif) 50% no-repeat
}

.fancybox-close {
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px
}

.fancybox-close,
.fancybox-nav {
	position: absolute;
	cursor: pointer;
	z-index: 4
}

.fancybox-nav {
	top: 0;
	width: 40%;
	height: 100%;
	text-decoration: none;
	background: transparent url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/blank.gif);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 4;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	width: auto
}

.fancybox-lock,
.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1;
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 5
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 5;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

	#fancybox-loading,
	.fancybox-close,
	.fancybox-next span,
	.fancybox-prev span {
		background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/fancybox_sprite@2x.png);
		background-size: 44px 152px
	}

	#fancybox-loading div {
		background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/fancybox_loading@2x.gif);
		background-size: 24px 24px
	}
}

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

.treeview ul {
	background-color: #fff;
	margin-top: 4px
}

.treeview .hitarea {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer
}

* html .hitarea {
	display: inline;
	float: none
}

.treeview li {
	margin: 0;
	padding: 3px 0 3px 16px
}

.treeview a.selected {
	background-color: #eee
}

#treecontrol {
	margin: 1em 0;
	display: none
}

.treeview .hover {
	color: red;
	cursor: pointer
}

.treeview li {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-default-line.gif) 0 0 no-repeat
}

.treeview li.collapsable,
.treeview li.expandable {
	background-position: 0 -176px
}

.treeview .expandable-hitarea {
	background-position: -80px -3px
}

.treeview li.last {
	background-position: 0 -1766px
}

.treeview li.lastCollapsable,
.treeview li.lastExpandable {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-default.gif)
}

.treeview li.lastCollapsable {
	background-position: 0 -111px
}

.treeview li.lastExpandable {
	background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea,
.treeview div.lastExpandable-hitarea {
	background-position: 0
}

.treeview-red li {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-red-line.gif)
}

.treeview-red .hitarea,
.treeview-red li.lastCollapsable,
.treeview-red li.lastExpandable {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-red.gif)
}

.treeview-black li {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-black-line.gif)
}

.treeview-black .hitarea,
.treeview-black li.lastCollapsable,
.treeview-black li.lastExpandable {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-black.gif)
}

.treeview-gray li {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-gray-line.gif)
}

.treeview-gray .hitarea,
.treeview-gray li.lastCollapsable,
.treeview-gray li.lastExpandable {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-gray.gif)
}

.treeview-famfamfam li {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-famfamfam-line.gif)
}

.treeview-famfamfam .hitarea,
.treeview-famfamfam li.lastCollapsable,
.treeview-famfamfam li.lastExpandable {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/treeview-famfamfam.gif)
}

.filetree li {
	padding: 3px 0 2px 16px
}

.filetree span.file,
.filetree span.folder {
	padding: 1px 0 1px 16px;
	display: block
}

.filetree span.folder {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/folder.gif) 0 0 no-repeat
}

.filetree li.expandable span.folder {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/folder-closed.gif) 0 0 no-repeat
}

.filetree span.file {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/themes/greenmart/css/../images/file.gif) 0 0 no-repeat
}

.rll-youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%
}

.rll-youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: 0 0
}

.rll-youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all
}

.rll-youtube-player img:hover {
	-webkit-filter: brightness(75%)
}

.rll-youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url(https://el3.thembaydev.com/greenmart_fresh/wp-content/plugins/rocket-lazy-load/assets/img/youtube.png) no-repeat;
	cursor: pointer
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-acquisitions-incorporated:before {
	content: "\f6af"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-airbnb:before {
	content: "\f834"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-artstation:before {
	content: "\f77a"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atlassian:before {
	content: "\f77b"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-bacon:before {
	content: "\f7e5"
}

.fa-bacteria:before {
	content: "\e059"
}

.fa-bacterium:before {
	content: "\e05a"
}

.fa-bahai:before {
	content: "\f666"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-balance-scale-left:before {
	content: "\f515"
}

.fa-balance-scale-right:before {
	content: "\f516"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battle-net:before {
	content: "\f835"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-biking:before {
	content: "\f84a"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-biohazard:before {
	content: "\f780"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blog:before {
	content: "\f781"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-medical:before {
	content: "\f7e6"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bootstrap:before {
	content: "\f836"
}

.fa-border-all:before {
	content: "\f84c"
}

.fa-border-none:before {
	content: "\f850"
}

.fa-border-style:before {
	content: "\f853"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-box-tissue:before {
	content: "\e05b"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-bread-slice:before {
	content: "\f7ec"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-buffer:before {
	content: "\f837"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buy-n-large:before {
	content: "\f8a6"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-day:before {
	content: "\f783"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-campground:before {
	content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
	content: "\f785"
}

.fa-candy-cane:before {
	content: "\f786"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-car-alt:before {
	content: "\f5de"
}

.fa-car-battery:before {
	content: "\f5df"
}

.fa-car-crash:before {
	content: "\f5e1"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-caravan:before {
	content: "\f8ff"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-carrot:before {
	content: "\f787"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-cat:before {
	content: "\f6be"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-centos:before {
	content: "\f789"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chair:before {
	content: "\f6c0"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-charging-station:before {
	content: "\f5e7"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-cheese:before {
	content: "\f7ef"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-chromecast:before {
	content: "\f838"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-city:before {
	content: "\f64f"
}

.fa-clinic-medical:before {
	content: "\f7f2"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-meatball:before {
	content: "\f73b"
}

.fa-cloud-moon:before {
	content: "\f6c3"
}

.fa-cloud-moon-rain:before {
	content: "\f73c"
}

.fa-cloud-rain:before {
	content: "\f73d"
}

.fa-cloud-showers-heavy:before {
	content: "\f740"
}

.fa-cloud-sun:before {
	content: "\f6c4"
}

.fa-cloud-sun-rain:before {
	content: "\f743"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudflare:before {
	content: "\e07d"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-medical:before {
	content: "\f7f5"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-alt:before {
	content: "\f422"
}

.fa-compress-arrows-alt:before {
	content: "\f78c"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-confluence:before {
	content: "\f78d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cotton-bureau:before {
	content: "\f89e"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-creative-commons-zero:before {
	content: "\f4f3"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-critical-role:before {
	content: "\f6c9"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-cross:before {
	content: "\f654"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-crutch:before {
	content: "\f7f7"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-d-and-d-beyond:before {
	content: "\f6ca"
}

.fa-dailymotion:before {
	content: "\e052"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-deezer:before {
	content: "\e077"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-democrat:before {
	content: "\f747"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-dev:before {
	content: "\f6cc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-dhl:before {
	content: "\f790"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diaspora:before {
	content: "\f791"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-d20:before {
	content: "\f6cf"
}

.fa-dice-d6:before {
	content: "\f6d1"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-directions:before {
	content: "\f5eb"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-disease:before {
	content: "\f7fa"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dog:before {
	content: "\f6d3"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dragon:before {
	content: "\f6d5"
}

.fa-draw-polygon:before {
	content: "\f5ee"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drumstick-bite:before {
	content: "\f6d7"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dumpster:before {
	content: "\f793"
}

.fa-dumpster-fire:before {
	content: "\f794"
}

.fa-dungeon:before {
	content: "\f6d9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edge-legacy:before {
	content: "\e078"
}

.fa-edit:before {
	content: "\f044"
}

.fa-egg:before {
	content: "\f7fb"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-ethernet:before {
	content: "\f796"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-evernote:before {
	content: "\f839"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-alt:before {
	content: "\f424"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fan:before {
	content: "\f863"
}

.fa-fantasy-flight-games:before {
	content: "\f6dc"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-faucet:before {
	content: "\e005"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-fedex:before {
	content: "\f797"
}

.fa-fedora:before {
	content: "\f798"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-figma:before {
	content: "\f799"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-alt:before {
	content: "\f7e4"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-firefox-browser:before {
	content: "\e007"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-fist-raised:before {
	content: "\f6de"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flag-usa:before {
	content: "\f74d"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-ghost:before {
	content: "\f6e2"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-gifts:before {
	content: "\f79c"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-alt:before {
	content: "\f841"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-cheers:before {
	content: "\f79f"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glass-whiskey:before {
	content: "\f7a0"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-globe-europe:before {
	content: "\f7a2"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-pay:before {
	content: "\e079"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-gopuram:before {
	content: "\f664"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-lines:before {
	content: "\f7a4"
}

.fa-grip-lines-vertical:before {
	content: "\f7a5"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-guilded:before {
	content: "\e07e"
}

.fa-guitar:before {
	content: "\f7a6"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hackerrank:before {
	content: "\f5f7"
}

.fa-hamburger:before {
	content: "\f805"
}

.fa-hammer:before {
	content: "\f6e3"
}

.fa-hamsa:before {
	content: "\f665"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-medical:before {
	content: "\e05c"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-holding-water:before {
	content: "\f4c1"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-middle-finger:before {
	content: "\f806"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-sparkles:before {
	content: "\e05d"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-hands-wash:before {
	content: "\e05e"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-handshake-alt-slash:before {
	content: "\e05f"
}

.fa-handshake-slash:before {
	content: "\e060"
}

.fa-hanukiah:before {
	content: "\f6e6"
}

.fa-hard-hat:before {
	content: "\f807"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hat-cowboy:before {
	content: "\f8c0"
}

.fa-hat-cowboy-side:before {
	content: "\f8c1"
}

.fa-hat-wizard:before {
	content: "\f6e8"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-head-side-cough:before {
	content: "\e061"
}

.fa-head-side-cough-slash:before {
	content: "\e062"
}

.fa-head-side-mask:before {
	content: "\e063"
}

.fa-head-side-virus:before {
	content: "\e064"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heart-broken:before {
	content: "\f7a9"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hiking:before {
	content: "\f6ec"
}

.fa-hippo:before {
	content: "\f6ed"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hive:before {
	content: "\e07f"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-holly-berry:before {
	content: "\f7aa"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-horse:before {
	content: "\f6f0"
}

.fa-horse-head:before {
	content: "\f7ab"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hospital-user:before {
	content: "\f80d"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotdog:before {
	content: "\f80f"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-house-damage:before {
	content: "\f6f1"
}

.fa-house-user:before {
	content: "\e065"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-hryvnia:before {
	content: "\f6f2"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-ice-cream:before {
	content: "\f810"
}

.fa-icicles:before {
	content: "\f7ad"
}

.fa-icons:before {
	content: "\f86d"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-ideal:before {
	content: "\e013"
}

.fa-igloo:before {
	content: "\f7ae"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-innosoft:before {
	content: "\e080"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-instagram-square:before {
	content: "\e055"
}

.fa-instalod:before {
	content: "\e081"
}

.fa-intercom:before {
	content: "\f7af"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-invision:before {
	content: "\f7b0"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itch-io:before {
	content: "\f83a"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi:before {
	content: "\f669"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-jira:before {
	content: "\f7b1"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-journal-whills:before {
	content: "\f66a"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-landmark:before {
	content: "\f66f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-laptop-house:before {
	content: "\e066"
}

.fa-laptop-medical:before {
	content: "\f812"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-layer-group:before {
	content: "\f5fd"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lungs:before {
	content: "\f604"
}

.fa-lungs-virus:before {
	content: "\e067"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-markdown:before {
	content: "\f60f"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mask:before {
	content: "\f6fa"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-mdb:before {
	content: "\f8ca"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mendeley:before {
	content: "\f7b3"
}

.fa-menorah:before {
	content: "\f676"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-meteor:before {
	content: "\f753"
}

.fa-microblog:before {
	content: "\e01a"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mitten:before {
	content: "\f7b5"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mixer:before {
	content: "\e056"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mountain:before {
	content: "\f6fc"
}

.fa-mouse:before {
	content: "\f8cc"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-mug-hot:before {
	content: "\f7b6"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neos:before {
	content: "\f612"
}

.fa-network-wired:before {
	content: "\f6ff"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-octopus-deploy:before {
	content: "\e082"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-orcid:before {
	content: "\f8d2"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-otter:before {
	content: "\f700"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-pager:before {
	content: "\f815"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-pastafarianism:before {
	content: "\f67b"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-penny-arcade:before {
	content: "\f704"
}

.fa-people-arrows:before {
	content: "\e068"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-pepper-hot:before {
	content: "\f816"
}

.fa-perbyte:before {
	content: "\e083"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-person-booth:before {
	content: "\f756"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-alt:before {
	content: "\f879"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-square-alt:before {
	content: "\f87b"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-photo-video:before {
	content: "\f87c"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-square:before {
	content: "\e01e"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-pizza-slice:before {
	content: "\f818"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-plane-slash:before {
	content: "\e069"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poo-storm:before {
	content: "\f75a"
}

.fa-poop:before {
	content: "\f619"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-pray:before {
	content: "\f683"
}

.fa-praying-hands:before {
	content: "\f684"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pump-medical:before {
	content: "\e06a"
}

.fa-pump-soap:before {
	content: "\e06b"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-quran:before {
	content: "\f687"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-radiation:before {
	content: "\f7b9"
}

.fa-radiation-alt:before {
	content: "\f7ba"
}

.fa-rainbow:before {
	content: "\f75b"
}

.fa-random:before {
	content: "\f074"
}

.fa-raspberry-pi:before {
	content: "\f7bb"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-reacteurope:before {
	content: "\f75d"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-record-vinyl:before {
	content: "\f8d9"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redhat:before {
	content: "\f7bc"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-remove-format:before {
	content: "\f87d"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-republican:before {
	content: "\f75e"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-restroom:before {
	content: "\f7bd"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-ring:before {
	content: "\f70b"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-running:before {
	content: "\f70c"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-rust:before {
	content: "\e07a"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-salesforce:before {
	content: "\f83b"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-satellite:before {
	content: "\f7bf"
}

.fa-satellite-dish:before {
	content: "\f7c0"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-scroll:before {
	content: "\f70e"
}

.fa-sd-card:before {
	content: "\f7c2"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-dollar:before {
	content: "\f688"
}

.fa-search-location:before {
	content: "\f689"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-shield-virus:before {
	content: "\e06c"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopify:before {
	content: "\e057"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-sim-card:before {
	content: "\f7c4"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sink:before {
	content: "\e06d"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skating:before {
	content: "\f7c5"
}

.fa-sketch:before {
	content: "\f7c6"
}

.fa-skiing:before {
	content: "\f7c9"
}

.fa-skiing-nordic:before {
	content: "\f7ca"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skull-crossbones:before {
	content: "\f714"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-slash:before {
	content: "\f715"
}

.fa-sleigh:before {
	content: "\f7cc"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smog:before {
	content: "\f75f"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-sms:before {
	content: "\f7cd"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowboarding:before {
	content: "\f7ce"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-snowman:before {
	content: "\f7d0"
}

.fa-snowplow:before {
	content: "\f7d2"
}

.fa-soap:before {
	content: "\e06e"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
	content: "\f881"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
	content: "\f882"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-down-alt:before {
	content: "\f884"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-amount-up-alt:before {
	content: "\f885"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-down-alt:before {
	content: "\f886"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-numeric-up-alt:before {
	content: "\f887"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-sourcetree:before {
	content: "\f7d3"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-speaker-deck:before {
	content: "\f83c"
}

.fa-spell-check:before {
	content: "\f891"
}

.fa-spider:before {
	content: "\f717"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stackpath:before {
	content: "\f842"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-star-of-david:before {
	content: "\f69a"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-stopwatch-20:before {
	content: "\e06f"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-store-alt-slash:before {
	content: "\e070"
}

.fa-store-slash:before {
	content: "\e071"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-suse:before {
	content: "\f7d6"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swift:before {
	content: "\f8e1"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-symfony:before {
	content: "\f83d"
}

.fa-synagogue:before {
	content: "\f69b"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-teeth:before {
	content: "\f62e"
}

.fa-teeth-open:before {
	content: "\f62f"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-temperature-high:before {
	content: "\f769"
}

.fa-temperature-low:before {
	content: "\f76b"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tenge:before {
	content: "\f7d7"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-the-red-yeti:before {
	content: "\f69d"
}

.fa-theater-masks:before {
	content: "\f630"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-think-peaks:before {
	content: "\f731"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-tiktok:before {
	content: "\e07b"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toilet:before {
	content: "\f7d8"
}

.fa-toilet-paper:before {
	content: "\f71e"
}

.fa-toilet-paper-slash:before {
	content: "\e072"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tools:before {
	content: "\f7d9"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-tractor:before {
	content: "\f722"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-light:before {
	content: "\f637"
}

.fa-trailer:before {
	content: "\e041"
}

.fa-train:before {
	content: "\f238"
}

.fa-tram:before {
	content: "\f7da"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-trash-restore:before {
	content: "\f829"
}

.fa-trash-restore-alt:before {
	content: "\f82a"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-monster:before {
	content: "\f63b"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-truck-pickup:before {
	content: "\f63c"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-ubuntu:before {
	content: "\f7df"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbraco:before {
	content: "\f8e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-uncharted:before {
	content: "\e084"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-unity:before {
	content: "\e049"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-unsplash:before {
	content: "\e07c"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-ups:before {
	content: "\f7e0"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-injured:before {
	content: "\f728"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-nurse:before {
	content: "\f82f"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-users-slash:before {
	content: "\e073"
}

.fa-usps:before {
	content: "\f7e1"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-vest:before {
	content: "\e085"
}

.fa-vest-patches:before {
	content: "\e086"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vihara:before {
	content: "\f6a7"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-virus:before {
	content: "\e074"
}

.fa-virus-slash:before {
	content: "\e075"
}

.fa-viruses:before {
	content: "\e076"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-voicemail:before {
	content: "\f897"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vote-yea:before {
	content: "\f772"
}

.fa-vr-cardboard:before {
	content: "\f729"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-watchman-monitoring:before {
	content: "\e087"
}

.fa-water:before {
	content: "\f773"
}

.fa-wave-square:before {
	content: "\f83e"
}

.fa-waze:before {
	content: "\f83f"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-wind:before {
	content: "\f72e"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-bottle:before {
	content: "\f72f"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
	content: "\f730"
}

.fa-wodu:before {
	content: "\e088"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wpressr:before {
	content: "\f3e4"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yammer:before {
	content: "\f840"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yarn:before {
	content: "\f7e3"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yin-yang:before {
	content: "\f6ad"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.fa-zhihu:before {
	content: "\f63f"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(/build/greenmart/fonts/webfonts/fa-brands-400.eot);
	src: url(/build/greenmart/fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/build/greenmart/fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(/build/greenmart/fonts/webfonts/fa-brands-400.woff) format("woff"), url(/build/greenmart/fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(/build/greenmart/fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.recentcomments a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important
}

.elementor-4423 .elementor-element.elementor-element-aeacad3 .heading-tbay-title {
	text-align: left
}

.elementor-4423 .elementor-element.elementor-element-aeacad3 .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

.elementor-4423 .elementor-element.elementor-element-e753055 .heading-tbay-title {
	text-align: left
}

.elementor-4423 .elementor-element.elementor-element-e753055 .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

@media(max-width:1024px) {
	.elementor-4423 .elementor-element.elementor-element-e753055>.elementor-widget-container {
		margin: 15px 0 0
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-4423 .elementor-element.elementor-element-5456755 {
		width: 100%
	}

	.elementor-4423 .elementor-element.elementor-element-e7da2e3 {
		width: 100%
	}
}

.elementor-678 .elementor-element.elementor-element-24678e1 .heading-tbay-title {
	text-align: left
}

.elementor-678 .elementor-element.elementor-element-24678e1 .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

.elementor-678 .elementor-element.elementor-element-72666ea .heading-tbay-title {
	text-align: left
}

.elementor-678 .elementor-element.elementor-element-72666ea .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

.elementor-678 .elementor-element.elementor-element-c4fcb50 .heading-tbay-title {
	text-align: left
}

.elementor-678 .elementor-element.elementor-element-c4fcb50 .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

.elementor-678 .elementor-element.elementor-element-5de9e45 .heading-tbay-title {
	text-align: left
}

.elementor-678 .elementor-element.elementor-element-5de9e45 .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

@media(max-width:1024px) {
	.elementor-678 .elementor-element.elementor-element-72666ea>.elementor-widget-container {
		margin: 15px 0 0
	}

	.elementor-678 .elementor-element.elementor-element-c4fcb50>.elementor-widget-container {
		margin: 15px 0 0
	}

	.elementor-678 .elementor-element.elementor-element-5de9e45>.elementor-widget-container {
		margin: 15px 0 0
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-678 .elementor-element.elementor-element-8aa5dc3 {
		width: 100%
	}

	.elementor-678 .elementor-element.elementor-element-a7c532d {
		width: 100%
	}

	.elementor-678 .elementor-element.elementor-element-679d529 {
		width: 100%
	}

	.elementor-678 .elementor-element.elementor-element-8e16a09 {
		width: 100%
	}
}

.elementor-2198 .elementor-element.elementor-element-18df3aa .heading-tbay-title {
	text-align: left
}

.elementor-2198 .elementor-element.elementor-element-18df3aa .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

.elementor-2198 .elementor-element.elementor-element-6aedec1 .heading-tbay-title {
	text-align: left
}

.elementor-2198 .elementor-element.elementor-element-6aedec1 .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

.elementor-2198 .elementor-element.elementor-element-9777907 {
	text-align: left
}

.elementor-2198 .elementor-element.elementor-element-902a814 {
	text-align: left
}

.elementor-2198 .elementor-element.elementor-element-902a814>.elementor-widget-container {
	margin: 16px 0
}

.elementor-2198 .elementor-element.elementor-element-7c44eb5 {
	text-align: left
}

.elementor-2198 .elementor-element.elementor-element-0eec688>div.elementor-element-populated {
	padding: 0 8px 0 15px !important
}

.elementor-2198 .elementor-element.elementor-element-a2e1d21 {
	text-align: right
}

.elementor-2198 .elementor-element.elementor-element-a2e1d21>.elementor-widget-container {
	margin: 0 0 8px
}

.elementor-2198 .elementor-element.elementor-element-2b5ee84>div.elementor-element-populated {
	padding: 0 15px 0 8px !important
}

.elementor-2198 .elementor-element.elementor-element-c6bc7e7>.elementor-widget-container {
	margin: 0 0 8px
}

@media(max-width:1024px) {
	.elementor-2198 .elementor-element.elementor-element-6aedec1>.elementor-widget-container {
		margin: 15px 0 0
	}

	.elementor-2198 .elementor-element.elementor-element-a2e1d21 {
		text-align: left
	}

	.elementor-2198 .elementor-element.elementor-element-a2e1d21>.elementor-widget-container {
		margin: 20px 0 15px
	}

	.elementor-2198 .elementor-element.elementor-element-c6bc7e7 {
		text-align: left
	}
}

@media(min-width:768px) {
	.elementor-2198 .elementor-element.elementor-element-865822e {
		width: 23.167%
	}

	.elementor-2198 .elementor-element.elementor-element-0eec688 {
		width: 25.915%
	}

	.elementor-2198 .elementor-element.elementor-element-2b5ee84 {
		width: 25.918%
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-2198 .elementor-element.elementor-element-7b6fd95 {
		width: 100%
	}

	.elementor-2198 .elementor-element.elementor-element-865822e {
		width: 100%
	}

	.elementor-2198 .elementor-element.elementor-element-0eec688 {
		width: 100%
	}

	.elementor-2198 .elementor-element.elementor-element-2b5ee84 {
		width: 100%
	}
}

.elementor-2233 .elementor-element.elementor-element-fbfd0dd .heading-tbay-title {
	text-align: left;
	margin: 0 0 14px
}

.elementor-2233 .elementor-element.elementor-element-fbfd0dd .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

.elementor-2233 .elementor-element.elementor-element-fa4659d .heading-tbay-title {
	text-align: left;
	margin: 0 0 14px
}

.elementor-2233 .elementor-element.elementor-element-fa4659d .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

.elementor-2233 .elementor-element.elementor-element-fa4659d>.elementor-widget-container {
	margin: 34px 0 0
}

.elementor-2233 .elementor-element.elementor-element-0236e9d .heading-tbay-title {
	text-align: left;
	padding: 0 0 22px
}

.elementor-2233 .elementor-element.elementor-element-0236e9d .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px
}

.elementor-2233 .elementor-element.elementor-element-e21aa48 .features .fbox-icon {
	font-size: 24px
}

.elementor-2233 .elementor-element.elementor-element-b355f04 {
	text-align: left
}

.elementor-2233 .elementor-element.elementor-element-b355f04>.elementor-widget-container {
	margin: 24px 0 0
}

@media(max-width:1024px) {
	.elementor-2233 .elementor-element.elementor-element-fa4659d>.elementor-widget-container {
		margin: 15px 0 0
	}

	.elementor-2233 .elementor-element.elementor-element-0236e9d>.elementor-widget-container {
		margin: 15px 0 0
	}

	.elementor-2233 .elementor-element.elementor-element-b355f04>.elementor-widget-container {
		margin: 15px 0 0
	}
}

@media(min-width:768px) {
	.elementor-2233 .elementor-element.elementor-element-1dbf036 {
		width: 45%
	}

	.elementor-2233 .elementor-element.elementor-element-fa9050e {
		width: 55%
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-2233 .elementor-element.elementor-element-1dbf036 {
		width: 100%
	}

	.elementor-2233 .elementor-element.elementor-element-fa9050e {
		width: 100%
	}
}

.elementor-2956 .elementor-element.elementor-element-0ea327f .elementor-button {
	font-size: 14px;
	fill: #fff;
	color: #fff;
	background-color: #02010100;
	padding: 0
}

.elementor-2956 .elementor-element.elementor-element-30373ce.elementor-column>.elementor-widget-wrap {
	justify-content: flex-end
}

.elementor-2956 .elementor-element.elementor-element-e82a8d8>.elementor-widget-container {
	margin: 0 0 0 25px
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .button-search i {
	font-size: 22px !important
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .tbay-search,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-search:not(.icon),
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category>select {
	height: 44px
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-search:not(.icon),
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-preloader,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-search:not(.icon) i,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .SumoSelect {
	line-height: 44px
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .form-group .input-group {
	border-style: solid;
	border-width: 1px;
	border-color: #919EAB52;
	border-radius: 6px
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category.input-group-addon,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category .CaptionCont {
	border-radius: 6px 0 0 6px
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form input {
	background: #f4f6f8
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .select-category.input-group-addon {
	background: #f4f6f8
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-search:not(.icon) {
	padding: 0 12px;
	border-style: solid;
	border-width: 0;
	border-color: #dce0e4;
	background: #f4f6f8
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-group,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-search:not(.icon) {
	border-radius: 0 6px 6px 0
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .button-search i,
.elementor-2956 .elementor-element.elementor-element-fefe6e4 .tbay-search-form .button-group:before {
	color: #212b36
}

.elementor-2956 .elementor-element.elementor-element-fefe6e4 .button-search:hover i {
	color: #00ab55
}

.elementor-bc-flex-widget .elementor-2956 .elementor-element.elementor-element-eb4d0dd.elementor-column .elementor-widget-wrap {
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-eb4d0dd.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-eb4d0dd.elementor-column>.elementor-widget-wrap {
	justify-content: flex-end
}

.elementor-2956 .elementor-element.elementor-element-dc20d2c .tbay-login a i {
	font-size: 40px !important;
	padding: 4px 0 0;
	color: #fff
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-dropdown .cart-icon i {
	font-size: 40px;
	height: 40px
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .wrapper-title-cart {
	line-height: 40px
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-dropdown .cart-icon {
	color: #fff
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-popup .mini-cart-items {
	top: -3px;
	left: 22px;
	border-color: #00ab55
}

.rtl .elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-popup .mini-cart-items {
	right: 22px;
	left: auto
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-popup .mini-cart-items,
.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-popup .mini-cart-items-static {
	font-size: 14px;
	font-weight: 600
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9 .cart-popup.show .dropdown-menu {
	top: 50px !important
}

.elementor-2956 .elementor-element.elementor-element-78aa8c9>.elementor-widget-container {
	margin: 0 -16px 0 40px
}

.elementor-bc-flex-widget .elementor-2956 .elementor-element.elementor-element-b16e3f0.elementor-column .elementor-widget-wrap {
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-b16e3f0.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu {
	justify-content: flex-start !important
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>a {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #fff
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>a i {
	color: #82C55B
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>ul>li>.caret:before {
	background-color: #fff
}

.elementor-2956 .elementor-element.elementor-element-a1d721f .elementor-nav-menu--main>.megamenu>li:first-child>.elementor-item {
	padding-left: 0
}

/*! elementor - v3.13.3 - 28-05-2023 */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
	display: block;
	text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
	margin-bottom: var(--icon-box-icon-margin, 15px);
	margin-right: auto;
	margin-left: auto
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	display: flex
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
	display: inline-flex;
	flex: 0 0 auto
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	text-align: right;
	flex-direction: row-reverse
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
	margin-left: var(--icon-box-icon-margin, 15px);
	margin-right: 0;
	margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	text-align: left;
	flex-direction: row
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
	margin-right: var(--icon-box-icon-margin, 15px);
	margin-left: 0;
	margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
	display: block;
	text-align: center;
	flex-direction: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
	margin-bottom: var(--icon-box-icon-margin, 15px);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:-1) {

	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,
	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
		display: flex
	}

	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,
	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto
	}

	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
		text-align: right;
		flex-direction: row-reverse
	}

	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset
	}

	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
		text-align: left;
		flex-direction: row
	}

	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset
	}

	.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset
	}

	.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto
	}
}

@media (max-width:-1) {

	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,
	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
		display: flex
	}

	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,
	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto
	}

	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
		text-align: right;
		flex-direction: row-reverse
	}

	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset
	}

	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
		text-align: left;
		flex-direction: row
	}

	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset
	}

	.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset
	}

	.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto
	}
}

@media (max-width:-1) {

	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,
	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
		display: flex
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,
	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
		text-align: right;
		flex-direction: row-reverse
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
		text-align: left;
		flex-direction: row
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto
	}
}

@media (max-width:1024px) {

	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,
	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
		display: flex
	}

	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,
	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto
	}

	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
		text-align: right;
		flex-direction: row-reverse
	}

	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset
	}

	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
		text-align: left;
		flex-direction: row
	}

	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset
	}

	.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset
	}

	.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto
	}
}

@media (max-width:-1) {

	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,
	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
		display: flex
	}

	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,
	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto
	}

	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
		text-align: right;
		flex-direction: row-reverse
	}

	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset
	}

	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
		text-align: left;
		flex-direction: row
	}

	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset
	}

	.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset
	}

	.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto
	}
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
	flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0
}

.elementor-779 .elementor-element.elementor-element-b07e212 {
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #919EAB3D;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 50px 0 50px
}

.elementor-779 .elementor-element.elementor-element-b07e212>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-779 .elementor-element.elementor-element-2805ff8>.elementor-widget-container {
	padding: 0 0 23px
}

.elementor-779 .elementor-element.elementor-element-f060193 {
	color: #82C55B;
	font-size: 14px;
	line-height: 22px
}

.elementor-779 .elementor-element.elementor-element-f060193>.elementor-widget-container {
	padding: 0 140px 0 0
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-icon i {
	color: #82C55B;
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-icon svg {
	fill: #82C55B;
	transition: fill .3s
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-item:hover .elementor-icon-list-icon i {
	color: #00ab55
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
	fill: #00ab55
}

.elementor-779 .elementor-element.elementor-element-b4b315a {
	--e-icon-list-icon-size: 19px;
	--e-icon-list-icon-align: left;
	--e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em)*0.25) 0 0;
	--icon-vertical-offset: 0px
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-item>a {
	font-size: 14px;
	line-height: 22px
}

.elementor-779 .elementor-element.elementor-element-b4b315a .elementor-icon-list-text {
	color: #82C55B;
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-b4b315a>.elementor-widget-container {
	padding: 24px 0 0 3px
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(20px/2)
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(20px/2)
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(20px/2);
	margin-left: calc(20px/2)
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-20px/2);
	margin-left: calc(-20px/2)
}

body.rtl .elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-20px/2)
}

body:not(.rtl) .elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-20px/2)
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-icon i {
	color: #82C55B;
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-icon svg {
	fill: #82C55B;
	transition: fill .3s
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-item:hover .elementor-icon-list-icon i {
	color: #00ab55
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
	fill: #00ab55
}

.elementor-779 .elementor-element.elementor-element-eea32ae {
	--e-icon-list-icon-size: 19px;
	--e-icon-list-icon-align: left;
	--e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em)*0.25) 0 0;
	--icon-vertical-offset: 0px
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-item>a {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-text {
	color: #82C55B;
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-eea32ae .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #00ab55
}

.elementor-779 .elementor-element.elementor-element-eea32ae>.elementor-widget-container {
	padding: 13px 0 0 3px
}

.elementor-779 .elementor-element.elementor-element-1705372 .elementor-icon-list-icon i {
	transition: color .3s
}

.tb-icon-zt-house , .elementor-icon-list-address-text{
	color:#82C55B;
}

.elementor-779 .elementor-element.elementor-element-1705372 .elementor-icon-list-icon svg {
	transition: fill .3s
}

.elementor-779 .elementor-element.elementor-element-1705372 {
	--e-icon-list-icon-size: 19px;
	--e-icon-list-icon-align: left;
	--e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em)*0.25) 0 0;
	--icon-vertical-offset: 0px
}

.elementor-779 .elementor-element.elementor-element-1705372 .elementor-icon-list-text {
	transition: color .3s
}

.elementor-779 .elementor-element.elementor-element-1705372>.elementor-widget-container {
	padding: 13px 0 0 3px
}

.elementor-779 .elementor-element.elementor-element-eb89f29 {
	--grid-template-columns: repeat(4, auto);
	--icon-size: 17px;
	--grid-column-gap: 14px;
	--grid-row-gap: 0px
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-widget-container {
	text-align: left
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-social-icon {
	background-color: #02010100
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-social-icon svg {
	fill: #212b36
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-social-icon:hover i {
	color: #00ab55
}

.elementor-779 .elementor-element.elementor-element-eb89f29 .elementor-social-icon:hover svg {
	fill: #00ab55
}

.elementor-779 .elementor-element.elementor-element-eb89f29>.elementor-widget-container {
	padding: 26px 0 0;
	border-style: solid;
	border-width: 0;
	border-color: #919EAB3D
}

.elementor-779 .elementor-element.elementor-element-cce20f6 .heading-tbay-title {
	text-align: left
}

.elementor-779 .elementor-element.elementor-element-2f00da6 .heading-tbay-title {
	text-align: left
}

.elementor-779 .elementor-element.elementor-element-0684d64 .heading-tbay-title {
	text-align: left
}

.elementor-779 .elementor-element.elementor-element-0684d64 .heading-tbay-title .title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #212b36
}

.elementor-779 .elementor-element.elementor-element-0684d64>.elementor-widget-container {
	border-style: solid;
	border-width: 0;
	border-color: #919EAB3D
}

.elementor-779 .elementor-element.elementor-element-afd871a {
	color: #212b36;
	line-height: 22px
}

.elementor-779 .elementor-element.elementor-element-afd871a>.elementor-widget-container {
	padding: 0 0 16px
}

.elementor-779 .elementor-element.elementor-element-582eeb4 .tbay-element-newsletter input[type=email] {
	width: 100%;
	background-color: #f4f6f8;
	border-style: solid;
	border-width: 1px;
	border-color: #919EAB52;
	border-radius: 6px
}

.elementor-779 .elementor-element.elementor-element-582eeb4 .tbay-element-newsletter button[type=submit] {
	width: 100px;
	font-size: 14px;
	font-weight: 700;
	background-color: #00ab55;
	color: #fff;
	border-radius: 6px;
	padding: 0;
	margin: 16px 0 0
}

.elementor-779 .elementor-element.elementor-element-2e1e7cc>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center
}

.elementor-779 .elementor-element.elementor-element-2e1e7cc {
	padding: 14px 0 48px
}

.elementor-779 .elementor-element.elementor-element-1428d4f {
	color: #82C55B
}

@media(max-width:1024px) {
	.elementor-779 .elementor-element.elementor-element-f060193>.elementor-widget-container {
		padding: 0
	}

	.elementor-779 .elementor-element.elementor-element-eb89f29>.elementor-widget-container {
		border-width: 0
	}
}

@media(min-width:768px) {
	.elementor-779 .elementor-element.elementor-element-6cb6b19 {
		width: 41.67%
	}

	.elementor-779 .elementor-element.elementor-element-372845d {
		width: 16.67%
	}

	.elementor-779 .elementor-element.elementor-element-ad4693e {
		width: 16.67%
	}

	.elementor-779 .elementor-element.elementor-element-477af1b {
		width: 23.209%
	}
}

/*! elementor - v3.13.3 - 28-05-2023 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: #69727d;
	color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
	color: #69727d;
	border: 3px solid;
	background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1em;
	height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
	display: inline-block
}

/*! elementor - v3.13.3 - 28-05-2023 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
	overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	margin-right: -8px;
	margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: 8px;
	margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	width: auto;
	left: auto;
	right: auto;
	position: relative;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	right: -8px
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative
}

.elementor-widget .elementor-icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
	display: flex;
	font-size: inherit;
	align-items: var(--icon-vertical-align, center)
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
	display: flex;
	position: relative;
	top: var(--icon-vertical-offset, initial)
}

.elementor-widget .elementor-icon-list-icon svg {
	width: var(--e-icon-list-icon-size, 1em);
	height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em;
	font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
	justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
	justify-content: flex-start;
	text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
	justify-content: flex-end;
	text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0
}

@media (min-width:-1) {

	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:-1) {

	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-laptop-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-laptop-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:-1) {

	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:1024px) {

	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-tablet-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-tablet-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:-1) {

	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

/*! elementor - v3.13.3 - 28-05-2023 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
	line-height: 1;
	font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
	display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
	grid-column-gap: var(--grid-column-gap, 5px);
	grid-row-gap: var(--grid-row-gap, 5px);
	grid-template-columns: var(--grid-template-columns);
	justify-content: var(--justify-content, center);
	justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
	font-size: var(--icon-size, 25px);
	line-height: var(--icon-size, 25px);
	width: calc(var(--icon-size, 25px) + (2*var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 25px) + (2*var(--icon-padding, .5em)))
}

.elementor-social-icon {
	--e-social-icon-icon-color: #fff;
	display: inline-flex;
	background-color: #69727d;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer
}

.elementor-social-icon i {
	color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
	fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
	margin: 0
}

.elementor-social-icon:hover {
	opacity: .9;
	color: #fff
}

.elementor-social-icon-android {
	background-color: #a4c639
}

.elementor-social-icon-apple {
	background-color: #999
}

.elementor-social-icon-behance {
	background-color: #1769ff
}

.elementor-social-icon-bitbucket {
	background-color: #205081
}

.elementor-social-icon-codepen {
	background-color: #000
}

.elementor-social-icon-delicious {
	background-color: #39f
}

.elementor-social-icon-deviantart {
	background-color: #05cc47
}

.elementor-social-icon-digg {
	background-color: #005be2
}

.elementor-social-icon-dribbble {
	background-color: #ea4c89
}

.elementor-social-icon-elementor {
	background-color: #d30c5c
}

.elementor-social-icon-envelope {
	background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
	background-color: #3b5998
}

.elementor-social-icon-flickr {
	background-color: #0063dc
}

.elementor-social-icon-foursquare {
	background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
	background-color: #006400
}

.elementor-social-icon-github {
	background-color: #333
}

.elementor-social-icon-gitlab {
	background-color: #e24329
}

.elementor-social-icon-globe {
	background-color: #69727d
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
	background-color: #dd4b39
}

.elementor-social-icon-houzz {
	background-color: #7ac142
}

.elementor-social-icon-instagram {
	background-color: #262626
}

.elementor-social-icon-jsfiddle {
	background-color: #487aa2
}

.elementor-social-icon-link {
	background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
	background-color: #0077b5
}

.elementor-social-icon-medium {
	background-color: #00ab6b
}

.elementor-social-icon-meetup {
	background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
	background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
	background-color: #f4731c
}

.elementor-social-icon-pinterest {
	background-color: #bd081c
}

.elementor-social-icon-product-hunt {
	background-color: #da552f
}

.elementor-social-icon-reddit {
	background-color: #ff4500
}

.elementor-social-icon-rss {
	background-color: #f26522
}

.elementor-social-icon-shopping-cart {
	background-color: #4caf50
}

.elementor-social-icon-skype {
	background-color: #00aff0
}

.elementor-social-icon-slideshare {
	background-color: #0077b5
}

.elementor-social-icon-snapchat {
	background-color: #fffc00
}

.elementor-social-icon-soundcloud {
	background-color: #f80
}

.elementor-social-icon-spotify {
	background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
	background-color: #fe7a15
}

.elementor-social-icon-steam {
	background-color: #00adee
}

.elementor-social-icon-stumbleupon {
	background-color: #eb4924
}

.elementor-social-icon-telegram {
	background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
	background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
	background-color: #589442
}

.elementor-social-icon-tumblr {
	background-color: #35465c
}

.elementor-social-icon-twitch {
	background-color: #6441a5
}

.elementor-social-icon-twitter {
	background-color: #1da1f2
}

.elementor-social-icon-viber {
	background-color: #665cac
}

.elementor-social-icon-vimeo {
	background-color: #1ab7ea
}

.elementor-social-icon-vk {
	background-color: #45668e
}

.elementor-social-icon-weibo {
	background-color: #dd2430
}

.elementor-social-icon-weixin {
	background-color: #31a918
}

.elementor-social-icon-whatsapp {
	background-color: #25d366
}

.elementor-social-icon-wordpress {
	background-color: #21759b
}

.elementor-social-icon-xing {
	background-color: #026466
}

.elementor-social-icon-yelp {
	background-color: #af0606
}

.elementor-social-icon-youtube {
	background-color: #cd201f
}

.elementor-social-icon-500px {
	background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
	border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
	border-radius: 50%
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
	max-width: none
}

button.pswp__button {
	box-shadow: none !important;
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) !important
}

button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
	background-color: transparent !important
}

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

button.pswp__button--close:hover {
	background-position: 0 -44px
}

button.pswp__button--zoom:hover {
	background-position: -88px 0
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.admin-bar .pswp {
	height: calc(100% - 32px);
	top: 32px
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: 0;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: 0 0
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d
}

a.pswp__share--download:hover {
	background: #ddd
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0
}

.rs-p-wp-fix {
	display: none !important;
	margin: 0 !important;
	height: 0 !important
}

.wp-block-themepunch-revslider {
	position: relative
}

rs-modal {
	position: fixed !important;
	z-index: 9999999 !important;
	pointer-events: none !important
}

rs-modal.rs-modal-auto {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

rs-modal rs-fullwidth-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

rs-module-wrap.rs-modal {
	display: none;
	max-height: 100% !important;
	overflow: auto !important;
	pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
	overflow: hidden !important;
	max-width: 100% !important
}

rs-modal-cover {
	width: 100%;
	height: 100%;
	z-index: 0;
	background: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	pointer-events: auto
}

body>rs-modal-cover {
	position: fixed;
	z-index: 9999995 !important
}

rs-sbg-px {
	pointer-events: none
}

.rs-forceuntouchable,
.rs-forceuntouchable * {
	pointer-events: none !important
}

.rs-forcehidden * {
	visibility: hidden !important
}

.rs_splitted_lines {
	display: block;
	white-space: nowrap !important
}

.rs-go-fullscreen {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 9999999 !important;
	background: #fff
}

.rtl {
	direction: rtl
}

@font-face {
	font-family: 'revicons';
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888);
	src: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'), url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
	font-family: "revicons";
	font-style: normal;
	font-weight: 400;
	speak-as: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" 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
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak-as: none;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.revicon-search-1:before {
	content: '\e802'
}

.revicon-pencil-1:before {
	content: '\e831'
}

.revicon-picture-1:before {
	content: '\e803'
}

.revicon-cancel:before {
	content: '\e80a'
}

.revicon-info-circled:before {
	content: '\e80f'
}

.revicon-trash:before {
	content: '\e801'
}

.revicon-left-dir:before {
	content: '\e817'
}

.revicon-right-dir:before {
	content: '\e818'
}

.revicon-down-open:before {
	content: '\e83b'
}

.revicon-left-open:before {
	content: '\e819'
}

.revicon-right-open:before {
	content: '\e81a'
}

.revicon-angle-left:before {
	content: '\e820'
}

.revicon-angle-right:before {
	content: '\e81d'
}

.revicon-left-big:before {
	content: '\e81f'
}

.revicon-right-big:before {
	content: '\e81e'
}

.revicon-magic:before {
	content: '\e807'
}

.revicon-picture:before {
	content: '\e800'
}

.revicon-export:before {
	content: '\e80b'
}

.revicon-cog:before {
	content: '\e832'
}

.revicon-login:before {
	content: '\e833'
}

.revicon-logout:before {
	content: '\e834'
}

.revicon-video:before {
	content: '\e805'
}

.revicon-arrow-combo:before {
	content: '\e827'
}

.revicon-left-open-1:before {
	content: '\e82a'
}

.revicon-right-open-1:before {
	content: '\e82b'
}

.revicon-left-open-mini:before {
	content: '\e822'
}

.revicon-right-open-mini:before {
	content: '\e823'
}

.revicon-left-open-big:before {
	content: '\e824'
}

.revicon-right-open-big:before {
	content: '\e825'
}

.revicon-left:before {
	content: '\e836'
}

.revicon-right:before {
	content: '\e826'
}

.revicon-ccw:before {
	content: '\e808'
}

.revicon-arrows-ccw:before {
	content: '\e806'
}

.revicon-palette:before {
	content: '\e829'
}

.revicon-list-add:before {
	content: '\e80c'
}

.revicon-doc:before {
	content: '\e809'
}

.revicon-left-open-outline:before {
	content: '\e82e'
}

.revicon-left-open-2:before {
	content: '\e82c'
}

.revicon-right-open-outline:before {
	content: '\e82f'
}

.revicon-right-open-2:before {
	content: '\e82d'
}

.revicon-equalizer:before {
	content: '\e83a'
}

.revicon-layers-alt:before {
	content: '\e804'
}

.revicon-popup:before {
	content: '\e828'
}

.tp-fullwidth-forcer {
	z-index: 0;
	pointer-events: none
}

rs-module-wrap {
	visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block
}

.rs-fixedscrollon rs-module-wrap {
	position: fixed !important;
	top: 0 !important;
	z-index: 1000;
	left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
	position: sticky !important;
	top: 0;
	z-index: 1000
}

.rs-stickyscrollon {
	overflow: visible !important
}

rs-fw-forcer {
	display: block;
	width: 100%;
	pointer-events: none
}

rs-module {
	position: relative;
	overflow: hidden;
	display: block
}

rs-module.disableVerticalScroll {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
	display: block;
	pointer-events: none
}

rs-sbg-effectwrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
	width: 0;
	height: 0
}

rs-sbg-px,
rs-sbg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
	text-decoration: none
}

a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
	box-shadow: none
}

.rs-ov-hidden {
	overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
	overflow: visible !important
}

.tp-simpleresponsive img,
rs-module img {
	max-width: none !important;
	transition: none;
	margin: 0;
	padding: 0;
	border: none
}

rs-module .no-slides-text {
	font-weight: 700;
	text-align: center;
	padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
	position: absolute;
	text-indent: 0em;
	top: 0;
	left: 0
}

rs-slide,
rs-slide:before {
	display: block;
	visibility: hidden
}

.rs-layer .rs-untoggled-content {
	display: block
}

.rs-layer .rs-toggled-content {
	display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
	display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
	display: none
}

.rs-layer-video {
	overflow: hidden
}

.rs_html5vidbasicstyles {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position: relative;
	visibility: hidden;
	white-space: nowrap;
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
	font-display: swap
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
	margin-bottom: 0
}

.rs-svg svg {
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
	outline: none !important
}

rs-carousel-wrap {
	cursor: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
	cursor: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
	cursor: default
}

rs-carousel-wrap {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

rs-carousel-space {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	position: relative
}

.tp_inner_padding {
	box-sizing: border-box;
	max-height: none !important
}

.rs-layer.rs-selectable {
	user-select: text
}

rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none
}

rs-bg-elem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	transform: scaleX(0) scaleY(0)
}

rs-zone {
	position: absolute;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	min-height: 50px;
	font-size: 0px;
	pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
	display: block;
	visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
	display: block
}

rs-column-wrap>rs-loop-wrap {
	z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
	transform-style: flat
}

@media not all and (min-resolution:.001dpcm) {
	@media {

		rs-carousel-wrap rs-layer-wrap,
		rs-carousel-wrap rs-loop-wrap {
			backface-visibility: hidden;
			transform-style: preserve-3d
		}
	}
}

.safarifix rs-layer-wrap {
	perspective: 1000000
}

@-moz-document url-prefix() {

	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap {
		perspective: none
	}
}

rs-mask-wrap {
	overflow: hidden
}

rs-fullwidth-wrap {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: visible;
	max-width: none !important
}

.rev_row_zone_top {
	top: 0
}

.rev_row_zone_bottom {
	bottom: 0
}

.rev_row_zone_middle {
	top: 50%;
	transform: perspective(1px) translateY(-50%)
}

rs-column-wrap .rs-parallax-wrap {
	vertical-align: top
}

.rs-layer img,
rs-layer img {
	vertical-align: top
}

rs-row,
rs-row.rs-layer {
	display: table;
	position: relative;
	width: 100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height: auto;
	font-size: 0px
}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size: 0px
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100% !important;
	height: auto !important;
	white-space: normal !important
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}

.rs-pelock * {
	pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
	text-align: inherit
}

rs-column rs-mask-wrap {
	display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
	vertical-align: top
}

.rev_break_columns {
	display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
	display: block !important;
	width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility: hidden !important;
	display: none !important
}

a.rs-layer.rs-nointeraction>.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important
}

rs-static-layers {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden
}

rs-static-layers.rs-stl-back {
	z-index: 0
}

.rs-stl-visible {
	overflow: visible !important
}

.rs-layer rs-fcr {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0 solid transparent;
	border-top: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0
}

.rs-layer rs-fcrt {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0
}

.rs-layer rs-bcr {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00a8ff;
	position: absolute;
	left: 100%;
	top: 0
}

.rs-layer rs-bcrt {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00a8ff;
	position: absolute;
	left: 100%;
	top: 0
}

.tp-layer-inner-rotation {
	position: relative !important
}

img.tp-slider-alternative-image {
	width: 100%;
	height: auto
}

.noFilterClass {
	filter: none !important
}

rs-bgvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block
}

.rs-layer.rs-fsv {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
	width: 100%;
	height: 100%
}

.rs-fsv video {
	background: #000
}

.fullcoveredvideo rs-poster {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.videoisplaying .html5vid rs-poster {
	display: none
}

.tp-video-play-button {
	background: #000;
	background: rgba(0, 0, 0, .3);
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition: opacity .3s ease-out !important
}

.rs-ISM .tp-video-play-button {
	opacity: 1;
	transition: none !important;
	z-index: 6
}

.rs-audio .tp-video-play-button {
	display: none !important
}

.rs-layer .html5vid {
	width: 100% !important;
	height: 100% !important
}

.tp-video-play-button i {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center !important;
	vertical-align: top;
	line-height: 50px !important;
	font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
	opacity: 1;
	display: block;
	z-index: 6
}

.rs-layer .tp-revstop {
	display: none;
	width: 15px;
	border-right: 5px solid #fff !important;
	border-left: 5px solid #fff !important;
	transform: translateX(50%) translateY(50%);
	height: 20px;
	margin-left: 11px !important;
	margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
	display: none
}

.videoisplaying .tp-revstop {
	display: block
}

.videoisplaying .tp-video-play-button {
	display: none
}

.fullcoveredvideo .tp-video-play-button {
	display: none !important
}

.rs-fsv .rs-fsv audio {
	object-fit: contain !important
}

.rs-fsv .rs-fsv video {
	object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
	display: none
}

@supports not (-ms-high-contrast:none) {
	.rs-fsv .fullcoveredvideo audio {
		object-fit: cover !important
	}

	.rs-fsv .fullcoveredvideo video {
		object-fit: cover !important
	}
}

.rs-fullvideo-cover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: 0 0;
	z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
	display: none !important
}

.rs-audio .tp-video-controls {
	opacity: 1 !important;
	visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
	margin: 0;
	padding: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
	content: none
}

rs-dotted {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	pointer-events: none
}

rs-sbg-wrap rs-dotted {
	z-index: 31
}

rs-dotted.twoxtwo {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_white.png)
}

rs-dotted.threexthree {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	position: absolute;
	z-index: -1
}

.tp-shadow1 {
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
	z-index: -2;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 10px;
	width: 50%;
	top: 85%;
	max-width: 300px;
	background: 0 0;
	box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
	transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto
}

.tp-shadow5 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
	content: "";
	position: absolute;
	z-index: -2;
	box-shadow: 0 0 25px 0px rgba(0, 0, 0, .6);
	top: 30%;
	bottom: 0;
	left: 20px;
	right: 20px;
	border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
	outline: none !important;
	box-shadow: none;
	text-decoration: none !important;
	box-sizing: border-box;
	cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
	text-transform: uppercase
}

.rev-btn i {
	font-size: inherit;
	font-weight: 400;
	position: relative;
	top: 0;
	transition: opacity .2s ease-out, margin .2s ease-out;
	margin-left: 0;
	line-height: inherit
}

.rev-btn.rev-hiddenicon i {
	font-size: inherit;
	font-weight: 400;
	position: relative;
	top: 0;
	transition: opacity .2s ease-out, margin .2s ease-out;
	opacity: 0;
	margin-left: 0 !important;
	width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
	opacity: 1 !important;
	margin-left: 10px !important;
	width: auto !important
}

.rev-burger {
	position: relative;
	box-sizing: border-box;
	padding: 22px 14px;
	border-radius: 50%;
	border: 1px solid rgba(51, 51, 51, .25);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	cursor: pointer
}

.rev-burger span {
	display: block;
	width: 30px;
	height: 3px;
	background: #333;
	transition: .7s;
	pointer-events: none;
	transform-style: flat !important
}

.rev-burger span:nth-child(2) {
	margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
	transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
	transform: rotate(-45deg);
	opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
	transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
	border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
	background: #fff
}

.rev-burger.revb-whitenoborder {
	border: 0
}

.rev-burger.revb-whitenoborder span {
	background: #fff
}

.rev-burger.revb-darknoborder {
	border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
	background: #333
}

.rev-burger.revb-whitefull {
	background: #fff;
	border: none
}

.rev-burger.revb-whitefull span {
	background: #333
}

.rev-burger.revb-darkfull {
	background: #333;
	border: none
}

.rev-burger.revb-darkfull span {
	background: #fff
}

@keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top: 29%
	}

	15% {
		opacity: 1;
		top: 70%
	}

	50% {
		opacity: 0;
		top: 70%
	}

	100% {
		opacity: 0;
		top: 29%
	}
}

.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 55px;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 23px
}

.rev-scroll-btn>* {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: 400;
	color: #7f8c8d;
	color: #fff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
	color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
	opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
	background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333
}

.rev-scroll-btn.revs-fulldark {
	background: #333;
	border: none
}

.rev-scroll-btn.revs-fulldark span {
	background: #fff
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
	border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, .5);
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	cursor: pointer
}

.rev-cbutton-dark-sr {
	border-radius: 3px
}

.rev-cbutton-light {
	color: #333;
	background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
	color: #333;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
	line-height: 37px;
	width: 37px;
	height: 37px
}

.rev-sbutton-blue {
	background-color: #3b5998
}

.rev-sbutton-lightblue {
	background-color: #00a0d1
}

.rev-sbutton-red {
	background-color: #dd4b39
}

rs-progress {
	visibility: hidden;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%
}

rs-progress-bar,
.rs-progress-bar {
	display: block;
	z-index: 20;
	box-sizing: border-box;
	background-clip: content-box;
	position: absolute;
	vertical-align: top;
	line-height: 0;
	width: 100%;
	height: 100%
}

rs-progress-bgs {
	display: block;
	z-index: 15;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0
}

rs-progress-bg {
	display: block;
	background-clip: content-box;
	position: absolute;
	width: 100%;
	height: 100%
}

rs-progress-gap {
	display: block;
	background-clip: content-box;
	position: absolute;
	width: 100%;
	height: 100%
}

rs-progress-vis {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.rs-layer img {
	background: 0 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
	cursor: pointer;
	width: 100%;
	height: 100%
}

.rs-layer.slidelink a {
	width: 100%;
	height: 100%;
	display: block
}

.rs-layer.slidelink a div {
	width: 3000px;
	height: 1500px;
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
	background: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat;
	width: 100%;
	height: 100%;
	display: block
}

.rs-layer .rs-starring {
	display: inline-block
}

.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #e0dadf;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0
}

rs-loader {
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute
}

rs-loader.off {
	display: none !important
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	margin-top: -20px;
	margin-left: -20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px
}

rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	margin-top: -20px;
	margin-left: -20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px
}

rs-loader.spinner5 {
	background-image: url(//el3.thembaydev.com/greenmart_fresh/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #fff;
	margin: -22px;
	width: 44px;
	height: 44px;
	border-radius: 3px
}

@keyframes tp-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-color: red;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	border-radius: 100%;
	animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
	0% {
		transform: scale(0)
	}

	100% {
		transform: scale(1);
		opacity: 0
	}
}

rs-loader.spinner3 {
	margin: -9px 0 0 -35px;
	width: 70px;
	text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
	width: 18px;
	height: 18px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	border-radius: 100%;
	display: inline-block;
	animation: tp-bouncedelay 1.4s infinite ease-in-out;
	animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
	animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
	animation-delay: -.16s
}

@keyframes tp-bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0)
	}

	40% {
		transform: scale(1)
	}
}

rs-loader.spinner4 {
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	animation: tp-bounce 2s infinite ease-in-out;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
	top: auto;
	bottom: 0;
	animation-delay: -1s
}

@keyframes tp-rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes tp-bounce {

	0%,
	100% {
		transform: scale(0)
	}

	50% {
		transform: scale(1)
	}
}

rs-layer iframe {
	visibility: hidden
}

rs-layer.rs-ii-o iframe {
	visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
	display: inline-block
}

rs-layer input::placeholder {
	vertical-align: middle;
	line-height: inherit !important
}

a.rs-layer {
	transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
	display: block;
	pointer-events: all
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
	border: none;
	min-height: 0;
	margin: 0;
	border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
	position: absolute;
	display: block;
	z-index: 1000;
	top: 0;
	left: 0
}

.tp-tab,
.tp-thumb {
	cursor: pointer;
	position: absolute;
	opacity: .5;
	box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

rs-poster {
	cursor: pointer;
	z-index: 3
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
	opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
	box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
	box-sizing: content-box !important
}

.tp-bullet {
	width: 15px;
	height: 15px;
	position: absolute;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	cursor: pointer
}

.tp-bullet.selected,
.tp-bullet.rs-touchhover {
	background: #fff
}

.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, .5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000
}

.tparrows.rs-touchhover {
	background: #000
}

.tparrows:before {
	font-family: "revicons";
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center
}

.tparrows.tp-leftarrow:before {
	content: '\e824'
}

.tparrows.tp-rightarrow:before {
	content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^=pe-7s-],
.rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit
}

rs-pzimg-wrap {
	display: block
}

body.rtl .rs-pzimg {
	left: 0 !important
}

.rs_fake_cube {
	transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 0;
	top: 0;
	z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
	overflow: hidden;
	z-index: 5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.dddwrappershadow {
	box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
	transform-style: flat;
	perspective: 10000px
}

.rs_error_message_box {
	background: #111;
	width: 800px;
	margin: 40px auto;
	padding: 40px 20px;
	text-align: center;
	font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
	margin: 0 0 20px;
	line-height: 60px;
	font-size: 34px;
	color: #fff
}

.rs_error_message_content {
	margin: 0 0 20px;
	line-height: 25px;
	font-size: 17px;
	color: #fff
}

.rs_error_message_button {
	color: #fff !important;
	background: #333;
	display: inline-block;
	padding: 10px 15px;
	text-align: right;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none !important
}

.rs_error_message_button:hover {
	background: #5e35b1
}

.hglayerinfo {
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(0, 0, 0, .75);
	padding: 5px 10px;
	z-index: 2000;
	white-space: normal
}

.hginfo {
	position: absolute;
	top: -2px;
	left: -2px;
	color: #e74c3c;
	font-size: 12px;
	font-weight: 600;
	background: #000;
	padding: 2px 5px
}

.indebugmode .rs-layer:hover {
	border: 1px dashed #c0392b !important
}

.helpgrid {
	border: 2px dashed #c0392b;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

#revsliderlogloglog {
	padding: 15px;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	background: rgba(0, 0, 0, .7);
	z-index: 100000;
	font-size: 10px;
	overflow: scroll
}

.aden {
	filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
	background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
	mix-blend-mode: darken
}

.perpetua:after,
.reyes:after {
	mix-blend-mode: soft-light;
	opacity: .5
}

.inkwell {
	filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
	background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
	filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
	background: #efcdad
}

.gingham {
	filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
	background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
	mix-blend-mode: darken
}

.toaster {
	filter: contrast(1.5) brightness(.9)
}

.toaster:after {
	background: radial-gradient(circle, #804e0f, #3b003b);
	mix-blend-mode: screen
}

.walden {
	filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
	background: #04c;
	mix-blend-mode: screen;
	opacity: .3
}

.hudson {
	filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
	background: radial-gradient(circle, #a6b1ff 50%, #342134);
	mix-blend-mode: multiply;
	opacity: .5
}

.earlybird {
	filter: contrast(.9) sepia(.2)
}

.earlybird:after {
	background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
	mix-blend-mode: overlay
}

.mayfair {
	filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
	background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
	mix-blend-mode: overlay;
	opacity: .4
}

.lofi {
	filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
	background: radial-gradient(circle, transparent 70%, #222 150%);
	mix-blend-mode: multiply
}

._1977 {
	filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
	background: rgba(243, 106, 188, .3);
	mix-blend-mode: screen
}

.brooklyn {
	filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
	background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
	mix-blend-mode: overlay
}

.xpro2 {
	filter: sepia(.3)
}

.xpro2:after {
	background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
	mix-blend-mode: color-burn
}

.nashville {
	filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
	background: rgba(0, 70, 150, .4);
	mix-blend-mode: lighten
}

.nashville:before {
	background: rgba(247, 176, 153, .56);
	mix-blend-mode: darken
}

.lark {
	filter: contrast(.9)
}

.lark:after {
	background: rgba(242, 242, 242, .8);
	mix-blend-mode: darken
}

.lark:before {
	background: #22253f;
	mix-blend-mode: color-dodge
}

.moon {
	filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
	background: #a0a0a0;
	mix-blend-mode: soft-light
}

.moon:after {
	background: #383838;
	mix-blend-mode: lighten
}

.clarendon {
	filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
	background: rgba(127, 187, 227, .2);
	mix-blend-mode: overlay
}

.willow {
	filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
	background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
	mix-blend-mode: overlay
}

.rise {
	filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
	background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
	mix-blend-mode: overlay;
	opacity: .6
}

.rise:before {
	background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
	mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
	position: absolute
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
	z-index: 30
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
	z-index: 40
}

.slumber {
	filter: saturate(.66) brightness(1.05)
}

.slumber:after {
	background: rgba(125, 105, 24, .5);
	mix-blend-mode: soft-light
}

.slumber:before {
	background: rgba(69, 41, 12, .4);
	mix-blend-mode: lighten
}

.willow:after {
	background-color: #d8cdcb;
	mix-blend-mode: color
}

@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {
		.willow {
			filter: grayscale(1) contrast(.95) brightness(.9)
		}

		.willow:after {
			background-color: transparent
		}
	}
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
	height: 500%;
	width: 500%
}

rs-loader.spinner6 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	-webkit-animation: rs-revealer-6 1.4s linear infinite;
	animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
	position: absolute;
	vertical-align: top;
	border-radius: 100%;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 16px;
	transform-origin: center 20px;
	-webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
	transform: rotate(36deg);
	-webkit-transform: rotate(36deg);
	opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
	transform: rotate(72deg);
	-webkit-transform: rotate(72deg);
	opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
	transform: rotate(108deg);
	-webkit-transform: rotate(108deg);
	opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
	transform: rotate(144deg);
	-webkit-transform: rotate(144deg);
	opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
	transform: rotate(216deg);
	-webkit-transform: rotate(216deg);
	opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
	transform: rotate(252deg);
	-webkit-transform: rotate(252deg);
	opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
	transform: rotate(288deg);
	-webkit-transform: rotate(288deg);
	opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
	transform: rotate(324deg);
	-webkit-transform: rotate(324deg);
	opacity: .9
}

@keyframes rs-revealer-6 {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rs-revealer-6 {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

rs-loader.spinner7 {
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0;
	border-radius: 100%;
	border: 2px solid;
	-webkit-animation: rs-revealer-7 .8s linear infinite;
	animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rs-revealer-7 {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

rs-loader.spinner8 {
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0;
	text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-animation: rs-revealer-8 1.6s linear infinite;
	animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
	animation-delay: -.8s;
	-webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
	0% {
		transform: scale(0, 0);
		opacity: .5
	}

	100% {
		transform: scale(1, 1);
		opacity: 0
	}
}

@-webkit-keyframes rs-revealer-8 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: .5
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0
	}
}

rs-loader.spinner9 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: rs-revealer-9 2s infinite ease-in-out;
	animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {

	0%,
	100% {
		-webkit-transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes rs-revealer-9 {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

rs-loader.spinner10 {
	width: 54px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
	display: block;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
	animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.4)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes rs-revealer-10 {

	0%,
	100%,
	40% {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4)
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

rs-loader.spinner11 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
	width: 100%;
	height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
	display: block;
	width: 33%;
	height: 33%;
	background-color: #333;
	float: left;
	-webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
	animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {

	0%,
	100%,
	70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

@keyframes rs-revealer-11 {

	0%,
	100%,
	70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

rs-loader.spinner12 {
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	-webkit-animation: rs-revealer-12 1s infinite linear;
	animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rs-revealer-12 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

rs-loader.spinner13 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
	width: 100%;
	height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
	display: block;
	width: 40%;
	height: 40%;
	position: absolute;
	border-radius: 50%;
	-webkit-animation: rs-revealer-13 2s ease infinite;
	animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
	animation-delay: -1.5s;
	-webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
	animation-delay: -1s;
	-webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
	animation-delay: -.5s;
	-webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {

	0%,
	100% {
		transform: translate(0)
	}

	25% {
		transform: translate(160%)
	}

	50% {
		transform: translate(160%, 160%)
	}

	75% {
		transform: translate(0, 160%)
	}
}

@-webkit-keyframes rs-revealer-13 {

	0%,
	100% {
		-webkit-transform: translate(0)
	}

	25% {
		-webkit-transform: translate(160%)
	}

	50% {
		-webkit-transform: translate(160%, 160%)
	}

	75% {
		-webkit-transform: translate(0, 160%)
	}
}

rs-loader.spinner14 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
	-webkit-animation: rs-revealer-14-1 2s infinite;
	animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation: rs-revealer-14-2 2s infinite;
	animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation: rs-revealer-14-3 2s infinite;
	animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation: rs-revealer-14-4 2s infinite;
	animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}

	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@-webkit-keyframes rs-revealer-14-2 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}

	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@-webkit-keyframes rs-revealer-14-3 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}

	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@-webkit-keyframes rs-revealer-14-4 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}

	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@keyframes rs-revealer-14-1 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}

	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
	}

	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
	}

	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@keyframes rs-revealer-14-2 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}

	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
	}

	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
	}

	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@keyframes rs-revealer-14-3 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}

	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
	}

	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
	}

	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

@keyframes rs-revealer-14-4 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
	}

	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
	}

	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
	}

	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
	}
}

rs-loader.spinner15 {
	width: 40px;
	height: 40px;
	margin-top: -4px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
	width: 100%;
	height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
	animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
	}

	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
	}

	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
	}

	100% {
		-webkit-transform: rotate(-360deg)
	}
}

@keyframes rs-revealer-15 {
	25% {
		transform: translateX(30px) rotate(-90deg) scale(.5);
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
	}

	50% {
		transform: translateX(30px) translateY(30px) rotate(-179deg);
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
	}

	50.1% {
		transform: translateX(30px) translateY(30px) rotate(-180deg);
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
	}

	75% {
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
	}

	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg)
	}
}

.bgcanvas {
	display: none;
	position: absolute;
	overflow: hidden
}

.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform: none
}

.fw-700 {
	font-weight: 700
}

#rev_slider_5_1_wrapper .revo-tbay-arrows.tparrows {
	cursor: pointer;
	background: #fff;
	width: 48px;
	height: 48px;
	position: absolute;
	display: block;
	z-index: 1000;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
	-o-box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

#rev_slider_5_1_wrapper .revo-tbay-arrows.tparrows:before {
	font-family: 'simple-line-icons';
	font-size: 14px;
	font-weight: 700;
	color: #111;
	display: block;
	line-height: 48px;
	text-align: center;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
	-o-box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
	border-radius: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

#rev_slider_5_1_wrapper .revo-tbay-arrows.tparrows.tp-leftarrow:before {
	content: '\e605'
}

#rev_slider_5_1_wrapper .revo-tbay-arrows.tparrows.tp-rightarrow:before {
	content: '\e606'
}

#rev_slider_5_1_wrapper .revo-tbay-arrows.tparrows.rs-touchhover:before {
	color: #000;
	background: #ffb240;
	border-color: #ffb240
}

#rev_slider_5_1_wrapper .revo-tbay-bullets .tp-bullet {
	width: 8px;
	height: 8px;
	position: absolute;
	background: #fff;
	cursor: pointer;
	box-sizing: content-box;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

#rev_slider_5_1_wrapper .revo-tbay-bullets .tp-bullet.rs-touchhover,
#rev_slider_5_1_wrapper .revo-tbay-bullets .tp-bullet.selected {
	background: #00ab55
}

.woocommerce-checkout-review-order .box-quantity ~ .variation{
    padding-left: 66px;
}

.delivery-address-card-body{
	padding:0 1.25rem;
}
.add-delivery-btn,.add-delivery-btn:hover{
	width:100%;
	background: #183F35;
	color: #B6D554;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

.product-caption {
        background: #183F35;
        color: #B6D554;
}
