@charset "utf-8";
/*   
Theme Name: Style Me
Theme URI: working-out.info
Description: Minimal WP Theme
Author: working-out.info
Author URI: working-out.info
Version: 1.0
.
Your Temptlate.
.
*/
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Light'), local('Gilroy-Light'), url('Gilroylight.woff2') format('woff2'), url('Gilroylight.woff') format('woff'), url('Gilroylight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('Gilroyextrabold.woff2') format('woff2'), url('Gilroyextrabold.woff') format('woff'), url('Gilroyextrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
html {
	/*     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0; 
	font-family: 'Gilroy';
	font-weight: 300;
	color: #111;
	line-height: 1.5;
	background-color: #f0f0f0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
img {
	max-width: 100%;
	/*height: 100%;*/
}
iframe {
	border: 0
}
a, area, button, input, label, select, summary, textarea {
	touch-action: manipulation
}
input, select, textarea {
	touch-action: manipulation;
	border: 1px solid #efefef;
	padding: 15px 10px;
	font-family: 'Gilroy';
}
input[type="submit"] {
 -webkit-appearance: none;
}


.mlw_horizontal_choice input[type="checkbox"]:checked, 
.mlw_horizontal_choice input[type="checkbox"]:not(:checked), 
.mlw_horizontal_choice input[type="radio"]:checked, 
.mlw_horizontal_choice input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

.mlw_horizontal_choice input[type="checkbox"]:checked + label, 
.mlw_horizontal_choice input[type="checkbox"]:not(:checked) + label, 
.mlw_horizontal_choice input[type="radio"]:checked + label, 
.mlw_horizontal_choice input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}
.mlw_horizontal_choice input[type="checkbox"]:checked + label:before, 
.mlw_horizontal_choice input[type="checkbox"]:not(:checked) + label:before,
.mlw_horizontal_choice input[type="radio"]:checked + label:before, 
.mlw_horizontal_choice input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.mlw_horizontal_choice input[type="checkbox"]:checked + label:before, 
.mlw_horizontal_choice input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

.mlw_horizontal_choice input[type="radio"]:checked + label:before, 
.mlw_horizontal_choice input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}
.mlw_horizontal_choice input[type="checkbox"]:checked + label:after, 
.mlw_horizontal_choice input[type="checkbox"]:not(:checked) + label:after, 
.mlw_horizontal_choice input[type="radio"]:checked + label:after, 
.mlw_horizontal_choice input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.mlw_horizontal_choice input[type="checkbox"]:checked + label:after, 
.mlw_horizontal_choice input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #e145a3;
    border-bottom: 4px solid #e145a3;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mlw_horizontal_choice input[type="radio"]:checked + label:after, 
.mlw_horizontal_choice input[type="radio"]:not(:checked) + label:after {
	left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #FF0E35;
}
.mlw_horizontal_choice input[type="checkbox"]:not(:checked) + label:after, 
.mlw_horizontal_choice input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

.mlw_horizontal_choice input[type="checkbox"]:checked + label:after, 
.mlw_horizontal_choice input[type="radio"]:checked + label:after {
    opacity: 1;
}
.mlw_horizontal_choice input[type="radio"]:checked + label {
font-weight: bold;
}
.mlw_horizontal_choice {
background: #f1fcff;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    box-shadow: 0px 0px 15px -3px rgb(101 101 101 / 13%);
    margin-right: 10px;
    border: 1px solid #efefef;
}
.quiz_section textarea {
	width: 100%;
}
.qmn_radio_answers {
	margin-bottom: 15px; 
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}
a {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #f26739;
}
p {
	margin-bottom: 15px;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style: none;
}
ul li {
	list-style: none;
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}
h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
}
h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.3;
}
h3 {
	font-size: 26;
	line-height: 1.4;
	font-weight: 600;
}
h4 {
	font-size: 14;
	line-height: 1.4;
}
h5 {
	font-size: 16px;
	line-height: 1.4;
}
h6 {
	font-size: .875rem;
	line-height: 1.4;
}
h1, h2, h3, h4, h5 {
	font-family: 'Gilroy';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

#wpsm_counter_b_row_11166 .wpsm_counterbox .wpsm_number {
    font-family: 'Gilroy' !important;
	font-weight: bold !important;
}
.wpsm_counterbox .wpsm_count-title {
	font-family: 'Gilroy' !important;
}
.schema-faq-question {
	position: relative;
    padding-left: 44px;
    font-size: 24px;
}
.schema-faq-question:before {
	position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2020/06/question.svg);
    left: 0;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0px;
    opacity: 0.8;
}
.schema-faq-answer {
	padding-left: 45px;
    margin-top: 10px;
    font-size: 20px;
	color: #525252;
}
.faq {
	margin: auto 50px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
wr {
	width: 1140px;
	display: block;
	margin: 0 auto;
}
header wr {
	padding: 20px 0;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo a {
	display: block;
    width: 90px;
    height: 41px;
}
.header-logo img{
    width: 90px;
}
.header-nav ul {
	margin-bottom: 0px;
	font-size: 24px;
}
.linewrapper {
	width: 100%;
	height: 1px;
	background-color: #f11538;
}
.content {
	min-height: calc(100vh - 275px);
}
.content-sd-one {
	width: 66.66666666%;
}
.content-sd-two {
	width: 60%;
}
.content-page {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.home .content-page {
	background: transparent;
	padding: 0px;
}
.main-heading {
	text-align: right;
}
.main-heading h1 {
	font-size: 22px;
	color: #111;
	margin: -10px 0px 15px 0;
}
.sidebar {
	width: 33.33333333%;
	float: left;
	padding: 10px;
}
.sidebar-two {
	width: 20%;
}
.footer-wr {
	display: flex;
	align-items: center;
	margin: 0 -10px;
}
.foot {
	width: 50%;
	float: left;
	padding: 10px;
}
.fphone, .fphone a{
	color: #ff0e35; 
	font-size: 30px; 
	letter-spacing: 1px;
}
.fsoc a {
	margin-right: 5px;
	opacity: 0.8;
}
.fsoc a:hover {
	opacity: 1;
}
.fsoc img {
	width: 40px;
}
.pum-close {
	background-color: #FF0E35 !important;
}
.result {
    position: fixed;
    background: #fff;
    top: 60px;
    width: 1120px;
    box-shadow: 0px 0px 26px;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    left: 50%;
    margin-left: -560px;
    overflow-y: scroll;
    display: none;
    z-index: 999;
	max-height: 90%;
}

.result .mlw_qmn_question {
    font-weight: normal !important; 
	font-size: 18px !important;
	margin-bottom: 20px;
}

.result .qmn_question_answer {
	margin-bottom: 20px;
}
.resultbt {
	background: #FF0E35;
color: #fff;
text-transform: uppercase;
margin: 0 auto;
max-width: 200px;
text-align: center;
padding: 10px 10px 10px 10px;
}
.resultbt:hover {
cursor: pointer;
background: #101010;
}
.blog-list a img {
	float: left;
}
.blog-list ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.blog-list a img {
	float: left;
	margin-right: 15px;
}
.taxonomy-description {
	display: inline-block;
}
.pum-container, .pum-theme-cutting-edge .pum-container {
    padding-bottom: 80px !important;
}
#fs_tab {
	margin-top: -22px;
}
.fs_hor_type_tabs .fs_tabs_nav {
	text-align: right;
	margin-bottom: 15px;
}
.fs_hor_type_tabs .fs_tabs_nav li {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: inline-block;
	float: inherit;
}
.fs_hor_type_tabs .front_fs_tabs_content {
	background-color: transparent;
	border: none;
	padding: 0;
    margin: 0 -10px;
}
.fs_hor_type_tabs .fs_tabs_nav li a {
	background-color: transparent;
	border: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	font-weight: bold;
	color: rgba(245, 245, 245, 0.48);
	padding: 0 0px;
	margin-left: 15px;
}
.fs_hor_type_tabs .fs_tabs_nav li.active a {
	background-color: transparent;
	color: #fff;
}
.woocommerce ul.products li.product > a {
	display: block;
	box-shadow: 1px 2px 10px #1a1a1a;
	/* height: 100%; */
	background-color: #000;
	/*margin: 10px;*/
}
.woocommerce ul.products li.product .button {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: none;
}
.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	/*margin: -40px -30px 0px -30px;*/
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
	width: 50%;
    margin: 0px 0 20px 0;
	line-height: 0;
	padding: 0px 10px;
}
.woocommerce ul.products li.product a img {
	margin: 0 0 0em;
}
.string {
	width: 100%;
	height: 34px;
	line-height: 26px;
	padding: 0 10px;
	box-shadow: 0 1px 18px -13px #777;
	position: absolute;
	left: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.94);
	top: 14px;
	/* font-weight: 800; */
	font-size: 14px;
	color: #383838;
	/* z-index: -1; */
    /* letter-spacing: 1px; */
	border-top: 5px solid #fff;
	display: none;
}
.string1 {
	width: 100%;
	height: 16px;
	line-height: 17px;
	padding: 0 10px;
	box-shadow: 0 1px 2px #777;
	position: absolute;
	left: 0;
	overflow: hidden;
	/* background: rgba(255, 255, 255, 0.6); */
	top: 44px;
	/* font-weight: bold; */
	font-size: 12px;
	color: #fff;
	z-index: -1;
}
ul.product_tags {
	position: absolute;
    top: 20px;
}
ul.product_tags li {
	background: #fff;
    display: block;
    line-height: 20px;
    padding: 8px 15px;
    font-size: 18px;
    font-family: 'Gilroy';
    font-weight: 600;
    margin-left: -10px;
    box-shadow: 1px 1px 5px #828282;
}

.home .main-heading {
	display: none;
}
.prtop {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.prtop > div {
/*width: 50% !important;*/
}
.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0px;
	padding: 0px 0 20px 0;
	z-index: 9;
	position: relative;
	color: #333;
	margin-bottom: 2px;
	border-bottom: 5px solid #333;
}
.woocommerce div.product div.summary {
	margin-bottom: 2em;
	background: #ffffff;
	position: relative;
	padding: 20px;
	box-shadow: 0px 0px 5px #000;
}
.woocommerce div.product div.summary:before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: -10px;
	top: 10px;
	right: -10px;
	/* background: #fff; */
	border: 2px solid #FF0D35;
	z-index: -1;
	background: #FF0D35;
}
.summary .product_meta {
	display: none;
}
.qty {
	display: none;
}
.in-stock {
	display: none;
}
.entry-summary h2 {
	background: #fff;
	display: initial;
	padding: 0px 15px;
	text-shadow: 3px 1px 3px rgba(146, 146, 146, 0.34);
	box-shadow: 0px 0px 14px -9px #292929;
}
.woocommerce-product-details__short-description h3 {
	margin-left: 30px;
	padding: 2px 0px;
}
.woocommerce-product-details__short-description p {
	/*background: rgba(255, 255, 255, 0.21); */
	color: #5a5a5a;
	/* font-weight: bold; */
	padding: 6px 10px;
	margin: 3px 0px 5px 20px;
	/* box-shadow: 0px 0px 14px -9px rgba(41, 41, 41, 0.22); */
	font-size: 20px;
}
.woocommerce-product-details__short-description a {
	color: #FF0E35;
	text-decoration: underline;
	font-weight: normal;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #080808;
	font-size: 1.25em;
	/* background: #FF153B; */
    /* display: initial; */
    /* float: right; */
	text-align: center;/* position: absolute; *//* top: -7px; *//* right: -6px; *//* display: none;*/
}
.woocommerce div.product span.woocommerce-Price-amount {
	font-weight: normal;
	/* padding: 10px 10px; */
	margin: 0px 0px 0px 0px;
	display: inline-block;
	/* box-shadow: 0px 0px 19px -10px #000; */
	color: #757575;
}
.woocommerce div.product form.cart {
	margin-bottom: 1em;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top: 2em;
}
.woocommerce-variation.single_variation {
	width: 100%;
}
.woocommerce-variation-description {
	color: #FF0E35;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
     vertical-align: baseline !important;
}
.single_variation_wrap {
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.woocommerce div.product form.cart .variations select {
	-webkit-appearance : none;
	/* for FF */
	-moz-appearance    : none;
	text-indent        : 0.01px; 
	text-overflow      : '';
	/* for IE */
	-ms-appearance     : none;
	appearance         : none !important;
}
.woocommerce div.product form.cart .button {
	background-color: #FF0E35;
	font-size: 20px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
	/* margin: 40px auto 0 auto; */
    /* width: 100%; */
	border: 2px solid;
	font-family: 'Gilroy';
	letter-spacing: 1px;
	padding: 20px 58px;
	border: none;
	border-radius: 0;
	font-weight: normal;
}
.plan {
	text-decoration: underline;
    font-size: 28px;
    cursor: pointer;
    margin: 10px auto -10px auto;
    display: block;
    text-align: center;
}
.woocommerce div.product form.cart .button:hover {
	background-color: #292929;
}
.spikers {
	display: flex;
	margin-top: 15px;
	flex-wrap: wrap;
	margin: 10px -10px 0px -5px;
}
.spikers h2 {
	width: 100%;
	padding: 0px 15px;
	padding: 0px 15px;
	text-shadow: 3px 1px 3px rgba(146, 146, 146, 0.34);
	box-shadow: 0px 0px 14px -9px #292929;
}
.spikers span {
background: #fff;
padding: 0px 5px 0px 5px;
display: block;
width: fit-content;
margin-bottom: 0px;
margin-left: 0px;
width: 33%;
line-height: 14px;
margin-top: 15px;
}
.spikers span img {
	margin-top: 10px;
}
.related {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}

footer {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	background: #000;
	width: 100%;
	color: #fff;
}

footer wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer wr > div {
	display: flex;
}

footer p {
	font-size: 14px;
}

.qsm_contact_div .qsm-contact-type-text {
	margin-bottom: 10px;
}

.footer-logo {
	margin-right: 20px;
}

.footer-logo a {
    display: block;
    width: 90px;
    height: 42px;	
}

.footer-logo img {
	width: 90px;
}

footer .payment-methods {
	display: flex;
	align-items: center;
}

footer .payment-methods div {
	margin-left: 20px;
}

footer .payment-methods .wayforpay {
	width: 167px;
}

footer .payment-methods .mastercard, footer .payment-methods .visa {
	width: 72px;
}

.woocommerce-notices-wrapper {
	display: none;
}
.wc-tabs-wrapper {
	position: fixed;
	top: 110px;
	background: #fff;
	width: 760px;
	z-index: 99;
	box-shadow: 0px 0px 15px;
	left: 50%;
	margin-left: -380px;
	padding: 30px; 
	display: none;
	border-radius: 24px;
}
.woocommerce-Tabs-panel {
	max-height: 440px;
    overflow-y: auto;
}
#tab-description strong {
	font-weight: bold;
}
.overlay {
	position: fixed;
	top: 0;
	z-index: 98;
	background: rgba(0,0,0,.79);
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	display: none;
}
.show {
	display: block;
}
#order_review_heading {
	display: none;
}
.woocommerce-checkout-review-order-table {
	display: none;
}
.woocommerce-order-details {
	display: none;
}
.woocommerce-customer-details {
	display: none;
}
.woocommerce-thankyou-order-received {
	text-align: center;
	font-size: 32px;
	padding: 100px 0;
}
.woocommerce-order .address {
	display: none;
}
.ppopen, .ppopen1, .ppopen2, .ppopen3, .ppopen4, .ppopen5, .ppopen6, .ppopen7, .ppopen8, .ppopen9, .ppopen10 {
	cursor: pointer;
	color: #FF0E35;
	font-size: 19px; 
	text-decoration: underline;
	margin: -9px 0px 10px 31px;
}
.ss {
	font-size: 12px;
}
.woocommerce div.product p.stock {
    font-size: 1.4em;
}
.woocommerce-variations-table thead {
	display:none;
}
.woocommerce-variations-table tbody {
	display:flex;
	flex-wrap: wrap;
}
.rwd-table tr {
    border-color: #fff;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding-bottom: 70px;
}
.variations-table-value-pr {
	text-transform: uppercase;
    font-weight: 600;
    text-align: center !important;
}
.variations-table-row:nth-child(odd) {
    background-color: #fbfbfb !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #FF0E35;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    font-family: 'Gilroy';
    font-weight: 300;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #333;
    color: #fff;
}
.rwd-table th, .rwd-table td {
    margin: 0px 5px !important;
}
.product-type-variable p.price {
	display: none;
}
.variations-table-value-ca {
	height: 67px;
	position: absolute;
    bottom: 0;
}
.rwd-table td:before {
display: none !important;
}
.shop_table_responsive.cart thead, .shop_table_responsive.cart .product-quantity, .shop_table_responsive.cart .product-subtotal {
	display: none;
}
.cart_totals .cart-subtotal {
	display: none;
}
.select2-container .select2-selection--single {
	height: 46px !important;}
.select2-container--default .select2-selection--single {
    border: 1px solid #ececec !important;
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.content-wr {
	min-height: calc(100vh - 180px);
	padding: 30px 0;
}

.page-template-page-zone .content-wr, .page-template-page-zone1 .content-wr {
	    margin-top: -29px;
}
/*  */
.page-template-page-zone .content-page, .page-template-page-zone1 .content-page {
    display: none;
}
#plau {
	width: 1280px;
	height: 720px;
}
.buttonplay {
position: absolute;
top: 206px;
left: 50%;
width: 290px;
height: 290px;
margin-left: -147px;
background: #717171;
border-radius: 100%;
opacity: 0.5;
}
.buttonplay:hover {
	opacity: 0.8;
}
.zone-wr {
	position: relative;
	height: 640px;
}
.zone-bl a {
    display: flex;
    align-items: center;
}
.zoneimg {
width: 75px;
	transition: all 0.5s ease-out;
}
.zname {
	text-transform: uppercase;
    color: #fff;
    font-weight: 700;
	font-size: 24px;
    margin: 0 10px;
    letter-spacing: 1px;
}

.zone1:hover img {
transform: scale(1.15);
}
.zone1 {
    position: absolute;
    top: 280px;
    left: 466px;
}
/*
.zone1 {
position: absolute;
bottom: 102px;
left: 93px;
}
.zone1:before {
	position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2021/01/z1arrov.png);
    width: 58px;
    height: 122px;
    background-repeat: no-repeat;
    right: -37px;
    top: -116px;
    background-size: 55px auto;
	transition: all 0.5s ease-out;
}
.zone1:hover:before {
    right: -39px;
    top: -119px;
}*/
.zone2 {
position: absolute;
bottom: 326px;
left: -55px;
}
.zone2:hover img {
	transform: scale(1.15);
}
.zone2:before {
	position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2021/01/z2arrov.png);
    width: 140px;
    height: 57px;
    background-repeat: no-repeat;
    right: -147px;
    top: 47px;
    background-size: 138px auto;
    transition: all 0.5s ease-out;
}

.zone3 {
    position: absolute;
	bottom: 440px;
	left: 305px;
}
.zone3:hover img {
	transform: scale(1.15);
}
.zone3:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2021/01/z3arrov.png);
    width: 113px;
    height: 94px;
    background-repeat: no-repeat;
    left: 80px;
    bottom: -92px;
    background-size: 110px auto;
    transition: all 0.5s ease-out;
}

.zone4 {
position: absolute;
bottom: 517px;
right: 45px;
}
.zone4:hover img {
	transform: scale(1.15);
}
.zone4:before {
	position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2021/01/z4arrov.png);
    width: 113px;
    height: 94px;
    background-repeat: no-repeat;
    left: -117px;
    bottom: -66px;
    background-size: 110px auto;
    transition: all 0.5s ease-out;
}
.zone5 {
	position: absolute;
	bottom: 200px;
	left: 0px;
}
.zone5:hover img {
	transform: scale(1.15);
}
.zone5:before {
position: absolute;
content: "";
background-image: url(/wp-content/uploads/2021/02/z5arrow.png);
width: 151px;
height: 52px;
background-repeat: no-repeat;
right: -154px;
bottom: 41px;
background-size: 150px auto;
transition: all 0.5s ease-out;
}
.zone6 {
position: absolute;
bottom: 10px;
right: 345px;
}
.zone6:hover img {
	transform: scale(1.15);
}
.zone6:before {
position: absolute;
content: "";
background-image: url(/wp-content/uploads/2021/02/z6arrow.png);
width: 227px;
height: 183px;
background-repeat: no-repeat;
left: -221px;
bottom: 73px;
background-size: 225px auto;
transition: all 0.5s ease-out;
}
.zone7 {
position: absolute;
bottom: 411px;
left: 57px;
}
.zone7:hover img {
	transform: scale(1.15);
}
.zone7:before {
position: absolute;
content: "";
background-image: url(/wp-content/uploads/2021/03/z7arrow.png);
width: 58px;
height: 105px;
background-repeat: no-repeat;
right: -54px;
bottom: -102px;
background-size: 58px auto;
transition: all 0.5s ease-out;
}
.toconf {
	position: absolute;
	top: 62px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 20px 5px 20px;
	border-radius: 20px;
	box-shadow: 0 0 0 4px #151515, 0 0 0 7px #fff;
	cursor: pointer;
	left: 6px;
}
.tosponsor {
	position: absolute;
	top: 62px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 20px 5px 20px;
	border-radius: 20px;
	box-shadow: 0 0 0 4px #151515, 0 0 0 7px #fff;
	cursor: pointer;
	right: 6px;
}
.toconf:hover, .tosponsop:hover {
background: #FF0E35;
	box-shadow: 0 0 0 4px #151515, 0 0 0 7px #FF0E35;
	color: #fff;
}
.post-views {
position: absolute;
right: 183px;
z-index: 99;
background-image: url('/wp-content/uploads/2021/02/vi.svg');
color: #fff;
background-repeat: no-repeat;
width: 85px;
height: 85px;
border-radius: 100%;
border: 7px solid #fff;
background-size: 67px;
background-position: 50%;
display: flex;
justify-content: center;
align-items: center;
opacity: 0.7;
top: 124px;
}
.post-views-label {
display: none;
background: #fff;
color: #000;
position: absolute;
top: -35px;
font-size: 12px;
right: -96px;
padding: 0px 12px;
border-radius: 8px;
}
.post-views-icon {
	display: none !important; 
}
.post-views:hover .post-views-label {
display: block;
}
.post-views:hover {
opacity: 1;
}
.stend1 {
position: absolute;
top: 270px;
left: 232px;
}
.stend3 {
right: 237px;
position: absolute;
top: 270px;
}
img.st {
width: 100px;
border-radius: 5px;
box-shadow: 0px 0px 9px #6f6f6f;
}
img.st:hover {
transform: scale(1.10);
	transition: all 0.2s ease-out;
	cursor: pointer;
}
#fancybox-content, #fancybox-outer, #fancybox-wrap {
    border-radius: 10px;
}
#forma {
	width: 320px;
}
#forma input, #forma textarea {
    width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	max-height: 80px;
}
.ofer {
background: #ebe9eb;
border-radius: 5px;
text-align: center;
font-size: 14px;
padding: 10px 0 0px 0;
}
.ok label {
display: flex;
flex-direction: row-reverse;
white-space: nowrap;
font-size: 14px;
justify-content: center;
align-items: center;
align-content: center;
margin-left: -1em;
}

#forma input[type="submit"] {
background-color: #FF0E35;
color: #fff;
width: inherit;
padding: 15px 35px;
margin: 10px auto 0px auto;
display: block;
}
#forma br {
	display: none;
}
@media (max-width: 1200px) {
wr {
	padding: 0 20px;
	width: 100%;
}
	header wr {
	padding: 20px;
	}
	footer wr {
		flex-wrap: wrap;
	}
	footer wr > div {
		margin: 0 auto;
	}
	footer .payment-methods div:first-child {
		margin-left: 0;
	}
.fs_mobi .front_fs_tabs_content {
	display: block;
}
.main-menu-top {
	display: none;
}
.logo img {
	width: 88px;
}
.logo::before {
	width: 84px;
	height: 84px;
}
.home .content-page {
	padding: 20px;
}
}

@media (max-width: 1366px) {
	#plau {
		width: 700px;
		height: auto;
	}
}

/* @media (max-width: 1024px) {
	#plau {
		width: 700px;
		height: auto;
	}
}


@media (max-width: 768px) {
	#plau {
		width: 700px;
		height: auto;
	}
} */

@media (max-width: 760px) {
.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
	width: 100%;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0px -10px 0px -10px;
}
#fs_tab {
	margin-top: -63px;
}
.prtop {
	flex-wrap: wrap;
	margin-top: -29px;
}
.woocommerce div.product div.summary:before {
	display: none;
}
.logo::before {
	border: 3px solid #ececec;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100%;
}
.wc-tabs-wrapper {
	position: fixed;
	top: 110px;
	background: #fff;
	width: 100%;
	z-index: 99;
	box-shadow: 0px 0px 15px;
	left: 0;
	margin-left: 0;
	padding: 30px;
}
.fs_hor_type_tabs .fs_tabs_nav li {
	width: 100%;
    border-bottom: none;
    margin: 0;
    padding: 0;
    display: block;
}
.fs_hor_type_tabs .fs_tabs_nav li.active {
	border-bottom: 1px solid;
	}
.plan {
	font-size: 20px;
}
.footer-wr {
	flex-wrap: wrap;
	    margin: 0;
}
.foot {
	width: 100%;
	text-align: center;
}
.popmake-content {
	padding-bottom: 30px;
	outline: none;
}
.popmake-content:focus-visible {		
	outline: none;
}
.main-heading h1 {
	margin: -17px 20px 15px 0px;
}
.powered {
	padding: 20px 10px;
}
.powered wr {
	flex-wrap: wrap;
}
ul.product_tags {
    position: absolute;
    top: 20px;
}
ul.product_tags li {
    background: #fff;
    display: block;
    line-height: 21px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Gilroy';
    font-weight: 600;
    margin-left: 8px;
}
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-size: 12px;
}
.variations-table-value-ca {
    bottom: -15px; 
}
.woocommerce div.product form.cart .button {
    padding: 20px 40px;
	    float: inherit;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    vertical-align: top !important;
    padding-top: 12px;
}
.mlw_horizontal_choice {
    display: inline-block;
    margin-bottom: 10px;
    min-width: 55px;
}
#plau {
    width: 300px;
    height: inherit;
}
.zone-bl:before {
		display: none;
}
.toconf {
    position: absolute;
    top: 40px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 20px 5px 20px;
    border-radius: 20px;
    box-shadow: 0 0 0 4px #151515, 0 0 0 7px #fff;
    cursor: pointer;
    left: inherit;
    left: 10px;
    font-size: 12px;
}
.tosponsor {
    position: absolute;
    top: 40px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 20px 5px 20px;
    border-radius: 20px;
    box-shadow: 0 0 0 4px #151515, 0 0 0 7px #fff;
    cursor: pointer;
    left: inherit;
    right: 10px;
    font-size: 12px;
}
.zone1 a, .zone2 a, .zone7 a {
		flex-direction: row-reverse;
	}
.zone4 {
    position: absolute;
    bottom: inherit;
    right: inherit;
    left: 20px;
    top: 80px;
}
/*.zone1 {
position: absolute;
bottom: inherit;
left: 70px;
right: inherit;
top: 132px;
}*/
.zone1 {
    position: absolute;
    bottom: inherit;
    left: 136px;
    right: inherit;
    top: 312px;
}
.zone1 a, .zone2 a {
		flex-direction: row-reverse;
	}
/*.zone3 {
position: absolute;
bottom: inherit;
left: 123px;
top: 396px;
}*/
.zone3 {
    position: absolute;
    bottom: inherit;
    left: 72px;
    top: 150px;
}	
.zone2 {
position: absolute;
bottom: inherit;
left: 107px;
right: inherit;
top: 215px;
}
.zone5 {
    position: absolute;
    bottom: inherit;
    left: 123px;
    top: 308px;
}
.zone6 {
    position: absolute;
    bottom: inherit;
    right: inherit;
    top: 471px;
    left: 94px;
}
.zone7 {
    position: absolute;
    bottom: inherit;
    left: 22px;
	top: 540px;
}
.page-template-page-zone1 .wrapper {
    background-size: auto 430px !important;
	}
.page-template-page-zone1 .zone-wr {
    height: 480px;
}
.post-views {
    position: absolute;
    right: 20px;
    z-index: 99;
    background-image: url('/wp-content/uploads/2021/02/vi.svg');
    color: #fff;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 4px solid #fff;
    background-size: 56px;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    top: 80px;
}
.buttonplay {
    position: absolute;
    top: 229px;
    left: 50%;
    width: 126px;
    height: 126px;
    margin-left: -63px;
    background: #717171;
    border-radius: 100%;
    opacity: 0.5;
}
.stend1 {
    position: absolute;
    top: 260px;
    left: 20px;
    z-index: 9;
		opacity: 0.9;
}
.stend3 {
    right: 20px;
    position: absolute;
    top: 260px;
    opacity: 0.9;
}
	.post-views.entry-meta > span {
    font-size: 12px;
}
.result {
    position: fixed;
    background: #fff;
    top: 59px;
    width: 100%;
    left: 0;
    margin-left: 0;
    overflow-y: auto;
    z-index: 999;
	}
}
@media (max-width: 340px) {
.woocommerce div.product form.cart {
    display: inherit;
	}
	.woocommerce div.product .product_title {
    word-wrap: break-word;
}

}
