/*
Theme Name: T Zone
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team / AI team
Author URI: https://wordpress.org/
Description: Modified Twenty sixteen theme / T Zone.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* CSS Document */
/************************	Reset styles		************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section 				{	display: block;																	}
body 					{	line-height: 1;																	}
ol, ul 					{	list-style: none; 																}
blockquote, q 			{	quotes: none; 																	}
blockquote:before, 
blockquote:after,
q:before, q:after 		{	content:'';content:none;														}
table 					{	border-collapse:collapse;border-spacing:0;										}
/* Classes display-role reset */
*						{	-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	}
.clear					{	clear:both;																		}
.clearfix:after			{	content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0	}
img						{	border:0;max-width:100%;height:auto;vertical-align:middle;						}
a						{	text-decoration:none;transition:all ease 0.4s;									}
input, textarea			{	outline:none;																	}
a:active, a:focus		{	outline:0;outline-style:none;outline-width:0;									}
:focus					{	outline:0;outline-style:none;outline-width:0;									}
li						{	list-style:none;																}
.hide					{	display:none;																	}
.show					{	display:block;																	}
.vhidden				{	visibility:hidden;																}
.textcenter				{	text-align:center !important;													}
.textleft				{	text-align:left !important;														}
.textright				{	text-align:right !important;													}
.alignleft				{	float:left;margin:0 15px 15px 0;												}
.alignright				{	float:right;margin:0 0 15px 15px;												}
.left					{	float:left;																		}
.right					{	float:right;																	}
.relative				{	position:relative;																}
.absolute				{	position:absolute;																}
h1, h2, h3, h4, h5, h6	{	font-weight:normal;																}
html, body				{	text-rendering: optimizeLegibility;
							text-rendering: geometricPrecision;
							font-smooth: always;	
							font-smoothing: antialiased;
							-moz-font-smoothing: antialiased;
							-webkit-font-smoothing: antialiased;
							-webkit-font-smoothing: subpixel-antialiased;
							font-weight:400;																}
body 					{	-webkit-animation-duration: 0.1s;
							-webkit-animation-name: fontfix;
							-webkit-animation-iteration-count: 1;
							-webkit-animation-timing-function: linear;
							-webkit-animation-delay: 0.1s;													}
@-webkit-keyframes fontfix {
from 					{ 	opacity: 1; 																	}
to 						{ 	opacity: 1; 																	}
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
body 					{	-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;						}
}
@media screen and (max-device-width: 767px) and (orientation: portrait) {
body 					{	-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;						}
}
/************************	Reset styles end	************************************************************/
body{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#1b1b1b;
	font-size:16px;
	line-height:1.5;
}
.container{
	width:calc(100% - 30px);
	margin:auto;
}
#header{
	position:relative;
	z-index:11;
	padding-top:15px;
	padding-bottom:15px;
}
#header .logo{
	position:absolute;
	top:-8px;
	left:0;
	width:75px;
	z-index:50;
}
#header nav.navigation{
	display:none;
}
nav.navigation > ul > li{
	float:left;
	margin-left:10px;
	width:82px;
}
nav.navigation > ul > li > a{
	display:block;
	text-align:center;
	color:#fff;
	font-size:13.33px;
	background:#111a89;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	line-height:39px;
	border-radius:3px;
}
nav.navigation > ul > li.current-menu-item > a,
nav.navigation > ul > li > a:hover{
	background:#f05696;
}


.page-id-53 #breadcrumbs {
    display: none!important;
}


.breadcrumbs{
	background-color:#fff;
	padding:25px 0;
	text-align:right;
	line-height:1;
	color:#464646;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
}
.breadcrumbs a{
	color:#464646;
}
#footer .main-footer{
	background-color:#151889;
	color:#6e70b6;
	font-size:10px;
	text-transform:uppercase;
	line-height:16px;
	padding:10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	border-top:1px solid #928bc4;
}
#footer .main-footer a{
	color:#6e70b6;
}
#footer .main-footer .left a{
	margin:0px 16px;
}
#footer .main-footer span{
	margin-right:16px;
}
#footer .main-footer a:hover{
	text-decoration:underline;
}
#footer .pre-footer{
	background-color:#ffeff7;
	padding:30px 0px;
}
#footer .pre-footer .logo-widget a{
	display:inline-block;
	vertical-align:top;
}
#footer .pre-footer .logo-widget a img{
	width:164px;
	display:block;
	height:auto;
}
#footer .pre-footer .nav-widget.ft_sitemap li{
	float:left;
	width:50%;
}
#footer .pre-footer h3{
	text-transform:uppercase;
	color:#f04e98;
	font-size:12px;
	margin-bottom:15px;
	padding-top:20px;
}
#footer .pre-footer li{
	margin-bottom:9px;
}
#footer .pre-footer li:last-child{
	margin-bottom:0px;
}
#footer .pre-footer li a{
	color:#f04e98;
	display:block;
	font-size:10px;
	text-transform:uppercase;
}
#footer .pre-footer-inner{
	display:block;
}
#footer .pre-footer-inner > div{
	border-bottom:3px solid #f04e98;
	padding-bottom:20px;
}
#footer .pre-footer-inner > div.logo-widget{
	border:none;
	width:100%;
	text-align:center;
	padding:0px;
}
#footer .pre-footer .social-widget li a{
	padding-left:26px;
	background-image:url(images/sprite.png);
	background-repeat:no-repeat;
}
#footer .pre-footer .social-widget li.tw a{
	background-position:0 -108px;
}
#footer .pre-footer .social-widget li.fb a{
	background-position:0 -65px;
}
#footer .pre-footer .social-widget li.ig a{
	background-position:0 -87px;
}
#footer .news-letter{
	background-color:#2d2d2d;
	padding:20px 15px;
	text-align:center;
}
#footer .news-letter label{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	line-height:46px;
	display:block;
}
#footer .news-letter input[type=email]{
	max-width:260px;
	width:100%;
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#282828;
	line-height:22px;
	padding:12px;
	border:0;
	background:#fff;
	border-radius:4px;
	margin:10px 0;
}
#footer .news-letter input[type=submit]{
	max-width:130px;
	width:100%;
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#fff;
	line-height:22px;
	padding:12px;
	border:0;
	background:#f04e98;
	border-radius:4px;
}
.page-content{
	/*background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #efefef 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #efefef 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );*/
	min-height:500px;
}
.favorite-slider{
	padding:35px 25px 45px;
}
.favorite-slider .item{
	padding:0 13px;
}
.favorite-slider .item a{
	display:block;
	padding:40px 30px 0;
	/*background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e4e4e4 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e4e4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );*/
	background-color:#f7f7f7;
}
.favorite-slider .item h4{
	color:#2a2a2a;
	margin-top:15px;
}
.favorite-slider .slick-arrow{
	position:absolute;
	top:195px;
	width:16px;
	height:0px;
	border:0;
	background-image:url(images/sprite.png);
	background-repeat:no-repeat;
	background-color:transparent;
	padding:0;
	text-indent:-9999px;
	cursor:pointer;
}
.favorite-slider .slick-arrow.slick-prev{
	background-position:0 0;
	left:0;
}
.favorite-slider .slick-arrow.slick-next{
	background-position:0 -30px;
	right:0;
}
.fav-title{
	padding-top:30px;
	text-align:center;
}
.fav-title h2{
	display:inline-block;
	margin:0 6px;
}
.fav-title h2 a{
	display:block;
	background-color:#c0c0c0;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	padding:0 25px;
	line-height:30px;
	border-radius:4px;
}



.product_title {
	color:#000;
	font-size:20px;
text-align: center;
}




.fav-title h2 a.active{
	background-color:#f04e98;
}
.slider-open{
	height:auto;
	overflow:hidden;
}
.slider-open.close{
	height:0;
}
.cta-btns{
	position:relative;
    z-index: 11;
	margin:-20px 0 0;
}
.txt-tit{
	position:absolute;
	left:20px;
	top:20px;
}
.cta-btns a.bamboo-cta{
	background-color:#c0c0c0;
}
.cta-btns a.hazel-cta{
	background-color:#e1e1e1;
}
.social-boxes{
}
.social-boxes .box{
	width:100%;
}
.social-boxes .box.insta-box{

}
.insta-box{
	overflow:hidden;
}
.instagram-images br{
	display:none;
}
.instagram-pics:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.instagram-pics{
	margin:0 -5px;
}
.instagram-pics li{
	width:20%;
	float:left;
	padding:0px 2px !important;
	border:0 !important;
}
.instagram-pics li img{
	width:100%;
}
.social-boxes .box.news-box{
	background-color:#000;
	padding:30px 22px;
}
.social-boxes .box.twitter-box{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	padding:30px 30px 50px 30px;
	position:relative;
}
.social-boxes .box.twitter-box .twitter{
	display:block;
	margin-top:60px;
}
.social-boxes .box.twitter-box a.twitter-timeline{
	font-size:21px;
	color:#fff;
}
.social-boxes .box.insta-box h2{
	color:#000;
	font-size:20px;
text-align: center !important;
}
.social-boxes .box.news-box h2{
	color:#242424;
	font-size:20px;
	margin-bottom:10px;
}
.social-boxes .box.news-box .news-article{
	margin-bottom:22px;
}
.social-boxes .box.news-box .news-article:last-child{
	margin-bottom:0;
}
.social-boxes .box.news-box .news-article a{
	display:block;
	color:#1b1b1b;
	font-size:16px;
}
/**Products styles**/
.product-content{
	padding:80px 0;
}
#product-sidebar{
	float:left;
	width:100%;
}
#product-posts{
	float:right;
	width:100%;
}
#product-sidebar aside{
	margin-bottom:40px;
}
#product-sidebar aside.widget{
	border-bottom:1px solid #e0e0e0;
}
#product-sidebar aside .quiz-link,
#product-sidebar aside .instagram-images{
	margin-bottom:30px;
}
#product-sidebar aside .widget-title{
	color:#343434;
	font-size:21px;
	margin-bottom:15px;
}
#product-sidebar aside .widget-title-insta{
	color:#343434;
	font-size:17px;
	margin-bottom:15px;
}
#product-sidebar aside li{
	padding:15px 15px 15px 35px;
	border-top:1px solid #e0e0e0;
}
#product-sidebar aside li a{
	font-size:14px;
	color:#343434;
}
#product-sidebar aside .sidebar-articles{
	padding-top:15px;
	border-top:1px solid #e0e0e0;
	padding-bottom:15px;
}
#product-sidebar aside .sidebar-articles article{
	margin-bottom:10px;
}
#product-sidebar aside .sidebar-articles article img{
	float:left;
	max-width:145px;
}
#product-sidebar aside .sidebar-articles article a{
	color: #1b1b1b;
    display: block;
    font-size: 16px;
    margin-left: 160px;
    padding-top: 13px;
}
#product-posts .cat-head{
	margin-bottom:35px;
	padding:0 20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#product-posts .page-title{
	font-size:25px;
}
#product-posts .page-title.a1{
	font-size:25px;
	margin-bottom:35px;
	padding:0 20px;
}
#product-posts .cat-head select{
	border:0;
	padding:0;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	font-family:'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	padding-left:20px;
	background-image:url(images/icon-arrow-next.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto 12px;
}
#product-posts .product-article{
	width:100%;
	float:left;
	margin-bottom:20px;
}
#product-posts .post-article{
	margin-bottom:60px;
}
#product-posts .post-article h2{
	font-size:25px;
	margin:20px 0 15px;
}
#product-posts .post-article .pub-time{
	font-size:13px;
	color:#323232;
	margin-bottom:25px;
}
#product-posts .post-article .excerpt{
	margin-bottom:20px;
}
#product-posts .post-article .excerpt a{
	display:none;
}
#product-posts .post-article .more a{
	color:#323232;
	font-size:15px;
}
#product-posts .post-article .more a:hover{
	color:#ec5495;
}
#product-posts .product-article a.post-thumb{
	display:block;
	padding:15px 35px 0;
	/*background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e4e4e4 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e4e4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );*/
	background-color:#f7f7f7;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
	/*min-height:390px;*/
}
#product-posts .product-article{
  /*min-height:460px;*/
}
#product-posts .product-article a.post-thumb span{
	position:absolute;
	top:0px;
	right:0px;
	background:#f05598;
	padding:14px 5px 0;
	line-height:12px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	border-radius:50%;
	width:60px;
	height:60px;
	text-align:center;
}
.best-seller{
	background:#f05598;
	padding:5px 10px;
	line-height:12px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	border-radius:5px;
	text-align:center;
	margin-bottom:15px;
  display:inline-block;
}
#product-posts .product-article a.post-thumb span b{
	display:block;
	margin-bottom:5px;
}
#product-posts .product-article a.post-thumb:before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background-color:rgba(236,84,149,0.2);
	transition:all ease 0.5s;
	transform:scale(0);
}
#product-posts .product-article a.post-thumb:hover:before{
	transform:scale(1);
}
#product-posts .product-article h4,
#product-posts .product-article h4 a{
	font-size:17px;
	color:#2a2a2a;
}
#product-posts .product-article h4{
	height:50px;
}
#product-posts .product-article h4 a:hover{
	color:#ec5495;
}
.product-single{
	/*background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e4e4e4 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e4e4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );*/
	background-color:#f0f0f0;
	padding:100px 0 20px;
}
.product-single .f-image{
	width:100%;
	float:left;
	text-align:center;
}
.product-single .pro-content{
	width:100%;
	float:right;
}
.product-single .pro-content h4{
	font-size:25px;
	color:#232323;
}
.product-single .pro-content .con .comment-rating-field-pro-plugin{
	display:none;
}
.product-single .pro-content h1{
	font-size:36px;
	color:#232323;
	font-weight:300;
}
.product-single .pro-content p{
	margin-bottom:16px;
}
.product-single .pro-content .star-review{
	margin:15px 0;
	color:#cbcbcb;
	font-size:22px;
	height:20px;
	background-repeat:no-repeat;
	background-position:left center;
}
.single-post .product-single .pro-content li{
    list-style:disc;
    padding-bottom:5px;
}
.single-post .product-single .pro-content ul{
    padding-left: 15px;
}
.single-post .product-single .pro-content li strong{
    font-weight:700;
}
.product-single .pro-content .star-review-0{
	background-image:url(images/star-0.png);
}
.product-single .pro-content .star-review-1{
	background-image:url(images/star-1.png);
}
.product-single .pro-content .star-review-2{
	background-image:url(images/star-2.png);
}
.product-single .pro-content .star-review-3{
	background-image:url(images/star-3.png);
}
.product-single .pro-content .star-review-4{
	background-image:url(images/star-4.png);
}
.product-single .pro-content .star-review-5{
	background-image:url(images/star-5.png);
}
.product-single .pro-content .product-tags{
	padding-bottom:35px;
	margin-bottom:35px;
	border-bottom:1px solid #e0e0e0;
}
.product-single .pro-content .product-tags a{
	display:inline-block;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	background-color:#ec5495;
	padding:0 10px;
	line-height:24px;
	border-radius:4px;
	margin:0 10px 10px 0;
    pointer-events: none;
}
.product-single .pro-content .spec li{
	padding-left:16px;
	margin-bottom:5px;
	position:relative;
}
.product-single .pro-content .spec li:before{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	border-radius:5px;
	background:#ec5495;
	left:0;
	top:10px;
}
.product-review{
	padding:90px 0 0;
}
.product-review .info-sec{
	width:100%;
	float:right;
}
.product-review .info-sec .su-spoiler-title{
	font-size:20px;
	font-weight:400;
}
.product-review .review-sec{
	width:100%;
	float:left;
}
.comments-area .comments-title{
	font-size:25px;
	padding-bottom:15px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:20px;
	cursor:pointer;
}
.comment-list .vcard{
	margin-bottom:5px;
}
.comment-list .comment-metadata{
	margin-bottom:5px;
	margin-left:95px;
}
.comment-list .comment-content{
	margin-bottom:15px;
}
.comment-list .comment-metadata a{
	color:#1b1b1b;
}
.comment-list article{
	position:relative;
}
.comment-list .rating{
	position:absolute;
	margin:0;
	left:0;
	top:31px;
}
#commentform div.rating-cancel a, 
#commentform div.star-rating a{
	transition:none;
}
/*.comment-list .rating div.crfp-rating,
#commentform div.star-rating, 
#commentform div.star-rating a{
	background-image:url("images/star.png");
	transition:none;
}*/
.comment-list .reply{
	margin-bottom:30px;
}
.comment-list .reply a, #cancel-comment-reply-link{
	display:inline-block;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	background-color:#ec5495;
	padding:0 10px;
	line-height:24px;
	border-radius:4px;
	margin-bottom:15px;
}
.comment-form .comment-notes{
	font-size:10px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.comment-form p{
	margin-bottom:15px;
}
.comment-form label{
	display:block;
	margin-bottom:5px;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url]{
	border:1px solid #cacaca;
	background:#fff;
	padding:8px 10px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#1b1b1b;
	font-size:16px;
	line-height:20px;
	width:75%;
}
.comment-form textarea{
	border:1px solid #cacaca;
	background:#fff;
	padding:8px 10px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#1b1b1b;
	font-size:16px;
	line-height:20px;
	width:100%;
	height:130px;
}
.comment-form input[type=submit]{
	font-size:17px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#fff;
	background:#f04e98;
	border-radius:4px;
	border:0;
	padding:10px 35px;
	line-height:20px; 
}
/*******************/
/**Page Styles**/
#product-posts .page-con{
	min-height:200px;
	padding-bottom:60px;
}
.page-con h1{
	font-size:36px;
	margin-bottom:25px;
	font-weight:300;
}
.page-con h2{
	font-size:25px;
	margin-bottom:25px;
}
.page-con h3{
	font-size:22px;
	margin-bottom:25px;
}
.page-con h4{
	font-size:18px;
	margin-bottom:25px;
}
.page-con h5{
	font-size:16px;
	margin-bottom:15px;
}
.page-con h6{
	font-size:14px;
	margin-bottom:15px;
}
.page-con p{
	margin-bottom:15px;
}
.page-con ul{
	margin-bottom:15px;
}
.page-con li{
	padding-left:16px;
	margin-bottom:5px;
	position:relative;
}
.page-con li:before{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	border-radius:5px;
	background:#ec5495;
	left:0;
	top:10px;
}
.page-con a{
	color:#f04e98;
}
.page-con em{
	font-style:italic;
}
.page-con strong{
	font-weight:700;
}
.page-con .su-heading-style-default{
	border:0;
	background:#f05598;
	padding:0;
}
.page-con .su-heading-style-default .su-heading-inner{
	border:0;
	padding:25px 35px !important;
	line-height:20px;
	color:#fff;
}
.page-con .su-box{
	border-width:1px;
	margin:0 0 60px;
}
.page-con .su-box-title{
	display:none;
}
.page-con .su-box-content{
	color:#2e2e2e;
	padding:40px;
}
.page-con .su-accordion .su-spoiler{
	margin:0;
}
.page-con .su-spoiler-style-default > .su-spoiler-title{
	background:#f05598;
	color:#fff;
	font-size:16px;
	padding:20px 10px 20px 30px !important;
	border-radius:2px;
	font-weight:400;
}
.page-con .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon{
	left:10px;
	top:20px;
}
.page-con .su-spoiler.su-spoiler-closed > .su-spoiler-content{
	padding:0;
	margin:0;
	border:0;
}
.page-con .su-spoiler-style-default > .su-spoiler-content{
	padding:15px;
	border:1px solid #e0e0e0;
	margin-bottom:15px;
}
.page-con .wpvq{
	max-width:inherit;
}
.page-con .wpvq-question .wpvq-question-label{
	font-weight:400;
	font-size:25px;
}
.page-con div.wpvq-explaination div.wpvq-true{
	color:#1b1b1b;
}
.page-con .wpvq-answer.wpvq-answer-true{
	background:#f05598;
}
.page-con .wpvq-answer.wpvq-answer-false{
	background:#f53e3e;
}
.page-con .wpvq-answer.wpvq-answer-false label, .page-con .wpvq-answer.wpvq-answer-true label, .page-con .wpvq-answer:hover label{
	color:#fff;
}
.page-con .wpvq-answer:hover{
	background:#c0c0c0;
}
.page-con .columns-4 .wpvq-question.wpvq-square{
	text-align:center;
}
.page-con .columns-4 .wpvq-question.wpvq-square label{
	text-align:left;
	display:block;
}
.page-con .columns-4 .wpvq-question.wpvq-square .wpvq-answer{
	float:none;
	display:inline-block;
}
#map{
	width:100%;
	height:615px;
	margin-bottom:-153px;
}
.contact-content{
	padding:80px 0 120px;
}
.contact-form{
	float:right;
	width:100%;
	margin-bottom:40px;
}
.contact-info{
	width:100%;
	float:left;
}
.contact-info .widget{
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #e0e0e0;
}
.contact-info .widget .textwidget{
	padding-left:20px;
}
.contact-info h2.widget-title{
	font-size:21px;
	color:#343434;
	margin-bottom:25px;
}
.contact-info .widget a{
	color:#1b1b1b;
}
.contact-info .widget li{
	margin-bottom:5px;
}
.contact-form .form-control{
	width:100%;
	margin-bottom:20px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea{
	width:100%;
	background:#fff;
	border:1px solid #cacaca;
	padding:10px;
	line-height:26px;
	color:#1b1b1b1;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
}
.contact-form label{
	display:block;
	color:#2e2e2e;
	margin-bottom:5px;
}
.contact-form textarea{
	height:125px;
}
.contact-form .wpcf7-submit{
	display:inline-block;
	max-width:130px;
	width:100%;
	color:#fff;
	padding:0;
	line-height:46px;
	background:#f05598;
	border:0;
	border-radius:4px;
	text-align:center;
	font-size:17px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	margin-top:25px;
}
#product-sidebar #displaycategorieswidget-4 h3{
margin-bottom:0;
}
/***************/
/**Slick Slider**/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
/****************/
/**Mean Menu**/
a.meanmenu-reveal{display:none}
.mean-container .mean-bar{margin:0}
.mean-container a.meanmenu-reveal{width:35px;height:25px;cursor:pointer;color:#fff;display:block;background-image:url(images/mean-open.png);background-repeat:no-repeat;background-position:center;position:relative;z-index:100;border-radius:5px;margin-top:0px}
.mean-container a.meanmenu-reveal.meanclose{background-image:url(images/mean-close.png)}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{width:300px;right:0;top:100%;position:absolute;z-index:70;padding:0;background:#000}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li{position:relative;float:left;width:100%}
.mean-container .mean-nav ul li:first-child{border-top:1px solid #555}
.mean-container .mean-nav ul li a{display:block;float:left;width:100%;padding:10px 15px;line-height:25px;margin:0;text-align:left;color:#fff;border-bottom:1px solid #555;text-decoration:none;font-size:14px;text-align:center}
.mean-container .mean-nav > ul > li.current-menu-item > a{background:#f04e98}
.mean-container .mean-nav ul li a span{margin-left:5px}
.mean-container .mean-nav ul li li a{width:100%;font-size:18px;background:#f3ad4e;padding:10px 15px 10px 50px;line-height:20px;border-bottom:1px solid #555}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a.mean-expand{width:48px;height:48px;padding:12px!important;text-align:center;position:absolute;right:10px;top:0;z-index:2;font-weight:700;line-height:24px;border:0!important}
.mean-container .mean-push1{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-remove{display:none!important}
.review-sec .comment-form{
	display:;
}
.review-sec .comment-form.active{
	display:block;
}
.info-sec .su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon::before, .info-sec .su-spoiler-icon-caret .su-spoiler-icon::before{
	display:none;
}
.info-sec .su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon{
	background:url(images/arrowright.svg);
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:6px;
	height:13px;
	width:13px;
}
.info-sec .su-spoiler-icon-caret .su-spoiler-icon{
	background:url(images/arrowdown.svg);
	background-repeat:no-repeat;
	margin-top:6px;
	height:13px;
	width:13px;
	background-size:contain;
}
.faq .su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon::before, .faq .su-spoiler-icon-caret .su-spoiler-icon::before{
	display:none;
}
.faq .su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon{
	background:url(images/arrow_right_white.svg);
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:6px;
	height:13px;
	width:13px;
}
.faq .su-spoiler-icon-caret .su-spoiler-icon{
	background:url(images/arrow_down_white.svg);
	background-repeat:no-repeat;
	margin-top:6px;
	height:13px;
	width:13px;
	background-size:contain;
}
.product-single.blog_single{
	background:none;
}
.prev_next a{
	background:#f04e98;
	color:#fff;
	display:block;
	font-size:16px;
	border-radius:5px;
	line-height:35px;
	width:100px;
	text-align:center;
}
.prev_next .nav-previous{
	float:left;
}
.prev_next .nav-next{
	float:right;
}
.prev_next h2.screen-reader-text{
	display:none;
}
#product-sidebar li.current-cat{
	position:relative;
}
#product-sidebar li.current-cat:before{
	background:url(images/tick.svg);
	background-repeat:no-repeat;
	background-size:contain;
	height:15px;
	width:15px;
	content:'';
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-7px;
}
.contact-form h2{
	font-size:25px;
	padding-bottom:30px;
}
#footer{
	position:relative;
	z-index:10;
}
.logged-in-as a{
	color:#1b1b1b;
}
.cta-btns ul li img{
	width:100%;
	z-index:9999!important;
	overflow: visible;
}
.cta-btns .cta-btns-txt{
	position:absolute;
	bottom:25px;
	left:20px;
}
.cta-btns .cta-btns-txt{
	font-size:16px;
	color:#fff;
}
.cta-btns .cta-btns-txt strong{
	font-weight:700;
}
.cta-btns .cta-btns-txt h2{
	font-family: 'Amaranth', sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:20px;
}
.cta-btns ul{
	display:block;
	margin-left:0px;
}
.cta-btns ul li{
	width:100%;
	margin:0px 0px 20px 0px;
	position:relative;
}
.social_icons ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	margin-right:10px;
}
.social_icons ul li{
	margin-left:12px;
}
.social_icons ul li:first-child{
	margin-left:0px;
}
#header .right{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
}
.about_hero{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
	height:360px;
	text-align:center;
	color:#fff;
	font-size:15px;
	line-height: 1.3;
	position:relative;
	margin-bottom:60px;
}
.about_hero h2{
	font-size:36px;
	line-height:36px;
	font-family: 'Amaranth', sans-serif;
	font-weight:400;
	margin:50px 0px 15px;
}
.about_hero .about_hero_cont{
	max-width:630px;
	margin:auto;
	padding:0px 15px;
}
.about_content{
	color:#282828;
	font-size:15px;
}
.about_content h2{
	font-size:28px;
	color:#131313;
	font-family: 'Amaranth', sans-serif;
	font-weight:400;
	margin-top:0px !important;
}
.faq_sec{
	max-width:860px;
	margin:10px auto 50px;
}
.faq_sec h2{
	font-size:28px;
	color:#131313;
	font-family: 'Amaranth', sans-serif;
	font-weight:400;
	text-align:center;
	margin-bottom:42px;
}
.ingredients_img{
	max-width:100% !important;
	display:block;
	margin:auto;
}
.awards_logo{
	position:absolute;
	bottom:-44px;
	left:0px;
	right:0px;
}
.awards_logo img {
    width: auto;
	max-width:80px;
}
.buynow_btn{
	margin:20px 0px 10px;
}
.buynow_btn a{
	background:#f04e98;
	color:#fff;
	width:121px;
	font-size:17px;
	text-align:center;
	display:inline-block;
	border-radius:5px;
	line-height:44px;
}
.comment-meta .says, .comment-content .rating-container span.label, .comment-respond p.comment-form-url,
.comment-respond p.comment-form-cookies-consent, .comment-list .reply{
	display:none;
}
.comment-list .comment-meta{
	display:flex;
}
.comment-meta .comment-author a{
	color: #1b1b1b;
}
.form-submit .submit{
	cursor:pointer;
}

/*************/
@media (max-width: 767px) {
/****/
.main-footer .left,
.main-footer .right{
	float:none;
	text-align:center;
}
.main-footer .right{
	margin-top:8px;
}
}
@media (max-width: 479px) {
/****/
#map{
	margin-bottom:-200px;
}
.page-con .columns-4 .wpvq-question.wpvq-square .wpvq-answer{
	display:block;
	max-width:280px;
	width:100%;
	margin:0px auto 20px auto;
}
.cta-btns a{
	font-size:14px;
}
.txt-tit{
	top:6px;
}
/***/	
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
/****/
.social-boxes .box.news-box .news-article img{
	max-width:145px;
	float:left;
}
.social-boxes .box.news-box .news-article a{
	padding-top:20px;
	margin-left:160px;
	display:block;
	color:#1b1b1b;
	font-size:16px;
}
#product-posts .product-article{
	width:50%;
	padding-left:25px;
}
.contact-form .form-control{
	width:48%;
}
#footer .pre-footer-inner{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .pre-footer-inner > div {
    border-left: 3px solid #f04e98;
	border-bottom:none;
	padding-bottom:0px;
}
#footer .pre-footer-inner > div{
	width:50%;
}
#footer .pre-footer-inner > div {
    width: 33.33%;
    padding-left: 45px;
}
#footer .pre-footer-inner > div.logo-widget{
	margin-bottom:20px;
}
.cta-btns ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left:-20px;
}
.cta-btns ul li{
	position:relative;
	width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -o-calc(50% - 20px);
    width: calc(50% - 20px);
	margin-left:20px;
}
.cta-btns .cta-btns-txt{
	position:absolute;
	bottom:25px;
	left:20px;
}
.cta-btns .cta-btns-txt{
	font-size:16px;
	color:#fff;
}
.cta-btns .cta-btns-txt strong{
	font-weight:700;
}
.cta-btns .cta-btns-txt h2{
	font-family: 'Amaranth', sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:20px;
}
/***/
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
/****/
.container{
	width:738px;
}
#header .logo{
	width:140px;
}
.about_hero{
	height:350px;
}
.about_hero h2{
	margin:50px 0px 10px;
}
.about_hero .about_hero_cont{
	padding:0px;
}
#product-sidebar{
	width:37%;
}
#product-posts{
	width:63%;
}
#product-sidebar aside .quiz-link{
	display:block;
}
#product-sidebar aside .quiz-link img{
	width:100%;
	height:auto;
}
.product-single .pro-content .spec{
	margin-right:150px;
}
#product-posts .page-con{
	padding-left:20px;
}
#product-posts .post-article{
	padding-left:20px;
}
.contact-form{
	width:60%;
}
.contact-info{
	width:40%;
	padding-right:20px;
}
.page-con .flex{
	display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.page-con .flex.reverse{
	flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.page-con .flex.reverse.su-row .su-column:first-child{
	margin:0 0 0 4% !important;
}
.page-con .flex.reverse.su-row .su-column:last-child{
	margin:0;
}
.page-con .flex .su-column{
	flex:1;
	-webkit-flex: 1;
}
#footer .pre-footer .nav-widget.ft_sitemap{
	margin-right:0px;
	width:30%;
}
#footer .pre-footer .nav-widget.ft_sitemap li{
	float:left;
	width:48%;
	margin-right:2%;
}
#footer .news-letter label{
	font-size:21px;
}
#map{
	margin-bottom:-153px;
}
.wpvq-answer label.vq-css-label{
	font-size:18px;
}
#footer .pre-footer-inner > div {
    padding-left: 45px;
}
#footer .pre-footer-inner > div.logo-widget {
	padding-left:0px;
}
#footer .pre-footer-inner > div {
    width: 25%;
}
#footer .pre-footer {
    padding: 40px 0px;
}
#footer .pre-footer-inner > div.logo-widget {
    width: 25%;
    text-align: left;
}
#footer .pre-footer-inner > div.logo-widget {
    margin-bottom: 0px;
}
.cta-btns .cta-btns-txt h2{
	font-size:28px;
	line-height:28px;
}
.cta-btns .cta-btns-txt{
	position:absolute;
	bottom:40px;
	left:35px;
}
.cta-btns ul{
	margin-left:-30px;
}
.cta-btns ul li{
	position:relative;
	width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -o-calc(50% - 30px);
    width: calc(50% - 30px);
	margin-left:30px;
}
.cta-btns .cta-btns-txt h2{
	font-size:28px;
	line-height:36px;
}
.fav-title{
	padding-top:40px;
}
.about_hero{
	font-size:17px;
	line-height: 1.647;
}
.page-con .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon{
	left:30px;
	top:20px;
}
.page-con .su-spoiler-style-default > .su-spoiler-title {
    font-size: 20px;
    padding: 20px 30px 20px 55px !important;
}
.page-con .su-spoiler-style-default > .su-spoiler-title{
	margin-bottom:15px;
}
.page-con .su-spoiler-style-default > .su-spoiler-content {
    padding: 30px;
}
.about_content {
    font-size: 16px;
}
.about_content  .page-con p {
    margin-bottom: 10px;
}
.faq_sec {
    margin: 20px auto 50px;
}
.awards_logo img {
    max-width: 100px;
}
.about_hero{
	margin-bottom:65px;
}
.faq_sec{
	margin:40px auto 50px;
}
/***/
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
/****/
.container{
	width:962px;
}
.about_hero{
	height:466px;
}
#header .logo{
	top:-8px;
	width:170px;
}
#header nav.navigation{
	display:block;
}
.about_hero h2{
	margin:50px 0px 35px;
}
.social-boxes{
    display: -webkit-flex; /* Safari */
    display: flex;
	margin-right:-4px;
}
.social-boxes .box{
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
#footer .news-letter label{
	display:inline-block;
}
#footer .news-letter input[type=email]{
	margin:0 20px;
}
#footer .pre-footer .social-widget,
#footer .pre-footer .nav-widget{
}
#product-sidebar{
	width:40%;
}
#product-posts{
	width:60%;
}
#product-posts .product-article{
	width:50%;
}
.product-single .f-image{
	width:48%;
}
.product-single .pro-content{
	width:48%;
}
.product-review .info-sec{
	width:48%;
}
.product-review .review-sec{
	width:48%;
}
.contact-form{
	width:66%;
}
.contact-info{
	width:34%;
	padding-right:100px;
}
#footer .news-letter{
	padding:40px 15px;
}
#map{
	margin-bottom:-129px;
}
.wpvq-answer label.vq-css-label{
	font-size:16px;
}
#footer .pre-footer-inner > div.logo-widget {
    border: none;
    padding-left: 0px;
    text-align: center;
}
#footer .pre-footer-inner > div {
    padding-left: 75px;
}
.cta-btns .cta-btns-txt h2{
	font-size:36px;
	line-height:36px;
}
.cta-btns{
	margin:-45px 0 0;
}
.favorite-slider{
	padding:35px 25px 80px;
}
.header_right{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
}
.social_icons ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	margin-right:10px;
}
.social_icons ul li{
	margin-left:12px;
}
.social_icons ul li:first-child{
	margin-left:0px;
}
.awards_logo img {
    max-width: 115px;
}
.about_content h2{
	font-size:36px;
}
.about_content {
    font-size: 17px;
}
.about_content  .page-con p {
    margin-bottom: 15px;
}
.faq_sec {
    margin: 40px auto 50px;
}
.about_hero{
	margin-bottom:90px;
}
.about_content h2{
	font-size:36px;
}
.faq_sec h2{
	font-size:36px;
}
/***/
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
/****/
.container{
	width:1170px;
}
.about_hero{
	height:580px;
}
#header{
	padding-top:0px;
	padding-bottom:30px;
}
#header .logo{
	width:219px;
}
.header_right{
	padding-top:33px;
}
#header .logo{
	top:12px;
}
nav.navigation > ul > li{
	margin-left:15px;
}
.social_icons ul{
	margin-right:15px;
}
.social_icons ul li {
    margin-left: 30px;
}
#product-sidebar{
	width:25%;
}
#product-posts{
	width:75%;
}
#product-posts .product-article{
	width:33.33%;
}
.wpvq-answer label.vq-css-label{
	font-size:18px;
}
.fav-title{
	padding-top:90px;
}
.awards_logo img {
    max-width: inherit;
}
.about_content h2{
	margin-top:80px !important;
}
#footer .pre-footer-inner > div.logo-widget {
    border: none;
    padding-left: 60px;
	text-align:left;
}
#footer .pre-footer-inner > div {
    padding-left: 100px;
}
#footer .pre-footer {
    padding: 63px 0 48px;
}
/***/	
}
@media (min-width: 1281px) {
.about_hero{
	height:620px;
}
}
@media (min-width: 1366px) {
.ingredients_img{
	max-width:inherit !important;
}
}
@media (min-width: 1367px) {
.about_hero{
	height:863px;
}
}
