@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap";

:root {
	--brand-color-white: #fff;
	--brand-color-black: #000;
	--vigoshop-color-primary: #24B800;
	--vigoshop-color-secondary: #E68614;
	--vigoshop-button-cta-gradient: linear-gradient(180deg, #3EC000 0%, #00AC00 100%);
	--vigoshop-button-cta-shadow: 0px 2px 0px #009900;
	--vigoshop-button-cta-border-radius: 4px;
	--vigoshop-button-cta-text: #fff
}

html {
	scroll-behavior: smooth;
	font-size: 14px
}

#content,
body {
	overflow-x: hidden
}

body {
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #333;
	background-color: #fff;
	font-family: "Roboto", sans-serif, -apple-system, system-ui;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	transition-property: color, background-color;
	transition-duration: 150ms;
	background: #fff
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em
}

abbr[title] {
	border-bottom: 0;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img,
svg {
	display: inline-block;
	height: auto;
	max-width: 100%
}

img {
	border-style: none
}

svg {
	width: 100%
}

hr {
	border-style: solid;
	border-width: 1px 0;
	display: block;
	height: 0;
	margin: 20px 0
}

@media (min-width:992px) {
	hr {
		margin: 30px 0
	}
}

@media (min-width:1200px) {
	hr {
		margin: 40px 0
	}
}

[disabled],
svg {
	pointer-events: none
}

.hidden,
[hidden] {
	display: none !important;
	visibility: hidden
}

.accordion_hidden {
	display: none;
	visibility: hidden
}

.visuallyhidden {
	border: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 0
}

.disable-scroll {
	overflow: hidden
}

#content {
	flex: 1
}

.m-top--0 {
	margin-top: 0
}

.m-top--xxs {
	margin-top: 5px
}

.m-top--s,
.m-top--xs {
	margin-top: 10px
}

.m-top--m {
	margin-top: 20px
}

.m-top--l {
	margin-top: 40px
}

.m-bottom--0 {
	margin-bottom: 0
}

.m-bottom--xxs {
	margin-bottom: 5px
}

.m-bottom--s,
.m-bottom--xs {
	margin-bottom: 10px
}

.m-bottom--m {
	margin-bottom: 20px
}

.m-bottom--l {
	margin-bottom: 40px
}

.m-left--0 {
	margin-left: 0
}

.m-left--auto {
	margin-left: auto
}

.m-left--xxs {
	margin-left: 5px
}

.m-left--s,
.m-left--xs {
	margin-left: 10px
}

.m-left--m {
	margin-left: 20px
}

.m-left--l {
	margin-left: 40px
}

.m-right--0 {
	margin-right: 0
}

.m-right--auto {
	margin-right: auto
}

.m-right--xxs {
	margin-right: 5px
}

.m-right--s,
.m-right--xs {
	margin-right: 10px
}

.m-right--m {
	margin-right: 20px
}

.m-right--l {
	margin-right: 40px
}

@media (min-width:992px) {
	.m-top--s {
		margin-top: 15px
	}

	.m-top--m {
		margin-top: 30px
	}

	.m-top--l {
		margin-top: 60px
	}

	.m-bottom--s {
		margin-bottom: 15px
	}

	.m-bottom--m {
		margin-bottom: 30px
	}

	.m-bottom--l {
		margin-bottom: 60px
	}

	.m-left--s {
		margin-left: 15px
	}

	.m-left--m {
		margin-left: 30px
	}

	.m-left--l {
		margin-left: 60px
	}

	.m-right--s {
		margin-right: 15px
	}

	.m-right--m {
		margin-right: 30px
	}

	.m-right--l {
		margin-right: 60px
	}
}

@media (min-width:1200px) {
	.m-top--s {
		margin-top: 20px
	}

	.m-top--m {
		margin-top: 40px
	}

	.m-top--l {
		margin-top: 80px
	}

	.m-bottom--s {
		margin-bottom: 20px
	}

	.m-bottom--m {
		margin-bottom: 40px
	}

	.m-bottom--l {
		margin-bottom: 80px
	}

	.m-left--s {
		margin-left: 20px
	}

	.m-left--m {
		margin-left: 40px
	}

	.m-left--l {
		margin-left: 80px
	}

	.m-right--s {
		margin-right: 20px
	}

	.m-right--m {
		margin-right: 40px
	}

	.m-right--l {
		margin-right: 80px
	}
}

.s-all--xs {
	padding: 5px
}

.s-all--s {
	padding: 10px
}

.s-all--m {
	padding: 20px
}

.s-all--l {
	padding: 40px
}

.s-right--s {
	padding-right: 10px
}

.s-right--xs {
	padding-right: 5px
}

.s-right--m {
	padding-right: 20px
}

.s-right--l {
	padding-right: 40px
}

.s-left--s {
	padding-left: 10px
}

.s-left--xs {
	padding-left: 5px
}

.s-left--m {
	padding-left: 20px
}

.s-left--l {
	padding-left: 40px
}

.s-top--s {
	padding-top: 10px
}

.s-top--xs {
	padding-top: 5px
}

.s-top--m {
	padding-top: 20px
}

.s-top--l {
	padding-top: 40px
}

.s-bottom--xs {
	padding-bottom: 5px
}

.s-bottom--s {
	padding-bottom: 10px
}

.s-bottom--m {
	padding-bottom: 20px
}

.s-bottom--l {
	padding-bottom: 40px
}

.responsive {
	position: relative
}

.responsive--16by9 {
	padding-bottom: 56.25%
}

.responsive__element {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

img.responsive__element {
	object-fit: cover
}

.d--inline {
	display: inline
}

.d--inline-block {
	display: inline-block
}

.d--block {
	display: block
}

.rotate--cw {
	transform: rotate(90deg)
}

.rotate--ccw {
	transform: rotate(-90deg)
}

.rotate--flip {
	transform: rotate(180deg)
}

.container {
	margin: 0 auto;
	width: 100%
}

.container--l {
	max-width: 81.4285714286rem
}

.container--xs {
	max-width: 40rem
}

.container--fluid {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	right: 50%;
	width: 100vw
}

.container--fluid-100 {
	left: 100%
}

@media (max-width:991px) {
	.container--fluid-100 {
		left: 50%
	}
}

.bg--primary {
	background-color: #232f3e
}

.bg--primary-dark {
	background-color: #161e28
}

.bg--secondary {
	background-color: #37424f
}

.bg--gray {
	background-color: #99a0a7
}

.bg--gray-tech {
	background-color: #f0f2f5
}

.bg--lightgray {
	background-color: #e3e6e8
}

.bg--lightorange {
	background-color: #f6e8c6
}

.bg--white {
	background-color: #fff
}

.bg--lightgreen,
.bg--lightyellow {
	background-color: #fff2bb;
	transition: background-color .3s ease
}

.bg--lightgreen {
	background-color: #f2feee
}

.ez-toc-debug-messages {
	display: none
}

.border {
	border-style: solid;
	border-width: 0
}

.border--secondary {
	border-color: #37424f
}

.border--light {
	border-color: #f0f2f5
}

.border--green {
	border-color: #24b800
}

.border--yellow {
	border-color: #e68614
}

.border--gray {
	border-color: #f0f2f5
}

.border--red {
	border-color: #ca232c
}

.border--lightgray {
	border-color: #dcdee0
}

.border--shopgray {
	border-color: #ddd
}

.border--top {
	border-top-width: 1px
}

.border--right {
	border-right-width: 1px
}

.border--left {
	border-left-width: 1px
}

.border--bottom {
	border-bottom-width: 1px
}

.border--all {
	border-width: 1px
}

.border--top-2 {
	border-top-width: 2px
}

.border--right-2 {
	border-right-width: 2px
}

.border--left-2 {
	border-left-width: 2px
}

.border--bottom-2 {
	border-bottom-width: 2px
}

.border--all-2 {
	border-width: 2px
}

.border-radius--m {
	border-radius: 5px
}

.border-radius--l {
	border-radius: 10px
}

.o-5 {
	opacity: .5
}

.o-7 {
	opacity: .7
}

.woocommerce-message.tag {
	border-radius: 0
}

.val--bottom {
	vertical-align: bottom
}

.max--300 {
	max-width: 300px
}

.max--400 {
	max-width: 400px
}

.max--450 {
	max-width: 450px
}

.max--500 {
	max-width: 500px
}

.page-template-default:not(.woocommerce-page)>.main>.container {
	padding-top: 40px;
	padding-bottom: 50px
}

.page-template-default:not(.woocommerce-page) .container>article,
.page-template-default:not(.woocommerce-page) .container>h1 {
	padding-left: 15px;
	padding-right: 15px
}

.page-template-default:not(.woocommerce-page) .container>article ol,
.page-template-default:not(.woocommerce-page) .container>article p,
.page-template-default:not(.woocommerce-page) .container>article pre,
.page-template-default:not(.woocommerce-page) .container>article table,
.page-template-default:not(.woocommerce-page) .container>article ul {
	font-size: 16px
}

.page-template-default:not(.woocommerce-page) .container>article table {
	box-sizing: border-box;
	display: block;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-overflow-scrolling: touch
}

@media (max-width:991px) {
	.page-template-default:not(.woocommerce-page) .container>article table {
		overflow-x: auto
	}
}

.page-template-default:not(.woocommerce-page) .container>article table tbody {
	display: table;
	width: 100%
}

.page-template-default:not(.woocommerce-page) .container>article table tbody tr {
	border-bottom: 1px solid #ddd
}

.page-template-default:not(.woocommerce-page) .container>article table tbody tr:nth-child(2n) {
	background-color: #fbfbfb
}

.page-template-default:not(.woocommerce-page) .container>article table tbody td,
.page-template-default:not(.woocommerce-page) .container>article table tbody th {
	box-sizing: border-box;
	padding: 1em;
	text-align: left;
	vertical-align: top
}

.page-template-default:not(.woocommerce-page) .container>article table tbody td {
	border: 1px solid #ddd
}

.page-template-default:not(.woocommerce-page) .container>article table tbody th {
	background-color: #f4f4f4;
	border-bottom: 2px solid #ccc
}

@media (max-width:991px) {
	.s-bottom-mobile--0 {
		padding-bottom: 0 !important
	}

	.hiddenOnMobile {
		display: none !important
	}
}

@media (min-width:992px) {
	.hiddenOnDesktop {
		display: none !important
	}
}

.h1,
h1 {
	font-size: 1.7142857143rem
}

.h2,
h2 {
	font-size: 1.4285714286rem
}

.h3,
h3 {
	font-size: 1.2857142857rem
}

.f--s {
	font-size: .7142857143rem
}

.f--m {
	font-size: 1rem
}

.f--l {
	font-size: 1.1428571429rem
}

.f--xl {
	font-size: 1.4285714286rem
}

@media (min-width:992px) {
	html {
		font-size: 14px
	}

	.h1,
	h1 {
		font-size: 2.2857142857rem
	}

	.h2,
	h2 {
		font-size: 1.7142857143rem
	}

	.h3,
	h3 {
		font-size: 1.4285714286rem
	}

	.f--s {
		font-size: .7142857143rem
	}

	.f--m {
		font-size: 1.0714285714rem
	}

	.f--l {
		font-size: 1.2857142857rem
	}

	.f--xl {
		font-size: 1.4285714286rem
	}
}

@media (min-width:1200px) {
	html {
		font-size: 14px
	}

	.h1,
	h1 {
		font-size: 2.2857142857rem
	}

	.h2,
	h2 {
		font-size: 1.7142857143rem
	}

	.h3,
	h3 {
		font-size: 1.4285714286rem
	}

	.f--s {
		font-size: .8571428571rem
	}

	.f--m {
		font-size: 1.1428571429rem
	}

	.f--l,
	.f--xl {
		font-size: 1.4285714286rem
	}
}

button,
input,
select,
textarea {
	font-family: "Roboto", sans-serif, -apple-system, system-ui
}

img,
svg {
	vertical-align: middle
}

hr {
	border-color: #f2f2f2 transparent #fff
}

blockquote,
figure,
ol,
p,
table,
ul {
	margin: 0 0 1.5em
}

blockquote:last-child,
figure:last-child,
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
	margin-bottom: 0
}

blockquote {
	font-size: 1.25em;
	font-style: italic;
	margin-left: 2em;
	padding-left: 2em;
	border-left: 5px solid
}

a:not(.button):visited {
	opacity: .5
}

a:hover {
	text-decoration: none
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin: 1.5em 0 .75em;
	line-height: 1.2;
	font-weight: 700
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
h1:first-child,
h2:first-child,
h3:first-child {
	margin-top: 0
}

.f--inherit {
	font: inherit
}

.f--bold,
b,
strong {
	font-weight: 700
}

.f--italic {
	font-style: italic
}

.f--normal {
	font-weight: 400;
	font-style: normal
}

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

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

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

.t--justify {
	text-align: justify;
	word-break: normal
}

.t--wrap {
	white-space: normal
}

.t--nowrap {
	white-space: nowrap
}

.t--uppercase {
	text-transform: uppercase
}

.t--lowercase {
	text-transform: lowercase
}

.t--capitalize {
	text-transform: capitalize
}

.t--normal {
	text-transform: none
}

.t--no-decoration {
	text-decoration: none
}

.t--line-through {
	text-decoration: line-through
}

.c--inherit {
	color: inherit
}

.c--error {
	color: #ca232c
}

.c--success {
	color: #24b800
}

.c--gray {
	color: #99a0a7
}

.c--lightgray {
	color: #e3e6e8
}

.c--darkgray {
	color: #5f6061
}

.c--white {
	color: #fff
}

.c--text,
a {
	color: #333
}

.f-weight--300 {
	font-weight: 300
}

.f-weight--400,
caption,
td,
th {
	font-weight: 400
}

.f-weight--500 {
	font-weight: 500
}

.f-weight--600 {
	font-weight: 600
}

.f-weight--700 {
	font-weight: 700
}

.f-weight--800 {
	font-weight: 800
}

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

@media (min-width:992px) {
	.alignright {
		float: right
	}

	.alignleft {
		float: left
	}
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption,
td,
th {
	text-align: left
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

blockquote,
q {
	quotes: "" ""
}

a:active,
a:hover {
	outline: 0
}

a img {
	border: 0
}

a {
	cursor: pointer
}

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

.woocommerce-error:focus-visible {
	outline: 0
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@keyframes fa-beat {

	0%,
	90% {
		transform: scale(1)
	}

	45% {
		transform: scale(var(--fa-beat-scale, 1.25))
	}
}

@keyframes fa-bounce {

	0%,
	64%,
	to {
		transform: scale(1, 1) translateY(0)
	}

	10% {
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)
	}

	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))
	}

	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)
	}

	57% {
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, 0.4)
	}
}

@keyframes fa-beat-fade {

	0%,
	to {
		opacity: var(--fa-beat-fade-opacity, 0.4);
		transform: scale(1)
	}

	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125))
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg)
	}

	4% {
		transform: rotate(15deg)
	}

	24%,
	8% {
		transform: rotate(-18deg)
	}

	12%,
	28% {
		transform: rotate(18deg)
	}

	16% {
		transform: rotate(-22deg)
	}

	20% {
		transform: rotate(22deg)
	}

	32% {
		transform: rotate(-12deg)
	}

	36% {
		transform: rotate(12deg)
	}

	40%,
	to {
		transform: rotate(0deg)
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
	font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
	font-family: "Font Awesome 6 Brands"
}

.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-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em
}

.fa-xs {
	font-size: .75em;
	line-height: .0833333337em;
	vertical-align: .125em
}

.fa-sm {
	font-size: .875em;
	line-height: .0714285718em;
	vertical-align: .0535714295em
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em
}

.fa-xl {
	font-size: 1.5em;
	line-height: .0416666682em;
	vertical-align: -.125em
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: calc(var(--fa-li-width, 2em)*-1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit
}

.fa-border {
	border-color: var(--fa-border-color, #eee);
	border-radius: var(--fa-border-radius, 0.1em);
	border-style: var(--fa-border-style, solid);
	border-width: var(--fa-border-width, 0.08em);
	padding: var(--fa-border-padding, 0.2em 0.25em 0.15em)
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, 0.3em)
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, 0.3em)
}

.fa-beat {
	animation-name: fa-beat;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-beat,
.fa-beat-fade,
.fa-bounce,
.fa-fade {
	animation-duration: var(--fa-animation-duration, 1s)
}

.fa-bounce {
	animation-name: fa-bounce;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))
}

.fa-beat-fade,
.fa-fade {
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))
}

.fa-fade {
	animation-name: fa-fade;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite)
}

.fa-beat-fade {
	animation-name: fa-beat-fade
}

.fa-beat-fade,
.fa-flip,
.fa-shake,
.fa-spin {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite)
}

.fa-flip {
	animation-name: fa-flip;
	animation-duration: var(--fa-animation-duration, 1s);
	animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake,
.fa-spin {
	animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake {
	animation-name: fa-shake;
	animation-duration: var(--fa-animation-duration, 1s)
}

.fa-spin {
	animation-name: fa-spin;
	animation-duration: var(--fa-animation-duration, 2s)
}

.fa-spin-reverse {
	--fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
	animation-name: fa-spin;
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, steps(8))
}

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

	.fa-beat,
	.fa-beat-fade,
	.fa-bounce,
	.fa-fade,
	.fa-flip,
	.fa-pulse,
	.fa-shake,
	.fa-spin,
	.fa-spin-pulse {
		animation-delay: -1ms;
		animation-duration: 1ms;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s
	}
}

.fa-rotate-90 {
	transform: rotate(90deg)
}

.fa-rotate-180 {
	transform: rotate(180deg)
}

.fa-rotate-270 {
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1, -1)
}

.fa-rotate-by {
	transform: rotate(var(--fa-rotate-angle, 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%;
	z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: var(--fa-inverse, #fff)
}

.fa-0::before {
	content: "0"
}

.fa-1::before {
	content: "1"
}

.fa-2::before {
	content: "2"
}

.fa-3::before {
	content: "3"
}

.fa-4::before {
	content: "4"
}

.fa-5::before {
	content: "5"
}

.fa-6::before {
	content: "6"
}

.fa-7::before {
	content: "7"
}

.fa-8::before {
	content: "8"
}

.fa-9::before {
	content: "9"
}

.fa-fill-drip::before {
	content: ""
}

.fa-arrows-to-circle::before {
	content: ""
}

.fa-chevron-circle-right::before,
.fa-circle-chevron-right::before {
	content: ""
}

.fa-at::before {
	content: "@"
}

.fa-trash-alt::before,
.fa-trash-can::before {
	content: ""
}

.fa-text-height::before {
	content: ""
}

.fa-user-times::before,
.fa-user-xmark::before {
	content: ""
}

.fa-stethoscope::before {
	content: ""
}

.fa-comment-alt::before,
.fa-message::before {
	content: ""
}

.fa-info::before {
	content: ""
}

.fa-compress-alt::before,
.fa-down-left-and-up-right-to-center::before {
	content: ""
}

.fa-explosion::before {
	content: ""
}

.fa-file-alt::before,
.fa-file-lines::before,
.fa-file-text::before {
	content: ""
}

.fa-wave-square::before {
	content: ""
}

.fa-ring::before {
	content: ""
}

.fa-building-un::before {
	content: ""
}

.fa-dice-three::before {
	content: ""
}

.fa-calendar-alt::before,
.fa-calendar-days::before {
	content: ""
}

.fa-anchor-circle-check::before {
	content: ""
}

.fa-building-circle-arrow-right::before {
	content: ""
}

.fa-volleyball-ball::before,
.fa-volleyball::before {
	content: ""
}

.fa-arrows-up-to-line::before {
	content: ""
}

.fa-sort-desc::before,
.fa-sort-down::before {
	content: ""
}

.fa-circle-minus::before,
.fa-minus-circle::before {
	content: ""
}

.fa-door-open::before {
	content: ""
}

.fa-right-from-bracket::before,
.fa-sign-out-alt::before {
	content: ""
}

.fa-atom::before {
	content: ""
}

.fa-soap::before {
	content: ""
}

.fa-heart-music-camera-bolt::before,
.fa-icons::before {
	content: ""
}

.fa-microphone-alt-slash::before,
.fa-microphone-lines-slash::before {
	content: ""
}

.fa-bridge-circle-check::before {
	content: ""
}

.fa-pump-medical::before {
	content: ""
}

.fa-fingerprint::before {
	content: ""
}

.fa-hand-point-right::before {
	content: ""
}

.fa-magnifying-glass-location::before,
.fa-search-location::before {
	content: ""
}

.fa-forward-step::before,
.fa-step-forward::before {
	content: ""
}

.fa-face-smile-beam::before,
.fa-smile-beam::before {
	content: ""
}

.fa-flag-checkered::before {
	content: ""
}

.fa-football-ball::before,
.fa-football::before {
	content: ""
}

.fa-school-circle-exclamation::before {
	content: ""
}

.fa-crop::before {
	content: ""
}

.fa-angle-double-down::before,
.fa-angles-down::before {
	content: ""
}

.fa-users-rectangle::before {
	content: ""
}

.fa-people-roof::before {
	content: ""
}

.fa-people-line::before {
	content: ""
}

.fa-beer-mug-empty::before,
.fa-beer::before {
	content: ""
}

.fa-diagram-predecessor::before {
	content: ""
}

.fa-arrow-up-long::before,
.fa-long-arrow-up::before {
	content: ""
}

.fa-burn::before,
.fa-fire-flame-simple::before {
	content: ""
}

.fa-male::before,
.fa-person::before {
	content: ""
}

.fa-laptop::before {
	content: ""
}

.fa-file-csv::before {
	content: ""
}

.fa-menorah::before {
	content: ""
}

.fa-truck-plane::before {
	content: ""
}

.fa-record-vinyl::before {
	content: ""
}

.fa-face-grin-stars::before,
.fa-grin-stars::before {
	content: ""
}

.fa-bong::before {
	content: ""
}

.fa-pastafarianism::before,
.fa-spaghetti-monster-flying::before {
	content: ""
}

.fa-arrow-down-up-across-line::before {
	content: ""
}

.fa-spoon::before,
.fa-utensil-spoon::before {
	content: ""
}

.fa-jar-wheat::before {
	content: ""
}

.fa-envelopes-bulk::before,
.fa-mail-bulk::before {
	content: ""
}

.fa-file-circle-exclamation::before {
	content: ""
}

.fa-circle-h::before,
.fa-hospital-symbol::before {
	content: ""
}

.fa-pager::before {
	content: ""
}

.fa-address-book::before,
.fa-contact-book::before {
	content: ""
}

.fa-strikethrough::before {
	content: ""
}

.fa-k::before {
	content: "K"
}

.fa-landmark-flag::before {
	content: ""
}

.fa-pencil-alt::before,
.fa-pencil::before {
	content: ""
}

.fa-backward::before {
	content: ""
}

.fa-caret-right::before {
	content: ""
}

.fa-comments::before {
	content: ""
}

.fa-file-clipboard::before,
.fa-paste::before {
	content: ""
}

.fa-code-pull-request::before {
	content: ""
}

.fa-clipboard-list::before {
	content: ""
}

.fa-truck-loading::before,
.fa-truck-ramp-box::before {
	content: ""
}

.fa-user-check::before {
	content: ""
}

.fa-vial-virus::before {
	content: ""
}

.fa-sheet-plastic::before {
	content: ""
}

.fa-blog::before {
	content: ""
}

.fa-user-ninja::before {
	content: ""
}

.fa-person-arrow-up-from-line::before {
	content: ""
}

.fa-scroll-torah::before,
.fa-torah::before {
	content: ""
}

.fa-broom-ball::before,
.fa-quidditch-broom-ball::before,
.fa-quidditch::before {
	content: ""
}

.fa-toggle-off::before {
	content: ""
}

.fa-archive::before,
.fa-box-archive::before {
	content: ""
}

.fa-person-drowning::before {
	content: ""
}

.fa-arrow-down-9-1::before,
.fa-sort-numeric-desc::before,
.fa-sort-numeric-down-alt::before {
	content: ""
}

.fa-face-grin-tongue-squint::before,
.fa-grin-tongue-squint::before {
	content: ""
}

.fa-spray-can::before {
	content: ""
}

.fa-truck-monster::before {
	content: ""
}

.fa-w::before {
	content: "W"
}

.fa-earth-africa::before,
.fa-globe-africa::before {
	content: ""
}

.fa-rainbow::before {
	content: ""
}

.fa-circle-notch::before {
	content: ""
}

.fa-tablet-alt::before,
.fa-tablet-screen-button::before {
	content: ""
}

.fa-paw::before {
	content: ""
}

.fa-cloud::before {
	content: ""
}

.fa-trowel-bricks::before {
	content: ""
}

.fa-face-flushed::before,
.fa-flushed::before {
	content: ""
}

.fa-hospital-user::before {
	content: ""
}

.fa-tent-arrow-left-right::before {
	content: ""
}

.fa-gavel::before,
.fa-legal::before {
	content: ""
}

.fa-binoculars::before {
	content: ""
}

.fa-microphone-slash::before {
	content: ""
}

.fa-box-tissue::before {
	content: ""
}

.fa-motorcycle::before {
	content: ""
}

.fa-bell-concierge::before,
.fa-concierge-bell::before {
	content: ""
}

.fa-pen-ruler::before,
.fa-pencil-ruler::before {
	content: ""
}

.fa-people-arrows-left-right::before,
.fa-people-arrows::before {
	content: ""
}

.fa-mars-and-venus-burst::before {
	content: ""
}

.fa-caret-square-right::before,
.fa-square-caret-right::before {
	content: ""
}

.fa-cut::before,
.fa-scissors::before {
	content: ""
}

.fa-sun-plant-wilt::before {
	content: ""
}

.fa-toilets-portable::before {
	content: ""
}

.fa-hockey-puck::before {
	content: ""
}

.fa-table::before {
	content: ""
}

.fa-magnifying-glass-arrow-right::before {
	content: ""
}

.fa-digital-tachograph::before,
.fa-tachograph-digital::before {
	content: ""
}

.fa-users-slash::before {
	content: ""
}

.fa-clover::before {
	content: ""
}

.fa-mail-reply::before,
.fa-reply::before {
	content: ""
}

.fa-star-and-crescent::before {
	content: ""
}

.fa-house-fire::before {
	content: ""
}

.fa-minus-square::before,
.fa-square-minus::before {
	content: ""
}

.fa-helicopter::before {
	content: ""
}

.fa-compass::before {
	content: ""
}

.fa-caret-square-down::before,
.fa-square-caret-down::before {
	content: ""
}

.fa-file-circle-question::before {
	content: ""
}

.fa-laptop-code::before {
	content: ""
}

.fa-swatchbook::before {
	content: ""
}

.fa-prescription-bottle::before {
	content: ""
}

.fa-bars::before,
.fa-navicon::before {
	content: ""
}

.fa-people-group::before {
	content: ""
}

.fa-hourglass-3::before,
.fa-hourglass-end::before {
	content: ""
}

.fa-heart-broken::before,
.fa-heart-crack::before {
	content: ""
}

.fa-external-link-square-alt::before,
.fa-square-up-right::before {
	content: ""
}

.fa-face-kiss-beam::before,
.fa-kiss-beam::before {
	content: ""
}

.fa-film::before {
	content: ""
}

.fa-ruler-horizontal::before {
	content: ""
}

.fa-people-robbery::before {
	content: ""
}

.fa-lightbulb::before {
	content: ""
}

.fa-caret-left::before {
	content: ""
}

.fa-circle-exclamation::before,
.fa-exclamation-circle::before {
	content: ""
}

.fa-school-circle-xmark::before {
	content: ""
}

.fa-arrow-right-from-bracket::before,
.fa-sign-out::before {
	content: ""
}

.fa-chevron-circle-down::before,
.fa-circle-chevron-down::before {
	content: ""
}

.fa-unlock-alt::before,
.fa-unlock-keyhole::before {
	content: ""
}

.fa-cloud-showers-heavy::before {
	content: ""
}

.fa-headphones-alt::before,
.fa-headphones-simple::before {
	content: ""
}

.fa-sitemap::before {
	content: ""
}

.fa-circle-dollar-to-slot::before,
.fa-donate::before {
	content: ""
}

.fa-memory::before {
	content: ""
}

.fa-road-spikes::before {
	content: ""
}

.fa-fire-burner::before {
	content: ""
}

.fa-flag::before {
	content: ""
}

.fa-hanukiah::before {
	content: ""
}

.fa-feather::before {
	content: ""
}

.fa-volume-down::before,
.fa-volume-low::before {
	content: ""
}

.fa-comment-slash::before {
	content: ""
}

.fa-cloud-sun-rain::before {
	content: ""
}

.fa-compress::before {
	content: ""
}

.fa-wheat-alt::before,
.fa-wheat-awn::before {
	content: ""
}

.fa-ankh::before {
	content: ""
}

.fa-hands-holding-child::before {
	content: ""
}

.fa-asterisk::before {
	content: "*"
}

.fa-check-square::before,
.fa-square-check::before {
	content: ""
}

.fa-peseta-sign::before {
	content: ""
}

.fa-header::before,
.fa-heading::before {
	content: ""
}

.fa-ghost::before {
	content: ""
}

.fa-list-squares::before,
.fa-list::before {
	content: ""
}

.fa-phone-square-alt::before,
.fa-square-phone-flip::before {
	content: ""
}

.fa-cart-plus::before {
	content: ""
}

.fa-gamepad::before {
	content: ""
}

.fa-circle-dot::before,
.fa-dot-circle::before {
	content: ""
}

.fa-dizzy::before,
.fa-face-dizzy::before {
	content: ""
}

.fa-egg::before {
	content: ""
}

.fa-house-medical-circle-xmark::before {
	content: ""
}

.fa-campground::before {
	content: ""
}

.fa-folder-plus::before {
	content: ""
}

.fa-futbol-ball::before,
.fa-futbol::before,
.fa-soccer-ball::before {
	content: ""
}

.fa-paint-brush::before,
.fa-paintbrush::before {
	content: ""
}

.fa-lock::before {
	content: ""
}

.fa-gas-pump::before {
	content: ""
}

.fa-hot-tub-person::before,
.fa-hot-tub::before {
	content: ""
}

.fa-map-location::before,
.fa-map-marked::before {
	content: ""
}

.fa-house-flood-water::before {
	content: ""
}

.fa-tree::before {
	content: ""
}

.fa-bridge-lock::before {
	content: ""
}

.fa-sack-dollar::before {
	content: ""
}

.fa-edit::before,
.fa-pen-to-square::before {
	content: ""
}

.fa-car-side::before {
	content: ""
}

.fa-share-alt::before,
.fa-share-nodes::before {
	content: ""
}

.fa-heart-circle-minus::before {
	content: ""
}

.fa-hourglass-2::before,
.fa-hourglass-half::before {
	content: ""
}

.fa-microscope::before {
	content: ""
}

.fa-sink::before {
	content: ""
}

.fa-bag-shopping::before,
.fa-shopping-bag::before {
	content: ""
}

.fa-arrow-down-z-a::before,
.fa-sort-alpha-desc::before,
.fa-sort-alpha-down-alt::before {
	content: ""
}

.fa-mitten::before {
	content: ""
}

.fa-person-rays::before {
	content: ""
}

.fa-users::before {
	content: ""
}

.fa-eye-slash::before {
	content: ""
}

.fa-flask-vial::before {
	content: ""
}

.fa-hand-paper::before,
.fa-hand::before {
	content: ""
}

.fa-om::before {
	content: ""
}

.fa-worm::before {
	content: ""
}

.fa-house-circle-xmark::before {
	content: ""
}

.fa-plug::before {
	content: ""
}

.fa-chevron-up::before {
	content: ""
}

.fa-hand-spock::before {
	content: ""
}

.fa-stopwatch::before {
	content: ""
}

.fa-face-kiss::before,
.fa-kiss::before {
	content: ""
}

.fa-bridge-circle-xmark::before {
	content: ""
}

.fa-face-grin-tongue::before,
.fa-grin-tongue::before {
	content: ""
}

.fa-chess-bishop::before {
	content: ""
}

.fa-face-grin-wink::before,
.fa-grin-wink::before {
	content: ""
}

.fa-deaf::before,
.fa-deafness::before,
.fa-ear-deaf::before,
.fa-hard-of-hearing::before {
	content: ""
}

.fa-road-circle-check::before {
	content: ""
}

.fa-dice-five::before {
	content: ""
}

.fa-rss-square::before,
.fa-square-rss::before {
	content: ""
}

.fa-land-mine-on::before {
	content: ""
}

.fa-i-cursor::before {
	content: ""
}

.fa-stamp::before {
	content: ""
}

.fa-stairs::before {
	content: ""
}

.fa-i::before {
	content: "I"
}

.fa-hryvnia-sign::before,
.fa-hryvnia::before {
	content: ""
}

.fa-pills::before {
	content: ""
}

.fa-face-grin-wide::before,
.fa-grin-alt::before {
	content: ""
}

.fa-tooth::before {
	content: ""
}

.fa-v::before {
	content: "V"
}

.fa-bangladeshi-taka-sign::before {
	content: ""
}

.fa-bicycle::before {
	content: ""
}

.fa-rod-asclepius::before,
.fa-rod-snake::before,
.fa-staff-aesculapius::before,
.fa-staff-snake::before {
	content: ""
}

.fa-head-side-cough-slash::before {
	content: ""
}

.fa-ambulance::before,
.fa-truck-medical::before {
	content: ""
}

.fa-wheat-awn-circle-exclamation::before {
	content: ""
}

.fa-snowman::before {
	content: ""
}

.fa-mortar-pestle::before {
	content: ""
}

.fa-road-barrier::before {
	content: ""
}

.fa-school::before {
	content: ""
}

.fa-igloo::before {
	content: ""
}

.fa-joint::before {
	content: ""
}

.fa-angle-right::before {
	content: ""
}

.fa-horse::before {
	content: ""
}

.fa-q::before {
	content: "Q"
}

.fa-g::before {
	content: "G"
}

.fa-notes-medical::before {
	content: ""
}

.fa-temperature-2::before,
.fa-temperature-half::before,
.fa-thermometer-2::before,
.fa-thermometer-half::before {
	content: ""
}

.fa-dong-sign::before {
	content: ""
}

.fa-capsules::before {
	content: ""
}

.fa-poo-bolt::before,
.fa-poo-storm::before {
	content: ""
}

.fa-face-frown-open::before,
.fa-frown-open::before {
	content: ""
}

.fa-hand-point-up::before {
	content: ""
}

.fa-money-bill::before {
	content: ""
}

.fa-bookmark::before {
	content: ""
}

.fa-align-justify::before {
	content: ""
}

.fa-umbrella-beach::before {
	content: ""
}

.fa-helmet-un::before {
	content: ""
}

.fa-bullseye::before {
	content: ""
}

.fa-bacon::before {
	content: ""
}

.fa-hand-point-down::before {
	content: ""
}

.fa-arrow-up-from-bracket::before {
	content: ""
}

.fa-folder-blank::before,
.fa-folder::before {
	content: ""
}

.fa-file-medical-alt::before,
.fa-file-waveform::before {
	content: ""
}

.fa-radiation::before {
	content: ""
}

.fa-chart-simple::before {
	content: ""
}

.fa-mars-stroke::before {
	content: ""
}

.fa-vial::before {
	content: ""
}

.fa-dashboard::before,
.fa-gauge-med::before,
.fa-gauge::before,
.fa-tachometer-alt-average::before {
	content: ""
}

.fa-magic-wand-sparkles::before,
.fa-wand-magic-sparkles::before {
	content: ""
}

.fa-e::before {
	content: "E"
}

.fa-pen-alt::before,
.fa-pen-clip::before {
	content: ""
}

.fa-bridge-circle-exclamation::before {
	content: ""
}

.fa-user::before {
	content: ""
}

.fa-school-circle-check::before {
	content: ""
}

.fa-dumpster::before {
	content: ""
}

.fa-shuttle-van::before,
.fa-van-shuttle::before {
	content: ""
}

.fa-building-user::before {
	content: ""
}

.fa-caret-square-left::before,
.fa-square-caret-left::before {
	content: ""
}

.fa-highlighter::before {
	content: ""
}

.fa-key::before {
	content: ""
}

.fa-bullhorn::before {
	content: ""
}

.fa-globe::before {
	content: ""
}

.fa-synagogue::before {
	content: ""
}

.fa-person-half-dress::before {
	content: ""
}

.fa-road-bridge::before {
	content: ""
}

.fa-location-arrow::before {
	content: ""
}

.fa-c::before {
	content: "C"
}

.fa-tablet-button::before {
	content: ""
}

.fa-building-lock::before {
	content: ""
}

.fa-pizza-slice::before {
	content: ""
}

.fa-money-bill-wave::before {
	content: ""
}

.fa-area-chart::before,
.fa-chart-area::before {
	content: ""
}

.fa-house-flag::before {
	content: ""
}

.fa-person-circle-minus::before {
	content: ""
}

.fa-ban::before,
.fa-cancel::before {
	content: ""
}

.fa-camera-rotate::before {
	content: ""
}

.fa-air-freshener::before,
.fa-spray-can-sparkles::before {
	content: ""
}

.fa-star::before {
	content: ""
}

.fa-repeat::before {
	content: ""
}

.fa-cross::before {
	content: ""
}

.fa-box::before {
	content: ""
}

.fa-venus-mars::before {
	content: ""
}

.fa-arrow-pointer::before,
.fa-mouse-pointer::before {
	content: ""
}

.fa-expand-arrows-alt::before,
.fa-maximize::before {
	content: ""
}

.fa-charging-station::before {
	content: ""
}

.fa-shapes::before,
.fa-triangle-circle-square::before {
	content: ""
}

.fa-random::before,
.fa-shuffle::before {
	content: ""
}

.fa-person-running::before,
.fa-running::before {
	content: ""
}

.fa-mobile-retro::before {
	content: ""
}

.fa-grip-lines-vertical::before {
	content: ""
}

.fa-spider::before {
	content: ""
}

.fa-hands-bound::before {
	content: ""
}

.fa-file-invoice-dollar::before {
	content: ""
}

.fa-plane-circle-exclamation::before {
	content: ""
}

.fa-x-ray::before {
	content: ""
}

.fa-spell-check::before {
	content: ""
}

.fa-slash::before {
	content: ""
}

.fa-computer-mouse::before,
.fa-mouse::before {
	content: ""
}

.fa-arrow-right-to-bracket::before,
.fa-sign-in::before {
	content: ""
}

.fa-shop-slash::before,
.fa-store-alt-slash::before {
	content: ""
}

.fa-server::before {
	content: ""
}

.fa-virus-covid-slash::before {
	content: ""
}

.fa-shop-lock::before {
	content: ""
}

.fa-hourglass-1::before,
.fa-hourglass-start::before {
	content: ""
}

.fa-blender-phone::before {
	content: ""
}

.fa-building-wheat::before {
	content: ""
}

.fa-person-breastfeeding::before {
	content: ""
}

.fa-right-to-bracket::before,
.fa-sign-in-alt::before {
	content: ""
}

.fa-venus::before {
	content: ""
}

.fa-passport::before {
	content: ""
}

.fa-heart-pulse::before,
.fa-heartbeat::before {
	content: ""
}

.fa-people-carry-box::before,
.fa-people-carry::before {
	content: ""
}

.fa-temperature-high::before {
	content: ""
}

.fa-microchip::before {
	content: ""
}

.fa-crown::before {
	content: ""
}

.fa-weight-hanging::before {
	content: ""
}

.fa-xmarks-lines::before {
	content: ""
}

.fa-file-prescription::before {
	content: ""
}

.fa-weight-scale::before,
.fa-weight::before {
	content: ""
}

.fa-user-friends::before,
.fa-user-group::before {
	content: ""
}

.fa-arrow-up-a-z::before,
.fa-sort-alpha-up::before {
	content: ""
}

.fa-chess-knight::before {
	content: ""
}

.fa-face-laugh-squint::before,
.fa-laugh-squint::before {
	content: ""
}

.fa-wheelchair::before {
	content: ""
}

.fa-arrow-circle-up::before,
.fa-circle-arrow-up::before {
	content: ""
}

.fa-toggle-on::before {
	content: ""
}

.fa-person-walking::before,
.fa-walking::before {
	content: ""
}

.fa-l::before {
	content: "L"
}

.fa-fire::before {
	content: ""
}

.fa-bed-pulse::before,
.fa-procedures::before {
	content: ""
}

.fa-shuttle-space::before,
.fa-space-shuttle::before {
	content: ""
}

.fa-face-laugh::before,
.fa-laugh::before {
	content: ""
}

.fa-folder-open::before {
	content: ""
}

.fa-heart-circle-plus::before {
	content: ""
}

.fa-code-fork::before {
	content: ""
}

.fa-city::before {
	content: ""
}

.fa-microphone-alt::before,
.fa-microphone-lines::before {
	content: ""
}

.fa-pepper-hot::before {
	content: ""
}

.fa-unlock::before {
	content: ""
}

.fa-colon-sign::before {
	content: ""
}

.fa-headset::before {
	content: ""
}

.fa-store-slash::before {
	content: ""
}

.fa-road-circle-xmark::before {
	content: ""
}

.fa-user-minus::before {
	content: ""
}

.fa-mars-stroke-up::before,
.fa-mars-stroke-v::before {
	content: ""
}

.fa-champagne-glasses::before,
.fa-glass-cheers::before {
	content: ""
}

.fa-clipboard::before {
	content: ""
}

.fa-house-circle-exclamation::before {
	content: ""
}

.fa-file-arrow-up::before,
.fa-file-upload::before {
	content: ""
}

.fa-wifi-3::before,
.fa-wifi-strong::before,
.fa-wifi::before {
	content: ""
}

.fa-bath::before,
.fa-bathtub::before {
	content: ""
}

.fa-underline::before {
	content: ""
}

.fa-user-edit::before,
.fa-user-pen::before {
	content: ""
}

.fa-signature::before {
	content: ""
}

.fa-stroopwafel::before {
	content: ""
}

.fa-bold::before {
	content: ""
}

.fa-anchor-lock::before {
	content: ""
}

.fa-building-ngo::before {
	content: ""
}

.fa-manat-sign::before {
	content: ""
}

.fa-not-equal::before {
	content: ""
}

.fa-border-style::before,
.fa-border-top-left::before {
	content: ""
}

.fa-map-location-dot::before,
.fa-map-marked-alt::before {
	content: ""
}

.fa-jedi::before {
	content: ""
}

.fa-poll::before,
.fa-square-poll-vertical::before {
	content: ""
}

.fa-mug-hot::before {
	content: ""
}

.fa-battery-car::before,
.fa-car-battery::before {
	content: ""
}

.fa-gift::before {
	content: ""
}

.fa-dice-two::before {
	content: ""
}

.fa-chess-queen::before {
	content: ""
}

.fa-glasses::before {
	content: ""
}

.fa-chess-board::before {
	content: ""
}

.fa-building-circle-check::before {
	content: ""
}

.fa-person-chalkboard::before {
	content: ""
}

.fa-mars-stroke-h::before,
.fa-mars-stroke-right::before {
	content: ""
}

.fa-hand-back-fist::before,
.fa-hand-rock::before {
	content: ""
}

.fa-caret-square-up::before,
.fa-square-caret-up::before {
	content: ""
}

.fa-cloud-showers-water::before {
	content: ""
}

.fa-bar-chart::before,
.fa-chart-bar::before {
	content: ""
}

.fa-hands-bubbles::before,
.fa-hands-wash::before {
	content: ""
}

.fa-less-than-equal::before {
	content: ""
}

.fa-train::before {
	content: ""
}

.fa-eye-low-vision::before,
.fa-low-vision::before {
	content: ""
}

.fa-crow::before {
	content: ""
}

.fa-sailboat::before {
	content: ""
}

.fa-window-restore::before {
	content: ""
}

.fa-plus-square::before,
.fa-square-plus::before {
	content: ""
}

.fa-torii-gate::before {
	content: ""
}

.fa-frog::before {
	content: ""
}

.fa-bucket::before {
	content: ""
}

.fa-image::before {
	content: ""
}

.fa-microphone::before {
	content: ""
}

.fa-cow::before {
	content: ""
}

.fa-caret-up::before {
	content: ""
}

.fa-screwdriver::before {
	content: ""
}

.fa-folder-closed::before {
	content: ""
}

.fa-house-tsunami::before {
	content: ""
}

.fa-square-nfi::before {
	content: ""
}

.fa-arrow-up-from-ground-water::before {
	content: ""
}

.fa-glass-martini-alt::before,
.fa-martini-glass::before {
	content: ""
}

.fa-rotate-back::before,
.fa-rotate-backward::before,
.fa-rotate-left::before,
.fa-undo-alt::before {
	content: ""
}

.fa-columns::before,
.fa-table-columns::before {
	content: ""
}

.fa-lemon::before {
	content: ""
}

.fa-head-side-mask::before {
	content: ""
}

.fa-handshake::before {
	content: ""
}

.fa-gem::before {
	content: ""
}

.fa-dolly-box::before,
.fa-dolly::before {
	content: ""
}

.fa-smoking::before {
	content: ""
}

.fa-compress-arrows-alt::before,
.fa-minimize::before {
	content: ""
}

.fa-monument::before {
	content: ""
}

.fa-snowplow::before {
	content: ""
}

.fa-angle-double-right::before,
.fa-angles-right::before {
	content: ""
}

.fa-cannabis::before {
	content: ""
}

.fa-circle-play::before,
.fa-play-circle::before {
	content: ""
}

.fa-tablets::before {
	content: ""
}

.fa-ethernet::before {
	content: ""
}

.fa-eur::before,
.fa-euro-sign::before,
.fa-euro::before {
	content: ""
}

.fa-chair::before {
	content: ""
}

.fa-check-circle::before,
.fa-circle-check::before {
	content: ""
}

.fa-circle-stop::before,
.fa-stop-circle::before {
	content: ""
}

.fa-compass-drafting::before,
.fa-drafting-compass::before {
	content: ""
}

.fa-plate-wheat::before {
	content: ""
}

.fa-icicles::before {
	content: ""
}

.fa-person-shelter::before {
	content: ""
}

.fa-neuter::before {
	content: ""
}

.fa-id-badge::before {
	content: ""
}

.fa-marker::before {
	content: ""
}

.fa-face-laugh-beam::before,
.fa-laugh-beam::before {
	content: ""
}

.fa-helicopter-symbol::before {
	content: ""
}

.fa-universal-access::before {
	content: ""
}

.fa-chevron-circle-up::before,
.fa-circle-chevron-up::before {
	content: ""
}

.fa-lari-sign::before {
	content: ""
}

.fa-volcano::before {
	content: ""
}

.fa-person-walking-dashed-line-arrow-right::before {
	content: ""
}

.fa-gbp::before,
.fa-pound-sign::before,
.fa-sterling-sign::before {
	content: ""
}

.fa-viruses::before {
	content: ""
}

.fa-square-person-confined::before {
	content: ""
}

.fa-user-tie::before {
	content: ""
}

.fa-arrow-down-long::before,
.fa-long-arrow-down::before {
	content: ""
}

.fa-tent-arrow-down-to-line::before {
	content: ""
}

.fa-certificate::before {
	content: ""
}

.fa-mail-reply-all::before,
.fa-reply-all::before {
	content: ""
}

.fa-suitcase::before {
	content: ""
}

.fa-person-skating::before,
.fa-skating::before {
	content: ""
}

.fa-filter-circle-dollar::before,
.fa-funnel-dollar::before {
	content: ""
}

.fa-camera-retro::before {
	content: ""
}

.fa-arrow-circle-down::before,
.fa-circle-arrow-down::before {
	content: ""
}

.fa-arrow-right-to-file::before,
.fa-file-import::before {
	content: ""
}

.fa-external-link-square::before,
.fa-square-arrow-up-right::before {
	content: ""
}

.fa-box-open::before {
	content: ""
}

.fa-scroll::before {
	content: ""
}

.fa-spa::before {
	content: ""
}

.fa-location-pin-lock::before {
	content: ""
}

.fa-pause::before {
	content: ""
}

.fa-hill-avalanche::before {
	content: ""
}

.fa-temperature-0::before,
.fa-temperature-empty::before,
.fa-thermometer-0::before,
.fa-thermometer-empty::before {
	content: ""
}

.fa-bomb::before {
	content: ""
}

.fa-registered::before {
	content: ""
}

.fa-address-card::before,
.fa-contact-card::before,
.fa-vcard::before {
	content: ""
}

.fa-balance-scale-right::before,
.fa-scale-unbalanced-flip::before {
	content: ""
}

.fa-subscript::before {
	content: ""
}

.fa-diamond-turn-right::before,
.fa-directions::before {
	content: ""
}

.fa-burst::before {
	content: ""
}

.fa-house-laptop::before,
.fa-laptop-house::before {
	content: ""
}

.fa-face-tired::before,
.fa-tired::before {
	content: ""
}

.fa-money-bills::before {
	content: ""
}

.fa-smog::before {
	content: ""
}

.fa-crutch::before {
	content: ""
}

.fa-cloud-arrow-up::before,
.fa-cloud-upload-alt::before,
.fa-cloud-upload::before {
	content: ""
}

.fa-palette::before {
	content: ""
}

.fa-arrows-turn-right::before {
	content: ""
}

.fa-vest::before {
	content: ""
}

.fa-ferry::before {
	content: ""
}

.fa-arrows-down-to-people::before {
	content: ""
}

.fa-seedling::before,
.fa-sprout::before {
	content: ""
}

.fa-arrows-alt-h::before,
.fa-left-right::before {
	content: ""
}

.fa-boxes-packing::before {
	content: ""
}

.fa-arrow-circle-left::before,
.fa-circle-arrow-left::before {
	content: ""
}

.fa-group-arrows-rotate::before {
	content: ""
}

.fa-bowl-food::before {
	content: ""
}

.fa-candy-cane::before {
	content: ""
}

.fa-arrow-down-wide-short::before,
.fa-sort-amount-asc::before,
.fa-sort-amount-down::before {
	content: ""
}

.fa-cloud-bolt::before,
.fa-thunderstorm::before {
	content: ""
}

.fa-remove-format::before,
.fa-text-slash::before {
	content: ""
}

.fa-face-smile-wink::before,
.fa-smile-wink::before {
	content: ""
}

.fa-file-word::before {
	content: ""
}

.fa-file-powerpoint::before {
	content: ""
}

.fa-arrows-h::before,
.fa-arrows-left-right::before {
	content: ""
}

.fa-house-lock::before {
	content: ""
}

.fa-cloud-arrow-down::before,
.fa-cloud-download-alt::before,
.fa-cloud-download::before {
	content: ""
}

.fa-children::before {
	content: ""
}

.fa-blackboard::before,
.fa-chalkboard::before {
	content: ""
}

.fa-user-alt-slash::before,
.fa-user-large-slash::before {
	content: ""
}

.fa-envelope-open::before {
	content: ""
}

.fa-handshake-alt-slash::before,
.fa-handshake-simple-slash::before {
	content: ""
}

.fa-mattress-pillow::before {
	content: ""
}

.fa-guarani-sign::before {
	content: ""
}

.fa-arrows-rotate::before,
.fa-refresh::before,
.fa-sync::before {
	content: ""
}

.fa-fire-extinguisher::before {
	content: ""
}

.fa-cruzeiro-sign::before {
	content: ""
}

.fa-greater-than-equal::before {
	content: ""
}

.fa-shield-alt::before,
.fa-shield-halved::before {
	content: ""
}

.fa-atlas::before,
.fa-book-atlas::before {
	content: ""
}

.fa-virus::before {
	content: ""
}

.fa-envelope-circle-check::before {
	content: ""
}

.fa-layer-group::before {
	content: ""
}

.fa-arrows-to-dot::before {
	content: ""
}

.fa-archway::before {
	content: ""
}

.fa-heart-circle-check::before {
	content: ""
}

.fa-house-chimney-crack::before,
.fa-house-damage::before {
	content: ""
}

.fa-file-archive::before,
.fa-file-zipper::before {
	content: ""
}

.fa-square::before {
	content: ""
}

.fa-glass-martini::before,
.fa-martini-glass-empty::before {
	content: ""
}

.fa-couch::before {
	content: ""
}

.fa-cedi-sign::before {
	content: ""
}

.fa-italic::before {
	content: ""
}

.fa-church::before {
	content: ""
}

.fa-comments-dollar::before {
	content: ""
}

.fa-democrat::before {
	content: ""
}

.fa-z::before {
	content: "Z"
}

.fa-person-skiing::before,
.fa-skiing::before {
	content: ""
}

.fa-road-lock::before {
	content: ""
}

.fa-a::before {
	content: "A"
}

.fa-temperature-arrow-down::before,
.fa-temperature-down::before {
	content: ""
}

.fa-feather-alt::before,
.fa-feather-pointed::before {
	content: ""
}

.fa-p::before {
	content: "P"
}

.fa-snowflake::before {
	content: ""
}

.fa-newspaper::before {
	content: ""
}

.fa-ad::before,
.fa-rectangle-ad::before {
	content: ""
}

.fa-arrow-circle-right::before,
.fa-circle-arrow-right::before {
	content: ""
}

.fa-filter-circle-xmark::before {
	content: ""
}

.fa-locust::before {
	content: ""
}

.fa-sort::before,
.fa-unsorted::before {
	content: ""
}

.fa-list-1-2::before,
.fa-list-numeric::before,
.fa-list-ol::before {
	content: ""
}

.fa-person-dress-burst::before {
	content: ""
}

.fa-money-check-alt::before,
.fa-money-check-dollar::before {
	content: ""
}

.fa-vector-square::before {
	content: ""
}

.fa-bread-slice::before {
	content: ""
}

.fa-language::before {
	content: ""
}

.fa-face-kiss-wink-heart::before,
.fa-kiss-wink-heart::before {
	content: ""
}

.fa-filter::before {
	content: ""
}

.fa-question::before {
	content: "?"
}

.fa-file-signature::before {
	content: ""
}

.fa-arrows-alt::before,
.fa-up-down-left-right::before {
	content: ""
}

.fa-house-chimney-user::before {
	content: ""
}

.fa-hand-holding-heart::before {
	content: ""
}

.fa-puzzle-piece::before {
	content: ""
}

.fa-money-check::before {
	content: ""
}

.fa-star-half-alt::before,
.fa-star-half-stroke::before {
	content: ""
}

.fa-code::before {
	content: ""
}

.fa-glass-whiskey::before,
.fa-whiskey-glass::before {
	content: ""
}

.fa-building-circle-exclamation::before {
	content: ""
}

.fa-magnifying-glass-chart::before {
	content: ""
}

.fa-arrow-up-right-from-square::before,
.fa-external-link::before {
	content: ""
}

.fa-cubes-stacked::before {
	content: ""
}

.fa-krw::before,
.fa-won-sign::before,
.fa-won::before {
	content: ""
}

.fa-virus-covid::before {
	content: ""
}

.fa-austral-sign::before {
	content: ""
}

.fa-f::before {
	content: "F"
}

.fa-leaf::before {
	content: ""
}

.fa-road::before {
	content: ""
}

.fa-cab::before,
.fa-taxi::before {
	content: ""
}

.fa-person-circle-plus::before {
	content: ""
}

.fa-chart-pie::before,
.fa-pie-chart::before {
	content: ""
}

.fa-bolt-lightning::before {
	content: ""
}

.fa-sack-xmark::before {
	content: ""
}

.fa-file-excel::before {
	content: ""
}

.fa-file-contract::before {
	content: ""
}

.fa-fish-fins::before {
	content: ""
}

.fa-building-flag::before {
	content: ""
}

.fa-face-grin-beam::before,
.fa-grin-beam::before {
	content: ""
}

.fa-object-ungroup::before {
	content: ""
}

.fa-poop::before {
	content: ""
}

.fa-location-pin::before,
.fa-map-marker::before {
	content: ""
}

.fa-kaaba::before {
	content: ""
}

.fa-toilet-paper::before {
	content: ""
}

.fa-hard-hat::before,
.fa-hat-hard::before,
.fa-helmet-safety::before {
	content: ""
}

.fa-eject::before {
	content: ""
}

.fa-arrow-alt-circle-right::before,
.fa-circle-right::before {
	content: ""
}

.fa-plane-circle-check::before {
	content: ""
}

.fa-face-rolling-eyes::before,
.fa-meh-rolling-eyes::before {
	content: ""
}

.fa-object-group::before {
	content: ""
}

.fa-chart-line::before,
.fa-line-chart::before {
	content: ""
}

.fa-mask-ventilator::before {
	content: ""
}

.fa-arrow-right::before {
	content: ""
}

.fa-map-signs::before,
.fa-signs-post::before {
	content: ""
}

.fa-cash-register::before {
	content: ""
}

.fa-person-circle-question::before {
	content: ""
}

.fa-h::before {
	content: "H"
}

.fa-tarp::before {
	content: ""
}

.fa-screwdriver-wrench::before,
.fa-tools::before {
	content: ""
}

.fa-arrows-to-eye::before {
	content: ""
}

.fa-plug-circle-bolt::before {
	content: ""
}

.fa-heart::before {
	content: ""
}

.fa-mars-and-venus::before {
	content: ""
}

.fa-home-user::before,
.fa-house-user::before {
	content: ""
}

.fa-dumpster-fire::before {
	content: ""
}

.fa-house-crack::before {
	content: ""
}

.fa-cocktail::before,
.fa-martini-glass-citrus::before {
	content: ""
}

.fa-face-surprise::before,
.fa-surprise::before {
	content: ""
}

.fa-bottle-water::before {
	content: ""
}

.fa-circle-pause::before,
.fa-pause-circle::before {
	content: ""
}

.fa-toilet-paper-slash::before {
	content: ""
}

.fa-apple-alt::before,
.fa-apple-whole::before {
	content: ""
}

.fa-kitchen-set::before {
	content: ""
}

.fa-r::before {
	content: "R"
}

.fa-temperature-1::before,
.fa-temperature-quarter::before,
.fa-thermometer-1::before,
.fa-thermometer-quarter::before {
	content: ""
}

.fa-cube::before {
	content: ""
}

.fa-bitcoin-sign::before {
	content: ""
}

.fa-shield-dog::before {
	content: ""
}

.fa-solar-panel::before {
	content: ""
}

.fa-lock-open::before {
	content: ""
}

.fa-elevator::before {
	content: ""
}

.fa-money-bill-transfer::before {
	content: ""
}

.fa-money-bill-trend-up::before {
	content: ""
}

.fa-house-flood-water-circle-arrow-right::before {
	content: ""
}

.fa-poll-h::before,
.fa-square-poll-horizontal::before {
	content: ""
}

.fa-circle::before {
	content: ""
}

.fa-backward-fast::before,
.fa-fast-backward::before {
	content: ""
}

.fa-recycle::before {
	content: ""
}

.fa-user-astronaut::before {
	content: ""
}

.fa-plane-slash::before {
	content: ""
}

.fa-trademark::before {
	content: ""
}

.fa-basketball-ball::before,
.fa-basketball::before {
	content: ""
}

.fa-satellite-dish::before {
	content: ""
}

.fa-arrow-alt-circle-up::before,
.fa-circle-up::before {
	content: ""
}

.fa-mobile-alt::before,
.fa-mobile-screen-button::before {
	content: ""
}

.fa-volume-high::before,
.fa-volume-up::before {
	content: ""
}

.fa-users-rays::before {
	content: ""
}

.fa-wallet::before {
	content: ""
}

.fa-clipboard-check::before {
	content: ""
}

.fa-file-audio::before {
	content: ""
}

.fa-burger::before,
.fa-hamburger::before {
	content: ""
}

.fa-wrench::before {
	content: ""
}

.fa-bugs::before {
	content: ""
}

.fa-rupee-sign::before,
.fa-rupee::before {
	content: ""
}

.fa-file-image::before {
	content: ""
}

.fa-circle-question::before,
.fa-question-circle::before {
	content: ""
}

.fa-plane-departure::before {
	content: ""
}

.fa-handshake-slash::before {
	content: ""
}

.fa-book-bookmark::before {
	content: ""
}

.fa-code-branch::before {
	content: ""
}

.fa-hat-cowboy::before {
	content: ""
}

.fa-bridge::before {
	content: ""
}

.fa-phone-alt::before,
.fa-phone-flip::before {
	content: ""
}

.fa-truck-front::before {
	content: ""
}

.fa-cat::before {
	content: ""
}

.fa-anchor-circle-exclamation::before {
	content: ""
}

.fa-truck-field::before {
	content: ""
}

.fa-route::before {
	content: ""
}

.fa-clipboard-question::before {
	content: ""
}

.fa-panorama::before {
	content: ""
}

.fa-comment-medical::before {
	content: ""
}

.fa-teeth-open::before {
	content: ""
}

.fa-file-circle-minus::before {
	content: ""
}

.fa-tags::before {
	content: ""
}

.fa-wine-glass::before {
	content: ""
}

.fa-fast-forward::before,
.fa-forward-fast::before {
	content: ""
}

.fa-face-meh-blank::before,
.fa-meh-blank::before {
	content: ""
}

.fa-parking::before,
.fa-square-parking::before {
	content: ""
}

.fa-house-signal::before {
	content: ""
}

.fa-bars-progress::before,
.fa-tasks-alt::before {
	content: ""
}

.fa-faucet-drip::before {
	content: ""
}

.fa-cart-flatbed::before,
.fa-dolly-flatbed::before {
	content: ""
}

.fa-ban-smoking::before,
.fa-smoking-ban::before {
	content: ""
}

.fa-terminal::before {
	content: ""
}

.fa-mobile-button::before {
	content: ""
}

.fa-house-medical-flag::before {
	content: ""
}

.fa-basket-shopping::before,
.fa-shopping-basket::before {
	content: ""
}

.fa-tape::before {
	content: ""
}

.fa-bus-alt::before,
.fa-bus-simple::before {
	content: ""
}

.fa-eye::before {
	content: ""
}

.fa-face-sad-cry::before,
.fa-sad-cry::before {
	content: ""
}

.fa-audio-description::before {
	content: ""
}

.fa-person-military-to-person::before {
	content: ""
}

.fa-file-shield::before {
	content: ""
}

.fa-user-slash::before {
	content: ""
}

.fa-pen::before {
	content: ""
}

.fa-tower-observation::before {
	content: ""
}

.fa-file-code::before {
	content: ""
}

.fa-signal-5::before,
.fa-signal-perfect::before,
.fa-signal::before {
	content: ""
}

.fa-bus::before {
	content: ""
}

.fa-heart-circle-xmark::before {
	content: ""
}

.fa-home-lg::before,
.fa-house-chimney::before {
	content: ""
}

.fa-window-maximize::before {
	content: ""
}

.fa-face-frown::before,
.fa-frown::before {
	content: ""
}

.fa-prescription::before {
	content: ""
}

.fa-shop::before,
.fa-store-alt::before {
	content: ""
}

.fa-floppy-disk::before,
.fa-save::before {
	content: ""
}

.fa-vihara::before {
	content: ""
}

.fa-balance-scale-left::before,
.fa-scale-unbalanced::before {
	content: ""
}

.fa-sort-asc::before,
.fa-sort-up::before {
	content: ""
}

.fa-comment-dots::before,
.fa-commenting::before {
	content: ""
}

.fa-plant-wilt::before {
	content: ""
}

.fa-diamond::before {
	content: ""
}

.fa-face-grin-squint::before,
.fa-grin-squint::before {
	content: ""
}

.fa-hand-holding-dollar::before,
.fa-hand-holding-usd::before {
	content: ""
}

.fa-bacterium::before {
	content: ""
}

.fa-hand-pointer::before {
	content: ""
}

.fa-drum-steelpan::before {
	content: ""
}

.fa-hand-scissors::before {
	content: ""
}

.fa-hands-praying::before,
.fa-praying-hands::before {
	content: ""
}

.fa-arrow-right-rotate::before,
.fa-arrow-rotate-forward::before,
.fa-arrow-rotate-right::before,
.fa-redo::before {
	content: ""
}

.fa-biohazard::before {
	content: ""
}

.fa-location-crosshairs::before,
.fa-location::before {
	content: ""
}

.fa-mars-double::before {
	content: ""
}

.fa-child-dress::before {
	content: ""
}

.fa-users-between-lines::before {
	content: ""
}

.fa-lungs-virus::before {
	content: ""
}

.fa-face-grin-tears::before,
.fa-grin-tears::before {
	content: ""
}

.fa-phone::before {
	content: ""
}

.fa-calendar-times::before,
.fa-calendar-xmark::before {
	content: ""
}

.fa-child-reaching::before {
	content: ""
}

.fa-head-side-virus::before {
	content: ""
}

.fa-user-cog::before,
.fa-user-gear::before {
	content: ""
}

.fa-arrow-up-1-9::before,
.fa-sort-numeric-up::before {
	content: ""
}

.fa-door-closed::before {
	content: ""
}

.fa-shield-virus::before {
	content: ""
}

.fa-dice-six::before {
	content: ""
}

.fa-mosquito-net::before {
	content: ""
}

.fa-bridge-water::before {
	content: ""
}

.fa-person-booth::before {
	content: ""
}

.fa-text-width::before {
	content: ""
}

.fa-hat-wizard::before {
	content: ""
}

.fa-pen-fancy::before {
	content: ""
}

.fa-digging::before,
.fa-person-digging::before {
	content: ""
}

.fa-trash::before {
	content: ""
}

.fa-gauge-simple-med::before,
.fa-gauge-simple::before,
.fa-tachometer-average::before {
	content: ""
}

.fa-book-medical::before {
	content: ""
}

.fa-poo::before {
	content: ""
}

.fa-quote-right-alt::before,
.fa-quote-right::before {
	content: ""
}

.fa-shirt::before,
.fa-t-shirt::before,
.fa-tshirt::before {
	content: ""
}

.fa-cubes::before {
	content: ""
}

.fa-divide::before {
	content: ""
}

.fa-tenge-sign::before,
.fa-tenge::before {
	content: ""
}

.fa-headphones::before {
	content: ""
}

.fa-hands-holding::before {
	content: ""
}

.fa-hands-clapping::before {
	content: ""
}

.fa-republican::before {
	content: ""
}

.fa-arrow-left::before {
	content: ""
}

.fa-person-circle-xmark::before {
	content: ""
}

.fa-ruler::before {
	content: ""
}

.fa-align-left::before {
	content: ""
}

.fa-dice-d6::before {
	content: ""
}

.fa-restroom::before {
	content: ""
}

.fa-j::before {
	content: "J"
}

.fa-users-viewfinder::before {
	content: ""
}

.fa-file-video::before {
	content: ""
}

.fa-external-link-alt::before,
.fa-up-right-from-square::before {
	content: ""
}

.fa-table-cells::before,
.fa-th::before {
	content: ""
}

.fa-file-pdf::before {
	content: ""
}

.fa-bible::before,
.fa-book-bible::before {
	content: ""
}

.fa-o::before {
	content: "O"
}

.fa-medkit::before,
.fa-suitcase-medical::before {
	content: ""
}

.fa-user-secret::before {
	content: ""
}

.fa-otter::before {
	content: ""
}

.fa-female::before,
.fa-person-dress::before {
	content: ""
}

.fa-comment-dollar::before {
	content: ""
}

.fa-briefcase-clock::before,
.fa-business-time::before {
	content: ""
}

.fa-table-cells-large::before,
.fa-th-large::before {
	content: ""
}

.fa-book-tanakh::before,
.fa-tanakh::before {
	content: ""
}

.fa-phone-volume::before,
.fa-volume-control-phone::before {
	content: ""
}

.fa-hat-cowboy-side::before {
	content: ""
}

.fa-clipboard-user::before {
	content: ""
}

.fa-child::before {
	content: ""
}

.fa-lira-sign::before {
	content: ""
}

.fa-satellite::before {
	content: ""
}

.fa-plane-lock::before {
	content: ""
}

.fa-tag::before {
	content: ""
}

.fa-comment::before {
	content: ""
}

.fa-birthday-cake::before,
.fa-cake-candles::before,
.fa-cake::before {
	content: ""
}

.fa-envelope::before {
	content: ""
}

.fa-angle-double-up::before,
.fa-angles-up::before {
	content: ""
}

.fa-paperclip::before {
	content: ""
}

.fa-arrow-right-to-city::before {
	content: ""
}

.fa-ribbon::before {
	content: ""
}

.fa-lungs::before {
	content: ""
}

.fa-arrow-up-9-1::before,
.fa-sort-numeric-up-alt::before {
	content: ""
}

.fa-litecoin-sign::before {
	content: ""
}

.fa-border-none::before {
	content: ""
}

.fa-circle-nodes::before {
	content: ""
}

.fa-parachute-box::before {
	content: ""
}

.fa-indent::before {
	content: ""
}

.fa-truck-field-un::before {
	content: ""
}

.fa-hourglass-empty::before,
.fa-hourglass::before {
	content: ""
}

.fa-mountain::before {
	content: ""
}

.fa-user-doctor::before,
.fa-user-md::before {
	content: ""
}

.fa-circle-info::before,
.fa-info-circle::before {
	content: ""
}

.fa-cloud-meatball::before {
	content: ""
}

.fa-camera-alt::before,
.fa-camera::before {
	content: ""
}

.fa-square-virus::before {
	content: ""
}

.fa-meteor::before {
	content: ""
}

.fa-car-on::before {
	content: ""
}

.fa-sleigh::before {
	content: ""
}

.fa-arrow-down-1-9::before,
.fa-sort-numeric-asc::before,
.fa-sort-numeric-down::before {
	content: ""
}

.fa-hand-holding-droplet::before,
.fa-hand-holding-water::before {
	content: ""
}

.fa-water::before {
	content: ""
}

.fa-calendar-check::before {
	content: ""
}

.fa-braille::before {
	content: ""
}

.fa-prescription-bottle-alt::before,
.fa-prescription-bottle-medical::before {
	content: ""
}

.fa-landmark::before {
	content: ""
}

.fa-truck::before {
	content: ""
}

.fa-crosshairs::before {
	content: ""
}

.fa-person-cane::before {
	content: ""
}

.fa-tent::before {
	content: ""
}

.fa-vest-patches::before {
	content: ""
}

.fa-check-double::before {
	content: ""
}

.fa-arrow-down-a-z::before,
.fa-sort-alpha-asc::before,
.fa-sort-alpha-down::before {
	content: ""
}

.fa-money-bill-wheat::before {
	content: ""
}

.fa-cookie::before {
	content: ""
}

.fa-arrow-left-rotate::before,
.fa-arrow-rotate-back::before,
.fa-arrow-rotate-backward::before,
.fa-arrow-rotate-left::before,
.fa-undo::before {
	content: ""
}

.fa-hard-drive::before,
.fa-hdd::before {
	content: ""
}

.fa-face-grin-squint-tears::before,
.fa-grin-squint-tears::before {
	content: ""
}

.fa-dumbbell::before {
	content: ""
}

.fa-list-alt::before,
.fa-rectangle-list::before {
	content: ""
}

.fa-tarp-droplet::before {
	content: ""
}

.fa-house-medical-circle-check::before {
	content: ""
}

.fa-person-skiing-nordic::before,
.fa-skiing-nordic::before {
	content: ""
}

.fa-calendar-plus::before {
	content: ""
}

.fa-plane-arrival::before {
	content: ""
}

.fa-arrow-alt-circle-left::before,
.fa-circle-left::before {
	content: ""
}

.fa-subway::before,
.fa-train-subway::before {
	content: ""
}

.fa-chart-gantt::before {
	content: ""
}

.fa-indian-rupee-sign::before,
.fa-indian-rupee::before,
.fa-inr::before {
	content: ""
}

.fa-crop-alt::before,
.fa-crop-simple::before {
	content: ""
}

.fa-money-bill-1::before,
.fa-money-bill-alt::before {
	content: ""
}

.fa-left-long::before,
.fa-long-arrow-alt-left::before {
	content: ""
}

.fa-dna::before {
	content: ""
}

.fa-virus-slash::before {
	content: ""
}

.fa-minus::before,
.fa-subtract::before {
	content: ""
}

.fa-chess::before {
	content: ""
}

.fa-arrow-left-long::before,
.fa-long-arrow-left::before {
	content: ""
}

.fa-plug-circle-check::before {
	content: ""
}

.fa-street-view::before {
	content: ""
}

.fa-franc-sign::before {
	content: ""
}

.fa-volume-off::before {
	content: ""
}

.fa-american-sign-language-interpreting::before,
.fa-asl-interpreting::before,
.fa-hands-american-sign-language-interpreting::before,
.fa-hands-asl-interpreting::before {
	content: ""
}

.fa-cog::before,
.fa-gear::before {
	content: ""
}

.fa-droplet-slash::before,
.fa-tint-slash::before {
	content: ""
}

.fa-mosque::before {
	content: ""
}

.fa-mosquito::before {
	content: ""
}

.fa-star-of-david::before {
	content: ""
}

.fa-person-military-rifle::before {
	content: ""
}

.fa-cart-shopping::before,
.fa-shopping-cart::before {
	content: ""
}

.fa-vials::before {
	content: ""
}

.fa-plug-circle-plus::before {
	content: ""
}

.fa-place-of-worship::before {
	content: ""
}

.fa-grip-vertical::before {
	content: ""
}

.fa-arrow-turn-up::before,
.fa-level-up::before {
	content: ""
}

.fa-u::before {
	content: "U"
}

.fa-square-root-alt::before,
.fa-square-root-variable::before {
	content: ""
}

.fa-clock-four::before,
.fa-clock::before {
	content: ""
}

.fa-backward-step::before,
.fa-step-backward::before {
	content: ""
}

.fa-pallet::before {
	content: ""
}

.fa-faucet::before {
	content: ""
}

.fa-baseball-bat-ball::before {
	content: ""
}

.fa-s::before {
	content: "S"
}

.fa-timeline::before {
	content: ""
}

.fa-keyboard::before {
	content: ""
}

.fa-caret-down::before {
	content: ""
}

.fa-clinic-medical::before,
.fa-house-chimney-medical::before {
	content: ""
}

.fa-temperature-3::before,
.fa-temperature-three-quarters::before,
.fa-thermometer-3::before,
.fa-thermometer-three-quarters::before {
	content: ""
}

.fa-mobile-android-alt::before,
.fa-mobile-screen::before {
	content: ""
}

.fa-plane-up::before {
	content: ""
}

.fa-piggy-bank::before {
	content: ""
}

.fa-battery-3::before,
.fa-battery-half::before {
	content: ""
}

.fa-mountain-city::before {
	content: ""
}

.fa-coins::before {
	content: ""
}

.fa-khanda::before {
	content: ""
}

.fa-sliders-h::before,
.fa-sliders::before {
	content: ""
}

.fa-folder-tree::before {
	content: ""
}

.fa-network-wired::before {
	content: ""
}

.fa-map-pin::before {
	content: ""
}

.fa-hamsa::before {
	content: ""
}

.fa-cent-sign::before {
	content: ""
}

.fa-flask::before {
	content: ""
}

.fa-person-pregnant::before {
	content: ""
}

.fa-wand-sparkles::before {
	content: ""
}

.fa-ellipsis-v::before,
.fa-ellipsis-vertical::before {
	content: ""
}

.fa-ticket::before {
	content: ""
}

.fa-power-off::before {
	content: ""
}

.fa-long-arrow-alt-right::before,
.fa-right-long::before {
	content: ""
}

.fa-flag-usa::before {
	content: ""
}

.fa-laptop-file::before {
	content: ""
}

.fa-teletype::before,
.fa-tty::before {
	content: ""
}

.fa-diagram-next::before {
	content: ""
}

.fa-person-rifle::before {
	content: ""
}

.fa-house-medical-circle-exclamation::before {
	content: ""
}

.fa-closed-captioning::before {
	content: ""
}

.fa-hiking::before,
.fa-person-hiking::before {
	content: ""
}

.fa-venus-double::before {
	content: ""
}

.fa-images::before {
	content: ""
}

.fa-calculator::before {
	content: ""
}

.fa-people-pulling::before {
	content: ""
}

.fa-n::before {
	content: "N"
}

.fa-cable-car::before,
.fa-tram::before {
	content: ""
}

.fa-cloud-rain::before {
	content: ""
}

.fa-building-circle-xmark::before {
	content: ""
}

.fa-ship::before {
	content: ""
}

.fa-arrows-down-to-line::before {
	content: ""
}

.fa-download::before {
	content: ""
}

.fa-face-grin::before,
.fa-grin::before {
	content: ""
}

.fa-backspace::before,
.fa-delete-left::before {
	content: ""
}

.fa-eye-dropper-empty::before,
.fa-eye-dropper::before,
.fa-eyedropper::before {
	content: ""
}

.fa-file-circle-check::before {
	content: ""
}

.fa-forward::before {
	content: ""
}

.fa-mobile-android::before,
.fa-mobile-phone::before,
.fa-mobile::before {
	content: ""
}

.fa-face-meh::before,
.fa-meh::before {
	content: ""
}

.fa-align-center::before {
	content: ""
}

.fa-book-dead::before,
.fa-book-skull::before {
	content: ""
}

.fa-drivers-license::before,
.fa-id-card::before {
	content: ""
}

.fa-dedent::before,
.fa-outdent::before {
	content: ""
}

.fa-heart-circle-exclamation::before {
	content: ""
}

.fa-home-alt::before,
.fa-home-lg-alt::before,
.fa-home::before,
.fa-house::before {
	content: ""
}

.fa-calendar-week::before {
	content: ""
}

.fa-laptop-medical::before {
	content: ""
}

.fa-b::before {
	content: "B"
}

.fa-file-medical::before {
	content: ""
}

.fa-dice-one::before {
	content: ""
}

.fa-kiwi-bird::before {
	content: ""
}

.fa-arrow-right-arrow-left::before,
.fa-exchange::before {
	content: ""
}

.fa-redo-alt::before,
.fa-rotate-forward::before,
.fa-rotate-right::before {
	content: ""
}

.fa-cutlery::before,
.fa-utensils::before {
	content: ""
}

.fa-arrow-up-wide-short::before,
.fa-sort-amount-up::before {
	content: ""
}

.fa-mill-sign::before {
	content: ""
}

.fa-bowl-rice::before {
	content: ""
}

.fa-skull::before {
	content: ""
}

.fa-broadcast-tower::before,
.fa-tower-broadcast::before {
	content: ""
}

.fa-truck-pickup::before {
	content: ""
}

.fa-long-arrow-alt-up::before,
.fa-up-long::before {
	content: ""
}

.fa-stop::before {
	content: ""
}

.fa-code-merge::before {
	content: ""
}

.fa-upload::before {
	content: ""
}

.fa-hurricane::before {
	content: ""
}

.fa-mound::before {
	content: ""
}

.fa-toilet-portable::before {
	content: ""
}

.fa-compact-disc::before {
	content: ""
}

.fa-file-arrow-down::before,
.fa-file-download::before {
	content: ""
}

.fa-caravan::before {
	content: ""
}

.fa-shield-cat::before {
	content: ""
}

.fa-bolt::before,
.fa-zap::before {
	content: ""
}

.fa-glass-water::before {
	content: ""
}

.fa-oil-well::before {
	content: ""
}

.fa-vault::before {
	content: ""
}

.fa-mars::before {
	content: ""
}

.fa-toilet::before {
	content: ""
}

.fa-plane-circle-xmark::before {
	content: ""
}

.fa-cny::before,
.fa-jpy::before,
.fa-rmb::before,
.fa-yen-sign::before,
.fa-yen::before {
	content: ""
}

.fa-rouble::before,
.fa-rub::before,
.fa-ruble-sign::before,
.fa-ruble::before {
	content: ""
}

.fa-sun::before {
	content: ""
}

.fa-guitar::before {
	content: ""
}

.fa-face-laugh-wink::before,
.fa-laugh-wink::before {
	content: ""
}

.fa-horse-head::before {
	content: ""
}

.fa-bore-hole::before {
	content: ""
}

.fa-industry::before {
	content: ""
}

.fa-arrow-alt-circle-down::before,
.fa-circle-down::before {
	content: ""
}

.fa-arrows-turn-to-dots::before {
	content: ""
}

.fa-florin-sign::before {
	content: ""
}

.fa-arrow-down-short-wide::before,
.fa-sort-amount-desc::before,
.fa-sort-amount-down-alt::before {
	content: ""
}

.fa-less-than::before {
	content: "<"
}

.fa-angle-down::before {
	content: ""
}

.fa-car-tunnel::before {
	content: ""
}

.fa-head-side-cough::before {
	content: ""
}

.fa-grip-lines::before {
	content: ""
}

.fa-thumbs-down::before {
	content: ""
}

.fa-user-lock::before {
	content: ""
}

.fa-arrow-right-long::before,
.fa-long-arrow-right::before {
	content: ""
}

.fa-anchor-circle-xmark::before {
	content: ""
}

.fa-ellipsis-h::before,
.fa-ellipsis::before {
	content: ""
}

.fa-chess-pawn::before {
	content: ""
}

.fa-first-aid::before,
.fa-kit-medical::before {
	content: ""
}

.fa-person-through-window::before {
	content: ""
}

.fa-toolbox::before {
	content: ""
}

.fa-hands-holding-circle::before {
	content: ""
}

.fa-bug::before {
	content: ""
}

.fa-credit-card-alt::before,
.fa-credit-card::before {
	content: ""
}

.fa-automobile::before,
.fa-car::before {
	content: ""
}

.fa-hand-holding-hand::before {
	content: ""
}

.fa-book-open-reader::before,
.fa-book-reader::before {
	content: ""
}

.fa-mountain-sun::before {
	content: ""
}

.fa-arrows-left-right-to-line::before {
	content: ""
}

.fa-dice-d20::before {
	content: ""
}

.fa-truck-droplet::before {
	content: ""
}

.fa-file-circle-xmark::before {
	content: ""
}

.fa-temperature-arrow-up::before,
.fa-temperature-up::before {
	content: ""
}

.fa-medal::before {
	content: ""
}

.fa-bed::before {
	content: ""
}

.fa-h-square::before,
.fa-square-h::before {
	content: ""
}

.fa-podcast::before {
	content: ""
}

.fa-temperature-4::before,
.fa-temperature-full::before,
.fa-thermometer-4::before,
.fa-thermometer-full::before {
	content: ""
}

.fa-bell::before {
	content: ""
}

.fa-superscript::before {
	content: ""
}

.fa-plug-circle-xmark::before {
	content: ""
}

.fa-star-of-life::before {
	content: ""
}

.fa-phone-slash::before {
	content: ""
}

.fa-paint-roller::before {
	content: ""
}

.fa-hands-helping::before,
.fa-handshake-angle::before {
	content: ""
}

.fa-location-dot::before,
.fa-map-marker-alt::before {
	content: ""
}

.fa-file::before {
	content: ""
}

.fa-greater-than::before {
	content: ">"
}

.fa-person-swimming::before,
.fa-swimmer::before {
	content: ""
}

.fa-arrow-down::before {
	content: ""
}

.fa-droplet::before,
.fa-tint::before {
	content: ""
}

.fa-eraser::before {
	content: ""
}

.fa-earth-america::before,
.fa-earth-americas::before,
.fa-earth::before,
.fa-globe-americas::before {
	content: ""
}

.fa-person-burst::before {
	content: ""
}

.fa-dove::before {
	content: ""
}

.fa-battery-0::before,
.fa-battery-empty::before {
	content: ""
}

.fa-socks::before {
	content: ""
}

.fa-inbox::before {
	content: ""
}

.fa-section::before {
	content: ""
}

.fa-gauge-high::before,
.fa-tachometer-alt-fast::before,
.fa-tachometer-alt::before {
	content: ""
}

.fa-envelope-open-text::before {
	content: ""
}

.fa-hospital-alt::before,
.fa-hospital-wide::before,
.fa-hospital::before {
	content: ""
}

.fa-wine-bottle::before {
	content: ""
}

.fa-chess-rook::before {
	content: ""
}

.fa-bars-staggered::before,
.fa-reorder::before,
.fa-stream::before {
	content: ""
}

.fa-dharmachakra::before {
	content: ""
}

.fa-hotdog::before {
	content: ""
}

.fa-blind::before,
.fa-person-walking-with-cane::before {
	content: ""
}

.fa-drum::before {
	content: ""
}

.fa-ice-cream::before {
	content: ""
}

.fa-heart-circle-bolt::before {
	content: ""
}

.fa-fax::before {
	content: ""
}

.fa-paragraph::before {
	content: ""
}

.fa-check-to-slot::before,
.fa-vote-yea::before {
	content: ""
}

.fa-star-half::before {
	content: ""
}

.fa-boxes-alt::before,
.fa-boxes-stacked::before,
.fa-boxes::before {
	content: ""
}

.fa-chain::before,
.fa-link::before {
	content: ""
}

.fa-assistive-listening-systems::before,
.fa-ear-listen::before {
	content: ""
}

.fa-tree-city::before {
	content: ""
}

.fa-play::before {
	content: ""
}

.fa-font::before {
	content: ""
}

.fa-rupiah-sign::before {
	content: ""
}

.fa-magnifying-glass::before,
.fa-search::before {
	content: ""
}

.fa-ping-pong-paddle-ball::before,
.fa-table-tennis-paddle-ball::before,
.fa-table-tennis::before {
	content: ""
}

.fa-diagnoses::before,
.fa-person-dots-from-line::before {
	content: ""
}

.fa-trash-can-arrow-up::before,
.fa-trash-restore-alt::before {
	content: ""
}

.fa-naira-sign::before {
	content: ""
}

.fa-cart-arrow-down::before {
	content: ""
}

.fa-walkie-talkie::before {
	content: ""
}

.fa-file-edit::before,
.fa-file-pen::before {
	content: ""
}

.fa-receipt::before {
	content: ""
}

.fa-pen-square::before,
.fa-pencil-square::before,
.fa-square-pen::before {
	content: ""
}

.fa-suitcase-rolling::before {
	content: ""
}

.fa-person-circle-exclamation::before {
	content: ""
}

.fa-chevron-down::before {
	content: ""
}

.fa-battery-5::before,
.fa-battery-full::before,
.fa-battery::before {
	content: ""
}

.fa-skull-crossbones::before {
	content: ""
}

.fa-code-compare::before {
	content: ""
}

.fa-list-dots::before,
.fa-list-ul::before {
	content: ""
}

.fa-school-lock::before {
	content: ""
}

.fa-tower-cell::before {
	content: ""
}

.fa-down-long::before,
.fa-long-arrow-alt-down::before {
	content: ""
}

.fa-ranking-star::before {
	content: ""
}

.fa-chess-king::before {
	content: ""
}

.fa-person-harassing::before {
	content: ""
}

.fa-brazilian-real-sign::before {
	content: ""
}

.fa-landmark-alt::before,
.fa-landmark-dome::before {
	content: ""
}

.fa-arrow-up::before {
	content: ""
}

.fa-television::before,
.fa-tv-alt::before,
.fa-tv::before {
	content: ""
}

.fa-shrimp::before {
	content: ""
}

.fa-list-check::before,
.fa-tasks::before {
	content: ""
}

.fa-jug-detergent::before {
	content: ""
}

.fa-circle-user::before,
.fa-user-circle::before {
	content: ""
}

.fa-user-shield::before {
	content: ""
}

.fa-wind::before {
	content: ""
}

.fa-car-burst::before,
.fa-car-crash::before {
	content: ""
}

.fa-y::before {
	content: "Y"
}

.fa-person-snowboarding::before,
.fa-snowboarding::before {
	content: ""
}

.fa-shipping-fast::before,
.fa-truck-fast::before {
	content: ""
}

.fa-fish::before {
	content: ""
}

.fa-user-graduate::before {
	content: ""
}

.fa-adjust::before,
.fa-circle-half-stroke::before {
	content: ""
}

.fa-clapperboard::before {
	content: ""
}

.fa-circle-radiation::before,
.fa-radiation-alt::before {
	content: ""
}

.fa-baseball-ball::before,
.fa-baseball::before {
	content: ""
}

.fa-jet-fighter-up::before {
	content: ""
}

.fa-diagram-project::before,
.fa-project-diagram::before {
	content: ""
}

.fa-copy::before {
	content: ""
}

.fa-volume-mute::before,
.fa-volume-times::before,
.fa-volume-xmark::before {
	content: ""
}

.fa-hand-sparkles::before {
	content: ""
}

.fa-grip-horizontal::before,
.fa-grip::before {
	content: ""
}

.fa-share-from-square::before,
.fa-share-square::before {
	content: ""
}

.fa-child-combatant::before,
.fa-child-rifle::before {
	content: ""
}

.fa-gun::before {
	content: ""
}

.fa-phone-square::before,
.fa-square-phone::before {
	content: ""
}

.fa-add::before,
.fa-plus::before {
	content: "+"
}

.fa-expand::before {
	content: ""
}

.fa-computer::before {
	content: ""
}

.fa-close::before,
.fa-multiply::before,
.fa-remove::before,
.fa-times::before,
.fa-xmark::before {
	content: ""
}

.fa-arrows-up-down-left-right::before,
.fa-arrows::before {
	content: ""
}

.fa-chalkboard-teacher::before,
.fa-chalkboard-user::before {
	content: ""
}

.fa-peso-sign::before {
	content: ""
}

.fa-building-shield::before {
	content: ""
}

.fa-baby::before {
	content: ""
}

.fa-users-line::before {
	content: ""
}

.fa-quote-left-alt::before,
.fa-quote-left::before {
	content: ""
}

.fa-tractor::before {
	content: ""
}

.fa-trash-arrow-up::before,
.fa-trash-restore::before {
	content: ""
}

.fa-arrow-down-up-lock::before {
	content: ""
}

.fa-lines-leaning::before {
	content: ""
}

.fa-ruler-combined::before {
	content: ""
}

.fa-copyright::before {
	content: ""
}

.fa-equals::before {
	content: "="
}

.fa-blender::before {
	content: ""
}

.fa-teeth::before {
	content: ""
}

.fa-ils::before,
.fa-shekel-sign::before,
.fa-shekel::before,
.fa-sheqel-sign::before,
.fa-sheqel::before {
	content: ""
}

.fa-map::before {
	content: ""
}

.fa-rocket::before {
	content: ""
}

.fa-photo-film::before,
.fa-photo-video::before {
	content: ""
}

.fa-folder-minus::before {
	content: ""
}

.fa-store::before {
	content: ""
}

.fa-arrow-trend-up::before {
	content: ""
}

.fa-plug-circle-minus::before {
	content: ""
}

.fa-sign-hanging::before,
.fa-sign::before {
	content: ""
}

.fa-bezier-curve::before {
	content: ""
}

.fa-bell-slash::before {
	content: ""
}

.fa-tablet-android::before,
.fa-tablet::before {
	content: ""
}

.fa-school-flag::before {
	content: ""
}

.fa-fill::before {
	content: ""
}

.fa-angle-up::before {
	content: ""
}

.fa-drumstick-bite::before {
	content: ""
}

.fa-holly-berry::before {
	content: ""
}

.fa-chevron-left::before {
	content: ""
}

.fa-bacteria::before {
	content: ""
}

.fa-hand-lizard::before {
	content: ""
}

.fa-notdef::before {
	content: ""
}

.fa-disease::before {
	content: ""
}

.fa-briefcase-medical::before {
	content: ""
}

.fa-genderless::before {
	content: ""
}

.fa-chevron-right::before {
	content: ""
}

.fa-retweet::before {
	content: ""
}

.fa-car-alt::before,
.fa-car-rear::before {
	content: ""
}

.fa-pump-soap::before {
	content: ""
}

.fa-video-slash::before {
	content: ""
}

.fa-battery-2::before,
.fa-battery-quarter::before {
	content: ""
}

.fa-radio::before {
	content: ""
}

.fa-baby-carriage::before,
.fa-carriage-baby::before {
	content: ""
}

.fa-traffic-light::before {
	content: ""
}

.fa-thermometer::before {
	content: ""
}

.fa-vr-cardboard::before {
	content: ""
}

.fa-hand-middle-finger::before {
	content: ""
}

.fa-percent::before,
.fa-percentage::before {
	content: "%"
}

.fa-truck-moving::before {
	content: ""
}

.fa-glass-water-droplet::before {
	content: ""
}

.fa-display::before {
	content: ""
}

.fa-face-smile::before,
.fa-smile::before {
	content: ""
}

.fa-thumb-tack::before,
.fa-thumbtack::before {
	content: ""
}

.fa-trophy::before {
	content: ""
}

.fa-person-praying::before,
.fa-pray::before {
	content: ""
}

.fa-hammer::before {
	content: ""
}

.fa-hand-peace::before {
	content: ""
}

.fa-rotate::before,
.fa-sync-alt::before {
	content: ""
}

.fa-spinner::before {
	content: ""
}

.fa-robot::before {
	content: ""
}

.fa-peace::before {
	content: ""
}

.fa-cogs::before,
.fa-gears::before {
	content: ""
}

.fa-warehouse::before {
	content: ""
}

.fa-arrow-up-right-dots::before {
	content: ""
}

.fa-splotch::before {
	content: ""
}

.fa-face-grin-hearts::before,
.fa-grin-hearts::before {
	content: ""
}

.fa-dice-four::before {
	content: ""
}

.fa-sim-card::before {
	content: ""
}

.fa-transgender-alt::before,
.fa-transgender::before {
	content: ""
}

.fa-mercury::before {
	content: ""
}

.fa-arrow-turn-down::before,
.fa-level-down::before {
	content: ""
}

.fa-person-falling-burst::before {
	content: ""
}

.fa-award::before {
	content: ""
}

.fa-ticket-alt::before,
.fa-ticket-simple::before {
	content: ""
}

.fa-building::before {
	content: ""
}

.fa-angle-double-left::before,
.fa-angles-left::before {
	content: ""
}

.fa-qrcode::before {
	content: ""
}

.fa-clock-rotate-left::before,
.fa-history::before {
	content: ""
}

.fa-face-grin-beam-sweat::before,
.fa-grin-beam-sweat::before {
	content: ""
}

.fa-arrow-right-from-file::before,
.fa-file-export::before {
	content: ""
}

.fa-shield-blank::before,
.fa-shield::before {
	content: ""
}

.fa-arrow-up-short-wide::before,
.fa-sort-amount-up-alt::before {
	content: ""
}

.fa-house-medical::before {
	content: ""
}

.fa-golf-ball-tee::before,
.fa-golf-ball::before {
	content: ""
}

.fa-chevron-circle-left::before,
.fa-circle-chevron-left::before {
	content: ""
}

.fa-house-chimney-window::before {
	content: ""
}

.fa-pen-nib::before {
	content: ""
}

.fa-tent-arrow-turn-left::before {
	content: ""
}

.fa-tents::before {
	content: ""
}

.fa-magic::before,
.fa-wand-magic::before {
	content: ""
}

.fa-dog::before {
	content: ""
}

.fa-carrot::before {
	content: ""
}

.fa-moon::before {
	content: ""
}

.fa-wine-glass-alt::before,
.fa-wine-glass-empty::before {
	content: ""
}

.fa-cheese::before {
	content: ""
}

.fa-yin-yang::before {
	content: ""
}

.fa-music::before {
	content: ""
}

.fa-code-commit::before {
	content: ""
}

.fa-temperature-low::before {
	content: ""
}

.fa-biking::before,
.fa-person-biking::before {
	content: ""
}

.fa-broom::before {
	content: ""
}

.fa-shield-heart::before {
	content: ""
}

.fa-gopuram::before {
	content: ""
}

.fa-earth-oceania::before,
.fa-globe-oceania::before {
	content: ""
}

.fa-square-xmark::before,
.fa-times-square::before,
.fa-xmark-square::before {
	content: ""
}

.fa-hashtag::before {
	content: "#"
}

.fa-expand-alt::before,
.fa-up-right-and-down-left-from-center::before {
	content: ""
}

.fa-oil-can::before {
	content: ""
}

.fa-t::before {
	content: "T"
}

.fa-hippo::before {
	content: ""
}

.fa-chart-column::before {
	content: ""
}

.fa-infinity::before {
	content: ""
}

.fa-vial-circle-check::before {
	content: ""
}

.fa-person-arrow-down-to-line::before {
	content: ""
}

.fa-voicemail::before {
	content: ""
}

.fa-fan::before {
	content: ""
}

.fa-person-walking-luggage::before {
	content: ""
}

.fa-arrows-alt-v::before,
.fa-up-down::before {
	content: ""
}

.fa-cloud-moon-rain::before {
	content: ""
}

.fa-calendar::before {
	content: ""
}

.fa-trailer::before {
	content: ""
}

.fa-bahai::before,
.fa-haykal::before {
	content: ""
}

.fa-sd-card::before {
	content: ""
}

.fa-dragon::before {
	content: ""
}

.fa-shoe-prints::before {
	content: ""
}

.fa-circle-plus::before,
.fa-plus-circle::before {
	content: ""
}

.fa-face-grin-tongue-wink::before,
.fa-grin-tongue-wink::before {
	content: ""
}

.fa-hand-holding::before {
	content: ""
}

.fa-plug-circle-exclamation::before {
	content: ""
}

.fa-chain-broken::before,
.fa-chain-slash::before,
.fa-link-slash::before,
.fa-unlink::before {
	content: ""
}

.fa-clone::before {
	content: ""
}

.fa-person-walking-arrow-loop-left::before {
	content: ""
}

.fa-arrow-up-z-a::before,
.fa-sort-alpha-up-alt::before {
	content: ""
}

.fa-fire-alt::before,
.fa-fire-flame-curved::before {
	content: ""
}

.fa-tornado::before {
	content: ""
}

.fa-file-circle-plus::before {
	content: ""
}

.fa-book-quran::before,
.fa-quran::before {
	content: ""
}

.fa-anchor::before {
	content: ""
}

.fa-border-all::before {
	content: ""
}

.fa-angry::before,
.fa-face-angry::before {
	content: ""
}

.fa-cookie-bite::before {
	content: ""
}

.fa-arrow-trend-down::before {
	content: ""
}

.fa-feed::before,
.fa-rss::before {
	content: ""
}

.fa-draw-polygon::before {
	content: ""
}

.fa-balance-scale::before,
.fa-scale-balanced::before {
	content: ""
}

.fa-gauge-simple-high::before,
.fa-tachometer-fast::before,
.fa-tachometer::before {
	content: ""
}

.fa-shower::before {
	content: ""
}

.fa-desktop-alt::before,
.fa-desktop::before {
	content: ""
}

.fa-m::before {
	content: "M"
}

.fa-table-list::before,
.fa-th-list::before {
	content: ""
}

.fa-comment-sms::before,
.fa-sms::before {
	content: ""
}

.fa-book::before {
	content: ""
}

.fa-user-plus::before {
	content: ""
}

.fa-check::before {
	content: ""
}

.fa-battery-4::before,
.fa-battery-three-quarters::before {
	content: ""
}

.fa-house-circle-check::before {
	content: ""
}

.fa-angle-left::before {
	content: ""
}

.fa-diagram-successor::before {
	content: ""
}

.fa-truck-arrow-right::before {
	content: ""
}

.fa-arrows-split-up-and-left::before {
	content: ""
}

.fa-fist-raised::before,
.fa-hand-fist::before {
	content: ""
}

.fa-cloud-moon::before {
	content: ""
}

.fa-briefcase::before {
	content: ""
}

.fa-person-falling::before {
	content: ""
}

.fa-image-portrait::before,
.fa-portrait::before {
	content: ""
}

.fa-user-tag::before {
	content: ""
}

.fa-rug::before {
	content: ""
}

.fa-earth-europe::before,
.fa-globe-europe::before {
	content: ""
}

.fa-cart-flatbed-suitcase::before,
.fa-luggage-cart::before {
	content: ""
}

.fa-rectangle-times::before,
.fa-rectangle-xmark::before,
.fa-times-rectangle::before,
.fa-window-close::before {
	content: ""
}

.fa-baht-sign::before {
	content: ""
}

.fa-book-open::before {
	content: ""
}

.fa-book-journal-whills::before,
.fa-journal-whills::before {
	content: ""
}

.fa-handcuffs::before {
	content: ""
}

.fa-exclamation-triangle::before,
.fa-triangle-exclamation::before,
.fa-warning::before {
	content: ""
}

.fa-database::before {
	content: ""
}

.fa-arrow-turn-right::before,
.fa-mail-forward::before,
.fa-share::before {
	content: ""
}

.fa-bottle-droplet::before {
	content: ""
}

.fa-mask-face::before {
	content: ""
}

.fa-hill-rockslide::before {
	content: ""
}

.fa-exchange-alt::before,
.fa-right-left::before {
	content: ""
}

.fa-paper-plane::before {
	content: ""
}

.fa-road-circle-exclamation::before {
	content: ""
}

.fa-dungeon::before {
	content: ""
}

.fa-align-right::before {
	content: ""
}

.fa-money-bill-1-wave::before,
.fa-money-bill-wave-alt::before {
	content: ""
}

.fa-life-ring::before {
	content: ""
}

.fa-hands::before,
.fa-sign-language::before,
.fa-signing::before {
	content: ""
}

.fa-calendar-day::before {
	content: ""
}

.fa-ladder-water::before,
.fa-swimming-pool::before,
.fa-water-ladder::before {
	content: ""
}

.fa-arrows-up-down::before,
.fa-arrows-v::before {
	content: ""
}

.fa-face-grimace::before,
.fa-grimace::before {
	content: ""
}

.fa-wheelchair-alt::before,
.fa-wheelchair-move::before {
	content: ""
}

.fa-level-down-alt::before,
.fa-turn-down::before {
	content: ""
}

.fa-person-walking-arrow-right::before {
	content: ""
}

.fa-envelope-square::before,
.fa-square-envelope::before {
	content: ""
}

.fa-dice::before {
	content: ""
}

.fa-bowling-ball::before {
	content: ""
}

.fa-brain::before {
	content: ""
}

.fa-band-aid::before,
.fa-bandage::before {
	content: ""
}

.fa-calendar-minus::before {
	content: ""
}

.fa-circle-xmark::before,
.fa-times-circle::before,
.fa-xmark-circle::before {
	content: ""
}

.fa-gifts::before {
	content: ""
}

.fa-hotel::before {
	content: ""
}

.fa-earth-asia::before,
.fa-globe-asia::before {
	content: ""
}

.fa-id-card-alt::before,
.fa-id-card-clip::before {
	content: ""
}

.fa-magnifying-glass-plus::before,
.fa-search-plus::before {
	content: ""
}

.fa-thumbs-up::before {
	content: ""
}

.fa-user-clock::before {
	content: ""
}

.fa-allergies::before,
.fa-hand-dots::before {
	content: ""
}

.fa-file-invoice::before {
	content: ""
}

.fa-window-minimize::before {
	content: ""
}

.fa-coffee::before,
.fa-mug-saucer::before {
	content: ""
}

.fa-brush::before {
	content: ""
}

.fa-mask::before {
	content: ""
}

.fa-magnifying-glass-minus::before,
.fa-search-minus::before {
	content: ""
}

.fa-ruler-vertical::before {
	content: ""
}

.fa-user-alt::before,
.fa-user-large::before {
	content: ""
}

.fa-train-tram::before {
	content: ""
}

.fa-user-nurse::before {
	content: ""
}

.fa-syringe::before {
	content: ""
}

.fa-cloud-sun::before {
	content: ""
}

.fa-stopwatch-20::before {
	content: ""
}

.fa-square-full::before {
	content: ""
}

.fa-magnet::before {
	content: ""
}

.fa-jar::before {
	content: ""
}

.fa-note-sticky::before,
.fa-sticky-note::before {
	content: ""
}

.fa-bug-slash::before {
	content: ""
}

.fa-arrow-up-from-water-pump::before {
	content: ""
}

.fa-bone::before {
	content: ""
}

.fa-user-injured::before {
	content: ""
}

.fa-face-sad-tear::before,
.fa-sad-tear::before {
	content: ""
}

.fa-plane::before {
	content: ""
}

.fa-tent-arrows-down::before {
	content: ""
}

.fa-exclamation::before {
	content: "!"
}

.fa-arrows-spin::before {
	content: ""
}

.fa-print::before {
	content: ""
}

.fa-try::before,
.fa-turkish-lira-sign::before,
.fa-turkish-lira::before {
	content: ""
}

.fa-dollar-sign::before,
.fa-dollar::before,
.fa-usd::before {
	content: "$"
}

.fa-x::before {
	content: "X"
}

.fa-magnifying-glass-dollar::before,
.fa-search-dollar::before {
	content: ""
}

.fa-users-cog::before,
.fa-users-gear::before {
	content: ""
}

.fa-person-military-pointing::before {
	content: ""
}

.fa-bank::before,
.fa-building-columns::before,
.fa-institution::before,
.fa-museum::before,
.fa-university::before {
	content: ""
}

.fa-umbrella::before {
	content: ""
}

.fa-trowel::before {
	content: ""
}

.fa-d::before {
	content: "D"
}

.fa-stapler::before {
	content: ""
}

.fa-masks-theater::before,
.fa-theater-masks::before {
	content: ""
}

.fa-kip-sign::before {
	content: ""
}

.fa-hand-point-left::before {
	content: ""
}

.fa-handshake-alt::before,
.fa-handshake-simple::before {
	content: ""
}

.fa-fighter-jet::before,
.fa-jet-fighter::before {
	content: ""
}

.fa-share-alt-square::before,
.fa-square-share-nodes::before {
	content: ""
}

.fa-barcode::before {
	content: ""
}

.fa-plus-minus::before {
	content: ""
}

.fa-video-camera::before,
.fa-video::before {
	content: ""
}

.fa-graduation-cap::before,
.fa-mortar-board::before {
	content: ""
}

.fa-hand-holding-medical::before {
	content: ""
}

.fa-person-circle-check::before {
	content: ""
}

.fa-level-up-alt::before,
.fa-turn-up::before {
	content: ""
}

.fa-sr-only,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0
}

.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

:host,
:root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(https://images.vigo-shop.com/general/webfonts/fa-solid-900.woff2)format("woff2"), url(https://images.vigo-shop.com/general/webfonts/fa-solid-900.ttf)format("truetype")
}

.fa-solid,
.fas {
	font-weight: 900
}

.vigo-banner {
	padding: .7142857143rem 0
}

@media (max-width:991px) {
	.vigo-banner {
		background-color: #fff !important
	}
}

.vigo-slick-banner {
	font-size: .9285714286rem
}

@media (min-width:1200px) {
	.vigo-slick-banner {
		font-size: 1rem;
		display: flex;
		align-items: center;
		justify-content: space-between
	}
}

.vigo-slick-banner img,
.vigo-slick-banner svg {
	width: 20px;
	fill: #99a0a7
}

@media (min-width:992px) {

	.vigo-slick-banner img,
	.vigo-slick-banner svg {
		width: 24px
	}
}

.vigo-slick-banner__item {
	padding: 0 8px
}

@media (min-width:768px) {
	.vigo-slick-banner__item {
		padding: 0 15px
	}
}

.vigo-slick-banner__item-inner {
	display: flex;
	justify-content: center;
	align-items: center
}

.vigo-slick-banner__icon {
	margin-right: 10px
}

button.button,
input.button {
	-webkit-appearance: button
}

button.button::-moz-focus-inner,
input.button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

.button {
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1em;
	font-style: normal;
	font-weight: 600;
	margin: 0;
	padding: .6180469716em 1.41575em;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: all 150ms ease;
	vertical-align: middle
}

.button:focus,
.button:hover {
	border-color: #4d4d4d;
	color: gray
}

.button[disabled] {
	opacity: .75
}

.button--rounded {
	border-radius: 4px
}

.button--gray {
	background-color: #e3e6e8;
	border-color: #e3e6e8;
	color: #333 !important
}

.button--gray:focus,
.button--gray:hover {
	background-color: #c7cdd1;
	border-color: #c7cdd1
}

.button--yellow {
	background-color: #e68614;
	border-color: #e68614;
	color: #fff !important;
	box-shadow: 0 2px 0#c86d01, 0 3px 13px rgba(240, 152, 49, .5)
}

.button--yellow:focus,
.button--yellow:hover {
	background-color: #b76b10;
	border-color: #b76b10
}

.button--yellow-gradient {
	background: linear-gradient(360deg, #e07a00 .3%, #e68614 100%);
	border-color: transparent;
	color: #fff !important
}

.button--yellow-gradient:focus,
.button--yellow-gradient:hover {
	border-color: transparent
}

.button--yellow-bs {
	box-shadow: 0 2px 0#c86d01, 0 3px 13px rgba(240, 152, 49, .5)
}

.button--green {
	background-color: #24b800;
	border-color: #24b800;
	color: #fff
}

.button--green:focus,
.button--green:hover {
	background-color: #1a8500;
	border-color: #1a8500
}

.button--green-gradient {
	color: #fff !important
}

.button--green-gradient:focus,
.button--green-gradient:hover {
	border-color: transparent
}

.button--link,
.button--plain {
	background-color: transparent;
	border: 0;
	color: inherit;
	font-weight: inherit
}

.button--plain {
	padding: .5em
}

.button--link {
	padding: 0;
	text-align: left
}

.button--has-icon {
	align-items: center;
	display: inline-flex;
	gap: .5em
}

.button--has-icon>svg {
	fill: currentColor
}

.button--has-icon.button--block {
	justify-content: center
}

.button--block {
	text-align: center;
	width: 100%;
	height: 100%
}

.button--s {
	padding: .75em 1em
}

.button--m {
	padding: .75em 1.6em
}

.button--l {
	padding: 1em 2em
}

@media (max-width:991px) {
	.button-font--l {
		font-size: 1.4285714286rem
	}
}

.button--bold,
.button--shop {
	font-weight: 700
}

.button--shop {
	background: linear-gradient(180deg, #3ec000 0, #00ac00 100%)0 0 no-repeat padding-box;
	max-width: 100%;
	box-shadow: 0 2px 0#090, 0 3px 13px rgba(0, 153, 0, .36);
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #fff
}

.button--shop:focus {
	color: #fff
}

.button--shop::before {
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 22" fill="none"><path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M19.3334 17.875C18.2288 17.875 17.3334 18.7984 17.3334 19.9375C17.3334 21.0766 18.2288 22 19.3334 22C20.438 22 21.3334 21.0766 21.3334 19.9375C21.3334 18.7984 20.438 17.875 19.3334 17.875ZM7.33335 17.875C6.22876 17.875 5.33334 18.7984 5.33334 19.9375C5.33334 21.0766 6.22876 22 7.33335 22C8.43793 22 9.33335 21.0766 9.33335 19.9375C9.33335 18.7984 8.43793 17.875 7.33335 17.875ZM23.7304 1.92216C23.4759 1.57442 23.0878 1.375 22.6653 1.375H5.08155L4.98243 0.83832C4.89259 0.351914 4.48022 0 4.00009 0H1C0.447709 0 0 0.461699 0 1.03125C0 1.6008 0.447709 2.0625 1 2.0625H3.17255L5.68434 15.6617C5.77418 16.1481 6.18655 16.5 6.66668 16.5H20.3334C20.8857 16.5 21.3334 16.0383 21.3334 15.4688C21.3334 14.8992 20.8857 14.4375 20.3334 14.4375H7.49414L7.11322 12.375H20.3795C20.975 12.375 21.4984 11.9679 21.6621 11.3773L23.9479 3.128C24.0638 2.70905 23.9843 2.26995 23.7304 1.92216Z" fill="white"/></svg>');
	background-repeat: no-repeat;
	top: 0;
	line-height: 1;
	height: 18px;
	width: 20px;
	margin-right: 3px
}

.vigo-sticky-add-to-cart-and-links .button--shop {
	box-shadow: none;
	border-radius: 0
}

.button--lg {
	font-size: 1.25rem;
	padding: 20px 60px
}

.button--lg .button--rounded {
	border-radius: 6px
}

.button--lg .flex__item svg {
	width: 20px
}

.button--lg .flex__item:first-child svg {
	opacity: .5
}

.button--green-gradient {
	position: relative;
	border: 0;
	border-radius: var(--vigoshop-button-cta-border-radius);
	background: #e3e6e8;
	background: linear-gradient(180deg, #3ec000 0, #00ac00 100%)0 0 no-repeat padding-box;
	border-bottom: 2px solid #090
}

.button--green-gradient:hover {
	border-bottom: 2px solid #00ac00
}

.vigo-header.vigo-header--wc {
	padding: 1.0714285714rem 0 0
}

.woocommerce-cart .footer-wrap,
.woocommerce-cart .payment-methods__content {
	display: none !important
}

.woocommerce-cart .simple-upsells-wrapper .simple-upsell .add_to_cart_widget_single {
	color: #fff;
	border-color: #32bc00;
	background: linear-gradient(180deg, #3ec000 0, #00ac00 100%)0 0 no-repeat padding-box;
	display: flex;
	justify-content: center;
	align-items: center
}

.woocommerce-cart .simple-upsells-wrapper .simple-upsell .remove_additional_widget-wrapper {
	margin-top: auto
}

.vigo-topbar__wc-step:first-child {
	border-radius: 5px 0 0 5px;
	border-width: 1px 0 1px 1px
}

.vigo-topbar__wc-step:last-child {
	border-radius: 0 5px 5px 0;
	border-width: 1px 1px 1px 0
}

.vigo-topbar__wc-step {
	border-color: #37424f;
	border-style: solid;
	border-width: 1px 0;
	overflow: hidden;
	padding: .7142857143rem 3.2142857143rem;
	position: relative
}

.vigo-topbar__wc-step:not(:last-child)::after,
.vigo-topbar__wc-step:not(:last-child)::before {
	background-color: #37424f;
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	right: -.7857142857rem;
	width: 2.3571428571rem
}

@media (min-width:450px) {

	.vigo-topbar__wc-step:not(:last-child)::after,
	.vigo-topbar__wc-step:not(:last-child)::before {
		width: 2.5714285714rem
	}
}

.vigo-topbar__wc-step.passed:not(:last-child)::after,
.vigo-topbar__wc-step.passed:not(:last-child)::before {
	background-color: #232f3e
}

.vigo-topbar__wc-step.active {
	background-color: #37424f
}

.vigo-topbar__wc-step.active:not(:last-child)::after,
.vigo-topbar__wc-step.active:not(:last-child)::before {
	background-color: #232f3e;
	height: 53px;
	width: 25px
}

.vigo-topbar__wc-step.completed:not(:last-child)::after,
.vigo-topbar__wc-step.completed:not(:last-child)::before {
	height: 53px;
	width: 25px
}

.vigo-topbar__wc-step.active:before,
.vigo-topbar__wc-step.completed:before {
	transform: rotate(40deg)
}

.vigo-topbar__wc-step.active::after,
.vigo-topbar__wc-step.completed::after {
	transform: rotate(140deg)
}

.vigo-topbar__wc-step-text svg {
	width: 15px
}

.vigo-topbar__wc-step::before {
	top: 12px;
	transform: rotate(50deg)
}

.vigo-topbar__wc-step::after {
	bottom: 12px;
	transform: rotate(130deg)
}

.woocommerce-cart {
	background-color: #f0f2f5
}

.vigo-cart__item-thumbnail {
	min-width: 70px
}

.vigo-cart__item-thumbnail img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	object-fit: cover;
	border-radius: 5px
}

.vigo-cart__item-qty select {
	width: 100%;
	height: 48px;
	border: 1px solid #ddd;
	outline: 0;
	padding: 0 0 0 8px;
	border-radius: 4px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 50%;
	font-weight: 700;
	position: relative
}

.vigo-wc-cart__items .vigo-wc-cart__item-wrapper .vigo-cart__item-qty .quantity_select select {
	color: #232f3e
}

.vigo-cart__item-qty .variation {
	position: absolute
}

.vigo-cart__item-qty .checkout-product-upsell a,
.vigo-cart__item-qty .variation dd,
.vigo-cart__item-qty .variation dt,
.vigo-wc-cart__totals .cart-collaterals .cart-subtotal,
.vigo-wc-cart__totals .cart-collaterals h2 {
	display: none
}

.vigo-cart__item-qty .variation dd.variation-checkoutUpsell {
	display: block
}

.vigo-cart__item-qty .checkout-product-upsell {
	position: absolute;
	background-color: #30bb00;
	z-index: 11;
	width: max-content;
	left: -20px;
	top: -10px;
	padding: 3px 7px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	font-weight: 700
}

.vigo-cart__item-remove a {
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	padding: 10px;
	background-color: #ccc;
	border-radius: 50%;
	align-items: center;
	width: 5px;
	height: 5px;
	flex-shrink: 0
}

.vigo-wc-cart__totals .cart-collaterals {
	padding: 0 0 0 20px;
	border-left: solid 1px #f0f2f5
}

.woocommerce-cart .cart-empty.woocommerce-info,
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-order-received .woocommerce-notices-wrapper {
	margin-top: 1.4285714286rem;
	border-radius: 10px;
	flex-basis: 100%
}

.wc-empty-cart-message .tag,
.woocommerce-notices-wrapper .tag {
	white-space: initial;
	padding: 10px;
	border-radius: 0
}

.woocommerce-notices-wrapper .tag a {
	color: #fff
}

.woocommerce-cart .return-to-shop a {
	min-width: 300px;
	border: 0;
	font-weight: 700;
	border-radius: 5px;
	background-color: var(--vigoshop-button-cta-gradient);
	background: var(--vigoshop-button-cta-gradient);
	box-shadow: var(--vigoshop-button-cta-shadow);
	color: var(--vigoshop-button-cta-text);
	min-height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .7142857143rem;
	padding: .75em 2em;
	font-size: 20px
}

.wc-proceed-to-checkout a:after,
.woocommerce-cart .return-to-shop a:before {
	content: "";
	height: 18px;
	width: 18px;
	margin-left: 0;
	display: inline-block;
	background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.541 17.088"%3E%3Cdefs%3E%3Cfilter id="r24rvh5zma" x="0" y="0" width="17.541" height="17.088" filterUnits="userSpaceOnUse"%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation=".5" result="blur"/%3E%3CfeFlood flood-opacity=".149"/%3E%3CfeComposite operator="in" in2="blur"/%3E%3CfeComposite in="SourceGraphic"/%3E%3C/filter%3E%3C/defs%3E%3Cg style="filter:url(%23r24rvh5zma)"%3E%3Cpath data-name="arrow_cta_icon" d="m14.265 6.379-6.1-6.1a.941.941 0 0 0-1.334 1.327l4.5 4.5H0v1.879h11.327l-4.5 4.5a.941.941 0 0 0 1.331 1.331l6.1-6.1a.941.941 0 0 0 0-1.331" transform="translate(1.5 .5)" style="fill:%23fff"/%3E%3C/g%3E%3C/svg%3E')no-repeat;
	background-size: contain
}

.woocommerce-cart .return-to-shop a:before {
	transform: rotate(180deg)
}

.vigo-cart-oyw {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}

.woocommerce-cart .return-to-shop {
	margin-bottom: 20px
}

.vigo-wc-cart__item {
	border-bottom: solid 1px #f0f2f5
}

.vigo-wc-empty-cart .content__badge {
	padding-left: 0
}

.vigo-cart__item-remove a,
.vigo-wc-empty-cart .content__badge div.grid,
.wc-proceed-to-checkout a {
	display: flex;
	justify-content: center
}

.woocommerce-cart .content__badge {
	text-align: center
}

.vigo-wc-empty-cart p.cart-empty {
	margin: 0;
	font-size: 18px;
	font-weight: 700
}

.vigo-cart-coupon {
	margin: 20px 0
}

.vigo-cart-coupon input {
	min-height: 42px;
	border: 1px solid #e3e6e8;
	border-radius: 4px;
	padding: .4761904762em;
	transition: .25s
}

.vigo-cart-coupon button {
	border-width: 3px;
	border-radius: 4px;
	min-height: 42px;
	font-size: 14px
}

.vigo-coupon-totals__title {
	font-size: 16px
}

.order-total+.shop_table {
	display: none
}

.remove_additional_widget svg,
.vigo-coupon-totals svg {
	width: 1em;
	fill: #5f6061
}

.vigo-coupon-totals__remove {
	display: flex;
	gap: 5px;
	align-items: center
}

@media only screen and (min-width:375px) {
	.vigo-cart__item-qty select {
		min-width: 96px
	}
}

.vigo-cart-widget-warranty__qty .vigo-cart__item-qty {
	min-width: 100px
}

.vigo-cart-widget-warranty__title {
	font-size: 1.2857142857rem
}

.vigo-cart-widget-warranty__dim {
	font-size: 1.0714285714rem
}

.vigo-cart-widget-warranty__image {
	width: 100%;
	height: 310px;
	overflow: hidden;
	border-radius: 4px
}

.vigo-cart-widget-warranty__image img {
	width: 100%;
	object-fit: cover
}

.vigo-cart-upsell-multi__img {
	margin: auto
}

.vigo-cart-upsell-multi__img img {
	max-width: 150px
}

.product_desc_multy {
	font-size: .875em;
	margin: 5px 0
}

.product_desc_multy #showMoreButton_1,
.product_desc_multy #showMoreButton_2,
.product_desc_multy #showMoreButton_3 {
	display: inline-block;
	font-weight: 700;
	cursor: pointer
}

@media (min-width:768px) {
	.product_desc_multy {
		font-size: 1em
	}
}

.vigo-cart-upsell-multi__img {
	overflow: hidden;
	max-width: 100% !important
}

.vigo-cart-upsell-multi__img>img {
	width: 100%;
	height: auto;
	object-fit: cover
}

@media (max-width:991px) {
	.vigo-cart-upsell-multi__img {
		height: auto
	}
}

.vigo-cart-upsell-multi__tap {
	min-height: 100px
}

@media (max-width:991px) {
	.vigo-cart-upsell-multi__tap {
		min-height: auto
	}
}

.cart_totals .includes_tax,
body.woocommerce-checkout .woocommerce-additional-fields>h3,
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .input-radio,
body.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
body.woocommerce-checkout .woocommerce-order-received .wc-thankyou-content section.woocommerce-info {
	display: none
}

@media (max-width:991px) {

	.vigo-cart-coupon input,
	.vigo-cart-upsell-single__content {
		width: 100%
	}

	.vigo-cart-widget-warranty__image {
		height: auto
	}

	.vigo-cart-coupon {
		margin-bottom: 20px;
		margin-top: 20px
	}

	.vigo-cart-coupon>.flex {
		justify-content: flex-start;
		flex-direction: row;
		gap: 10px
	}

	.vigo-cart-coupon .flex__item:first-child {
		width: 80%;
		flex-grow: 1;
		flex-shrink: 1
	}

	.vigo-wc-empty-cart .vigo-wc-cart__head {
		border-radius: 0
	}

	.vigo-wc-empty-cart>.grid {
		margin-top: 0;
		border-radius: 0
	}

	.vigo-wc-empty-cart .content__badge {
		width: auto
	}

	.vigo-cpw-item {
		margin-top: 14px
	}

	.vigo-wc-cart__head {
		display: none
	}

	.vigo-wc-cart {
		border-radius: 0;
		padding: 0;
		margin: 0;
		background-color: transparent
	}

	.woocommerce-notices-wrapper:empty {
		margin: 0
	}

	.vigo-wc-cart__items {
		background-color: #fff;
		padding: 0 20px 20px
	}
}

@media (max-width:991px) and (min-width:992px) {
	.vigo-wc-cart__items {
		padding: 20px
	}
}

@media (max-width:991px) {
	.vigo-wc-cart__totals {
		margin: 20px 0
	}

	.vigo-wc-cart__totals .content__badge .f--s {
		font-size: 14px
	}

	.vigo-wc-cart__totals .order-total>div {
		font-size: 16px
	}

	.vigo-cart-oyw>div:not(:first-child) {
		display: none
	}

	.woocommerce-cart .vigo-header,
	.woocommerce-checkout .vigo-header {
		display: block;
		padding: 0
	}

	.woocommerce-cart .vigo-topbar,
	.woocommerce-checkout .vigo-topbar {
		display: inherit
	}

	.woocommerce-cart .vigo-topbar .vigo-topbar__info,
	.woocommerce-cart .vigo-topbar .vigo-topbar__logo,
	.woocommerce-checkout .vigo-topbar .vigo-topbar__info,
	.woocommerce-checkout .vigo-topbar .vigo-topbar__logo {
		display: none
	}

	.woocommerce-cart .vigo-topbar .vigo-topbar__wc-step,
	.woocommerce-checkout .vigo-topbar .vigo-topbar__wc-step {
		padding: .7rem 2rem
	}

	.woocommerce-cart .vigo-topbar__wc-steps .grid,
	.woocommerce-checkout .vigo-topbar__wc-steps .grid {
		grid-template-columns: repeat(12, minmax(0, max-content))
	}

	.woocommerce-cart .product-name a {
		color: #333
	}

	.woocommerce-cart .product-price,
	.woocommerce-cart .product-remove {
		display: flex;
		justify-content: flex-end
	}

	.vigo-cart__item-thumbnail img {
		width: 70px;
		height: 70px
	}

	.vigo-wc-cart__item {
		padding: 24px 0 36px;
		border-bottom: 1px solid #f0f2f5;
		margin: 0
	}

	.vigo-cart__item-qty .checkout-product-upsell {
		top: -10px;
		max-width: 150px
	}
}

@media (max-width:991px) and (min-width:992px) {
	.vigo-cart__item-qty .checkout-product-upsell {
		max-width: 150px
	}
}

@media (max-width:991px) and (max-width:991px) {
	.vigo-cart__item-qty .checkout-product-upsell {
		top: -14px;
		line-height: 14px
	}
}

@media (max-width:991px) {
	.vigo-wc-cart__item-wrapper {
		flex-grow: 1 !important
	}

	.woocommerce-cart .vigo-cart-modal {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 20;
		box-shadow: 0-2px 22px rgba(0, 0, 0, .1);
		left: 0
	}

	.vigo-cart-modal .s-all--m {
		padding: 15px 20px 20px
	}
}

@media (max-width:991px) and (min-width:992px) {
	.vigo-cart-modal .s-all--m {
		padding: 20px
	}
}

@media (max-width:991px) {
	.woocommerce-cart .vigo-cart-modal .order-total {
		width: 40%;
		padding-bottom: 5px
	}

	.woocommerce-cart .vigo-cart-modal .wc-proceed-to-checkout {
		width: 60%
	}

	.brand-toprabat.woocommerce-cart .vigo-cart-modal .order-total,
	.brand-toprabat.woocommerce-cart .vigo-cart-modal .wc-proceed-to-checkout {
		width: unset
	}

	.brand-toprabat.woocommerce-cart .vigo-cart-modal .order-total .flex__item {
		font-size: 15px !important
	}

	.woocommerce-cart .vigo-cart-modal .wc-proceed-to-checkout .checkout-button {
		padding: 13.5px;
		border: unset
	}

	.vigo-cart-upsell-multi__img {
		margin-bottom: 0
	}

	.vigo-cart-upsell-multi__items {
		grid-gap: 20px !important
	}

	.vigo-cart-upsell-multi .vigo-gift,
	.vigo-cart-upsell-multi-mobile .vigo-gift,
	.vigo-cart-upsell-single .vigo-gift {
		display: flex;
		justify-content: center
	}

	.vigo-cart-upsell-multi-mobile__items {
		width: 100%
	}

	.vigo-cart-upsell-multi-mobile__items>div {
		padding: 8px 15px 20px
	}
}

@media (max-width:991px) and (min-width:768px) {
	.vigo-cart-upsell-multi-mobile__items>div {
		padding: 14px 20px 25px
	}
}

@media (max-width:991px) {
	.vigo-cart-upsell-multi .vigo-gift__tooltip--center {
		top: -40px !important;
		position: relative;
		margin: 0 auto -40px
	}

	.vigo-wc-cart__totals .cart-collaterals {
		padding: 0 20px
	}
}

@media (max-width:449px) {

	.woocommerce-cart .vigo-topbar .vigo-topbar__wc-step,
	.woocommerce-checkout .vigo-topbar .vigo-topbar__wc-step {
		padding: .7rem 1.7rem;
		font-size: 12px
	}
}

.vigo-cart__item-price {
	text-align: center
}

.woocommerce-cart .order-total .amount,
.woocommerce-cart .order-total>div,
.woocommerce-cart .quantity_select select,
.woocommerce-cart .vigo-cart__item-price .amount {
	font-size: 1.2857142857rem !important
}

@media (min-width:768px) {

	.woocommerce-cart .order-total .amount,
	.woocommerce-cart .order-total>div,
	.woocommerce-cart .quantity_select select,
	.woocommerce-cart .vigo-cart__item-price .amount {
		font-size: 1.2857142857rem !important
	}
}

.vigo-cart-upsell-multi {
	border: solid 1px #ddd
}

.vigo-cart-upsell-multi .quantity_select select {
	cursor: pointer;
	text-transform: lowercase
}

.vigo-cart-upsell-multi .multy_upsells_add.button {
	background-image: linear-gradient(to bottom, #f0f2f5, #e3e6e8);
	color: #232f3e;
	border: 0
}

.vigo-cart-upsell-multi .vigo-cart-upsell-multi__item {
	border: 2px solid #ddd;
	border-radius: 10px;
	padding: 10px
}

.vigo-cart-upsell-multi .vigo-cart-upsell-multi__item.yellow_active {
	border: solid 2px #ea8c1e;
	background-color: #fff5e3;
	border-radius: 10px;
	padding: 14px
}

select.one,
select.two {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23fff'><polygon points='0,0 100,0 50,50'/></svg>")no-repeat;
	background-color: #f09831;
	color: #fff;
	border: 0;
	background-size: 16px;
	background-position: calc(100% - 13px) 21px
}

select.two {
	background-color: #32bc00
}

.variation_upsell select.one,
.variation_upsell select.two {
	background-size: 13px;
	background-position: calc(100% - 13px) 15px
}

.vigo-cart-upsell-multi .vigo-cart-upsell-multi__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center
}

.vigo-cart-upsell-multi .vigo-cart-upsell-multi__item {
	max-width: 280px
}

@media (min-width:550px) {
	.vigo-cart-upsell-multi .vigo-cart-upsell-multi__item {
		width: 41%
	}
}

@media (min-width:768px) {
	.vigo-cart-upsell-multi .vigo-cart-upsell-multi__img {
		margin: 0 auto 10px
	}

	.vigo-cart-upsell-multi .vigo-cart-upsell-multi__item {
		width: 26%;
		display: flex;
		flex-direction: column;
		align-items: stretch
	}

	.vigo-cart-upsell-multi .vigo-cart-upsell-multi__item .margin_auto {
		margin-top: auto
	}

	.vigo-cart-upsell-multi .tag--sale.tag--sale-red {
		margin-bottom: 10px
	}
}

.wc-proceed-to-checkout a {
	min-height: 62px;
	align-items: center;
	gap: .7142857143rem;
	padding: .75em 2em;
	font-weight: 700;
	font-size: 20px
}

.wc-proceed-to-checkout a:after {
	margin-bottom: -5px
}

.vigo-wc-cart__totals .cart_totals .order-total {
	margin-bottom: 20px
}

.vigo-wc-cart__totals .cart_totals .vigo-cart-modal .order-total {
	margin-bottom: unset
}

@media screen and (max-width:991px) {
	body.woocommerce-cart {
		background-color: #fff
	}

	body.woocommerce-cart .vigo-wc-cart__totals {
		margin: 0
	}

	body.woocommerce-cart .woocommerce-cart-form .order-total,
	body.woocommerce-cart .woocommerce-cart-form .payment-methods,
	body.woocommerce-cart .woocommerce-cart-form .wc-proceed-to-checkout {
		display: none
	}
}

body.woocommerce-cart .vigo-header {
	padding: 8px
}

body.woocommerce-cart .vigo-header.vigo-header--wc {
	padding: 0
}

@media only screen and (min-width:992px) {
	body.woocommerce-cart .vigo-wc-cart {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

@media only screen and (min-width:1200px) {
	body.woocommerce-cart .vigo-wc-cart {
		margin-top: 40px;
		margin-bottom: 40px
	}
}

body.woocommerce-checkout {
	background-color: #f0f2f5
}

body.woocommerce-checkout .checkout-billing-title {
	color: #232f3e;
	font-size: 24px;
	margin-bottom: 12px
}

body.woocommerce-checkout .container {
	padding: 0
}

body.woocommerce-checkout .wc-checkout-wrap {
	background-color: #f0f2f5;
	margin-top: 15px !important;
	padding-top: 0 !important;
	padding-bottom: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

@media (min-width:768px) {
	body.woocommerce-checkout .wc-checkout-wrap {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
		padding-top: 18px !important;
		background-color: #fff;
		border-radius: 10px
	}
}

body.woocommerce-checkout .wc-checkout-wrap form {
	padding: 0 40px
}

@media (max-width:991px) {
	body.woocommerce-checkout .wc-checkout-wrap form {
		padding: 0 15px
	}
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	position: relative;
	grid-gap: 10px
}

body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	padding-top: 15px
}

body.woocommerce-checkout .woocommerce-additional-fields .tag {
	margin: 5px 0;
	font-weight: 500;
	display: inline-block;
	white-space: collapse
}

body.woocommerce-checkout .upsell_regular_price,
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method>label.checked {
	font-weight: 700
}

body.woocommerce-checkout #custom_shipping {
	margin-top: 15px
}

body.woocommerce-checkout p.form-row {
	margin-bottom: 12px
}

body.woocommerce-checkout .shipping_method_custom>.shipping-tab {
	overflow: hidden;
	border: 0 !important;
	margin-bottom: 3px
}

body.woocommerce-checkout .shipping_method_custom .shipping-tab>label {
	background-color: #fff;
	border: 1px solid #ccc !important
}

body.woocommerce-checkout .shipping_method_custom .shipping-tab>label:before {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #ccc;
	border: 3px solid #fff;
	flex-shrink: 0
}

body.woocommerce-checkout .shipping_method_custom .shipping-tab>label.checkedlabel:before {
	background-color: #47b426;
	box-shadow: 0 0 0 1px #47b426
}

body.woocommerce-checkout .shipping_method_custom>.shipping-tab>label {
	border-radius: 5px
}

body.woocommerce-checkout .shipping_method_custom .shipping-tab>label.checkedlabel {
	border-color: #47b426 !important
}

body.woocommerce-checkout .delivery-from-eu-warehouse {
	align-items: center;
	margin-top: 15px !important
}

@media (min-width:992px) {
	body.woocommerce-checkout .delivery-from-eu-warehouse {
		margin-top: 20px !important
	}
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method>label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px;
	font-weight: 500
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label .sv-wc-payment-gateway-card-icons,
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label>img {
	padding-left: 30px
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_bacs label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_braintree_credit_card .sv-wc-payment-gateway-card-icons,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_braintree_paypal label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_cod .hs-checkout__payment-method-cod-icon-container,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_cod label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_klarna_payments_pay_later label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_klarna_payments_pay_now label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_klarna_payments_pay_over_time label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_payustandard .payu-payment-icons,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_platba24 label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_sofortgateway label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_woosa_adyen_credit_card label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_woosa_adyen_ideal label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_woosa_adyen_trustly label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payu-payment-icons label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.wc_payment_method.payment_method_agent_reclamation_paid label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.wc_payment_method.payment_method_easypay_mb label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.wc_payment_method.payment_method_eupago_bizum label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.wc_payment_method.payment_method_eupago_mbway label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.wc_payment_method.payment_method_mbway_checkout label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.wc_payment_method.payment_method_mollie_wc_gateway_banktransfer label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.wc_payment_method.payment_method_mollie_wc_gateway_ideal label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.wc_payment_method.payment_method_mollie_wc_gateway_przelewy24 label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.wc_payment_method.payment_method_payustandard label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.wc_payment_method.payment_method_stripe_ideal label img {
	margin-left: auto
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method .payment-icon-wrapper {
	margin-left: auto;
	text-align: right
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_klarna_payments_direct_bank_transfer img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_klarna_payments_direct_debit img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_klarna_payments_pay_later img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_klarna_payments_pay_now img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_klarna_payments_pay_over_time img {
	max-width: 63px !important;
	width: 63px;
	margin-left: auto
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method img.stripe-ideal-icon.stripe-icon {
	height: 36px !important;
	width: 54px !important
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_cod .hs-checkout__payment-method-cod-icon-container img {
	height: 40px
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_payustandard .payu-payment-icons img {
	height: 26px
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_braintree_paypal img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_woosa_adyen_trustly img {
	width: 100px;
	max-height: 33px
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method .wc-braintree-credit-card-payment-gateway-icon {
	width: 48px !important;
	height: 30px !important
}

body.woocommerce-checkout li.wc_payment_method .payment-icon-wrapper {
	padding-left: 5px
}

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

	body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method .hs-checkout__payment-method-cod-icon-container,
	body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method .sv-wc-payment-gateway-card-icons {
		justify-content: flex-end;
		text-align: right
	}
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_braintree_credit_card .sv-wc-payment-gateway-card-icons img.sv-wc-payment-gateway-icon:last-of-type {
	margin-right: 0 !important
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe_ideal label img {
	height: 30px
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_eupago_mbway label img,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_mbway_checkout label img {
	height: 35px
}

body.woocommerce-checkout .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_woosa_adyen_credit_card .payment_method_woosa_adyen_credit_card .adyen-checkout__card__brands .adyen-checkout__card__brands__brand-wrapper img.adyen-checkout__image {
	vertical-align: unset
}

body.woocommerce-checkout #adn-card-form,
body.woocommerce-checkout #adn-ideal-container,
body.woocommerce-checkout #adn-scheme-card-new,
body.woocommerce-checkout .adn-stored-card,
body.woocommerce-checkout .adn-wrap-form,
body.woocommerce-checkout .payment_box {
	border-bottom: unset !important
}

body.woocommerce-checkout #payment .payment_methods li .payment_box.payment_method_woosa_adyen_credit_card {
	padding: unset !important
}

body.woocommerce-checkout #payment .adn-stored-cards .adn-stored-card {
	background: #fff !important
}

body.woocommerce-checkout .adyen-checkout__dropdown__button {
	width: unset !important
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
	background-color: #fff;
	border-left: 1px solid #d1dbe5;
	border-right: 1px solid #d1dbe5;
	border-top: 1px solid #d1dbe5
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.checked,
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:has(.checked) {
	background-color: #e8f3ff
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:last-of-type {
	border-bottom: 1px solid #d1dbe5
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method>label::before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #ccc;
	border: 3px solid #fff;
	margin-right: 15px;
	flex-shrink: 0
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method>label.checked:before {
	background-color: #47b426;
	box-shadow: 0 0 0 2px #47b426
}

body.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .payment_box {
	padding: 1.41575em
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .payment_box>fieldset {
	border: 0;
	padding: 0
}

body.woocommerce-checkout input[name=woocommerce_checkout_place_order] {
	font-size: 18px;
	font-weight: 700
}

@media (min-width:992px) {
	body.woocommerce-checkout input[name=woocommerce_checkout_place_order] {
		margin: 20px;
		font-size: 20px;
		width: 93%
	}
}

.footer-main__links ul,
body.woocommerce-checkout .woocommerce-checkout-payment ul {
	padding: 0;
	list-style: none
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	color: #5f6061
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
	padding: 5px 5px 5px 0
}

body.woocommerce-checkout form.woocommerce-checkout {
	margin-bottom: 0
}

@media (min-width:992px) {
	body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
		margin: 0;
		border-width: 1px
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table {
		border-spacing: 0 1em;
		border-collapse: collapse;
		font-size: 16px
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
		color: #24b800
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total * {
		font-weight: 700
	}
}

body.woocommerce-checkout .vigo-checkout-warranty,
body.woocommerce-checkout .vigo-surprise {
	background-color: #fff
}

body.woocommerce-checkout .vigo-checkout-warranty__img {
	text-align: right;
	max-width: 80px
}

@media (min-width:992px) {
	body.woocommerce-checkout .vigo-checkout-warranty__img {
		max-width: 100px
	}
}

@media (max-width:767px) {
	body.woocommerce-checkout .vigo-checkout-warranty__img {
		display: none
	}
}

body.woocommerce-checkout .vigo-checkout-warranty__img img {
	width: 100%;
	height: auto
}

body.woocommerce-checkout .vigo-checkout-gift__img {
	height: 80%;
	text-align: right;
	max-width: 70px;
	margin-left: 5px;
	width: 25%
}

body.woocommerce-checkout .vigo-checkout-total__content {
	align-items: flex-start;
	font-size: 14px
}

@media screen and (max-width:767px) {
	body.woocommerce-checkout .vigo-checkout-total__content {
		padding: 10px
	}
}

body.woocommerce-checkout .border_price {
	border-top: 1px solid #f0f2f5
}

@media (max-width:767px) {
	body.woocommerce-checkout .vigo-checkout-total__content .t--right {
		text-align: left !important
	}

	body.woocommerce-checkout .border_price {
		border-top: 1px solid #e5e5e8
	}
}

body.woocommerce-checkout .vigo-checkout-total__content>div>span {
	position: relative
}

body.woocommerce-checkout .vigo-checkout-total__trash {
	margin-left: 4px
}

body.woocommerce-checkout .vigo-checkout-total__trash svg {
	width: 16px;
	fill: #5f6061
}

body.woocommerce-checkout .woocommerce-checkout-review-order {
	margin-bottom: 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
	margin-top: 15px
}

body.woocommerce-checkout .woocommerce-checkout .vigo-gift {
	margin-top: 30px
}

@media (min-width:992px) {
	body.woocommerce-checkout .woocommerce-checkout .vigo-gift {
		margin-top: 40px !important
	}
}

body.woocommerce-checkout p#billing_county_field,
body.woocommerce-checkout p#billing_locality_field {
	grid-column: 12 span
}

body.woocommerce-checkout .form-row .select2-container {
	width: 100% !important
}

body.woocommerce-checkout p#billing_address_ap_field,
body.woocommerce-checkout p#billing_address_bl_field,
body.woocommerce-checkout p#billing_address_et_field,
body.woocommerce-checkout p#billing_address_sc_field {
	grid-column: 3 span
}

body.woocommerce-checkout #payment .payment_methods>.wc_payment_method>label {
	padding: 1.41575em 1em;
	cursor: pointer
}

body.woocommerce-checkout .woocommerce-error--checkout {
	padding: 7px 15px 5px;
	color: #dc143c;
	background-color: #fac3ce;
	border-radius: 4px 4px 0 0;
	margin-bottom: 10px;
	margin-top: -10px
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
	padding: 10px 0
}

body.woocommerce-checkout .agreed_terms_txt {
	position: relative;
	top: 15px
}

body.woocommerce-checkout .before_form {
	padding-bottom: 2px
}

body.woocommerce-order-pay .woocommerce {
	margin-bottom: 30px
}

.vigo-checkout-total {
	padding: 5px 5px 0;
	margin-bottom: 0 !important
}

@media (min-width:768px) {
	.vigo-checkout-total {
		padding: 0 20px
	}
}

.vigo-checkout-total__sum>div {
	font-size: 18px
}

@media (max-width:991px) {

	.woocommerce-cart .footer-mobile>div,
	.woocommerce-checkout .footer-mobile>div {
		background-color: #e3e6e8;
		border-top-width: 0
	}
}

@media (max-width:767px) {
	.vigo-checkout-total__sum {
		justify-content: flex-start !important
	}
}

.review-form__input,
.review-form__label,
.review-form__textarea {
	box-sizing: border-box
}

.woocommerce-checkout .button--green-gradient {
	margin-top: 0 !important;
	font-size: 1.4285714286rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .7142857143rem;
	padding: .95em 2em
}

.woocommerce-checkout .button--green-gradient::before {
	display: inline-block;
	height: 20px;
	width: 20px;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="20" viewBox="0 0 17 20" fill="none"><path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M15.1786 8.75H14.2679V5.9375C14.2679 2.66406 11.6799 0 8.5 0C5.32009 0 2.73214 2.66406 2.73214 5.9375V8.75H1.82143C0.815848 8.75 0 9.58984 0 10.625V18.125C0 19.1602 0.815848 20 1.82143 20H15.1786C16.1842 20 17 19.1602 17 18.125V10.625C17 9.58984 16.1842 8.75 15.1786 8.75ZM11.2321 8.75H5.76786V5.9375C5.76786 4.38672 6.99353 3.125 8.5 3.125C10.0065 3.125 11.2321 4.38672 11.2321 5.9375V8.75Z" fill="white"/></svg>')
}

.checkout-warranty {
	margin-top: 24px;
	margin-bottom: 15px
}

@media only screen and (min-width:768px) {
	.checkout-warranty {
		margin-top: 36px;
		margin-bottom: 22px
	}
}

.checkout-warranty__icon {
	width: 50px
}

@media (min-width:400px) {
	.checkout-warranty__icon {
		width: 80px
	}
}

.insure_package_click {
	cursor: pointer
}

.woocommerce-order-received.woocommerce-checkout .checkout-container {
	margin-top: 0 !important
}

.woocommerce-checkout .checkout-timer span.checkout-countdown {
	white-space: nowrap !important
}

.woocommerce-checkout #custom_shipping>h3,
.woocommerce-checkout .payment-title {
	display: block !important;
	font-size: 1.4rem
}

.woocommerce-checkout #custom_shipping {
	margin-bottom: 2rem;
	position: static
}

.woocommerce-checkout #custom_shipping .shipping_method_custom {
	margin: 0 !important;
	padding: 0 !important
}

.woocommerce-checkout #internal_comments {
	width: 100%;
	height: 100px
}

.woocommerce-checkout .hr_email_not_required {
	margin-left: auto
}

.woocommerce-checkout #custom_mailing_checkout_field {
	margin-top: 10px
}

.woocommerce-order.wc-thankyou-wrap>p:last-child {
	max-width: 460px;
	margin: 0 auto;
	padding: 0 30px
}

@media only screen and (min-width:768px) {
	body.woocommerce-checkout .place-order .vigo-checkout-total {
		padding: 0
	}
}

body.woocommerce-checkout .place-order .border_price {
	padding-top: 10px;
	border-top: unset
}

.klaviyo-form-container div,
.klaviyo-form-container h1,
.klaviyo-form-container h2,
.klaviyo-form-container h3,
.klaviyo-form-container p,
.klaviyo-form-container span,
body.woocommerce-checkout .place-order .vigo-checkout-total__sum {
	color: #232f3e
}

@media only screen and (max-width:767px) {
	body.woocommerce-checkout .place-order .border_price {
		padding-top: 25px
	}
}

body.woocommerce-checkout #order_review table {
	width: 100%
}

body.woocommerce-checkout .general-sub-banner-wrapper .inner_wrapper .partial_inner_section.delivery-from-eu-warehouse {
	margin-top: unset !important;
	display: unset !important
}

body.woocommerce-checkout .general-sub-banner-wrapper .inner_wrapper .partial_inner_section.delivery-from-eu-warehouse .delivery-from-eu-warehouse__icon {
	margin-right: 5px !important
}

body.woocommerce-checkout .general-sub-banner-wrapper .inner_wrapper .partial_inner_section.delivery-from-eu-warehouse .delivery-from-eu-warehouse__text {
	font-size: unset !important
}

body.woocommerce-checkout .footer .general-sub-banner-wrapper {
	background-color: rgba(255, 255, 255, .49)
}

body.woocommerce-checkout .footer .general-sub-banner-wrapper .inner_wrapper {
	justify-content: space-around;
	background-color: rgba(255, 255, 255, .49)
}

body.woocommerce-checkout .footer .footer-payment__top {
	display: none
}

body.woocommerce-checkout .footer .footer-payment__first .flex {
	gap: 4px
}

body.woocommerce-checkout .footer .footer-payment--wrapper {
	flex-direction: column;
	gap: 24px
}

@media only screen and (max-width:450px) {
	body.woocommerce-checkout .general-sub-banner-wrapper .inner_wrapper .partial_inner_section {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 4px
	}

	body.woocommerce-checkout .general-sub-banner-wrapper .inner_wrapper .partial_inner_section img {
		max-width: 32px
	}

	body.woocommerce-checkout .footer-payment__content {
		padding: 1.4285714286rem 0 !important
	}

	body.woocommerce-checkout .general-sub-banner-wrapper .inner_wrapper .partial_inner_section.delivery-from-eu-warehouse {
		display: flex !important
	}
}

.clearfix::after {
	content: "";
	display: table;
	clear: both
}

.col-2 {
	clear: both
}

@media (min-width:768px) {
	.col2-set .form-row-first {
		float: left
	}

	.col2-set .form-row-last {
		float: right
	}
}

.woocommerce-order-received .woocommerce-table .order_item .product-name .wc-item-meta :last-of-type {
	display: none
}

@media screen and (max-width:991px) {
	body:not(.brand-lovilioncom).woocommerce-checkout .checkout-warranty {
		margin-bottom: 0
	}
}

body:not(.brand-lovilioncom).woocommerce-checkout .vigo-header.vigo-header--wc {
	padding: 0
}

body:not(.brand-lovilioncom).woocommerce-checkout .footer-copyright__content,
body:not(.brand-lovilioncom).woocommerce-checkout .footer-payment,
body:not(.brand-lovilioncom).woocommerce-checkout .general-sub-banner-wrapper {
	display: none
}

body.woocommerce-checkout:not(.brand-lovilioncom) form.woocommerce-checkout {
	padding-bottom: 48px
}

@media screen and (max-width:991px) {
	body.woocommerce-checkout:not(.brand-lovilioncom) form.woocommerce-checkout {
		padding-bottom: 0
	}
}

.flex {
	display: flex
}

.flex-inline {
	display: inline-flex
}

.flex--gaps {
	margin-left: -6px;
	margin-right: -6px
}

.flex--gaps>.flex__item {
	padding-left: 6px;
	padding-right: 6px
}

.flex--gaps-s {
	margin-left: -3px;
	margin-right: -3px
}

.flex--gaps-s>.flex__item {
	padding-left: 3px;
	padding-right: 3px
}

.flex--big-gaps {
	margin-left: -12px;
	margin-right: -12px
}

.flex--big-gaps>.flex__item {
	padding-left: 12px;
	padding-right: 12px
}

@media (min-width:992px) {
	.flex--gaps {
		margin-left: -8px;
		margin-right: -8px
	}

	.flex--gaps>.flex__item {
		padding-left: 8px;
		padding-right: 8px
	}

	.flex--gaps-s {
		margin-left: -4px;
		margin-right: -4px
	}

	.flex--gaps-s>.flex__item {
		padding-left: 4px;
		padding-right: 4px
	}

	.flex--big-gaps {
		margin-left: -16px;
		margin-right: -16px
	}

	.flex--big-gaps>.flex__item {
		padding-left: 16px;
		padding-right: 16px
	}
}

@media (min-width:1200px) {
	.flex--gaps {
		margin-left: -10px;
		margin-right: -10px
	}

	.flex--gaps>.flex__item {
		padding-left: 10px;
		padding-right: 10px
	}

	.flex--gaps-s {
		margin-left: -5px;
		margin-right: -5px
	}

	.flex--gaps-s>.flex__item {
		padding-left: 5px;
		padding-right: 5px
	}

	.flex--big-gaps {
		margin-left: -20px;
		margin-right: -20px
	}

	.flex--big-gaps>.flex__item {
		padding-left: 20px;
		padding-right: 20px
	}
}

.flex--gutter {
	gap: 12px
}

.flex--gutter-s {
	gap: 3px
}

@media (min-width:992px) {
	.flex--gutter {
		gap: 16px
	}

	.flex--gutter-s {
		gap: 4px
	}
}

@media (min-width:1200px) {
	.flex--gutter {
		gap: 20px
	}

	.flex--gutter-s {
		gap: 5px
	}
}

.flex--wrap {
	flex-wrap: wrap
}

.flex--reverse {
	flex-direction: row-reverse
}

.flex--vertical {
	flex-direction: column
}

.flex--vertical.flex--reverse {
	flex-direction: column-reverse
}

.flex--vertical.flex--gaps {
	margin-left: 0;
	margin-right: 0
}

.flex--vertical.flex--gaps>.flex__item {
	padding: 6px 0
}

@media (min-width:992px) {
	.flex--vertical.flex--gaps>.flex__item {
		padding: 8px 0
	}
}

@media (min-width:1200px) {
	.flex--vertical.flex--gaps>.flex__item {
		padding: 10px 0
	}
}

.flex--apart>.flex__item,
.flex--autosize>.flex__item,
.flex--center>.flex__item,
.flex--end>.flex__item,
.flex--spread>.flex__item,
.flex--start>.flex__item {
	flex: 0 0 auto
}

.flex--apart {
	justify-content: space-between
}

.flex--spread {
	justify-content: space-around
}

.flex--center {
	justify-content: center
}

.flex--top {
	align-items: flex-start
}

.flex--bottom {
	align-items: flex-end
}

.flex--middle {
	align-items: center
}

.flex--start {
	justify-content: flex-start
}

.flex--end {
	justify-content: flex-end
}

.flex__item {
	flex: 1 1 0;
	min-width: 0
}

.flex__item.flex__item--double {
	flex-grow: 2
}

.flex__item.flex__item--triple {
	flex-grow: 3
}

.flex__item.flex__item--quadra {
	flex-grow: 4
}

.flex__item.flex__item--penta {
	flex-grow: 5
}

.flex__item--autosize {
	flex-basis: auto;
	flex-grow: 0
}

.flex-self--end {
	align-self: flex-end
}

.flex-self--start {
	align-self: flex-start
}

.flex-shrink-0 {
	flex-shrink: 0
}

.footer-main__content {
	box-sizing: border-box;
	padding: 0 15px
}

@media (max-width:991px) {
	.footer-main__content>.flex {
		justify-content: center
	}
}

.footer-main__logo {
	width: 7.1428571429rem;
	margin-bottom: 1.0714285714rem
}

.footer-main {
	padding: 4.6428571429rem 0
}

.footer-main__nav a,
.payment_instructions_url a {
	color: #fff;
	text-decoration: none;
	font-weight: 700
}

.padding_if_payment_url,
.woocommerce-form-login .woocommerce-form-row label {
	padding-bottom: 10px
}

.footer-main__links li,
.footer-main__nav li {
	margin-bottom: .7142857143rem
}

.footer-main__social {
	padding: 1.4285714286rem;
	border-radius: 5px
}

.footer-main__social-icon svg {
	width: 1.4285714286rem;
	fill: #99a0a7
}

.vigo-menu-wrap-mobile__footer .footer-main__social-icon svg {
	margin-right: .7142857143rem
}

.footer-main__social-link,
.footer-payment__top a {
	width: 100%
}

.footer-main__links {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

@media only screen and (min-width:992px) {
	.footer-main__links {
		align-items: unset
	}
}

.footer-payment__content {
	box-sizing: border-box;
	padding: 1.4285714286rem 10px !important
}

@media (min-width:768px) {
	.footer-payment__content {
		padding: 1.4285714286rem 15px !important
	}
}

@media (max-width:767px) {
	.footer-payment__content .smdWrapperTag {
		width: 100%;
		display: flex;
		justify-content: center;
		padding-bottom: 20px
	}
}

.footer-payment__first {
	max-width: 100%
}

.footer-payment__first svg {
	width: 15px;
	margin-right: 10px
}

.footer-payment__top {
	display: flex;
	align-items: center
}

.footer-payment__top svg {
	width: 1.1428571429rem;
	margin-right: .7142857143rem
}

.footer-payment__badges,
.single-product .product .wc-description table,
.single-product video {
	max-width: 100%
}

.footer-payment__badges .flex {
	height: 100%;
	gap: .3571428571rem
}

.footer-payment__badge {
	max-height: 2.0714285714rem;
	border-radius: 3px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	overflow: hidden
}

.footer-payment__badge img {
	width: auto;
	height: 2.0714285714rem;
	object-fit: cover
}

@media only screen and (min-width:992px) {
	.footer-main__social.contact-info-modal {
		margin-left: -3px;
		margin-right: -3px
	}
}

@media only screen and (max-width:992px) {
	.footer-main__social.contact-info-modal {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:767px) {
	.payment_instructions_url {
		text-align: center
	}
}

.footer-copyright {
	border-top: 1px solid #232f3e
}

.footer-copyright__content {
	padding: 1.0714285714rem
}

.footer svg {
	width: 20px
}

.footer-main__logo svg {
	width: 100%
}

.footer-main__item--social {
	width: 400px
}

.footer-main__item .desktop_contact,
.footer-mobile-payment__toggle .toggle-minus {
	display: none
}

.footer-mobile-payment__toggle.opened .toggle-plus {
	display: inline
}

.footer-main__item .desktop_phone_contact,
.footer-main__item .mobile_contact,
.vigo-topbar__logo a {
	display: block
}

.footer-main__item .mobile_phone_contact {
	display: none
}

@media (min-width:992px) {
	.footer-main__item .desktop_contact {
		display: block
	}

	.footer-main__item .mobile_contact {
		display: none
	}
}

@media (max-width:991px) {

	.footer-mobile .footer-mobile-payment__links-content.opened,
	footer.footer-mobile {
		display: block
	}

	.footer-mobile .footer-main__social-title {
		font-size: 18px;
		text-align: center
	}

	.footer-mobile .footer-main__social-subtitle {
		text-align: center
	}

	.footer-mobile .footer-main__social {
		justify-content: center
	}

	.footer-mobile .footer-mobile-payment__toggle {
		font-size: 16px;
		position: relative
	}

	.footer-mobile .footer-mobile-payment__toggle svg,
	.footer-payment__top--mobile .back-top-icon svg {
		fill: #99a0a7;
		width: 15px
	}

	.footer-mobile .footer-mobile-payment__toggle.opened .toggle-minus {
		display: inline
	}

	.footer-mobile-payment__sec svg {
		width: 20px
	}

	.footer-mobile_secure-logo {
		padding: 13px 15px 0
	}

	.footer-mobile_secure-inner {
		color: #99a0a7;
		max-width: 530px;
		margin: 0 auto;
		border-bottom: 1px solid #d0d4d7;
		padding: 5px 0 15px
	}

	.footer-mobile_secure-logo {
		width: 110px
	}

	.footer-mobile_secure-icon {
		width: 15px
	}

	.footer-main {
		padding: 2.1428571429rem 0
	}

	.footer-main .flex {
		flex-wrap: wrap
	}

	.footer-main .flex__item {
		flex-shrink: 1
	}

	.footer-main__item--links {
		padding-top: 20px
	}

	.footer-main__social-subtitle,
	.footer-main__social-title {
		text-align: center
	}

	.footer-main .flex .footer-main__logo_flex_item {
		width: 100%;
		display: flex;
		justify-content: center
	}

	.footer-payment__content>.flex {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px
	}

	.footer-main__item.footer-main__item--has-klaviyo {
		flex-direction: column;
		align-items: center
	}

	.footer-mobile-payment__links-content,
	.footer-mobile-payment__toggle.opened .toggle-plus {
		display: none
	}

	.footer-mobile-payment__toggle.opened .toggle-minus {
		display: inline
	}

	.footer-mobile-payment__links-content.opened {
		display: block
	}

	.footer-mobile-payment,
	.footer-payment__top--mobile {
		width: 100%
	}

	.woocommerce-checkout .footer-mobile-payment {
		display: none
	}

	.footer-mobile-payment__toggle {
		color: #99a0a7;
		fill: #99a0a7
	}

	.footer-mobile-payment__links-content {
		color: #99a0a7
	}

	.woocommerce-checkout .footer .footer-payment {
		padding: 0 20px
	}
}

.woocommerce-checkout .payment_instructions_url {
	text-align: center
}

.email-padding-top,
.phone-padding-top {
	margin-top: 5px;
	display: block
}

.footer_banner_warranty {
	display: flex;
	color: #fff
}

.footer_banner_warranty .context_guarantee {
	display: none
}

.footer_banner_warranty .guarantee_content_wrapper {
	margin: auto;
	display: flex;
	padding: 10px;
	max-width: 450px
}

.footer_banner_warranty .title_guarantee {
	font-size: 1em
}

.footer_banner_warranty .guarantee_img_wrapper {
	margin: auto
}

.footer_banner_warranty .guarantee_img_wrapper img {
	width: 25px
}

.footer_banner_warranty .guarantee__content {
	margin: auto 10px
}

@media (min-width:992px) {
	.footer_banner_warranty {
		max-width: 81.4285714286rem;
		border-radius: 5px;
		margin: auto auto 40px
	}

	.footer_banner_warranty .title_guarantee {
		font-size: 1.1em
	}

	.footer_banner_warranty .context_guarantee {
		display: block;
		font-size: .8em
	}

	.footer_banner_warranty .guarantee_img_wrapper img {
		width: 86px
	}

	.footer_banner_warranty .guarantee_content_wrapper {
		padding: 20px 0
	}
}

.norton-security-logo img {
	width: 104px
}

.klaviyo-form-container {
	max-width: 300px;
	margin: auto auto 20px;
	padding: 25px 15px 23px 16px;
	border-radius: 6px;
	border: solid 1px rgba(0, 0, 0, .06);
	background-color: #fff
}

@media screen and (max-width:991px) {
	.klaviyo-form-container {
		max-width: 368px
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer {
		text-align: center
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .email-padding-top,
	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .phone-padding-top {
		margin-top: 0
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-payment,
	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-wrapper,
	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-wrapper .footer-payment__top.footer-payment__top--mobile {
		display: none
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-main__item--social {
		margin-top: 24px
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-main__logo_flex_item,
	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-payment--wrapper {
		display: none
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-main__item--social {
		width: auto
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-main__item--social .footer-main__social {
		justify-content: center
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-mobile-payment__links-content {
		padding-bottom: 0
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .desktop_phone_contact,
	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .email-padding-top {
		display: contents;
		max-width: -moz-fit-content;
		max-width: fit-content;
		text-align: left
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-main__social-icon {
		margin-right: 4px
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer #vigoshopToggleFooter {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border: 2px solid #37424f;
		border-radius: 5px;
		padding: 8px;
		cursor: pointer
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footer-main__social-text strong {
		padding-left: 4px
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer #vigoshopToggleFooter.open .footerToggleIcon.plus-icon,
	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footerToggleIcon.minus-icon {
		display: none
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer #vigoshopToggleFooter.open {
		border: unset
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer #vigoshopToggleFooter.open .footerToggleIcon.minus-icon {
		display: block
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .toggle-footer .footerToggleIcon {
		fill: #fff
	}
}

.form-input {
	box-sizing: border-box;
	margin: 0;
	padding: .5em 1em;
	border-style: none;
	border-radius: 0;
	color: inherit;
	background-color: #fff;
	box-shadow: none;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1;
	font-weight: 400;
	font-style: normal
}

.form-input:focus {
	outline: 0
}

.form-input--search {
	display: block;
	width: 100%;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	background-color: transparent !important
}

input[type=checkbox] {
	z-index: 1;
	cursor: pointer
}

.gift-checkbox {
	background-color: #fff;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 4px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.gift-checkbox::before {
	content: "";
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23F0F2F5' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7.8,21.425A2.542,2.542,0,0,1,6,20.679L.439,15.121,2.561,13,7.8,18.239,21.439,4.6l2.122,2.121L9.6,20.679A2.542,2.542,0,0,1,7.8,21.425Z'/></svg>");
	width: 18px;
	height: 18px;
	position: absolute
}

.gift-checkbox input {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	margin: 0
}

.gift-checkbox.checked::before {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7.8,21.425A2.542,2.542,0,0,1,6,20.679L.439,15.121,2.561,13,7.8,18.239,21.439,4.6l2.122,2.121L9.6,20.679A2.542,2.542,0,0,1,7.8,21.425Z'/></svg>")
}

.gift-checkbox--m {
	width: 32px;
	height: 32px
}

.gift-checkbox--yellow.checked {
	border-color: #e68614;
	background-color: #e68614
}

.gift-checkbox--yellow.checked::before {
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7.8,21.425A2.542,2.542,0,0,1,6,20.679L.439,15.121,2.561,13,7.8,18.239,21.439,4.6l2.122,2.121L9.6,20.679A2.542,2.542,0,0,1,7.8,21.425Z'/></svg>")
}

.checkbox-simple {
	width: 24px;
	height: 24px;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0
}

.checkbox-simple--green {
	accent-color: #3fa71f
}

.checkbox-simple--yellow {
	accent-color: #d18225
}

.vigo-gift {
	position: relative
}

.widget_product_cart {
	border: 2px solid #ddd
}

.widget_product_cart .button {
	background-image: linear-gradient(to bottom, #f0f2f5, #e3e6e8);
	color: #232f3e;
	border: 0
}

.widget_product_cart.green_active {
	background-color: #f2feee;
	border: 1px solid #32bc00
}

.surprise_product_click {
	cursor: pointer
}

.vigo-gift .thumb,
.vigo-gift .thumb img {
	width: 100%;
	height: auto
}

.vigo-gift .full,
.vigo-gift .thumb {
	overflow: hidden;
	max-width: 70px
}

.vigo-gift .full img {
	width: 100%
}

.vigo-gift--yellow {
	background-color: #f8d9b4
}

.vigo-gift__tooltip {
	font-size: 12px;
	background-image: linear-gradient(to bottom, #f0f2f5, #e3e6e8);
	color: #232f3e;
	border: 0;
	width: max-content;
	padding: 5px 10px;
	border-radius: 5px;
	position: absolute;
	top: -15%
}

@media (min-width:768px) {
	.vigo-gift__tooltip {
		font-size: 14px
	}
}

.vigo-gift__tooltip svg {
	width: 20px;
	fill: #fff
}

.woocommerce-checkout .vigo-gift__tooltip {
	background-color: #f09831;
	background-image: none;
	color: #fff
}

.vigo-gift__tooltip.green_tooltip_active {
	background-color: #32bc00;
	background-image: none;
	color: #fff
}

.vigo-gift .vigo-gift__tooltip {
	top: -20px;
	align-self: center
}

.vigo-gift__tooltip--center {
	top: -5%;
	left: 33%
}

@media (max-width:991px) {
	.vigo-gift__tooltip--center {
		left: auto
	}
}

.vigo-cart-upsell-multi-mobile {
	display: none
}

@media (max-width:991px) {
	.vigo-cart-upsell-multi-mobile {
		display: block
	}

	.vigo-cart-upsell-multi-mobile img {
		width: 42px;
		height: 42px;
		border-radius: 3px
	}
}

.grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr)
}

.grid--autosize {
	grid-template-columns: repeat(12, minmax(0, max-content))
}

.grid--gaps {
	grid-gap: 1.4285714286rem
}

@media (max-width:991px) {

	.grid--gaps,
	.grid--gaps-mobile {
		grid-gap: .7142857143rem
	}
}

.grid--gaps-small {
	grid-gap: 10px
}

@media (max-width:991px) {
	.grid--gaps-small {
		grid-gap: 5px
	}
}

.grid--gaps-big {
	grid-gap: 1.4285714286rem
}

@media (max-width:991px) {
	.grid--gaps-big {
		grid-gap: 10px
	}
}

.grid--horizontal-gaps {
	grid-gap: 0 1.4285714286rem
}

@media (max-width:991px) {
	.grid--horizontal-gaps {
		grid-gap: 0 .7142857143rem
	}
}

.grid--full-hight,
.vigo--topbar__search button,
.vigo--topbar__search input,
.vigo--topbar__search>form>div {
	height: 100%
}

.grid--justify-center {
	justify-items: center
}

.grid--justify-end {
	justify-items: end
}

.grid--justify-start {
	justify-items: start
}

.grid--middle {
	align-items: center
}

.grid--bottom {
	align-items: end
}

.grid--top {
	align-items: start
}

.col-xs-12 {
	grid-column: span 12
}

.col-xs-11 {
	grid-column: span 11
}

.col-xs-10 {
	grid-column: span 10
}

.col-xs-9 {
	grid-column: span 9
}

.col-xs-8 {
	grid-column: span 8
}

.col-xs-7 {
	grid-column: span 7
}

.col-xs-6 {
	grid-column: span 6
}

.col-xs-5 {
	grid-column: span 5
}

.col-xs-4 {
	grid-column: span 4
}

.col-xs-3 {
	grid-column: span 3
}

.col-xs-2 {
	grid-column: span 2
}

.col-xs-1 {
	grid-column: span 1
}

@media (min-width:768px) {
	.col-sm-12 {
		grid-column: span 12
	}

	.col-sm-11 {
		grid-column: span 11
	}

	.col-sm-10 {
		grid-column: span 10
	}

	.col-sm-9 {
		grid-column: span 9
	}

	.col-sm-8 {
		grid-column: span 8
	}

	.col-sm-7 {
		grid-column: span 7
	}

	.col-sm-6 {
		grid-column: span 6
	}

	.col-sm-5 {
		grid-column: span 5
	}

	.col-sm-4 {
		grid-column: span 4
	}

	.col-sm-3 {
		grid-column: span 3
	}

	.col-sm-2 {
		grid-column: span 2
	}

	.col-sm-1 {
		grid-column: span 1
	}
}

@media (min-width:992px) {
	.col-md-12 {
		grid-column: span 12
	}

	.col-md-11 {
		grid-column: span 11
	}

	.col-md-10 {
		grid-column: span 10
	}

	.col-md-9 {
		grid-column: span 9
	}

	.col-md-8 {
		grid-column: span 8
	}

	.col-md-7 {
		grid-column: span 7
	}

	.col-md-6 {
		grid-column: span 6
	}

	.col-md-5 {
		grid-column: span 5
	}

	.col-md-4 {
		grid-column: span 4
	}

	.col-md-3 {
		grid-column: span 3
	}

	.col-md-2 {
		grid-column: span 2
	}

	.col-md-1 {
		grid-column: span 1
	}
}

@media (min-width:1200px) {
	.col-lg-12 {
		grid-column: span 12
	}

	.col-lg-11 {
		grid-column: span 11
	}

	.col-lg-10 {
		grid-column: span 10
	}

	.col-lg-9 {
		grid-column: span 9
	}

	.col-lg-8 {
		grid-column: span 8
	}

	.col-lg-7 {
		grid-column: span 7
	}

	.col-lg-6 {
		grid-column: span 6
	}

	.col-lg-5 {
		grid-column: span 5
	}

	.col-lg-4 {
		grid-column: span 4
	}

	.col-lg-3 {
		grid-column: span 3
	}

	.col-lg-2 {
		grid-column: span 2
	}

	.col-lg-1 {
		grid-column: span 1
	}
}

.vigo-header {
	background-color: #232f3e;
	padding-bottom: 10px
}

.vigo-header .vigo-menu-wrap {
	margin-top: 15px
}

.vigo-header .vigo-topbar__info-support {
	margin-left: 10px;
	display: flex;
	align-items: center;
	text-decoration: none
}

.vigo-header .vigo-topbar__info-support .support_text {
	color: #fff;
	margin-left: 10px
}

.vigo-header .container>.flex {
	padding-left: 15px;
	padding-right: 15px
}

.vigo-header #category-filter-form {
	border-radius: 4px;
	background-color: transparent
}

.tax-product_cat .vigo-wc-page-header__select,
.tax-product_cat .woocommerce-result-count,
.tax-product_tag .vigo-wc-page-header__select,
.tax-product_tag .woocommerce-result-count {
	display: none
}

.tax-product_cat .general-sub-banner-wrapper .inner_wrapper,
.tax-product_tag .general-sub-banner-wrapper .inner_wrapper {
	margin-bottom: 15px
}

.mobile-category__list {
	padding-left: 11px
}

.vigo-header .vigo-product-category__filter select {
	border-radius: 4px;
	background-color: #37424f
}

.vigo-topbar__burger {
	width: 22px;
	fill: #99a0a7
}

.vigo-topbar__logo {
	width: 7.1428571429rem
}

.vigo-topbar__cart {
	min-width: 7.8571428571rem;
	padding: 0 10px;
	border-radius: 5px;
	position: relative
}

.vigo-topbar__cart.total-hidden {
	min-width: 4.2857142857rem
}

.mini-cart {
	color: #fff;
	text-decoration: none
}

.mini-cart__total-wrap {
	display: none
}

.mini-cart .mini-cart__total {
	font-weight: 700;
	font-size: 1.1428571429rem
}

.mini-cart__icon {
	position: relative
}

.mini-cart__icon svg {
	width: 1.4285714286rem;
	fill: #fff
}

.mini-cart__counter {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: .8em;
	height: .8em;
	top: -5px;
	right: -4px;
	border-radius: 50%;
	background-color: #24b800;
	border: 2px solid #232f3e
}

.mini-cart__items-count {
	font-size: .6em;
	font-weight: 600
}

.mini-cart__arrow {
	display: flex;
	align-items: center;
	width: 20px;
	fill: #99a0a7
}

@media (max-width:991px) {
	.mini-cart .flex {
		gap: 5px
	}

	.mini-cart__arrow {
		display: none
	}
}

.vigo--topbar__search button svg {
	width: 1.1428571429rem;
	fill: #fff
}

.vigo--topbar__search>form {
	height: 40px;
	border-radius: 5px;
	overflow: hidden
}

.vigo-topbar__info svg {
	width: 1.7142857143rem;
	fill: #fff
}

#close-menu-mobile svg,
#mobile-notice-toggle-btn.opened svg,
#mobile-search-toggle-btn.opened svg,
.vigo-topbar__info svg path {
	fill: #fff
}

.vigo-topbar__info .viber-action {
	background-color: #675da9
}

.vigo-topbar__info .wa-action {
	background-color: #4bca59
}

.vigo-topbar__info .phone-action {
	background-color: #1d6ec1
}

#category-filter-select,
.vigo-topbar__info>a {
	border-radius: 5px
}

.vigo-menu .menu-item.current-menu-item a,
.vigo-topbar__info-phone {
	color: #e3e6e8
}

a.vigo-topbar__info-phone {
	text-decoration: none;
	font-weight: 500
}

.vigo-topbar__info-icon {
	color: #969899
}

#close-menu-mobile,
.vigo-topbar__info-icon img {
	width: 20px
}

.vigo-topbar__info {
	display: flex;
	align-items: center
}

.vigo-topbar-mobile__burger {
	cursor: pointer
}

.vigo-topbar-mobile__burger svg {
	width: 30px;
	fill: #99a0a7
}

.vigo-topbar-mobile__logo svg {
	width: 90px
}

.vigo-topbar-mobile__logo img {
	width: 60px
}

.vigo-topbar-mobile__logo a {
	margin-left: 5px;
	display: block
}

.vigo-topbar-mobile {
	display: none
}

.vigo-topbar-mobile__icons {
	gap: 20px
}

.vigo-topbar__waIcon-mobile {
	display: inline-block;
	height: 20px
}

.vigo-topbar-mobile__icons svg {
	width: 20px;
	fill: #99a0a7
}

.vigo-topbar-mobile__icons svg circle,
.vigo-topbar-mobile__icons svg path {
	fill: #99a0a7
}

#mobile-notice-toggle-btn.opened {
	position: relative;
	z-index: 2
}

.vigo-header--mobile {
	display: none;
	position: sticky;
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0
}

.vigo-topbar>.flex {
	height: 40px
}

.vigo-topbar--wc>.flex {
	height: auto
}

.vigo-topbar .justify-baseline {
	align-items: baseline
}

.vigo-topbar>.flex>.flex__item {
	height: 100%
}

.vigo-product-category__filter--pad {
	margin: 10px 0
}

.mini-cart__tooltip {
	position: absolute;
	bottom: -30px;
	padding: 2px 5px;
	background-color: #737b86;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	font-weight: 700
}

.vigo-menu-wrap-mobile__footer .desktop_contact,
.vigo-topbar__wc-step-text--below-400 {
	display: none
}

.vigo-menu-wrap-mobile__footer .desktop_phone_contact {
	display: block;
	width: 100%;
	text-align: left
}

.vigo-menu-wrap-mobile__footer .mobile_contact {
	display: block
}

.vigo-menu-wrap-mobile__footer .mobile_phone_contact {
	display: none
}

@media (min-width:992px) {
	.vigo-menu-wrap-mobile__footer .desktop_contact {
		display: block
	}

	.vigo-menu-wrap-mobile__footer .mobile_contact {
		display: none
	}
}

@media (max-width:991px) {


	.vigo-topbar-mobile {
		display: block
	}



	.vigo--topbar__search--mobile {
		width: 100%
	}

	.vigo-header--mobile {
		display: block
	}

	.mini-cart__tooltip {
		bottom: -15px;
		right: 15px
	}

	.vigo-header--wc .vigo-topbar>.flex--gaps {
		margin: 0
	}

	.vigo-header--wc .vigo-topbar>.flex {
		padding: 0;
		justify-content: center
	}

	.vigo-header--wc .vigo-topbar>.flex--gaps>.flex__item {
		padding: 0
	}
}

@media (max-width:399px) {
	.vigo-topbar__wc-step-text--below-400 {
		display: inline-block
	}

	.vigo-topbar__wc-step-text--over-400 {
		display: none
	}
}

.mini-cart.mini-cart-total--desktop .mini-cart__total-wrap,
.mini-cart.mini-cart-total--mobile .mini-cart__total-wrap {
	display: none
}

@media (min-width:992px) {
	.mini-cart.mini-cart-total--desktop .mini-cart__total-wrap {
		display: block !important
	}
}

@media (max-width:991px) {
	.mini-cart.mini-cart-total--mobile .mini-cart__total-wrap {
		display: block !important
	}
}

@media (max-width:364px) {
	.mini-cart.mini-cart-total--mobile .mini-cart__total-wrap {
		display: none !important
	}
}

.vigo-home-reviews__trustpilot {
	padding: 14px 0 13px;
	border-bottom-width: 0;
	background-color: #f0f2f5
}

@media (min-width:992px) {
	.vigo-home-reviews__trustpilot {
		border-bottom-width: 1px
	}
}

.vigo-home-reviews__google {
	padding: 14px 0 13px;
	background-color: #f0f2f5
}

.vigo-home-reviews__trustpilot .vigo-home-reviews__trustpilot-logo {
	width: 100px
}

.vigo-home-reviews__google .vigo-home-reviews__google-logo,
.vigo-home-reviews__trustpilot>div {
	padding: 0
}

.vigo-home-reviews__google .vigo-home-reviews__google-logo img {
	width: 80px
}

.vigo-home-reviews__google svg {
	width: 15px;
	fill: #f9bf3b
}

@media (max-width:991px) {
	.vigo-home-reviews__content {
		margin: 20px -15px
	}

	.vigo-home-reviews__google,
	.vigo-home-reviews__trustpilot {
		border-radius: 0
	}

	.vigo-home-reviews__google>.flex,
	.vigo-home-reviews__trustpilot>.flex {
		justify-content: center
	}

	.vigo-home-reviews__google {
		display: flex !important
	}
}

@media (max-width:359px) {
	.vigo-home-reviews__trustpilot-text {
		display: none
	}
}

.vigo-home-testimonials__avatar img {
	width: 45px
}

.vigo-home-testimonials {
	background-color: #f6f0e5
}

.vigo-home-testimonials__star svg {
	width: 15px;
	fill: #f9bf3b;
	vertical-align: middle
}

.vigo-home-testimonials__star {
	gap: 2px
}

.vigo-home-testimonials__subtitle svg {
	width: 14px;
	fill: #3dbd00
}

.vigo-home-testimonials__subtitle {
	color: #3dbd00
}

.vigo-home-testimonials__item {
	border-color: #e9dfcd
}

@media (max-width:991px) {
	.vigo-home-testimonials__item {
		border: 0
	}

	.vigo-home-testimonials {
		border-radius: 0;
		margin: 20px -15px
	}

	.vigo-home-testimonials--banner {
		padding: 20px 30px
	}
}

.vigo-menu {
	display: flex
}

.vigo-menu .menu-item {
	padding: 1.2em
}

.vigo-menu .menu-item a {
	color: #99a0a7;
	text-decoration: none
}

.vigo-menu .menu-item.current-menu-item {
	border-bottom: 3px solid #e68614
}

.vigo-product-category__filter {
	border-radius: 5px
}

.vigo-product-category__filter select {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	font-size: 16px;
	color: #fff;
	border: 0;
	padding: .8em 2.2em .8em 1.2em;
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 10px);
	background-position-y: 50%
}

.vigo-product-category__filter select:focus-visible,
.woocommerce-page .woocommerce-ordering>select:focus-visible {
	outline: 0
}

.vigo-product-category__filter select option {
	background-color: #37424f;
	padding: .8em 1.2em
}

.vigo-menu-wrap-mobile {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #232f3e;
	width: 90%;
	height: 100%;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	overflow-x: auto;
	max-width: 450px
}

.vigo-menu-wrap-mobile .menu-close__svg svg {
	width: 16px
}

.vigo-menu-wrap-mobile .menu-close {
	padding: 15px;
	background-color: #37424f;
	cursor: pointer
}

.menu-mobile__shop-link,
.single-product .summary form.variations_form .woocommerce-variation.single_variation ins,
.woocommerce-MyAccount-navigation ul>li>a {
	text-decoration: none
}

.menu-mobile__shop-link svg {
	fill: #1e90ff;
	height: 15px;
	width: auto
}

.vigo-menu-wrap-mobile__head,
.vigo-menu-wrap-mobile_head-page {
	border-bottom: 1px solid #37424f
}

.vigo-menu-wrap-mobile__categories svg {
	width: 10px
}

.vigo-menu-wrap-mobile__categories .mobile-category__content-text,
.vigo-menu-wrap-mobile__footer .footer-main__social-title {
	font-size: 18px
}

.vigo-menu-mobile li a {
	text-decoration: none;
	color: #fff
}

.vigo-menu-mobile li {
	padding-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center
}

.vigo-menu-mobile li::after {
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" fill="none"><path d="M9.05921 7.01224L2.94817 0.440774C2.4181 -0.129548 1.53813 -0.148513 0.984206 0.396131C0.430282 0.941881 0.410733 1.84592 0.940803 2.4162L6.13334 7.99996L0.940803 13.5837C0.410733 14.154 0.430282 15.058 0.984206 15.6038C1.2533 15.8683 1.59889 16 1.94448 16C2.31014 16 2.67528 15.8527 2.94817 15.5591L9.05921 8.98767C9.573 8.43521 9.573 7.56467 9.05921 7.01224Z" fill="%23737B86"/></svg>');
	width: 10px;
	position: absolute;
	right: 0;
	height: 16px
}

.vigo-menu-wrap-mobile__footer .footer-main__social-subtitle {
	text-align: center
}

.vigo-menu-wrap-mobile__footer .footer-main__social-link {
	padding: .3571428571rem 1.2857142857rem;
	text-align: center;
	font-size: 14px
}

.vigo-menu-wrap-mobile__footer .footer-main__social-link>.flex {
	justify-content: left
}

.mobile-category__list .mobile-category__item svg {
	height: 16px;
	width: 16px;
	fill: #fff;
	opacity: .5;
	margin-right: 8px;
	transition: .3s opacity
}

.mobile-category__list .mobile-category__item:hover svg {
	opacity: 1
}

.mobile-category__content-img {
	width: 25px;
	height: 25px
}

.vigo-menu-wrap-mobile__footer .footer-main__social-subtitle,
.vigo-menu-wrap-mobile__footer .footer-main__social-title {
	padding-left: 1.0714285714rem;
	padding-right: 1.0714285714rem
}

.mobile-notice-modal {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6)
}

.mobile-notice-modal svg,
.mobile-product-modal__head svg {
	width: 20px
}

.mobile-notice-modal__content {
	position: relative;
	background-color: #fefefe;
	margin: 60px auto;
	border: 1px solid #888;
	width: 88%;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}

.mobile-notice-modal__content .desktop_contact {
	display: none
}

.mobile-notice-modal__content .desktop_phone_contact,
.mobile-notice-modal__content .mobile_contact {
	display: block
}

.mobile-notice-modal__content .mobile_phone_contact,
.woocommerce-pagination>.page-numbers li:before {
	display: none
}

@media (min-width:992px) {
	.mobile-notice-modal__content {
		margin: 80px 130px 60px auto;
		width: 30%
	}

	.mobile-notice-modal__content .desktop_contact {
		display: block
	}

	.mobile-notice-modal__content .mobile_contact {
		display: none
	}
}

.confirmation_popup_telephone .modal-close,
.mobile-notice-modal__content .modal-close {
	position: absolute;
	top: -5px;
	right: -5px;
	max-width: 30px;
	cursor: pointer
}

.mobile-product-modal {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	z-index: 1
}

.mobile-product-modal__content {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.mobile-product-modal__head-close {
	cursor: pointer
}

.mobile-product-modal__body {
	max-height: 70vh;
	height: auto;
	overflow-y: scroll
}

.woocommerce-form-login .woocommerce-form-row {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px
}

.woocommerce-form-login .woocommerce-form-row input,
.woocommerce-form-login .woocommerce-form-row>* {
	width: 100%
}

.woocommerce-form-login .woocommerce-form-row input {
	padding: 10px;
	border: 0;
	font-size: 16px;
	box-shadow: 0-1px #000 inset
}

.woocommerce-form-login .woocommerce-form-row input:focus {
	outline: 0;
	box-shadow: 0-2px #000 inset
}

.woocommerce-form-login {
	overflow: hidden;
	margin-bottom: 50px
}

.woocommerce-form-login .galogin {
	margin-top: 50px
}

.woocommerce-form-login__rememberme {
	display: block
}

.woocommerce-form-login__submit {
	border: 0;
	color: #000;
	font-weight: 700;
	padding: 10px 25px;
	font-size: 16px
}

.woocommerce-account .main a,
.woocommerce-order-received .wc-thankyou-content>ul>li>strong,
.woocommerce-order-received .wc-thankyou-wrap .wc-thankyou-content a {
	color: #000
}

.woocommerce-account .woocommerce {
	display: flex;
	gap: 30px;
	margin: 50px 0
}

.woocommerce-MyAccount-navigation ul {
	width: 300px;
	padding: 0;
	list-style: none
}

.woocommerce-MyAccount-navigation ul>li {
	padding: 10px;
	border: 1px solid #f4f4f4
}

.woocommerce-MyAccount-content {
	width: 100%
}

.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content input[type=submit] {
	border: 0;
	background-color: #e68614;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: 700
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button:hover,
.woocommerce-MyAccount-content input[type=submit]:hover {
	color: #fff;
	background-color: #b76b10
}

.woocommerce-MyAccount-content input[type=number],
.woocommerce-MyAccount-content input[type=text] {
	width: 100%;
	font-size: 16px;
	padding: 10px !important;
	margin-bottom: 10px;
	border: 0 !important;
	box-shadow: 0-1px #000 inset;
	border-radius: 0 !important
}

.woocommerce-MyAccount-content input[type=number]:focus,
.woocommerce-MyAccount-content input[type=text]:focus {
	outline: 0;
	box-shadow: 0-2px #000 inset
}

.woocommerce-login-page .woocommerce {
	display: block
}

.woocommerce-pagination {
	display: flex;
	flex: 1 1 100%;
	width: 100%;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	margin: 50px 0
}

.woocommerce-pagination>.page-numbers {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
	list-style: none
}

.woocommerce-pagination>.page-numbers li {
	margin: 0 .25rem
}

.woocommerce-pagination>.page-numbers li>.page-numbers {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	color: #99a0a7;
	transition: color .3s linear;
	border-radius: 5px;
	text-decoration: none
}

.prod-qty__item--active b,
.woocommerce-pagination>.page-numbers li>.page-numbers.current,
.woocommerce-pagination>.page-numbers li>.page-numbers:hover {
	color: #333
}

.woocommerce-pagination>.page-numbers li>.page-numbers svg {
	width: 7px;
	fill: #333
}

.woocommerce-pagination>.page-numbers li>.page-numbers.next,
.woocommerce-pagination>.page-numbers li>.page-numbers.prev {
	box-shadow: 0 0 0 1px #000
}

@media (max-width:991px) {
	.woocommerce-pagination>.page-numbers li>.page-numbers {
		width: 2rem;
		height: 2rem
	}
}

.hsPlusLoadMoreBtn {
	padding: 10px 20px;
	border-radius: 22px;
	border: solid 1px #1c1c1c;
	background-color: #fff;
	text-align: center;
	min-width: 100px;
	max-width: -moz-fit-content;
	max-width: fit-content;
	font-weight: 500;
	margin: auto auto 10px;
	white-space: nowrap;
	cursor: pointer
}

.hsPlusLoadMoreBtn img {
	margin-left: 5px
}

.hsPlusBackToTop {
	display: none;
	cursor: pointer;
	background-color: #a8abad;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	position: fixed;
	bottom: 5%;
	opacity: .5;
	background-image: url(https://images.vigo-shop.com/general/arrows/Arrow_top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1
}

.hsPlusLoader {
	display: none;
	border: 10px solid #f3f3f3;
	border-top: 10px solid #3498db;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
	margin: 0 auto 15px
}

.counterLoadMore {
	text-align: center;
	color: #c1c1c1;
	margin-bottom: 15px
}

@media (min-width:1200px) {
	.hsPlusBackToTop {
		left: 1%
	}
}

@media (min-width:1300px) {
	.hsPlusBackToTop {
		left: 1.5%
	}
}

@media (min-width:1400px) {
	.hsPlusBackToTop {
		left: 2%
	}
}

@media (min-width:1450px) {
	.hsPlusBackToTop {
		left: 3%
	}
}

@media (min-width:1500px) {
	.hsPlusBackToTop {
		left: 4%
	}
}

@media (min-width:1600px) {
	.hsPlusBackToTop {
		left: 11%
	}
}

#lightning-deals-section {
	display: block;
	margin: 36px auto 0
}

#lightning-deals-section .lightning-deals--banner {
	width: 100%;
	margin-bottom: 20px;
	text-align: center
}

#lightning-deals-section .banner-image--mobile {
	display: none
}

#lightning-deals-section .homepage-banner-top-sellers-title {
	margin: 54px 15px 8px;
	padding-top: 10px;
	border-top: 1px solid #d2d2d2;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: left
}

@media only screen and (max-width:992px) {
	#lightning-deals-section .banner-image--desktop {
		display: none
	}

	#lightning-deals-section .banner-image--mobile {
		width: 100%;
		display: block
	}

	#lightning-deals-section .homepage-banner-top-sellers-title {
		margin: 20px 15px 10px;
		padding-top: 7px;
		font-size: 1.35rem
	}
}

.home #lightning-deals-section {
	margin: 20px auto -20px
}

.home #lightning-deals-section .products {
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px
}

@media (min-width:768px) {
	.home #lightning-deals-section {
		margin: 20px auto 0
	}

	.home #lightning-deals-section .products {
		padding-left: 15px;
		padding-right: 15px
	}
}

.single-product .price {
	margin: 0
}



@media only screen and (min-width:992px) {
	.single-product {
		padding-bottom: unset
	}
}

.single-product div.product {
	max-width: 1140px;
	margin: 0 auto
}

@media (min-width:768px) {
	.single-product div.product {
		margin-top: 2.1428571429rem
	}
}

@media (min-width:992px) {
	.single-product div.product {
		display: grid;
		grid-template-rows: auto;
		grid-auto-columns: minmax(0, 1fr);
		grid-auto-flow: column;
		grid-template-areas: "gallery summary" "desc desc" "tabs tabs" "related related";
		grid-gap: 1.0714285714rem
	}
}

@media (min-width:1200px) {
	.single-product div.product {
		grid-gap: 2.1428571429rem;
		margin-top: 3.5714285714rem
	}
}

.single-product .product .summary {
	overflow: hidden
}

@media (max-width:991px) {
	.single-product .product .summary {
		top: -15px;
		position: relative;
		background: #fff;
		border-radius: 15px;
		padding: 20px;
		box-shadow: 0-12px 15px rgba(0, 0, 0, .3)
	}

	.single-product .product .summary>form.cart {
		margin: 20px -20px;
		border-radius: 0
	}
}

.single-product .product .woocommerce-product-gallery {
	grid-area: gallery
}

.single-product .product .summary {
	grid-area: summary
}

.single-product .product .vigo-product-tabs-custom {
	grid-area: tabs;
	margin-left: 20px
}

.single-product .product .related {
	grid-area: related
}

.single-product .product .wc-description {
	grid-area: desc
}

@media (min-width:992px) {
	.single-product .product .woocommerce-product-gallery {
		-ms-grid-row: 1;
		-ms-grid-column: 1
	}

	.single-product .product .summary {
		-ms-grid-row: 1;
		-ms-grid-column: 3
	}

	.single-product .product .vigo-product-tabs-custom {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3
	}

	.single-product .product .related {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3
	}

	.single-product .product .wc-description {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3
	}
}

.single-product .product .wc-description img {
	margin-top: 25px;
	margin-bottom: 25px
}

.single-product .product .wc-description .wc-description__content :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	font-size: 16px
}

.single-product .rating-box {
	display: flex;
	font-size: 1rem;
	gap: .3571428571rem
}

.single-product .rating-box .rating-box__text {
	font-size: 14px
}

.single-product .cal-stars,
.single-product .rating-box .rating-box__stars {
	height: 1.4285714286rem
}

.single-product .rating-box__stars .rating-star {
	width: .7142857143rem;
	height: .7142857143rem;
	font-size: 20px
}

.single-product .cal-stars .empty-ratings,
.single-product .cal-stars .fill-ratings {
	font-size: 20px
}

.single-product .cal-stars {
	text-decoration: none;
	align-content: center
}

.single-product .product-rating__text {
	color: #1d6ec1;
	font-weight: 600
}

.single-product .price .woocommerce-Price-amount {
	font-size: 2.1428571429rem;
	font-weight: 700
}

.single-product .custom_qty,
.single-product .vigo_custom_qty {
	font-weight: 700;
	margin: 0 0 10px
}

.single-product .custom_qty>span,
.single-product .diff_var_wrapper>span,
.single-product .vigo_custom_qty>span {
	color: #5f6060
}

.single-product .custom_qty table,
.single-product .vigo_custom_qty table {
	text-align: center;
	border-spacing: 0;
	margin-top: 5px
}

.single-product .custom_qty .product_price_basic {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #5f6060
}

.single-product .custom_qty .product_price_basic b,
.single-product .vigo_product_qty,
.single-product .vigo_product_qty b {
	font-weight: 400 !important
}

.single-product .custom_qty .price_qty,
.single-product .vigo_custom_qty .to_save_per_products {
	font-weight: 700
}

.single-product .custom_qty .product_qty:first-child {
	border-radius: 5px 0 0 5px
}

.single-product .custom_qty .product_qty:last-child {
	border-radius: 0 5px 5px 0
}

.single-product .product_qty,
.single-product .vigo_product_qty {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .0862745098);
	padding: 10px;
	min-width: 100px;
	box-sizing: border-box
}

@media (min-width:992px) {

	.single-product .product_qty,
	.single-product .vigo_product_qty {
		min-width: 120px
	}
}

.single-product .custom_qty table tr+tr,
.single-product .vigo_custom_qty table tr+tr {
	transform: translateY(-10px)
}

.single-product .product_qty.product_price_top {
	font-weight: 700;
	box-shadow: none;
	outline: 2px solid #f09831;
	background-color: #f9debd
}

.single-product .custom_qty .product_price_top_up.BEST-SELLER,
.single-product .vigo_product_price_top_up.vigo_BEST-SELLER {
	z-index: 1;
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 4px 7px;
	line-height: 1;
	border-radius: 4px;
	background-color: #ca232c
}

.single-product .variation-wrapper,
.single-product .vigo_product_qty {
	outline: 0 !important;
	background-color: #fff
}

.single-product .vigo_product_qty.selectedQuantity {
	box-shadow: none;
	border: 2px solid #f09831 !important;
	background-color: #f9debd
}

.single-product .variation-wrapper.selected {
	box-shadow: none;
	border: 2px solid #f09831 !important
}

.single-product .vigo_product_qty.selectedQuantity,
.single-product .vigo_product_qty.selectedQuantity b {
	font-weight: 700 !important
}

.single-product .price_per_quantity_row {
	display: block;
	line-height: 1.2
}

.single-product .price.price--simple-sale>del,
.single-product .price.price--simple-sale>span {
	font-size: 1rem
}

.single-product .summary form.cart,
.single-product .summary form.variations_form .woocommerce-variation-add-to-cart {
	background-color: #f0f2f5;
	padding: 20px 20px 0;
	margin-top: 1.4285714286rem
}

@media (min-width:992px) {

	.single-product .summary form.cart,
	.single-product .summary form.variations_form .woocommerce-variation-add-to-cart {
		border-radius: 10px;
		overflow: hidden
	}
}

.single-product .summary form.variations_form .woocommerce-variation.single_variation {
	margin: 0 0 1.5em
}

.single-product .summary form.variations_form {
	background-color: #fff;
	padding: 0;
	border-radius: 0
}

.single-product .button.single_add_to_cart_button.button.alt {
	margin-top: 1.4285714286rem;
	margin-bottom: 1.1428571429rem;
	padding: 1.0714285714rem 0;
	height: auto;
	font-size: 20px;
	background: linear-gradient(180deg, #3ec000 0, #00ac00 100%);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	max-width: 100%;
	box-shadow: 0 2px 0#090;
	border: 0;
	gap: .7142857143rem;
	font-weight: 700
}

@media (min-width:992px) {
	.single-product .button.single_add_to_cart_button.button.alt {
		margin-top: 2.1428571429rem;
		margin-bottom: 1.8571428571rem
	}
}

.single-product .button.single_add_to_cart_button.button.alt::before {
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 22"><path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M19.3334 17.875C18.2288 17.875 17.3334 18.7984 17.3334 19.9375C17.3334 21.0766 18.2288 22 19.3334 22C20.438 22 21.3334 21.0766 21.3334 19.9375C21.3334 18.7984 20.438 17.875 19.3334 17.875ZM7.33335 17.875C6.22876 17.875 5.33334 18.7984 5.33334 19.9375C5.33334 21.0766 6.22876 22 7.33335 22C8.43793 22 9.33335 21.0766 9.33335 19.9375C9.33335 18.7984 8.43793 17.875 7.33335 17.875ZM23.7304 1.92216C23.4759 1.57442 23.0878 1.375 22.6653 1.375H5.08155L4.98243 0.83832C4.89259 0.351914 4.48022 0 4.00009 0H1C0.447709 0 0 0.461699 0 1.03125C0 1.6008 0.447709 2.0625 1 2.0625H3.17255L5.68434 15.6617C5.77418 16.1481 6.18655 16.5 6.66668 16.5H20.3334C20.8857 16.5 21.3334 16.0383 21.3334 15.4688C21.3334 14.8992 20.8857 14.4375 20.3334 14.4375H7.49414L7.11322 12.375H20.3795C20.975 12.375 21.4984 11.9679 21.6621 11.3773L23.9479 3.128C24.0638 2.70905 23.9843 2.26995 23.7304 1.92216Z" fill="white"/></svg>');
	height: 20px;
	width: 22px;
	background-repeat: no-repeat
}

.single-product .single_add_to_cart_button.button:not(.disabled-not-in-stock):after {
	content: "";
	height: 18px;
	width: 18px;
	margin-left: 0;
	margin-bottom: -5px;
	display: inline-block;
	background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.541 17.088"%3E%3Cdefs%3E%3Cfilter id="r24rvh5zma" x="0" y="0" width="17.541" height="17.088" filterUnits="userSpaceOnUse"%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation=".5" result="blur"/%3E%3CfeFlood flood-opacity=".149"/%3E%3CfeComposite operator="in" in2="blur"/%3E%3CfeComposite in="SourceGraphic"/%3E%3C/filter%3E%3C/defs%3E%3Cg style="filter:url(%23r24rvh5zma)"%3E%3Cpath data-name="arrow_cta_icon" d="m14.265 6.379-6.1-6.1a.941.941 0 0 0-1.334 1.327l4.5 4.5H0v1.879h11.327l-4.5 4.5a.941.941 0 0 0 1.331 1.331l6.1-6.1a.941.941 0 0 0 0-1.331" transform="translate(1.5 .5)" style="fill:%23fff"/%3E%3C/g%3E%3C/svg%3E')no-repeat;
	background-size: contain
}

.single-product .button.single_add_to_cart_button.button.alt.disabled-not-in-stock {
	background: #232f3f;
	color: #fff;
	cursor: not-allowed;
	box-shadow: 0 2px 0#232f3e, 0 3px 13px #232f3e
}

.single-product .onsale {
	display: none
}

.single-product .price--simple-sale {
	display: flex !important;
	flex-wrap: wrap
}

.single-product .price--simple-sale>del,
.single-product .price--simple-sale>span {
	flex: 0 0 auto;
	font-size: 1.1428571429rem;
	color: #99a0a7
}

.single-product .price--simple-sale>del {
	margin-left: 5px
}

.single-product .price--simple-sale>del .amount {
	font-size: inherit;
	font-weight: 400
}

.single-product .price--simple-sale>ins {
	flex-basis: 100%;
	text-decoration: none;
	color: #ca232c
}

.single-product .price-discount-badge {
	color: #fff;
	position: relative;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-left: 20px;
	font-size: 12px;
	padding: 0 6px 0 2px;
	border-radius: 0 5px 5px 0;
	font-weight: 700;
	vertical-align: super;
	background-color: #1d6ec1
}

.single-product .price-discount-badge::before {
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.16 19"><path style="fill: %231d6ec1; fill-rule:evenodd;" d="m8.16.7c.43-.45,1.02-.7,1.65-.7h1.32v19h-1.32c-.62,0-1.22-.25-1.65-.7L.74,10.55c-.56-.59-.56-1.52,0-2.1L8.16.7Z"/></svg>');
	width: 13px;
	height: 22px;
	position: absolute;
	top: 0;
	left: -12px
}

.single-product .woocommerce-product-details__short-description {
	margin-top: 1.0714285714rem;
	font-size: 16px
}

.single-product .woocommerce-product-details__short-description li {
	color: #5f6061;
	margin-bottom: 5px;
	margin-top: -2px
}

.single-product .woocommerce-product-details__short-description li::before {
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 14" fill="%233DBD00"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.5725 3.40179L8.14482 13.5874C7.5815 14.1375 6.66839 14.1375 6.1056 13.5874L0.422493 8.03956C-0.140831 7.48994 -0.140831 6.59748 0.422493 6.04707L1.44121 5.05126C2.00471 4.50094 2.91854 4.50094 3.48132 5.05126L7.12254 8.60835L15.5145 0.412609C16.078 -0.137536 16.9909 -0.137536 17.5537 0.412609L18.5733 1.40842C19.1424 1.95795 19.1424 2.8505 18.5725 3.40179Z" /></svg> ');
	width: 15px;
	height: 11px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle
}

.single-product .woocommerce-product-details__short-description h2 {
	font-size: 1.4285714286rem
}

.single-product .after-button-static-content .delivery-from-eu-warehouse {
	position: relative;
	left: -4px;
	margin-bottom: 2px
}

.single-product .after-button-static-content .delivery-from-eu-warehouse .delivery-from-eu-warehouse__icon {
	margin-right: 7px
}

.single-product .after-button-static-content .delivery-from-eu-warehouse .delivery-from-eu-warehouse__text {
	vertical-align: middle
}

.single-product .content__info-icon {
	width: 25px;
	fill: #5f6061
}

.single-product .content__info-text {
	display: flex;
	align-items: center
}

.single-product .content__info .flex:first-child .content__info-icon {
	fill: #24b800
}

.single-product .content__info-text strong {
	color: #24b800
}

.single-product .content__info-text #delivery-status {
	display: contents
}

.single-product .content__badge-icon {
	width: 4.4285714286rem
}

.single-product .content__badge-text {
	max-width: 300px
}

.single-product .content__badge {
	margin: 1.4285714286rem -1.4285714286rem 0;
	padding: 15px;
	background-color: #f6e8c6
}

@media (min-width:992px) {
	.single-product .content__badge {
		padding: 20px;
		margin: 1.7857142857rem -1.4285714286rem 0
	}
}

.single-product .content__badge .flex {
	justify-content: center
}

@media (min-width:992px) {
	.single-product .content__badge--border {
		border: 1px solid rgba(0, 0, 0, .1)
	}
}

.single-product .products--grid .price .woocommerce-Price-amount {
	font-size: inherit;
	font-weight: inherit
}

@media (max-width:991px) {
	.single-product .price ins .woocommerce-Price-amount.amount {
		font-size: 2rem
	}
}

.single-product .before-button-static-content svg {
	width: 1.1428571429rem
}

@media (max-width:991px) {
	.single-product:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .after-button-static-content {
		margin-bottom: -20px;
		padding-bottom: 6px
	}

	.single-product:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .after-button-static-content .vigo-home-reviews__trustpilot {
		padding-top: 6px
	}

	.single-product:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .after-button-static-content .vigo-home-reviews__google {
		display: none !important
	}

	.single-product:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .content__badge.content__badge--border {
		display: none
	}

	.single-product:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .content__info {
		padding-bottom: 12px;
		border-bottom: 1px solid #ddd
	}
}

.single-product:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .content__info {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #ddd
}

.single-product:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .before-button-static-content {
	margin-top: 24px
}

.single-product:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .before-button-static-content svg {
	margin-bottom: 5px
}

.single-product:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .before-button-static-content .c--success .f--bold {
	font-weight: 700
}

.single-product:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .after-button-static-content .payment-methods {
	display: none
}

.single-product .vigo-sticky-add-to-cart {
	position: fixed;
	bottom: 0;
	z-index: 9;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	right: 50%;
	width: 100vw;
	box-shadow: 0-2px 22px rgba(0, 0, 0, .1)
}

.single-product .vigo-sticky-add-to-cart .flex__item:first-of-type {
	max-width: 36%;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.single-product .vigo-sticky-add-to-cart .vigo__selected-variation-attributes {
	max-width: 144px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: -10px;
	padding: 0 10px 10px 20px;
	background-color: rgba(255, 255, 255, .8);
	color: #3dbd00;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.15
}

.single-product .vigo-sticky-add-to-cart .attribute-label {
	text-transform: capitalize
}

.single-product .vigo-sticky-add-to-cart .button.button--shop:focus,
.single-product .vigo-sticky-add-to-cart .button.button--shop:hover,
.single-product .vigo-sticky-add-to-cart .button.button--shop:visited {
	color: #fff
}

.single-product .vigo-sticky-add-to-cart .hs_sale_price {
	line-height: 1;
	margin-bottom: 6px
}

.single-product .single-product-page-flame svg {
	width: 20px;
	fill: #ca232c
}

.single-product .single-product-page-flame-text {
	line-height: 1.2;
	margin-top: 3px
}

.single-product .product_title {
	margin-top: 10px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (min-width:992px) {
	.single-product .after-single-product-banner {
		padding-left: 30px;
		padding-right: 30px
	}
}

.single-product .button.single_add_to_cart_button {
	min-height: 62px;
	margin-top: 18px !important
}

.single-product .after-single-product-banner {
	position: relative;
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width:992px) {
	.single-product .after-single-product-banner {
		padding-left: 30px;
		padding-right: 30px
	}
}

.single-product .after-single-product-banner__wrap {
	margin: 0 auto
}

.single-product .after-single-product-banner__wrap h2 {
	padding: 0 10px
}

@media (min-width:768px) {
	.single-product .after-single-product-banner__wrap h2 {
		padding: 0 15px
	}
}

.single-product .after-single-product-banner::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px
}

.single-product .vigo-sticky-tab-add-to-cart .product-thumbnail {
	width: 60px
}

.single-product .flex-control-nav.flex-control-thumbs img,
.single-product .vigo-sticky-tab-add-to-cart .product-thumbnail img {
	border-radius: 5px
}

.single-product .vigo-sticky-tab-add-to-cart__button,
.single-product .vigo-sticky-tab-add-to-cart__button .button--shop {
	height: 100%
}

.single-product .vigo-sticky-tab-add-to-cart__button a {
	font-size: 16px
}

.single-product .vigo-sticky-add-to-cart-and-links {
	position: fixed;
	top: 0;
	z-index: 9;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	right: 50%;
	width: 100vw
}

.single-product .vigo-sticky-add-to-cart-and-links .vigo__selected-variation-attributes {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	color: #3dbd00;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	word-wrap: anywhere
}

@media (max-width:991px) {

	.single-product .custom-sticky-add-to-cart,
	.single-product section.custom-sticky-add-to-cart {
		display: none !important
	}

	.single-product .vigo-sticky-tab-add-to-cart {
		display: none
	}

	.single-product .vigo-sticky-add-to-cart {
		display: block
	}

	.single-product .summary.entry-summary {
		padding-bottom: 0
	}

	.single-product .woocommerce-tabs.wc-tabs-wrapper {
		padding-top: 0
	}
}

.single-product .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: auto !important
}

.single-product .product.master .vigo-home-reviews__google {
	margin: 0-20px;
	padding: 15px 0
}

.single-product .product.master .vigo-home-reviews__trustpilot {
	margin: 0-20px
}

.prod-qty {
	display: flex
}

.prod-qty.prod-qty--colors,
.prod-qty__title {
	padding-bottom: 10px
}

.prod-qty__title {
	color: #5f6060;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500
}

.buy-and-save-text {
	margin-bottom: 20px
}

.prod-qty__link {
	color: #a6abb2;
	line-height: 1.3
}

.prod-qty__item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #5f6060;
	line-height: 1.2;
	position: relative;
	padding: 12px 8px;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
	margin-right: 5px;
	outline-style: solid;
	outline-width: 2px;
	outline-color: #ddd
}

.table_option .prod-qty__item {
	outline-style: none
}

.qty_wrapper {
	max-width: 450px
}

.qty_wrapper .prod-qty__item {
	flex: 1
}

.prod-qty__item:hover {
	background-color: #fff6e1
}

.prod-qty__item--active {
	color: #333;
	font-weight: 700;
	background-color: #fff5e3;
	box-shadow: inset 0 0 0 1px #e68614;
	outline-style: solid;
	outline-width: 2px;
	outline-color: #ddd
}

.select_box_attributes {
	margin-right: 10px
}

.prod-qty__item-tag {
	box-sizing: border-box;
	font-weight: 700;
	line-height: 1;
	display: block;
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 4px 7px;
	border-radius: 4px;
	background-color: #ca232c;
	white-space: nowrap;
	z-index: 1
}

.prod-qty__color {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	margin: auto;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.prod-qty__color:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	border-radius: 50%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .3) 100%)
}

.prod-qty--sizes .prod-qty__item {
	font-size: 18px;
	padding: 14px 30px
}

@media (min-width:500px) {
	.prod-qty--sizes .prod-qty__item {
		padding: 14px 40px
	}
}

.prod-qty--colors .prod-qty__item {
	padding: 14px 7px 10px
}

@media (min-width:450px) {
	.prod-qty--colors .prod-qty__item {
		min-width: 70px
	}
}

@media (max-width:359px) {
	.prod-qty-sizes--d {
		display: none
	}
}

.prod-qty--dropdown .prod-qty__item {
	padding: 0;
	width: 200px
}

.prod-qty--dropdown select {
	cursor: pointer;
	font-weight: 700;
	border: 0;
	padding: 15px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position-x: 88%;
	background-position-y: 50%;
	min-width: 212px;
	outline: 0
}

.prod-qty--dropdown .prod-qty__item:hover {
	background-color: #fff
}

.vigo-product-tabs-custom svg {
	width: 20px;
	fill: #99a0a7
}

.vigo-product-tabs-custom {
	grid-gap: 2.1428571429rem
}

.vigo-product-tabs-custom-toggles__toggle {
	background: linear-gradient(180deg, #f0f2f5 0, #e3e6e8 100%)
}

.single-product .woocommerce-product-gallery ul,
.vigo-product-tabs-custom-toggles__toggle ul {
	padding: 0;
	list-style: none
}

.vigo-product-tabs-custom-toggles__toggle--mobile,
.vigo-product-tabs-custom-toggles__toggle-head .minus,
.vigo-product-tabs-custom-toggles__toggle-head.active .plus {
	display: none
}

.vigo-product-tabs-custom-toggles__toggle-head {
	cursor: pointer
}

.vigo-product-tabs-custom-toggles__extend svg {
	fill: #1d6ec1
}

.vigo-product-tabs-custom-toggles__toggle-head.active .minus {
	display: inline
}

.vigo-product-tabs-custom__tech-specs {
	height: min-content
}

#best_price_icon {
	fill: #99a0a7
}

@media (max-width:991px) {
	.vigo-product-tabs-custom {
		grid-gap: 0;
		margin: 30px 20px 0
	}

	.vigo-product-tabs-custom-toggles__toggle--mobile {
		display: block
	}

	.vigo-product-tabs-custom__tech-specs {
		display: none
	}
}

@media (max-width:369px) {
	.vigo-product-tabs-custom-toggles__toggle-title {
		font-size: 14px
	}
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis).single-product .vigo-product-tabs-custom {
	margin-bottom: 8px
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis).single-product .vigo-product-tabs-custom svg {
	width: 18px
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis).single-product .vigo-product-tabs-custom .vigo-product-tabs-custom-toggles__toggle-head .flex__item.flex.flex--middle.flex--gaps {
	display: flex;
	flex-wrap: wrap;
	flex: auto
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis).single-product .vigo-product-tabs-custom .vigo-product-tabs-custom-toggles__extend {
	margin-left: auto
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis).single-product .vigo-product-tabs-custom .vigo-product-tabs-custom-toggles__toggle-title {
	font-size: 16px
}

.after-single-product-banner {
	color: #fff
}

.after-single-product-banner__wrap svg {
	width: 1.0714285714rem
}

.after-single-product-banner__wrap {
	max-width: 32.1428571429rem;
	padding: 3.5714285714rem 10px
}

.after-single-product-banner__sales svg {
	fill: #e68614;
	width: 1rem
}

.after-single-product-banner>.container {
	background: linear-gradient(0deg, #324358 0, #232f3e 100%)
}

.after-single-product-banner__sales .minitext {
	font-size: 14px;
	margin-left: 5px
}

.vigo-duplicated-product__heading {
	text-align: center;
	max-width: 900px;
	margin: 0 auto
}

.vigo-duplicated-product__content {
	grid-gap: 40px
}

.vigo-duplicated-product__summary>form {
	background-color: #fff;
	padding: 20px 20px 0;
	border-radius: 10px;
	overflow: hidden
}

.vigo-duplicated-product .woocommerce-product-details__short-description {
	padding: 10px 20px
}

.vigo-duplicated-product__summary .product-service__reviews {
	margin-top: 0
}

.vigo-duplicated-product__summary .vigo-home-reviews__trustpilot {
	padding-top: 15px;
	background-color: #e3e6e8
}

.vigo-duplicated-product__summary .vigo-home-reviews__google {
	background-color: #e3e6e8
}

.vigo-duplicated-product__summary .product_option {
	padding-top: 15px
}

.vigo-duplicated-product__summary .woocommerce-variation-price * {
	text-decoration: none
}

.vigo-duplicated-product__summary .woocommerce-variation-price {
	margin-bottom: 10px
}

.vigo-duplicated-product__pb {
	height: 4px;
	margin-top: 10px
}

.vigo-duplicated-product__pb-empty {
	height: inherit;
	width: 100%;
	background-color: #dcdee0
}

.vigo-duplicated-product__pb-filled {
	height: inherit;
	width: 30%;
	background-color: #ca232c;
	margin-top: -4px
}

.vigo-duplicated-product .woocommerce-product-gallery .flex-direction-nav {
	top: 40% !important
}

.vigo-duplicated-product {
	position: relative
}

.vigo-duplicated-product::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px
}

.vigo-duplicated-product .vigo-home-reviews__trustpilot {
	margin: 0-20px
}

.vigo-duplicated-product .vigo-home-reviews__google {
	margin: 0-20px;
	padding: 20px 0
}

@media (max-width:991px) {
	.vigo-duplicated-product .vigo-home-reviews__google {
		background-color: #fff
	}

	.vigo-duplicated-product__gallery,
	.vigo-duplicated-product__summary {
		width: 100vw
	}

	.vigo-duplicated-product .product_title,
	.vigo-duplicated-product__pb {
		padding: 0 20px
	}

	.vigo-duplicated-product .cal-stars {
		display: block;
		padding: 0 20px
	}

	.vigo-duplicated-product__summary>form {
		background-color: transparent;
		border-radius: 0;
		padding-top: 0
	}

	.vigo-duplicated-product__heading {
		padding: 30px 20px 20px;
		font-size: 20px
	}

	.vigo-duplicated-product::after {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #fff;
		margin-left: -15px
	}

	.vigo-duplicated-product__content .variation_wrapper {
		width: 100%
	}
}

.single-product .woocommerce-product-gallery {
	position: relative
}

@media (max-width:991px) {
	.single-product .woocommerce-product-gallery {
		max-width: 580px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:992px) {
	.single-product .woocommerce-product-gallery {
		margin-left: 1.0714285714rem
	}
}

.single-product .woocommerce-product-gallery .flex-control-nav li,
.single-product .woocommerce-product-gallery .flex-viewport {
	border-radius: 10px;
	overflow: hidden
}

@media (max-width:991px) {

	.single-product .woocommerce-product-gallery .flex-control-nav li,
	.single-product .woocommerce-product-gallery .flex-viewport {
		border-radius: 0
	}
}

.single-product .woocommerce-product-gallery .flex-control-nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-top: .7142857143rem
}

.single-product .woocommerce-product-gallery .flex-control-nav li {
	width: 20%;
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box
}

@media (max-width:991px) {
	.single-product .woocommerce-product-gallery .flex-control-nav {
		display: none
	}
}

.single-product .flex-control-nav.flex-control-thumbs {
	margin-left: -5px;
	margin-right: -5px
}

.single-product .flex-control-nav.flex-control-thumbs .flex-active {
	box-sizing: border-box;
	outline: 2px solid #f09831
}

.single-product .woocommerce-product-gallery {
	height: min-content
}

.single-product .woocommerce-product-gallery .flex-direction-nav {
	z-index: 1;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -60px;
	display: none;
	flex-wrap: wrap;
	justify-content: space-between
}

.single-product .woocommerce-product-gallery .flex-direction-nav--active {
	display: flex
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-next,
.single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev {
	visibility: hidden
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-next::after,
.single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
	visibility: visible;
	content: "";
	width: 91px;
	height: 120px;
	display: inline-block;
	opacity: .5;
	transition: opacity .3s
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-next:hover::after,
.single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev:hover::before {
	opacity: 1
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
	margin-left: -15px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="91" height="120" viewBox="0 0 91 120"><defs><filter id="a" x="0" y="0" width="91" height="120" filterUnits="userSpaceOnUse"><feOffset dx="2" dy="4" input="SourceAlpha"/><feGaussianBlur stdDeviation="5" result="b"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="b"/><feComposite in="SourceGraphic"/></filter></defs><g transform="translate(-1105 250)"><g transform="matrix(1, 0, 0, 1, 1105, -250)" filter="url(%23a)"><path d="M0,0H90a0,0,0,0,1,0,0V57a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V0A0,0,0,0,1,0,0Z" transform="translate(13 101) rotate(-90)" fill="rgba(255,255,255,0.5)"/></g><path d="M38.19,58.9a2.076,2.076,0,0,1-2.94,0L22.81,46.46a2.07,2.07,0,0,1,0-2.93L35.25,31.09a2.072,2.072,0,0,1,2.93,2.93L27.21,44.99,38.19,55.97a2.07,2.07,0,0,1,0,2.93" transform="translate(1118 -238.482)" fill="%235f6061"/></g></svg>')
}

.single-product .woocommerce-product-gallery .flex-direction-nav .flex-next::after {
	margin-right: -15px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="91" height="120" viewBox="0 0 91 120"><defs><filter id="a" x="0" y="0" width="91" height="120" filterUnits="userSpaceOnUse"><feOffset dx="-2" dy="4" input="SourceAlpha"/><feGaussianBlur stdDeviation="5" result="b"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="b"/><feComposite in="SourceGraphic"/></filter></defs><g transform="translate(-1225 422)"><g transform="matrix(1, 0, 0, 1, 1225, -422)" filter="url(%23a)"><path d="M4,0H86a4,4,0,0,1,4,4V61a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V4A4,4,0,0,1,4,0Z" transform="translate(17 101) rotate(-90)" fill="rgba(255,255,255,0.5)"/></g><path d="M118.69,43.54,106.25,31.1a2.075,2.075,0,0,0-2.94,2.93l10.98,10.98L103.32,55.98a2.072,2.072,0,0,0,2.93,2.93l12.44-12.44a2.07,2.07,0,0,0,0-2.93" transform="translate(1161.5 -411.004)" fill="%235f6061"/></g></svg>')
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image video {
	height: auto !important;
	width: 100% !important
}

.vigo-wc-price__big {
	font-size: 30px
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .vigo-wc-price.vigo-wc-price--alternative {
	margin-top: 16px;
	display: flex;
	align-items: center
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .vigo-wc-price.vigo-wc-price--alternative .flex.flex--autosize.flex--middle {
	flex-wrap: wrap
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .vigo-wc-price.vigo-wc-price--alternative #p_regular_price {
	padding: 0 12px 0 0;
	color: #99a0a7;
	font-size: 22px
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .vigo-wc-price.vigo-wc-price--alternative #p_sale_price {
	padding-right: 12px
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .vigo-wc-price.vigo-wc-price--alternative .tag--sale__alternative {
	margin-left: 0;
	padding: 3px 12px;
	border-radius: 3px;
	background-color: #ca232c;
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .vigo-wc-price.vigo-wc-price--alternative .regular_pdf_price {
	padding: 0 10px 0 0
}

@media screen and (max-width:400px) {
	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .vigo-wc-price.vigo-wc-price--alternative .flex__item__pdf .tag--sale {
		max-width: 250px;
		height: auto;
		margin-left: 2px;
		border-radius: 5px;
		line-height: 1.3em;
		padding: 6px
	}

	:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .vigo-wc-price.vigo-wc-price--alternative .flex__item__pdf .tag--sale:before {
		display: none
	}
}

:not(.brand-lovilioncom):not(.brand-ziavia):not(.brand-orbitalis) .vigo-wc-price.vigo-wc-price--alternative .discount_wrapper .tag--sale::before {
	display: none
}

.product-service__reviews {
	margin-left: -20px;
	margin-right: -20px
}

@media (max-width:419px) {
	.product-service__reviews .vigo-home-reviews__trustpilot>.flex {
		display: flex;
		flex-wrap: wrap
	}

	.product-service__reviews .vigo-home-reviews__trustpilot-logo {
		width: 100%;
		max-width: 100px
	}
}

.vigo-home-reviews__trustpilot-logo {
	margin-bottom: 5px
}

.sticky-fb-messenger-container {
	position: relative
}

.sticky-fb-messenger-container .sticky-fb-messenger-desktop,
.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
	background-color: #232f3e;
	border-radius: 50%;
	bottom: 45px;
	filter: drop-shadow(0 3px 3px #2e2e2e);
	padding: 5px;
	position: fixed;
	width: 52px;
	z-index: 999;
	left: calc(11% - 8px)
}

@media (min-width:992px) {

	.sticky-fb-messenger-container .sticky-fb-messenger-desktop,
	.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
		left: calc(2.5% - 6px)
	}
}

@media (min-width:1200px) {

	.sticky-fb-messenger-container .sticky-fb-messenger-desktop,
	.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
		left: calc(1% - 6px)
	}
}

@media (min-width:1300px) {

	.sticky-fb-messenger-container .sticky-fb-messenger-desktop,
	.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
		left: calc(1.5% - 6px)
	}
}

@media (min-width:1400px) {

	.sticky-fb-messenger-container .sticky-fb-messenger-desktop,
	.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
		left: calc(2% - 6px)
	}
}

@media (min-width:1450px) {

	.sticky-fb-messenger-container .sticky-fb-messenger-desktop,
	.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
		left: calc(3% - 6px)
	}
}

@media (min-width:1500px) {

	.sticky-fb-messenger-container .sticky-fb-messenger-desktop,
	.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
		left: calc(4% - 6px)
	}
}

@media (min-width:1600px) {

	.sticky-fb-messenger-container .sticky-fb-messenger-desktop,
	.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
		left: calc(11% - 84px)
	}
}

@media (max-width:1600px) {

	.sticky-fb-messenger-container .sticky-fb-messenger-desktop,
	.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
		bottom: 130px
	}
}

.sticky-fb-messenger-container .sticky-fb-messenger-desktop,
.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
	display: none
}

@media (max-width:991px) {
	.sticky-fb-messenger-container .sticky-fb-messenger-mobile {
		display: block;
		width: 40px;
		left: 10px
	}
}

@media (min-width:992px) {
	.sticky-fb-messenger-container .sticky-fb-messenger-desktop {
		display: block
	}
}

.tyupsell-special-single-product .sticky-fb-messenger-container {
	display: none
}

.woocommerce-tabs__links .flex__item {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent
}

.woocommerce-tabs__links .flex__item.active {
	font-weight: 700;
	border-bottom-color: #000
}

.woocommerce-tabs__links a:focus {
	outline: 0
}

.woocommerce-tabs .panel {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px 15px
}

@media (min-width:768px) {
	.woocommerce-tabs .panel {
		padding: 40px 15px
	}
}

.woocommerce-tabs .panel img,
.woocommerce-tabs .panel table,
.woocommerce-tabs .panel table td,
.woocommerce-tabs .panel table th,
.woocommerce-tabs .panel table tr,
.woocommerce-tabs .panel video {
	max-width: 100%
}

.woocommerce-tabs .panel table {
	margin-left: auto;
	margin-right: auto
}

.woocommerce-tabs .panel img,
.woocommerce-tabs .panel video {
	margin-top: 15px
}

.woocommerce-tabs .woocommerce-tabs__links .tabs {
	padding: 0 15px
}

.woocommerce-tabs__links .description_tab {
	padding: 15px 0
}

.wc-description {
	padding: 0 20px
}

.single-product .product-type-variable .vigo_custom_qty {
	margin: 0 0 15px
}

@media (min-width:992px) {
	.single-product .product-type-variable .vigo_custom_qty {
		margin: 0 0 20px
	}
}

.single-product .product-type-variable .vigo_custom_qty table {
	border-spacing: 0
}

.single-product .product-type-variable .vigo_custom_qty .vigo_product_qty {
	padding: 10px 20px;
	border: 1px solid #ddd
}

.single-product .product-type-variable .vigo_custom_qty .vigo_product_qty:first-child {
	border-radius: 5px 0 0 5px
}

.single-product .product-type-variable .vigo_custom_qty .vigo_product_qty:last-child {
	border-radius: 0 5px 5px 0
}

.single-product .product-type-variable .vigo_custom_qty .vigo_product_qty.selectedQuantity {
	outline: 2px solid #e68614;
	background-color: #f9debd
}

.single-product .product-type-variable .wrapper_attributes.izdelek1 {
	display: flex
}

.single-product .product-type-variable .diff_var_wrapper {
	margin-bottom: 10px
}

.single-product .product-type-variable .wrapper_attributes .variation-name {
	margin-right: 10px
}

.products--grid .onsale,
.single-product .product-type-variable .wrapper_attributes .variation-border,
.woocommerce-result-count,
form.woocommerce-ordering {
	display: none
}

.single-product .product-type-variable .wrapper_attributes .variation-wrapper {
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #ddd;
	box-shadow: none
}

.single-product .product-type-variable .wrapper_attributes .variation-wrapper:first-of-type {
	border-radius: 5px 0 0 5px
}

.single-product .product-type-variable .wrapper_attributes .variation-wrapper:last-child {
	border-radius: 0 5px 5px 0
}

.single-product .product-type-variable .wrapper_attributes .variation-wrapper.selected {
	z-index: 1;
	outline: 2px solid #e68614;
	font-weight: 700;
	background-color: #f9debd
}

.single-product .product-type-variable .variations_add_to_cart_btn {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: .3571428571rem 0;
	height: auto;
	font-size: 20px;
	background: linear-gradient(180deg, #3ec000 0, #00ac00 100%)0 0 no-repeat padding-box;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	max-width: 100%;
	box-shadow: 0 2px 0#090, 0 3px 13px rgba(0, 153, 0, .36);
	gap: .7142857143rem
}

@media (min-width:992px) {
	.single-product .product-type-variable .variations_add_to_cart_btn {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

.single-product .product-type-variable .variations_add_to_cart_btn::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 22" fill="none"><path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M19.3334 17.875C18.2288 17.875 17.3334 18.7984 17.3334 19.9375C17.3334 21.0766 18.2288 22 19.3334 22C20.438 22 21.3334 21.0766 21.3334 19.9375C21.3334 18.7984 20.438 17.875 19.3334 17.875ZM7.33335 17.875C6.22876 17.875 5.33334 18.7984 5.33334 19.9375C5.33334 21.0766 6.22876 22 7.33335 22C8.43793 22 9.33335 21.0766 9.33335 19.9375C9.33335 18.7984 8.43793 17.875 7.33335 17.875ZM23.7304 1.92216C23.4759 1.57442 23.0878 1.375 22.6653 1.375H5.08155L4.98243 0.83832C4.89259 0.351914 4.48022 0 4.00009 0H1C0.447709 0 0 0.461699 0 1.03125C0 1.6008 0.447709 2.0625 1 2.0625H3.17255L5.68434 15.6617C5.77418 16.1481 6.18655 16.5 6.66668 16.5H20.3334C20.8857 16.5 21.3334 16.0383 21.3334 15.4688C21.3334 14.8992 20.8857 14.4375 20.3334 14.4375H7.49414L7.11322 12.375H20.3795C20.975 12.375 21.4984 11.9679 21.6621 11.3773L23.9479 3.128C24.0638 2.70905 23.9843 2.26995 23.7304 1.92216Z" fill="white"/></svg>');
	top: 0;
	height: 18px;
	width: 20px
}

@media (max-width:991px) {
	.single-product .product-type-variable .single_variation_wrap .woocommerce-variation-price {
		padding: 0 20px
	}
}

.single-product .product-type-variable .variation_id+div {
	display: flex;
	flex-wrap: wrap
}

.single-product .product-type-variable .vari_name+div {
	display: flex !important;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: flex-start
}

.single-product .product-type-variable .vari_name+div .variation_value {
	min-width: 15%;
	width: max-content;
	padding: 15px 20px;
	border: 1px solid #ddd;
	background-clip: border-box;
	margin: 10px 0 0;
	background-color: #fff
}

.single-product .product-type-variable .vari_name+div .color_variation {
	display: flex;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 0;
	padding: 30px;
	border: 1px solid #ddd;
	margin: 10px 0 0;
	background-color: #fff
}

.single-product .product-type-variable .vari_name+div .color_variation:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

.single-product .product-type-variable .vari_name+div .color_variation:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}

.single-product .product-type-variable .vari_name+div .color_variation .attrtooltiptext {
	padding: 5px 0;
	visibility: visible;
	margin-left: 0;
	left: 0
}

.single-product .product-type-variable .vari_name+div .color_variation.select,
.single-product .product-type-variable .vari_name+div .variation_value.select {
	background-color: #f9debd;
	border: 2px solid #e68614
}

.products--grid>.product img,
.single-product .product-type-variable #tb_variation {
	width: 100%
}

.single-product .product-type-variable #tb_variation td {
	border-bottom: none !important
}

.single-product .product-type-variable .variation_wrapper {
	display: block
}

.single-product .product-type-variable .variation_wrapper .product_option {
	box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, .05);
	border-top: 1px solid transparent;
	padding: 15px 20px;
	background-color: #e2e6e8;
	margin-top: 40px;
	margin-left: -20px;
	margin-right: -20px
}

.single-product .product-type-variable .variation_wrapper .product_option.table_option {
	box-shadow: unset;
	border-top: none;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #f0f2f5;
	max-width: 450px
}

.single-product .product-type-variable .variation_wrapper .product_option+.product_option {
	margin-top: 0;
	border-top: 1px solid #cecfcf;
	box-shadow: none
}

.products--grid>.product {
	position: relative
}

.products--grid>.product>a {
	text-decoration: none
}

.products--grid>.product>a img {
	border-radius: 10px
}

.products--grid>.product .product-sale-flag {
	background-color: #ca232c;
	border-radius: 5px;
	display: flex;
	left: 10px;
	padding: 2px 10px;
	position: absolute;
	top: 10px;
	width: min-content;
	z-index: 9
}

.products--grid>.product .woocommerce-loop-product__title {
	margin: 1.0714285714rem 0 0;
	overflow: hidden;
	text-overflow: ellipsis
}

.products--grid>.product .price ins {
	color: #ca232c;
	font-size: 1.4285714286rem;
	font-weight: 700;
	margin-right: 5px;
	text-decoration: none
}

.products--grid>.product .price--no-sale ins {
	color: #333
}

.products--grid>.product .price del {
	color: #99a0a7;
	font-size: 1.1428571429rem
}

.woocommerce-page .woocommerce-ordering>select {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	font-weight: 700;
	padding: 15px 25px 15px 12px
}

.woocommerce-page .woocommerce-ordering {
	position: relative;
	margin: 0
}

.woocommerce-page .woocommerce-ordering::after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14"><path style="fill:%23232f3e;fill-rule:evenodd;" d="m4,13.61l4-5.33H0l4,5.33Z"/><path class="cls-1" d="m4,.27l4,5.33H0L4,.27Z"/></svg>');
	height: 15px;
	width: 8px;
	position: absolute;
	right: 11px;
	top: 50%;
	pointer-events: none;
	margin-top: -8px
}

.archive.woocommerce .container.container--l .content-area {
	padding-left: 10px;
	padding-right: 10px
}

@media (min-width:768px) {
	.archive.woocommerce .container.container--l .content-area {
		padding-left: 15px;
		padding-right: 15px
	}
}

.woocommerce-page .products--grid {
	margin-bottom: 2.1428571429rem;
	padding: 0;
	list-style: none
}

@media (min-width:768px) {
	.woocommerce-page .products--grid {
		margin-bottom: 3.5714285714rem
	}
}

.vigo-wc-page-header {
	padding-top: 1.7857142857rem;
	padding-bottom: 1.4285714286rem
}

@media (min-width:992px) {
	.vigo-wc-page-header {
		padding-top: 2.8571428571rem
	}
}

body:not(.home) .vigo-wc-page-header {
	margin-top: -15px;
	padding-top: 1.7857142857rem;
	padding-bottom: 1.7857142857rem
}

@media (max-width:499px) {
	.vigo-wc-page-header__select {
		width: 100%
	}

	body:not(.home) .vigo-wc-page-header {
		margin-top: -15px;
		padding-top: 1.4285714286rem;
		padding-bottom: 1.4285714286rem
	}
}

.tax-product_cat .vigo-wc-page-header__title,
.vigo-wc-page-header--prodct-tag h1 {
	font-size: 1.7143rem
}

@media (max-width:767px) {

	.tax-product_cat .vigo-wc-page-header__title,
	.vigo-wc-page-header--prodct-tag h1 {
		font-size: 18px;
		margin-left: 2px
	}

	.tax-product_cat .vigo-wc-page-header {
		padding-top: 1rem
	}

	.vigo-wc-page-header--prodct-tag p {
		line-height: 1;
		font-size: 13px
	}

	.vigo-wc-page-header--prodct-tag select {
		outline: 0;
		-webkit-appearance: none;
		appearance: none;
		font-size: 13px;
		font-weight: 600;
		text-align: right;
		color: #1d6ec1;
		border: 0 !important;
		padding: .8em 1.8em .8em 1em !important;
		background: 0 0 !important;
		box-shadow: none !important
	}

	.vigo-wc-page-header--prodct-tag .woocommerce-ordering::after {
		content: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill='%231d6ec1' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
		height: 24px;
		width: 24px;
		right: 0;
		top: 50%;
		margin-top: -12px
	}

	.vigo-wc-page-header--prodct-tag select>* {
		padding: .8em 1.8em !important
	}
}

@media (max-width:499px) {
	.vigo-wc-page-header--prodct-tag .vigo-wc-page-header__select {
		margin-top: 5px !important;
		margin-bottom: 0 !important;
		padding-left: 14px !important
	}

	.vigo-wc-page-header--prodct-tag select {
		text-align: left;
		padding-left: 36px !important
	}

	.vigo-wc-page-header--prodct-tag .woocommerce-ordering::after {
		right: initial;
		left: 0
	}
}

.archive.woocommerce-page .content-area .site-main>.woocommerce-products-header,
.vigo-wc-page-header__svg,
.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details.active .woocommerce-order-details__title::after,
.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details.active .woocommerce-order-details__title::before {
	display: none
}

.vigo-wc-page-header__svg svg {
	height: 16px;
	transform: scaleX(-1);
	margin: 0 13px 0 3px
}

.vigo-wc-page-header__svg path {
	fill: #737b86
}

.vigo-wc-page-header__title {
	margin-bottom: 0
}

.products.products--grid,
.woocommerce-order-received .wc-thankyou-wrap ul {
	padding: 0;
	list-style: none
}

.products--grid.columns-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

@media (max-width:991px) {
	.products--grid.columns-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media (max-width:767px) {
	.products--grid.columns-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

.products--grid.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media (max-width:991px) {
	.products--grid.columns-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

@media (max-width:767px) {
	.products--grid.columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

.products--grid.columns-5 {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr))
}

@media (max-width:991px) {
	.products--grid.columns-5 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

@media (max-width:767px) {
	.products--grid.columns-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

.products--grid.columns-6 {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr))
}

@media (max-width:991px) {
	.products--grid.columns-6 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
}

@media (max-width:767px) {
	.products--grid.columns-6 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

.vigo-wc-page-header--prodct-tag .vigo-wc-page-header__svg {
	flex-basis: 30px
}

.rsfv-has-video video.rsfv-video {
	aspect-ratio: 1/1 !important
}

.vigo-trust-badge-sc__content {
	max-width: 100%
}

@media (max-width:991px) {
	.vigo-trust-badge-sc {
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
		border-radius: unset
	}
}

.vigo-trust-badge-sc__content svg {
	width: 24px
}

@media (min-width:768px) {
	.vigo-trust-badge-sc__content svg {
		width: 86px
	}
}

@media (max-width:767px) {
	.vigo-trust-badge-sc {
		padding: 9px 10px
	}

	.vigo-trust-badge-sc__content-text {
		display: none
	}

	.vigo-trust-badge-sc__content-title {
		font-size: 1rem
	}
}

.tag {
	display: inline-block;
	padding: 0 .6em;
	border-radius: 5px;
	color: #fff;
	line-height: 1.65;
	white-space: nowrap
}

@media (min-width:768px) {
	.tag {
		padding: 0 .75em;
		line-height: 1.75
	}
}

.tag--block {
	display: block;
	text-align: center
}

.tag--small {
	font-size: .7142857143rem;
	line-height: 1.25;
	border-radius: 1em
}

.tag--positive {
	color: #228b22;
	background-color: #9ce79c
}

.tag--negative {
	color: #dc143c;
	background-color: #fac3ce
}

.tag--info {
	color: #1d6ec1;
	background-color: #a9cdf2
}

.tag--warning {
	color: #e68614;
	background-color: #f8d4ab
}

.tag--important {
	color: #ca232c;
	background-color: #fbd1d3
}

.tag--bullet {
	width: 11px;
	height: 11px;
	padding: 0;
	border-radius: 50%
}

.tag--red {
	background-color: #ca232c
}

.tag--darkred {
	background-color: #161e28
}

.tag--blue {
	background-color: #1d6ec1
}

.tag--green {
	background-color: #24b800
}

.tag--bold {
	font-weight: 500
}

.tag--sale {
	color: #fff;
	position: relative;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-left: 20px;
	font-size: 12px;
	padding: 0 6px 0 3px;
	border-radius: 0 5px 5px 0;
	font-weight: 700;
	vertical-align: super;
	background-color: #1d6ec1;
	width: max-content
}

.tag--sale::before {
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.16 19"><path style="fill: %231d6ec1; fill-rule:evenodd;" d="m8.16.7c.43-.45,1.02-.7,1.65-.7h1.32v19h-1.32c-.62,0-1.22-.25-1.65-.7L.74,10.55c-.56-.59-.56-1.52,0-2.1L8.16.7Z"/></svg>');
	width: 13px;
	height: 22px;
	position: absolute;
	top: 0;
	left: -12px
}

.tag--sale-red {
	background-color: #ca232c
}

.tag--sale-red::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.16 19"><path style="fill: %23ca232c; fill-rule:evenodd;" d="m8.16.7c.43-.45,1.02-.7,1.65-.7h1.32v19h-1.32c-.62,0-1.22-.25-1.65-.7L.74,10.55c-.56-.59-.56-1.52,0-2.1L8.16.7Z"/></svg>')
}

.tag--padded {
	padding: 1rem
}

.tag--free,
.tag--price {
	padding: 6px 7px 5px;
	font-size: 14px;
	line-height: 1;
	margin-left: 8px !important
}

.tag--price {
	color: #5f6061;
	background-color: #e3e6e8
}

.tag--free {
	color: #47b426;
	background-color: #d1efc7
}

.woocommerce-cart .tag--sale {
	margin-left: 0;
	padding: 0 6px;
	border-radius: 5px
}

.woocommerce-cart .tag--sale::before {
	content: none
}

.woocommerce-order-received>.footer-wrap,
.woocommerce-order-received>header {
	display: none !important
}

.woocommerce-order-received .main>.container--l {
	max-width: none
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details {
	background-color: #e3e6e8;
	border-radius: 4px;
	margin-bottom: 30px;
	transition: background-color .3s
}

@media (min-width:768px) {
	.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details {
		margin-top: 15px
	}
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details.active {
	background-color: #fff
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details__title {
	position: relative;
	cursor: pointer;
	font-size: 1.1428571429rem;
	margin-bottom: 0;
	padding: 20px
}

@media (min-width:768px) {
	.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details__title {
		font-size: 1.4285714286rem
	}
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details__title::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 2px;
	background-color: #99a0a7;
	margin-top: -1px
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details__title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 27px;
	width: 2px;
	height: 16px;
	background-color: #99a0a7;
	margin-top: -8px
}

.woocommerce-order-received .wc-thankyou-wrap .wc-thankyou-content {
	box-sizing: border-box
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-overview li {
	padding-bottom: 3px
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table {
	width: 100%;
	padding: 0 20px 20px
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table td,
.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table th {
	padding: 15px 0;
	border-bottom: 1px solid #e3e6e8
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table td+td,
.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table th+td,
.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table th+th {
	font-weight: 700;
	text-align: right
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table th+td {
	padding: .5em 1em !important
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table tfoot .total {
	font-size: 1.4285714286rem;
	text-align: right
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table tfoot tr:last-child td,
.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table tfoot tr:last-child th {
	border-bottom: none;
	padding-bottom: 5px
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-table tfoot tr:last-child th {
	padding-right: .75em
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details .woocommerce-table {
	display: none;
	opacity: 0;
	transition: max-height .3s
}

.woocommerce-order-received .wc-thankyou-wrap .woocommerce-order-details.active .woocommerce-table {
	display: table;
	opacity: 1
}

.woocommerce-order-received .woocommerce-notice {
	padding: 8px;
	font-size: 1rem !important;
	font-weight: 700
}

@media (min-width:768px) {
	.woocommerce-order-received .woocommerce-notice {
		padding: 15px;
		font-size: 1.25rem !important
	}
}

.woocommerce-order-received .woocommerce-notice--success {
	color: #fff !important;
	background-color: #24b800
}

.woocommerce-order-received .woocommerce-notice__inner {
	position: relative;
	white-space: normal;
	padding: 0 10px;
	line-height: 1.2
}

@media (min-width:768px) {
	.woocommerce-order-received .woocommerce-notice__inner {
		padding: 0 160px
	}
}

.woocommerce-order-received .woocommerce-notice__inner svg {
	fill: #fff;
	display: inline-block;
	height: 11px;
	width: auto;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.woocommerce-order-received .woocommerce-notice__inner svg {
		height: 13px;
		margin-right: 8px
	}
}

.woocommerce-order-received .woocommerce-notice__inner a {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	height: 30px;
	margin-top: -15px
}

@media (min-width:768px) {
	.woocommerce-order-received .woocommerce-notice__inner a {
		display: block
	}
}

.woocommerce-order-received .woocommerce-notice__inner a img {
	display: block;
	height: 100%;
	width: auto
}

.woocommerce-order-received .woocommerce-notice--error {
	text-align: center;
	margin-bottom: 0
}

.woocommerce-order-received .woocommerce-notice--error .woocommerce-notice__inner {
	text-align: center;
	font-size: 16px !important
}

.woocommerce-order-received #hs-order-details .collapse_arrow.hide,
.woocommerce-order-received #hs-order-details .expand_arrow.hide,
.woocommerce-order-received .container article p.p1,
.woocommerce-order-received .includes_tax,
section.continue_shopping_btn.hide {
	display: none
}

.woocommerce-order-received .notification-banner {
	background-color: #34a919;
	color: #fff;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	justify-content: center
}

.woocommerce-order-received .notification-banner img {
	margin-right: 5px
}

.woocommerce-order-received .check-icon {
	margin-right: 10px;
	font-size: 20px
}

.woocommerce-order-received #hs-order-details hr {
	border: 1px solid #ddd;
	margin: 0
}

.woocommerce-order-received #hs-order-details .collapse_arrow,
.woocommerce-order-received #hs-order-details .expand_arrow {
	max-width: 11px;
	display: inline-block
}

.woocommerce-order-received #hs-order-details .collapse_arrow.show,
.woocommerce-order-received #hs-order-details .expand_arrow.show {
	display: inline-block
}

.woocommerce-order-received #hs-order-details .before_details_wrapper {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 15px 15px 0
}

.woocommerce-order-received #hs-order-details .before_details_wrapper .summary_title {
	color: #47b426;
	font-weight: 500
}

.woocommerce-order-received #hs-order-details .before_details_wrapper .summary_title img {
	margin-left: 3px
}

.woocommerce-order-received #hs-order-details .order-review-wrapper {
	overflow: hidden;
	max-height: 2000px;
	transition: max-height .4s ease-in-out;
	position: relative
}

.woocommerce-order-received #hs-order-details .order-review-wrapper.collapsed {
	max-height: 63px
}

.woocommerce-order-received #hs-order-details .order-review-wrapper.collapsed::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 57px;
	background: linear-gradient(to top, rgba(255, 255, 255, .7), transparent);
	filter: blur(10px);
	pointer-events: none
}

.woocommerce-order-received #hs-order-details .customer-order-details-container {
	line-height: 25px;
	padding: 15px;
	position: relative;
	overflow: hidden
}

.woocommerce-order-received #hs-order-details .product-details-container {
	padding: 15px
}

.woocommerce-order-received #hs-order-details .product-details-container .items_section_title {
	font-weight: 500;
	margin-bottom: 10px
}

.woocommerce-order-received #hs-order-details .product-details-container .product {
	display: flex
}

.woocommerce-order-received #hs-order-details .product-details-container .product:not(:last-child) {
	margin-bottom: 10px
}

.woocommerce-order-received #hs-order-details .product-details-container .title_quantity {
	display: flex;
	font-weight: 500
}

.woocommerce-order-received #hs-order-details .product-details-container .title_quantity .quantity {
	margin-right: 5px
}

.woocommerce-order-received #hs-order-details .product-details-container .product_img {
	flex-shrink: 0;
	width: 60px;
	margin-right: 10px
}

.woocommerce-order-received #hs-order-details .product-details-container.virtual .product {
	justify-content: space-between
}

.woocommerce-order-received #hs-order-details .product-details-container.virtual .content_wrapper {
	display: flex
}

.woocommerce-order-received #hs-order-details .total_section {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	align-items: baseline
}

.woocommerce-order-received #hs-order-details .total_section .together_text {
	font-weight: 500
}

.woocommerce-order-received #hs-order-details .total_section .total_end {
	font-size: 20px;
	font-weight: 500
}

.woocommerce-order-received .order-confirmed {
	padding: 15px;
	background-color: #fff
}

.woocommerce-order-received .order-confirmed .order_confirmed_txt {
	color: #47b426;
	font-size: 18px;
	font-weight: 500
}

.woocommerce-order-received .order-confirmed .ty_confirmed_wrapper {
	display: flex
}

.woocommerce-order-received .order-confirmed .ty_confirmed_wrapper .img_section {
	margin-right: 10px
}

.woocommerce-order-received .order-confirmed .shipping_payment_wrapper {
	border: 2px solid #ddd;
	padding: 10px;
	border-radius: 6px;
	margin-top: 10px
}

.woocommerce-order-received .order-confirmed .shipping_payment_wrapper .payment-info-section,
.woocommerce-order-received .order-confirmed .shipping_payment_wrapper .shipping_info {
	display: flex
}

.woocommerce-order-received .order-confirmed .shipping_payment_wrapper .payment-info-section .payment_method,
.woocommerce-order-received .order-confirmed .shipping_payment_wrapper .shipping_info .delivery_date {
	margin-left: 5px;
	font-weight: 500;
	color: #232f3e
}

.woocommerce-order-overview__payment-method strong {
	text-align: right
}

#moreinfo_container_details,
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	margin: 0 auto !important
}

section.continue_shopping_btn {
	text-align: center;
	background: #fff 0 0 no-repeat padding-box;
	border: 2px solid #ddd;
	border-radius: 4px;
	padding: 15px 10px;
	width: 70%;
	margin: 25px auto;
	cursor: pointer
}

section.continue_shopping_btn.show {
	display: block
}

@media screen and (min-width:400px) {
	.woocommerce-order-received .notification-banner {
		font-size: 18px
	}
}

@media screen and (min-width:481px) {
	.order-confirmed {
		border-radius: 6px
	}
}

@media screen and (min-width:992px) {
	section.continue_shopping_btn {
		width: 50%
	}
}

.vigo-wc-categories {
	position: relative;
	margin-right: -15px
}

@media (min-width:768px) {
	.vigo-wc-categories {
		display: none
	}
}

.vigo-wc-categories__inner {
	box-sizing: border-box;
	overflow-x: scroll;
	background-color: #eff2f5;
	max-width: 100%
}

.vigo-wc-category {
	padding: 18px 10px 20px;
	text-decoration: none
}

.vigo-wc-category__circle {
	color: #222f3e;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 65px;
	height: 65px;
	border-radius: 40px;
	background-color: #e4e7e9;
	background: linear-gradient(0deg, #eff1f4 0, #eff1f4 100%);
	border: 1px solid #ebeef1;
	margin: 0 auto;
	box-shadow: inset 0-4px 5px rgba(0, 0, 0, .03);
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #99a0a7
}

.vigo-wc-category__circle img,
.vigo-wc-category__circle svg {
	width: 30px
}

.vigo-wc-category__circle-number span {
	color: #99a0a7
}

.vigo-wc-category__title {
	font-size: .9285714286rem;
	font-weight: 500;
	color: #5f6061;
	margin-top: 10px;
	max-width: 65px
}

.vigo-testimonials {
	padding: 0 10px;
	margin-top: 40px
}

@media (min-width:768px) {
	.vigo-testimonials {
		padding: 0 15px;
		margin-top: 50px
	}
}

.vigo-testimonials h2 {
	font-size: 2rem
}

@media (min-width:768px) {
	.vigo-testimonials h2 {
		font-size: 2.5714285714rem
	}
}

.vigo-testimonials__avatars {
	display: flex
}

.vigo-testimonials__avatars .avatar {
	display: inline-block;
	margin-left: -8px
}

.vigo-testimonials__list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: auto;
	gap: 20px
}

@media (min-width:768px) {
	.vigo-testimonials__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 15px
	}
}

@media (min-width:992px) {
	.vigo-testimonials__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 45px
	}
}

.vigo-testimonial {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #f6f0e5
}

.vigo-testimonial--pic {
	grid-row: span 3
}

.vigo-testimonial__picture {
	flex: 1;
	position: relative;
	overflow: hidden;
	min-height: 300px
}

.vigo-testimonial__picture img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: top
}

.vigo-testimonial__content {
	padding: 20px
}

@media (min-width:768px) {
	.vigo-testimonial__content {
		padding: 20px 30px
	}
}

.vigo-testimonial__name {
	margin-bottom: 4px
}

@media (min-width:400px) {
	.vigo-testimonial__name {
		display: flex;
		align-items: center
	}
}

.vigo-testimonial__stars {
	margin: 5px 0
}

@media (min-width:400px) {
	.vigo-testimonial__stars {
		margin: 0 0 2px 5px
	}
}

.vigo-testimonial__text {
	font-size: 1rem;
	line-height: 1.3
}

.vigo-testimonials__load-more,
.vigo-testimonials__review-button {
	font-family: "Roboto", sans-serif, "system-ui";
	font-size: 1.1428571429rem !important;
	text-transform: initial !important;
	box-sizing: border-box;
	max-width: 340px;
	width: 100%;
	padding: 18px !important
}

@media (min-width:768px) {

	.vigo-testimonials__load-more,
	.vigo-testimonials__review-button {
		padding: 20px !important
	}
}

.vigo-testimonials__load-more {
	cursor: pointer;
	border: 0;
	color: #232f3e;
	border-radius: 3px;
	background: #e3e6e8;
	background: linear-gradient(0deg, #e3e6e8 0, #f1f3f6 100%)
}

.vigo-testimonials__review-button {
	justify-content: center;
	align-items: center;
	color: #232f3e !important;
	border-radius: 5px;
	border: 2px solid #e3e6e8 !important;
	background-color: transparent !important;
	margin: 0 auto 50px !important
}

.vigo-testimonials__load-more svg,
.vigo-testimonials__review-button svg {
	height: 18px;
	fill: #99a0a7;
	margin-right: 5px;
	margin-bottom: 2px;
	transition: fill .3s
}

.vigo-testimonials__load-more:hover svg,
.vigo-testimonials__review-button:hover svg {
	fill: #232f3e
}

.vigo-testimonials__load-more svg {
	width: 18px
}

.vigo-testimonials__review-button svg {
	width: 21px
}

.read-more {
	cursor: pointer;
	background: 0 0;
	border: 0;
	padding: 0;
	margin: 0
}

.avatar {
	height: 44px;
	width: 44px;
	overflow: hidden;
	background-color: #ddd
}

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

.avatar--s {
	height: 22px;
	width: 22px
}

.avatar--radius-s {
	border-radius: 20%
}

.avatar--radius-l {
	border-radius: 50%
}

.verified-buyer {
	color: #3dbd00;
	display: flex;
	align-items: center
}

.verified-buyer svg {
	fill: #3dbd00;
	height: 1rem;
	width: auto;
	margin-right: 3px
}

.stars {
	position: relative;
	display: flex
}

.stars svg {
	fill: #cfcfcf;
	height: auto;
	width: 16px;
	margin: 0 1px;
	flex-shrink: 0
}

.stars--over,
.stars__last {
	position: absolute;
	top: 0;
	left: 0
}

.stars--over {
	overflow: hidden
}

.stars--over svg {
	fill: #f9bf3b
}

.stars--md svg {
	width: 20px
}

.vigo-wc-stepper {
	flex: 1 !important
}

@media (max-width:991px) {
	.vigo-wc-stepper {
		padding: 10px !important
	}
}

@media (min-width:500px) {
	.vigo-wc-stepper {
		padding-bottom: 45px !important
	}
}

@media (min-width:992px) {
	.vigo-wc-stepper {
		padding-bottom: 35px !important
	}
}

.vigo-wc-stepper__circles-wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 500px
}

@media (min-width:992px) {
	.vigo-wc-stepper__circles-wrap {
		width: 500px
	}
}

.vigo-wc-stepper__circles {
	position: relative;
	display: flex;
	justify-content: space-between
}

.vigo-wc-stepper__circles--over {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%
}

.vigo-wc-stepper__circle {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 90;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #ced4da
}

.vigo-wc-stepper__line {
	position: absolute;
	top: 13px;
	left: 15px;
	right: 15px;
	height: 4px;
	background-color: #ced4da
}

.vigo-wc-stepper__line-progress {
	position: absolute;
	z-index: 1;
	height: 4px;
	top: 0;
	left: 0;
	background-color: #24b800
}

.vigo-wc-stepper__circle img {
	height: 16px;
	width: auto
}

.vigo-wc-stepper__circle p {
	color: #91979e;
	font-size: .8571428571rem;
	position: absolute;
	top: 100%;
	width: 120px;
	margin-top: 5px;
	line-height: 1.2
}

@media (max-width:499px) {
	.vigo-wc-stepper__circle p {
		display: none
	}
}

.vigo-wc-stepper__circle--active {
	background-color: #24b800
}

.vigo-wc-stepper__circle--active p {
	color: #fff
}

.error404 .product .price ins ins bdi {
	color: #ca232c !important
}

.error404 .product .price>ins {
	display: flex;
	justify-content: left;
	flex-direction: row-reverse
}

.error404 .product .price ins>del {
	padding-top: 4px;
	font-weight: 400
}

.error404>.general-sub-banner-wrapper {
	display: none
}

.error404 .header_404 {
	padding: 0 15px
}

.error404 .header_404 .inner_404 {
	margin-top: 50px;
	text-align: center
}

.error404 .header_404 .inner_404 img {
	margin: auto
}

.error404 .header_404 .inner_404 h3 {
	margin: 38px 0 35px;
	font-size: 32px;
	font-weight: 500
}

.error404 .header_404 .inner_404 span {
	font-size: 15px;
	margin-bottom: 30px;
	display: block;
	font-weight: 300
}