/*@import url("../icons/boxicons/css/boxicons.min.css");*/
@import url("../icons/fontawesome/css/fontawesome.min.css");
@import url("../icons/fontawesome/css/solid.min.css");
@import url("../icons/fontawesome/css/regular.min.css");
@import url("../icons/fontawesome/css/brands.min.css");
@import url("../fonts/stylesheet.css");
@import url("../plugins/slick/slick.css");
@import url("../plugins/slick/slick-theme.css");

/* -------------------*
 *       GLOBAL       
 *------------------- */
html,
body {
	font-size: 16px;
	font-weight: 400;
	color: #003F76;
	background: #fff;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input,
select,
textarea,
button {
	font-size: 15px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

ol,
ul,
p {
	margin-bottom: 1rem;
	line-height: 1.6em;
}

a {
	color: #cb2a2a;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

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

.nowrap {
	white-space: nowrap;
}

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

button {
	width: auto;
	padding: 0;
	overflow: visible;
	cursor: pointer;
	line-height: normal !important;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: -1px 0 0 0;
}

button:active {
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.align-middle {
	display: flex;
	align-items: center;
}

.lead {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 400;
	margin-bottom: 1.5rem;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.caps {
	text-transform: uppercase;
}

.color {
	color: #e66b2f;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	background: #eee;
	opacity: 1;
}

strong {
	font-weight: 700;
}

.mb-0 {
	margin-bottom: 0;
}

.pb-0 {
	padding-bottom: 0 !important;
}

[data-href] {
	cursor: pointer;
}

.hide {
	display: none;
}

.bg-primary {
	color: #fff;
	background: #1b68ab !important;
}

.bg-danger {
	color: #003F76;
	background-color: #d63b3b !important;
}

.bg-warning {
	color: #8d6a03;
	background: #ffe187 !important;
}

.bg-info {
	color: #003F76;
	background: #adedfb !important;
}

.bg-secondary {
	color: #fff;
	background: #FFDA1A !important;
}

.bg-success {
	color: #fff;
}

.bg-success a {
	color: #fff;
}

.bg-light {
	background: #fef4de !important;
}

.bg-gray {
	background: #e9f1ff !important;
}

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

.svg-stroke-black path {
	stroke: #2b2c2c;
}

.gradient-primary {
	background: rgb(255, 178, 0);
	background: -moz-linear-gradient(0deg, rgba(255, 178, 0, 0) 0%, rgba(255, 178, 0, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 178, 0, 0) 0%, rgba(255, 178, 0, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 178, 0, 0) 0%, rgba(255, 178, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDA1A", endColorstr="#FFDA1A", GradientType=1);
}

.gradient-light {
	background: rgb(255, 218, 26);
	background: -moz-linear-gradient(0deg, rgba(255, 218, 26, 0) 0%, rgba(255, 218, 26, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 218, 26, 0) 0%, rgba(255, 218, 26, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 218, 26, 0) 0%, rgba(255, 218, 26, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffda1a", endColorstr="#ffda1a", GradientType=1);
}

.text-primary {
	color: #FFDA1A !important;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

/*.rh-modal .rh-widget:before { content: ''; display: block; width: 145px; height: 70px; position: absolute; z-index: 50; top: 0; left: 50%; transform: translateX(-50%); padding: 0; border-radius: 0; background: url(../images/layout/logo-vita-smart.png) no-repeat center; background-size: calc(100% - 20px); }*/

/* headlines
----------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-weight: 800;
	font-family: 'Roboto Slab', Georgia, Times, serif;
}

h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.1em;
	margin-bottom: 1rem;
}

h2,
.h2 {
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

h3,
.h3 {
	font-size: 1.5rem;
	line-height: 1.2em;
	margin-bottom: 1.3rem;
}

h4,
.h4 {
	font-size: 1.2rem;
	line-height: 1.3em;
	margin-bottom: 1.3rem;
}

h5,
.h5 {
	font-size: 1rem;
	line-height: 1.3em;
}

.big-h1 {
	font-size: 4.4rem;
	line-height: 1em;
}

.underline {
	position: relative;
}

.underline:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 5px;
	left: -10px;
	right: -10px;
	height: 10px;
	background: #FFDA1A;
	z-index: -1;
	transform: skew(-25deg)
}

h1 .underline:after,
.h1 .underline:after {
	height: 30px;
	left: 0;
	right: 0;
	bottom: -7px;
	transform: none;
	background: url(../images/layout/underline.png) no-repeat center;
	background-size: 100% auto;
}

#dosage, #title1, #productAdvantages p, #product-description, #productNumbered p, #ingrediencie {
	font-family: Roboto;
}
/* clear 
----------------------------------------- */
.clear {
	clear: both;
}

/* -------------------*
 *       LAYOUT       *
 *------------------- */

/* dividers
---------------------------------------- */
.divider {
	position: relative;
	z-index: 2;
	background: transparent !important;
	bottom: -1px;
}

.divider.zindex {
	z-index: 5;
}

.divider img {
	width: 100%;
}

.divider svg {
	width: 100%;
	background: transparent !important;
	height: 6vw;
}

.divider svg path {
	width: 100%;
}

.divider svg:not([class*='bg']) path {
	fill: #fff;
}

.divider.bg-light {
	background: #fef4de !important;
}

.divider.divider-primary svg path {
	fill: #003F76;
}

.divider.divider-unique svg path {
	fill: #e9f1ff;
}

.divider.divider-why svg path {
	fill: #fafafa;
}

.flip-y {
	transform: scaleY(-1);
	top: -2px;
}

.flip-x {
	transform: scaleX(-1);
	bottom: -2px;
}

.flip-x.flip-y {
	transform: scaleY(-1) scaleX(-1);
}

/* header
---------------------------------------- */
header.navbar-header {
	border: 0 !important;
	z-index: 50;
	background: #fff;
	position: sticky;
	top: 0;
}

.admin-bar header.navbar-header {
	top: 32px;
}

/*.scroll */
.navbar-header {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

header a {
	color: #003F76;
	text-decoration: none;
}

header a:hover {
	color: #000;
}

.header-message {
	display: none;
	font-size: 13px;
	padding: 6px 0;
	color: #fff;
	text-align: center;
	background: #d63b3b;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header-message.show {
	display: block;
}

.header-message>div {
	padding-left: 40px;
	padding-right: 40px;
}

.header-message a {
	color: #fff;
	text-decoration: underline;
}

.header-message a:hover {
	color: #fff;
	text-decoration: none;
}

.header-message-close {
	font-size: 20px;
	position: absolute;
	top: 2px;
	right: 15px;
	text-decoration: none;
}

.header-message-close:hover {
	opacity: 0.5;
}

.header-message p {
	display: inline-block;
	margin: 0;
}

header .navbar {
	padding: 0;
	border-radius: 0;
	border: 0;
}

header .navbar-brand {
	padding: 0;
	margin-right: 30px;
	line-height: 1em;
	display: flex;
	align-items: center;
}

header .navbar-brand img {
	width: 125px;
	height: auto;
}

header .navbar-toggler {
	padding: 0;
	height: 26px;
	border: 0;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 50%;
}

header .navbar-toggler .navbar-toggler-text {
	color: #222;
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	display: inline-block;
	margin: 0 0 0 4px;
	vertical-align: middle;
	text-transform: uppercase;
}

header .navbar-toggler .burger {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0;
}

header .navbar-toggler .burger span {
	width: 25px;
	height: 2px;
	border-radius: 2px;
	background: #f2d3a0;
	display: block;
	margin: 5px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

header .navbar-toggler .burger span.line-top {
	margin-top: 3px;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

header .navbar-toggler .burger span.line-middle {
	opacity: 0;
}

header .navbar-toggler .burger span.line-bottom {
	margin-top: -14px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

header .navbar-toggler.collapsed .burger span.line-top {
	margin-top: 3px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

header .navbar-toggler.collapsed .burger span.line-middle {
	width: 15px;
	opacity: 1;
	margin-left: 0;
}

header .navbar-toggler.collapsed:hover .burger span.line-middle {
	width: 25px;
}

header .navbar-toggler.collapsed .burger span.line-bottom {
	margin-top: 3px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

header .navbar-search {
	position: relative;
	margin: 0 20px;
}

.show-search header .navbar-search {
	display: block;
	position: relative;
	z-index: 2;
}

.show-search header .jsShowSearch {
	min-width: 34px;
	text-align: center;
}

.show-search header .jsShowSearch i:before {
	content: '\f00d' !important;
}

.show-search header:after {
	content: '';
	display: block;
	background: #eee;
	position: absolute;
	z-index: 5;
	height: 1px;
	bottom: 49px;
	left: 0;
	right: 0;
}

header .navbar-search .form-control {
	border: 0 !important;
	padding-left: 40px;
	padding-right: 0;
	height: 50px;
	font-size: 16px;
	border-radius: 0;
	background: #fff;
	box-shadow: none !important;
}

header .navbar-search .form-control:focus {}

header .navbar-search .btn {
	color: #8c959d;
	padding: 0 !important;
	border: 0 !important;
	width: 20px;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 5px;
	border-radius: 50% !important;
	outline: none !important;
	box-shadow: none !important;
}

header .navbar-search .btn i {
	font-size: 20px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

header .navbar-search .btn:hover {
	color: #003F76;
}

header .navbar-search {
	display: none;
}

.show-search header .navbar-search {
	display: block !important;
	order: 4;
	width: 100%;
	flex: 0 0 100%;
	margin: 10px 0 0;
}

header .navbar-icons {
	align-items: center;
}

header .navbar-icons li {
	padding-left: 5px;
}

header .navbar-icons>li>a:not(.btn) {
	position: relative;
	padding: 5px;
	display: inline-block;
}

header .navbar-icons a:not(.btn):hover {}

header .navbar-icons a:not(.btn) i {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}

header .navbar-icons a:not(.btn) .badge {
	font-size: 11px;
	font-weight: 600;
	position: absolute;
	top: 1px;
	left: 1px;
	min-width: 16px;
	line-height: 16px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 0 4px;
	border-radius: 9px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

header .navbar-icons .navbar-icons-text {
	padding: 3px 10px 0 35px;
	position: relative;
}

header .navbar-icons .navbar-icons-text i {
	font-size: 25px;
	line-height: 1em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

header .navbar-icons .navbar-icons-text a {
	font-size: 14px;
	display: block;
	line-height: 1.3em;
	padding: 0;
}

header .navbar-icons .navbar-icons-text a:first-child {
	font-weight: 700;
}

header .navbar-icons>li.menu-item-has-children {
	position: relative;
}

header .navbar-icons>li.menu-item-has-children>a {
	padding-right: 15px;
}

header .navbar-icons>li.menu-item-has-children>a:after {
	content: "\f105";
	position: absolute;
	top: 10px;
	right: 0;
	font-family: 'Font Awesome 6 Pro' !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

header .navbar-icons>li>ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	border-radius: 10px;
	width: 120px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header .navbar-icons>li:hover>ul {
	display: block;
}

header .navbar-icons>li>ul li {
	padding: 4px 0;
	line-height: 1.3em;
}

header .navbar-icons>li>ul>li>a {
	font-size: 14px;
	padding: 0 20px;
	display: block;
}

header .navbar-panel>.container-xl {
	display: flex;
	align-items: center;
}

header .nav-menu {
	/*justify-content: center;*/
}

header .nav-menu>li {
	/*margin: 0 15px; padding: 15px 0;*/
}

header .nav-menu>li>a {
	font-size: 16px;
	font-weight: 600;
	display: block;
	padding: 25px 15px;
	position: relative;
	font-family: 'Roboto Slab', Georgia, Times, serif;
}

header .nav-menu>li>a:hover {
	color: #000;
}

header .nav-menu>li>a:before {
	content: '';
	width: 100%;
	display: block;
	opacity: 0;
	width: 0;
	height: 1px;
	background: #8c959d;
	position: absolute;
	z-index: 52;
	bottom: 2px;
	left: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*header .nav-menu > li.menu-item-has-children { padding-right: 12px; }*/
/*header .nav-menu > li.menu-item-has-children > a:after { content: "\ea4a"; position: absolute; top: 6px; right: -18px; font-family: boxicons !important; font-weight: 400; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; display: inline-block; text-transform: none; speak: none; -webkit-font-smoothing: antialiased; }
header .nav-menu > li.active > a:before,
header .nav-menu > li:hover > a:before,
header .nav-menu > li > a:hover:before { opacity: 0.6; width: 100%; }*/
header .nav-menu>li:hover .nav-submenu {
	display: block;
}

header .nav-menu>li:hover>a {
	color: #000;
}

header .nav-submenu {
	display: none;
	padding: 5px 0;
	position: absolute;
	z-index: 50;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}

header .nav-submenu-title {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
    text-transform: uppercase;
}

header .nav-submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

header .nav-submenu ul a {
	display: inline-block;
	padding-left: 16px;
	position: relative;
}

header .nav-submenu a:hover {
	color: #000;
}

header .nav-submenu ul a:before {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #8c959d;
	position: absolute;
	left: 0;
	top: 12px;
}

header .nav-submenu-product-item {
	padding: 15px 0;
	display: block;
}

header .nav-submenu-product-item-image {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #fef4de;
	border-radius: 10px;
	padding: 0;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

header .nav-submenu-product-item-image img {
	width: auto;
	max-width: 180%;
	max-height: 180%;
}

header .nav-submenu-product-item-title {
	font-size: 15px;
	display: block;
	line-height: 1.3em;
	text-align: center;
	font-weight: 400;
}

header .nav-others li {
	padding-left: 20px;
}

header .nav-others li a:hover {
	color: #000;
}

header .nav-others i {
	font-size: 20px;
	color: #ea4c89;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

header .navbar-notice {
	padding: 8px 0;
	overflow-y: auto;
	white-space: nowrap;
	font-size: 18px;
}

.woocommerce-checkout .navbar-notice,
.woocommerce-cart .navbar-notice {
	margin: -9px 0 9px;
}

.scroll header .navbar-notice {
	display: none;
}

header .navbar-notice p,
header .navbar-notice ul,
header .navbar-notice ol {
	margin-bottom: 0;
}

header .navbar-notice a {
	text-decoration: underline;
}

header .navbar-notice a:hover {
	text-decoration: none;
}

/* navbar minicart
---------------------------------------- */
.navbar-minicart {
	position: relative;
}

.navbar-minicart-content {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	z-index: 50;
	min-width: 400px;
	border-radius: 10px;
}

.woocommerce-checkout-review-order .product-detail-meta,
.navbar-minicart .product-detail-meta {
	display: none !important;
}

header .navbar-minicart-content {
	display: none;
	min-width: 400px;
	text-align: left;
	position: absolute;
	z-index: 49;
	top: 100%;
	right: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
}

header .navbar-minicart-content--empty {
	min-width: 200px;
	padding: 20px;
	font-style: italic;
	color: #888;
}

header .navbar-minicart-content:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	right: 20px;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

header .woocommerce-mini-cart__empty-message {
	padding: 15px;
	margin: 0;
}

header .navbar-minicart:hover .navbar-minicart-content {
	display: block;
}

header .woocommerce-mini-cart {
	list-style: none;
	max-height: 70vh;
	padding: 0.5rem 1rem !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}

@media all and (max-height:750px) {
	header .woocommerce-mini-cart {
		max-height: 60vh;
	}
}

@media all and (max-height:550px) {
	header .woocommerce-mini-cart {
		max-height: 45vh;
	}
}

header .woocommerce-mini-cart .woocommerce-mini-cart-item {
	padding: 10px 1.5rem 10px 55px !important;
	min-height: 70px;
	border-top: 1px solid #eee;
	position: relative !important;
}

header .woocommerce-mini-cart .woocommerce-mini-cart-item:first-child {
	border-top: 0;
	padding-top: 0.4rem;
}

header .woocommerce-mini-cart .woocommerce-mini-cart-item img {
	width: 40px !important;
	border-radius: 5px;
	position: absolute !important;
	transform: translateY(-50%);
	top: 50% !important;
	left: 0 !important;
}

header .woocommerce-mini-cart .woocommerce-mini-cart-item a {
	font-size: 14px;
	font-weight: 500 !important;
}

header .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove {
	font-size: 16px;
	font-weight: 400;
}

header .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
	font-size: 12px;
	line-height: 1.4em;
	color: #888;
	display: block;
}

header .woocommerce-mini-cart .remove_from_cart_button {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 20px;
	height: 20px;
	min-width: 1px;
	line-height: 18px;
	text-align: center;
	color: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 50%;
}

header .woocommerce-mini-cart .remove_from_cart_button:hover {
	background: #ff0000;
	color: #fff;
}

header .navbar-minicart-content .woocommerce-mini-cart__total {
	padding: 1rem 1rem 0.5rem;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #eee;
}

header .navbar-minicart-content .woocommerce-mini-cart__total strong {
	font-weight: 400;
}

header .navbar-minicart-content .woocommerce-mini-cart__total .woocommerce-Price-amount {
	font-size: 22px;
	font-weight: 600;
}

header .navbar-minicart-content .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	font-size: 12px;
}

header .navbar-minicart-content .woocommerce-mini-cart__buttons {
	padding: 0 1rem 1rem;
	margin: 0;
}

header .navbar-minicart-content .woocommerce-mini-cart__buttons a {
	display: block;
	text-align: center;
}

header .navbar-minicart-content .woocommerce-mini-cart__buttons a.checkout {
	display: none;
}

/* main
---------------------------------------- */
main {
	background: #fff;
	min-height: 50vh;
	position: relative;
}

main>div {
	position: relative;
	z-index: 2;
}

/*body:not(.home) main:after { content: ''; display:  block; position: absolute; top: 50px; left:  0; right: 0; min-height: 30vh; height: 300px; z-index: 1; background: rgb(255,229,97); background: -moz-linear-gradient(0deg, rgba(255,229,97,0) 0%, rgba(255,229,97,1) 100%); background: -webkit-linear-gradient(0deg, rgba(255,229,97,0) 0%, rgba(255,229,97,1) 100%); background: linear-gradient(0deg, rgba(255,229,97,0) 0%, rgba(255,229,97,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fef4de",endColorstr="#fef4de",GradientType=1);  }*/

/* .single-post .main:before,
.page-id-21 .main:before,
.page-id-242 .main:before,
.woocommerce-shop .main:before {
	content: '';
	opacity: 0.3;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	max-width: 800px;
	width: 45vw;
	height: 40vw;
	background: url(../images/layout/wave-shop-left.png) no-repeat top right;
	background-size: 100% auto;
} */

/* .single-post .main:after,
.page-id-21 .main:after,
.page-id-242 .main:after,
.woocommerce-shop .main:after {
	content: '';
	opacity: 0.15;
	display: block;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	right: 0;
	max-width: 550px;
	width: 40vw;
	height: 80vw;
	background: url(../images/layout/wave-shop-right.png) no-repeat top left;
	background-size: 100% auto;
} */

.bapf_body ul {
	padding-left: 0 !important;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	display: none !important;
}

/* headline
---------------------------------------- */
.headline-subpage {
	padding: 0;
}

.headline-bg {
	min-height: 400px;
	height: 45vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	position: relative;
}

/*.headline-bg:after { content: ''; display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: rgb(255,218,26); background: #ffda1a; opacity: 0.8; }*/
.headline-bg h1 {
	font-size: 140px;
	color: #fff;
	position: relative;
	z-index: 2;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

/* banner
---------------------------------------- */
.section.home-banners {
	z-index: 1;
	overflow: hidden;
	padding: 0 !important;
}

.section.home-banners .home-banner-item:before {
	content: "";
	display: block;
	position: absolute;
	opacity: 1;
	z-index: 1;
	top: -300px;
	bottom: -300px;
	right: 50%;
	width: 50%;
	background: #e4f6ff;
	background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.section.home-banners .home-banner-item:before {
	content: "";
	display: block;
	position: absolute;
	opacity: 1;
	z-index: 1;
	top: -300px;
	bottom: -300px;
	right: 50%;
	width: 50%;
	background: #e4f6ff;
	background: -moz-linear-gradient(270deg, rgba(255, 218, 26, 0) 0%, #e4f6ff 100%);
	background: -webkit-linear-gradient(270deg, rgba(255, 218, 26, 0) 0%, #e4f6ff 100%);
	background: linear-gradient(270deg, rgba(255, 218, 26, 0) 0%, #e4f6ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b68ab", endColorstr="#1b68ab", GradientType=1);
}

/*.section.home-banners .home-banner-item:after { content: ""; display: block; position: absolute; opacity: 1; z-index: 1; top: -300px; bottom: -300px; left: 50%; width: 50%; background: rgb(255,218,26); background: -moz-linear-gradient(270deg, rgba(255,218,26,1) 0%, rgba(255,218,26,0) 100%); background: -webkit-linear-gradient(270deg, rgba(255,218,26,1) 0%, rgba(255,218,26,0) 100%); background: linear-gradient(270deg, rgba(255,218,26,1) 0%, rgba(255,218,26,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDA1A",endColorstr="#FFDA1A",GradientType=1); }*/
.home-banners .home-banner-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-decoration: none;
	display: flex;
	padding: 50px 0;
	min-height: 650px;
	/*background-color: #fef4de;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.home-banners .home-banner-item .divider {
	position: absolute;
	left: 0;
	right: 0;
}

/*.home-banners .home-banner-item:after { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #fff; opacity: 0.8; z-index: 1; }*/
.home-banners .home-banner-item>div {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.home-banners .divider {
	display: none !important;
}

.home-banners .home-banner-item-image {
	width: 100%;
	height: auto;
}

.home-banner-item-time {
	white-space: nowrap;
	font-size: 15px;
}

.home-banners .home-banner-item .ps-1 img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 2px;
}

.home-banner-item-rating {
	display: flex;
	justify-content: space-between;
}

.rating .fa-google {
	background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.home-banners .slick-prev {
	left: -15px;
}

.home-banners .slick-next {
	right: -15px;
}

.js-slider-headline:not(.slick-initialized)>div:not(:first-child) {
	display: none;
}

.rating .rating-stars {
	color: #ffc600;
}

.rating span {
	font-size: 15px;
}

/* section steps
---------------------------------------- */
.section.section-steps {}

/*.section-steps:after { content: ''; display: block; width: 300px; height: 300px; position: absolute; z-index: -1; bottom: -2px; left: 0; background: url(../images/layout/wave-corner-left.png) no-repeat bottom left; background-size: 100% auto; }
.section-steps:before { content: ''; display: block; width: 300px; height: 300px; position: absolute; z-index: -1; top: -2px; right: 0; background: url(../images/layout/wave-corner-right.png) no-repeat top right; background-size: 100% auto; }*/

.steps {
	padding-top: 20px;
}

.steps .step-item {
	position: relative;
	padding: 0 15px 30px;
	text-align: center;
}

.steps .step-item-image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #f4f4f4;
	border-radius: 50%;
	margin: 0 auto 1.5rem;
	position: relative;
	background-size: cover;
	background-position: center;
}

.steps .step-item p {
	font-size: 15px;
	text-align: center;
}

.steps {
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.steps>div {
	position: relative;
	min-width: 280px;
}

.steps>div:after {
	content: '';
	position: absolute;
	z-index: 5;
	top: 70px;
	left: 80%;
	display: block;
	width: 150px;
	height: 79px;
	background: url(../images/layout/arrow-right-up.png) no-repeat center;
	background-size: 100% auto;
}

.steps>div:nth-child(2):after {
	background-image: url(../images/layout/arrow-right-down.png);
}

.steps>div:last-child:after {
	display: none;
}

/* people
---------------------------------------- */
.people {
	padding: 2rem 0;
	justify-content: center;
}

.people>div {
	padding: 20px
}

.people-item {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	min-height: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.people-item img {
	border-radius: 50%;
	margin-bottom: 1rem;
}

.people-item h4 {
	line-height: 1.1em;
}

.people-item small {
	display: block;
	line-height: 1.3em;
}

/* home logos
---------------------------------------- */
.home-logos .home-logos-item {
	padding: 10px 15px;
	height: 100px;
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}

.home-logos .home-logos-item img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
	height: auto;
}

/* testimonials
---------------------------------------- */
.section-testimonials {
	background-color: #e4f6ff;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.section-testimonials::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 40vw;
	background: #e4f6ff;
	background: -moz-linear-gradient(0deg, #e4f6ff 0%, rgba(255, 229, 97, 0) 100%);
	background: -webkit-linear-gradient(0deg, #e4f6ff 0%, rgba(255, 229, 97, 0) 100%);
	background: linear-gradient(0deg, #e4f6ff 0%, rgba(255, 229, 97, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE561", endColorstr="#FFE561", GradientType=1);
}

.section-testimonials:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 40vw;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e4f6ff;
}

.testimonials-overlay {
	background: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.section-testimonials .container-xl {
	position: relative;
	z-index: 3;
}

.number-item {
	text-align: center;
	padding: 20px;
}

/* section c2a
---------------------------------------- */
.section-c2a {
	position: relative;
}

.section-c2a .divider {
	position: absolute;
	left: 0;
	right: 0;
}

.section-c2a .divider.divider-top {
	top: -1px;
	bottom: auto;
}

.section-c2a .divider.divider-bottom {}

.section-c2a-box {
	position: relative;
	padding: 80px 60px;
	min-height: 55vh;
	display: flex;
	align-items: center;
	background-color: #e4f6ff;
	background-size: 75% auto;
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
}

.section-c2a-box:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 35%;
	background: #e4f6ff;
}

.section-c2a-box:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: calc(35% - 1px);
	bottom: 0;
	width: 35%;
	background: #e4f6ff;
	background: -moz-linear-gradient(90deg, #e4f6ff 0%, rgba(255, 218, 26, 0) 100%);
	background: -webkit-linear-gradient(90deg, #e4f6ff 0%, rgba(255, 218, 26, 0) 100%);
	background: linear-gradient(90deg, #e4f6ff 0%, rgba(255, 218, 26, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDA1A", endColorstr="#FFDA1A", GradientType=1);
}

.section-c2a-content {
	max-width: 45%;
	position: relative;
	z-index: 2;
}

.section-c2a-box div.h1 p {
	line-height: 1.2em;
}

/* slick
---------------------------------------- */
.slick-dots li {
	padding: 0 4px;
	margin: 0;
	width: auto;
	height: auto;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
	background: #CB2A2A;
}

.slick-dots li button:before {
	display: none;
}

.slick-arrow {
	width: 46px;
	height: 46px;
	background: #fff !important;
	border-radius: 50%;
	z-index: 49;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2) !important;
	webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.slick-arrow:before {
	opacity: 1;
	color: #003f76;
	font-size: 24px;
	font-weight: 400;
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.slick-arrow:hover {
	background: #003f76 !important;
}

.slick-arrow:hover:before {
	color: #fff;
}

.slick-arrow.slick-disabled {
	display: none !important;
}

.slick-prev {
	left: 15px;
}

.slick-next {
	right: 15px;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next:before {
	content: "\f105";
}

/* benefits
---------------------------------------- */
.benefits .benefits-listing {
	padding: 20px 0;
}

.benefits.bg-white {
	padding: 0;
}

.benefits .row>div {
	padding-top: 7px;
	padding-bottom: 7px;
}

.benefits .benefit-item-icon {
	width: 80px;
	height: 80px;
	padding: 0;
	text-align: center;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.benefits .benefit-item-icon img {
	width: auto;
	max-height: 100%;
}

.benefits .benefit-item {
	min-height: 80px;
	padding: 0 0 0 100px;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
}

.benefits .benefit-item span {
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Slab', Georgia, Times, serif;
	display: block;
	line-height: 1.3em;
}

.marquee-logos {
	height: 80px;
	overflow: hidden;
	width: 100%;
}

.js-marquee {
	display: flex;
	flex-wrap: nowrap;
	height: 80px;
}

.js-marquee .col-2 {
	padding: 0 25px;
	width: auto;
	white-space: nowrap;
}

.js-marquee .benefit-item {
	min-height: 80px;
	display: flex;
	align-items: center;
}

/* section
---------------------------------------- */
.section {
	padding: 70px 0;
	position: relative;
	z-index: 3;
}

.section.section-divider {
	padding: 0;
}

.section.section-divider .container-xl {
	padding-top: 70px;
	padding-bottom: 70px;
}

.section:last-child {
	padding-bottom: 60px;
}

.section .section-head {
	padding-bottom: 20px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.section .section-head-subtitle {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
	border-radius: 4px;
	padding: 4px 10px;
	background: #f7ead5;
	font-weight: 700;
	display: inline-block;
}

.section .section-head p {
	margin-bottom: 0;
}

.section .section-head.section-head-full {
	max-width: 1500px;
}

.section.section-gray {
	background: #e9f1ff;
}

.box-color {
	padding: 25px 25px 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	background: #e9f1ff;
}

body:not(.home) .content .section:first-child {
	padding-top: 50px;
}

.page-template-default .content {
	overflow: hidden;
}

.table {
	color: #003F76;
}

.table>:not(caption)>*>* {
	border-color: #eee;
}

.table>:not(caption) tr:last-child td,
.table>:not(caption) tr:last-child th {
	border: 0;
}

/* breadcrumbs
---------------------------------------- */
.breadcrumbs {
	padding: 25px 0 0;
	color: #888;
	font-size: 11px;
}

.breadcrumbs a {
	color: #888;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #666;
}

.breadcrumbs i {
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
}

/* articles
---------------------------------------- */
.articles>div {
	padding-bottom: 40px;
}

.articles .article-item {
	min-height: 100%;
	padding-bottom: 40px;
	position: relative;
}

.articles .article-item .btn {
	position: absolute;
	bottom: 0;
	left: 0;
}

.articles .article-item-content {
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #888;
}

.articles .article-item .article-item-title a {
	color: #003F76;
	text-decoration: none;
}

.articles .article-item .article-item-title a:hover {
	color: #cb2a2a;
}

.articles .article-item-image {
	display: block;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.article-fullimage {
	margin: 0 -50px 30px;
}

.article-fullimage img {
	border-radius: 10px;
	width: calc(100% + 100px);
}

/* product-banner
---------------------------------------- */
.section-product-banner {
	overflow: hidden;
}

.product-banner-wrap.slick-initialized {
	margin: 0;
}

.product-banner-wrap .product-banner {
	color: #003F76;
	display: block;
	text-decoration: none;
	padding: 20px;
	text-align: center;
	height: 350px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	position: relative;
}

.product-banner-wrap .product-banner:hover .product-banner-title {
	opacity: 0.6;
}

.product-banner-wrap .product-banner-title {
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	left: 20px;
	right: 20px;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.product-banner-wrap .slick-list {
	margin: 0 -5px;
	overflow: visible;
}

.product-banner-wrap .slick-slide>div {
	padding: 0 5px;
}

.product-banner-wrap .slick-prev {
	left: -15px;
}

.product-banner-wrap .slick-next {
	right: -15px;
}

/* logos
---------------------------------------- */
.logos:not(.slick-initialized) {
	margin: 0 -5px;
}

.logos:not(.slick-initialized)>div {
	padding: 5px;
}

.logos .logo-item {
	padding: 10px 25px;
	min-height: 100%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logos .logo-item:hover {
	border-color: #eee;
}

.logos .logo-item img {
	width: auto;
	max-height: 50px;
}

.logos.slick-initialized {
	margin: 0;
	padding: 0 50px 0 60px;
}

.logos.slick-initialized .slick-list {
	margin: 0 -5px;
}

.logos.slick-initialized .slick-slide>div {
	padding: 0 5px;
}

.logos.slick-initialized .slick-arrow:not(:hover) {
	background: #fef4de;
}

.logos.slick-initialized .slick-prev {
	left: 0;
}

.logos.slick-initialized .slick-next {
	right: 0;
}

/* newsletter
---------------------------------------- */
.newsletter {
	color: #fff;
	background: #222;
}

/* article detail
---------------------------------------- */
.text-page ul,
.text-page ol {
	list-style: none;
	padding-left: 0;
}

.text-page ul li {
	padding-left: 25px;
	position: relative;
}

.text-page ul li:before {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #ffda1a;
	border-radius: 2px;
	position: absolute;
	top: 11px;
	left: 0;
}

.text-page ol li {
	counter-increment: step-counter;
	position: relative;
	padding-left: 25px;
}

.text-page ol li:before {
	font-weight: 700;
	width: 20px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0;
	color: #003F76;
	content: counter(step-counter)'.';
}

.text-page ul.listing-disadvantage li:before,
.text-page ul.listing-benefits li:before {
	display: none;
}

.text-page ul.listing-disadvantage li,
.text-page ul.listing-benefits li {
	padding: 5px 0 5px 30px;
	font-family: 'Roboto Slab', Georgia, Times, serif;
}

.text-page ul.listing-benefits li:after {
	content: '\f058';
	font-size: 22px;
	position: absolute;
	top: 7px;
	left: 0;
	color: green;
	font-family: 'Font Awesome 6 Pro' !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.text-page ul.listing-disadvantage li:after {
	content: '\f057';
	font-size: 22px;
	position: absolute;
	top: 7px;
	left: 0;
	color: red;
	font-family: 'Font Awesome 6 Pro' !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gallery {
	margin: 0 -5px 20px;
}

.gallery>div {
	padding: 5px;
}

.gallery a {
	display: block;
	border-radius: 10px;
}

.gallery:not(.gallery-logos) a:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery a img {
	border-radius: 10px;
}

.gallery-logos>div {
	text-align: center;
}

.gallery-logos img {
	width: auto;
	max-height: 100px;
}

.fancybox-slide--image .fancybox-content {
	border: 0 !important;
}

.fancybox-slide--image .fancybox-custom-caption {
	display: none !important;
}

/*.fancybox-slide--image .fancybox-content { background: transparent !important; }*/

.article-meta {
	color: #999;
	font-size: 14px;
}

.article-share a {
	color: #003f76;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}

.article-share a:hover {
	color: #cb2a2a;
}

.nutrition-listing {
	margin: 0 -5px 15px;
}

.nutrition-listing>div {
	padding: 5px;
}

.nutrition-listing .nutrition-item {
	min-height: 100%;
	font-size: 13px;
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 50% auto;
}

.nutrition-listing .nutrition-item p {
	line-height: 1.4em;
}

.nutrition-listing .nutrition-item ul li:before {
	display: none;
}

.nutrition-listing .nutrition-item ul li {
	padding-left: 22px;
}

.nutrition-listing .nutrition-item ul li i {
	font-size: 17px;
	position: absolute;
	top: 3px;
	left: 0;
	color: #888;
}

.nutrition-listing .nutrition-item ul li a {
	color: #003F76;
}

/* promo section
---------------------------------------- */
.section-promo {
	background-repeat: no-repeat;
	background-position: center calc(100% - 150px);
	background-size: 500px auto;
}

.promo {
	justify-content: center;
}

.promo>div {
	padding-top: 15px;
	padding-bottom: 15px;
}

.promo .promo-item {
	padding: 0 30px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.promo .promo-item-head .h4 {
	font-weight: 400;
	font-style: italic;
	padding-top: 5px;
}

.promo .promo-item-content {
	font-weight: 400;
}

.promo>div:first-child .promo-item {
	border-left: 0;
	min-height: 100%;
}

/* unique section
---------------------------------------- */
.section-unique {
	background: #e9f1ff;
}

.unique-images {
	max-width: 650px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}

.unique-images span {
	display: block;
	position: absolute;
	z-index: 1;
}

.unique-images div {
	position: absolute;
}

.unique-images img {
	border-radius: 15px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.unique-images .unique-img-1 {
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.unique-images .unique-img-1 img {
	width: 400px;
	max-width: 400px;
}

.unique-images .unique-img-2 {
	z-index: 11;
	bottom: 0;
	left: -7%;
}

.unique-images .unique-img-2 img {
	width: 230px;
}

.unique-images .unique-img-3 {
	z-index: 11;
	top: -5%;
	right: 0;
}

.unique-images .unique-img-3 img {
	width: 170px;
}

.unique-images .unique-img-4 {
	z-index: 9;
	top: 0;
	left: -10%;
}

.unique-images .unique-img-4 img {
	width: 240px;
}

.unique-images .unique-img-5 {
	z-index: 9;
	top: 40%;
	left: -12%;
}

.unique-images .unique-img-5 img {
	width: 180px;
}

.unique-images .unique-img-6 {
	z-index: 11;
	bottom: 5%;
	right: 2%;
}

.unique-images .unique-img-6 img {
	width: 200px;
}

.unique-images .unique-img-7 {
	z-index: 11;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.unique-images .unique-img-7 img {
	width: 170px;
}

.unique-circle-1 {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: #fff;
	top: 20%;
	right: 5%;
}

.unique-circle-2 {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background: #01477B;
	top: 45%;
	left: -5%;
}

.section-home-info {
	display: flex;
	align-items: flex-end;
	background-size: auto 600px;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: calc(50% + 900px) bottom;
}

.section-home-info p {
	margin-bottom: 0;
	padding-right: 60px;
}

/*.section-home-info p { padding-left: 30px; padding-right: 30px; }*/

.section-why-vitasmart {
	/*background-color: #ffffe9;*/
	background-size: 55% auto;
	background-position: bottom right -120px;
	background-repeat: no-repeat;
}

.section-why-vitasmart:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 300px;
	z-index: 2;
	background: rgb(250, 250, 250);
	background: -moz-linear-gradient(180deg, rgba(250, 250, 250, 0) 30%, rgba(250, 250, 250, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(250, 250, 250, 0) 30%, rgba(250, 250, 250, 1) 100%);
	background: linear-gradient(180deg, rgba(250, 250, 250, 0) 30%, rgba(250, 250, 250, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa", endColorstr="#fafafa", GradientType=1);
}

.section-why-vitasmart .container-xl {
	position: relative;
	z-index: 3;
	margin-bottom: 50px;
}

/*.section-why-vitasmart .accordion-item { background: #fff; }*/
.section-why-vitasmart .accordion {
	margin-bottom: 1rem;
}

.section-why-vitasmart .accordion-item .accordion-button {
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.section-quality {
	background: #fafafa;
}

.quality-item-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 1rem;
}

.quality-item-icon img {
	width: auto;
	max-height: 100%;
}

.section-reviews {
	background-size: cover;
	background-position: left top;
	position: relative;
}

/*.section-reviews:before { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; height: 400px; background: rgb(255,255,255); background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%); background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }*/
.section-reviews .container-xl {
	position: relative;
	z-index: 3
}

.section-reviews .section-head {
	min-height: 130px
}

.section-reviews .typed-cursor {
	font-weight: 400;
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -20px;
}

.section-reviews h2 {
	line-height: 1.2em;
	display: inline-block;
	background: linear-gradient(90deg, #449800, #003F76 80%);
	background-clip: text;
	color: transparent;
}

.reviews>div {
	padding-bottom: 1.5rem;
}

.reviews .slick-slide {
	padding: 0.65em;
}

.reviews .review-item {
	font-size: 14px;
	background: #fff;
	padding: 25px 25px 80px;
	position: relative;
	border-radius: 20px;
	min-height: 100%;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.reviews .review-item-image {
	width: 150px;
	margin: 0 auto 1rem;
}

.reviews .review-item-image img {
	border-radius: 50%;
}

.reviews .review-item-stars {
	color: #ffd513;
	margin-bottom: 0.5rem;
}

.reviews .review-item-footer {
	position: absolute;
	bottom: 20px;
	left: 25px;
	right: 25px;
}

.reviews .slick-track {
	display: flex;
}

.reviews .slick-track .slick-slide {
	display: flex;
	height: auto;
}

.reviews .slick-slide>div>div,
.reviews .slick-slide>div {
	height: 100%;
}

.reviews .slick-prev {
	left: -50px;
}

.reviews .slick-next {
	right: -50px;
}

/* boxes
---------------------------------------- */
.box .box-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.box .box-img img {
	visibility: hidden;
	max-height: 900px;
	width: 100%;
}

.box .box-content {
	padding: 80px 50px 80px 85px;
	max-width: 590px
}

.box .box-content p:last-child {
	margin-bottom: 0;
}

.box:nth-child(even) .box-img {
	order: 2;
}

.box:nth-child(even) .box-content {
	margin-left: auto;
	padding-left: 50px;
	padding-right: 85px;
}

.box .box-img-gallery,
.box .box-img-gallery .slick-list {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.box .box-img-gallery .slick-list .slick-track,
.box .box-img-gallery .slick-list .slick-slide,
.box .box-img-gallery .slick-list .slick-slide div {
	height: 100%;
}

.box .box-img-gallery .box-img-gallery-item {
	display: block;
	height: 100%;
}

.box .box-img-gallery .box-img-gallery-item>div {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.box .box-img-circle {
	position: absolute;
	z-index: -1;
	bottom: -150px;
	left: -150px;
}

.box .box-img-circle span {
	display: block;
	width: 400px;
	height: 400px;
	border-radius: 50%;
}

.box:nth-child(even) .box-img-circle {
	left: auto;
	bottom: auto;
	right: -100px;
	top: -100px;
}

.boxes-small {}

.boxes-small .box {
	padding: 20px 0;
}

/*.boxes-small .box:first-child { padding-top: 0; }*/
.boxes-small .box .box-img-gallery {
	left: 15px;
	right: 15px;
	border-radius: 10px;
	overflow: hidden;
}

.boxes-small .box .box-img-single {
	position: absolute;
	left: 15px;
	right: 15px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.boxes-small .box .box-img-single,
.boxes-small .box .box-img-gallery {
	top: 50%;
	transform: translateY(-50%);
	min-height: 450px;
	height: 100%;
	/*background-color: #fff; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); */
}

.boxes-small .box .box-img-single,
.boxes-small .box .box-img-gallery {
	background-color: #fff;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

body.page-id-21 .box#box-6 .box-img-single,
body.page-id-21 .box#box-6 .box-img-gallery {
	background-color: transparent;
	box-shadow: none;
	background-size: 100% auto;
}

.boxes-small .box .box-content {
	padding-right: 0;
}

.boxes-small .box:not(.box-footer)>.row:not(.infographics) {
	min-height: 470px;
}

.boxes-small .box:nth-child(even) .box-content {
	padding-left: 0;
	padding-right: 85px;
}

/* footer
---------------------------------------- */
footer {
	font-size: 13px;
	padding: 0 0 40px 0;
	color: #fff;
	background: #003F76;
	position: relative;
}

.footer-contact-box {
	font-size: 15px;
	background: rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
	border-radius: 10px;
	margin-left: -20px;
}

.footer-contact-box .footer-contact-item {
	padding: 2px 0 2px 25px;
	position: relative;
}

.footer-contact-box .footer-contact-item i {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.footer-contact-box .footer-contact-item small {
	padding-left: 5px;
	opacity: 0.8;
	white-space: nowrap;
}

.footer-contact-email {
	padding: 15px 0 15px 70px;
	font-size: 20px;
	background: url(../images/layout/icon-24-7.png) no-repeat left center;
	background-size: 50px auto;
}

.home footer .divider {
	display: none;
}

.home footer .footer-content {
	padding-top: 0;
}

footer .footer-content-title {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
	margin-bottom: 10px;
}

footer .footer-content-link {
	display: none;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 10px 20px 10px 0;
	position: relative;
}

footer .footer-content-link i {
	display: block;
	line-height: 1em;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
}

footer .footer-content-link.collapsed i {
	transform: translateY(-50%) rotate(180deg);
}

footer .footer-content {
	padding: 10px 0 20px;
	position: relative;
}

footer .footer-content ul {
	list-style: none;
	padding: 0 0 0.5rem;
	margin: 0;
}

footer .footer-content ul li {
	padding-bottom: 3px;
}

footer .footer-content ul li i {
	color: #fff;
	margin: -2px 4px 0 -4px;
	display: inline-block;
	vertical-align: middle;
}

footer .footer-content a {
	color: #fff;
	text-decoration: none;
}

footer .footer-content a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .footer-nav li>a {
	position: relative;
	padding: 0 0 0 15px;
	display: block;
}

footer .footer-nav li>a:before {
	position: absolute;
	top: 4px;
	font-size: 12px;
	left: 0;
	color: #ffda1a;
	content: "\f105";
	font-family: 'Font Awesome 6 Pro' !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

footer .footer-pill {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 70px;
}

.home footer .footer-pill {
	margin-top: -160px;
}

.textpage .socials a,
footer .socials a {
	font-size: 25px;
	display: inline-block;
	margin-right: 10px;
}

footer .socials a:hover {
	color: #ffda1a;
}

.textpage .socials a {
	color: #CB2A2A
}

.textpage .socials a:hover {
	color: #003f76;
}

footer .list-checked li {
	position: relative;
	padding-left: 20px;
}

footer .list-checked li:before {
	font-size: 14px;
	color: #ffda1a !important;
	position: absolute;
	top: 2px;
	left: 0;
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro' !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-copy {
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
}

.footer-copy a {
	color: #fff;
	text-decoration: none;
}

.footer-copy a:hover {
	text-decoration: underline;
}

/* woocommerce
---------------------------------------- */
.products {
	clear: both;
}

.products>h2 {
	padding-bottom: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
	color: #003F76;
	position: relative;
	display: block;
	min-height: 100%;
	padding-bottom: 130px;
}

.woocommerce ul.products li.product a .woocommerce-loop-product__title {
	font-size: 18px;
	font-weight: 600;
	padding: 0 20px 15px;
}

.woocommerce ul.products li.product .price {
	color: #003F76;
	margin: 0 0 5px;
	font-size: 22px;
	position: absolute;
	bottom: 75px;
	left: 20px;
	right: 20px;
}

.woocommerce ul.products li.product .price * {
	font-weight: 800;
}

.woocommerce ul.products li.product ins {
	text-decoration: none;
}

.woocommerce ul.products li.product .button:not(.add_to_cart_button) {
	margin: 0;
	color: #222 !important;
	border-color: #ccc !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
	position: absolute;
	bottom: 40px;
	left: 25px;
	color: #449800 !important;
	background: #fff !important;
	border: 1px solid #449800;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}

.woocommerce ul.products li.product .add_to_cart_button:before {
	background: #449800 !important;
}

.woocommerce ul.products li.product .button:hover {
	color: #fff !important;
	background: #449800;
}

.woocommerce ul.products li.product .add_to_cart_button:hover {
	color: #fff !important;
}

.woocommerce ul.products li.product .add_to_cart_button:after {
	content: '\f07a';
	font-family: 'Font Awesome 6 Pro' !important;
}

/*.woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover .add_to_cart_button { opacity: 1; top: 250px; }*/
.woocommerce ul.products li.product .button:not(.add_to_cart_button):hover {
	background: #222 !important;
	border-color: #222 !important;
}

.woocommerce ul.products li.product .added_to_cart {
	display: none !important;
}

.woocommerce ul.products li.product .price {
	color: #CB2A2A;
}

.woocommerce ul.products li.product .price del {
	opacity: 1;
	color: #003F76;
}

.woocommerce-price-suffix {
	display: block;
	font-size: 12px;
	color: #888;
	font-weight: 400 !important;
	line-height: 1.2em;
}

.woocommerce-price-suffix * {
	font-weight: 400 !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 30px;
	width: calc(100% + 20px);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0 !important;
	padding: 0 10px 20px !important;
	position: relative;
}

.woocommerce ul.products li.product:after,
.woocommerce-page ul.products li.product:after {
	content: '';
	display: block;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: -1;
	top: 0;
	right: 10px;
	bottom: 20px;
	left: 10px;
	border-radius: 15px;
}

.woocommerce ul.products li.product:hover:after,
.woocommerce-page ul.products li.product:hover:after {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__title {
	text-decoration: underline;
}

.woocommerce ul.products li.product .product-image img,
.woocommerce-page ul.products li.product .product-image img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.woocommerce ul.products li:not(.product_cat-hotove-balicky).product:hover .product-image img,
.woocommerce-page ul.products li:not(.product_cat-hotove-balicky).product:hover .product-image img {
	max-width: 150%;
	max-height: 150%;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
	width: 25% !important;
}

.woocommerce ul.products li.product .onsale {
	top: 15px;
	right: -3px;
}

.woocommerce span.onsale {
	text-transform: uppercase;
	border-radius: 5px;
	min-height: 1px;
	line-height: 1.3em;
	padding: 2px 6px;
}

.woocommerce span.onsale:after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	display: block;
	width: 5px;
	border-left: 5px solid black;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

ul.products li.product .product-image {
	padding: 0;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
	background: #f4f4f4;
	border-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
}

ul.products li.product .product-image img {
	width: auto !important;
	height: auto !important;
	max-width: 120%;
	max-height: 120%;
	margin: 0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	padding: 0 !important;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 550px;
	border-radius: 10px;
	overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 220%;
	margin: -10px !important;
}

.woocommerce div.product span.onsale {
	top: 15px;
	right: -10px;
	left: auto;
}

.woocommerce div.product .product_title {
	font-size: 2rem;
}

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

.woocommerce-product-details__short-description ul {
	list-style: none;
	padding-top: 10px;
	padding-left: 0;
}

.woocommerce-product-details__short-description ul li {
	padding-left: 25px;
	padding-bottom: 5px;
	position: relative;
	font-weight: 500;
}

.woocommerce-product-details__short-description ul li:before {
	font-size: 17px;
	content: "\f00c";
	position: absolute;
	top: 5px;
	left: 0;
	color: green;
	font-family: 'Font Awesome 6 Pro' !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

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

.product-content-head-left {
	width: 50%;
	position: relative;
}

.product-content-gallery {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 1.5rem;
	font-size: 0px;
}

.product-content-gallery .slick-arrow {
	opacity: 0;
}

.product-content-gallery:hover .slick-arrow {
	opacity: 1;
}

.product-content-gallery .slick-dots {
	bottom: 25px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 50%;
	padding-left: 40px;
}

.woocommerce .product-item-desc {
	font-size: 14px;
	line-height: 1.3em;
	color: #888;
	margin: 0;
	padding: 0 20px;
}

.woocommerce .product-item-desc p {
	margin: 0 0 5px;
}

.woocommerce .product-item-desc ul li {
	position: relative;
	padding-left: 20px;
}

.woocommerce .product-item-desc ul li:before {
	font-size: 14px;
	color: green !important;
	position: absolute;
	top: 2px;
	left: 0;
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro' !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product-detail-listing ul {
	list-style: none;
	padding-left: 0;
}

.product-detail-listing ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 5px;
}

.product-detail-listing ul li:before {
	font-size: 14px;
	color: green !important;
	position: absolute;
	top: 5px;
	left: 0;
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro' !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	color: #fff;
	background: #222;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	background-color: #003F76;
}

#order_review_heading {
	padding-top: 30px;
}

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

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 1rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 24px;
	font-weight: 700;
	color: #CB2A2A;
	margin-bottom: 1rem;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}

.woocommerce div.product span.price {
	display: block;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: #003F76;
	opacity: 1;
}

.woocommerce div.product.product-type-variable p.price,
.woocommerce div.product.product-type-variable .reset_variations {
	display: none !important;
}

.woocommerce p.stock {
	padding-left: 25px;
	position: relative;
	color: #000 !important;
}

.woocommerce p.stock:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ddd;
}

.woocommerce p.stock.in-stock:before {
	background: #008556;
}

.woocommerce p.stock.in-stock {
	color: #008556 !important;
}

.woocommerce p.stock.out-of-stock:before {
	background: #d63b3b;
}

.woocommerce p.stock.out-of-stock {
	color: #d63b3b !important;
}

.woocommerce-product-rating a {
	font-size: 12px;
	color: #003F76;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

.woocommerce table.variations,
.woocommerce table.variations tr,
.woocommerce table.variations td {
	display: block;
}

.woocommerce .single_variation_wrap {
	width: 100%;
}

.woocommerce .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce div.product form.cart .quantity {
	min-height: 100%;
	width: 80px;
	margin: 0 !important;
}

.woocommerce div.product form.cart .quantity input {
	width: calc(100% - 5px);
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 35px;
}

/*.woocommerce div.product form.cart .button { width: calc(100% - 80px); }*/

.woocommerce div.product .first-payment-date {
	margin-bottom: 0;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 150px;
	border-radius: 5px;
	height: 39px;
	padding: 5px 15px !important;
	font-size: 14px;
	border-color: #eee;
}

.woocommerce #content table.cart td.actions button[name="update_cart"],
.woocommerce table.cart td.actions button[name="update_cart"] {
	display: none !important;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px 10px;
}

.woocommerce-cart .woocommerce {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
	width: 100%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
	width: 65%;
	padding: 40px;
}

.woocommerce-cart .woocommerce .cart-collaterals {
	width: 35%;
	padding: 40px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

.u-columns.col2-set {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: 0 -15px;
	align-items: flex-start;
	justify-content: space-between;
}

.u-columns.col2-set>div {
	width: calc(50% - 30px) !important;
	padding-top: 0 !important;
}

.woocommerce form.login,
.woocommerce form.register {
	border-color: #fff;
	background: #fef4de;
	border-radius: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	border-radius: 20px;
}

.woocommerce form.checkout_coupon {
	background: #fef4de;
	border: 0;
	border-radius: 10px;
}

.woocommerce form.checkout_coupon button {
	border-radius: 20px;
}

.woocommerce-checkout .woocommerce-form-login .form-row label {
	font-size: 14px;
}

.wc-empty-cart-message {
	width: 100%;
	padding-top: 15px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	/* background: rgba(0, 0, 0, 0.05);*/
	background: transparent;
}

/*.woocommerce-checkout #payment > div,
.woocommerce-checkout #payment > ul { padding: 10px !important; }*/
#order_review .shop_table {
	margin-bottom: 10px;
}

/*#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box { background: #fff; border-radius: 10px; }
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff; } */
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 0;
}

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

#payment .wc_payment_methods {
	border: 1px solid #2b2c2c;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: #2b2c2c;
}

#payment .wc_payment_methods .payment_box {
	padding: 0 !important;
	margin: 0 !important;
}

#payment .wc_payment_methods {
	padding: 15px !important;
}

#payment .place-order {
	padding: 0 !important;
}

#payment .woocommerce-terms-and-conditions-wrapper {
	margin: 30px 0px 0;
}

#payment #place_order {
	float: left !important;
	width: auto;
	text-transform: uppercase;
	background-color: #38c234;
}

.woocommerce-checkout {
	position: relative;
}

.woocommerce-page .col2-set {
	padding-bottom: 100px !important;
}

.woocommerce-terms-and-conditions-link,
.woocommerce-privacy-policy-link {
	color: #01477b;
}

#place_order {
	position: absolute;
	bottom: -210px;
}

.logged-out #payment #place_order {
	bottom: -165px;
}

.product-vitamins {
	display: none;
}

/*#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods { border-color: #eee; }*/

.shop_table.woocommerce-checkout-review-order-table tr.cart_item:first-child td.product-name,
.shop_table.woocommerce-checkout-review-order-table tr.cart_item:first-child td.product-total {
	border-top: 0;
}

.thwvsf-wrapper-ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0.5rem;
	display: flex;
	flex-wrap: wrap;
}

.thwvsf-wrapper-ul li {
	margin: 0 5px 5px 0;
	position: relative;
	overflow: hidden;
}

.thwvsf-wrapper-ul li span {
	font-size: 14px;
	display: block;
	line-height: 1.3em;
	border: 2px solid #eee;
	padding: 8px 15px;
	border-radius: 8px;
	cursor: pointer;
}

.thwvsf-wrapper-ul li:not(.out_of_stock) span:hover {
	border-color: #ddd;
}

.thwvsf-wrapper-ul li.thwvsf-selected span {
	border-color: #000 !important;
}

.thwvsf-wrapper-ul li.out_of_stock {
	cursor: not-allowed !important;
	opacity: 0.4 !important;
	pointer-events: none;
}

.thwvsf-wrapper-ul li.out_of_stock:after {
	content: '';
	width: 85%;
	height: 1px;
	background: red;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(0);
}

/*.thwvsf-wrapper-ul li.out_of_stock:before { content: ''; width: 60px; height: 1px; background: red; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%) rotate(-15deg); }*/

.woocommerce-MyAccount-navigation {
	padding: 10px 20px;
	border-radius: 10px;
	background: #f4f4f4;
	margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
	border-top: 1px dashed #ddd;
}

.woocommerce-MyAccount-navigation ul li:first-child {
	border-top: 0;
}

.woocommerce-MyAccount-navigation ul a {
	text-decoration: none;
	padding: 6px 0;
	display: block;
}

.woocommerce-MyAccount-navigation ul a:hover {
	text-decoration: underline;
}

.woocommerce-MyAccount-navigation ul .is-active a {
	font-weight: 800;
	color: #004a8f;
}

/*.products.related { padding: 40px 40px 20px; border: 3px dotted #ffda1a; margin-bottom: 3rem; border-radius: 10px; }*/
.products.related .products {
	margin-bottom: -40px;
	padding-top: 10px;
}

.products.related {
	position: relative;
	padding-top: 40px;
}

.products.related:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	height: 50%;
	transform: translateX(-50%);
	width: 100vw;
	opacity: 0.5;
	background: rgb(255, 229, 97);
	background: -moz-linear-gradient(0deg, rgba(255, 229, 97, 0) 0%, rgba(255, 229, 97, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 229, 97, 0) 0%, rgba(255, 229, 97, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 229, 97, 0) 0%, rgba(255, 229, 97, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fef4de", endColorstr="#fef4de", GradientType=1);
}

.products.related h2,
.products.related ul {
	position: relative;
	z-index: 2;
}

.nav-pills .nav-link {
	color: #003F76;
	background: #fff;
	border: 2px solid #ffda1a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	border-radius: 20px;
	padding: 4px 15px;
	margin: 0 10px 0 0;
}

.nav-pills .nav-link.active {
	color: #003F76;
	background: #ffda1a;
	border-color: #ffda1a;
}

.nav-pills .nav-link:hover {
	background: #ffda1a;
}

.product-content-head {
	position: relative;
}

.product-content-head-icon {
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30;
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(-360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

body .woocommerce [packetery-renderer] {
	width: 100%;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}

body .woocommerce [packetery-renderer] div.packeta-widget-button.packetery-widget-button-row {
	width: 100%;
}

body .woocommerce [packetery-renderer="after-rate"] .packeta-widget-button .packetery-widget-button-logo {
	border-radius: 50%;
}

body .woocommerce [packetery-renderer] div.packeta-widget-button.packetery-widget-button-row button.button.alt {
	width: 100%;
	font-size: 15px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.product-content-benefits {
	text-align: center;
	margin-top: 25px;
	border: 1px solid #eee;
	padding: 10px 15px;
	border-radius: 10px;
	background: #fafafa
}

.product-content-benefits .row>div {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.product-content-benefits .row>div:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ffda1a;
	position: absolute;
	top: 50%;
	left: -3px;
	transform: translateY(-50%);
}

.product-content-benefits .row>div:first-child:before {
	display: none;
}

.product-content-benefits i {
	font-size: 30px;
	display: block;
	margin: 5px 0 10px;
}

.product-content-benefits span {
	font-size: 15px;
	display: block;
	font-weight: 500;
	line-height: 1.3em;
}

/* checkout/cart
---------------------------------------- */
.woocommerce-checkout .navbar-navigation,
.woocommerce-cart .navbar-navigation,
.woocommerce-checkout .navbar-right,
.woocommerce-cart .navbar-right,
.woocommerce-checkout .breadcrumbs,
.woocommerce-cart .breadcrumbs,
.woocommerce-checkout .headline,
.woocommerce-cart .headline,
.woocommerce-checkout footer,
.woocommerce-cart footer {
	display: none;
}

.woocommerce-checkout .navbar-header,
.woocommerce-cart .navbar-header {
	padding: 9px 0;
	box-shadow: none;
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
}

.woocommerce-checkout .navbar-brand,
.woocommerce-cart .navbar-brand {
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-checkout .content,
.woocommerce-cart .content {
	padding-top: 90px;
}

.woocommerce-cart .textpage {
	min-height: calc(100vh - 74px);
}

.woocommerce-cart .section {
	min-height: 100%;
	padding: 0 !important;
}

/*.woocommerce-cart .content:after { content: ''; display: block; background: #fef4de; position: absolute; top: 0; left: 0; bottom: 0; width: 65%; z-index: -1; }*/

.woocommerce-cart .woocommerce-cart-form {
	position: relative;
}

.woocommerce-cart .woocommerce-cart-form:before {
	content: '';
	display: block;
	background: #fef4de;
	position: absolute;
	top: -200px;
	right: 0;
	bottom: -50vh;
	width: 100vw;
	z-index: -1;
}

/*.woocommerce-cart .container-xl { max-width: 100%; padding: 0; }*/

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

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	min-width: 75px;
}

#add_payment_method table.cart .product-name,
.woocommerce-cart table.cart .product-name {
	width: 100%;
}

.woocommerce-cart table.cart .product-name a {
	text-decoration: none;
	font-weight: 700;
	color: #003F76;
}

.woocommerce-cart table.cart .product-quantity input {
	border: 0;
}

.woocommerce-cart table.shop_table thead {
	display: none;
}

.woocommerce-cart-form table.shop_table th,
.woocommerce-cart-form table.shop_table td {
	padding: 10px 15px;
}

.woocommerce-cart-form table.shop_table td:first-child {
	padding-left: 0;
}

.woocommerce-cart-form table.shop_table td:last-child {
	padding-right: 0;
}

/*.woocommerce-cart-form table.shop_table tr:first-child td { border-top-color: #000; }
.woocommerce-cart-form table.shop_table tr:last-child td { border-color: #000; }*/

.woocommerce-cart table.cart td.actions .coupon .input-text {
	border: 0;
	border-radius: 20px;
}

.woocommerce-cart table.cart td.actions button {
	border-radius: 20px;
}

.woocommerce table.shop_table {
	border: 0;
}

.woocommerce .cart_totals h2 {
	font-size: 1.5rem;
	padding-top: 12px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	padding-top: 25px;
}

/* .woocommerce-checkout .woocommerce { max-width: 700px; margin-left: auto; margin-right: auto; } */
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment button.alt {
	width: 100%;
}

.woocommerce-checkout .woocommerce .payment-choices-title {
	padding: 10px 10px 0 10px;
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce .payment-choices-note {
	padding: 10px 10px 1px;
	font-size: 14px;
}

.woocommerce-checkout .woocommerce .payment_box.payment_method_stripe .form-row {
	padding: 0 !important;
}

#order_review {
	background: #fef4de;
	border-radius: 10px;
	padding: 15px;
}

#order_review .cart_item .product-total .subscription-details {
	display: none;
}

#order_review .recurring-totals,
.recurring-total {
	display: none;
}

.wcsatt-options-wrapper {
	display: flex;
	width: 100%;
	background: #fef4de;
	padding: 15px;
	margin-bottom: 1rem;
	border-radius: 10px;
}

.wcsatt-options-wrapper>div {
	width: 50%;
	margin-bottom: 0;
}

.wcsatt-options-wrapper ul {
	padding: 0;
	margin-bottom: 0;
}

.wcsatt-options-wrapper .wcsatt-options-product-dropdown-label {
	margin-bottom: 0;
}

.wcsatt-options-wrapper select {
	margin-bottom: 0;
}

.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-subtotal {
	white-space: nowrap;
}

.woocommerce .recurring-totals th,
.woocommerce .cart-collaterals .cart_totals .recurring-totals th {
	border-top: 0 !important;
	padding-top: 20px !important;
	font-size: 20px;
	padding-bottom: 10px;
	font-family: 'Roboto Slab', Georgia, Times, serif;
}

/*.enr-cart_level-subscribe-now-wrapper { display: block; background: #ffda1a; padding: 20px 10px 1px; position: relative; margin-bottom: 1.5rem; border-radius: 10px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); font-family: 'Roboto Slab', Georgia, Times, serif;  } */
.enr-subscribe-now-head {
	padding: 0 15px;
	font-size: 17px;
}

.enr-subscribe-now-head .badge {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Pulpo' !important;
	background-image: url(../images/layout/bg-badge-sale.png);
	background-size: cover;
	background-position: center;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	padding: 10px;
	bottom: -15px;
	right: -15px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.enr-subscribe-now-head .badge span {
	display: block;
	font-size: 30px;
	padding: 0 0 3px;
	width: 100%;
}

.enr-subscribe-now-head ul {
	padding: 10px 0 0
}

.enr-subscribe-now-head ul li {
	list-style: none;
	padding: 3px 0 3px 30px;
	position: relative;
}

.enr-subscribe-now-head ul li:before {
	font-size: 22px;
	display: block;
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 4px;
	left: 0;
}

/*.enr-cart_level-subscribe-now-wrapper:before { content: 'Spôsob nákupu'; font-size: 1.3rem; display: block; padding: 0 15px; font-weight: 900; font-family: 'Roboto Slab', Georgia, Times, serif; }*/
.enr-cart_level-subscribe-now-wrapper td {
	padding-left: 0;
	padding-right: 2px;
	padding-bottom: 0 !important;
}

.enr-cart_level-subscribe-now-wrapper .enr-subscribe-now-handle-row p:nth-child(2) {
	position: absolute;
	left: -9999px;
}

.enr-cart_level-subscribe-now-wrapper .enr-subscribe-now-handle-row p:nth-child(3) {
	display: none !important;
}

.enr-cart_level-subscribe-now-wrapper .enr-subscribe-now-handle-row td {
	padding-top: 3px !important;
}

.enr-cart_level-subscribe-now-wrapper .enr-subscribe-now-handle-row .form-switch {
	padding-right: 70px;
	display: flex;
}

.enr-cart_level-subscribe-now-wrapper .enr-subscribe-now-handle-row td {
	padding: 0 !important;
}

.enr-cart_level-subscribe-now-wrapper .enr-subscribe-now-handle-row .lh-1 {
	margin-left: 10px;
}

.form-switch.form-switch-lg {
	margin-bottom: 0.5rem;
	padding-top: 6px;
}

.form-switch.form-switch-lg .form-check-input {
	height: 2rem;
	margin-top: -3px !important;
	margin-right: 10px !important;
	width: calc(3rem + 0.75rem);
	border-radius: 4rem;
}

.wcsatt-add-to-subscription-wrapper {
	width: 100%;
	background: #ffda1a;
	padding: 15px;
	margin-top: 20px;
	border-radius: 10px;
}

.wcsatt-add-to-subscription-wrapper:before {
	display: none;
}

.woocommerce div.product form.cart .wcsatt-add-to-subscription-wrapper .button {
	font-size: 16px !important;
	padding: 12px 25px !important;
	width: 100% !important;
	float: none;
}

.woocommerce div.product form.cart .wcsatt-add-to-subscription-wrapper table {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .wcsatt-add-to-subscription-wrapper table tr:first-child td:first-child {
	border-top: 0;
	padding-top: 0;
}

.woocommerce div.product form.cart .woocommerce-orders-table__cell-subscription-actions {
	border-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-thankyou-order-details {
	padding: 14px 10px 8px;
	margin-bottom: 1.5rem !important;
	border-radius: 10px;
	background: #fef4de;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-thankyou-order-details li {
	padding: 8px 10px !important;
	margin: 0 !important;
	width: 50%;
	border: 0 !important;
}

.woocommerce-order-received .woocommerce-orders-table--subscriptions,
.woocommerce-order-received .woocommerce-table--order-details {
	border: 1px solid #eee !important;
	margin: 0 0 1.5rem !important;
}

.woocommerce-order-received .woocommerce-orders-table--subscriptions {
	margin-top: 1rem !important;
}

.woocommerce-order-received .woocommerce-notice--success {
	padding: 15px 20px;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #a3c600;
}

.free-shipping-box {
	color: #fff;
	background: #d63b3b;
	padding: 10px 15px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
}

.free-shipping-box.shipping-success {
	background: #4ab866;
}

.free-shipping-box>span {
	display: block;
}

.free-shipping-box .progress {
	position: absolute;
	height: 6px;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.5);
}

.free-shipping-box .progress>div {
	background: #9b1616;
}

/* attachments
---------------------------------------- */
.attachments {
	padding-top: 10px;
}

.attachments li {
	padding-bottom: 10px;
	position: relative;
	padding-left: 35px !important;
}

.attachments li:before {
	display: none !important;
}

.attachments li i {
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.attachments li a {
	color: #003F76;
	text-decoration: none;
}

.attachments li a:hover {
	text-decoration: underline;
	color: #cb2a2a;
}

.attachments li a:hover i {}

.attachments li .btn {
	margin-left: 10px;
}

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

.accordion-item .accordion-button {
	font-size: 18px;
	padding: 1.25rem 0.85rem;
	font-weight: 600;
	color: #003F76;
	background: transparent;
	outline: none !important;
	box-shadow: none !important;
	font-family: 'Roboto Slab', Georgia, Times, serif;
}

.accordion-item .accordion-button:not(.collapsed) {
	background: transparent;
}

.accordion-item {
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
	border-radius: 0 !important;
	margin-bottom: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.accordion-item .accordion-body {
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0.85rem;
	padding-right: 0.85rem;
}

.accordion-item .accordion-header-icon {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: -6px 15px -2px 0;
}

.accordion-item .accordion-header-icon img {
	width: auto;
	max-height: 100%;
}

/* product detail
---------------------------------------- */
.tabs.wc-tabs {
	display: none;
}

.product-content-head {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.product-content-head-right {
	position: sticky;
	top: 110px;
}

.woocommerce div.product div.summary {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
}

.woocommerce .product-detail-content {
	width: 100%;
	padding-right: 50%;
}

.product-detail-meta {
	font-weight: 700;
	padding-bottom: 1rem;
}

.woocommerce .product-type-variable .product-right-item {
	padding-bottom: 0;
}

.woocommerce .product-right-item,
.single_variation_wrap {
	position: relative;
	padding-bottom: 50px;
}

.woocommerce p.stock,
.woocommerce-variation-availability {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}

.product-content-delivery {
	font-size: 14px;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
}

.product-content-delivery i {
	font-size: 16px;
	position: absolute;
	top: 7px;
	left: 0;
}

.outofstock .product-content-delivery {
	display: none !important;
}

/* comments
---------------------------------------- */
/*.woocommerce-Reviews { display: flex; flex-wrap: wrap; }
.woocommerce-Reviews #comments { width: 50%; }
.woocommerce-Reviews #review_form_wrapper { width: 50%; padding-left: 40px; }
.woocommerce-Reviews #review_form { position: sticky; top: 110px; }
.commentlist { margin: 0 0 2rem; padding: 1rem 0; }
.woocommerce #reviews #comments ol.commentlist li .comment-text { margin: 0; border-color: #eee; }
.comment-reply-title { font-size: 1.4rem; font-weight: 600; padding-bottom: 1rem; display: block; font-family: 'Roboto Slab', Georgia, Times, serif; }
.woocommerce #review_form #respond .comment-notes { font-size: 14px; font-weight: 600; line-height: 1.3em; margin-bottom: 1rem; }

.woocommerce #review_form input:not(input[type="checkbox"]):not(input[type="submit"]),
.woocommerce #review_form textarea { width: 100%; border: 1px solid #ddd; border-radius: 5px; padding: 5px 10px; font-size: 14px; }
.woocommerce #review_form .comment-form-cookies-consent { padding-left: 20px; position: relative; }
.woocommerce #review_form .comment-form-cookies-consent label { font-size: 13px; line-height: 1.3em; }
.woocommerce #review_form input[type="checkbox"] { position: absolute; top: 3px; left: 0; }*/
.required {
	color: #ff0000;
}

/* messages
---------------------------------------- */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-radius: 10px;
	border-top: 0;
}

.woocommerce-message:not(.no_subscriptions) {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 50;
	max-width: 300px;
	margin: 0;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/*.woocommerce .woocommerce-message { padding-bottom: 55px; }*/
.woocommerce .woocommerce-message:not(.no_subscriptions) {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce .woocommerce-message:not(.no_subscriptions) .button {
	text-align: center;
	margin-top: 5px;
	order: 2;
}

.woocommerce .woocommerce-message:not(.no_subscriptions) a {
	margin-top: 3px;
}

/* animated
---------------------------------------- */
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

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

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

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

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

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

@-webkit-keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	0%,
	100%,
	11.1% {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	0%,
	100%,
	11.1% {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

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

@-webkit-keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

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

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

/* buttons
---------------------------------------- */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.btn,
.woocommerce .form-submit input,
header .navbar-minicart-content .woocommerce-mini-cart__buttons a,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 12px 25px;
	text-align: center;
	white-space: normal;
	border-radius: 35px !important;
	text-decoration: none !important;
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.woocommerce .button.checkout-button,
.woocommerce div.product form.cart .button,
.woocommerce .button#place_order,
.btn.btn-lg {
	font-size: 18px !important;
	padding: 16px 35px !important;
	border-radius: 40px !important;
}

.btn.btn-xs {
	font-size: 13px;
	padding: 6px 13px;
}

.btn.btn-sm {
	font-size: 14px;
	padding: 8px 18px;
}

.btn.btn-xs i {
	font-size: 15px;
}

.btn.btn-lg i {
	font-size: 16px;
	margin-left: 5px;
}

.btn i {
	font-size: 14px;
	margin: -3px 0 0 5px;
	vertical-align: middle;
	position: relative;
	right: 0;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.btn:hover i {
	right: -5px;
}

.btn.btn-lg:hover i {
	right: -10px;
}

.btn i.fixicon {
	right: auto !important
}

.btn i.hl {
	left: 0
}

.btn:hover i.hl {
	left: -5px;
}

.btn-primary,
.btn-primary[disabled],
.btn-primary:focus,
.btn-primary:active {
	color: #fff;
	border: 0;
	box-shadow: none !important;
	position: relative;
	z-index: 5;
	background: #ff475d;
	position: relative;
	overflow: hidden;
}

.btn-primary:hover {
	color: #fff;
	background: #ff475d;
}

.btn-primary:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #003F76;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transition: transform .5s cubic-bezier(.7, 0, .3, 1);
	-webkit-transition: transform .5s cubic-bezier(.7, 0, .3, 1);
	-moz-transition: transform .5s cubic-bezier(.7, 0, .3, 1);
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	z-index: -1;
	border-radius: 50px;
}

.btn-primary:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
	color: #fff;
	border: 0;
	box-shadow: none !important;
	position: relative;
	z-index: 5;
	background-size: 220% 100%;
	background-image: rgb(255, 178, 0);
	background-image: -moz-linear-gradient(to right, #003F76, #FFDA1A, #003F76);
	background-image: -webkit-linear-gradient(to right, #003F76, #FFDA1A, #003F76);
	background-image: linear-gradient(to right, #003F76, #FFDA1A, #003F76);
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-secondary:hover {
	color: #fff !important;
	background-position: 110% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-green,
.btn-green[disabled],
.btn-green:focus,
.btn-green:active {
	color: #fff;
	border: 0;
	box-shadow: none !important;
	position: relative;
	z-index: 5;
	background: #64bf4b;
	position: relative;
	overflow: hidden;
}

.btn-green:hover {
	color: #fff;
	background: #64bf4b;
}

.btn-green:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #003F76;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transition: transform .5s cubic-bezier(.7, 0, .3, 1);
	-webkit-transition: transform .5s cubic-bezier(.7, 0, .3, 1);
	-moz-transition: transform .5s cubic-bezier(.7, 0, .3, 1);
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	z-index: -1;
	border-radius: 50px;
}

.btn-green:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
}

.btn-close {
	background-size: 1.7em;
}

.modal-header .btn-close {
	padding: 1rem 1rem;
}

/*.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active { color: #fff; background: #FFDA1A !important; border: 0; box-shadow: none !important; position: relative; z-index: 5; }
.btn-secondary:hover { color: #fff !important; background: #ffc641 !important; }*/

.btn-outline-primary,
.btn-outline-primary:focus,
.btn-outline-primary:active {
	border: 0;
	color: #593110;
	box-shadow: inset 0 0 0 2px #f2d3a0;
	position: relative;
	z-index: 5;
}

.btn-outline-primary:hover {
	color: #593110 !important;
	background: #f2d3a0 !important;
}

.woocommerce .form-submit input,
li.product .add_to_cart_button,
li.product .add_to_cart_button:focus,
header .navbar-minicart-content .woocommerce-mini-cart__buttons a,
.btn-dark,
.btn-dark:focus,
.btn-dark:active {
	color: #fff !important;
	border: 0;
	box-shadow: none !important;
	position: relative;
	z-index: 5;
	background: #003f76;
	position: relative;
	overflow: hidden;
}

li.product .add_to_cart_button:hover,
.woocommerce .form-submit input:hover,
header .navbar-minicart-content .woocommerce-mini-cart__buttons a:hover,
.btn-dark:hover {
	color: #fff !important;
	background: #003f76 !important;
}

.woocommerce .form-submit input:before,
li.product .add_to_cart_button:before,
header .navbar-minicart-content .woocommerce-mini-cart__buttons a:before,
.btn-dark:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transition: transform .5s cubic-bezier(.7, 0, .3, 1);
	-webkit-transition: transform .5s cubic-bezier(.7, 0, .3, 1);
	-moz-transition: transform .5s cubic-bezier(.7, 0, .3, 1);
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	z-index: -1;
	border-radius: 50px;
}

li.product .add_to_cart_button:before {
	border-radius: 30px;
}

.woocommerce .form-submit input:hover:before,
li.product .add_to_cart_button:hover:before,
header .navbar-minicart-content .woocommerce-mini-cart__buttons a:hover:before,
.btn-dark:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
}

.btn-outline-dark,
.btn-outline-dark:focus,
.btn-outline-dark:active {
	border: 0;
	color: #003F76;
	box-shadow: inset 0 0 0 2px #003F76;
	position: relative;
	z-index: 5;
}

.btn-outline-dark:hover {
	color: #fff !important;
	background: #003F76 !important;
}

.btn-light,
.btn-light:focus,
.btn-light:active {
	color: #593110;
	background: #fff !important;
	border: 0;
	box-shadow: none !important;
	position: relative;
	z-index: 5;
}

.btn-light:hover {
	color: #593110 !important;
	background: #f2d3a0 !important;
}

.btn-link {
	color: #593110;
	padding: 0;
}

.btn-link:hover {
	color: #593110;
	text-decoration: underline !important;
}

.btn-success:hover {
	color: #fff !important;
}

/* forms
---------------------------------------- */
.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
}

.acf-input input {
	width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.acf-input input,
.form-control {
	font-size: 15px;
	color: #003F76;
	padding: 8px 10px;
	height: 40px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 12px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.form-select {
	font-size: 15px;
	color: #003F76;
	padding: 8px 15px;
	height: 40px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 12px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.woocommerce form .form-row textarea,
textarea.form-control {
	height: auto;
	padding: 12px 10px;
}

.acf-input input:focus,
.form-control:focus {
	background: #fff;
	color: #003F76;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
	box-shadow: none;
}

.form-select:focus {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) !important;
}

.form-check-input {
	margin-top: 3px;
}

.woocommerce form .form-row {
	padding-left: 0;
}

form p {
	margin-bottom: 5px;
}

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

.select2-container--default .select2-selection--single {
	border-color: #ddd;
	border-radius: 20px;
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	padding: 0 10px;
	font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

.select2-dropdown {
	border-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #000;
}

label.error {
	font-weight: 400;
	display: block;
	padding: 5px 0 0;
	color: #ff0000;
}

.form-group.has-error .form-check-input,
.form-group.has-error .form-control,
.form-group.has-error .form-select {
	border-color: #ff0000 !important;
}

.form-group.has-error .form-check-input:focus,
.form-group.has-error .form-control:focus,
.form-group.has-error .form-select:focus {
	box-shadow: 0 0 0 3px #fcd2d2 !important;
}

.form-check.has-error {
	padding-bottom: 25px;
	position: relative;
}

.form-check.has-error label.error {
	position: absolute;
	bottom: 0;
	left: 22px;
}

.form-check .form-check-label {
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
}

.form-check .form-check-label strong {
	font-weight: 600;
}

.form-group .wpcf7-not-valid-tip {
	font-size: 13px;
	font-weight: 700;
	padding-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
	padding: 1rem !important;
	margin: 0 0 2rem !important;
	border-radius: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #fff !important;
	border-color: #ff0000 !important;
	background: #ff0000 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #fff !important;
	border-color: #28a745 !important;
	background: #28a745 !important;
}

.req {
	color: #ff0000;
}

/* modal
---------------------------------------- */
.modal-header {
	border: 0;
}

.modal-content {
	padding: 15px;
	overflow: auto;
}

.icon-item {
	width: 20%;
}

.modal.show .modal-dialog {
	overflow: hidden;
	border-radius: 20px;
}

/* results page quiz
---------------------------------------- */
.green-color {
	color: #64bf4b;
}

.blue-text {
	color: #01477b;
}

.black-text {
	color: #2b2c2c;
}

.black-light-text {
	color: #4e4f4f;
}

.color-red {
	color: #ff475d;
}

.blue-light-bg {
	background-color: #E4F6FF !important;
}

.fw-500 {
	font-weight: 500;
}

.bg-img-none {
	background-image: none;
}

.btn-green {
	background-color: #64bf4b;
	border-color: #64bf4b;
}

.btn-hover-blue {
	transition: all ease 0.3s;
}

.btn-hover-blue:hover {
	background-color: #e6e6e6 !important;
	transition: all ease 0.3s;
}

.custom-img {
	width: 80%
}

.circle {
	width: 24px;
	height: 24px;
	background-color: #00bffa;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}

.checkmark {
	fill: none;
	stroke: white;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	width: 20px;
	height: 20px
}

.gray-bg-form {
	background-color: #f7f7f7 !important;
	border-radius: 16px;
	border: 1px solid #4e4f4f;
}

.header-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #64bf4b;
	border-radius: 50%;
}

.header-icon svg path {
	stroke: #64bf4b;
}

.header-icos-wrapper {
	border-top: 1px solid #e3e3e3;
	;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0;
}

/* woocommerce checkout page form
---------------------------------------- */

.woocommerce form .form-row label {
	color: #2b2c2c;
}

.woocommerce form .form-row input.input-text {
	color: #2b2c2c;
	border-radius: 12px;
}

#order_review .shop_table .product-name {
	padding-left: 0;
}

#order_review .shop_table .product-name,
.product-total {
	color: #2b2c2c;
}

#order_review .shop_table .product-total {
	font-weight: 900;
}

.woocommerce-additional-fields .acf-fields {
	color: #2b2c2c;
}

.woocommerce-additional-fields .acf-input-wrap input {
	color: #2b2c2c;
}

.woocommerce-checkout .payment-choices-title {
	color: #2b2c2c;
}

.woocommerce-checkout .payment-choices-note {
	color: #2b2c2c;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
	color: #2b2c2c;
}

#order_review .woocommerce-shipping-totals {
	color: #2b2c2c;
}

#order_review .recurring-total,
.recurring-totals {
	color: #2b2c2c;
}

#order_review .fee {
	color: #2b2c2c;
}

.woocommerce-checkout-review-order .recurring-total strong .woocommerce-Price-amount {
	font-size: 2.4rem;
	color: #cb2a2a;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
	margin-bottom: 15px;
}

/* -------------------*
 *         IE         *
 *------------------- */
.clearfix {
	zoom: 1\9;
}

/* -------------------*
 *     RESPONSIVE     *
 *------------------- */
@media (max-width: 991px) {
	.text-lg-nowrap {
		white-space: normal !important;
	}
}

@media (max-width: 768px) {
	.smaller-img {
		width: 80%;
	}
}

@media all and (min-width:1400px) {
	.section-c2a-box {
		background-size: 80% auto;
	}
}

@media all and (max-width:1399px) {
	.big-h1 {
		font-size: 4.0rem;
	}

	.cart-page .cart-page-sidebar .cart-products .cart-product-price {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-top: 5px;
	}

	.cart-page .cart-page-sidebar .cart-products .cart-product-price .price-sum {
		padding-right: 10px;
	}

	.cart-page .cart-page-sidebar .cart-products .cart-product-price small {
		margin-left: auto;
	}

	.headline-bg h1 {
		font-size: 120px;
	}

	.section-c2a-box {
		padding: 20px 0;
		background-size: auto 100%;
		background-position: calc(50% + 15vw) center;
	}

	.section-why-vitasmart {
		background-size: 65% auto;
	}

	.reviews {
		padding-bottom: 70px;
	}

	.reviews .slick-arrow {
		top: auto;
		bottom: 0;
	}

	.reviews .slick-prev {
		left: 50%;
		margin-left: -30px;
	}

	.reviews .slick-next {
		right: auto;
		left: 50%;
		margin-left: 30px;
	}
}

@media all and (min-width:1200px) {

	.woocommerce .with-sidebar ul.products.columns-4 li.product,
	.woocommerce-page .with-sidebar ul.products.columns-4 li.product {
		width: 33.3333% !important;
	}
}

@media all and (max-width:1199px) {

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding-left: 20px;
		padding-right: 20px;
	}

	.big-h1 {
		font-size: 3.6rem;
	}

	h1,
	.h1 {
		font-size: 2.8rem;
	}

	.headline-bg h1 {
		font-size: 100px;
	}

	.navbar-right {
		display: flex;
		align-items: center;
		padding-left: 0;
	}

	.main:before {
		width: 70vw !important;
		height: 70vw !important;
	}

	.main:after {
		width: 60vw !important;
		height: 120vw !important;
	}

	header .navbar-navigation {
		order: 4;
		width: 290px;
		background: #fff;
		position: fixed;
		z-index: 51;
		top: 0;
		right: -290px;
		bottom: 0;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.show-navigation {
		overflow: hidden;
	}

	.show-navigation header:after {
		content: '';
		display: block;
		position: fixed;
		z-index: 49;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.4);
	}

	.show-navigation header .navbar-navigation {
		right: 0;
		z-index: 50;
	}

	.show-navigation .navbar-toggler {
		position: fixed;
		top: 5px;
		right: 5px;
		z-index: 52;
		margin: 0;
	}

	header.navbar-header {
		padding: 10px 0;
	}

	.show-search header.navbar-header {
		padding-bottom: 0;
	}

	header .navbar-toggler {
		width: 40px;
		height: 40px;
		margin: -5px 0;
	}

	header .navbar-toggler .navbar-toggler-text {
		display: none;
	}

	header .navbar-toggler .burger span {
		background: #000;
	}

	header .navbar-icons {
		padding-right: 10px;
	}

	header .navbar-panel>.container-xl {
		display: block;
		padding: 0;
	}

	header .navbar-panel .nav {
		display: block;
	}

	header .nav-menu {
		padding: 50px 0 0;
	}

	header .nav-menu>li {
		margin: 0;
		position: relative;
	}

	header .nav-menu>li>a {
		font-size: 15px;
		padding: 8px 20px;
		position: relative;
		z-index: 1;
	}

	header .nav-menu>li>a:before {
		display: none;
	}

	header .nav-submenu {
		display: none !important;
		box-shadow: none;
		position: static;
		top: auto;
		left: auto;
		border: 0;
		padding: 10px 20px;
		background: transparent;
	}

	header .nav-menu li.open {
		background: #fef4de;
	}

	header .nav-menu li.open>.nav-submenu {
		display: block !important;
	}

	header .nav-menu li.open .nav-menu-more {
		border-color: #f8e9d1;
		background: #f8e9d1;
	}

	header .nav-menu li.open .nav-menu-more i:before {
		content: '\f068';
	}

	header .nav-submenu .container-xl {
		padding: 0;
	}

	header .nav-others {
		padding: 10px 0 0;
		border-top: 1px solid #fbf2e3;
	}

	header .nav-others li {
		padding-left: 0;
		padding-bottom: 3px;
	}

	header .nav-others i {
		font-size: 18px;
	}

	header .nav-submenu-product-item {
		padding: 12px 0 12px 50px;
		position: relative;
		margin-bottom: 8px;
	}

	header .nav-submenu-product-item-image {
		width: 40px;
		height: 40px;
		padding: 5px;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		border-radius: 50%;
		background: #fff;
	}

	header .nav-submenu-product-item-image img {
		max-height: 100%;
		width: auto;
	}

	header .nav-submenu-product-item-title {
		text-align: left;
	}

	header .nav-menu>li.menu-item-has-children {
		padding-right: 12px;
	}

	header .nav-menu>li.menu-item-has-children>a:after {
		font-size: 18px;
		content: "\f105";
		position: absolute;
		top: 10px;
		right: 0;
		font-family: 'Font Awesome 6 Pro' !important;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		text-rendering: auto;
		display: inline-block;
		text-transform: none;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	header .nav-menu>li.menu-item-has-children.open>a:after {
		transform: rotate(90deg);
	}

	.home-banners .home-banner-item {
		padding: 0 40px;
		min-height: 500px;
		background-size: 125% auto;
	}

	header .navbar-notice {
		margin: -10px 0 10px;
	}

	.categories li {
		width: 33.3333%;
	}

	.product-detail-variations .product-variation .product-variation-item div {
		padding: 8px 10px;
	}

	.steps {
		margin: 0 -20px;
	}

	.steps>div {
		min-width: 300px;
	}

	.steps>div:after {
		width: 120px;
	}

	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product {
		width: 33.3333% !important;
	}

	.section-home-info {
		background-size: auto 500px;
		min-height: 550px;
		background-repeat: no-repeat;
		background-position: calc(50% + 700px) bottom;
	}

	.section-home-info p {
		margin-bottom: 0;
		padding-right: 20px;
	}

	.boxes-small .box .box-img-single,
	.boxes-small .box .box-img-gallery {
		min-height: 400px;
		transform: translateY(-50%);
	}

	.boxes-small .box:not(.box-footer) .container>.row {
		min-height: 470px;
	}

	.box .box-content {
		padding: 60px 30px 60px 45px;
		max-width: 100%;
	}

	.box:nth-child(even) .box-content {
		padding-left: 30px;
		padding-right: 45px;
	}

	.js-slider-boxes .box .box-content {
		padding-bottom: 100px;
	}

	.boxes-nav-slider-wrap {
		padding: 0 50px;
	}

	.boxes-nav-slider {
		padding: 0 30px;
	}

	.boxes-small .box {
		padding-bottom: 20px;
	}

	footer .footer-pill {
		right: 20px;
	}

	.home footer .footer-pill {
		margin-top: -120px;
	}

	.footer-content-col-logo {
		text-align: center;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 10px;
	}

	.footer-content-col-logo img {
		width: 150px;
	}

	.footer-content-col-logo .socials {
		padding-left: 40px;
	}

}

@media all and (max-width:991px) {
	.big-h1 {
		font-size: 3.0rem;
	}

	h1,
	.h1 {
		font-size: 2.4rem;
	}

	h2,
	.h2 {
		font-size: 1.8rem;
	}

	h3,
	.h3 {
		font-size: 1.3rem;
	}

	h4,
	.h4 {
		font-size: 1.1rem;
	}

	.lead {
		font-size: 18px;
	}

	h1 .underline:after,
	.h1 .underline:after {
		height: 20px;
		bottom: -3px;
		left: 0;
		right: 0;
	}

	.headline-bg h1 {
		font-size: 70px;
	}

	.headline-bg {
		min-height: 200px;
		height: 30vh;
	}

	.section:first-child {
		padding-top: 20px;
	}

	.home-banners .home-banner-item {
		min-height: 400px;
		padding: 0 20px;
		background-position: top -50px center;
	}

	.home-banners .home-banner-item-image {
		max-width: 115%;
		width: 115%;
	}

	.home-banner-item-time {
		display: block;
		padding: 10px 0 0;
		font-size: 14px;
	}

	.home-banner-item-rating {
		display: block;
		font-size: 15px;
	}


	.section-steps:before,
	.section-steps:after {
		width: 200px;
		height: 200px;
	}

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

	.section-unique .unique-images {
		margin-bottom: 70px;
	}

	ul.products li.product .product-image {
		height: 250px;
	}

	/*.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .add_to_cart_button,
    .woocommerce ul.products li.product:hover .button,
	.woocommerce ul.products li.product:hover .add_to_cart_button { top: 200px; }*/

	.product-content-head-left {
		width: 100%;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
		padding-left: 0px;
	}

	.woocommerce div.product div.summary {
		position: static !important;
		top: inherit;
		right: inherit;
		bottom: inherit;
		width: 100%;
	}

	.woocommerce .product-detail-content {
		padding-right: 0;
	}

	.woocommerce div.product div.images .woocommerce-product-gallery__image a {
		height: 60vw;
		padding: 40px 15px
	}

	.woocommerce-cart .woocommerce .woocommerce-cart-form,
	.woocommerce-Reviews #comments {
		width: 100%;
	}

	.woocommerce-cart .woocommerce .cart-collaterals,
	.woocommerce-Reviews #review_form_wrapper {
		width: 100%;
	}

	.woocommerce-cart .woocommerce-cart-form:before,
	.woocommerce-cart .content:after {
		display: none;
	}

	.woocommerce-cart .textpage {
		padding: 0;
	}

	.woocommerce-checkout .navbar-header,
	.woocommerce-cart .navbar-header,
	.woocommerce-cart .woocommerce .woocommerce-cart-form {
		background: #e4f6ff;
	}

	.article-fullimage {
		margin: 0 -20px 20px;
	}

	.article-fullimage img {
		width: calc(100% + 40px);
	}

	.boxes-small .box .box-img {
		order: 1;
	}

	.boxes-small .box .box-img img {
		max-height: 400px;
	}

	.boxes-small .box .box-text {
		order: 2;
	}

	.boxes-small .box .box-img-single,
	.boxes-small .box .box-img-gallery {
		display: block;
		position: static;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		margin-top: 0;
		transform: none;
		min-height: 1px;
		height: auto;
	}

	.boxes-small .box .box-img-gallery .slick-list {
		margin-left: 15px;
		margin-right: 15px;
		border-radius: 10px;
	}

	.boxes-small .box .box-img-gallery .slick-prev {
		left: 30px;
	}

	.boxes-small .box .box-img-gallery .slick-next {
		right: 30px;
	}

	.boxes-small .box:nth-child(even) .box-content,
	.boxes-small .box .box-content {
		padding: 25px 0;
	}

	.boxes-small .box.box-footer {
		padding: 0 0 50px 0;
	}

	.boxes-small .box.box-footer hr {
		margin-top: 0;
	}

	.benefits .benefits-listing {
		display: block;
		overflow: visible;
		white-space: wrap;
		margin: 0;
		padding: 0 10px;
	}

	.benefits .row {
		display: block;
		padding-left: 30px;
	}

	.benefits .row>div {
		width: 100px !important;
		display: inline-block;
		padding: 0 0 0 0;
		margin-right: 10px;
		padding-top: 0;
	}

	.benefits .benefit-item {
		font-size: 13px;
		line-height: 1.3em;
	}

	/*
    .marquee-logos { height: auto; overflow: visible; }
	.js-marquee { width: 100% !important; flex-wrap: wrap; height: auto; justify-content: center; margin: 0 !important; }
	.js-marquee-wrapper { width: 100% !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; transform: none !important; -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; display: flex; flex-wrap: wrap; }
	.js-marquee .col-2 { width: 25%; padding: 15px 10px; }
	.js-marquee-wrapper .js-marquee:nth-child(2) { display: none; }

	.benefits .benefit-item { padding-left: 0; padding-top: 80px; padding-bottom: 15px; text-align: center; justify-content: center; white-space: pre-wrap; }
	.benefits .benefit-item span { font-size: 15px; }
	.benefits .benefit-item-icon { width: 70px; height: 70px; left: 50%; top: 0; transform: translateX(-50%); }
*/
	.box .box-img-circle span {
		width: 250px;
		height: 250px;
	}

	.box .box-img-circle {
		bottom: -100px;
		left: -150px;
	}

	.box:nth-child(even) .box-img-circle {
		left: auto;
		bottom: auto;
		right: -120px;
		top: -60px;
	}

	.woocommerce .button.checkout-button,
	.woocommerce div.product form.cart .button,
	.woocommerce .button#place_order,
	.btn.btn-lg {
		font-size: 17px !important;
		padding: 13px 30px !important;
		border-radius: 40px !important;
	}

	.woocommerce .cart_totals h2 {
		font-size: 1.3rem;
		padding-top: 0;
	}

	.u-columns.col2-set>div {
		width: 100% !important;
		padding: 0 15px;
	}

	.section-c2a-content {
		max-width: 50%;
	}

	.section-home-info {
		align-items: flex-start;
		background-size: auto 450px;
		min-height: 450px;
		background-repeat: no-repeat;
		background-position: calc(50% + 600px) bottom;
	}

	.section-home-info p {
		padding-right: 0;
	}

	.section.section-why-vitasmart {
		padding-bottom: 48vw;
		background-size: 70vw auto;
		background-position: center bottom;
	}

	footer .footer-pill {
		width: 60px;
	}
}

@media all and (min-width:768px) {

	.woocommerce-checkout .navbar-search,
	.woocommerce-cart .navbar-search {
		display: none;
	}

	.footer-content .footer-content-col .collapse {
		display: block;
	}

	.home-banners .home-banner-item {
		background-image: none !important;
	}
}

@media all and (max-width:767px) {
	.navbar-right {
		padding-left: 10px;
	}

	header .navbar-minicart .navbar-minicart-content,
	header .navbar-minicart:hover .navbar-minicart-content {
		display: none !important;
	}

	/*header .navbar-search { display: none; }
    .show-search header .navbar-search { display: block !important; order: 4; width: 100%; flex: 0 0 100%; margin: 10px 0 0; }*/

	.headline-bg h1 {
		font-size: 50px;
	}

	.section.home-banners {
		padding-bottom: 0 !important;
	}

	.home-banners .home-banner-item {
		padding: 0;
		min-height: 1px;
		padding-top: 100px;
		background-size: cover;
		min-height: 130vw;
		background-position: center;
	}

	.home-banners .home-banner-item-img {
		padding-bottom: 30px;
	}

	.home-banners .home-banner-item-img img {
		width: 250px;
		display: inline-block;
	}

	.home-banners .home-banner-item>div {
		align-items: flex-start;
	}


	.home-banners .home-banner-item .home-banners-content-info {
		font-size: 15px;
		font-weight: 800;
		font-family: 'Roboto Slab', Georgia, Times, serif;
	}

	.home-banners .home-banner-item {}

	.main:before {
		width: 80vw !important;
		height: 80vw !important;
		opacity: 0.2 !important;
	}

	.main:after {
		width: 60vw !important;
		height: 120vw !important;
		opacity: 0.1 !important;
	}

	.section.home-banners .home-banner-item-image {
		width: 140%;
		max-width: 140%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.section.home-banners .home-banner-item:before {
		display: none;
		right: auto;
		width: 150%;
	}

	.section.home-banners .home-banner-item:after {
		left: 0;
		width: 100%;
	}

	.home-banners .home-banner-item {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		transform: none;
	}

	.section {
		padding: 40px 0;
		position: relative;
	}

	.section.section-divider .container-xl {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.section:last-child {
		padding-bottom: 50px;
	}

	.section .section-head {
		padding-bottom: 20px;
	}

	.product-banner-wrap .product-banner {
		height: 300px;
	}

	.benefits .benefits-listing {
		margin: 0;
	}

	.section-promo {
		background-position: center calc(100% - 250px);
		background-size: 400px auto;
	}

	.promo>div {
		padding-top: 0;
		padding-bottom: 0;
	}

	.promo .promo-item {
		padding: 10px 0;
		border-left: 0;
		display: flex;
	}

	.promo .promo-item .promo-item-head {
		width: 27%;
		text-align: left;
		padding-right: 30px;
	}

	.promo .promo-item .promo-item-content {
		width: 73%;
		padding: 0;
		text-align: left;
	}

	.promo .promo-item .promo-item-content p {
		margin-bottom: 0;
	}

	.woocommerce div.product div.images .woocommerce-product-gallery__image a {
		height: 80vw;
	}

	.woocommerce ul.products li.product .product-image img,
	.woocommerce-page ul.products li.product .product-image img {
		max-width: 140%;
		max-height: 140%;
	}

	.woocommerce ul.products li.product:hover .product-image img,
	.woocommerce-page ul.products li.product:hover .product-image img {
		max-width: 170%;
		max-height: 170%;
	}

	.product-detail-content .nav-pills {
		overflow-x: auto;
		white-space: nowrap;
		display: block;
	}

	.product-detail-content .nav-pills li {
		display: inline-block;
	}

	footer .footer-content-title {
		display: none;
	}

	footer .footer-content-link {
		font-size: 14px;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	footer .footer-content-col:first-child .footer-content-link {
		border-top: 0;
	}

	footer .footer-content ul {
		padding-bottom: 0.5rem;
	}

	footer .footer-content p {
		margin-bottom: 1rem;
	}

	footer .footer-copy {
		padding-top: 15px;
	}

	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product {
		width: 50% !important;
	}

	.box:nth-child(even) .box-img {
		order: 1;
	}

	.box:nth-child(even) .box-text {
		order: 2;
	}

	.box:nth-child(even) .box-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.box .box-img img {
		max-height: 500px;
	}

	.section-c2a-box {
		min-height: 40%;
		padding: 50px 0 80px;
	}

	.section-c2a-content {
		max-width: 70%;
	}

	.section-c2a-box:before {
		width: 40%;
	}

	.section-c2a-box:after {
		left: 40%;
		width: 50%;
	}

	.section-home-info {
		padding-bottom: 400px;
		background-size: auto 400px;
		background-repeat: no-repeat;
		background-position: 0 bottom;
	}

	.section-home-info .section-head {
		padding-top: 20px;
	}

	footer .footer-pill {
		width: 40px;
	}

	.home footer .footer-pill {
		margin-top: -80px;
	}

	.footer-contact-box {
		margin-left: 0;
		padding: 15px 15px 10px;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td {
		border: 0;
		background: transparent;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item td {
		padding: 5px 0;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item {
		margin-bottom: 5px;
		border-radius: 10px;
		position: relative;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-thumbnail {
		display: block;
		text-align: left !important;
		padding: 10px 0 0;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-thumbnail img {
		width: 40px;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-name:before,
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-thumbnail:before {
		display: none;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-quantity:before {
		padding-top: 5px;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item:first-child .product-thumbnail {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-name {
		padding-left: 50px;
		text-align: left !important;
		font-size: 16px;
		padding-top: 10px;
		margin-top: -40px;
	}

	/*.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-remove { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item td { border-left: 1px solid rgba(0, 0, 0, 0.1); border-right: 1px solid rgba(0, 0, 0, 0.1); }*/
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-remove {
		position: absolute;
		top: 12px;
		right: 0;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr.cart_item .product-subtotal {
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media all and (max-width:575px) {

	html,
	body {
		font-size: 14px;
	}

	.lead {
		font-size: 17px;
	}

	header .nav-submenu {
		padding-top: 0px;
	}

	header .nav-submenu ul {
		padding-bottom: 20px;
	}

	header .navbar-brand img {
		width: 100px;
	}

	.home-banners .home-banner-item {
		padding-top: 50px;
	}

	.home-banners .home-banner-item-img img {
		width: 250px;
	}

	.headline-bg {
		min-height: 250px;
		height: 25vh;
	}

	.headline-bg h1 {
		font-size: 3.5rem;
	}

	.section.home-banners .home-banner-item-image {
		top: 40%;
	}

	.nutrition-listing .nutrition-item {
		background-size: auto 110px;
	}

	.btn {
		font-size: 14px;
		padding: 8px 18px;
	}

	.btn.btn-lg {
		font-size: 16px;
		padding: 14px 20px;
	}

	.btn.btn-xs {
		font-size: 12px;
		padding: 4px 12px;
	}

	.btn.btn-lg:hover i {
		right: -5px;
	}

	.logos .logo-item {
		padding: 5px 5px;
	}

	.logos.slick-initialized {
		margin: 0;
		padding: 0 30px 0 40px;
	}

	.logos.slick-initialized .slick-prev {
		left: -15px;
	}

	.logos.slick-initialized .slick-next {
		right: -15px;
	}

	.nav-pills .nav-link {
		font-size: 12px;
		letter-spacing: 0;
		padding: 2px 8px;
		margin-right: 1px;
	}

	ul.products li.product .product-image {
		height: 200px;
	}

	.article-fullimage img {
		border-radius: 0;
	}

	.people>div {
		padding: 5px
	}

	.people-item {
		padding: 10px;
	}

	.section-testimonials {
		background-size: 120% auto;
	}

	.section-testimonials:after {
		height: 50vw;
	}

	.section-testimonials:before {
		top: 50vw;
	}

	.section-home-info {
		background-size: auto 300px;
		padding-bottom: 310px;
	}

	/*
	.js-marquee .col-2 { padding: 0 15px; width: 33.333%; text-align: center; position: relative; }
	.js-marquee .col-2:nth-child(1) { bottom: -50px; }
	.js-marquee .col-2:nth-child(3) { bottom: -50px; }
	.js-marquee .col-2:nth-child(4) { flex-basis: 100%; padding-top: 20px; padding-bottom: 20px; }
	.js-marquee .col-2:nth-child(5) { top: -50px; }
	.js-marquee .col-2:nth-child(7) { top: -50px; }
	*/
	.benefits {
		padding-top: 0;
	}

	.benefits .benefit-item {
		padding-left: 0;
		padding-top: 55px;
		padding-bottom: 15px;
		text-align: center;
		justify-content: center;
		white-space: pre-wrap;
	}

	.benefits .benefit-item span {
		font-size: 12px;
	}

	.benefits .benefit-item-icon {
		width: 50px;
		height: 50px;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}

	.section-steps:before,
	.section-steps:after {
		width: 120px;
		height: 120px;
	}

	.enr-subscribe-now-head {
		font-size: 15px;
	}

	.enr-subscribe-now-head ul li {
		padding-left: 25px;
	}

	.enr-subscribe-now-head ul li:before {
		font-size: 20px;
	}

	.section-unique .unique-images {
		max-width: 350px;
		height: 250px;
		margin-bottom: 50px;
	}

	.unique-images img {
		border-radius: 5px;
	}

	.unique-images .unique-img-1 img {
		width: 170px;
	}

	.unique-images .unique-img-2 {
		z-index: 11;
		bottom: 10px;
		left: 5%;
	}

	.unique-images .unique-img-2 img {
		width: 90px;
	}

	.unique-images .unique-img-3 {
		z-index: 11;
		top: 0;
		right: 5%;
	}

	.unique-images .unique-img-3 img {
		width: 70px;
	}

	.unique-images .unique-img-4 {
		z-index: 9;
		top: 0;
		left: -20px;
	}

	.unique-images .unique-img-4 img {
		width: 110px;
	}

	.unique-images .unique-img-5 {
		z-index: 9;
		top: 40%;
		left: 5%;
	}

	.unique-images .unique-img-5 img {
		width: 80px;
	}

	.unique-images .unique-img-6 {
		z-index: 11;
		bottom: 5%;
		right: 15%;
	}

	.unique-images .unique-img-6 img {
		width: 90px;
	}

	.unique-images .unique-img-7 {
		bottom: 5%;
		left: 50%;
	}

	.unique-images .unique-img-7 img {
		width: 65px;
	}

	.unique-circle-1 {
		width: 150px;
		height: 150px;
		top: 20%;
		right: 10%;
	}

	.unique-circle-2 {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background: #01477B;
		top: 50%;
		left: 5%;
	}

	/*.woocommerce ul.products li.product .add_to_cart_button,
	.woocommerce ul.products li.product .button { display: none; }*/
	.woocommerce ul.products li.product .add_to_cart_button,
	.woocommerce ul.products li.product .button {
		font-size: 15px;
		padding: 12px 20px;
		letter-spacing: 0;
	}

	.woocommerce ul.products li.product .add_to_cart_button:after,
	.woocommerce ul.products li.product .button:after {
		margin-left: 2px;
	}

	.boxes-small .box {
		padding-top: 0;
	}

	.boxes-small .box .box-img-single,
	.boxes-small .box .box-img-gallery {
		margin: 0;
	}

	.boxes-small .box .box-img-gallery .slick-list {
		margin-left: 0;
		margin-right: 0;
	}

	.boxes-small .box .box-img-gallery .slick-prev {
		left: 15px;
	}

	.boxes-small .box .box-img-gallery .slick-next {
		right: 15px;
	}

	body.page-id-21 .box#box-6 .box-img-single {
		background-size: 100% auto;
		height: 240px;
	}

	.product-content-head-icon {
		width: 120px;
		height: 120px;
		left: -5px;
		top: -5px;
	}

	.product-content-benefits i {
		font-size: 22px;
	}

	.product-content-benefits span {
		font-size: 13px;
	}

	.home-logos .home-logos-item {
		height: 90px;
	}

	.section-why-vitasmart .accordion-item .accordion-button {
		font-size: 14px;
	}

	.section.section-why-vitasmart {
		padding-bottom: 60vw;
		background-size: 100vw auto;
	}

	.woocommerce-checkout .content,
	.woocommerce-cart .content {
		padding-top: 70px;
	}

	.woocommerce-cart .woocommerce .cart-collaterals,
	.woocommerce-cart .woocommerce .woocommerce-cart-form {
		padding: 20px;
	}

	.reviews {
		padding-bottom: 0;
	}

	.reviews .slick-arrow {
		bottom: auto;
		margin: 0;
		top: 100px;
		transform: translateY(-50%);
	}

	.reviews .slick-prev {
		left: 30px;
	}

	.reviews .slick-next {
		left: auto;
		right: 30px;
	}
}

@media all and (max-width:475px) {

	h1,
	.h1 {
		font-size: 2.2rem;
	}

	h3,
	.h3 {
		font-size: 18px;
	}

	h4,
	.h4 {
		font-size: 1rem;
	}

	header .navbar-button {
		display: none;
	}

	header .navbar-notice {
		font-size: 11px;
		padding: 8px 0;
	}

	header .navbar-notice p {
		line-height: 1.2em;
	}

	header .navbar-toggler {
		margin: 0;
	}

	header .navbar-toggler .burger {
		margin-top: 2px;
	}

	header .navbar-icons {
		width: 130px;
	}

	header .navbar-icons li {
		padding-left: 5px;
	}

	header .navbar-icons>li>a:not(.btn) {
		padding: 0 5px;
	}

	header .navbar-icons>li>a:not(.btn) .badge {
		top: 0;
		left: 0;
	}

	header .navbar-icons a i {
		font-size: 20px;
	}

	header .navbar-icons {
		padding-right: 10px;
	}

	.home-banners .home-banner-item {
		padding-top: 30px;
		min-height: 130vw;
		background-position: center top;
	}

	.section.home-banners .home-banner-item-image {
		top: 25%;
	}

	.home-banners .home-banner-item .home-banners-content-info {
		display: block;
		position: absolute;
		bottom: 20%;
		left: 50%;
		width: 50%
	}

	.main:before,
	.main:after {
		width: 95vw !important;
		height: 95vw !important;
	}

	.benefits .benefits-listing {
		padding: 0;
	}


	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product {
		width: 100% !important;
	}

	ul.products li.product .product-image {
		height: 70vw;
	}

	.woocommerce ul.products li.product .product-image img,
	.woocommerce-page ul.products li.product .product-image img {
		max-width: 100vw;
		max-height: 100vw;
	}

	.woocommerce ul.products li.product:hover .product-image img,
	.woocommerce-page ul.products li.product:hover .product-image img {
		max-width: 150vw;
		max-height: 150vw;
	}

	.section-c2a-content {
		max-width: 90%;
	}

	.section-c2a-box:before {
		width: 10%;
	}

	.section-c2a-box:after {
		left: 10%;
		width: 140%;
	}

	.woocommerce .button.checkout-button,
	.woocommerce div.product form.cart .button,
	.woocommerce .button#place_order,
	.btn.btn-lg {
		font-size: 16px !important;
		padding: 11px 25px !important;
		border-radius: 40px !important;
	}

	.quality-item-icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.section-quality h3.h3 {
		font-size: 15px;
		line-height: 1.4em;
		font-weight: 400;
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
	}
}

@media all and (max-width:370px) {
	header .navbar-brand {
		margin-right: 0;
	}

	header .navbar-right {
		padding-left: 0;
	}

	header .navbar-icons {
		padding-right: 5px;
	}

	header .navbar-icons a:not(.btn) i {
		font-size: 22px;
	}

	header .navbar-icons>li.menu-item-has-children>a:after {
		display: none;
	}

	.benefits .row>div {
		width: 100%;
	}

	.home-banners .home-banner-item-text {
		max-width: 100%;
	}

	.section-home-info {
		background-size: auto 260px;
		padding-bottom: 260px;
	}
}

/*@media all and (min-width:992px) {
    .navbar-open .btn-menu,
    .navbar-open .btn-menu:active,
    .navbar-open .btn-menu:focus { background: #fff !important; color: #000 !important; }
    .navbar-open .navbar-categories { display: block; box-shadow: none !important; }
    .navbar-open .btn-menu { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
    .navbar-open .btn-menu:after { content: ''; display: block; position: absolute; top: 100%; left: 0; right: 0; height: 6px; background: #fff; z-index: 6; }
    .navbar-open .btn-menu i { transform: rotate(180deg); }
}*/

.onlyprint {
	display: none;
}

@media print {

	.noprint,
	header,
	footer {
		display: none !important;
	}

	.onlyprint {
		display: block !important;
		opacity: 1 !important;
	}
}

/*
CUSTOM CSS for quiz
*/

.font-pulpo {
	font-family: 'Pulpo' !important;
}

.fontextra {
	font-family: 'Pulpo' !important;
	font-style: italic;
	font-weight: 500;
}

h1 .fontextra,
h2 .fontextra {
	font-size: 110%;
}

.textpage .rh-widget iframe,
.textpage .rh-modal iframe {
	position: absolute;
	left: -99999px;
}

.rh-modal .results-page {
	display: none;
}

.rh-modal iframe {
	width: 100%;
}

.hide-iframe {
	position: absolute;
	left: -99999px;
}

.rh-widget>span {
	right: auto !important;
	left: 20px;
}

.rh-widget {
	display: block !important;
	background: #fff !important;
	overflow: auto;
	overflow-x: hidden;
}

.rh-widget .slick-track {
	min-width: 100%;
}

.rh-widget .products {
	margin: 0 0 30px !important;
}

.rh-widget .products li:after {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15) !important;
}

.rh-widget .add_to_cart_button {
	opacity: 0 !important;
	position: absolute;
	left: -9999px;
}

.rh-widget .product-item-content {
	padding: 20px;
}

.products-water {
	padding: 15px 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.products-water i {
	font-size: 18px;
	margin-right: 6px;
}

.section-headline {
	display: flex;
	align-items: center;
	background: #fff url(../images/layout/bg-headline-results.svg) no-repeat center;
	background-size: cover;
}

.section-headline:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 250px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.section-headline .container-xl {
	position: relative;
	z-index: 2;
}

.section-headline-arrow {
	text-decoration: none;
	color: #003f76;
	font-size: 25px;
	font-weight: 600;
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Roboto Slab', Georgia, Times, serif;
	padding-bottom: 30px;
}

.section-headline-arrow i {
	font-size: 35px;
	font-weight: 100;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-animation: arrow 1.5s linear infinite;
	-moz-animation: arrow 1.5s linear infinite;
	animation: arrow 1.5s linear infinite;
}

.section-results-products {
	display: flex;
	align-items: center;
}

.section-results-products:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.section-results-products:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.section-results-products .container-xl {
	position: relative;
	z-index: 2;
}

.section-results-products .slick-track {
	justify-content: center;
}

.section-results-products ul.products li.product .product-image {
	height: 200px !important;
}

/*.section-results-products ul.products li.product .product-item-notes li { font-size: 16px; line-height: 1.3em; padding: 4px 0 4px 13px; position: relative; } */

.section-results-products ul.products li.product .product-item-notes li {
	margin-bottom: 5px;
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	line-height: 1.3em;
	padding: 0 !important;
	position: relative;
}

/*.section-results-products ul.products li.product .product-item-notes li:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; top: 10px; left: 0; border-radius: 50%; background: #64bf4b; }*/

.section-results-products ul.products li.product .product-item-notes li:before {
	content: '';
	display: block;
	min-width: 8px;
	min-height: 8px;
	border-radius: 50%;
	background: #64bf4b;
	margin: 4px 5px 0 0;
}

.section-results-products .custom-title {
	font-size: 35px;
}

.section-results-products .custom-text {
	font-size: 22px;
}

.section-results-products .product-item-content .product-name,
.product-vitamins .product-item-content .product-name {
	font-size: 22px !important;
	line-heigth: 1.2;
	min-height: 50px;
}

.section-results-products .product-item-content button svg path {
	stroke: #4e4f4f;
}

.section-results-products .product-item-content button {
	font-size: 18px;
	text-decoration: underline !important;
	outline: none;
}

.section-results-products .slick-track,
.slick-slide {
	display: flex;
	height: auto;
}

.section-results-products .slick-slide>div:first-child {
	height: 100%;
}

.product-vitamins .slick-track,
.slick-slide {
	display: flex;
	height: auto;
}

.section-results-products button:focus,
.section-results-products button:active,
.section-results-products button:hover {
	outline: none;
	border: none;
	box-shadow: none;
}

.section-results-products .product-item {
	min-height: 100%;
	height: auto;
}

.section-results-products .product-item-content {
	flex: auto;
}

.section-results-products .product-item-content .modal-btn:hover {
	text-decoration: underline !important;
}

.section-results-products .woocommerce .products ul {
	margin: 0 !important;
}

.section-results-products .woocommerce .products .product-item-notes {
	margin-bottom: 15px !important;
}

.section-results-products ul.products li.product .product-image img {
	width: 100% !important;
	object-fit: cover;
}

.section-results-products .remove-from-recommended svg {
	transform: scale(1.5);
}

.section-results-products .woocommerce ul.products {
	width: initial;
}

.section-results-reviews {
	background: #ffe561 url(../images/layout/results-headline-lines.png) no-repeat center;
	background-size: cover;
}

.reviews-listing {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0 70px;
}

.reviews-listing .review-col {
	width: 25%;
	padding: 0 15px 30px;
}

.reviews-listing .review-item {
	padding: 20px 30px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	min-height: 100%;
}

.reviews-listing .reviews-item-content {
	padding-bottom: 10px;
}

.reviews-listing .reviews-item-content p {
	line-height: 1.4em;
}

.reviews-listing .reviews-item-stars {
	color: #ffd200;
	text-align: center;
	padding-bottom: 5px;
}

.reviews-listing .reviews-item-stars img {
	display: inline-block;
}

.reviews-listing .review-item-subtitle {
	font-family: 'Pulpo' !important;
}

.product-vitamins .product-item .image-wrapper {
	height: 200px;
	min-height: 200px;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}

.product-vitamins .product-item .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	transition: 0.3s all;
}

.product-vitamins .product-item {
	border-radius: 15px;
	z-index: 1;
	position: relative;
	padding: 0 10px 20px;
	height: 100%;
	display: flex !important;
	flex-direction: column;
}

.product-vitamins .product-item:after {
	content: '';
	display: block;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15) !important;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 10px;
	bottom: 20px;
	left: 10px;
	border-radius: 15px;
}

.product-vitamins .product-item-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: auto;
}

.product-vitamins .product-vitamins-slider .slick-slide>div:nth-child(1) {
	display: flex;
	height: 100%;
}

.product-vitamins .product-item-content .add-to-recommended {
	text-align: center;
	background-color: #64bf4b;
	border-radius: 21px;
	color: #fff !important;
	padding: 15px 25px;
	line-height: 1;
	transition: all 0.3s
}

.product-vitamins .product-item-content .add-to-recommended:hover {
	background-color: #01477b;
	transition: all 0.3s
}

.product-vitamins-slider {
	margin-top: 50px;
}

.section-results-benefits {
	display: flex;
	align-items: center;
	background: url(../images/layout/bg-results-benefits.jpg) no-repeat center;
	background-size: cover;
}

.results-benefits-box {
	width: 550px;
	max-width: 100%;
	padding: 30px 20px;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
}

.results-benefits-box h2 {
	font-weight: 600;
}

.results-benefits-listing {
	width: 370px;
	max-width: 100%;
	margin: 0 auto;
	padding: 1rem 0;
}

.results-benefits-listing .results-benefits-item {
	padding: 10px 0 10px 80px;
	position: relative;
	font-weight: 600;
}

.results-benefits-listing .results-benefits-item img {
	width: 60px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*#productModal .modal-img-wrapper { width: 200px; height: 200px; } */
#productModal #modalProductImage {
	border-radius: 35px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#productModal #icons .icon-item img {
	max-width: 90px;
	max-height: 90px;
}

#productModal #productAdvantages img,
#productModal #productNumbered img {
	max-width: 30px;
	max-height: 30px;
}

#productModal .modal-dialog-scrollable .modal-content {
	overflow-y: auto;
}

#productModal .modal-dialog-scrollable .modal-content::-webkit-scrollbar {
	width: 10px;
}

#productModal .modal-dialog-scrollable .modal-content::-webkit-scrollbar-thumb {
	background-color: #01477b;
	border-radius: 5px;
}

#productModal .modal-dialog-scrollable .modal-content::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

#productModal .show {
	background-color: red;
}

#productModal,
#subscriptionModal,
#guaranteeModal {
	z-index: 111111;
	touch-action: none;
}

#productModal #logos .logo-wrapper {
	flex: 0 0 20%
}

#productModal #limited-product {
	display: none;
	border: 4px solid #cc0000;
	color: #cc0000;
	padding: 10px 15px;
	border-radius: 40px;
}

#productModal #limited-product.show-limited {
	display: block !important;
}

#subscriptionModal .modal-content {
	border-radius: 20px !important;
}


.modal-open .rh-modal::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 11111;
	pointer-events: none;
}

body.logged-out .enr-subscribe-now-wrapper {
	display: none !important;
}


.results-graph-legends {
	padding: 1rem 0;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.results-graph-legends-item {
	padding-left: 34px;
	margin: 0 8px 10px;
	position: relative;
	font-size: 18px;
	font-weight: 800;
	font-family: 'Roboto Slab', Georgia, Times, serif;
}

.results-graph-legends .results-graph-legends-circle {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.section-results-graph p small {
	display: block;
	line-height: 1.3em;
}

/*.quiz-products { padding: 0 30px !important; } */
.products-tips {
	list-style: none;
	padding: 15px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.products-tips li {
	line-height: 1.3em;
}

.headline-image {
	position: relative;
	text-align: center;
}

/*.headline-image:after { content: ''; display: block; position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; opacity: 0.5; background: url(../images/layout/results-headline-lines.png) no-repeat center; background-size: 100% auto; }*/
.headline-image img {
	width: auto;
	max-height: 100%;
	position: relative;
	z-index: 5;
	-webkit-animation: package 4s linear infinite;
	-moz-animation: package 4s linear infinite;
	animation: package 4s linear infinite;
}

.headline-image-shadow {
	z-index: 1;
	position: absolute;
	bottom: 12%;
	left: 20%;
	display: block;
	width: 75%;
	height: 60px;
	background: radial-gradient(rgb(160, 160, 160), transparent 80%);
	filter: blur(15px);
	-webkit-animation: shadow 4s linear infinite;
	-moz-animation: shadow 4s linear infinite;
	animation: shadow 4s linear infinite;
}

.section-onetime .blue-light-bg {
	border-radius: 30px;
}

.section-onetime .col-md-5 img {
	max-width: 80%;
}

.gradient-onetime, 
.gradient-subscription {
	border-radius: 30px;
}

.section-subscription .bottom-content .blue {
	background-color: #d6f2f1;
	border-radius: 32px;
	padding: 10px 20px;
}

.section-subscription .bottom-content .light-blue {
	background-color: #f4f4f4;
	border-radius: 32px;
	padding: 10px 20px;
	width: fit-content;
	border: 0;
}

.section-subscription .bottom-content .light-blue svg path {
	fill: #01477b !important;
}

.section-icons img {
	width: 100px;
	height: 100px;
}

.section-googleReviews {
	margin-bottom: 100px;
}

.section-googleReviews .line {
	width: 100%;
	height: 2px;
	background-color: #01477b;
}

.section-googleReviews .d-inline-block h3 {
	font-size: 28px;
}

.mh-45 {
	min-height: 45px;
}

.toggle-vitamin-section svg {
	width: 30px;
	height: 30px;
	fill: #cc0000;
	transition: transform 0.3s ease;
	transform: rotate(180deg);
	margin-left: 20px;
}

.toggle-vitamin-section {
	background-color: #fff;
	border: 4px solid #cc0000;
	border-radius: 40px;
	padding: 15px 40px;
	color: #cc0000;
	font-size: 20px;
	font-weight: 900;
}

.show-products {
	border-color: #64bf4b;
	color: #64bf4b;
}

.show-products svg {
	fill: #64bf4b;
}

.arrow-rotated svg {
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.modal .show {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.fw-600 {
	font-weight: 600;
}

.horizontal-line {
	height: 1px;
	width: 100%;
	background-color: #01477b;
}

.loader {
	position: relative;
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-image: linear-gradient(#01477b 50px, transparent 0),
		linear-gradient(#01477b 50px, transparent 0),
		linear-gradient(#01477b 50px, transparent 0),
		linear-gradient(#01477b 50px, transparent 0),
		linear-gradient(#01477b 50px, transparent 0),
		linear-gradient(#01477b 50px, transparent 0);
	background-size: 5px 40px;
	background-position: 0px center, 10px center, 20px center, 30px center, 40px center, 50px center;
	animation: spikeUp 1s linear infinite alternate;
}

@keyframes spikeUp {
	0% {
		background-size: 5px 40px
	}

	16% {
		background-size: 5px 55px, 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 40px
	}

	33% {
		background-size: 5px 40px, 5px 55px, 5px 40px, 5px 40px, 5px 40px, 5px 40px
	}

	50% {
		background-size: 5px 40px, 5px 40px, 5px 55px, 5px 40px, 5px 40px, 5px 40px
	}

	66% {
		background-size: 5px 40px, 5px 40px, 5px 40px, 5px 55px, 5px 40px, 5px 40px
	}

	83% {
		background-size: 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 55px, 5px 40px
	}

	100% {
		background-size: 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 55px
	}
}

.section-disabled {
	pointer-events: none;
	opacity: 0.5;
}

.step {
	position: absolute;
	top: 0;
	left: -25px;
}

.step-line::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #c6c6c6;
	position: absolute;
	top: 30px;
	left: -20px;
}

@-moz-keyframes shadow {
	0% {
		-moz-transform: scale(1);
	}

	50% {
		-moz-transform: scale(1.4);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-webkit-keyframes shadow {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.4);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes shadow {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}

	100% {
		transform: scale(1);
	}
}

@-moz-keyframes package {
	0% {
		-moz-transform: translateY(-20px);
	}

	50% {
		-moz-transform: translateY(20px);
	}

	100% {
		-moz-transform: translateY(-20px);
	}
}

@-webkit-keyframes package {
	0% {
		-webkit-transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(20px);
	}

	100% {
		-webkit-transform: translateY(-20px);
	}
}

@keyframes package {
	0% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(-20px);
	}
}

@-moz-keyframes arrow {
	0% {
		-moz-transform: translateX(-50%) translateY(0);
	}

	50% {
		-moz-transform: translateX(-50%) translateY(10px);
	}

	100% {
		-moz-transform: translateX(-50%) translateY(0);
	}
}

@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translateX(-50%) translateY(0);
	}

	50% {
		-webkit-transform: translateX(-50%) translateY(10px);
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(0);
	}
}

@keyframes arrow {
	0% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(10px);
	}

	100% {
		transform: translateX(-50%) translateY(0);
	}
}

.sticky-header {
	padding: 20px 0;
	z-index: 50;
	position: flex;
}

.sticky-footer {
	position: sticky;
	bottom: 0;
	padding: 10px 0;
	z-index: 50;
	position: flex;
	background: rgba(255, 255, 255, 0.85);
}

.sticky-footer .btn.btn-lg {
	font-size: 20px !important;
	padding: 16px 55px !important;
}

@media all and (min-width:991px) {
	.section-results-products .woocommerce ul.products li:not(.product_cat-hotove-balicky).product:hover .product-image img {
		max-width: initial !important;
		max-height: initial !important;
		transform: scale(1.3);
	}

	.product-vitamins .product-item .image-wrapper img:hover {
		transform: scale(1.3);
		transition: 0.3s all;
	}
}

@media all and (max-width:991px) {
	.section-headline-arrow {
		font-size: 20px;
	}

	.section-headline-arrow i {
		font-size: 25px;
	}

	.section-results-products ul.products li.product .product-image {
		height: 200px !important;
	}

	.reviews-listing .review-col {
		padding: 0 5px 10px;
	}
}

@media all and (max-width:767px) {
	.section-results-products ul.products {
		padding: 0 !important;
		width: 100%;
		margin: 0;
	}

	.section-results-products ul.products li.product .product-image {
		height: 240px !important;
	}

	.section-results-products .slick-prev {
		left: -10px;
	}

	.section-results-products .slick-next {
		right: -10px;
	}

	.js-slider-products .product-item {
		width: 50% !important;
	}

	.section-results-products .product-item-content .product-name {
		min-height: auto;
	}

	.section-onetime {
		padding: 50px 0;
	}

	.section-onetime .col-md-5 img {
		max-width: 75%;
	}

	.section-subscription .circle {
		width: 20px;
		height: 20px;
	}
}

@media all and (max-width:575px) {
	.section-headline .container-xl {
		padding-top: 30px;
	}

	.section-results-products {
		overflow: hidden;
	}

	.section-results-products ul.products {
		margin-bottom: 0;
	}

	.section-results-products ul.products li.product .product-image {
		height: 200px !important;
	}

	.section-results-products .slick-list {
		overflow: visible !important;
	}

	.products-tips {
		display: none;
	}

	.reviews-listing {
		padding: 0 50px;
	}

	.reviews-listing .slick-prev {
		left: 0px;
	}

	.reviews-listing .slick-next {
		right: 0px;
	}

	.results-graph-legends {
		padding-top: 0;
	}

	.results-graph-legends-item {
		font-size: 14px;
		text-align: left;
	}

	.results-graph-legends .results-graph-legends-circle {
		width: 22px;
		height: 22px;
	}

	/*.section-results-products ul.products li.product .product-item-notes li { font-size: 14px; padding: 4px 0 4px 14px; }*/
	.section-results-products ul.products li.product .product-item-notes li:before {
		min-width: 6px;
		min-height: 6px;
		top: 10px;
	}

	.sticky-footer .btn.btn-lg {
		font-size: 15px !important;
		padding: 10px 20px !important;
	}

	.sticky-footer .btn-link {
		font-size: 13px;
		padding: 5px 0;
	}
}

@media all and (max-width:475px) {

	.woocommerce ul.products li.product .product-image img,
	.woocommerce ul.products li.product:hover .product-image img {
		max-width: 150%;
		max-height: 150%;
	}

	.section-headline-arrow {
		font-size: 17px;
	}

	.results-benefits-box {
		width: auto;
		padding: 20px;
		margin: 20px;
	}

	.results-benefits-box .section-head {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.results-benefits-box .section-head h2 {
		font-size: 1.4rem;
	}

	.results-benefits-listing {
		padding: 0;
	}

	.results-benefits-listing .results-benefits-item {
		padding-left: 30px;
		margin-bottom: 1px;
	}

	.results-benefits-listing .results-benefits-item img {
		width: 20px;
		height: auto;
	}
}

@media all and (max-width:370px) {
	.results-graph-legends-item {
		width: 100%;
	}
}

@media all and (min-width:991px) {
	#productModal .modal-img-wrapper {
		width: 200px;
		height: 200px;
	}

}

.svg-12-mob {
	width: 16px;
	height: 16px;
}

@media all and (max-width:991px) {
	.toggle-vitamin-section {
		font-size: 16px;
		padding: 7px 20px;
	}

	.btn-green {
		font-size: 16px;
		box-shadow: 3px 3px 10px #d0d0d0 !important;
	}

	.header-title {
		font-size: 26px;
	}

	.section-header {
		padding-top: 100px !important;
	}

	.fs-16-mobile {
		font-size: 16px !important;
	}

	.fs-14-mobile {
		font-size: 14px !important;
	}
	
	.fs-15-mobile {
		font-size: 15px !important;
	}

	.fs-24-mobile {
		font-size: 24px !important;
	}

	.fs-20-mobile {
		font-size: 20px !important;
	}

	.section-results-products .custom-title {
		font-size: 24px;
	}

	.section-results-products .product-item-content .product-name,
	.product-vitamins .product-item-content .product-name {
		font-size: 18px !important;
	}

	.section-results-products ul.products li.product .product-image {
		height: 85px !important;
		min-height: 85px;
	}

	.section-results-products ul.products li.product .product-item-notes li {
		font-size: 12px;
		padding: 2px 0 4px 10px;
	}

	.product-item .product-item-content .black-light-text {
		font-size: 12px;
	}

	.product-vitamins .product-item .image-wrapper {
		min-height: 85px;
		height: 85px;
	}

	.rh-widget .product-item-content {
		padding: 20px 10px;
	}

	.section-results-products .product-item-content .modal-btn {
		font-size: 12px;
		text-decoration: underline !important;
	}

	.woocommerce ul.products li.product {
		padding: 0 5px 20px !important;
	}

	.woocommerce ul.products li.product:after {
		left: 5px;
		right: 5px;
	}

	.product-vitamins .product-item {
		padding: 0 5px 20px;
	}

	.product-vitamins .product-item:after {
		left: 5px;
		right: 5px;
	}

	.product-vitamins .product-item-content .add-to-recommended {
		font-size: 12px;
		padding: 10px 20px;
		width: fit-content;
	}

	.product-vitamins .product-item-content .product-name {
		min-height: auto;
	}

	.slick-arrow {
		width: 30px;
		height: 30px;
	}

	#onetime .blue-text {
		font-size: 20px;
	}

	.section-subscription .s-title {
		font-size: 20px;
	}

	#productModal #modalProductName {
		font-size: 22px;
	}

	#productModal #title1 {
		font-size: 1rem;
	}

	#productModal #title2 {
		font-size: 18px;
	}

	#productModal #productAdvantages img {
		max-width: 20px;
		max-height: 20px;
	}

	#productModal #productNumbered img {
		max-width: 25px;
		max-height: 25px;
	}

	#productModal #productAdvantages p {
		font-size: 14px;
	}

	#productModal .modal-content {
		padding: 0;
	}

	.icon-item {
		width: 18%;
	}

	#productModal #icons .icon-item img {
		max-width: 45px;
		max-height: 45px;
	}

	#productModal #icons .icon-item p {
		font-size: 12px;
	}

	#productModal #icons .icon-item {
		margin-bottom: 10px;
	}

	#productModal #product-description {
		margin-bottom: 35px;
	}

	#productModal #ingrediencie {
		font-size: 12px;
	}

	#productModal #rhp {
		font-size: 12px;
	}

	#productModal #logos .logo-wrapper {
		flex: 0 0 31%
	}

	.custom-results .container-xl {
		padding-left: 10px;
		padding-right: 10px;
	}

	.svg-20-mob {
		width: 20px;
		height: 20px;
	}

	.svg-12-mob {
		width: 12px;
		height: 12px;
	}

	.section-subscription .bottom-content .light-blue svg path {
		fill: #656565 !important;
	}

	.section-subscription .bottom-content [data-bs-target="#subscriptionModal"] p {
		color: #656565 !important;
	}

	.section-icons img {
		width: 60px;
		height: 60px;
	}

	#productModal #limited-product {
		padding: 7px 10px;
	}

	.section-googleReviews .d-inline-block h3 {
		font-size: 18px;
	}

	.section-googleReviews {
		margin-bottom: 50px;
	}

	#payment .button#place_order {
		/*bottom: -250px;*/
    		/*bottom: calc(-330px + 10vh);*/
    		bottom: calc(-350px + 12vh);
    		margin-bottom: 0 !important;
    		font-size: 13px !important;
    		padding: 10px 15px !important;
	}
	
	.wordbreak-mob {
		word-break: break-all;
	}
	
	
	.woocommerce-page .col2-set {
		padding-bottom: 130px !important;
	}

}

.gradient-onetime {
	background: linear-gradient(to bottom, #69e9ff, #E4F6FF, #E4F6FF, #E4F6FF);
}

.gradient-subscription {
	background: linear-gradient(to bottom, #75cf5d, #E4F6FF, #E4F6FF, #E4F6FF);
}

/* Hide all list items first */
.bapf_sfilter[data-taxonomy="product_cat"] .bapf_body ul li {
	display: none;
  }
  
  /* Only show the specific categories you want */
  .bapf_sfilter[data-taxonomy="product_cat"] .bapf_body ul li input[data-name="Vitamíny"],
  .bapf_sfilter[data-taxonomy="product_cat"] .bapf_body ul li input[data-name="Darčekové poukážky"],
  .bapf_sfilter[data-taxonomy="product_cat"] .bapf_body ul li input[data-name="Hotové balíčky"],
  .bapf_sfilter[data-taxonomy="product_cat"] .bapf_body ul li label[for="bapf_1_16"],
  .bapf_sfilter[data-taxonomy="product_cat"] .bapf_body ul li label[for="bapf_1_40"],
  .bapf_sfilter[data-taxonomy="product_cat"] .bapf_body ul li label[for="bapf_1_37"] {
	display: inline-block;
  }
  
  /* Show the parent li elements of the visible inputs/labels */
  .bapf_sfilter[data-taxonomy="product_cat"] .bapf_body ul li:has(input[data-name="Vitamíny"]),
  .bapf_sfilter[data-taxonomy="product_cat"] .bapf_body ul li:has(input[data-name="Darčekové poukážky"]),
  .bapf_sfilter[data-taxonomy="product_cat"] .bapf_body ul li:has(input[data-name="Hotové balíčky"]) {
	display: list-item;
  }

@media all and (max-width:767px) {
	#wc-stripe-express-checkout-element {
		gap: 0px;
	}

	#wc-stripe-express-checkout-element-applePay {
		margin-bottom: 15px;
	}

	.lq-quiz .lq-images .lq-picture-choice .lq-choice {
		min-width: 99%;
	}

	.lq-quiz .lq-slide:not(.lq-images) .lq-choices li {
		min-width: 99%;
	}

	.builder-container-preview .lq-slide-description, .builder-container-preview .lq-slide-title, .widget .lq-slide-description, .widget .lq-slide-title {
		line-height: normal;
	}
}

.woocommerce-price-suffix {
	display: none;
}

.gradient-subscription {
	padding-left: 50px;
}

@media all and (max-width:767px) {
	.gradient-subscription {
		padding-left: 0px;
	}
}

/* New header style */
.gradient-blue-bg {
	background: linear-gradient(120deg, #fff 0%, #e7f3fa 40%, #9de5ff 100%);
}

.green-circle {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background-color: #64bf4b;
	border: 2px solid #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	left: 55px;
}

.green-circle h3 {
	font-size: 26px;
}

.green-circle .home-banners-content-info {
	position: absolute;
	bottom: -15px;
	width: 150px;
	border-radius: 13px;
	filter: drop-shadow(0px 2px 4.5px rgba(0,0,0,0.46));
	background-color: #e4f6ff;
	border: 2px solid #ffffff;
	text-align: center;
}

.fs-14 {
	font-size: 14px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-30 {
	font-size: 30px;
}

.lh1-1 {
	line-height: 1.1;
}

.new-blue {
	color: #004172;
}

.green-circle .rating span {
	font-size: 14px;
}

.new-icon {
	width: 20px;
}

.new-icon path {
	fill: #fff;
}

.fa-badge-check::before {
	color: #0fbefa;
}

.header-green-icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
	border-radius: 15px;
	background-color: #64bf4b;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.gradient-text {
	position: relative;
	display: inline-block;
	background: linear-gradient(to right, #62bd4d, #1a6c9c, #eb4963);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}

.gradient-text::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 4px;
	width: 100%;
	background: linear-gradient(to right, #62bd4d, #1a6c9c, #eb4963);
}

.btn-shadow {
	/*filter: drop-shadow(0px 7px 4.5px rgba(0,0,0,0.46));*/
	filter: drop-shadow(0px 7px 4.5px rgba(0,0,0,0.46));
	position: relative;
	z-index: 1;
	isolation: isolate;
	background-color: #eb4963;
	border-radius: 999px;
}

.eco-icon {
	top: -50px;
	right: 0;
	width: 80px;
	height: 80px;
}

@media (max-width: 992px) {
	.header-image {
		display: flex;
	}

	.header-image img {
		margin-left: auto;
		width: 600px;
	}

	.fs-12-mobile {
		font-size: 12px;
	}

	.fs-28-mobile {
		font-size: 28px;
	}

	.fs-11-mobile {
		font-size: 11px !important;
	}

	.header-green-icon {
		width: 20px;
		height: 20px;
	}

	.btn-shadow {
		overflow: visible;
	}
}

@media (min-width: 360px) and (max-width: 390px) {
	.header-image img {
		width: 250px !important;
	}
}

@media (max-width: 576px) {
	.header-image img {
		/*width: 250px;*/
		width: 300px;
	}

	.green-circle .home-banners-content-info {
		width: 130px;
		bottom: -17px;
	}

	.green-circle {
		width: 100px;
		height: 100px;
		left: 20px;
	}

	.green-circle h3 {
		font-size: 24px;
	}

	.green-circle .rating span {
		font-size: 12px;
	}

	.eco-icon {
		top: -5px;
		right: 25px;
		width: 35px;
		height: 35px;
	}
}

@media (min-width: 992px) {
	.text-md-nowrap {
		white-space: nowrap;
	}
}

@media (min-width: 1200px) {
	.mb-img {
		margin-bottom: -40px;
	}
}