/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h3,
h4 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ul ul {
	margin-bottom: 0
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
select {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

[type=button],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

.h3,
.h4,
h3,
h4 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

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

.h4,
h4 {
	font-size: 1.5rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.container,
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-12,
.col-lg-1,
.col-lg-12,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8,
.col-md-12,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-12,
.col-xl-1,
.col-xl-12,
.col-xl-5,
.col-xl-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:576px) {
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled {
	pointer-events: none
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@media print {

	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	img {
		page-break-inside: avoid
	}

	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}
}

ul {
	/* list-style: none; */
	text-align: left;
}

.form_center {
	text-align: center;
}

.orderform {
	overflow: visible;
	position: relative;
	/*max-width: 300px;*/
	width: 85%;
	margin: 0 auto;
}

.orderform label,
.form-index label {
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	font-size: 14px;
}

.orderform input,
.orderform select,
#form-index input,
#form-index select {
	height: 40px;
	/*border: 1px solid #1F9DD3;*/
	font-weight: normal;
	font-size: 16px;
	line-height: 12px;
	padding: 3px;
	width: 100%;
	margin: 0 auto 5px;
	display: block;
	resize: none;
}

.orderform #shipping_areacode {
	width: 40px !important;
	float: left;
	margin: 0 0px 0 0;
	border-bottom: 1px solid #9e9e9e;
}

.orderform input:focus,
#form-index input:focus {
	box-shadow: 0 0 5px red;
	-webkit-box-shadow: 0 0 5px red;
	-moz-box-shadow: 0 0 5px red;
}

.orderform input[name="billing_phone"] {
	max-width: 80%;
	float: right;
}

.orderform select {
	width: 98%;
	height: 40px;
}

#form {
	visibility: hidden;
}

.orderform br {
	clear: both;
}

.bg_hot {
	background: #7C27A0;
	color: #fff;
	padding: 10px !important;
	margin-top: -11px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.formBox,
.box {
	display: inline-block;
	vertical-align: middle;
}

.box {
	width: 100%;
}

.formBox {
	width: 100%;
	max-width: 280px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 10px 0;
	-webkit-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
	-moz-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
	box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
}

.formBox h3 {
	padding: 0;
}

.formBox h4 {
	padding: 0;
}

.button,
.orderform button {
	font-weight: 700;
	margin: 10px auto;
	font-size: 21px;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #FFDF0E;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-width: 210px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	border: none;
	transition-duration: 500ms;
	border: 1px solid #FFDF0E;
}

.button:hover,
.orderform button:hover {
	box-shadow: none;
	background-color: #FFDF0E;
	border: 1px solid #FFDF0E;
}

.section_11 .box {
	min-width: 300px;
}

.section_11 .product {
	vertical-align: middle;
}

.section_11 .formBox {
	background-color: transparent;
	box-shadow: none;
	max-width: 500px;
	margin: 0 auto;
}

.content {
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
	-moz-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
	box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
	border-radius: 8px;
}

/*/////////////////////////////////////// CONTDONWN ///////////////////////////////////////*/
.info-product {
	display: flex;
	margin-bottom: 8px;
	padding-left: 30px;
	padding-right: 30px;
}

/*/////////////////////////////////////// END CONTDONWN ///////////////////////////////////////*/
/*//////////////////////////////////////////////// PRICES ////////////////////////////////////////////////////*/
.prices {
	width: 95%;
	max-width: 300px;
	padding: 5px;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding-left: 40px;
	padding-top: 30px;
}

.prices p {
	margin: 5px auto;
	line-height: 1.4em;
	display: flex;
	flex-direction: column;
	font-size: 18px;
}

.box-price-old {
	font-size: 18px;
	text-decoration: line-through;
	font-weight: 400;
	color: #000;
}

.box-price-new {
	font-size: 30px;
	font-weight: 600;
	color: #3ADA16;
	display: block;
	margin: 5px 0 3px;
}

.boxShipping {
	font-size: 18px;
	text-decoration: line-through;
	font-weight: 400;
	color: #000;
	margin-top: 10px;
}

/*///////////////////////////////////////// END PRICES /////////////////////////////////////////*/
@media screen and (max-width: 732px) {
	ul {
		padding-left: 20px;
	}

	.a {
		order: 2
	}
}

@media screen and (max-width: 576px) {
	.prices {
		padding-left: 60px;
		padding-top: 12px;
	}

	.info-product {
		display: block;
	}

	.img-product {
		margin-left: -10%;
		margin-top: 19px;
	}
}

@media screen and (max-width: 494px) {
	.img-product {
		width: 55%;
		margin-left: -20px;
		margin-top: 0;
	}

	.prices {
		padding-left: 0;
		padding-top: 0;
	}

	.prices p {
		margin: 0 auto;
	}
}

@media screen and (max-width: 482px) {
	h3 {
		font-size: 16px;
		line-height: normal;
	}
}

@media screen and (max-width: 477px) {
	.formBox {
		margin: 0 auto;
	}
}

@media screen and (max-width: 522px) {
	.orderform input[name="billing_phone"] {
		max-width: 75%;
		float: right;
	}
}

@media screen and (max-width: 330px) {
	.orderform input[name="billing_phone"] {
		max-width: 75%;
		float: right;
	}

	.prices {
		padding-left: 10px;
	}
}

/*.orderform input::placeholder,input[type=text], input[type=numbers] {
  color: red;
  font-weight: bold;
}*/


/*!
 * Materialize v1.0.0 (http://materializecss.com)
 * Copyright 2014-2017 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

nav,
section {
	display: block
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
select {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

button,
input,
select {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

ul:not(.browser-default) {
	padding-left: 0;
	list-style-type: none
}

ul:not(.browser-default)>li {
	list-style-type: none
}

a {
	color: #039be5;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}

.z-depth-0 {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

nav,
.btn,
.collapsible {
	-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)
}

.btn:hover {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2)
}

@media only screen and (max-width: 992px) {
	.hide-on-med-and-down {
		display: none !important
	}
}

@media only screen and (min-width: 993px) {
	.hide-on-large-only {
		display: none !important
	}
}

@media only screen and (min-width: 1201px) {
	.hide-on-extra-large-only {
		display: none !important
	}
}

@media only screen and (min-width: 1201px) {
	.show-on-extra-large {
		display: block !important
	}
}

@-webkit-keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%
	}

	60% {
		left: 100%;
		right: -90%
	}

	100% {
		left: 100%;
		right: -90%
	}
}

@keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%
	}

	60% {
		left: 100%;
		right: -90%
	}

	100% {
		left: 100%;
		right: -90%
	}
}

@-webkit-keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%
	}

	60% {
		left: 107%;
		right: -8%
	}

	100% {
		left: 107%;
		right: -8%
	}
}

@keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%
	}

	60% {
		left: 107%;
		right: -8%
	}

	100% {
		left: 107%;
		right: -8%
	}
}

.hide {
	display: none !important
}

.center {
	text-align: center
}

.left {
	float: left !important
}

.container {
	margin: 0 auto;
	max-width: 1280px;
	width: 90%
}

@media only screen and (min-width: 601px) {
	.container {
		width: 85%
	}
}

@media only screen and (min-width: 993px) {
	.container {
		width: 70%
	}
}

.section {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.row {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}

.row:after {
	content: "";
	display: table;
	clear: both
}

nav {
	color: #fff;
	background-color: #ee6e73;
	width: 100%;
	height: 56px;
	line-height: 56px
}

nav a {
	color: #fff
}

nav .nav-wrapper {
	position: relative;
	height: 100%
}

nav ul {
	margin: 0
}

nav ul li {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	float: left;
	padding: 0
}

nav ul a {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	font-size: 1rem;
	color: #fff;
	display: block;
	padding: 0 15px;
	cursor: pointer
}

nav ul a.btn {
	margin-top: -2px;
	margin-left: 15px;
	margin-right: 15px
}

nav ul a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}

nav ul.left {
	float: left
}

nav form {
	height: 100%
}

.navbar-fixed {
	position: relative;
	height: 56px;
	z-index: 997
}

.navbar-fixed nav {
	position: fixed
}

@media only screen and (min-width: 601px) {
	nav {
		height: 64px;
		line-height: 64px
	}

	.navbar-fixed {
		height: 64px
	}
}

a {
	text-decoration: none
}

html {
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.87)
}

@media only screen and (min-width: 0) {
	html {
		font-size: 14px
	}
}

@media only screen and (min-width: 992px) {
	html {
		font-size: 14.5px
	}
}

@media only screen and (min-width: 1200px) {
	html {
		font-size: 15px
	}
}

h3,
h4 {
	font-weight: 400;
	line-height: 1.3
}

h3 a,
h4 a {
	font-weight: inherit
}

h3 {
	font-size: 2.92rem;
	line-height: 110%;
	margin: 1.9466666667rem 0 1.168rem 0
}

h4 {
	font-size: 2.28rem;
	line-height: 110%;
	margin: 1.52rem 0 .912rem 0
}

.thin {
	font-weight: 200
}

.btn {
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent
}

.btn.disabled,
.btn:disabled,
.btn[disabled] {
	pointer-events: none;
	background-color: #DFDFDF !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #9F9F9F !important;
	cursor: default
}

.btn.disabled:hover,
.btn:disabled:hover,
.btn[disabled]:hover {
	background-color: #DFDFDF !important;
	color: #9F9F9F !important
}

.btn {
	font-size: 14px;
	outline: 0
}

.btn:focus {
	background-color: #1d7d74
}

.btn {
	text-decoration: none;
	color: #fff;
	background-color: #26a69a;
	text-align: center;
	letter-spacing: .5px;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	cursor: pointer
}

.btn:hover {
	background-color: #2bbbad
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.collapsible {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: .5rem 0 1rem 0
}

.collapsible-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.5;
	padding: 1rem;
	background-color: #fff;
	border-bottom: 1px solid #ddd
}

.collapsible-header:focus {
	outline: 0
}

.collapsible-body {
	display: none;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2rem
}

select:focus {
	outline: 1px solid #c9f3ef
}

button:focus {
	outline: none;
	background-color: #2ab7a9
}

label {
	font-size: .8rem;
	color: #9e9e9e
}

::-webkit-input-placeholder {
	color: #d1d1d1
}

::-moz-placeholder {
	color: #d1d1d1
}

::-ms-input-placeholder {
	color: #d1d1d1
}

::placeholder {
	color: #d1d1d1
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=tel]:not(.browser-default) {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	outline: none;
	height: 3rem;
	width: 100%;
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-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]):disabled,
input[type=text]:not(.browser-default):disabled {
	color: rgba(0, 0, 0, 0.42);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.42)
}

input:not([type]):disabled+label,
input[type=text]:not(.browser-default):disabled+label,
input[type=tel]:not(.browser-default):disabled+label {
	color: rgba(0, 0, 0, 0.42)
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #26a69a;
	-webkit-box-shadow: 0 1px 0 0 #26a69a;
	box-shadow: 0 1px 0 0 #26a69a
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label {
	color: #26a69a
}

input:not([type])+label:after,
input[type=text]:not(.browser-default)+label:after,
input[type=tel]:not(.browser-default)+label:after {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: .2s opacity ease-out, .2s color ease-out;
	transition: .2s opacity ease-out, .2s color ease-out
}

select {
	display: none
}

select {
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 5px;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	height: 3rem
}

select:disabled {
	color: rgba(0, 0, 0, 0.42)
}

@-webkit-keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg)
	}

	25% {
		-webkit-transform: rotate(270deg)
	}

	37.5% {
		-webkit-transform: rotate(405deg)
	}

	50% {
		-webkit-transform: rotate(540deg)
	}

	62.5% {
		-webkit-transform: rotate(675deg)
	}

	75% {
		-webkit-transform: rotate(810deg)
	}

	87.5% {
		-webkit-transform: rotate(945deg)
	}

	to {
		-webkit-transform: rotate(1080deg)
	}
}

@keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}

	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}

	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg)
	}

	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg)
	}

	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg)
	}

	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg)
	}

	to {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg)
	}
}

@-webkit-keyframes blue-fade-in-out {
	from {
		opacity: 1
	}

	25% {
		opacity: 1
	}

	26% {
		opacity: 0
	}

	89% {
		opacity: 0
	}

	90% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

@keyframes blue-fade-in-out {
	from {
		opacity: 1
	}

	25% {
		opacity: 1
	}

	26% {
		opacity: 0
	}

	89% {
		opacity: 0
	}

	90% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes red-fade-in-out {
	from {
		opacity: 0
	}

	15% {
		opacity: 0
	}

	25% {
		opacity: 1
	}

	50% {
		opacity: 1
	}

	51% {
		opacity: 0
	}
}

@keyframes red-fade-in-out {
	from {
		opacity: 0
	}

	15% {
		opacity: 0
	}

	25% {
		opacity: 1
	}

	50% {
		opacity: 1
	}

	51% {
		opacity: 0
	}
}

@-webkit-keyframes yellow-fade-in-out {
	from {
		opacity: 0
	}

	40% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	75% {
		opacity: 1
	}

	76% {
		opacity: 0
	}
}

@keyframes yellow-fade-in-out {
	from {
		opacity: 0
	}

	40% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	75% {
		opacity: 1
	}

	76% {
		opacity: 0
	}
}

@-webkit-keyframes green-fade-in-out {
	from {
		opacity: 0
	}

	65% {
		opacity: 0
	}

	75% {
		opacity: 1
	}

	90% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes green-fade-in-out {
	from {
		opacity: 0
	}

	65% {
		opacity: 0
	}

	75% {
		opacity: 1
	}

	90% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes left-spin {
	from {
		-webkit-transform: rotate(130deg)
	}

	50% {
		-webkit-transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(130deg)
	}
}

@keyframes left-spin {
	from {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg)
	}

	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg)
	}
}

@-webkit-keyframes right-spin {
	from {
		-webkit-transform: rotate(-130deg)
	}

	50% {
		-webkit-transform: rotate(5deg)
	}

	to {
		-webkit-transform: rotate(-130deg)
	}
}

@keyframes right-spin {
	from {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}

	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	to {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
}

@-webkit-keyframes fade-out {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fade-out {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes pulse-animation {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@keyframes pulse-animation {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

/* Slider */

/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;

	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url("../fonts/slick.woff") format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

/* Dots */


/* Slider */


html {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}

body .container,
section {
	font-family: 'Poppins';
	color: #282828;
	font-size: 16px;
}

body p {
	margin: 0;
}

.slide_shipping {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	color: #fff;
	height: 36px;
}

.shipping_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px;
	font-size: 12px;
}

.topBar-icon {
	width: 22px;
	margin-right: 15px;
}

.navbar-fixed {
	height: 70px;
	/* margin-top: 36px; */
}

nav .nav-wrapper {
	margin: auto;
	text-align: center;
}

.desktop-nav {
	display: inline-flex;
	height: 100%;
	font-family: 'Poppins';
}

.desktop-nav .menu-item {
	display: inline-flex;
	text-align: center;
	text-transform: uppercase;
}

.desktop-nav .menu-item a {
	color: #282828;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.mainnav.fixed-none {
	background-color: #fff;
}

.order-btn {
	padding: 0 20px;
}

.nav-btn-buy {
	background: #661DE9;
	height: 35px;
	margin-top: 12px;
	line-height: 35px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
	font-weight: 600;
	width: 173px;
	font-family: 'Poppins';
	text-align: center;
}

.nav-btn-buy:hover {
	background: #661DE9;
	text-decoration: none;
	color: #fff;
}

.btn-icon {
	position: relative;
	top: 4px;
	left: 5px;
}

.mobile {
	display: none;
}

.home-flex-1 {
	padding: 0 32px;
}

.home-flex-2 {
	padding-left: 30px;
}

.home-list p {
	font-size: 24px;
	font-weight: 700;
}

.home-list ul {
	margin-top: 15px;
}

.home-list ul li {
	font-size: 20px;
	font-weight: 500;
	color: #5F5F5F;
}

.home-list ul li::before {
	content: '\00b7';
	color: #5F5F5F;
	display: inline-block;
	font-size: 74px;
	line-height: 25px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	padding: 0 10px 0 5px;
}

.home-list span {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	top: -3px;
	left: 6px;
}

.btn.buy-btn-nav {
	max-width: 335px;
	width: 100%;
	background: #FFEC1B;
	color: #1A1C1B;
	font-size: 28px;
	font-weight: 700;
	line-height: 57px;
	height: 57px;
	border-radius: 20px;
	margin: 5px 10px 20px;
}

.homecont {
	font-family: 'Poppins';
}

.bottom-text {
	font-family: 'Poppins';
	line-height: 19px;
}

#row-icons {
	background: #282828;
	height: 160px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}

.box-icon {
	width: 155px;
	display: grid;
	color: #fff;
}

.icon-free {
	margin: auto;
	padding-top: 10px;
}

.box-icon p {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
}

#section2,
#about {
	width: 90%;
	margin: 45px auto;
	max-width: 1310px;
}

.section-title {
	font-weight: 600;
	font-size: 36px;
}

.sub-title {
	padding: 20px 10px;
	line-height: 23px;
	width: 80%;
	margin: auto;
}

.section-content {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.about-img {
	width: 33%;
}

.about-box {
	width: 67%;
}

.box-info-use {
	display: flex;
	width: 100%;
	border: 2px solid #661DE9;
	padding: 15px 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.box-text {
	padding-left: 30px;
}

.icon-box-use {
	margin: auto;
	padding-top: 10px;
	padding-left: 15px;
	width: 108px;
}

#section4 {
	overflow: hidden;
}

.box-text p {
	font-size: 16px;
	text-align: left;
	line-height: 20px;
}

.box-text .info-title {
	font-weight: 600;
	color: #661DE9;
	font-size: 22px;
	margin-bottom: 5px;
}

/*style hover ingredients*/
img {
	max-width: 100%;
	height: auto;
}

.img-wrap {
	position: relative;
	margin: 8px;
}

.img-wrap:first-child {
	margin-left: 0;
}

.img-wrap:last-child {
	margin-right: 0;
}

.img-wrap .img-description {
	position: absolute;
	opacity: 1;
	z-index: 2;
	transition: 0.3s ease-out;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	color: #fff;
	text-align: center;
	width: 312px;
	height: 312px;
	line-height: 22px;
	background: rgba(37, 10, 87, 0.62);
	font-size: 16px;
	padding: 10px;
}

.row-ingredints.mobile {
	display: none;
}

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container-imageIng {
	padding: 1em 0;
	float: left;
}

.container .title {
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 10px;
}

.content {
	position: relative;
	width: 312px;
	margin: auto;
	overflow: hidden;
}

.content .content-overlay {
	background: rgba(37, 10, 87, 0.62);
	position: absolute;
	height: 99%;
	width: 312px;
	margin: 0 10px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
	opacity: 1;
}

.titleIng {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}

.container-imageIng:hover .titleIng {
	display: none;
}

.ing-img {
	width: 100%;
	margin: 0 10px;
}

.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}


.content-details p {
	color: #fff;
	font-size: 0.8em;
}

.fadeIn-top {
	top: 20%;
}

@media (max-width: 1290px) {
	.row-ingredints {
		flex-wrap: wrap;
		flex-direction: row;
	}
}

@media (max-width: 1290px) and (min-width: 884px) {
	.row-ingredints {
		width: 80%;
	}
}

@media (max-width: 710px) {
	.row-ingredints.web {
		display: none;
	}

	.row-ingredints.mobile {
		display: block;
	}
}

/*end style hover ingredients*/
.row-ingredints {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 30px auto 0;
}

.ing-title {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-top: -58%;
}

#section2 .buy-btn-row {
	text-align: center;
	margin: 35px;
}

.box-use {
	display: flex;
}

#how-use {
	height: 300px;
}

.box-use img {
	position: absolute;
	left: calc(50% + -530px);
	z-index: 99;
}

.instruction-use {
	height: 155px;
	width: 920px;
	border: 3px solid #282828;
	margin: auto;
	position: relative;
	top: 70px;
}

.instruction-use p {
	width: 67%;
	float: right;
}

.title-use {
	color: #661DE8;
	font-size: 26px;
	font-weight: 600;
	padding: 12px 0 0;
}

.sub-title-sectin5 {
	font-size: 20px;
	font-weight: 600;
	max-width: 980px;
	margin: auto;
}

.day-img {
	margin: auto;
	display: block;
}

.box-section5 {
	max-width: 875px;
	margin: 50px auto;
	border: 7px solid #661DE9;
	padding: 20px 25px 40px;
}

.box-section5 .sub-title-sectin5 {
	line-height: 25px;
	width: 65%;
}

.text-box-section5 {
	font-size: 17px;
	margin-top: 25px;
	line-height: 22px;
}

/* form-style*/
#order-form {
	max-width: 1280px;
	margin: auto;
	display: block;
	overflow: hidden;
	padding: 30px 0 0;
}

.icon-reviews-top {
	margin: auto;
	display: block;
}

#reviews .section-title {
	text-transform: uppercase;
	font-weight: 800;
	margin: 15px 0 0;
}

.center.section-subTitle {
	font-size: 30px;
	margin-top: -8px;
	margin-bottom: 75px;
}

.col-user {
	width: 55%;
	float: right;
}

.col-user p {
	font-weight: 700;
	font-size: 18px;
}

.col-user .review_dtime {
	color: #B8B8B8;
	font-size: 16px;
	font-weight: normal;
}

.col-user-review {
	width: 65%;
}

#reviews hr {
	border-top: 2px solid #E3E3E3;
	width: 72%;
	margin: 18px auto;
}

.navmenutrigger svg {
	height: 55px;
	padding: 13px 0px;
}

.navmenutrigger svg path {
	fill: #282828;
}

.collapsible.mobilenav {
	background: #fff;
}

.navmenu-link,
.navmenu-link:hover {
	color: #282828;
}

#nav-mobile {
	margin-top: 30px;
}

.mob2 {
	display: none;
}

@media (max-width: 1200px) {
	.desktop-nav {
		width: 100%;
		display: block;
	}

	.order-btn {
		float: right;
	}
}

@media (max-width:992px) and (min-width: 600px) {
	.utility_helta {
		width: 70%;
		margin: auto;
	}
}

@media (max-width: 992px) {
	.mob1 {
		display: none;
	}

	.mob2 {
		display: block;
	}

	.home-list h4 {
		font-size: 26px !important;
		margin-top: 20px !important;
	}

	.home-list p {
		font-size: 22px;
	}

	.home-list ul li {
		font-size: 18px;
	}

	.bottom-text {
		font-size: 16px;
	}

	.about-box {
		width: 100%;
	}

	.section-content {
		flex-direction: column;
	}

	.about-img {
		width: 60%;
		margin: auto;
	}

	.sub-title {
		width: 100%;
		text-align: justify;
	}

	.box-text .info-title {
		font-size: 18px;
	}

	.box-text {
		padding-left: 0;
		padding: 5px;
	}

	.box-text p {
		text-align: justify;
	}

	.box-text .info-title {
		text-align: left;
	}

	.row-ingredints.mobile .ing-title {
		margin-top: 40px;
		margin-bottom: 15px;
		font-size: 24px;
	}

	.img-wrap .img-description {
		line-height: 20px;
		font-size: 14px;
	}

	#how-use {
		height: 360px;
	}

	.box-use img {
		left: calc(50% + -422px);
	}

	.instruction-use {
		padding: 20px;
		height: 270px;
	}

	.title-use {
		margin-top: 40px;
	}

	.instruction-use p {
		width: 100%;
		float: unset;
		text-align: center;
	}

	.utility_helta p:nth-child(odd) {
		background: #661DE9;
		color: #fff;
	}

	#section5 .container {
		display: flex;
		flex-wrap: wrap-reverse;
	}

	.col-user {
		width: 80%;
	}

	.col-user-review {
		width: 90%;
	}

	.desktop-nav .menu-item {
		position: relative;
		top: -15px;
	}

	.mainnav {
		height: 50px;
	}

	.desktop-nav,
	nav .nav-wrapper,
	.order-btn {
		padding: 0;
	}

	.menu-item {
		position: relative;
		top: -15px;
	}

	.desktop-nav .menu-item a {
		padding: 0 5px;
	}

	.order-btn .nav-btn-buy {
		margin: 0;
		border-radius: 0;
	}

	.img-wrap {
		margin: 0;
	}
}

.utility_helta p {
	padding: 7px;
	font-size: 20px;
	font-weight: 300;
}

.utility_helta p span {
	font-weight: 600;
	padding-right: 5px;
}

.mob4 {
	display: none;
}

@media (max-width: 767px) {

	.col-user,
	.col-user-review,
	hr {
		width: 100%;
	}

	.mob3 {
		display: none;
	}

	.mob4 {
		display: block;
	}

	.mobile-reviews {
		display: flex;
		justify-content: center;
	}

	.home-list p {
		text-align: center;
	}

	#top .buy-btn-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.btn.buy-btn-nav {
		margin: auto;
	}

	.bottom-text {
		font-size: 20px;
		text-align: center;
		font-weight: 700;
		color: #5D5D5D;
		line-height: 24px;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) and (min-width: 500px) {
	.home-list ul {
		padding-left: 30px;
	}

	.bottom-text {
		margin: 15px 0 20px;
	}

	.home-flex-1 {
		text-align: center;
	}

	.home-flex-1 .product-img {
		width: 80% !important;
		margin: 15px 0;
	}
}

@media (max-width: 499px) {
	.mobile-reviews .stars-icon {
		margin-right: 10px;
	}

	.mobile-reviews span {
		font-size: 16px;
		line-height: 30px;
	}

	.home-flex-1 {
		padding: 15px 0 0;
	}

	#top .col-12.col-xs-12,
	#section4 .col-12 {
		padding: 0;
	}

	.home-list p {
		font-size: 24px;
	}

	.home-list ul {
		padding-left: 15px;
	}

	#row-icons {
		height: 100px;
		margin: 0;
	}

	.icon-free {
		width: 60%;
	}

	.box-icon p {
		font-size: 12px;
	}

	#section2,
	#about {
		width: 90%;
		margin: 20px auto;
	}

	.about-img {
		width: 100%;
	}

	.section-title {
		font-size: 28px;
		margin-top: 45px;
		line-height: 35px;
	}

	#section2 .buy-btn-row {
		margin: 0;
	}

	#section2 .btn.buy-btn-nav.scroll-to-form {
		margin: 20px auto;
	}

	.box-use img {
		left: calc(50% + -373px);
		margin-top: -21px;
	}

	.title-use {
		margin-top: 20px;
	}

	.disc-use {
		line-height: 22px;
	}

	.utility_helta p {
		font-size: 18px;
	}

	.section-title {
		font-size: 26px;
	}

	.box-section5 {
		padding: 20px 10px 40px;
	}

	.sub-title-sectin5 {
		font-size: 20px;
	}

	.box-section5 .sub-title-sectin5 {
		width: 100%;
	}

	.box-section5 {
		margin: 25px auto;
	}

	.icon-reviews-top {
		width: 80%;
	}

	.section-title {
		font-size: 24px;
	}

	.section-title {
		font-size: 24px;
	}

	.center.section-subTitle {
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 7px;
		line-height: 22px;
	}

	#reviews {
		margin-top: 15px;
	}

	#order-form {
		padding: 10px 0 0;
	}
}

@media (max-width: 320px) {
	#top h4 {
		font-size: 24px !important;
	}

	.home-list ul li {
		font-size: 16px;
	}

	.bottom-text {
		font-size: 18px;
	}

	.btn.buy-btn-nav {
		max-width: 300px;
	}

	.section-title {
		font-size: 22px;
	}

	.box-use img {
		margin-top: 0px;
	}

	.title-use {
		margin-top: 5px;
	}

	.row-ingredints.mobile .ing-title {
		margin-top: 30px;
	}

}

.home-list svg {
	vertical-align: baseline;
}

.box-icon svg {
	max-width: 94px;
	margin: 15px auto;
}

@media screen and (max-width: 767px) {
	.box-icon svg {
		max-width: 60px;
		margin: 5px auto;
	}
}

.box-icon p {
	margin-bottom: 10px;
}

.box-info-use svg {
	display: block;
	min-width: 94px;
}

.big-stars {
	display: block;
	max-width: 327px;
	margin: 0 auto;
}

.navbar-fixed {
	top: 0;
}

.navbar-fixed nav {
	top: 0;
}

@media screen and (max-width: 767px) {
	.home-list svg {
		display: none;
	}
}

#billing_phone {
	max-width: calc(100% - 40px);
}