@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff2') format('woff2'),
		url('Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Light.woff2') format('woff2'),
		url('Montserrat-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff2') format('woff2'),
		url('Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-LightItalic.woff2') format('woff2'),
		url('Montserrat-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Montserrat';
	font-weight: 300;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

img {
	border: none;
	height: auto;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.overflow {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide-desk {
	display: none;
}

/*-----------------------
TOP STRIP
------------------------*/
.top__strip {
	background: #cff128;
	padding: 5px 0;
	float: left;
	width: 100%;
}

.top__strip p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.top__strip img {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
}

/*-----------------------
LOGO SECTION
------------------------*/
.logo__section {
	float: left;
	width: 100%;
	background: #000;
	margin-bottom: 65px;
	position: relative;
}

.logo__section__fixed {
	float: left;
	width: 100%;
	height: 65px;
	margin-top: -65px;
	background: #000;
	position: relative;
	top: 65px;
	padding-top: 13px;
}

.header__fixed-bar .logo__section__fixed {
	position: fixed;
	top: 0;
	z-index: 11;
	margin-top: 0;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
}

.reserved__text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 11px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	letter-spacing: 0.5px;
}

.reserved__text span {
	display: inline-block;
	width: 50px;
}

.reserved__text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -6px 8px 0 0;
	width: 9px;
	height: 9px;
	background: #0bd700;
	border-radius: 50%;
	content: "";
	animation: fade 1.5s ease-in-out infinite;
}

@keyframes fade {
	0% {
		opacity: 100%;
	}

	50% {
		opacity: 30%;
	}

	70% {
		opacity: 100%;
	}

	100% {
		opacity: 100%;
	}
}

.logo {
	float: left;
}

.button-box {
	display: inline-block;
	vertical-align: top;
	max-width: 420px;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.deal-text {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
}

.deal-text span {
	color: #ff0000;
	display: inline-block;
	width: 70px;
	letter-spacing: 0.5px;
}

.button {
	display: inline-block;
	vertical-align: middle;
	background: #16bb28;
	border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	width: 100%;
	box-shadow: 0px 5px 0px 0px #e5e5e5;
	height: 70px;
	padding: 10px 25px 10px 5px;
	text-shadow: 1px 1px 1px #129d22;
	position: relative;
}

.button span {
	font-size: 23px;
	line-height: 30px;
	font-weight: 600;
}

.button p {
	font-size: 16px;
	line-height: 20px;
}

.button img {
	position: absolute;
	right: 10px;
	top: 22px;
}

.button--top {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	color: #fff;
	max-width: 200px;
	width: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
	text-shadow: 1px 1px 1px #129d22;
	position: relative;
	height: 40px;
	float: right;
	font-size: 16px;
	line-height: 40px;
	box-shadow: none;
	text-transform: uppercase;
	background: #16bb28;
}

.button--top img {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	margin: -6px 0 0 6px;
}

ul.button-box__list {
	float: left;
	width: 100%;
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 15px;
}

ul.button-box__list li {
	font-size: 13px;
	line-height: 15px;
	background: url(../images/button_list-tick.png) left top no-repeat;
	padding-left: 20px;
}

/*-----------------------
SECTION-1
------------------------*/
.section-1 {
	float: left;
	width: 100%;
	background: url(../images/section-1.jpg) center top no-repeat #fff5ef;
	position: relative;
	padding-bottom: 80px;
	padding-top: 0;
}

.section-1:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	background: url(../images/section-bottom.jpg) center bottom no-repeat;
	background-size: 100%;
	height: 96px;
}

.verified__reviews {
	display: inline-block;
	vertical-align: middle;
	max-width: 648px;
	width: 100%;
	border: 1px solid #e9e1dd;
	border-radius: 100px;
	background: #fff;
	padding: 3px;
	margin-top: 20px;
}

.verified__reviews img {
	display: inline-block;
	vertical-align: middle;

}

.verified__reviews-star {
	margin: -3px 5px 0 0;
}

.review-faces {
	width: 150px;
	margin: 0 0 0 5px;
}

.verified__reviews p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
}

.section-1__heading {
	font-size: 42px;
	line-height: 48px;
	font-weight: 600;
	color: #000;
	margin-top: 15px;
}

.section-1__heading span {
	color: #f98d1a;
}

.section-1__text {
	font-size: 20px;
	line-height: 30px;
	margin-top: 15px;
}

.section-1__text span.underline {
	border-bottom: 1px solid #333;
}

.section-1__left {
	width: 60%;
	float: left;
	text-align: left;
}

.section__video-box {
	display: inline-block;
	vertical-align: top;
	max-width: 672px;
	width: 100%;
	border: 2px solid #fff;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.2);
	margin-top: 25px;
	position: relative;
	padding-bottom: 54.55%;
}

.video-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	background: url(../images/section1_video-image.jpg) no-repeat center center;
	background-size: cover;
	cursor: pointer;
}

.play-button {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}

.pulsing {
	transform: scale(1);
	animation: 1s ease 0s infinite normal none running pulsing;
}

@keyframes pulsing {
	0% {
		transform: scale(1);
	}

	70% {
		transform: scale(1.034);
	}

	100% {
		transform: scale(1);
	}
}

.section__video-box iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

ul.section-1__list {
	float: left;
	width: 100%;
	margin-top: 20px;
}

ul.section-1__list li {
	background: url(../images/tick-with-round.svg) left 5px no-repeat;
	background-size: 20px;
	padding-left: 35px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 6px;
}

.section-1__left__review {
	float: left;
	width: 95%;
	position: relative;
	padding-left: 90px;
	margin-top: 35px;
}

.section1_review_image {
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.section1_review_star {
	display: block;
	margin: 0 0 10px;
}

.left__review-text {
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	font-weight: 400;
}

.left__review__bottom {
	border-top: 1px solid #d7d7d7;
	padding-top: 15px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 18px;
	color: #656565;
}

.left__review-name {
	float: left;
}

.left__review-name span {
	color: #ed881d;
	font-weight: 600;
}

.left__review-weight {
	float: right;
}

.section-1__right {
	width: 38.46%;
	float: right;
}

.product__package {
	background: url(../images/package-bg.jpg) center 100px no-repeat #fff;
	margin-top: 25px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
}

.package__heading {
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	color: #fff;
	background: #f98d1a;
	padding: 10px;
}

.cut-price-top {
	position: relative;
}

.cut-price-top:before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: calc(100% + 10px);
	margin-left: -5px;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	border-top: 2px solid #ed1c24;
}

.text-yellow {
	color: #fff600;
}

.package__content {
	padding: 20px;
}

.package__product__box {
	float: left;
	width: 100%;
	position: relative;
}

.product__box-seal {
	position: absolute;
	left: 35px;
	top: 0px;
}

.product__box_product {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.available__color {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}

.available__color:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	top: 50%;
	z-index: -1;
}

.available__color span {
	background: #fff;
	padding: 0 10px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

.color-palette {
	margin-top: 8px;
}

.round-plus {
	width: 24px;
	height: 24px;
	font-size: 22px;
	line-height: 24px;
	border-radius: 50%;
	background: #f98d1a;
	display: block;
	margin: 10px auto 0;
	color: #fff;
	font-weight: 400;
}

.free-bonus {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 5px;
}

.free-bonus img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin: -10px 8px 0;
}

.package__bonus {
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
}

.bonus__box {
	width: 47%;
	border: 1px solid #ffdfcc;
	border-radius: 8px;
	padding: 8px 3px;
	margin-top: 10px;
}

.bonus__box img {
	float: left;
	margin-right: 3px;
}

.bonus__box p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	float: left;
	width: calc(100% - 55px);
	text-align: left;
	padding-top: 5px;
}

.bonus__box p span {
	color: #f98d1a;
}

.plus-divider {
	font-size: 28px;
	line-height: 28px;
	width: 3%;
	margin: 0 5px;
	color: #f98d1a;
}

/*-----------------------
SECTION-2
------------------------*/
.section-2 {
	float: left;
	width: 100%;
	padding: 40px 0 80px;
}

.common-heading {
	font-size: 45px;
	line-height: 50px;
	font-weight: 600;
}

.common-heading span {
	color: #ed881d;
}

.s2-mid-row {
	margin-top: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s2-mid-col {
	width: 16%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #000;
	cursor: pointer;
	height: 330px;
	border: 1px solid #CCC;
}

.s2-mid-col .ugc-poster {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	transition: all ease 0.5s;
}

.ugc-poster {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s2-mid-col:hover .ugc-poster {
	opacity: 0.7;
}

.ugc-play {
	position: absolute;
	width: 60px;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}

.s2-slider {
	padding: 0 0;
	margin: 40px 0 0;
	display: inline-block;
}

.comment-bx-col {
	background: #fff;
	border-radius: 6px;
	padding: 25px;
	text-align: left;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	;
}

.s2-t-star {
	display: block;
	width: 96px;
}

.t-txt1 {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 10px;
	height: 120px;
}

.t-txt2 {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-top: 20px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.t-txt2 img {
	display: inline-block !important;
	vertical-align: middle;
	margin: -3px 0 0 4px;
}

.t-txt2 span {
	color: #f98d1a;
	display: block;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 5px;
}

/*-----------------
crousel
-------------------*/
.crousel_section {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 1920px;
	padding: 20px 0 30px 0;
}

.crousel_row {
	float: left;
	width: 100%;
}

.crousel_col {
	display: inline-block;
	vertical-align: top;
	width: 250px !important;
	padding: 0 5px;
}

.crousel_col img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border-radius: 20px;
}

/*-----------------------
SECTION-3
------------------------*/
.section-3 {
	float: left;
	width: 100%;
	padding: 80px 0 150px;
	background: url(../images/section-3.jpg) center top no-repeat #fff5ef;
	position: relative;
	overflow: hidden;
}

.section-3:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	background: url(../images/section-bottom.jpg) center bottom no-repeat;
	background-size: 100%;
	height: 96px;
}

.section-3__left {
	width: 51.28%;
	float: left;
	text-align: left;
}

.common-text {
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;
}

.section-3__left-seal__box {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 0 20px 120px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 30px;
}

.section-3__left-seal__box img {
	position: absolute;
	left: 0;
	top: 22px;
}

.section-3__left-seal__box h3 {
	font-size: 21px;
	line-height: 26px;
	letter-spacing: 0.3px;
	margin-bottom: 5px;
	font-weight: 600;
}

.section-3__left-seal__box p {
	font-size: 18px;
	line-height: 26px;
}

.section-3__right {
	width: 48.71%;
	float: right;
	position: relative;
}

.section-3_circle {
	width: 415px;
	height: 415px;
	border-radius: 50%;
	background: #f5b97c;
	position: absolute;
	left: 10px;
	top: 0;
}

.section-3_image {
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 1;
}

.section-3-prod {
	position: absolute;
	left: -30px;
	top: 390px;
	z-index: 2;
}

ul.section3__list {
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 1;
}

ul.section3__list li {
	font-size: 16px;
	line-height: 22px;
	position: relative;
	padding: 10px 0 0 80px;
	text-align: left;
	margin-top: 28px;
	font-weight: 600;
}

ul.section3__list li img {
	position: absolute;
	left: 0;
	top: 0
}

ul.section3__list li:first-child {
	margin-left: -45px;
}

ul.section3__list li:last-child {
	margin-left: -20px;
}

/*-----------------------
SECTION-4
------------------------*/
.section-4 {
	float: left;
	width: 100%;
	padding: 80px 0;
	background: #FEFEFE;
}

.section-4__left {
	width: 35%;
	float: left;
	margin-bottom: -20px;
}

.section-4__left img {
	max-width: 85%;
}

.s4-left-text1,
.s4-left-text2 {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #ff0000;
	text-align: center;
	font-weight: 600;
}

.s4-left-text2 {
	color: #13a423;
}

.versus {
	position: relative;
	margin: 0 0;
}

.versus:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-top: 2px solid #f0c0a4;
}

.versus span {
	width: 58px;
	height: 58px;
	background: #fff;
	border-radius: 50%;
	font-size: 26px;
	line-height: 50px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.section-4__right {
	width: 60%;
	float: right;
	text-align: left;
}

.section-4__compare {
	float: left;
	width: 100%;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.compare__box {
	width: 50%;
	float: left;
	padding: 12px 20px;
	margin-top: 30px;
}

.compare__box.fl {
	background: #fff5ef;
	border-radius: 10px 0 0 10px;
}

.compare__box.fr {
	background: #feeaea;
	border-radius: 0 10px 10px 0;
}

.compare__box-heading {
	background: #fff;
	border-radius: 10px;
	padding: 5px 10px;
}

.compare__box-heading img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.compare__box-heading p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.compare__box.fl .compare__box-heading p {
	color: #ff0000;
}

.compare__box.fr .compare__box-heading p {
	color: #ed881d;
}

ul.compare__list {
	float: left;
	width: 100%;
	margin-top: 10px;
}

ul.compare__list li {
	padding: 12px 0 12px 35px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	border-bottom: 1px solid #d5d0cd;
}

.compare__box.fl ul.compare__list li {
	background: url(../images/cross.png) left 15px no-repeat;
}

.compare__box.fr ul.compare__list li {
	background: url(../images/tick.png) left 15px no-repeat;
}

ul.compare__list li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

/*-----------------------
SECTION-5
------------------------*/
.section-5 {
	float: left;
	width: 100%;
	padding: 70px 0 100px;
	background: #fff5ef;
	position: relative;
	overflow: hidden;
}

.section-5:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	background: url(../images/section-bottom.jpg) center bottom no-repeat;
	background-size: 100%;
	height: 96px;
}

.section-5__inner {
	float: left;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
}

.section-5__inner__box {
	width: 100%;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	position: relative;
}

.section-5__inner__box:nth-child(odd):before {
	position: absolute;
	top: 145px;
	left: -40px;
	right: 30px;
	content: "";
	background: url(../images/s5-line1.png) no-repeat center center;
	background-size: 100%;
	height: 499px;
}

.section-5__inner__box:nth-child(even):before {
	position: absolute;
	top: 135px;
	left: 20px;
	right: 10px;
	content: "";
	background: url(../images/s5-line2.png) no-repeat center center;
	background-size: 100%;
	height: 473px;
}

.section-5__inner__box:last-child:before {
	display: none;
}

.section-5__content {
	width: 45%;
	text-align: left;
	position: relative;
}

.section-5__content.fl {
	padding-left: 80px;
}

.section-5__content.fr {
	padding-right: 80px;
}

.s5-step-number {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 63px;
	height: 55px;
	background: url(../images/s5-step-icon.png) no-repeat center center;
	background-size: 100%;
	text-align: center;
	color: #fff;
	padding: 28px 0 0;
	font-size: 18px;
	font-weight: 600;
}

.section-5__content.fr .s5-step-number {
	left: auto;
	right: -10px;
	top: -10px;
}

.sec5_content-heading {
	font-size: 30px;
	line-height: 38px;
	color: #ed881d;
	font-weight: bold;
}

.sec5_content-text {
	font-size: 18px;
	line-height: 26px;
	margin-top: 15px;
	letter-spacing: 0.5px;
	color: #000;
}

ul.sec5_box__list {
	float: left;
	width: 100%;
	margin-top: 10px;
}

ul.sec5_box__list li {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.5px;
	font-weight: 400;
	padding-left: 35px;
	margin-top: 10px;
	background: url(../images/section_5-list-icn.png) no-repeat left 3px;
}

.section-5__box__image {
	width: 44%;
	position: relative;
}

.feauture-image {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 10px;
}

.s5-img-icon {
	position: absolute;
	left: 15px;
	top: 15px;
}

/*-----------------------
SECTION-6
------------------------*/
.section-6 {
	float: left;
	width: 100%;
	padding: 70px 0;
}

.section-6__inner {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.section-6_product {
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.section-6__inner__box {
	width: 40%;
	position: relative;
}

.section-6__inner__box h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

.section-6__inner__box p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 12px;
}

.section-6__inner__box.fl {
	text-align: right;
}

.section-6__inner__box .section-6-tick {
	position: absolute;
	top: 100px;
}

.section-6__inner__box.fl .section-6-tick {
	right: 0;
}

.box__block {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}

.box__block:before {
	content: '';
	position: absolute;
	width: 80%;
	bottom: 0;
	border-bottom: 1px solid #e0d0f0;
	z-index: -1;
}

.section-6__inner__box.fl .box__block:before {
	left: 0;
}

.section-6__inner__box.fl .box__block {
	padding: 60px 140px 60px 0;
}

.section-6__inner__box.fr {
	text-align: left;
}

.section-6__inner__box.fr .box__block {
	padding: 60px 0 60px 140px;
}

.section-6__inner__box.fr .section-6-tick {
	left: 0;
}

.section-6__inner__box.fr .box__block:before {
	right: 0;
}

.box__block:last-child {
	padding-bottom: 0px !important;
}

.box__block:last-child:before {
	border-bottom: none;
}

.avail__colors {
	float: left;
	width: 100%;
}

.avail__colors p {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
	position: relative;
	margin-top: 70px;
}

.avail__colors p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-top: 1px solid #ccc;
}

.avail__colors p span {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 0 25px;
	position: relative;
}

.avail__colors img {
	display: inline-block;
	vertical-align: middle;
	margin: 25px auto 0;
	max-width: 100%;
}

.s6-size-row {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 0;
}

.s6-size-col {
	margin: 15px 5px 0;
	position: relative;
	background: #ededed;
	border-radius: 5px;
	text-align: center;
	padding: 15px 10px;
}

.s6-size-col span {
	font-size: 21px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #010101;
	font-weight: 500;
}

.s6-size-col p {
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.3px;
	color: #010101;
	font-weight: 500;
}


/*-----------------------
SECTION-7
------------------------*/
.section-7 {
	float: left;
	width: 100%;
	padding: 40px 0 70px;
	position: relative;
	overflow: hidden;
	background: #fff5ef url(../images/section6-bg.jpg) no-repeat center top;
}

.sec7_row {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 20px;
	max-width: 970px;
	position: relative;
}

.sec7_row:before {
	position: absolute;
	left: 50%;
	top: 50px;
	bottom: 0;
	border-left: 1px solid #ddd;
	content: "";
}

.sec7_row-col {
	width: 43%;
	text-align: left;
}

.sec7-gift {
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
}

.sec7-col-text1 {
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #ff1800;
	font-weight: 600;
}

.sec7-col-text2 {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0.5px;
	color: #000000;
	font-weight: 600;
	margin-top: 5px;
}

.sec7-col-text3 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #f98d1a;
	font-weight: 500;
	margin-top: 5px;
}

.sec7-col-text4 {
	font-size: 18px;
	line-height: 26px;
	margin-top: 15px;
	letter-spacing: 0.5px;
	color: #000;
}

ul.sec7-col-list {
	float: left;
	width: 100%;
	margin-top: 15px;
}

ul.sec7-col-list li {
	margin-top: 10px;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #000;
	padding-left: 30px;
	background: url(../images/tick.png) no-repeat left 3px;
	background-size: 20px;
}

/*----------------
Trusted-section
------------------*/
.trusted-section {
	float: left;
	width: 100%;
	height: 346px;
	background: url(../images/trusted-bg.jpg) no-repeat center center;
	background-size: cover;
}

/*-----------------------
reviews_section
------------------------*/
.reviews_section {
	float: left;
	width: 100%;
	padding: 70px 0;
}

.rating_row {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.rating_col-1 {
	width: 33%;
}

ul.rating-list {
	float: left;
	width: 100%;
}

ul.rating-list li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.rating-list li:last-child {
	border-bottom: none;
}

.rating-list-txt1 {
	float: left;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #000000;
	text-align: left;
}

.rating-list-txt2 {
	float: right;
	font-size: 17px;
	line-height: 18px;
	color: #000000;
}

.rating-list-txt2 img {
	display: inline-block;
	vertical-align: middle;
	margin: -6px 12px 0 0;
	width: 75px;
}

.rating_col-2 {
	width: 200px;
	text-align: center;
}

.review-rating {
	font-size: 85px;
	line-height: 75px;
	color: #000000;
}

.star {
	display: block;
	margin: 20px auto 0;
	max-width: 100%;
	width: 140px;
}

.verified-text {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #000;
	margin-top: 10px;
}

.rating_col-3 {
	width: 33%;
}

.review_img-row {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.review_img-col {
	width: 24%;
}

.review_img-col img {
	display: block;
	margin: 3px auto;
	max-width: 100%;
	height: 80px !important;
	aspect-ratio: unset !important;
	object-fit: cover;
}

.reviews_box {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.reviews_box-row {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0;
	border: 1px solid #d7d7d7;
}

.reviews_box-row-left {
	width: 290px;
	padding: 25px 25px 35px;
	text-align: left;
}

.reviews_name {
	float: left;
	width: 100%;
	padding: 10px 0 10px 75px;
	position: relative;
}

.testi-pics {
	position: absolute;
	left: 0;
	top: 8px;
	width: 60px;
	height: 60px;
	background: #e8e8e8;
	border-radius: 50%;
	color: #0a3252;
	font-size: 24px;
	line-height: 58px;
	text-align: center;
}

.t-name {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}

.t-vryfd {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.3px;
	color: #6db607;
	margin-top: 10px;
}

.t-vryfd img {
	display: inline-block;
	vertical-align: middle;
	margin: -6px 3px 0 0;
	width: 14px;
}

.reviewing_prod {
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
	margin-top: 25px;
	padding: 20px 0 12px 75px;
	border-top: 1px solid #cccccc;
}

.test-prod-txt {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 19px;
	color: #3d3d3d;
	letter-spacing: 0.3px;
}

.test-prod-txt span {
	font-size: 13px;
	display: block;
	margin-top: 3px;
}

.t-prod-dv {
	position: absolute;
	left: 0;
	top: 15px;
	border-radius: 6px;
	background: #fff5ef;
	border: 1px solid #ddd;
	width: 55px;
	height: 55px;
	line-height: 35px;
	padding: 5px 1px;
	text-align: center;
}

.t-prod-dv img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.recomend-text {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 13px;
	line-height: 17px;
	color: #3d3d3d;
}

.recomend-text img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 0;
}

.reviews_box-row-right {
	width: calc(100% - 290px);
	padding: 35px 30px;
	text-align: left;
	border-left: 1px solid #d7d7d7;
}

.reviews_box-row-right h4 {
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.t-star {
	display: block;
	width: 99px;
	margin-top: 10px;
	max-width: 100%;
}

.testi-paragraph {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	letter-spacing: 0.5px;
	margin-top: 20px;
}

a.revw-btn {
	font-size: 20px;
	line-height: 28px;
	color: #28ab3b;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	margin-top: 50px;
}

/*----offer-strip----*/
.offer-strip {
	float: left;
	width: 100%;
	background: url(../images/offer-strip-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 30px 0;
}

.offer-strip_text1 {
	font-size: 45px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6);
}

.offer-strip_text2 {
	font-size: 45px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6);
}

.offer-strip_text2 img {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	margin: -20px 15px 0;
}

.black-timer-strip {
	float: left;
	width: 100%;
	padding: 15px 0;
	background: #000000;
}

.black-timer-strip p {
	font-size: 19px;
	line-height: 26px;
	color: #fefefe;
	letter-spacing: 0.5px;
}

.black-timer-strip p img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin: -6px 3px 0;
}

.black-timer-strip p span {
	font-weight: 500;
	color: #ffe431;
	display: inline-block;
	width: 55px;
}

/*----------------
SELECT_SECTION
-------------------*/
.select-section {
	float: left;
	width: 100%;
	padding: 70px 0;
}

.select-section__left {
	float: left;
	width: 47%;
}

.select-section__slider {
	float: left;
	width: 100%;
	position: relative;
}

.sold-out {
	position: absolute;
	left: 25px;
	top: 25px;
	background: #ffebac;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
	padding: 10px 20px 8px;
	border-radius: 8px;
	z-index: 2;
}

.sold-out img {
	display: inline-block;
	vertical-align: middle;
	margin: -10px 10px 0 0;
}

.guarantee-box {
	float: left;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 30px 0 0;
	background: #fef2d8;
	border: 1px solid #f1cb73;
	border-radius: 15px;
	padding: 20px 10px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.guarantee-seal {
	width: 130px;
}

.guarantee-seal img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.guarantee-content {
	width: calc(100% - 130px);
	padding-left: 15px;
	text-align: left;
}

.guarantee-content h3 {
	font-size: 24px;
	line-height: 27px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.guarantee-content p {
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	margin-top: 12px;
	letter-spacing: 0.3px;
}

.select-section__right {
	float: right;
	width: 47%;
	text-align: left;
}

.trust-customer {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #ff0000;
}

.trust-customer img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}

.prod_name-Heading {
	font-size: 41px;
	line-height: 55px;
	color: #000000;
	font-weight: 600;
	margin-top: 20px;
}

.verified-revw-text {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.3px;
	margin-top: 15px;
	color: #000000;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	letter-spacing: 0.3px;
}

.verified-revw-text img {
	display: inline-block;
	vertical-align: middle;
	margin: -8px 5px 0 0;
	width: 80px;
}

.pricing-row {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
}

.cut-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	line-height: 55px;
	color: #505050;
	letter-spacing: 0.5px;
	position: relative;
}

.cut-price:before {
	position: absolute;
	left: 0;
	right: -5px;
	border-bottom: 1px solid #F00;
	content: "";
	top: 48%;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}

.regular-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	line-height: 55px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: 15px;
}

.save-prc {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 14px 9px;
	background: #16bb28;
	font-size: 21px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 5px;
	text-align: center;
}

.gift-box {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
	border: 2px dashed #323232;
	border-radius: 10px;
	padding: 20px 20px;
}

.gift-box_left {
	text-align: left;
	width: calc(100% - 120px);
}

.gift-number {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #000;
	background: #ffe185;
	border-radius: 40px;
	padding: 5px 15px;
	font-weight: 600;
}

.gift-name {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #000000;
	font-weight: 500;
	margin-top: 10px;
}

.gift-value {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #2d2d2d;
	font-weight: 500;
	margin-top: 10px;
}

.gift-value span.stick {
	display: inline-block;
	margin: 0 5px 0 3px;
	position: relative;
}

.gift-value span.stick:before {
	position: absolute;
	left: -2px;
	right: -4px;
	border-bottom: 2px solid #F00;
	content: "";
	top: 48%;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}

.color-red {
	color: #ff0000;
}

.gift-box_right {
	width: 110px;
}

.gift-box_right img {
	max-width: 100%;
}

.customize-box {
	float: left;
	width: 100%;
	padding: 30px 20px;
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
}

.customize_heading {
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.frmElement {
	float: left;
	width: 100%;
	margin-top: 22px;
	text-align: left;
}

.frmElement label {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	letter-spacing: 0.5px;
	font-family: 'Montserrat';
	font-weight: 400;
	margin-bottom: 8px;
}

.frmField {
	float: left;
	width: 100%;
	height: 55px;
	border: 1px solid #111111;
	border-radius: 5px;
	padding: 5px 20px;
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	letter-spacing: 0.5px;
	font-family: 'Montserrat';
	font-weight: 400;
	outline: none;
	-webkit-appearance: none;
	background: #fff;
}

::placeholder {
	color: #000;
}

.select-row {
	float: left;
	width: 100%;
	margin-top: 25px;
	text-align: left;
}

.select-hdng {
	font-size: 17px;
	line-height: 25px;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.5px;
}

a.size-guide {
	font-size: 12px;
	color: #4690ff;
	text-decoration: underline;
}

.select-color-row {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.select-color-col {
	padding: 4px;
	border: 2px solid #fff;
	display: flex;
	width: 56px;
	height: 56px;
	border-radius: 5px;
	margin-right: 5px;
	margin-top: 10px;
	cursor: pointer;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	position: relative;
}

.select-color-col.active {
	border: 2px solid #000;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.select-color-col>div {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.select-color-col>div.color-green {
	background: #a7e346;
}

.select-color-col>div.color-black {
	background: #000000;
}

.select-color-col>div.color-red {
	background: #bf3533;
}

.select-color-col>div.color-pink {
	background: #ee73cd;
}

.select-color-col>div.color-blue {
	background: #2454e0;
}

.select-color-col>div.color-purple {
	background: #954687;
}

.select-color-col>div.color-patriot {
	background: url(../images/patriot.png) no-repeat center center;
	background-size: cover;
}

.select-color-col span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #000;
	padding: 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.2px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.select-color-col span:after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
}

.select-color-col:last-child span {
	left: -35px;
	right: -35px;
}

.select-color-col:hover span {
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	opacity: 1;
	visibility: visible;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
}

.select-size-row {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.select-size-col {
	padding: 5px;
	border: 2px solid #fff;
	display: flex;
	width: 75px;
	height: 73px;
	border-radius: 5px;
	margin-right: 5px;
	margin-top: 10px;
	cursor: pointer;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	position: relative;
}

.select-size-col.active {
	border: 2px solid #000;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.select-size-col>div {
	width: 100%;
	height: 100%;
	background: #ededed;
	border-radius: 5px;
	text-align: center;
	padding: 12px 3px;
}

.select-size-col>div span {
	font-size: 21px;
	line-height: 21px;
	color: #010101;
	font-weight: 500;
}

.select-size-col>div p {
	font-size: 11px;
	line-height: 14px;
	color: #010101;
	font-weight: 500;
}

.cart-qty-div {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #111111;
	border-radius: 5px;
	background: #fff;
	margin-top: 10px;
	overflow: hidden;
}

.sub,
.add {
	float: left;
	width: 50px;
	height: 55px;
	padding: 0;
	text-align: center;
	background: #f1f1f1;
	outline: none;
	cursor: pointer;
	font-size: 26px;
	line-height: 24px;
	color: #000;
	font-family: 'Montserrat';
	border: none;
}

.cart-qty-div input {
	float: left;
	border: none;
	background: none;
	width: 70px;
	text-align: center;
	height: 55px;
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'Montserrat';
}

.addTocut-button {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background: #16bb28;
	border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	box-shadow: 0px 5px 0px 0px #e5e5e5;
	height: 72px;
	line-height: 72px;
	font-size: 26px;
	letter-spacing: 0.5px;
	margin-top: 30px;
	border: none;
	-webkit-appearance: none;
	font-family: 'Montserrat';
	cursor: pointer;
}

.addTocut-button img {
	display: inline-block;
	vertical-align: middle;
	margin: -8px -10px 0 10px;
}

.secure-text {
	font-size: 14px;
	line-height: 22px;
	color: #131313;
	letter-spacing: 0.3px;
	margin-top: 15px;
	text-align: center;
}

.secure-text img {
	display: inline-block;
	vertical-align: middle;
	margin: -7px 7px 0 0;
}

.safe-logo {
	display: block;
	margin: 25px auto 0;
	max-width: 100%;
	width: 400px;
}

/*----------------
FAQ
----------------*/
.faq-section {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #fff8f3;
}

.faq-container {
	display: inline-block;
	vertical-align: top;
	max-width: 830px;
	width: 100%;
	margin: 20px 0 15px;
}

.up-slide-dwn {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(124, 139, 161, 0.2);
	box-shadow: 0 10px 20px 0 rgba(124, 139, 161, 0.2);
	margin-top: 20px;
	padding: 10px 20px;
	cursor: pointer;
}

.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/close.png) no-repeat 100% center;
	padding: 15px 45px 15px 0;
	font-size: 19px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.5px;
	position: relative;
}

.acdn-heading.accordion-open {
	background: url(../images/open.png) no-repeat 100% center;
	border-bottom: 1px solid #ddd;
}

.acdn-content {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 0 20px 0;
}

.acdn-para {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #000000;
	letter-spacing: 0.5px;
	margin-top: 20px;
}

/*----------------
FOOTER
----------------*/
.footer {
	float: left;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 40px 0;
}

.ftr-logo {
	margin: 0 auto 15px;
	display: block;
}

.ftr-txt {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.3px;
	color: #1e1e1e;
	margin-top: 10px;
}

.footer .ftr-txt a {
	padding: 0 7px;
	color: #1e1e1e;
	text-transform: uppercase;
}



@media only screen and (max-width:1200px) {
	.container {
		width: 1000px;
	}


	.section-1__heading {
		font-size: 37px;
		line-height: 45px;
	}

	.free-bonus {
		font-size: 18px;
	}

	.free-bonus img {
		width: 15px;
		margin: -7px 5px 0;
	}

	.package__heading {
		font-size: 25px;
		line-height: 32px;
	}

	.button span {
		font-size: 20px;
	}

	.common-heading {
		font-size: 38px;
		line-height: 44px;
	}

	.section-3_circle {
		width: 325px;
		height: 325px;
		top: 100px;
	}

	.section-3_image {
		width: 400px;
		top: 0;
		left: 0;
	}

	ul.section3__list {
		right: -30px;
		top: 0px;
	}

	ul.section3__list li {
		margin-top: 20px;
	}

	.section-5__inner {
		padding: 0;
	}

	.section-5__content {
		width: 47%;
	}

	.section-5__content.fl {
		padding-left: 70px;
	}

	.section-5__content.fr {
		padding-right: 70px;
	}

	.sec5_content-text {
		font-size: 17px;
		line-height: 25px;
	}

	ul.sec5_box__list li {
		font-size: 17px;
		line-height: 25px;
	}

	.section-5__box__image {
		width: 46%;
	}

	.section-5__inner__box:nth-child(odd):before {
		top: 120px;
	}

	.section-5__inner__box:nth-child(even):before {
		top: 90px;
	}

	.t-txt1 {
		height: 165px;
	}


	.guarantee-content h3 {
		font-size: 19px;
		line-height: 25px;
	}

	.guarantee-content p {
		font-size: 16px;
		line-height: 24px;
	}

	.select-section__right {
		width: 49%;
	}

	.prod_name-Heading {
		font-size: 36px;
		line-height: 45px;
	}

}

@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	ul.button-box__list.hide-tab {
		display: none;
	}

	.logo {
		width: 170px;
	}

	.reserved__text {
		font-size: 12px;
		line-height: 18px;
	}

	.section-1 {
		padding-bottom: 50px;
	}

	.section-1__heading {
		font-size: 28px;
		line-height: 34px;
	}

	.section-1__text {
		font-size: 15px;
		line-height: 24px;
		margin-top: 10px;
	}

	.package__heading {
		font-size: 18px;
		line-height: 25px;
	}

	ul.section-1__list li {
		font-size: 15px;
		line-height: 26px;
		background-size: 18px;
		background-position: left 3px;
	}

	.package__content {
		padding: 20px 10px;
	}

	.package__bonus {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 10px;
	}

	.available__color span {
		line-height: 26px;
	}

	.free-bonus {
		font-size: 16px;
		line-height: 22px;
	}

	.bonus__box {
		width: 100%;
		margin: 5px 0;
		padding: 5px;
	}

	.plus-divider {
		margin: -5px auto;
		width: auto;
	}

	.section-1 .button-box {
		margin-top: 15px;
	}

	.section-1 .button {
		height: 65px;
		padding: 13px 25px 13px 5px;
	}

	.section-1 .button span {
		font-size: 17px;
		line-height: 20px;
	}

	.section-1 .button p {
		font-size: 14px;
		line-height: 20px;
	}

	.section-1 .button img {
		width: 22px;
	}

	.play-button {
		width: 200px;
	}

	.section-2 {
		padding: 40px 0
	}

	.s2-mid-col {
		height: 220px;
	}

	.section-3 {
		padding: 40px 0 60px;
	}

	.common-heading {
		font-size: 30px;
		line-height: 36px;
	}

	.common-text {
		font-size: 17px;
		line-height: 26px;
	}

	.section-3__left-seal__box {
		margin-top: 20px;
		padding: 10px 0 10px 88px;
	}

	.section-3__left-seal__box img {
		width: 75px;
	}

	.section-3__left-seal__box h3 {
		font-size: 18px;
	}

	.section-3__left-seal__box p {
		font-size: 16px;
		line-height: 24px;
	}

	.section-3_circle {
		width: 235px;
		height: 235px;
	}

	.section-3_image {
		width: 300px;
		left: -20px;
		top: 0px;
	}

	.section-3-prod {
		left: 10px;
		top: 363px;
		width: 180px;
	}

	ul.section3__list {
		right: -20px;
	}

	ul.section3__list li {
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 0 50px;
	}

	ul.section3__list li img {
		width: 45px;
	}

	.section-4 {
		padding: 40px 0;
	}

	.compare__box {
		padding: 12px 10px;
	}

	.compare__box-heading img {
		width: 40px;
		margin-right: 0px;
	}

	.compare__box-heading p {
		font-size: 14px;
		line-height: 16px;
		width: calc(100% - 45px);
	}

	ul.compare__list li {
		padding: 6px 0 6px 28px;
		font-size: 13px;
		line-height: 19px;
	}

	.compare__box.fl ul.compare__list li,
	.compare__box.fr ul.compare__list li {
		background-size: 18px;
	}

	.s4-left-text1,
	.s4-left-text2 {
		font-size: 18px;
		line-height: 24px;
	}

	.section-5 {
		padding: 40px 0 80px;
	}

	.section-5__content {
		width: 48%;
	}

	.sec5_content-heading {
		font-size: 22px;
		line-height: 26px;
	}

	.sec5_content-text {
		font-size: 16px;
		line-height: 24px;
	}

	.s5-step-number {
		width: 45px;
		height: 45px;
		padding: 23px 0 0;
		font-size: 15px;
	}

	.section-5__content.fl {
		padding-left: 55px;
	}

	.section-5__content.fr {
		padding-right: 55px;
	}

	ul.sec5_box__list li {
		font-size: 16px;
		line-height: 22px;
	}

	.section-5__inner__box:nth-child(odd):before,
	.section-5__inner__box:nth-child(even):before {
		display: none;
	}


	.section-6 {
		padding: 40px 0;
	}

	.section-6_product {
		width: 280px;
	}

	.section-6__inner__box.fl .box__block {
		padding: 20px 80px 20px 0;
	}

	.section-6__inner__box.fr .box__block {
		padding: 20px 0 20px 80px;
	}

	.section-6__inner__box .section-6-tick {
		top: 50px;
	}

	.section-6__inner__box h3 {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 0.5px;
	}

	.section-6__inner__box p {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.3px;
		margin-top: 7px;
	}

	.avail__colors p {
		margin-top: 30px;
		font-size: 22px;
		line-height: 30px;
	}

	.sec7_row-col {
		width: 45%;
	}

	.reviews_section {
		padding: 50px 0;
	}

	.rating_row {
		margin: 30px auto;
	}

	.rating_col-1 {
		width: 50%;
	}

	.rating_col-3 {
		width: 50%;
		margin-top: 30px;
	}

	.reviews_box-row {
		margin: 20px 0 0;
	}

	.reviews_box-row-left {
		width: 250px;
		padding: 20px 20px 25px;
	}

	.reviews_box-row-right {
		width: calc(100% - 250px);
		padding: 30px 25px;
	}

	.testi-paragraph {
		margin-top: 15px;
	}

	.t-star {
		width: 100px;
	}


	.guarantee-box {
		justify-content: center;
		padding: 20px 15px;
	}

	.guarantee-content {
		width: 100%;
		text-align: center;
		padding: 10px 0 0;
	}

	.guarantee-content p {
		font-size: 15px;
		line-height: 23px;
		letter-spacing: 0.5px;
	}

	.trust-customer {
		font-size: 16px;
	}

	.prod_name-Heading {
		font-size: 28px;
		line-height: 35px;
		margin-top: 15px;
	}

	.verified-revw-text {
		font-size: 15px;
		margin-top: 10px;
	}

	.cut-price,
	.regular-price {
		font-size: 24px;
		line-height: 30px;
	}

	.save-prc {
		font-size: 16px;
		line-height: 18px;
	}

	.gift-box {
		padding: 15px 15px;
	}

	.gift-box_right {
		width: 60px;
	}

	.gift-box_left {
		width: calc(100% - 65px);
	}

	.gift-number {
		font-size: 15px;
		line-height: 15px;
	}

	.gift-name {
		font-size: 17px;
		line-height: 20px;
	}

	.gift-value {
		font-size: 16px;
	}

	.customize-box {
		padding: 20px 15px;
	}

	.customize_heading {
		font-size: 22px;
		line-height: 24px;
	}

}

@media only screen and (max-width:767px) {
	.hide-mob {
		display: none;
	}

	.hide-desk {
		display: block;
	}

	.container {
		width: 100%;
		padding: 0 15px;
		max-width: 600px;
		box-sizing: border-box;
	}


	.logo__section {
		margin-bottom: 50px;
	}

	.logo__section__fixed {
		height: 50px;
		margin-top: -50px;
		top: 50px;
		padding-top: 5px;
	}

	.logo {
		width: 160px;
		margin-top: 3px;
	}

	.reserved__text {
		float: right;
		width: 145px;
		position: static;
		transform: none;
		text-align: left;
		font-size: 12px;
		line-height: 18px;
		padding-left: 25px;
	}

	.reserved__text img {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -9px;
	}

	.reserved__text:before {
		display: none;
	}

	.reserved__text span {
		width: 35px;
	}

	.header__stopwatch {
		float: right;
		width: 145px;
		text-align: left;
		margin: 4px 0 0;
		font-size: 12px;
		line-height: 16px;
		color: #fff;
		padding-left: 25px;
		position: relative;
		font-weight: 400;
		letter-spacing: 0.3px;
	}

	.header__stopwatch img {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -9px;
		width: 18px;
	}

	.header__stopwatch span {
		width: 35px;
		display: inline-block;
	}

	.section-1 {
		padding-bottom: 30px;
	}

	.verified__reviews {
		padding: 2px 7px 5px;
	}

	.verified__reviews-star {
		width: 50px;
		margin: -1px 1px 0 0 !important;
	}

	.verified__reviews img.review-faces {
		width: 90px;
		margin: 0 0 0 0px;
	}

	.verified__reviews p {
		font-size: 11px;
		line-height: 16px;
	}

	.section-1__heading {
		font-size: 26px;
		line-height: 32px;
	}

	.section-1__left,
	.section-1__right {
		width: 100%;
	}

	.section-1__left__review {
		width: 100%;
		padding-left: 50px;
		text-align: left;
	}

	.section1_review_image {
		width: 40px;
	}

	.left__review-text {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0.3px;
	}

	.left__review__bottom {
		font-size: 13px;
	}

	ul.section-1__list {
		margin-top: 5px;
		padding-left: 5px;
	}

	ul.section-1__list li {
		font-size: 15px;
		line-height: 22px;
		background-position: left 5px;
		margin-top: 15px;
		padding-left: 30px;
		font-weight: 300;
		letter-spacing: 0.5px;
	}

	ul.section-1__list li span {
		font-weight: 600;
		font-size: 16px;
	}

	.bonus__box {
		width: 46%;
	}

	.bonus__box p {
		width: calc(100% - 40px);
		font-size: 13px;
		line-height: 17px;
		padding-top: 2px;
	}

	.bonus__box img {
		width: 35px;
	}

	.package__heading {
		font-size: 20px;
		line-height: 27px;
		letter-spacing: 0.5px;
	}

	.product__package {
		margin-top: 15px;
	}

	.product__box_product {
		max-width: 80%;
	}

	.product__box-seal {
		left: 24px;
		top: -18px;
	}

	.section__video-box {
		margin-top: 15px;
		padding-bottom: 57%;
	}

	.play-button {
		width: 150px;
	}

	.section-2 {
		padding: 30px 0;
	}

	.s2-mid-row {
		margin-top: 10px;
	}

	.s2-mid-col {
		width: 31.5%;
		margin-top: 10px;
		height: 180px;
	}

	.comment-bx-col {
		padding: 20px;
	}

	.s2-slider {
		margin-top: 25px;
	}

	.t-txt1 {
		height: 150px;
	}

	.s2-t-star {
		width: 90px;
	}

	.common-heading {
		font-size: 26px;
		line-height: 30px;
	}

	.common-text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}

	.crousel_section {
		padding: 10px 0 25px 0;
	}

	.crousel_col {
		width: 180px !important;
	}

	.section-3 {
		padding: 30px 0 40px;
	}

	.section-3__left,
	.section-3__right {
		width: 100%;
	}

	.section-3__right {
		max-width: 400px;
		width: 100%;
		float: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		margin: 0 auto;
		margin-top: 15px;
	}

	.s3-dog-img-m {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding-bottom: 0;
	}

	.section-3_circle {
		position: static;
		display: inline-block;
		vertical-align: middle;
		width: 185px;
		height: 185px;
		top: 60px;
	}

	.section-3_image {
		z-index: 1;
		width: 250px;
		position: static;
		display: block;
		margin: 0 auto;
	}

	.section-3-prod {
		left: -20px;
		top: 210px;
		width: 140px;
	}

	ul.section3__list {
		top: 50px;
		position: static;
		float: left;
		width: 100%;
	}

	ul.section3__list li,
	ul.section3__list li:first-child,
	ul.section3__list li:last-child {
		width: 50%;
		text-align: center;
		padding: 0 10px;
		float: left;
		margin: 20px 0 0;
	}

	ul.section3__list li img {
		width: 50px;
		position: static;
		display: block;
		margin: 0 auto 5px;
	}

	.section-3__left-seal__box {
		padding: 15px 15px 0;
		text-align: center;
		border-bottom: none;
	}

	.section-3__left-seal__box img {
		width: auto;
		display: block;
		margin: 0 auto 12px;
		position: static;
	}


	.section-4 {
		padding: 30px 0;
	}

	.section-4__compare {
		position: relative;
		float: none;
		margin: 0 auto;
		max-width: 360px;
	}

	.section-4__left,
	.section-4__right {
		width: 100%;
	}

	.versus {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 20%;
	}

	.versus:before {
		display: none;
	}

	.versus span {
		width: 38px;
		height: 38px;
		font-size: 20px;
		line-height: 38px;
	}

	.dog-image {
		max-width: 100%;
		margin-top: 10px;
		border-radius: 10px;
	}

	.s4-left-text1,
	.s4-left-text2 {
		font-size: 15px;
		line-height: 20px;
		margin-top: 15px;
	}

	.section-5 {
		padding: 30px 0 40px;
	}

	.section-5__inner {
		margin-bottom: 0;
	}

	.section-5__inner__box {
		margin-top: 40px;
	}

	.section-5__content {
		width: 100%;
	}

	.section-5__box__image {
		width: 100%;
		margin-top: 15px;
	}

	.section-5__content.fl,
	.section-5__content.fr {
		padding: 0;
	}

	.s5-step-number {
		width: 40px;
		height: 40px;
		padding: 21px 0 0;
		font-size: 12px;
		top: -6px;
		left: 0;
	}

	.section-5__content.fr .s5-step-number {
		right: auto;
		left: 0;
		top: -8px;
	}

	.sec5_content-heading {
		padding: 5px 0 5px 50px;
		letter-spacing: 0.5px;
	}

	ul.sec5_box__list {
		margin-top: 5px;
	}

	ul.sec5_box__list li {
		font-size: 15px;
		line-height: 20px;
		background-size: 17px;
		padding-left: 30px;
	}


	.section-6 {
		padding: 30px 0;
	}

	.section-6__inner {
		margin-top: 15px;
	}

	.section-6_product {
		position: static;
		transform: none;
	}

	.section-6__inner__box {
		width: 100%;
	}

	.section-6__inner__box.fl {
		text-align: left;
	}

	.section-6__inner__box.fl .box__block,
	.section-6__inner__box.fr .box__block {
		padding: 15px 0 15px 40px;
	}

	.section-6__inner__box .section-6-tick {
		top: 18px;
	}

	.section-6__inner__box.fl .section-6-tick {
		left: 0;
		width: 25px;
	}

	.section-6__inner__box.fr .section-6-tick {
		width: 25px;
	}

	.box__block:before {
		display: none;
	}

	.avail__colors p:before {
		display: none;
	}

	.avail__colors p {
		font-size: 20px;
		line-height: 30px;
	}

	.avail__colors img {
		margin: 15px auto 0;
	}

	.s6-size-col {
		padding: 10px 5px;
		margin: 15px 2px 0;
	}

	.s6-size-col span {
		font-size: 18px;
		line-height: 18px;
	}

	.s6-size-col p {
		font-size: 9px;
		line-height: 11px;
	}

	.section-7 {
		padding: 10px 0;
	}

	.sec7_row {
		margin: 0 auto;
	}

	.sec7_row-col {
		width: 100%;
		padding: 30px 0;
	}

	.sec7_row-col:first-child {
		border-bottom: 1px solid #ddd;
	}

	.sec7_row:before {
		display: none;
	}

	.sec7-gift {
		width: 150px;
	}

	.sec7-col-text1 {
		font-size: 20px;
		line-height: 22px;
	}

	.sec7-col-text2 {
		font-size: 30px;
		line-height: 34px;
	}

	.sec7-col-text3 {
		font-size: 18px;
		line-height: 25px;
	}

	.sec7-col-text4 {
		font-size: 16px;
		line-height: 24px;
	}

	ul.sec7-col-list {
		margin-top: 10px;
	}

	ul.sec7-col-list li {
		font-size: 16px;
		line-height: 23px;
		background-size: 18px;
	}

	.trusted-section {
		height: 140px;
	}

	.reviews_section {
		padding: 20px 0 30px;
	}

	.rating_row {
		margin: 20px auto;
	}

	.rating_col-1 {
		width: 100%;
		order: 2;
		margin-top: 25px;
	}

	.rating-list-txt1 {
		font-size: 14px;
		line-height: 15px;
	}

	.rating-list-txt2 {
		font-size: 13px;
		line-height: 14px;
	}

	.rating_col-2 {
		width: 100%;
		order: 1;
	}

	.review-rating {
		font-size: 50px;
		line-height: 45px;
	}

	.star {
		margin: 15px auto 0;
		width: 100px;
	}

	.verified-text {
		font-size: 13px;
		line-height: 14px;
		margin-top: 10px;
	}

	.rating_col-3 {
		width: 100%;
		margin-top: 20px;
		order: 3;
	}

	.reviews_box {
		margin: 0;
	}

	.reviews_box-row {
		margin: 10px 0 0;
	}

	.reviews_box-row-left {
		width: 100%;
		padding: 10px 10px 20px;
	}

	.reviews_name {
		padding: 10px 5px 10px 50px;
		width: 55%;
	}

	.testi-pics {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}

	.t-name {
		font-size: 14px;
		line-height: 16px;
	}

	.t-vryfd {
		font-size: 11px;
		line-height: 13px;
		margin-top: 7px;
	}

	.t-vryfd img {
		margin: -5px 2px 0 0;
		width: 10px;
	}

	.reviewing_prod {
		width: 45%;
		margin: 0;
		border: none;
		padding: 10px 0 10px 45px;
	}

	.t-prod-dv {
		width: 35px;
		height: 35px;
		line-height: 25px;
		top: 8px;
		padding: 3px 1px;
	}

	.test-prod-txt {
		font-size: 13px;
		line-height: 15px;
	}

	.test-prod-txt span {
		font-size: 13px;
	}

	.recomend-text {
		margin-top: 10px;
		font-size: 11px;
		line-height: 12px;
	}

	.recomend-text img {
		width: 15px;
	}

	.reviews_box-row-right {
		width: 100%;
		padding: 20px 20px 20px;
		border: none;
		border-top: 1px solid #d7d7d7;
	}

	.reviews_box-row-right h4 {
		font-size: 16px;
		line-height: 20px;
	}

	.testi-paragraph {
		font-size: 15px;
		line-height: 24px;
	}

	.t-star {
		width: 90px;
		margin-bottom: 10px;
	}

	a.revw-btn {
		font-size: 15px;
		line-height: 22px;
		margin-top: 25px;
		letter-spacing: 1px;
	}


	.offer-strip {
		padding: 20px 0;
	}

	.offer-strip_text1 {
		font-size: 24px;
		line-height: 26px;
		letter-spacing: 0.5px;
	}

	.offer-strip_text2 {
		font-size: 20px;
		line-height: 26px;
		margin-top: 5px;
		letter-spacing: 0.5px;
	}

	.offer-strip_text2 img {
		width: 18px;
		margin: -10px 8px 0;
	}

	.black-timer-strip {
		padding: 7px 0;
	}

	.black-timer-strip p {
		font-size: 14px;
		line-height: 24px;
	}

	.black-timer-strip p img {
		width: 13px;
		margin: -6px 1px 0;
	}

	.black-timer-strip p span {
		width: 40px;
	}


	.select-section {
		padding: 30px 0;
	}

	.select-section__left {
		width: 100%;
	}

	.sold-out {
		left: 20px;
		top: 20px;
		font-size: 15px;
		line-height: 16px;
		padding: 10px 13px 8px;
		border-radius: 5px;
	}

	.select-section__right {
		width: 100%;
		margin-top: 20px;
	}

	.trust-customer {
		font-size: 15px;
		line-height: 22px;
	}

	.trust-customer img {
		margin: -5px 5px 0 0;
		width: 15px;
	}

	.prod_name-Heading {
		font-size: 26px;
		line-height: 30px;
	}

	.verified-revw-text {
		font-size: 14px;
		line-height: 20px;
	}

	.verified-revw-text img {
		margin: -8px 3px 0 0;
		width: 75px;
	}

	.customize_heading {
		font-size: 20px;
		line-height: 20px;
	}

	.frmElement label {
		font-size: 15px;
		line-height: 24px;
	}

	.select-color-col span {
		display: none;
	}

	.select-color-col:hover span {
		opacity: 0;
	}

	.select-size-col {
		margin-right: 2px;
	}

	.select-size-col>div span {
		font-size: 18px;
	}

	.select-size-col>div p {
		font-size: 10px;
	}

	.addTocut-button {
		height: 65px;
		line-height: 65px;
		font-size: 24px;
	}

	.addTocut-button img {
		margin: -7px -5px 0 5px;
		width: 20px;
	}

	.secure-text {
		font-size: 13px;
	}

	.secure-text img {
		margin: -7px 6px 0 0;
		width: 7px;
	}

	.faq-section {
		padding: 30px 0;
	}

	.up-slide-dwn {
		padding: 5px 15px;
	}

	.accordion {
		font-size: 16px;
		line-height: 24px;
		padding: 12px 20px 12px 0;
	}

	.acdn-content {
		padding: 0 0 15px 0;
	}

	.acdn-para {
		font-size: 15px;
		line-height: 23px;
		margin-top: 15px;
	}

	.footer {
		padding: 0 0 25px 0;
	}

	.ftr-logo {
		width: 190px;
		margin: 25px auto 5px;
	}

	.ftr-txt {
		font-size: 13px;
		line-height: 19px;
	}

	.footer .ftr-txt a {
		padding: 0 3px;
		font-size: 11px;
	}

	#call-btn {
		background: #000;
		padding: 10px 10px;
		position: fixed;
		bottom: 0%;
		left: auto;
		z-index: 99;
		transition: bottom 1s;
		display: table;
		width: 100%;
	}

	.button {
		height: 65px;
		box-shadow: none;
		letter-spacing: 0.5px;
	}

	.button span {
		font-size: 20px;
		line-height: 26px;
	}

	.section-1 .button span {
		font-size: 18px;
		line-height: 22px;
	}

	.button img,
	.section-1 .button img {
		width: 30px;
	}

	.button p {
		font-size: 15px;
		line-height: 20px;
	}

}

@media only screen and (max-width:364px) {
	.verified__reviews img.review-faces {
		width: 80px;
	}

	.section-1__heading {
		font-size: 23px;
		line-height: 30px;
	}

	.section-1__text {
		font-size: 13px;
		line-height: 23px;
	}

	.bonus__box p {
		font-size: 12px;
	}

}

/*CSS FOR SIZE POPUP*/
.size-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.popup-container {
	float: left;
	width: 100%;
	padding: 25px;
	max-height: 100%;
	overflow: auto;
}

.pop-content {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 600px;
	background: #fff;
	padding: 10px;
	position: relative;
	border-radius: 10px;
}

.pop-image {
	float: left;
	width: 100%;
	overflow-y: auto;
}

.popclose {
	float: right;
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 25px;
	color: #fff;
	font-family: sans-serif;
}

.sizechart {
	float: left;
	width: 100%;
}

.size-guide_open {
	overflow: hidden;
}

@media only screen and (max-width:480px) {
	.popclose {
		right: 20px;
		top: 17px;
	}

}


/*CSS FOR UGC MODAL*/
.ugc-modal {
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	cursor: pointer;

	display: flex;
	background-color: rgba(255, 255, 255, .42);
	justify-content: center;
	align-items: center;
	display: flex;
	opacity: 0;
	z-index: -9;
	transition: opacity .2s;
}

.ugc-modal.active {
	opacity: 1;
	z-index: 99;
}

.video-container {
	aspect-ratio: 9 / 16;
	width: 360px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	min-height: 640px;
	background: #000;
}

.ugc-close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
	z-index: 1;
}

@media only screen and (max-width:480px) {
	.video-container {
		width: 280px;
		min-height: 480px;
	}
}

/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	background: #333;
	background: rgba(255, 255, 255, .8);
	display: none;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
	max-width: 600px;
	-webkit-background-clip: padding-box;
	font-family: Verdana, Geneva, sans-serif;
	box-sizing: border-box;
	outline: 0
}

#error_handler_overlay .error_handler_body {
	margin: 100px auto;
	width: 95%;
	padding: 20px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

#app_common_modal_close,
#error_handler_overlay_close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #FFF;
	background-color: #333;
	border: 2px solid #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
	line-height: 26px;
	padding: 0;
	margin: 0
}

#app_common_modal .app_modal_body {
	margin: 100px auto;
	min-width: inherit;
	width: 95%;
	min-height: 400px;
	padding: 1.5%;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

#app_common_modal .app_modal_body iframe {
	min-height: 400px;
	width: 100%;
	border: 1px solid #d5d6ef
}

.exitpop-content {
	position: fixed;
	height: 400px;
	width: 708px;
	margin: -200px 0 0 -354px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0;
	border: none;
	z-index: 2147483647
}

.exitpopup-overlay {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2147483647;
	display: none
}

.exitpop-content img {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	max-width: 100%;
	height: auto
}

.exitpop-discountbar {
	background-color: red;
	border-bottom: 4px dashed #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: none
}

.app-load-spinner {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background-color: #333;
	border-radius: 100%
}

#loading-indicator::after,
#loading-indicator::before {
	box-sizing: border-box;
	left: 50%;
	position: absolute;
	top: 50%
}

.all-card-types li {
	float: left;
	margin-right: 20px
}

#loading-indicator {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	box-sizing: border-box;
	font-size: 1px;
	height: 100%;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2147483646
}

#loading-indicator::before {
	background: url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 70px;
	margin-left: -35px;
	margin-top: -70px;
	width: 70px;
	z-index: 2
}

#loading-indicator::after {
	background: #fff;
	border-radius: 5px;
	color: #000;
	content: "Processing, one moment please... ";
	font-family: arial;
	font-size: 17px;
	height: 110px;
	line-height: 98px;
	margin-left: -150px;
	margin-top: -75px;
	padding-top: 35px;
	text-align: center;
	width: 300px;
	z-index: 1
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(0)
	}

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

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

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


@media screen and (max-device-width:767px) and (orientation:landscape) {

	#app_common_modal .app_modal_body,
	#error_handler_overlay .error_handler_body {
		margin: 20px auto;
	}

	#app_common_modal .app_modal_body iframe {
		min-height: 360px;
	}
}


@media(max-device-width:767px) {
	#app_common_modal .app_modal_body {
		margin: 2% auto
	}
}

.addToCart {
	position: relative;
}

.cwoo-spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .8);
	z-index: 10;
	align-items: center;
	justify-content: center;
	display: none;
}

form.disabled .cwoo-spinner {
	display: flex;
}

form.disabled .addTocut-button {
	pointer-events: none;
	filter: grayscale(1);
}