/* IMPORTANT NOTE: Do not have changes on addtion-styles.css
 * Please use Gulp and change any .scss files in Styles/scss
=============================================================*/

/**
 * Global variables
 */

@font-face {
	font-family: 'book-bolditalic';
	src: url('../fonts/bodonibolditalic.eot');
	src: url('../fonts/bodonibolditalic.eot') format('embedded-opentype'), url('../fonts/bodonibolditalic.woff2') format('woff2'), url('../fonts/bodonibolditalic.woff') format('woff'), url('../fonts/bodonibolditalic.ttf') format('truetype'), url('../fonts/bodonibolditalic.svg#bodonibolditalic') format('svg');
}

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

@font-face {
	font-family: 'book-medium';
	src: url('../fonts/avantgarde-medium-1-opentype-webfont.eot');
	src: url('../fonts/avantgarde-medium-1-opentype-webfont.eot') format('embedded-opentype'), url('../fonts/avantgarde-medium-1-opentype-webfont.woff') format('woff'), url('../fonts/avantgarde-medium-1-opentype-webfont.ttf') format('truetype'), url('../fonts/avantgarde-medium-1-opentype-webfont.svg#avantgarde-medium-1-opentype-webfont') format('svg');
}

@font-face {
	font-family: 'book-bold';
	src: url('../fonts/avantgardedemi1opentype.eot');
	src: url('../fonts/avantgardedemi1opentype.eot') format('embedded-opentype'), url('../fonts/avantgardedemi1opentype.woff2') format('woff2'), url('../fonts/avantgardedemi1opentype.woff') format('woff'), url('../fonts/avantgardedemi1opentype.ttf') format('truetype'), url('../fonts/avantgardedemi1opentype.svg#avantgardedemi1opentype') format('svg');
}

@font-face {
	font-family: 'book-bolder';
	src: url('../fonts/AvantGardeGothicITCWBd.eot');
	src: url('../fonts/AvantGardeGothicITCWBd.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeGothicITCWBd.woff2') format('woff2'), url('../fonts/AvantGardeGothicITCWBd.woff') format('woff'), url('../fonts/AvantGardeGothicITCWBd.ttf') format('truetype');
}

@font-face {
	font-family: 'book-light';
	src: url('../fonts/avantgardeextralightopentype.eot');
	src: url('../fonts/avantgardeextralightopentype.eot?#iefix') format('embedded-opentype'), url('../fonts/avantgardeextralightopentype.woff2') format('woff2'), url('../fonts/avantgardeextralightopentype.woff') format('woff'), url('../fonts/avantgardeextralightopentype.ttf') format('truetype'), url('../fonts/avantgardeextralightopentype.svg#avantgardeextralightopentype') format('svg');
}

@font-face {
	font-family: 'handwrite';
	src: url('../fonts/Hijrnotes_PERSONAL_USE_ONLY.ttf');
}

/**
 * Remove outline all elements
 */

* {
	outline: none;
}

#footer #flags {
	display: inline-block;
	margin: 5px 0 0 10px;
}

#footer #flags li a {
	float: left;
	overflow: hidden;
	height: 26px;
	text-decoration: none;
	color: #6c6c6c;
}

#footer #flags li.aus,
#footer #flags li.uk,
#footer #flags li.usa {
	display: inline-block;
	display: inline;
	float: left;
	zoom: 1;
	padding-left: 0;
	background: none;
}

#footer #flags li.aus a {
	line-height: 18px;
	height: 18px;
	margin-top: 2px;
	margin-left: 2px;
	padding-left: 24px;
	background: url('../../images/aus.png') left top no-repeat;
}

#footer #flags li.uk a {
	line-height: 18px;
	height: 18px;
	margin-top: 2px;
	margin-left: 2px;
	padding-left: 24px;
	background: url('../../images/uk.png') left top no-repeat;
}

#footer #flags li.usa a {
	line-height: 18px;
	height: 18px;
	margin-top: 2px;
	margin-left: 2px;
	padding-left: 24px;
	background: url('../../images/usa.png') left top no-repeat;
}

#footer #flags li.aus a:hover,
#footer #flags li.uk a:hover,
#footer #flags li.usa a:hover {
	background-position: 0 100%;
}

#footer #copy {
	margin: 5px 0 0 0;
}

#footer .right {
	padding: 0;
}

/**
 * Quickview styling
 * ============================= */

/**
 * For all screen
 */

#quickViewOverlay {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: .7 !important;
	background: #000 !important;
}

#quickViewResponseData {
	position: fixed;
	z-index: 3000;
	top: calc(50% - 245px);
	left: calc(50% - 355px);
	display: none;
	overflow: auto;
	width: 700px;
	height: 500px;
	border: 5px solid #00acca;
	background: white;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData input,
#quickViewResponseData select,
#quickViewResponseData button {
	outline: none !important;
}

#quickViewResponseData .mine-social {
	font-family: 'book-light';
	margin-top: 10px;
}

#quickViewResponseData .mine-social a {
	color: #4b4b4b;
}

#quickViewResponseData .mine-social a:hover {
	color: #4b4b4b;
}

#quickViewResponseData .mine-social .custom_field {
	line-height: 20px;
	margin: 0 0 5px 0;
}

#quickViewResponseData .mine-social img {
	height: 13px;
	padding: 5px 4px 0 0;
}

#quickViewResponseData .mine-social .real-text {
	font-family: 'book';
	font-weight: bold;
	color: black;
}

#quickViewResponseData .close-quickview {
	font-size: 30px;
	position: fixed;
	z-index: 100000;
	top: calc(50% - 245px);
	right: calc(50% - 355px);
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 45px;
	cursor: pointer;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData #qty_ {
	max-width: 180px;
	padding: 10px;
	padding-right: 35px !important;
	color: #303030;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	background-color: #fff;
	background-image: url('../img/select-down-icon-2.jpeg');
	background-repeat: no-repeat;
	background-position: right 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#quickViewResponseData .ProductDetailsGrid h1 {
	text-transform: uppercase;
}

#quickViewResponseData .ProductDetailsGrid .DetailRow.PriceRow {
	margin-bottom: 5px;
}

#quickViewResponseData .ProductDetailsGrid .DetailRow.PriceRow .ProductPrice {
	font-family: 'book-bold';
	font-size: 18px;
	line-height: 30px;
	color: #00acca;
}

#quickViewResponseData .ProductDetailsGrid .DetailRow .QuantityInput {
	font-family: 'book';
	font-size: 17px;
	line-height: 40px;
	float: left;
	height: 40px;
	margin-right: 10px;
}

#quickViewResponseData .ProductDetailsGrid .DetailRow.addToCart {
	margin-top: 10px;
}

#quickViewResponseData .ProductDetailsGrid .DetailRow.addToCart input {
	font-size: 15px;
	box-sizing: border-box;
	padding: 12px;
	color: white;
	border: none;
	background: #00acca;
}

#quickViewResponseData .ProductDetailsGrid .DetailRow.addToCart input:hover {
	cursor: pointer;
}

#quickViewResponseData .ProductDetailsGrid .DetailRow.addToCart input.disabled {
	background-color: #888;
}

#quickViewResponseData .ProductDetailsGrid .DetailRow.addToCart a {
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#quickViewResponseData #QuickViewContent {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px;
}

#quickViewResponseData #QuickViewContent .qprod #QuickViewShareLinksContainer {
	display: none;
}

#quickViewResponseData .responses {
	font-family: 'book';
}

#quickViewResponseData .responses #error-response {
	display: none;
	color: red;
}

#quickViewResponseData .responses #success-response {
	display: none;
	color: green;
}

#quickViewResponseData #submit-qv-mailchimp {
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 12px;
	cursor: pointer;
	color: white;
	border: none;
	background: #00acca;
}

#quickViewResponseData #submit-qv-mailchimp.disabled {
	cursor: default;
	background: #888;
}

#quickViewResponseData #email {
	font-size: 14px;
	width: 235px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ddd;
}

#quickViewResponseData .or {
	margin: 5px 0;
}

/**
 * For mobile only
 */

/**
 * For tablet and desktop
 */

.page-template-pt-sttropez-booth #main {
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page * {
	font-family: 'book', Arial, sans-serif;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page p {
	margin: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page a {
	cursor: pointer;
	text-decoration: none !important;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page a:hover {
	text-decoration: none !important;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .buy-now-btn {
	font-family: 'book-light';
	font-size: 18px;
	font-weight: bold;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
	color: white;
	background-color: #00acca;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .buy-now-btn:hover {
	cursor: pointer;
	background-color: #0096b1;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop * {
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-1 {
	padding: 8px 0;
	background-color: #00acca;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-1 .line-1 {
	font-family: 'book-light';
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-1 .line-1.limited {
	font-size: 20px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-1 .line-1 .bold {
	font-family: 'book-bold';
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .strip-booth {
	position: absolute;
	z-index: 100;
	top: -38px;
	left: calc(50% - 495px);
	width: 180px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .strip-booth img {
	width: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 {
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	background-color: black;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .left {
	font-size: 22px;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 3px;
	color: #00acca;
	-ms-flex-align: center;
	align-items: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .left .img {
	width: auto;
	height: 150px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .left-m {
	font-size: 22px;
	line-height: 25px;
	display: none;
	padding: 10px;
	text-align: center;
	letter-spacing: 3px;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .include .line-1 {
	font-family: 'book-light';
	font-size: 27px;
	line-height: 30px;
	margin: 0 0 5px 0;
	text-align: left;
	text-transform: uppercase;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .include .line-2 {
	font-family: 'book';
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 5px 0;
	text-align: center;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .include .list {
	float: left;
	width: 220px;
	min-height: 70px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .include .list li {
	font-family: 'book-light';
	font-size: 17px;
	line-height: 21px;
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .include .list li .bold {
	font-family: 'book-bold';
	font-style: italic;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .include .kit {
	float: left;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .include .kit img {
	height: 88px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .left {
	position: absolute;
	top: 0;
	left: -190px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .left .offer {
	font-family: 'book-light';
	font-size: 27px;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .right {
	position: absolute;
	top: 0;
	right: -190px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .right .was {
	font-family: 'book-light';
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .right .was .bold {
	font-family: 'book-bold';
	font-style: italic;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .right .now {
	font-family: 'book-light';
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .right .buy-now {
	width: 90px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m {
	float: left;
	width: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-1 {
	padding: 8px 0;
	background-color: #00acca;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-1 .line-1 {
	font-size: 13px;
	text-align: center;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-1 .line-1 .bold {
	font-family: 'book-bold';
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 {
	float: left;
	width: 100%;
	background: #242424;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .left {
	float: left;
	box-sizing: border-box;
	width: 30%;
	padding: 0 5px;
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .left img {
	width: auto;
	height: 140px;
	margin-top: 15px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right {
	float: left;
	box-sizing: border-box;
	width: 70%;
	padding: 10px 5px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .include .line-1 {
	font-family: 'book-light';
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
	text-align: center;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .include .line-2 {
	font-family: 'book';
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 5px 0;
	text-align: center;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .include .list {
	float: left;
	width: 150px;
	min-height: 70px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .include .list li {
	font-family: 'book';
	font-size: 10px;
	line-height: 17px;
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 17px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .include .list li .bold {
	font-family: 'book-bold';
	font-style: italic;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .include .kit {
	float: left;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .include .kit img {
	height: 88px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .was {
	font-size: 15px;
	line-height: 15px;
	box-sizing: border-box;
	padding-left: 20px;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .now {
	font-family: 'book-medium';
	font-size: 15px;
	line-height: 15px;
	box-sizing: border-box;
	padding-left: 20px;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-4 {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-4 .price {
	font-family: 'book-bold';
	font-style: italic;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-4 .green {
	font-family: 'book-bold';
	font-style: italic;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-3 {
	float: left;
	width: 100%;
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-3 .btn {
	font-family: 'book-bold';
	font-size: 20px;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	transition: all .4s linear;
	text-align: center;
	vertical-align: top;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background: #de297e;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-3 .btn:hover {
	text-decoration: none;
	opacity: .8;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: none;
	background: url('../img/sttropez-booth/sec1-bg.jpg') no-repeat center center;
	background-size: cover;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
	padding: 150px 0 250px 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-1 {
	font-family: 'book-light';
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	text-align: center;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-2 {
	font-family: 'book-light';
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 8px;
	text-align: center;
	text-align: left;
	letter-spacing: 0;
	word-spacing: 0;
	text-transform: uppercase;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-3 {
	font-family: 'book-light';
	font-size: 25px;
	line-height: 28px;
	margin-top: 15px;
	text-align: left;
	text-transform: uppercase;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-4 {
	font-family: 'book-light';
	font-size: 25px;
	line-height: 28px;
	margin-top: 15px;
	text-align: left;
	text-transform: uppercase;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-5 {
	font-family: 'book-light';
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-5 .price {
	font-family: 'book-light' !important;
	text-decoration: line-through;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-5 .blue {
	font-family: 'book-light';
	text-decoration: none;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-6 {
	font-family: 'book-bold';
	font-size: 24px;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .include p {
	font-family: 'book-medium';
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0 5px 0;
	text-align: center;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .include .list {
	width: 467px;
	min-height: 50px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .include .list li {
	font-family: 'book';
	font-size: 14px;
	line-height: 18px;
	float: left;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
	color: #00acca;
	background: url('../img/sttropez-booth/sec3-f-icon.png') no-repeat 0 2px;
	background-size: 12px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .include .list li .bonus {
	font-family: 'book-bold';
	font-style: italic;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .was-now {
	margin: 40px 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .was-now .was {
	font-size: 25px;
	line-height: 25px;
	box-sizing: border-box;
	margin-top: 2px;
	padding: 0 10px;
	text-align: center;
	letter-spacing: 1px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .was-now .now {
	font-family: 'book-bold';
	font-size: 30px;
	line-height: 25px;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	letter-spacing: 3px;
	color: #00acca;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .was-now .now .free {
	font-size: 13px;
	line-height: 15px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .buy-now {
	width: 150px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .right {
	position: absolute;
	right: -270px;
	bottom: 0;
	width: 260px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .right * {
	font-size: 13px;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .right > img {
	max-width: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .both-mobile {
	display: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 {
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 100%;
	padding: 10px 0;
	background-color: #00acca;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper .item {
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px 10px 30px;
	padding-top: 10px;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper .item:first-child {
	border-top: none;
	border-left: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper .item .icon {
	height: 40px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper .item .text {
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 15px;
	color: white;
	-ms-flex-align: center;
	align-items: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper .item .text a {
	font-family: 'book-light';
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper .item .text a:hover {
	cursor: pointer;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 {
	float: left;
	width: 100%;
	background: white;
	background-size: cover;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main {
	box-sizing: border-box;
	width: 100%;
	max-width: 1152px;
	margin: 0 auto;
	padding: 50px 20px 50px 20px;
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .line-1 {
	font-family: 'book-light';
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .line-2 {
	font-family: book;
	font-size: 25px;
	line-height: 30px;
	margin: 30px 0;
	text-align: center;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .line-2 .bold {
	font-family: 'book-bold';
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 50px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li {
	font-family: 'book';
	font-size: 14px;
	line-height: 18px;
	float: left;
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	text-align: left;
	text-align: center;
	color: black;
	-ms-flex-preferred-size: 16.66%;
	flex-basis: 16.66%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li .kit-name {
	font-family: 'book-light';
	font-size: 12px;
	line-height: 15px;
	margin-top: 10px;
	text-align: left;
	text-transform: uppercase;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li .kit-img {
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li img {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li:nth-child(6) img {
	max-height: 250px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li:nth-child(3) img {
	max-height: 110px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li:nth-child(2) img {
	max-height: 150px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li:nth-child(4) img {
	max-height: 230px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li:nth-child(4) img {
	max-height: 230px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li:nth-child(1) img {
	max-height: 300px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li:nth-child(5) img {
	max-height: 200px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li .bonus {
	font-family: 'book-bold';
	font-style: italic;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .buy-now-btn {
	width: 150px;
	margin: 20px auto 0 auto;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: none;
	background: url('../img/sttropez-booth/sec2-bg.jpg') no-repeat center center;
	background-size: cover;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row {
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
	padding: 100px 10px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row .left {
	float: left;
	width: 60%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row .left .title {
	margin-bottom: 30px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row .left .title .line-1 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 5px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #00acca;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row .left .title .line-2 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: black;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row .left .text {
	margin: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row .left .text .line-1 {
	font-family: 'book-light';
	font-size: 13px;
	line-height: 20px;
	box-sizing: border-box;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row .right {
	float: left;
	width: 40%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row .right .img {
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row .right .img img {
	width: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: none;
	background: url('../img/sttropez-booth/sec3-bg.jpg') no-repeat center center;
	background-size: cover;
	background-size: cover;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 1300px;
	padding: 50px 10px;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .title {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 150px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .title .line-1 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .title .line-2 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right {
	width: 252px;
	padding-top: 30px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon > img,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon > img {
	display: inline-block;
	width: 100px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon > img.left-3,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon > img.left-3 {
	max-width: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon .des,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon .des {
	font-size: 18px;
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	margin: 10px 0 0 0;
	padding-left: 85px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon .des:last-child,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon .des:last-child {
	margin-bottom: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon .des img,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon .des img {
	float: left;
	width: 17px;
	margin: 4px 10px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon .des p,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon .des p {
	font-family: 'book-light';
	font-size: 15px;
	line-height: 22px;
	float: left;
	text-align: left;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .mid {
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 504px);
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .mid .img-wrapper {
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .mid .img-wrapper img {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: none;
	background: url('../img/sttropez-booth/sec4-bg.jpg') center center;
	background-size: cover;
	background-size: cover;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 1300px;
	padding: 50px 10px;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .title {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 150px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .title .line-1 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .title .line-2 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-1 .image {
	display: block;
	margin: 0 15px 0 0;
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-1 .image:last-child {
	margin-right: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-1 .image img {
	height: 200px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .text-block-2 {
	display: -ms-flexbox;
	display: flex;
	max-width: 550px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .text-block-2 .line-1 {
	font-family: 'book-light';
	font-size: 13px;
	line-height: 20px;
	box-sizing: border-box;
	padding: 0 40px;
	text-align: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 {
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0 40px 0;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .image {
	display: block;
	text-align: center;
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .image img {
	max-height: 80px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .image .caption {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .image .caption .line-1 {
	font-family: 'book-light';
	box-sizing: border-box;
	margin: 0;
	padding-left: 30px;
	text-align: left;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .image .caption .line-2 {
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .text {
	margin: 0 20px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .text .line-1 {
	font-family: 'book-light';
	font-size: 20px;
	line-height: 23px;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .text .line-2 {
	font-family: 'book-light';
	font-size: 20px;
	line-height: 23px;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .text hr {
	width: 50px;
	height: 0;
	border-top: none;
	border-right: none;
	border-bottom: 3px solid black;
	border-left: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: none;
	padding-bottom: 0;
	background: url('../img/sttropez-booth/sec5-bg.jpg') no-repeat center center;
	background-size: cover;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 10px;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .title {
	box-sizing: border-box;
	width: 100%;
	padding-left: 150px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .title .line-1 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .title .line-2 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 {
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 50px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	padding-left: 150px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav ul {
	padding: 0;
	list-style-type: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav ul li {
	font-family: 'book-light';
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav ul li:hover {
	cursor: pointer;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items {
	display: -ms-flexbox;
	display: flex;
	max-width: 610px;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item {
	display: -ms-flexbox;
	display: flex;
	margin: 40px 0;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item .img {
	text-align: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item .img img {
	max-height: 200px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item .des {
	margin: 20px 0 0 0;
	padding: 0 30px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item .des .title-go {
	font-family: 'book-light';
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item .des .content {
	font-family: 'book-light';
	font-size: 13px;
	line-height: 18px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item .divider {
	height: 3px;
	margin-top: 40px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+50,ffffff+100 */
	background: #fff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fff 0%, #000 50%, #fff 100%);
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: none;
	background: url('../img/sttropez-booth/sec6-bg.jpg') no-repeat center bottom;
	background-size: 2602px auto;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 1300px;
	padding: 50px 10px;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .title {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 150px;
	padding-left: 150px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .title .line-1 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .title .line-2 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .image-block-1 {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .image-block-1 .image {
	margin-bottom: 20px;
	text-align: center;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .image-block-1 .image img {
	max-height: 250px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 {
	width: 100%;
	max-width: 1300px;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-1 {
	font-family: 'book-light';
	font-size: 20px;
	line-height: 20px;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0 50px 0;
	text-align: center;
	letter-spacing: 2px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-1 .vs {
	font-family: 'book-bold';
	margin: 0 5px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-1 span {
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-2 {
	font-family: 'book-light';
	font-size: 25px;
	line-height: 30px;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 0 600px 0 150px;
	letter-spacing: 1px;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-3 {
	font-family: 'book-light';
	font-size: 13px;
	line-height: 20px;
	box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0 600px 0 150px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-4 {
	margin: 15px 0;
	text-align: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-4 img {
	display: inline-block;
	width: 60px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: none;
	background: url('../img/booth/sec7-bg.jpg') no-repeat center -333px;
	background-size: 4000px auto;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 1300px;
	padding: 50px 10px;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .title {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 150px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .title .line-1 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .title .line-2 {
	font-family: 'book-light';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .title .line-3 {
	font-family: 'book-light';
	font-size: 13px;
	line-height: 20px;
	box-sizing: border-box;
	padding-right: 600px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image-block-1 {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .text-block-2 {
	display: -ms-flexbox;
	display: flex;
	max-width: 550px;
	margin-bottom: 35px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .guide-pages {
	position: absolute;
	z-index: -1;
	top: -26px;
	left: calc(50% - 112px);
	height: 70px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px 0;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
	flex-basis: 50%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image:first-child {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image:last-child {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image .main-img {
	max-height: 250px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image .boxes {
	height: 149px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image .clock {
	position: absolute;
	z-index: 2;
	top: 81px;
	right: -34px;
	height: 60px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: none;
	background: white;
	background-size: cover;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center; /* Product tabs */
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-1 {
	font-family: 'book-light';
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 8px;
	text-align: center;
	text-align: left;
	letter-spacing: 0;
	word-spacing: 0;
	text-transform: uppercase;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-2 {
	font-family: 'book-light';
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 8px;
	text-align: center;
	text-align: left;
	letter-spacing: 0;
	word-spacing: 0;
	text-transform: uppercase;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-3 {
	font-size: 13px;
	font-style: italic;
	line-height: 13px;
	margin-bottom: 5px;
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-4 {
	font-family: 'book-light';
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 8px;
	text-align: center;
	letter-spacing: 0;
	word-spacing: 0;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-5 {
	font-family: 'book-light';
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-5 .price {
	font-family: 'book-light' !important;
	text-decoration: line-through;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-5 .blue {
	font-family: 'book-light';
	text-decoration: none;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-6 {
	font-family: 'book-bold';
	font-size: 24px;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .include {
	float: left;
	width: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .include p {
	font-family: 'book-medium';
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0 5px 0;
	text-align: center;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .include .list {
	float: left;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .include .list li {
	font-family: 'book-light';
	font-size: 14px;
	font-size: 20px;
	line-height: 18px;
	line-height: 20px;
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	text-align: left;
	letter-spacing: 0;
	word-spacing: 0;
	text-transform: uppercase;
	color: black;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .include .list li .bonus {
	font-family: 'book-bold';
	font-style: italic;
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .was-now {
	margin: 40px 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .was-now .was {
	font-size: 25px;
	line-height: 25px;
	box-sizing: border-box;
	margin-top: 2px;
	padding: 0 10px;
	text-align: center;
	letter-spacing: 1px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .was-now .now {
	font-family: 'book-bold';
	font-size: 30px;
	line-height: 25px;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	letter-spacing: 3px;
	color: #00acca;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .was-now .now .free {
	font-size: 13px;
	line-height: 15px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .buy-now {
	width: 150px;
	margin: 20px auto 0 auto;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .bold {
	font-family: 'book-bold' !important;
	width: 100%;
	margin: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct p {
	margin-bottom: 15px !important;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu #firstTable {
	display: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu-ul {
	margin-top: 10px;
	margin-bottom: 0;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	background: #ebebeb;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul {
	position: relative;
	height: 20px;
	margin: 20px 0;
	list-style: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul li {
	display: inline-block;
	text-transform: uppercase;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul {
	clear: both;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul li {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 10px 15px;
	cursor: pointer;
	text-align: center;
	color: #000;
	background: #ebebeb;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu-ul li:hover {
	color: #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul li {
	float: left;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul li {
	box-sizing: border-box;
	width: 25% !important;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul li.current {
	background: #fff;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu-ul #magic-rect {
	display: none !important;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescription {
	width: 100%;
	border: 1px solid #dcdcdc;
	border-top: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescriptionContainer table#secondTable tr td {
	font-size: 12px;
	padding: 25px 15px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 100%;
	background: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescription {
	margin-top: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescriptionContainer p {
	display: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescriptionContainer table#firstTable {
	display: none;
	width: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescriptionContainer table#firstTable p {
	display: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescriptionContainer table#secondTable {
	width: 100%;
	margin: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescriptionContainer table#secondTable tr {
	display: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescriptionContainer table#secondTable td {
	padding: 0;
	border: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescriptionContainer table#secondTable p {
	line-height: 16px;
	display: block;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescriptionContainer table#secondTable ul {
	float: left;
	width: 100%;
	margin: 0;
	list-style-type: disc;
}

#footer #flags {
	display: inline-block;
	margin: 5px 0 0 10px;
}

#footer #flags li a {
	float: left;
	overflow: hidden;
	height: 26px;
	text-decoration: none;
	color: #6c6c6c;
}

#footer #flags li.aus,
#footer #flags li.uk,
#footer #flags li.usa {
	display: inline-block;
	display: inline;
	float: left;
	zoom: 1;
	padding-left: 0;
	background: none;
}

#footer #flags li.aus a {
	line-height: 18px;
	height: 18px;
	margin-top: 2px;
	margin-left: 2px;
	padding-left: 24px;
	background: url('../../images/aus.png') left top no-repeat;
}

#footer #flags li.uk a {
	line-height: 18px;
	height: 18px;
	margin-top: 2px;
	margin-left: 2px;
	padding-left: 24px;
	background: url('../../images/uk.png') left top no-repeat;
}

#footer #flags li.usa a {
	line-height: 18px;
	height: 18px;
	margin-top: 2px;
	margin-left: 2px;
	padding-left: 24px;
	background: url('../../images/usa.png') left top no-repeat;
}

#footer #flags li.aus a:hover,
#footer #flags li.uk a:hover,
#footer #flags li.usa a:hover {
	background-position: 0 100%;
}

#footer #copy {
	margin: 5px 0 0 0;
}

#footer .right {
	padding: 0;
}

.page-template-default #main .post-2700 .page-TitleHeading,
.page-template-default #main .post-2708 .page-TitleHeading,
.page-template-default #main .post-2706 .page-TitleHeading {
	font-weight: bold !important;
	letter-spacing: 1px !important;
	border-bottom: 1px solid #e3e3e3;
}

.page-template-default #main .post-2700 .BlockContent h3,
.page-template-default #main .post-2708 .BlockContent h3,
.page-template-default #main .post-2706 .BlockContent h3 {
	font-size: 20px !important;
	letter-spacing: 0;
	color: black !important;
}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-1 .image img {
	height: 400px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 {
	margin-bottom: 70px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .image img {
	max-height: 150px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .image .caption {
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav ul li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding-right: 10px;
	border-right: 1px solid #00acca;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item .img {
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item .des {
	width: 250px;
	margin: 32px 0 0 30px;
	padding: 0;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav ul li {
	font-size: .7rem;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item .img img {
	max-height: 300px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .image-block-1 .image img {
	max-height: 420px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .guide-pages {
	right: 110px;
	left: auto;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image .main-img {
	max-height: 300px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image .boxes {
	height: 234px;
	margin-top: 84px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image .clock {
	top: 57px;
	right: -43px;
	height: 93px;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m {
	display: none;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-3 {
	display: none;
}

}

@media screen and (min-width: 751px) and (min-device-width: 751px) {

#quickViewResponseData.more-info {
	top: calc(50% - 300px);
	left: calc(50% - 400px);
	width: 800px;
	height: 600px;
}

#quickViewResponseData .clear {
	display: none;
}

#quickViewResponseData #QuickViewImage {
	float: left;
}

#quickViewResponseData #QuickViewImage img {
	float: left;
	max-width: 240px;
	max-height: 400px;
	margin: 0 20px 0 40px;
}

#quickViewResponseData .ProductDetailsGrid {
	box-sizing: border-box;
	padding-left: 300px;
}

#quickViewResponseData .ProductDetailsGrid > h1 {
	font-size: 22px;
	line-height: 40px;
}

#quickViewResponseData #QuickViewContent .qprod {
	float: left;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper .item {
	margin: 0;
	padding: 0;
	border-top: none;
	border-left: 1px solid white;
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper .item .icon {
	margin-left: 30px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper .item .text {
	margin: 0 30px 0 15px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav-items .item .img img {
	max-height: 350px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .image-block-1 .image {
	margin-bottom: 0;
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .image-block-1 .image:first-child {
	margin-right: 100px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .image-block-1 .image img {
	max-height: 455px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image-block-1 {
	margin-top: 50px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .guide-pages {
	top: -70px;
	left: calc(50% - 240px);
	height: 200px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image {
	display: block;
	margin: 0;
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image:last-child {
	margin-right: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image .main-img {
	max-height: 500px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image .main-img:last-child {
	margin-left: 25px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image .boxes {
	height: 270px;
	margin-top: 240px;
	margin-left: -38px !important;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image .clock {
	top: 177px;
	right: -89px;
	height: 135px;
}

}

@media screen and (max-width: 1100px) and (min-width: 601px) {

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon {
	float: left;
	width: 33%;
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon > img,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon > img {
	width: auto;
	height: 160px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-1 {
	line-height: 30px;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 {
	background-position: center center;
	background-size: cover;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 {
	background-size: cover;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main {
	padding: 126px 55px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-1 {
	font-size: 25px;
	margin-bottom: 20px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-5 {
	font-size: 15px;
	line-height: 15px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 {
	margin-top: 50px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 {
	margin-top: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-1 .item-wrapper .item .text {
	width: 148px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right {
	width: 100%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon .des,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon .des {
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon .des img,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon .des img {
	display: inline-block;
	float: none;
	margin: 4px 4px 4px 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon .des p,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon .des p {
	font-size: 11px;
	display: inline-block;
	float: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .mid {
	width: calc(100% - 300px);
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .mid {
	width: 100%;
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .text {
	margin: 20px 10px 0 10px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .image-block-1 .image {
	margin-bottom: 0;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 {
	background-size: 3000px auto;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .title .line-3 {
	width: 100%;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .text-block-2 {
	max-width: 550px;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-4 {
	font-size: 30px;
	line-height: 30px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-5 {
	font-size: 15px;
	line-height: 15px;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-2 {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-3 {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	padding: 0;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list li {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

}

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

#quickViewResponseData {
	top: calc(50% - 150px);
	left: calc(50% - 200px);
	overflow: auto;
	width: 400px;
	height: 290px;
}

#quickViewResponseData .close-quickview {
	top: calc(50% - 145px);
	right: calc(50% - 205px);
}

#quickViewResponseData .mine-social {
	position: static;
	bottom: 0 !important;
	left: 0 !important;
	float: left;
	clear: left;
	margin-top: 10px;
}

#quickViewResponseData .mine-social img {
	padding: 2px 4px 0 0;
}

#quickViewResponseData .ModalContent {
	overflow: auto;
}

#quickViewResponseData .loading-div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData #QuickViewImage {
	text-align: center;
}

#quickViewResponseData #QuickViewImage img {
	max-height: 200px !important;
}

#quickViewResponseData .ProductDetailsGrid > h1 {
	font-size: 15px;
}

#quickViewResponseData .ProductDetailsGrid .DetailRow {
	margin-bottom: 5px;
}

#quickViewResponseData #quickViewResponseData .BrandName {
	display: none;
}

#quickViewResponseData .s-price {
	display: none;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-1 {
	font-size: 20px;
	line-height: 20px;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main {
	padding: 20px;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop {
	display: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .strip-booth img {
	display: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .left {
	display: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .left-m {
	display: block;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid {
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .right {
	width: 100%;
	padding: 10px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .right .was {
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .right .now {
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop .row-2 .mid .right .buy-now {
	margin: 0 auto;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 {
	background: url('../img/sttropez-booth/sec1-bg-mobile.jpg') no-repeat center bottom;
	background-size: 100% auto;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main {
	width: 100%;
	padding: 20px 10px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-1 {
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .text-6 {
	font-size: 15px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .include p {
	font-size: 14px;
	line-height: 14px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .include .list {
	width: 100%;
	min-height: 40px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .include .list li {
	font-size: 9px;
	line-height: 15px;
	padding: 0 0 0 15px;
	background-position: 0 2px;
	background-size: 10px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .was-now {
	margin: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .was-now .was {
	font-size: 16px;
	line-height: 20px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .was-now .now {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 2px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .buy-now {
	margin: 550px auto 0 auto;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .right {
	display: none;
	width: 100%;
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .right > img {
	width: 64%;
	max-width: 200px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .both-mobile {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .both-mobile * {
	font-size: 13px;
	color: white;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .both-mobile > img {
	width: 55%;
	max-width: 290px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1-1 .main .list {
	width: 100%;
	min-height: 40px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec2 .row .left .text .line-1 {
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .title {
	margin: 0;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .left .f-icon .des,
.page-template-pt-sttropez-booth #all-in-one-booth-page .sec3 .row .features .right .f-icon .des {
	height: auto;
	padding-left: calc(50% - 55px);
	text-align: left;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .title {
	margin: 0;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .text-block-2 .line-1 {
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .image .caption .line-1 {
	font-size: .8rem;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .image .caption .line-2 {
	font-size: .8rem;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .text .line-1 {
	font-size: .8rem;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec4 .row .image-block-2 .text .line-2 {
	font-size: .8rem;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .title {
	margin: 0;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec5 .row .image-block-1 .nav {
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .title {
	margin: 0 0 200px 0;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .image-block-1 {
	margin-bottom: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .title {
	margin: 0;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .image-block-1 {
	margin-bottom: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec7 .row .text-block-2 {
	margin-bottom: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main {
	width: 100%;
	padding: 20px 10px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .text-6 {
	font-size: 15px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .include p {
	font-size: 14px;
	line-height: 14px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .include .list {
	width: 100%;
	min-height: 40px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .was-now {
	margin: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .was-now .was {
	font-size: 16px;
	line-height: 20px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 .main .was-now .now {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 2px;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 { /* Product tabs */
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul li {
	font-size: 14px;
	display: block;
	width: 100% !important;
	padding: 10px 15px;
	text-align: left;
	border: none;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul li {
	float: none;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul li.current {
	padding: 10px 15px !important;
	color: #000;
	background: #fff;
	heighta: auto;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #mine-product-menu ul {
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec8 #MineProduct .ProductDescription {
	margin-top: 0;
}

}

@media screen and (max-width: 480px) and (orientation: portrait), screen and (max-width: 750px) and (min-device-width: 751px) {

#quickViewResponseData {
	top: calc(50% - 208px);
	left: calc(50% - 150px);
	width: 290px;
	height: 416px;
	-webkit-align-items: initial;
	-ms-flex-align: initial;
	-ms-grid-row-align: initial;
	align-items: initial;
}

#quickViewResponseData .ModalContent {
	overflow: hidden;
}

#quickViewResponseData .loading-div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData .close-quickview {
	top: calc(50% - 205px);
	right: calc(50% - 145px);
}

#quickViewResponseData .mine-social {
	position: static;
	bottom: 0 !important;
	left: 0 !important;
	float: left;
	clear: left;
	margin-top: 10px;
}

#quickViewResponseData .mine-social img {
	padding: 2px 4px 0 0;
}

#quickViewResponseData #QuickViewImage {
	text-align: center;
}

#quickViewResponseData #QuickViewImage img {
	max-height: 200px !important;
}

#quickViewResponseData .ProductDetailsGrid > h1 {
	font-size: 15px;
}

#quickViewResponseData .ProductDetailsGrid .DetailRow {
	margin-bottom: 5px;
}

#quickViewResponseData #quickViewResponseData .BrandName {
	display: none;
}

#quickViewResponseData .s-price {
	display: none;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec6 .row .text-block-2 .line-1 {
	color: white;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .buy-now {
	margin: 595px auto 0 auto;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .left {
	width: 24%;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .left img {
	height: 129px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .include .list {
	width: 150px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .strip-loop-m .row-2 .right .include .kit img {
	height: 53px;
	margin-top: 15px;
}

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .buy-now {
	margin: 520px auto 0 auto;
}

}

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

.page-template-pt-sttropez-booth #all-in-one-booth-page .sec1 .main .buy-now {
	margin: 460px auto 0 auto;
}

}

