@media only screen and (min-width: 993px) {}

.section-form .buy-btn-nav {
	width: 320px
}

/*global*/
html {
	font-family: 'Lato', sans-serif;
	-webkit-tap-highlight-color: transparent;
}

.scroll-to-form {
	cursor: pointer;
	color: inherit;
}



.pointer {
	cursor: pointer;
}

.justify {
	text-align: justify
}

.no-margin {
	margin: 0px
}

.noscroll {
	overflow: hidden;
}

.center-margin {
	margin: 0px auto !important;
}

.stop-scrolling {
	overflow-x: hidden;
}

.uppercase {
	text-transform: uppercase;
}

.clr-back-darkgrey {
	background-color: #404040 !important
}

.clr-back-lightpink {
	background-color: #fbd2d6 !important
}

.clr-back-pink {
	background-color: #d28480 !important
}

::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #404040;
	border: 0px none #ffffff;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background: #404040;
}

::-webkit-scrollbar-thumb:active {
	background: #404040;
}

::-webkit-scrollbar-track {
	background: #e6e6e6;
	border: 0px none #ffffff;
	border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
	background: #a8a8a8;
}

::-webkit-scrollbar-track:active {
	background: #cfcfcf;
}

::-webkit-scrollbar-corner {
	background: transparent;
}



@media only screen and (min-width: 1200px) {

	/*med desktop*/
	.container {
		width: 80%
	}
}

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

	/*small mobile*/
	.container {
		width: 95%
	}
}

:focus {
	outline: -webkit-focus-ring-color auto 0px !important;
}

@font-face {
	font-family: 'Streamster';
	src: url('../fonts/Streamster.eot');
	src: url('../fonts/Streamster.eot#iefix') format('embedded-opentype'),
		url('../fonts/Streamster.svg#Streamster') format('svg'),
		url('../fonts/Streamster.ttf') format('truetype'),
		url('../fonts/Streamster.woff') format('woff'),
		url('../fonts/Streamster.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

.linear-wipe {
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ff9292), color-stop(40%, #f50004), color-stop(60%, #f50004), color-stop(80%, #ff9292));
	background: linear-gradient(to right, #ff9292 20%, #f50004 40%, #f50004 60%, #ff9292 80%);
	background-size: 200% auto;
	color: #f50004;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: shine 1s linear infinite;
	animation: shine 1s linear infinite;
}

@-webkit-keyframes shine {
	to {
		background-position: 200% center;
	}
}

@keyframes shine {
	to {
		background-position: 200% center;
	}
}

/*header + divider*/
.main-header {
	padding: 20px 0px;
	font-weight: 400;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-header.leftalign {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	width: 100%
}

.main-header.leftalign .fancy-text {
	text-align: left
}

.main-header h4 {
	color: #2b3747;
	font-size: 35px;
	font-weight: 600;
	margin: 0px;
}

.main-header img {
	width: 100%;
	max-width: 200px;
	position: absolute;
}

.main-header dd {
	margin: 0px;
	display: inline
}

.fancy-text {
	font-family: 'Streamster', cursive;
	font-size: 28px;
	color: #0280f9;
	display: block;
	width: 100%;
}

.main-text {
	color: #848388;
	font-size: 18px;
	text-align: center;
	display: block
}

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

.main-text.withpadding {
	padding: 0px 10vw;
}

@media only screen and (min-width: 1201px) {
	.main-text.withpadding {
		padding: 0px 20vw;
	}
}

@media only screen and (max-width: 992px) {
	.main-text.withpadding {
		text-align: left;
		font-size: 16px;
		padding: 0px !important
	}
}

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

	/*mobile*/
	.main-header h4 {
		font-size: 26px
	}

	.main-header span {
		font-size: 16px;
	}

	.main-header.leftalign {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%
	}

	.main-header.leftalign .fancy-text {
		text-align: center
	}

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




/*nav*/
.navbar-fixed.is-top,
.navbar-fixed,
nav,
.navbar-fixed.is-top .logo-desktop img,
.logo-desktop img,
.nav-wrapper ul {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

nav ul a {
	color: black
}

nav ul a:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #0280f9;
}

.navbar-fixed .collection,
.navbar-fixed ul {
	text-transform: uppercase;
	font-weight: bold;
}


@media only screen and (min-width: 993px) {

	/*desktop*/
	nav {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-fixed nav {
		-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	}

	.nav-wrapper ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}


.logo-desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navbar-fixed {
	height: 40px
}

.navbar-fixed nav {
	height: 40px;
}

.navbar-fixed .nav-wrapper ul {
	line-height: 40px;
}

.navbar-fixed .logo-desktop img {
	width: 100px;
}


.navbar-fixed.is-top nav {
	height: 100px;
}

.navbar-fixed.is-top .nav-wrapper ul {
	line-height: 100px;
}

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

	/*mobile*/
	.navbar-fixed.is-top .nav-wrapper ul {
		line-height: 40px;
	}
}

.navbar-fixed.is-top .logo-desktop img {
	width: 220px;
}

/*mobile nav*/
nav .sidenav-trigger {
	height: 40px;
}

.mobile-logo {
	height: 45px;
	padding: 8px;
}

.sidenav-trigger svg {
	height: 40px;
	padding: 2px;
}

.navbar-fixed>.collapsible {
	margin: 0px;
}

.navbar-fixed .collapsible-header {
	display: none !important;
	line-height: 0px !important;
	border-bottom: 0px
}

#nav-mobile li.active {
	background-color: rgb(255 255 255 / 10%);
}

@media only screen and (min-width: 993px) {

	/*desktop*/
	#nav-mobile {
		display: none
	}


}

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

	/*xs mobile*/
	.mobile-logo {
		height: 43px;
		padding: 10px;
	}


}


/*buttons*/
.btn-buy-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0px 65px;
}

.btn-buy-nav {
	background-color: #0280f9;
	border: 2px solid #0280f9;
	border-radius: 20px;
}

.btn-buy-nav:hover {
	background-color: #fff
}

.btn-buy-nav a {
	color: white
}

.btn-buy-nav a:hover {
	background-color: transparent
}

@media only screen and (min-width: 993px) {

	/*desktop*/
	.btn-buy-nav {
		height: 36px;
		line-height: 32px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
}

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

	/*mobile*/
	.btn-buy-nav {
		border-radius: 20px;
		height: 33px;
		line-height: 28px;
		margin-top: 5px;
		margin-right: 5px;

	}

	nav {
		line-height: 40px;
	}

	.navbar-fixed nav {
		height: 44px;
	}
}


/*button main*/
.btn-main-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px
}

.btn-main {
	max-width: 300px;
	width: 100%;
	border-radius: 10px;
	background-color: #e3dc12;
	border: 2px solid #e3dc12;
	color: black;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
}

.btn-main:hover {
	background-color: #fff;
}

.btn-main,
.btn-main:hover {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/*background*/
.background1 {
	background: url(../images/back1.jpg) white;
	background-size: auto;
	background-repeat: no-repeat;
	background-position-x: center;
	overflow: hidden;
	background-color: #f3f5f4;
	height: 990px;
}

.background1 .container {
	width: 100%
}

@media only screen and (max-width: 992px) {
	.background1 {
		background-size: contain;
		height: auto;

	}
}

@media only screen and (max-width: 600px) {
	.background1 {
		background-size: 180%;
		background-position-y: -13px;
	}
}


.background2 {
	background: url(../images/back2.jpg) white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	overflow: hidden;
	padding: 30px 0px;
}

@media only screen and (max-width: 992px) {
	.background2 {
		background-position-x: 73%;
	}
}

.background3 {
	background: url(../images/back3.jpg) white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;


}

@media only screen and (max-width: 992px) {
	.background3 {
		background-position-x: 50%;
	}
}

@media only screen and (max-width: 600px) {
	.background3 {
		background-position-x: 26%;
	}
}

.background4 {
	background: url(../images/back4.jpg) white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	height: 1029px;


}

@media only screen and (max-width: 600px) {
	.background4 {
		background-position-x: 34%;
	}
}


.background5 {
	background: url(../images/back5.jpg) white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;


}

@media only screen and (max-width: 992px) {
	.background5 {
		background-position-x: 73%;
	}
}

.background6 {
	background: url(../images/back6.jpg) white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	;


}

@media only screen and (max-width: 992px) {
	.background6 {
		background-position-x: 55%;

		height: auto;

	}
}

@media only screen and (max-width: 600px) {
	.background6 {
		background-position-x: 40%;
		background-position-y: 20%;
		background-size: 230%;
	}
}

.background-grey {
	background-color: #f3f5f4;
}

.background-skew {
	top: 0px;
	z-index: -1;
	background-color: white;
	position: absolute;
	-webkit-transform: skew(15deg, 0deg) rotate(15deg);
	transform: skew(15deg, 0deg) rotate(15deg);
	height: 500px;
	width: 98%
}

.margin-overlap {
	margin-top: -80px
}

@media only screen and (max-width: 992px) {
	.margin-overlap {
		margin-top: 0px
	}
}

/*home*/
.home-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-content: center;
}

@media only screen and (max-width: 992px) {
	.home-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/*home-product*/
.home-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 180px 0px 0px
}

.home-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%
}

.home-count .home-arr {
	position: absolute;
	top: -80px;
	z-index: 0
}

.home-product-img {
	margin-left: -40px;
}

.home-product-img img {
	width: 600px;
}


.home-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	top: -120px;
}

.product-prices {
	z-index: 99;
}

.home-price .home-arr {
	position: absolute;
	top: -134px;
	z-index: 0;
}

.home-price .pr-newprice {
	color: #fe0000;
	margin: -10px 0px;
}

.home-price .pr-saveprice {
	color: #000
}



/*home title*/
.home-title-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.home-title {
	font-size: 105px;
	line-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.home-title h2 {
	font-size: 100%;
	line-height: 100%;
	text-align: left;
	color: white;
	text-shadow: 3px 1px 4px black;
}

.home-title h2 span {
	font-weight: 300
}

.home-title h2 b {
	display: block;
	font-weight: 800;
	margin-left: -20px;
	font-size: 70%;
}

.home-title.hidedesktop {
	display: block;
	margin-left: 40px;
	margin-top: 15px;
}

.home-title.hidedesktop h2 {
	margin-top: 10px;
}


@media only screen and (min-width: 1020px) {
	.home-title {
		line-height: 86%;
		margin-left: 65px;
		margin-top: 90px;
	}
}

/*home mobile*/
@media only screen and (max-width: 992px) {
	.home-product {
		margin-top: 10%;
		margin-bottom: 0px
	}

	.home-product-img {
		margin-left: -25px;
	}

	.home-product-img img {
		width: 380px;
	}

	.home-price .home-arr {
		position: absolute;
		top: -111px;
		z-index: 0;
		width: 277px;
	}

	.home-price {
		top: -70px;
		right: -17px;
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}

	.home-count {
		top: 13px;
	}

	.home-count .countdown-text {
		color: white;
		text-shadow: -1px 1px 3px black;
	}

	.home-count .countdown-box span:last-child {
		color: white;
		text-shadow: 1px 1px 3px black;
	}

	.home-count .home-arr {
		position: absolute;
		top: -44px;
		left: -30px;
		z-index: 0;
		width: 291px;
	}

	.home-title-col {
		margin-top: -80px;
	}

	.home-title h2 {
		font-size: 35%;
	}

}

@media only screen and (max-width: 600px) {
	.home-product {
		margin-top: 20%;
	}
}

@media only screen and (max-width: 460px) {
	.home-product {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 992px) {
	.home-product-img img {
		width: 320px;
	}
}

/*countdown*/
.countdown-box-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 16px;
}

.countdown-text {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
}

.countdown-box {
	text-align: center;
	font-size: 15px;
}

.count-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	border-radius: 5px;
	background-color: white;
	font-size: 35px;
	min-width: 60px;
	font-weight: bold;
	color: #f7000b
}

.counter-divider {
	margin: 0px 5px;
	font-size: 34px;
	color: white;
	font-weight: bold;
}

@media only screen and (max-width: 992px) {
	.countdown-box {
		font-size: 14px;
	}

	.count-box {
		font-size: 23px;
		min-width: 48px;
	}

	.counter-divider {
		font-size: 21px;
		margin: 0px 2px;
	}
}

/*prices box*/
.product-prices {
	text-align: center;
	font-size: 20px
}

.pr-oldprice {
	position: relative;
	font-weight: bold;
	color: black;
	display: block;
	font-size: 90%
}

.pr-oldprice::after {
	content: "";
	position: absolute;
	width: 54px;
	left: 50%;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-11deg) translate(-50%, 3px);
	transform: rotate(-11deg) translate(-50%, 3px);
}

.pr-newprice {
	color: yellow;
	font-weight: 600;
	display: block;
	font-size: 150%
}

.pr-saveprice {
	color: white;
	font-weight: bold;
	display: block;
	font-size: 60%
}

/*about*/


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

	/*S mobile*/
	#about .ingr-with-img {
		width: 100%
	}
}


/*ingredients*/
.sepp-blue {
	background: #047cff;
	height: 2px;
	width: 30px;
	display: block;
	position: relative;
	margin: 10px auto;
}

.sepp-blue:after {
	content: '';
	background: #047cff;
	height: 2px;
	width: 3px;
	display: block;
	position: absolute;
	right: -6px
}

.ingr-with-img-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0px;
}

.ingr-with-img {
	text-align: center;
	width: 25%;
	padding: 10px;
}

.ingrimg {
	margin: 10px auto;
	width: 100%;
	max-width: 282px;
}

.ingrimg2 {
	margin: 10px auto;
	width: 100%;
	max-width: 130px;
}

.ingrimgtitle {
	font-weight: 900;
	text-transform: normal;
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
}

.ingrimgtitle2 {
	font-weight: 900;
	color: black;
	text-transform: lowercase;
	font-size: 20px;
	display: block;
}

.ingrimgtext {
	font-weight: 700;
	text-align: center;
	font-size: 15px;
	color: #9c9d9f;
}


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

	/*XS mobile*/
	.ingrimgtitle,
	.ingrimgtitle2 {
		font-size: 16px;
		line-height: 15px
	}

	.ingrimgtext {
		font-size: 13px;
		font-weight: 400
	}

	.ingrimg {
		max-width: 250px;
	}

	.ingrimg2 {
		max-width: 80px;
	}
}

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

	/*mobile*/
	.ingr-with-img-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0px !important;
	}

	.ingr-with-img {
		width: 50%;
	}
}

@media only screen and (min-width: 993px) {

	/*desktop*/
	.ingr-with-img {
		min-height: 420px;
	}
}


/*photo frame*/
.picture-frame {
	padding: 8px;
	background: white;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
	max-width: 500px
}

.picture-frame img {
	width: 100%;
}




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

	/*mobile*/
	.picture-frame {
		margin: 20px auto;
		max-width: 300px
	}
}

/*feature*/
.feature-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

@media only screen and (min-width: 993px) {
	.feature-row {
		margin-top: 150px
	}
}

.feature-col-1 {
	width: 400px;
}

.feature-col-2 {
	width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -125px;
}

.feature-col-3 {
	width: 400px
}

.feature-col-2 img {
	width: 600px;
}

@media only screen and (max-width: 992px) {
	.shortform .box-price.activeprice {
		max-width: 480px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.feature-col-1 {
		margin-right: -200px;
		width: 200px;
		z-index: 11;
	}

	.feature-col-2 {
		width: initial;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -45px;
	}

	.feature-col-3 {
		margin-left: -200px;
		width: 200px;
		z-index: 11
	}

	.feature-col-2 img {
		width: 500px;
	}
}

@media only screen and (max-width: 500px) {
	.feature-col-2 img {
		width: 450px;
	}
}



.feature-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-bottom: 60px
}

.feature-box:first-child {
	margin-right: -40px;
}

.feature-box.reverse:first-child {
	margin-left: -45px;
	margin-right: 0px
}

.feature-box-text {
	font-size: 16px;
	text-align: right;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-right: 10px;
}

.feature-box-text b {
	display: block;
	color: black;
}

.feature-box-text span {
	color: #8a8a8c
}

.feature-box-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feature-box-img img {
	width: 100px;
}

.feature-box.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.feature-box.reverse .feature-box-text {
	text-align: left;
	margin-left: 10px;
	margin-right: 0px
}

.feature-box:last-child {
	margin-bottom: 0px;
}

.feature-col-2 img.hide-on-med-and-down {
	margin-top: 50px;
}

@media only screen and (max-width: 992px) {
	.feature-box:first-child {
		margin-right: 0px;
		height: 170px;
	}

	.feature-box.reverse:first-child {
		margin-left: 5px;
		margin-right: 0px
	}

	.feature-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 280px;
	}

	.feature-box.reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.feature-box-text,
	.feature-box.reverse .feature-box-text {
		font-size: 15px;
		text-align: center;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px
	}

	.feature-box-text span {}

	.feature-box-img img {
		max-width: 70px;
		margin-bottom: 10px
	}

	.feature-box-img {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.feature-box-text b {
		font-size: 13px;
		line-height: 13px;
	}

}

/*how to*/
.how-row {
	margin-top: 25px
}

.how-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.how-box-text {
	font-size: 18px;
	text-align: right;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-right: 20px;
	margin-top: -70px;
	width: 170px
}

.how-box-text b {
	display: block;
	color: black;
}

.how-box-text span {
	color: #8a8a8c
}

.how-box-img img {
	width: 100%;
	max-width: 130px
}

.how-box-img:after {
	content: '';
	height: 50px;
	background-color: #22649e;
	width: 3px;
	display: block;
	margin: 8px auto;

}

.how-box:last-child .how-box-text {
	margin-top: 0px;
}

.how-box:last-child .how-box-img:after {
	height: 0px;
}


@media only screen and (min-width: 993px) {}

@media only screen and (max-width: 992px) {
	.how-box-text {
		font-size: 15px;
		margin-top: -35px;
	}

	.how-box-text span {
		color: black
	}

	.how-box-img img {
		max-width: 90px
	}

	.how-box-img:after {
		content: '';
		height: 20px;
		margin: 3px auto;
	}
}

/*product row*/


.product-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	overflow: hidden;
	-webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);

}

.product-row-img {
	max-width: 600px;
	width: 100%;
}

.product-row-back {
	text-align: center;
	background-color: #f5f6fb;
	display: block;
	width: 100%;
	position: relative;
	max-width: 430px;
	padding-right: 64px;
}

.product-row-back:before {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	height: 100%;
	background: #f5f6fb;
	left: -70%;
	z-index: -1;
}


.product-row-angle {
	text-align: center;
	padding: 15px 0px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 24% 57%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 24% 57%);
	background: rgb(249, 0, 0);
	background: linear-gradient(56deg, rgba(249, 0, 0, 1) 70%, rgba(86, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f90000", endColorstr="#560000", GradientType=1);
}


@media only screen and (min-width: 1201px) {
	.product-container {
		margin-left: 11%;
	}

	.product-row-angle {
		background: rgb(249, 0, 0);
		background: linear-gradient(56deg, rgba(249, 0, 0, 1) 50%, rgba(86, 0, 0, 1) 100%);
	}
}

@media only screen and (max-width: 1200px) {
	.product-container {
		width: 100%
	}

	.product-row {
		background-color: #f5f6fb;
		-webkit-clip-path: none;
		clip-path: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-row-img {
		margin: 10px auto;
		max-width: 320px;
	}

	.product-row-back {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-right: 0;
	}

	.product-row-angle {
		width: 50%;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 14% 57%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 14% 57%)
	}

	.product-row .btn-main-row {
		width: 100%;
		margin: 20px 0px
	}

}

@media only screen and (max-width: 600px) {
	.product-row-angle {
		width: 80%;
	}
}

@media only screen and (max-width: 992px) {
	#photo .main-text {
		text-align: center !important;
	}
}


/*photo2*/
.photo2-row {
	margin-top: 25px;
}

.photo2-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.photo2-text .main-text {
	margin-top: 0px;
	text-align: left
}



.picture-frame2 img {
	width: 100%;
	max-width: 500px;
	border: 8px solid white
}

@media only screen and (max-width: 992px) {
	.photo2-text .main-text {
		margin-top: 20px;
		font-size: 16px
	}

	.photo2-row,
	.photo2-col1,
	.photo2-col2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}
}




/*man & woman*/
.mw-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.mw-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 300px;
}

.mw-box-text {
	font-size: 18px;
	color: black;
	text-align: center
}


@media only screen and (max-width: 600px) {
	.mw-box {
		width: 100%;
		padding: 0px 20px;
	}

	.mw-box-text {
		background: rgb(255 255 255 / 54%);
		padding: 20px;
		border-radius: 30px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.section-form {
		padding-top: 0 !important;
	}
}

/*reviews*/
.review-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0px
}

.review-box {
	min-height: 800px;
	margin-right: 10px;
	max-width: 320px;
	background-color: #f5f6fb;
	text-align: center;
	border-radius: 40px;
	border-top-right-radius: 0px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

	/* mobile*/
	.review-box {
		margin: 0px auto;
		margin-right: auto !important;
	}
}


.review-box:last-child {
	margin-right: 0px
}

.review-box-inner {
	padding: 20px
}

.review-smallimg {
	display: block;
	text-align: center;
	position: relative;
}

.review-smallimg img {
	border-radius: 100%;
	display: block;
	width: 80px;
	margin: 0px auto;
	position: relative;
	z-index: 9;
}


.review-smallimg:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	background: #2d5781;
	z-index: 0;
}


.review-smallimg:before {
	content: '';
	background: url(data:image/png;base64,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UmVhZHlxyWU8AAADZWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4REJCOEY3MTFDMjRGRkFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1OTUzQkU1NTczQTExRUJBMTZEQUIxRkM1Q0VFOERGIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1OTUzQkU0NTczQTExRUJBMTZEQUIxRkM1Q0VFOERGIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RTQ5Njc4NDU3MzMxMUVCQjgwNUJENjc2MUJGOEQ2QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RTQ5Njc4NTU3MzMxMUVCQjgwNUJENjc2MUJGOEQ2QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqqu7xkAAAIrSURBVHjaYmxoaGDABQR1D8oBqSggdgRiLSAWBeLfQPwEiB8C8QEgXvn+sv19XGaw4DG4A4jDgJgZTZodiDWg2B2IW4HqVwLpCqBFj9DNYsJiuB+QugLEkVgMxwaYoGqvAvVG4rUAqCAfSK0HYl4G0gEPEC8FmlGI1QKgRDiQ6sfmKxIAIxD3Qs1CWAAN8zlQBZQCkBlzoGbCXdsO9SK1AMisTrBtE9c6ygPpe+hBw8clwaAkZc3Azgqx9/rDnQyfvr3AKY4F/ANiJVAyjcAW7lHOsxnYWLnhfHPNeIYFO6JwimOxBGRmBBM0E6EAGVEDFENgQFPeHas4H7cErqByBFmgw0A7oAOyQARd9OevL1hV//z9hVQLRLGm+dcf7zDce34UQ/zNx7tYxfEBUCS/AWJpdIktx2tRIlyEXxmvOA7wGuSDq/hUgJIjzJBPX18QFEcDV0A+2AfEbhgpA5jeXU3KGaRF9MH8p28uwvMBNnEcYD/IByuhmQIj6cEMAYX97jOdeMVxZLSVjKAKB1huLIdmOJQgEBVQAacoUKQTEscCVgDrh0hYhVMOxD7I5REoST55fQFrUsUmjga+QM2EFBHQmigViP9TIXOBzEiF1W7wfAAUWAGkCrHFB4mGl0LNwqzRgBITgVQgEH8mw3BQsMQAzejFWycDFWyClk8riPTNP6habaDeZUS1KqDhFwlMXeVIzRZtIBaDKnkFzaD7gXgVUP09XLYDBBgA4qHNL89vltsAAAAASUVORK5CYII=);
	background-size: cover;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	left: 53%;
	position: absolute;
	z-index: 91;
}

.review-text {
	color: #96969e;
	font-size: 18px;
	font-style: italic;
	display: block;
	margin: 15px 0px 20px;
}

.review-name {
	font-size: 20px;
	font-weight: 500;
	display: block
}

.review-ver {
	font-size: 20px;
	font-weight: 300;
	display: block
}

.review-ver img {
	max-width: 100px;
	width: 100%;
	display: block;
	margin: 10px auto
}

.review-bigimage {
	width: 100%;
	margin-bottom: -15px;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	left: 0px;
	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 90px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: 1;
	color: #e6f2ff;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #2970c8;
}

/*shipping icons*/
.expert-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0px
}

.expert-doctor-col {
	margin: 10px 0px;
	max-width: 400px;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	background-color: white;
	border-radius: 30px;
	border-top-right-radius: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.expert-doctor-col img {
	margin-right: -20px;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	max-width: 300px;
	width: 100%
}

.expert-doctor-col b {
	font-weight: 700;
	color: #1e63c2;
	margin: 20px 0px 10px;
	width: 100%
}

.expert-doctor-col span {
	color: #9c9d9f;
	width: 100%
}

.expert-text-col {
	max-width: 422px;
	display: block;
	font-size: 20px;
	color: #9c9d9f;
	position: relative;
}

.expert-text-col span:before {
	left: -10px;
	margin-top: 20px;
	position: absolute;
	content: '"';
	width: 100%;
	display: block;
	font-size: 75px;
	line-height: 0px;
	color: #1e63c2;
	font-family: 'Streamster';
	text-align: left
}

.expert-text-col span:after {
	right: 40px;
	margin-top: 40px;
	position: absolute;
	content: '"';
	width: 100%;
	display: block;
	font-size: 75px;
	line-height: 0px;
	color: #1e63c2;
	font-family: 'Streamster';
	text-align: right
}


.expert-cert-col .cert-img {
	cursor: pointer;
}

.expert-cert-col .cert-img img {
	max-width: 250px
}

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

	/*mobile*/
	.expert-doctor-col {
		padding-bottom: 100px
	}

	.expert-cert-col {
		text-align: center;
		margin-top: -100px;
	}

	.expert-doctor-col img {
		-webkit-transform: scale(1.0);
		transform: scale(1.0)
	}
}



#materialbox-overlay {
	background-color: rgb(64 64 64);
}

.material-placeholder {
	font-size: 0px
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	background-color: rgb(236 70 87 / 25%);
	cursor: pointer;
}

/*shipping icons*/
.ship-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ship-box {
	margin-right: 15px;
	text-align: center;
	width: 20%;
	padding: 10px;
	background-color: #f3f5f4;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 20px
}

.ship-box:last-child {
	margin-right: 0px;
}

.ship-box img {
	max-width: 150px;
	width: 100%;
	margin: 0px auto
}

.ship-box span {
	color: #9c9d9f;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold
}

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

	/*mobile*/
	.ship-box {
		width: 80%;
		margin-bottom: 10px;
		margin-right: 0px
	}

}


/*form*/
.section-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 130px;
}

.form-text-box {
	background-color: rgb(255 255 255 / 65%);
	text-align: left;
	color: black;
	padding: 20px;
	border-radius: 20px;
	border-top-right-radius: 0px;
}

.form-text-box .main-text {
	text-align: left !important;
	color: black
}

.form-text-box h3 {
	font-weight: 900;
	font-size: 25px;
	margin: 0px;
	margin-bottom: 50px
}

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

	/*mobile*/
	.form-text-box {
		margin-bottom: 20px;
	}

	.section-form {
		padding-top: 0;
	}

}



/*numbers on desktop above footer*/
.numbox-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.numbox {
	text-align: center;
	font-size: 30px;
	margin-right: 20px;
	min-width: 200px;
}

.numbox:last-child {
	margin-right: 0px
}

.numbox span {
	font-weight: 600;
	display: block;
	font-size: 120%
}

.numbox i {
	color: #0280f8;
	font-size: 50%;
	margin-top: -5px;
	display: block;
}

/*footer*/

footer ul li a {
	cursor: pointer
}

footer ul li:hover a {
	text-decoration: underline
}

footer ul li:hover,
footer ul li a {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

footer h5 {
	font-weight: bold;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: black;
	padding: 10px 0px 0px;
	position: relative;
	z-index: 99
}

footer li a,
footer p {
	font-size: 16px
}

footer .socialsvg {
	margin-right: 5px
}

footer .socialsvg svg {
	width: 40px;
}

.footer-btm-text {
	padding: 0px 15px;
}

@media only screen and (min-width: 993px) {

	/*mobile*/
	footer .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-btm-text {
		padding-top: 10px;
		width: 70%;
		margin: 0px auto;
	}
}

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

	/*mobile*/
	footer .col.s12 {
		text-align: center;
	}

	footer .container {
		width: 100%;
	}

	footer h5,
	footer ul,
	footer p {
		padding-left: 0px !important
	}
}

.product-img-single {
	width: 100%;
	max-width: 400px
}

@media only screen and (max-width: 992px) {
	.product-img-single {
		width: 100%;
		max-width: 300px;
		margin-bottom: -40px;
		z-index: 9;
		position: relative;
	}

	.shortform .box-price {
		padding-top: 30px
	}
}

.shortform .box-price-old,
.shortform .box-price-new {
	font-size: 18px;
	color: white
}

.shortform .box-price-old span {
	color: white
}

.shortform .box-price-head1 {
	font-weight: 900;
}

.shortform .box-price.activeprice,
.shortform .box-price:hover {
	background-color: rgb(58 141 224 / 85%);
	border: 0px solid #49a2fc;
	-webkit-box-shadow: rgb(0 52 105 / 50%);
	box-shadow: rgb(0 52 105 / 50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.shortform .activeprice .box-price-in {
	background-color: transparent;
	border: 0px solid #49a2fc;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.shortform .box-price:hover .box-price-in,
.shortform .box-price:focus .box-price-in {
	background-color: transparent !important;
	border: 0px solid #49a2fc;
}

.shortform .orderform .buy-btn-nav {
	margin: 10px auto 20px;
}

form .input-wrapper label {
	display: none !important;
	pointer-events: none;
}

form .input-wrapper {
	position: relative;
	margin: 0 auto 8px;
	width: 100%;
}

form .input-wrapper .error {
	border: 1px solid red !important;
	padding-top: 6px !important;
}

form .input-wrapper .error+label {
	font-family: "Arial", sans-serif !important;
	width: 100% !important;
	height: 100%;
	color: red;
	display: block !important;
	font-size: 12px !important;
	line-height: 16px;
	font-weight: inherit !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding-left: 15px !important;
	text-align: left !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 3px;
	height: 21px;
	background-color: red
}

form .input-wrapper .error+label:before {
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error+label:after {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg)
}
/* form*/
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
	background-color: white;
	border: none;
	border-bottom: initial;
	border: 1px solid #49a2fc;
	border-radius: 10px;
	padding-left: 10px;
	outline: none;
	height: 40px;
	width: 100%;
	font-size: 16px;
	margin: 0;
	/* padding: 0; */
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
	-webkit-transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, -webkit-box-shadow .3s;
	transition: box-shadow .3s, border .3s;
	transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 0px solid #49a2fc;
	border: 1px solid #49a2fc;
	-webkit-box-shadow: 0 1px 0 0 #49a2fc;
	box-shadow: 0px 0px 8px 0px #49a2fc;
}
input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type=text]:not(.browser-default):disabled, input[type=text]:not(.browser-default)[readonly="readonly"], input[type=password]:not(.browser-default):disabled, input[type=password]:not(.browser-default)[readonly="readonly"], input[type=email]:not(.browser-default):disabled, input[type=email]:not(.browser-default)[readonly="readonly"], input[type=url]:not(.browser-default):disabled, input[type=url]:not(.browser-default)[readonly="readonly"], input[type=time]:not(.browser-default):disabled, input[type=time]:not(.browser-default)[readonly="readonly"], input[type=date]:not(.browser-default):disabled, input[type=date]:not(.browser-default)[readonly="readonly"], input[type=datetime]:not(.browser-default):disabled, input[type=datetime]:not(.browser-default)[readonly="readonly"], input[type=datetime-local]:not(.browser-default):disabled, input[type=datetime-local]:not(.browser-default)[readonly="readonly"], input[type=tel]:not(.browser-default):disabled, input[type=tel]:not(.browser-default)[readonly="readonly"], input[type=number]:not(.browser-default):disabled, input[type=number]:not(.browser-default)[readonly="readonly"], input[type=search]:not(.browser-default):disabled, input[type=search]:not(.browser-default)[readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"] {
  color: #444;
  border-bottom: 1px solid #49a2fc;
  padding: 0px 0px;
  text-align:center
}

::-webkit-input-placeholder { color:    #000;}
:-moz-placeholder {color:    #000;opacity:  1;}
::-moz-placeholder { color:    #000;opacity:  1;}
:-ms-input-placeholder {color:    #000;}

.background-form{background-image: linear-gradient(65deg, #ec6f7f 33.33%, #ea7c89 33.33%, #ea7c89 50%, #ec6f7f 50%, #ec6f7f 83.33%, #ea7c89 83.33%, #ea7c89 100%);
background-size: 30.00px 64.34px;}

.section-form.background1{    background-size: contain;background-repeat: no-repeat;}


.buy-btn-nav{background-color: #e3dc12 !important;font-weight: bold;border: 3px solid #e3dc12;color: black !important;margin: 21px auto;padding: 10px 20px;height: initial;line-height: initial;border-radius: 5px !important;font-size: 26px;    width: 100%;



}


.buy-btn-nav:hover {
 color: black !important;
 background-color: white !important;
 poisiton: relative !important;
 -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.buy-btn-nav:active {
 background-color: white;
}

.buy-btn-row{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 20px;width: 100%;}
.buy-btn-text{width: 100%;font-size:14px;color:#444;}
.buy-btn-text svg{width:14px;margin: 0px 5px;}

@media only screen and (max-width: 992px) {/* mobile*/
 .buy-btn{max-width: 70%;}
}
@media only screen and (max-width: 450px) {/*XS mobile*/
 .buy-btn{max-width: 95%;font-size: 17px;}
}

@media only screen and (max-width: 450px) {/*XS mobile*/
 .buy-btn-text{font-size:11px}
 .buy-btn-text svg{width:11px;}
}

.buy-btn-text b{width: 100%;
	display: block;font-size: 14px;}


@media only screen and (max-width: 600px){ .section-form .buy-btn-nav {font-size: 16px;padding: 2px 8px;margin: 6px auto;} }

.orderform .buy-btn-nav{margin: 21px auto;padding: 10px 20px;height: initial;line-height: initial;border-radius: 10px !important;font-weight:900;font-size: 22px;width: 100%;}




.col-product {text-align: left;}
.col-price{text-align: center;margin: 0px auto;}
.col-price tr {border-bottom: 0px solid white !important;}
.col-price td{padding:0px !important;}

.orderform {margin-bottom:0px}
.priceform {color: #49a2fc;font-size: 20px}
.priceform .old-price{color:black;text-decoration: line-through;}
.priceform .new-price{font-size: 25px;font-weight: 600;color: #49a2fc;}

.form-toptext{text-align: center;    margin-bottom: 20px;text-transform: uppercase;}
.form-toptext h5{    font-size: 33px;
  margin: 0px;
  font-weight: bolder;
  color: black;}
.form-toptext span{    font-size: 18px;margin-top: 5px;display: block;font-weight: bold;color: #ffffff; text-shadow: 3px 3px 5px #000;}
@media only screen and (min-width: 1191px){ .form-toptext span{ padding:0px 40px}}
input.error {border: 1px solid #a30000 !important;}
label.error{display: none !important;}
input.error:focus{ border-bottom: 0px solid #49a2fc !important;border: 1px solid #a30000 !important;-webkit-box-shadow: 0 1px 0 0 #a30000 !important;box-shadow: 0px 0px 8px 0px #a30000 !important;}

#error-summary{font-weight: bold;color: white;margin-bottom: 5px;display: none;text-align: center;}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}


.flex-container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			  flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
			  justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: start;
	-webkit-box-align: start;
			  align-items: flex-start;
	}

#form_areacode {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
			  order: 0;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
			  flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
		 align-self: auto;
	max-width:50px;margin-right:5px
	}

#form_phone {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
			  order: 0;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
			  flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
		 align-self: auto;
	}


.formcard {
	position: relative;
	margin: 0px !important;
			 background-color: #e3faff;
	border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
	border: 0px solid #49a2fc;
	padding: 0px;
	-webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 3px solid #ec6f7f;
		border-radius: 10px;
}
@media only screen and (max-width: 600px){
  .formcard .buy-btn-nav{    font-size: 18px !important;padding: 10px 17px !important;margin: 6px auto;}
}
.formcard .card-content{
margin: 0px !important;    padding:0px;}


.col-form{
	padding: 5px !important;      -webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;}
.col-form .form1-topdeal{    color: white;
  text-align: center;
  padding: 4px 0px;
  display: block;
  font-size: 18px;}


.toend{font-size: 20px;margin: 5px 0px;}


.priceheader{font-size: 20px !important;color:#49a2fc!important;font-weight: 500!important;}
table tr:nth-child(2) > td.priceheader{font-weight:600 !important}
  @media only screen and (max-width: 500px){
	 td.priceheader {text-align: right}
	 td.priceheader:after{content:':';margin-right:10px;display: inline-block;}
  }

.formrow{display: -webkit-box;display: -ms-flexbox;display: flex;    -webkit-box-pack: center;    -ms-flex-pack: center;    justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.card .card-content{    padding-bottom: 0px;}
@media only screen and (max-width: 992px){
  .formrow{-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
  .formrow .col-product{text-align: center;margin-top:20px}
  .formrow .col-product  img{max-width:207px}
  .formcard  .stamp-img {max-width: 90px;}
  .col-form{padding: 5px !important;    margin-left: 0px !important}

}


@media only screen and (max-width: 450px){
  .priceform .new-price {font-size: 25px;}
  .priceheader {font-size: 17px !important;}

}

@media only screen and (max-width: 400px){
  .col-form{margin-left: 0px !important}
}
@media only screen and (max-width: 350px){
  .stamp-img {
		width: 100%;
		max-width: 70px;
		margin: 10px 5px;
  }
  .col-form.s10{width:100% !important}
}



@media only screen and (min-width: 993px){/* desktop*/

  .prices-box{min-width: 240px;}
}

.box-price{display:block;width:100%;border-radius: 20px;border:3px solid #bcdbfb;background-color:#bcdbfb}
.box-price-in{position: relative;overflow:hidden;display:block;width:100%;border-radius: 20px;border:3px solid #bcdbfb;background-color:white;line-height: 30px;margin:0px !important;padding:5px;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.box-price-in img{width: 100%;}

.box-price-head1{font-size: 21px;padding: 10px 0px;display: block;color: black;}
.activeprice .box-price-head1,.box-price:hover .box-price-head1{color:white}


.box-price:hover .box-price-in,.box-price:focus .box-price-in{background-color: white !important;    border: 3px solid #49a2fc;}
.box-price:hover .prices-box,.box-price:focus .prices-box{
-webkit-transform: translateY(10px);
transform: translateY(10px);}


.box-price-old span{font-size: 20px;    margin: 5px 0px;text-decoration: line-through;font-weight:500;color:#424242;display: inline-block;}
.box-price-new span{    font-size: 31px;
font-weight: 600;
color: #f50004;
display: inline-block;}

.prices-box{-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
#short-form{margin-top:10px}
.box-price-head2{font-size: 30px;color:#49a2fc ;font-weight: bold;display: block;text-transform: uppercase;}
.box-price-old,.box-price-new{display: block;}


.box-price-col{

  min-height: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
		-ms-flex-pack: center;
			 justify-content: center;
  -webkit-box-align: center;
		-ms-flex-align: center;
			 align-items: center;
}
.box-price-col img{border-radius: 20px;    padding: 15px;background: white;}


 @media only screen and (min-width: 601px) and (max-width: 992px){
	.section-form .container{width:90% !important}
 .box-price-head1 .hide-on-large-only{display: block}
.section-form .buy-btn-nav{    font-size: 15px;}
 }
@media only screen and (min-width: 601px) and (max-width: 820px){
.box-price-head1 .hide-on-large-only{display: block}

}
@media only screen and (max-width: 700px){
.section-form .buy-btn-nav{font-size: 15px;}


}

@media only screen and (max-width: 600px){
.section-form .container{width:100% !important}

.box-price-col.s4{width:42% !important}

.box-price:hover .prices-box,.box-price:focus .prices-box{-webkit-transform: translateY(0px);transform: translateY(0px);}
}


.box-price.activeprice, .box-price:hover{background-color: #49a2fc;border: 3px solid #49a2fc;    -webkit-box-shadow: rgb(0 52 105 / 50%);    box-shadow: rgb(0 52 105 / 50%);-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.activeprice .box-price-in{border:3px solid #49a2fc;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.buyform-stamp img{width:100%;max-width:360px;padding: 10px;    margin-top: 10px;
 margin-bottom: 0px;}

@media only screen and (max-width: 992px){/* mobile*/
.box-price{margin-bottom:10px}


.box-price-col img {padding:0px !important}

.box-price-head1 {font-size: 17px;padding: 2px 0px;}
}
@media only screen and (max-width: 600px){

.box-price-in{    display: -webkit-box;    display: -ms-flexbox;    display: flex;}
.box-price-head2{    font-size: 23px;}
.box-price-new span{font-size: 22px;}
.box-price-old span{font-size: 18px;margin:0px}
.box-price-new.box-price-in {font-size: 22px;}
}

.form-card-pack {
	max-width: 259px;
	margin: 0px auto 10px;
	display: block;
	border-radius: 0px !important;
padding: 0px !important;
background: none !important;
}
.input-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
#areacode {
	width: 45px !important;
	margin-right: 10px;
	padding: 0 5px;
}