*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 16px;
	transition: all .5s;
}
html, body, div, p, h1, h2, h3, h4, h5, h6, a, span, img, ol, ul, li, form, input {
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 1rem;
	font-weight: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tbody header {
	background-color: #1a1a1ad9;
	border-bottom: 3px solid #eb9a1c;
	margin-bottom: 20px;
}
button:focus, button:active {
	outline: 0;
	outline: none;
}
ol, ul {
	list-style: none
}
.box12 {
	padding: 5px;
	background-color: #EBEBEB;
	margin: 10px 0;
}
.box12 div {
	width: 65%;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}
.box12 div p {
	line-height: 25px;
	margin: 10px 0;
	padding: 0;
}
.box12 h2 {
	margin: 10px 0 0;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}
.box12 p:last-child {
	text-align: right;
	font-weight: bold;
}
.section-two-text ul li {
	padding: 5px;
	font-weight: bold;
	font-size: 20px;
}
b, strong {
	font-family: Arial;
	font-weight: bold;
}
.header__logo {
	text-align: center;
}
.wrapper {
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden!important;
}
.cert-wrapper {
	margin-bottom: 20px!important;
}
#video {
	width: 657px;
	height: 315px;
	background: url(../img/youtube-img.jpg) no-repeat;
	cursor: pointer;
	font-size: 50px;
	margin: 20px auto;
	display: block;
}
#video:hover {
	background-position: 0 -315px;
}
/*PRODUCT BOX*/
.old_price {
	color: #FF084A !important;
	text-decoration: line-through;
}
.new_price {
	color: #12c630 !important;
	font-size: 22px !important;
	font-weight: bold;
}
.ct-qt {
	text-transform: uppercase;
	margin: 20px 0;
}
.ct-hd {
	background: #faa21a;
	color: #fff;
	display: block;
	padding: 10px 0;
	margin: -10px -10px 5px -10px;
	text-align: center;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.foot-new h1 {
	font-size: 31px;
	color: #004a8e;
}
.foot-new p {
	margin: 5px 0;
	text-align: center;
	color: #FFF;
}
.foot-new hr {
	height: 3px;
	background-color: #3a7ee8;
}
.section_04 .wrapper {
	display: flex;
	max-width: 1200px;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 14px 10px 0;/* flex-direction: column; */
}
.choice-tab {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 360px;
	padding: 10px;
	margin: 0 10px 15px;
	background-color: #fff9eb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	flex-direction: column;
}
.pack-box {
	position: relative;
	max-width: 310px;
	width: 100%;
	text-align: center;
}
.pack-box img {
	margin: 0 3px;
	max-width: 100%;
}
.pack-box span {
	position: absolute;
	top: 19%;
	left: 59%;
	font-size: 67px;
	font-weight: 900;
	-webkit-text-fill-color: #ff0e17; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
}
.ingr-txt ul li {
	padding: 5px;
	font-weight: bold;
	font-size: 20px;
	display: flex;
}
.ingr-txt ul li span {
	font-size: 22px;
	line-height: 1;
	margin-right: 10px;
}
.info-box {
	align-items: center;
	width: 100%;
}
.info-box h2 {
	font-size: 23px;
	text-align: center;
	width: 200px;
	max-width: 100%;
}
.info-box h2 span {
	display: block;
	font-size: 15px;
	margin-top: 15px;
}
.info-box p {
	font-size: 20px;
	text-align: center;
}
.info-box p span {
	font-weight: 200;
	font-size: 16px;
	margin: 0 4px;
}
.info-box button {
	border: none;
	padding: 10px 10px;
	margin: 10px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	background-color: #ff0e17;
	-webkit-box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
	-moz-box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
	box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
	border-radius: 10px;
}
.info-box-btn {
	border: none;
	padding: 10px 10px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	background-color: #ff0e17;
	border-radius: 10px;
	width: 200px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.info-box button:hover {
	box-shadow: none;
}
.info-box span img {
	vertical-align: middle;
	width: 30px;
}
.info-box span b {
	vertical-align: middle;
	color: #007233;
	font-size: 14px;
}
.hotoffer {
	position: absolute;
	margin: 0!important;
	left: -10px;
	top: -10px;
	border-top-left-radius: 8px;
}
.get_free {
	background: #ff0e17;
	color: #fff;
	font-size: 22px!important;
	padding: 5px;
}
.s1-bullets {
	color: #f9fbfb;
	margin-bottom: 20px;
	background-color: #1a1a1a42;
	border-radius: 10px;
	padding: 10px;
}
.s1-bullets p {
	font-size: 22px;
	padding: 10px 0;
}
.s1-bullets span {
	font-size: 24px;
	line-height: 1;
}
.section-two-flex h3 {
	font-size: 25px;
	margin-bottom: 20px;
}

@media (min-width: 720px) and (max-width: 768px) {
.hotoffer {
	left: -22px;
}
}

@media (max-width: 768px) {
.section_04 .wrapper {
	flex-direction: row;
	align-items: inherit;
}
.choice-tab, .info-box {
	flex-direction: column;
}
.choice-tab {
	margin: 0 10px 15px;
}
.pack-box {
	margin: 0 auto 20px;
}
.price-info {
	margin: 9px 0;
}
.get_free {
	font-size: 16px!important;
}
}

@media (max-width: 582px) {
.pack-box img {
	margin: 0;/* width: 71px; */
}
.pack-box span {
	top: 23%;
	left: 56%;
	font-size: 44px;
}
}

@media (max-width: 640px) {
.choice-tab {
	margin: 0 4px 15px;
	width: 32%;
}
.pack-box img {
	margin: 0 0 -20px 0;/* width: 73px; */
}
.quant_three .pack-box img {
	width: 43px;
}
.hotoffer {
	width: auto!important;
	max-width: 58px!important;
	top: -20px;
}
.foot-new h1 {
	font-size: 17px;
}
.quant_three .pack-box {
	margin-top: 10px;
}
.info-box p {
	font-size: 16px;
}
.ct-qt {
	min-height: 33px;
}
}

@media (max-width: 360px) {
.info-box span b {
	font-size: 13px;
}
}

@media (max-width: 320px) {
.quant_three .pack-box img {
	width: 37px;
}
}
/*END PRODUCT BOX*/


/*FOOTER NEW*/
footer .wrapper {
	max-width: 100%;
	width: 1010px;
}
.terms-wrapper {
	max-width: 100%;
	width: 1200px;
	padding: 0 5px;
	margin: 0 auto;
}
.stamps_btm {
	display: block;
	width: 280px;
	max-width: 100%;
	margin: 0 auto 10px;
}
footer {
	padding: 10px 0;
	text-align:center;
}
.foot-links {
	display: flex;
	vertical-align: top;
}
.foot-links > div {
	width: 100%;
	max-width: 300px;
	line-height: 1.6;
	color: #FFF;
	text-align: left;
}
.foot-1 {
	text-align: left;
	margin-right: 10%;
}
.foot-links > div > a {
	display: block;
	text-align: left;
	color: #FFF;
	font-size: 15px;
}
.foot-2 h2, .foot-3 h2 {
	font-weight: bold;
	margin-bottom: 10px;
}
.foot-3 h3 {
	font-weight: bold;
}
.foot-3 > p {
	vertical-align: middle;
	margin-bottom: 20px!important;
}
.foot-3 > p img {
	vertical-align: middle;
	margin-right: 5px;
	padding-left: 5px;
}
.social-network {
	margin-top: 15px;
}
.choice-tab:hover {
	-webkit-box-shadow: 0px 6px 5px 0px rgba(224,224,224,1);
	-moz-box-shadow: 0px 6px 5px 0px rgba(224,224,224,1);
	box-shadow: 0px 6px 5px 0px rgba(224,224,224,1);
	background: #fff;
}

@media (max-width: 767px) {
.foot-links {
	flex-direction: column;
}
footer .wrapper {
	padding: 0 10px;
}
.foot-2 {
	margin-bottom: 20px;
}
.foot-links > div > a {
	font-size: 13px;
	padding: 2px 10px;
}
.foot-1 {
	margin-bottom: 10px;
}
.foot-1 > a {
	font-size: 16px!important;
}
}
/*END FOOTER*/

/*CUSTOM DESIGN FLEXOGOR*/
.section-one .wrapper {
	width: 1200px;
	max-width: 100%;
}
.section-one li {
	display: flex;
	flex-basis: 49%;
	justify-content: center;
	margin-top: 10px;
	margin-left: -2px;
}
.section-one .s1-bullets img {
	width: auto;
	height: 65px;
}
.section-one li img {
	margin-right: 10px;
}
.section-one p {
	width: 73%;
	text-align: left;
	padding-top: 16px;
}
.section-two {
	color: #454544;
}
.s1-flex {
	display: flex;
	align-items: center;
}
.s1-left {
	width: 620px;
	max-width: 51%;
	z-index: 1;
}
.s1-right {
	z-index: 9998;
	margin-left: 20px;
}
.section-two-text p:first-of-type {
	padding-bottom: 10px;
	font-weight: bold;
}
.section-three .row > h2 {
	text-align: center;
	padding-top: 20px;
	font-size: 18px;
	line-height: 1.5;
}
.section-six {
	background: #f2fefe;
}
.section-six img {
	width: 100%;
	max-width: max-content;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	vertical-align: top;
}
.section-six .section-title {
	color: #000;
}
.section-two p > span {
	font-size: 30px;
	position: absolute;
	margin-left: -15px;
	margin-top: -10px;
	color: #ffd289;
}
.section-three .btn {
	display: block!important;
	margin: 10px auto 0;
	width: 240px;
	text-align: center;
}
.box_mobile {
	display: none;
}

@media (max-width: 1100px) {
.s1-left {
	width: 370px;
}
}

@media (max-width: 1000px) {
.hands,  .s1-right {
	display: none;
}
.s1-left {
	width: auto;
	max-width: 100%;
}
.s1-flex,  .section-two-flex {
	flex-direction: column;
}
.box_mobile {
	display: block;
	text-align: center;
}
.section-one h1, .section-one h2 {
	text-align: center;
	padding-top: 5px!important;
}
.box_mobile img {
	display: block;
	margin: 0 auto;
}
.box_mobile img:first-of-type {
	width: 390px;
	max-width: 80%;
}
.section-one h2,  .section-one .btn,  .section-two-text p {
	margin-bottom: 10px!important;
}
.section-two-flex > div {
	max-width: 100%!important;
	width: auto;
	padding: 0 5px;
}
.howToUse {
	max-width: 100%;
	padding: 0 5px;
}
.how img {
	max-width: 100%;
	width: auto;
}
}

@media (max-width: 767px) {
.section-one h2 {
	margin-bottom: 0!important;
}
.section-one h1 {
	font-size: 26px!important;
	padding: 10px 0 0px!important;
}
.box_mobile img:first-of-type {
	max-width: 80%;
}
.box_mobile img:last-of-type {
	max-width: 320px;
	margin-bottom: 20px;
	margin-top: -10px;
}
.s1-bullets p {
	font-size: 16px !important;
	padding: 5px 0;
}
.section-one .s1-bullets img {
	height: 43px;
}
.section-two-text p {
	font-size: 16px!important;
}
.section-two p > span {
	margin-top: -12px;
}
.section-two-text p:not(:first-child) {
	margin-left: 5px;
}
.howToUse {
	flex-direction: column;
}
.howToUseSide {
	margin-bottom: 15px;
}
.how img {
	width: 140px!important;
}
}
/*=================== DESIGN v2*/
.hands {
	position: absolute;
	right: 0;
	height: 475px;
	width: auto;
	z-index: 0;
}
.section-one h1, .section-one h2 {
	color: #454544;
	padding: 20px 0;
	font-size: 32px;
}
.section-one h2 {
	margin-bottom: 40px;
}
.section-one .btn {
	display: block!important;
	margin: 0 auto;
	width: 270px;
	text-align: center;
	font-weight: bold;
}
.section-one .sub-title {
	font-size: 31px;
}
.section-two {
	background: white;
	padding-bottom: 40px;
}
/*.section-two .section-title,
.section-four .section-title,
.section-six .section-title,
.section-seven .section-title,
.section_04 .section-title {
	color: #004a8e;
}*/
.section_04 .section-title {
	padding-top: 20px;
	padding-bottom: 30px;
}
.section-two-flex {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
}
.section-two-text.box1 {
	background: #efebea url(../img/section1_box.jpg) no-repeat scroll center center;
	height: 320px;
}
.section-two-text.box2 {
	background: #efebea url(../img/section2_box.jpg) no-repeat scroll center center;
	height: 320px;
}
.section-two h2 {
	padding-top: 30px;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
.section-two h4 {
	padding: 10px;
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background-color: #eb9a1c;
	max-width: 97%;
	margin: 10px auto;
}
.section-two-flex > div {
	max-width: 47%;
	background: rgba(255, 172, 26, 0.04);
	border-top: 4px solid rgba(255, 172, 26, 1);
	padding: 10px;
	background-color: #e9dddd8f;
}
.section-two-text p {
	font-size: 19px;
}
.section-two-text h1 {
	font-weight: bold;
	font-size: 24px;
	padding-top: 55px;
}
.section-three-text .btn {
	display: block!important;
	margin: 20px auto;
	width: 270px;
	text-align: center;
	font-weight: bold;
}
.section-three .sub-title {
	padding-top: 20px;
}
footer {
	background: #3c3c3c;
}
.logo-ft {
	padding-top: 5px;
}
.foot-new {
	color: #fff;
	text-align: center;
}
.stamps_btm {
	display: block;
	width: 280px;
	max-width: 100%;
	margin: 0 auto 10px;
}
/*END Design v2*/

/****************************************/
/*****   07. Testimonial area css   *****/
/****************************************/

.testimonial {
	padding: 80px 0;
	background: #0672b6; /* Old browsers */
	background: -moz-linear-gradient(top, #0672b6 0%, #0672b6 50%, #0098d9 100%, #eb4c00 100%, #0672b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0672b6 0%, #0672b6 50%, #0098d9 100%, #eb4c00 100%, #0672b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0672b6 0%, #0672b6 50%, #0098d9 100%, #eb4c00 100%, #0672b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0672b6', endColorstr='#0672b6', GradientType=0 ); /* IE6-9 */
}
.testimonial .section-title p {
	color: #ffc600;
}
.testimonial .section-title h2 {
	color: #fefefe;
}
.testimonial-single {
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
}
.testimonial-single p {
	color: #000;
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
}
.ratting {
	color: #ffc600;
	position: relative;
	padding-top: 30px;
	padding-bottom: 10px;
}
.ratting:before {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	background: rgba(255,255,255,0.2);
	margin-left: -40px;
}
.testimonial-single h3 {
	color: #000;
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 20px;
}
.testimonial-single h3 span {
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	padding-top: 6px;
}
.testimonial-pagination {
	text-align: center;
	padding-top: 20px;
}
.testimonial-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
}
.testimonial-pagination .swiper-pagination-bullet-active {
	background: #ffc600;
}
#popUp {
	background-color: rgba(45, 41, 41, 0.7);
	color: #fff;
	font-size: 15px;
	display: none;
	position: fixed;
	bottom: 55px;
	width: 94%;
	padding: 5px 2%;
	margin: 0 3% 0 0;
	z-index: 22;
	font-family: sans-serif;
}
.header {
	height: 60px;
	width: 100%;
	background-color: #1a1a1ad9;
	position: fixed;
	display: block;
	z-index: 9999;
}
.topnav {
	overflow: hidden;
	min-height: 51px;
	display: none;
	width: 100%;/* background-color: #f3dfdc; */
}
.topnav .logo {
	max-height: 50px;
	vertical-align: middle;
	margin: 0 auto;
	display: block;
}
.topnav #myLinks {
	display: none;
	background: #3b3a3a;
	margin-top: 4px;
}
.topnav a {
	color: white;
	padding: 13px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}
.topnav a.icon {
	background: #3a3939;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	color: #f9a121;/* border: 2px solid #54a045; */
}
.header .wrapper {
	padding: 5px 0;
	max-width: 1100px;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.row {
	width: 100%;
	margin: 0 auto;
}
.col-1-of-2 {
	width: calc((100% - 30px) / 2);
}
.col-1-of-3 {
 width: calc((100% - (30px * 2)) / 3);
}
.row [class^="col-1-of"] {
	float: left;
}
.row [class^="col-1-of"]:not(:last-child) {
	margin-right: 20px;
}
.logo-box {
	/* float:left; */
	display: inline-block;
	vertical-align: middle;
}
.button-box {
	float: right;
}
.nav {
	/* float:left; */
    /* position:relative; */
    /* margin-right:50px; */
	transition: all .5s;
	display: inline-block;
	vertical-align: middle;
}
.navigation {
	list-style: none;
	text-align: center;
	transition: all .5s;
}
.navigation li {
	display: inline-block;
	padding: 15px 0;
	transition: all .2s;
}
.navigation li {
	/* margin-right: 20px; */
	margin-left: 40px;
}
.navigation li a {
	color: white;
	text-decoration: none;
	padding: 15px 0;
	font-size: 17px;
	font-weight: bold;
}
.line {
	width: 100%;
	height: 5px;
	background-color: #004a8e;
	margin-top: 15px;
}
.badges {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.btn, .btn:link, .btn:visited {
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 40px;
	display: inline-block;
	border-radius: 10px;
	transition: all .2s;
	position: relative;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}
.btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.btn:hover::after {
	transform: scaleX(1.4) scaleY(1.6);
	opacity: 0;
}
.btn:active, .btn:focus {
	outline: none;
	transform: translateY(-1px);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.btn::after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .4s;
}
.btn-red {
	color: white;
	background: #263a5e; /* Old browsers */
	background: -moz-linear-gradient(top, #263a5e 0%, #265850 48%, #277941 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #263a5e 0%, #265850 48%, #277941 100%); /* Chrome10-25,Safari5.1-6 */
	background: red; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263a5e', endColorstr='#277941', GradientType=0 ); /* IE6-9 */
	font-size: 20px;
}
.btn-white::after {
	background-color: red;
}
.section-one {
	height: auto;
	padding-top: 60px;
	min-height: 600px;
	background: #efebea url(../img/section1.jpg) no-repeat scroll center top;
	padding-bottom: 25px;
}
.section-title {
	text-align: center;
	/*color:#004a8e;*/
	font-size: 35px;
	padding-top: 30px;
	font-weight: bold;
}
.sub-title {
	text-align: center;
	color: white;
	font-size: 28px;
	padding-top: 50px;
}
.section-left {
	text-align: left;
}
.black {
	color: #454544;
}
.prod-image {
	width: 75%;
}
.secTwoUl li {
	color: white;
	font-size: 22px;
	position: relative;
	top: 50px;
	left: 20px;
}
.secTwoUl li::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	left: -12px;
	top: -4px;
	background-color: green;
}
.secTwoUl li:not(:last-child) {
	margin-bottom: 15px;
}
.boxes {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-top: 50px;
}
.box {
	width: 24%;
	display: inline-block;
	float: left;
}
.box img {
	width: 100%;
}
.box p {
	color: #004a8e;
}
.section-two-text {
	display: block;
	text-align: center;
	line-height: 1.5;
}
.section-two-text p {
	color: #454544;
}
.section-two-text p:not(:last-child) {
	margin-bottom: 15px;
}
.section-three {
	background-color: #ffffff;
	padding-bottom: 30px;
}
.section-three-text {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.secThreeUl {
	text-align: center;
}
.secThreeUl li {
	color: white;
	font-size: 22px;
	position: relative;
	left: 20px;
	line-height: 2;
}
.secThreeUl li::before {
	content: "Ã¢Å“â€œ";
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	left: -12px;
	top: -4px;
	color: white;
}
.howToUse {
	margin-top: 30px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.how {
	text-align: center;
}
.how img {
	width: 170px;
	border-radius: 50%;
	border: 5px solid #e9c07d;
	margin-bottom: 10px;
}
.howToUseSide {
	width: 19%;
}
.ingredient {
	text-align: center;
	vertical-align: top;
	display: inline-block;
}
.ingredient img {
	width: 150px;
	display: block;
	margin: 0 auto;
}
.ingredient h3 {
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.marginBottom50 {
	margin-bottom: 50px;
}
.hamburger {
	height: 5px;
	color: white;
	width: 100%;
}
.prod-btn-scroll {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	background-color: white;
	text-align: center;
	z-index: 1;
}
.mobileShow {
	display: none;
}
.badges img {
	width: 20%;
}
.badges img:last-child {
	width: 25%;
}
.sec2img {
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
	border-radius: 100%;
	position: relative;
	border: 2px solid #22466a;
	background-size: 180px 180px;
	background-position: center center;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.checkmark {
	background: #22466a;
	color: white;
	font-size: 30px;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -5px;
	right: 5px;
}
.image-title {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #464748;
}
.secTwoImage {
	width: 20%;
	float: left;
	display: inline-block;
}
.sec2img-1 {
	background-image: url("../img/b1.png");
}
.sec2img-2 {
	background-image: url("../img/b2.png");
}
.sec2img-3 {
	background-image: url("../img/b3.png");
}
.sec2img-4 {
	background-image: url("../img/b4.png");
}
.sec2img-5 {
	background-image: url("../img/b5.png");
}
.prem__container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	width: 90%;
	margin: 0 auto;
	padding-top: 2%;
}
.prem__div {
	width: 18%;
	margin-top: 2%;
}
img.prem__img {
	display: block;
	margin: 5% auto;
	width: 90%;
}
p.prem__text {
	text-align: center;
	margin-bottom: 40%;
}
.review {
	width: 48%;
	float: left;
	display: inline-block;
	border-radius: 5px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
}
.star {
	color: gold;
	font-size: 26px;
}
.purchased {
	padding: 2px;
	background-color: rgb(56, 193, 114);
	color: white;
}
.review-date {
	float: right;
	position: relative;
	top: 5px;
	color: darkgray;
}
.review-text {
	color: rgb(101, 101, 101) !important
}
.review h4 {
	font-weight: bold;
}
.review-author {
	text-align: right;
}
.review-author h4 {
	color: rgb(96, 111, 123) !important;
	padding: 10px;
}
.sat-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}
.single-sat {
	max-width: 45%;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}
/*footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
/*footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook {
	background-color: #3b5998;
}
.social-network a.icoInstagram {
	background-color: orangered;
}
.social-network a.icoInstagram i {
	color: #fff;
}
.social-network a.icoFacebook i {
	color: #ffffff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
}
.social-circle li i {
	margin: 0;
	line-height: 50px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: black;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.social {
	margin-bottom: 15px;
}
.single-sat h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.section-eight {
	background-image: linear-gradient(to right bottom, #00BFFF, #4169E1);
}
.lastP {
	text-decoration: underline;
}
.fixP {
	color: white;
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
}
.prod-mob {
	display: block;
	margin: 0 auto;
}
.lastBtn {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.disc {
	text-align: center;
}
footer {
	text-align: center;
	margin: 0px auto;
	font-size: 15px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
.disclaimer {
	margin-bottom: 20px;
}
#myform {
	width: 400px;
	max-width: 95%;
	margin: 0 auto;
}
.form-style-6 input[type="text"], .form-style-6 input[type="date"], .form-style-6 input[type="datetime"], .form-style-6 input[type="email"], .form-style-6 input[type="number"], .form-style-6 input[type="search"], .form-style-6 input[type="time"], .form-style-6 input[type="url"], .form-style-6 textarea, .form-style-6 select {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 10px;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}
.mobileShow {
	display: none;
}
.btn-form {
	background: #50b83c;
	border: 1px solid #50b83c;
	padding: 10px 80px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 0 auto;
}
.discOne {
	left: 241px;
	position: absolute;
	right: 0;
	bottom: 90px;
	width: 16%;
	display: none;
}
.discTwo {
	position: absolute;
	width: 16%;
	right: 128px;
}
.boxFixed {
	position: relative;
	width: 50%;
	display: block;
	margin: 0 auto;
}
.sat-mob {
	display: none;
}
.sat-thums img {
	max-width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width:1200px) {
.prod-image {
	width: 100%;
}
.review {
	width: 97%;
}
.footer {
	margin-bottom: 10px;
}
.disclaimer {
	margin-bottom: 3px;
}
.mobileHidden {
	display: none;
}
.topnav {
	display: block;
}
.mobileShow {
	display: block !important;
}
}

@media only screen and (max-width:768px) {
.sat-mob {
	display: block;
	padding: 0 10px;
}
.ct-qt {
	min-height: inherit;
	margin: 5px;
}
.sat-desktop {
	display: none;
}
.discOne {
	left: 214px;
	position: absolute;
	right: 0;
	bottom: 89px;
	width: 18%;
}
.section-one {
	background-position: 65%;
}
.box12 div {
	width: 95%;
	display: initial;
	margin-left: inherit;
}
.box12 img {
	max-width: 170px;
	float: left;
	margin-right: 10px;
}
.discTwo {
	display: none;
}
.prod-mob {
	display: none;
}
}
.align-right {
	text-align: right!important;
}
.ingr-txt {
	text-align: right;
	padding: 20px;
}
.ingr-txt-left {
	text-align: left!important;
}

@media only screen and (max-width:767px) {
.new_price {
	font-size: 19px !important;
}
#video {
	background: url(../img/youtube-img-mob.jpg) no-repeat 50% 0%;
	background-size: cover;
	width: 320px;
}
.section-one li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.single-sat {
	max-width: 100%;
}
.sat-flex {
	flex-direction: column;
}
.section-one .sub-title {
	font-size: 18px;
}
.hands {
	height: auto;
	width: 310px;
	top: 151px;
}
.section-two-flex,  .ingr-v2 {
	flex-direction: column;
}
.single-ing {
	order: 1;
}
.ingr-v2 {
	margin: 0 auto 10px;
}
.ingr-v2 img {
	order: 1;
	width: 230px;
}
.section-two-flex > div {
	max-width: 100%;
	padding: 0 5px;
}
.section-two-flex img {
	max-width: 100%;
}
.ingr-txt {
	text-align: center;
	padding: 0 10px;
}
.ingr-txt-left {
	text-align: center!important;
}
.marginBottom50 {
	margin-bottom: 0px;
}
.ingr-txt h3 {
	font-size: 20px;
	margin: 20px 0 5px;
}
.ingr-txt p {
	font-size: 16px;
}
.section-one {
	padding-top: 40px;
	padding-bottom: 0px;
}
.section-one h1 {
	font-size: 23px;
	padding-top: 2px;
}
.badges {
	margin-top: 3px !important;
}
.section-one h2 {
	font-size: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.col-1-of-2 {
	width: 100%;
}
.sub-title {
	padding-top: 21px;
	padding-bottom: 23px;
}
.section-title {
	padding-top: 10px;
}
.badges {
	margin-top: 15px;
}
.secTwoImage {
	width: 49%;
	margin-bottom: 15px;
}
.secThreeUl li {
	left: 0px;
	margin-left: 13px;
	line-height: 1.4;
	padding: 10px 0;
	font-size: 18px;
}
.section-six .section-title {
	margin-bottom: 20px;
}
.testimonial-single p {
	padding: 0 5px;
}
.col-1-of-3 {
	width: 100%;
}
.prem__div {
	width: 100%;
}
.review {
	width: auto;
	margin: 10px 5px;
}
.boxFixed {
	width: auto;
}
.discTwo {
	position: absolute;
	width: 20%;
	right: 35px;
}
.section-title {
	text-align: center;
	font-size: 28px;
}
.sub-title {
	text-align: center !important;
	font-size: 25px;
}
.mobileHide {
	display: none;
}
.mobileShow {
	display: block;
}
.howToUseSide {
	width: 100%;
}
.howToUse {
	margin-top: 15px;
}
.disclaimer {
	font-size: 12px;
}
.secTwoImage:last-child {
	display: block;
	float: left;
	margin: 0 auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.review-date {
	float: left;
}
.header {
	height: 48px;
}
.topnav .logo {
	max-height: 38px;
}
.topnav a.icon {
	top: 0px;
	padding: 13px 13px;
}
}

@media only screen and (min-width:768px) and (max-width:1000px) {
.hands {
	height: 300px;
	top: 12%;
}
}

@media only screen and (min-width:2000px) {
.section-one {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 500px;
}
.hands {
	right: 20%;
}
}

@media only screen and (max-width:1300px) {
.section-one {
	background-position: 65%;
}
}

@media (max-width: 1000px) {
.box_mobile img:first-of-type {
	display: none;
}
.s1-bullets {
	text-align: center;
	margin-bottom: 0px;
	border: none;
	background-color: #1a1a1a;
	border-radius: 0px;
	padding: 5px;
}
.section-one h1 {
	padding: 10px 0 0px!important;
}
.s1-bullets p {
	font-size: 19px;
	padding: 6px 0;
}
}
.cert-wrapper {
	padding-top: 70px;
}
.symptoms {
	list-style: none;
	text-align: left;
}
.symptoms li {
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
}
.symptoms li::before {
	content: "\2022";
	color: red;
	font-size: 33px;
	line-height: 35px;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
	vertical-align: text-bottom;
}
.section-four {
	background: #f2fefe;
	color: #000;
}
.f-white {
	color: #000;
}
.section-four .sec4_img {
	text-align: center;
}
.section-four .section-title {
	margin-bottom: 20px;
}
.section-four p {
	text-align: center;
	margin: 10px 0;
	font-size: 18px;
}
.section-subtitle {
	font-size: 30px;
	text-align: center;
	margin: 20px 0 10px;
}
.features {
	max-width: 400px;
	margin: 10px auto;
	text-align: center;
}
.features li {
	font-size: 20px;
	margin: 10px 0;
	color: #000;
}
#usage .bordered {
	max-width: 500px;
	margin: 0 auto;
}
.bordered .section-subtitle {
	color: #000;
	margin: 10px 0 10px;
}
.s4-flex {
	display: inline-block;
	width: 30%;
	margin: 10px 10px;
	text-align: center;
	vertical-align: top;
}
.s4-flex {
}
.s5-flex {
	display: inline-block;
	width: 18%;
	margin: 5px;
	text-align: center;
	vertical-align: top;
}
.s5-flex {
}
.section-three p {
	text-align: center;
	margin: 10px 0;
	font-size: 19px;
}
.ingr-v2 {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
}
.ingr-txt h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0;
}
.ingr-txt p {
	font-size: 18px;
	line-height: 1.4;
}
.section-six .section-title {
	margin-bottom: 30px;
}
.bordered {
	background: #ffeaa0;
	padding: 10px;
	border-radius: 10px;
	line-height: 1.6;
}

@media only screen and (max-width:1000px) {
.section-one {
	background: url(../img/s1_legs.png) no-repeat bottom;
	background-size: 159vw;
	background-position-x: -60px;
}
}

@media only screen and (max-width:767px) {
.symptoms li {
	font-size: 20px;
}
#usage .bordered {
	max-width: 90%;
}
.bordered {
	max-width: 90%;
	margin: 10px auto!important;
}
.s4-flex {
	flex-direction: column;
	width: 100%;
	margin: 10px;
}
.sec4_img img {
	width: 100%;
}
.s4-flex p, .s4-flex img {
	max-width: 90%;
}
.s4-flex img {
	order: 1;
}
.s4-flex p {
	order: 2;
}
.s5-flex {
	flex-direction: column;
	margin: 0;
	width: 145px;
	float: inherit;
}
.sec4_img img {
	width: 100%;
}
.s5-flex p, .s5-flex img {
	max-width: 90%;
}
.s5-flex img {
	order: 1;
}
.s5-flex p {
	order: 2;
}
.ingr-txt .align-right,  .ingr-txt .align-left {
	text-align: center!important;
}
.section-one {
	background: url(../img/s1_legs.jpg) no-repeat bottom;
	background-size: 238vw;
	background-position-x: -174px;
}
.section-two-text ul li, .ingr-txt ul li {
	text-align: left;
}
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.priceBox {
    float: right;
    text-align: right;
    max-width: 320px;
    width: 100%;
    padding: 12px;
    margin: 10px 0 0;
    border: solid 1px #cecdcd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.priceBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 200;
    
}
.priceBox li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    flex-wrap: wrap;
}
.priceBox li p:nth-of-type(1) {margin-right: 15px;}
.priceBox .grandTotal {font-size: 25px;}
.priceBox .total {font-weight: 700;width: inherit;}
.content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
}
.formBox {
    
}
.form-frame {
	width: 100%;
    max-width: 320px;
    padding: 10px;
    background-color: #e2e2e2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.total {color: #1f9e11;}
#full_price, .total, #discount, .total {text-align: center;}
#full_price {
    color: #F00;
    text-decoration: line-through;
}
.infoBox {
    max-width: 650px;
    margin: 0;
    padding: 10px;
}
.infoBox div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.infoBox img {margin-right: 14px;}
.infoBox h4 {
    font-size: 18px;
    max-width: 800px;
    width: 100%;
    margin: 12px 0;
}
.infoBox h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.rushOrder {
    border: none;
    border-radius: 8px;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px #000;
    background-color: red;
    text-align: center;
    margin: 20px auto;
    display: block;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px #B0B0B0;
    cursor: pointer;
}
.rushOrder:hover {box-shadow: none;}

@media only screen and (max-width: 1020px) {
	.formBox {margin: 0 auto;}
    .total {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 10px 0;
		font-size: 18px;
	}
    .total {font-size: 21px;}
    .priceBox {
		margin: 10px auto 0;
		float: none;
		text-align: center;
	}
	.infoBox {
		border-top: none;
		max-width: inherit;
	}
}
@media only screen and (max-width: 1100px) {
    body {min-width: 100%;}
    #full_price, .total, #discount, .total {text-align: center;}
    #full_price {
        color: #F00;
        text-decoration: line-through;
    }
}
@media only screen and (max-width: 375px) {
    .infoBox img {width: 60px}
}
@media only screen and (max-width: 330px) {
    .formBox {
        width: 100%;
        min-width: auto;
    }
}

#promocode{width: 84%!important;float: left;}
#promocode_check{width: 40px;padding: 0px;height: 40px;float: left;margin: 0px 0px 20px 0px;cursor:pointer;}

#orderform {
	overflow: visible;
	position: relative;
	width:300px;
	margin:0 auto;
}
#orderform label {
	color: #000;
	display:block;
    font-weight: bold;
	text-align:left;
	font-size: 14px;
}
#orderform input, textarea {
    height: 40px;
    border: 1px solid #1F9DD3;
    font-weight: normal;
    font-size: 16px;
    line-height: 12px;
    padding: 3px;
    width: 97%;
    margin: 0 0 10px 0;
    display: block;
    resize: none;
}
textarea {height: 50px;}
#orderform #shipping_areacode {
	width: 40px !important;
	float:left;
	margin:0 10px 0 0;
}
#orderform input:focus {
	-webkit-box-shadow: 0 0 5px red;
	-moz-box-shadow: 0 0 5px red;
	box-shadow: 0 0 5px red;
	border:1px solid red;
}
#orderform br {clear:both;}
#orderform .radio-select input {
	width: 20px;
	float: left;
	height: 20px;
	margin-right: 5px;
}
.visnone {
    visibility: hidden;
    position: absolute;
}
#close {
	position: relative;
	float: right;
	color: #014586;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}
.order_wrap {
	    border-top: 1px solid black;
}
#order_section {
	margin: 20px 0;
}
.main-video {
	width: 850px;
	position: relative;
}
main {
    padding: 70px 0 50px 0;
}
.p2-prod {
	max-height: 400px;
	max-width: 100%;
	margin-bottom: 20px;
	display: none;
}
.prod2-show {
	display: block;
}
@media (max-width: 900px) {
	.main-video {
	width: 100%;
	height: auto;
}
.p2-prod {
	display: none;
}
}
@media (max-width: 600px) {
    #close {
	position: relative;
	margin: 0px 20px 10px 0;
	float: right;
		top: 0;
		right: 0;
}
	#order_section {
		margin-top: 10px;
	}
	.info-box-btn {
		font-size: 12px
	}
}
