/*
Theme Name: Yatan Holistic Ayurvedic Centre
Theme URI: http://www.google.com/
Author: Our Theme
Author URI: http://google.com/
Description: Our Theme
version:9.9
*/


@font-face {
    font-family: 'lhfstanfordscriptuploadedfile';
	font-display: swap;
    src: url('fonts/original-lhf-stanford-script-webfont.woff2') format('woff2'),
         url('fonts/original-lhf-stanford-script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
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;
}
body {
	font-family: "DM Sans", sans-serif;
	font-size:17px;
	line-height:24px;
	color:#000;
	font-weight:400;
}
p {
	margin-bottom: 8px;
	line-height: 1.5;
}
p:empty {
    margin: -10px 0 0 0;
}
p:last-child{
	margin-bottom: 0;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.12;
}
.py-15{
	padding: 15px 0;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-20{
	padding-bottom: 20px;
}
.pb-30{
	padding-bottom: 30px;
}
.pb-50{
	padding-bottom: 50px;
}
.pb-60{
	padding-bottom: 60px;
}
.pb-90{
	padding-bottom: 90px;
}
.px-30{
	padding:30px;
}
.fw-500{
	font-weight: 500;
}
.fw-600{
	font-weight: 600;
}
.lh-normal{
	line-height: normal;
}
.text-grey{
	color:#4e4e4e;
}
.text-white{
	color:#fff;
}
.text-theme{
	color: #512273;
}
.letter-spacing-1{
	letter-spacing: 1px;
}
.mt-1{
	margin-top:45px;
}
.mt-2{
	margin-top:36px;
}
.mt-3{
	margin-top:30px;
}
.mt-4{
	margin-top:24px;
}
.mt-5{
	margin-top:16px;
}
.mt-6{
	margin-top:10px;
}
.mb-0{
	margin-bottom:0;
}
.mb-1{
	margin-bottom:45px;
}
.mb-2{
	margin-bottom:36px;
}
.mb-3{
	margin-bottom:30px;
}
.mb-4{
	margin-bottom:24px;
}
.mb-5{
	margin-bottom:16px;
}
.mb-6{
	margin-bottom:10px;
}
.text-uppercase{
	text-transform: uppercase;
}
.btn, .read-more{
	background-color: #cd7400;
	color: #fff;
	border-radius: 0;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.btn-sm,.read-more{
	font-size: 16px;
	padding-right: 20px;
}
.btn-lg {
	padding-right: 25px;
}
.btn:hover, .read-more:hover{
	color: #fff;
}
.btn:after, .read-more:after{
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 5px;
	right: -20px;
	transition: 0.5s;
	color: #fff;
}
.btn-lg:after{
	top: 9px;
}
.btn:hover:after, .read-more:hover:after{
	opacity: 1;
	right: 8px;
}
.btn:hover, .btn:focus, .read-more:hover{
	color: #ffffff;
}
.btn:active, .btn.active {
	box-shadow: none;
}
.btn-lg:after{
	top: 9px;
}
.read-more{
	display: inline-block;
	line-height: normal;
	padding: 5px 20px 5px 10px;
	margin-top: 10px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
ol {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}
ol > li {
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -1em;
	list-style-type: none;
	counter-increment: item;
}
ol > li:before {
	display: inline-block;
	width: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b, strong {
	font-weight:600;
}
i, em {
	font-style: italic;
}
u {
	text-decoration: underline;
}
a {
	color:#cd7400;
	-webkit-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	-o-transition: color .15s ease-out;
	-ms-transition: color .15s ease-out;
	transition: color .15s ease-out;
}
a:hover {
	text-decoration: underline;
	color:#cd7400;
}
a[class],a[class]:hover,.nav ul > li a:hover, .over-menu-small ul li a,a[data-toggle]{
	text-decoration: none;
}
code {
	white-space: inherit;
	background-color: #f1f1f1;
}
a:focus {
	outline:none;
	text-decoration:none;
}
img {
	max-width:100%;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
ul, li {
	list-style-type:none;
}
.panel-title {
	font-size: 18px;
}
.list-check-icon li{
	position: relative;
	padding-left: 25px;
}
.list-check-icon li:before {
	position: absolute;
	left: 0px;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 8px;
	border: 1.3px solid #76c3c1;
	border-radius: 25px;
	width: 16px;
	height: 16px;
	line-height: 13px;
	text-align: center;
	color: #76c3c1;
	top: 5px;
}
.cursive-title{
   /* font-family: "Sriracha", cursive;
	*/
	margin-top: -4px;
}
.read-more.mt-0 {
	margin-top: 0;
}
#input_8_9 #input_8_9_2_container,#input_8_9 #input_8_9_3_container,#input_9_9 #input_9_9_2_container,#input_9_9 #input_9_9_3_container, #input_6_9 #input_6_9_2_container,#input_6_9 #input_6_9_3_container {
	display:none;
}
#input_8_9_6, #input_9_9_6, #input_6_9_6 {
	background: transparent;
	width: 100%;
	border: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.headerlogo {
	background:#fff;
	width: 100%;
	position: sticky;
	top: -150px;
	left: 0;
	z-index: 999;
	transition: top 0.3s;
}
.header.sticky {
	top: 0px;
	box-shadow: -6px -2px 5px #848484;
}
.logo {
	padding-top:10px;
}
.cart-menu {
	float:right;
	z-index: 9999;
	position: relative;
}
.cart-menu li {
	float:left;
	padding-right:20px;
}
.cart-menu li a {
	color:#404040;
	font-weight:400;
	font-size:13px;
}
.cart-menu .icon {
	padding-right: 8px;
	color: #76c3c1;
	font-size: 15px;
	padding-top: 0;
	float: left;
}
.cart-menu .cart-btn {
	padding-right:0px;
}
.cart-menu .cart-btn a {
	background: #76c3c1;
	display: block;
	padding: 0 22px;
	color: #fff;
	font-size: 15px;
}
.cart-menu .cart-btn .cart-icon {
	font-size:26px;
	float:left;
	padding-right:15px;
}
.logo a {
	padding: 0px;
	display: inline-block;
}
.headerlogo .cart-menu .icon {
	padding-right:8px;
}
.headerlogo .right-text {
	text-align: right;
	padding-top:25px;
}
.call-text {
	display: inline-block;
}
.call-text a {
	font-size:24px;
	color: #cd7400;
	font-weight: 700;
}
.phn-icon {
	border: 1.5px solid #76c3c1;
	border-radius: 50%;
	width:30px;
	height:30px;
	display: inline-block;
	text-align: center;
	line-height:30px;
	margin-right:8px;
	color: #76c3c1;
	font-size:18px;
}
.headerlogo .cart-menu {
	display:none;
}
.nav ul {
	*zoom:1;
	list-style:none;
	float:right;
	box-shadow: none;
}
.nav ul > li {
	float:left;
	position:relative;
}
.nav ul > li a {
	padding-left:10px;
	padding-right:10px;
	color:#512273;
	font-size:14px;
	font-weight:600;
	line-height:34px;
	cursor:pointer;
}
.nav li a a:hover {
	text-decoration:none;
}
.nav li ul {
	background:rgba(78, 34, 109, 0.5);
}
.nav li ul li {
	background:rgba(78, 34, 109, 0.5);
	width:253px;
}
.nav li ul li a {
	position:relative;
}
.nav li ul li a:after {
	position: absolute;
	content: "";
	background:rgba(140, 108, 162, 0.5);
	height: 5px;
	bottom: 0;
	width: 100%;
	left: 0;
}
.nav li ul a {
	padding: 7px 8px;
	color: #fff;
	display: block;
	font-weight: 300;
	line-height: 23px;
	background:rgba(78, 34, 109, 0.5);
	font-size: 13px;
}
.nav li ul a:hover {
	background:#76c3c1;
	border-bottom:1px solid #76c3c1;
	background:rgba(117, 141, 88, 0.4);
}
.nav li:hover .sub-menu:before {
	content: '';
	position: absolute;
	top: -15px;
	border-bottom: 15px solid rgba(78, 34, 109, 0.8);
	width: 0;
	height: 0;
	left: 20px;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
}
.nav li ul {
	position:absolute;
	display:block;
	left:0;
	top:41px;
	z-index:999;
}
.nav li .sub-menu {
	max-height: 400px;
}
.nav li ul li {
	overflow:hidden;
	height:0;
	-webkit-transition:height 200ms ease-in;
	-moz-transition:height 200ms ease-in;
	-o-transition:height 200ms ease-in;
	transition:height 200ms ease-in;
}
.nav ul > li:hover ul li {
	height: 33px;
}
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float:left;
	padding:0;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
	*zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	width:55px;
	height:60px;
	margin:0;
	z-index: 9999;
	padding:18px 16px;
}
.slicknav_open .slicknav_icon {
	background:#5f4671;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar {
	background:#fff;
}
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
	z-index:999;
}
.slicknav_open .slicknav_icon .slicknav_icon-bar:first-of-type {
	-webkit-transform: rotate(45deg) translate(8px, 8px);
	-ms-transform: rotate(45deg) translate(8px, 8px);
	transform: rotate(45deg) translate(8px, 8px);
}
.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(2) {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.slicknav_open .slicknav_icon .slicknav_icon-bar:last-of-type {
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	-ms-transform: rotate(-45deg) translate(5px, -5px);
	transform: rotate(-45deg) translate(5px, -5px);
}
.intro .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
	z-index:999;
}
.intro .slicknav_open .slicknav_icon .slicknav_icon-bar {
	display:block;
}
.intro .slicknav_icon {
	float: left;
	margin:0px;
	z-index: 9999;
	padding-right:6px;
	padding-top:4px;
}
.js .intro.sticky {
	position:fixed;
}
.js .intro {
	z-index:9;
}
.intro .slicknav_menutxt {
	float:left;
	padding-right:15px;
	font-size:18px;
	padding-top:6px;
}
.intro .slicknav_nav li:first-child {
	display:none;
}
.intro .slicknav_nav li:last-child {
	display:none;
}
.intro .slicknav_nav li .children li:first-child {
	display:block;
}
.intro .slicknav_nav li .children li:last-child {
	display:block;
}
.intro .slicknav_icon-bar {
	display: block;
	width: 25px;
	height: 4px;
	margin-bottom: 4px;
	background: #522374;
}
.intro .slicknav_btn {
	float:right;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width:26px;
	height:5px;
	margin-bottom:4px;
	-webkit-transition: -webkit-transform ease .2s;
	transition: transform ease .2s;
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav li ul li {
	border:none;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
	float: right;
	display:none;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-size: 16px;
	box-sizing: border-box;
	padding:0px;
	position:absolute;
	width:100%;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	display:none;
}
.slicknav_menu .slicknav_icon-bar {
	background-color:#512273;
}
.slicknav_btn {
	margin:0px;
	text-decoration: none;
	position:relative;
	z-index:999;
}
.slicknav_nav {
	color: #fff;
	list-style: none;
	overflow: hidden;
	background:#5f4671;
	margin: 0;
	padding: 0;
	position:relative;
	top:100%;
}
.slicknav_nav ul {
	list-style:none;
	padding:0;
	margin:0 0 0 0px;
	overflow-x: hidden;
	padding-left: 35px;
}
.slicknav_nav ul li a {
	border-bottom:1px solid #645277;
	margin:0px 0px;
	padding-left:12px;
	font-size: 13px;
}
.slicknav_nav .slicknav_row {
	padding:10px 15px;
	margin: 2px 10px;
	border-bottom:1px solid #645277;
	position:relative;
}
.slicknav_nav .slicknav_row:after {
	position:absolute;
	top:10px;
	right:5px;
	content:"\f107";
	font-family:FontAwesome;
	color: #9d85ab;
	font-size: 24px;
	font-weight: normal;
}
.slicknav_nav .slicknav_open .slicknav_row:after {
	position:absolute;
	top:10px;
	right:5px;
	content:"\f106";
	font-family:FontAwesome;
	color: #9d85ab;
	font-size: 24px;
	font-weight: normal;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
}
.slicknav_nav a {
	padding:10px 20px;
	margin: 2px 5px;
	text-decoration: none;
	color:#dfcdea;
	text-transform: uppercase;
	border-bottom:1px solid #645277;
}
.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#eee;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
	border-bottom:none;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding:7px 12px;
	height:44px;
}
.slicknav_menu {
	display:none;
}
.intro {
	display:none;
}
.slicknav_nav .children {
	overflow-y:auto;
	height:200px;
}
#list-menu .slicknav_menu .slicknav_nav .children {
	overflow-y: auto;
	height: auto;
}
.slicknav_nav ul li .sub-menu li a {
	padding-left:25px;
}
.blog-allpost .row {
	margin-bottom:3px 
}
.products .wc-forward {
	text-align: center;
	display: block !important;
	font-size: 14px;
}
.products a {
	font-weight:500 
}
.products a:hover {
	color: #cd7400;
}
.blog-form {
	background: #76c3c1;
	padding: 10px;
	margin-bottom: 20px;
	margin-bottom: 20px;
}
.blog-form .gform_heading {
	display: none;
}
.blog-avatar img {
	height: 100px;
	border-radius: 100%;
	width: 100px;
	object-fit: cover;
}
.form-heading {
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 50px;
	color: #fff;
}
.form-heading span {
	font-weight: bolder;
	color: #f0941c;
}
.blog-form small {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin: 10px 0 20px;
}

.blog-form form {
	background: #eeeeee73;
	padding: 10px;
	border-radius: 5px;
}
.blog-form form .gform_fields {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 3px;
}
#gform_fields_12 {
	display: flex;
	width: 100%;
}
.blog-form form .gform_fields li {
    list-style: none;
    width: 24.7%;
}
.blog-form form .gform_fields li.gfield--type-textarea,
.blog-form form .gform_fields li.gfield--type-checkbox .gchoice,
.blog-form form .gform_fields li.gfield--type-checkbox {
    width: 100%;
}
.blog-form form .gform_fields li input[type="text"],
.blog-form form .gform_fields li input[type="email"],
.blog-form form .gform_fields li input[type="tel"],
.blog-form form .gform_fields li select,
.blog-form form .gform_fields li textarea {
    width: 100%;
    border: 0;
    padding: 5px 10px;
    border-radius: 4px;
	outline: 0;
}
.blog-form form .gform_fields li textarea {
    height: 80px;
}
.blog-form form input[type="submit"] {
    font-size: 15px;
    padding: 5px 10px;
    line-height: normal;
    margin-top: 10px;
    border-radius: 5px;
}
.blog-form form .gform_fields li.gchoice label {
    display: inline-flex;
}
#gform_wrapper_12 .gform_footer.before {
	width: 17%;
	display: inline-flex;
	text-align:center;
}
#gform_wrapper_12 .gform_submission_error.hide_summary, #gform_wrapper_12 .gfield_validation_message {
	display: none;
}
.sidebar-blog-form {
	padding: 15px;
}
.blog-form.sidebar-blog-form .form-heading {
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
	border-bottom: 1px solid #6a7f50;
	padding-bottom: 5px;
	font-weight: normal;
}
.blog-form.sidebar-blog-form small {
	text-align: left;
	margin: 8px 0 10px 0;
}
.sidebar-blog-form #gform_fields_12 {
	flex-direction: column;
	grid-row-gap: 0px;
	grid-column-gap: 1%;
}
.foot-fix-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, 0px);
	overflow: hidden;
	z-index:9;
}
.foot-fix-icons a {
	padding: 10px 20px;
	background-color: #fff;
	line-height: 1;
	border-radius: 20px 20px 0 0;
	color: #fff;
	width: 160px;
	text-align: center;
	transition: 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-top:1px solid transparent;
}
.foot-fix-icons a img {
	height: 18px;
	width: auto;
}
.foot-fix-icons a.whatsupp-icon {
	background-color: #512273;
	border-top-right-radius: 0;
}
.foot-fix-icons a.call-icon {
	background-color:#3ab349;
	border-radius: 0;
}
.foot-fix-icons a.location-icon {
	background-color:#ea4335;
	border-radius: 0;
}
.foot-fix-icons a.contact-icon {
	background-color: #cd7400;
	border-top-left-radius: 0;
}
.foot-fix-icons a:hover{
	background-color: #76c3c1;
	border-color:#fff;
}
.home-main-banner video, .home-main-banner img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.home-main-banner .mobile-banner {
	display: none;
}
#list-menu .slicknav_menu {
	z-index: 99999;
}
#list-menu .slicknav_menu .slicknav_nav li:first-child {
	display: none;
}
#list-menu .slicknav_menu a.slicknav_btn {
	float: right;
}
.home-main-banner {
	position: relative;
	z-index: 1;
	line-height: 0;
}
.home-main-banner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 1;
}
.home-main-banner .home-banner-content {
	position: absolute;
	top: 75px;
	z-index: 4;
	width: 100%;
	left: 0;
}
.home-main-banner .home-banner-content .read-more:hover{
	color:#fff;
}
.home-main-banner .home-banner-content .read-more:after {
	top: 8px;
}

.home-banner-content .hm-bnr-cont-inr h4 {
    color: #cf5402;
    text-transform: uppercase;
}
.home-banner-content .hm-bnr-cont-inr h1 {
    color: #414141;
	line-height: 1.25;
}
.headerlogo .logo {
	text-align: center;
}
.logo-row{
	display: flex;
	align-items: center;
}
.hdr-login {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}
.header-menu {
	background-color: #f4f4f4;
}
.hdr-login > a img, .hdr-login + .cart-btn .cart-icon img {
	width: 20px;
}
.hdr-login + .cart-btn {
	display: inline-block;
}
.hdr-login + .cart-btn a {
	display: block;
	position: relative;
}
.hdr-login + .cart-btn a .cart-count {
	position: absolute;
	background-color: #76c3c1;
	color: #fff;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border-radius: 50%;
	top: -9px;
	right: -15px;
}
.header-menu-row #menu-front-page-menu {
	float: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerlogo .logo-row .menu-icon {
	display: none;
}
.menu-icon {
	display: inline-block;
	cursor: pointer;
}
.hamberger-line {
	width: 25px;
	height: 2px;
	background: #76c3c1;
	display: block;
	margin-bottom: 6px;
}
.menu-icon .hamberger-line:last-child {
	margin-bottom: 0;
}
.logo-row .col-lg-4:first-child {
	display: flex;
	align-items: center;
	gap: 30px;
}
.filter-overlay {
	display: none;
	background: #000000;
	opacity: .6;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	cursor: pointer;
	top: 0;
}
.filter-sidebar {
	width: 350px;
	background: #fff;
	border-right: 1px solid #ccc;
	position: fixed;
	left: -350px;
	height: 100%;
	transition: .3s;
	z-index:999999;
	padding:20px;
	top: 0;
	overflow: auto;
}
.mobile-nav-logo {
	text-align: right;
}
.menu-front-page-menu-1-container {
	margin-top: 10px;
	list-style: none;
}
.menu-front-page-menu-1-container ul, .over-menu-small ul {
	list-style: none;
	margin: 0;
}
.menu-front-page-menu-1-container ul li {
	border-bottom: 1px solid #aeaeae;
	padding: 18px 0;
}
.menu-front-page-menu-1-container ul li a, .over-menu-small ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #211932;
	padding: 6px;
	display: block;
}
.menu-front-page-menu-1-container ul li a:hover, .over-menu-small ul li a:hover {
	background-color: #ffe4c0;
}
.header-menu-row #menu-front-page-menu #submenu .fa-angle-down {
	display: none;
}
.over-menu-small #submenu,
.over-menu-small .submenu-icon {
	position: absolute;
	right: 6px;
	top: 5px;
	color: #211932;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e7e7e0;
	border-radius: 50%;
}
.over-menu-small #menu-front-page-menu-1 li.menu-item.current-menu-parent #submenu, .over-menu-small ul li a:hover #submenu{
	border-color: #ffd59c;
}
#submenu.active i {
	transform: rotate(180deg);
}
.over-menu-small #submenu i,
.over-menu-small .submenu-icon {
	font-weight: 900;
	font-size: 18px;
}
.over-menu-small #menu-front-page-menu-1 li.menu-item {
	position: relative;
	border-bottom: 1px solid #eee;
}
.over-menu-small #menu-front-page-menu-1 li.menu-item:last-child {
	border-bottom: none;
}
.over-menu-small #menu-front-page-menu-1 li.menu-item-has-children .sub-menu {
	display: none;
	left: 0;
	top: 100%;
	z-index: 9;
	position: relative !important;
	margin-top: 2px !important;
	background-color: #fff !important;
	border-left: 5px solid #000000;
}
.filter-sidebar::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.filter-sidebar::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
.filter-sidebar::-webkit-scrollbar-thumb {
	background: #ffe4c0;
	border-radius: 50px;
	border: 3px solid #f1f1f1;
}
.filter-sidebar::-webkit-scrollbar-thumb:hover {
	background: #ffe4c0;
}
.filter-sidebar {
	scrollbar-width: thin;
	scrollbar-color: #ffe4c0 #f1f1f1;
}
.filter-sidebar {
	overflow-y: scroll;
	overflow-x: hidden;
}
.filter-sidebar .logo {
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
}
.filter-sidebar .logo + .text-right {
	display: inline-block;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 40px;
	z-index: 9999;
	cursor: pointer;
}
.filter-sidebar .logo + .text-right span{
	color: #000;
}
.filter-sidebar .logo + .text-right span:hover{
	opacity: 0.5;
}
.filter-sidebar .menu-socials .social-icons {
	text-align: left;
}
.menu-socials {
	margin-top: 30px;
}
.filter-sidebar .menu-socials .call-text{
	margin-bottom: 30px;
}
.menu-socials h3 {
	font-weight: 600;
	color: #211932;
	font-size: 16px;
	margin-bottom: 10px;
}
.filter-sidebar .footer-copyright p {
	padding-bottom: 0;
	font-size: 10px;
	line-height: 1.3;
}
.over-menu-small #menu-front-page-menu-1 li.menu-item-has-children .sub-menu a {
	font-weight: 500;
	font-size: 16px;
	display: block;
	padding: 6px 25px;
}
.over-menu-small #menu-front-page-menu-1 li.menu-item-has-children .sub-menu .current-menu-item > a{
	background-color:#ffe4c0;
}
.over-menu-small #menu-front-page-menu-1 > li.menu-item.current-menu-item:first-child > a{
	background-color:#fff;
}
ul.log-menu {
	border-top: 1px solid #eee;
}
.filter-sidebar .menu-socials .call-text h3 {
	margin-bottom: 12px;
}
.headerlogo .headerlogo-bg > .container {
	width: 86%;
}
.contact-page .contac-usdes ul li strong {
	color: #000;
}
.header-menu-row #menu-front-page-menu > li:first-child {
	display: none;
}
.woocommerce-product-gallery ol.flex-control-nav > li:before{
	content: none;
}
.woocommerce-product-gallery ol.flex-control-nav > li {
	padding: 0;
	margin-right: 2px;
}
#services .form-box-green .form-sec p {
	margin: 0;
}
.h-blog-content-box h5 a {
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
.blog-allpost .list-post h6 a {
	color: #333;
}
.blogpost-content aside .gform_wrapper{
	background: #76c3c1;
	padding: 15px;
	display: inline-block;
	width: 100%;
}
.blogpost-content .post-page .gform_wrapper{
	background: #76c3c1;
	padding: 25px;
	display: inline-block;
	width: 100%;
}
.blogpost-content aside .gform_wrapper .gform_title, .blogpost-content .post-page .gform_wrapper .gform_title {
	font-size: 28px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	color: #fff;
}
.blogpost-content .post-page .gform_wrapper .gform_title {
	padding: 0 0 10px 0;
	background-color: transparent;
	margin: 0;
}
.blogpost-content aside .gform_wrapper p, .blogpost-content .post-page .gform_wrapper p{
	color: #fff;
}
.blogpost-content aside .gform_wrapper form, .blogpost-content .post-page .gform_wrapper form{
	margin-top: 20px;
}
.blogpost-content aside .gform_wrapper form label {
	color: #ffffff;
	margin-bottom: 3px;
	font-weight: 500;
	display: none;
}
.blogpost-content aside .gform_wrapper form li.gchoice {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	font-size: 13px;
	line-height: normal;
	margin-bottom: 0;
}
.blogpost-content aside .gform_wrapper form li.gchoice label {
	display: inline-block;
	text-align: left;
}
.blogpost-content aside .gform_wrapper form input[type="text"], .blogpost-content aside .gform_wrapper form input[type="email"], .blogpost-content aside .gform_wrapper form input[type="tel"], .blogpost-content aside .gform_wrapper form select, .blogpost-content aside .gform_wrapper form textarea {
	width: 100%;
	padding: 5px 10px;
	outline: 0;
	margin-bottom: 0px;
}
.blogpost-content aside .gform_wrapper form textarea {
	height: 120px;
}
.list-post .cat-link {
	line-height: 0;
	margin-bottom: 2px;
}
.blogpost-content .post-page .gform_wrapper ul {
	margin: 0;
}
.blogpost-content .post-page .gform_wrapper ul li{
	padding:0;
	display: flex;
}
.blogpost-content .post-page .gform_wrapper ul li:before{
	content: none;
}
.blogpost-content .post-page .gform_wrapper ul li label {
	background-color: #512273;
	color: #fff;
	padding: 8px 10px;
	width: 110px;
}
.blogpost-content .post-page .eczema-orange .gform_wrapper ul li label {
	width: 115px;
}
.blogpost-content .post-page .gform_wrapper ul li input[type="text"], .blogpost-content .post-page .gform_wrapper ul li input[type="email"], .blogpost-content .post-page .gform_wrapper ul li input[type="tel"], .blogpost-content .post-page .gform_wrapper ul li select, .blogpost-content .post-page .gform_wrapper ul li textarea {
	padding: 8px 10px;
	width: 100%;
	outline: 0;
	border: 0;
}
.blogpost-content .post-page .gform_wrapper ul li .ginput_container {
	width: 100%;
}
.blogpost-content .post-page .gform_wrapper ul li .ginput_container_textarea {
	line-height: 0;
}
.blogpost-content .post-page .gform_wrapper ul li textarea {
	height: 100px;
	line-height: 1.3;
}
.blogpost-content .post-page .gform_wrapper ul li.gfield--type-checkbox > label.gfield_label:first-child {
	display: none;
}
.blogpost-content .post-page .gform_wrapper ul li.gfield--type-checkbox label.gform-field-label {
	background-color: transparent;
	padding: 0;
	line-height: normal;
	margin-left: 5px;
	font-size: 13px;
	width: 100%;
}
.blogpost-content .post-page .gform_wrapper ul li.gfield--type-checkbox li.gchoice {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.post-page .eczema-purple p {
	color: #fff;
}
.post-page .eczema-orange blockquote p {
	color: #000000;
}
.blogpost-content .post-page .eczema-orange .gform_wrapper ul li input[type="text"], .blogpost-content .post-page .eczema-orange .gform_wrapper ul li input[type="email"], .blogpost-content .post-page .eczema-orange .gform_wrapper ul li input[type="tel"], .blogpost-content .post-page .eczema-orange .gform_wrapper ul li select, .blogpost-content .post-page .eczema-orange .gform_wrapper ul li textarea{
	color: #000;
}
.blogpost-content .post-page #gform_wrapper_4 form {
	margin-top: 0;
}
.blogpost-content .post-page #gform_wrapper_4 .gform_body ul li{
	display: block;
	margin-bottom: 15px;
}
.blogpost-content .post-page #gform_wrapper_4 .gform_body ul li label {
	background-color: transparent;
	color: #fff;
	padding: 0;
	width: auto;
	font-size: 16px;
}
.blogpost-content .post-page #gform_wrapper_4 .gform_body ul li label.gfield_label {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}
.blogpost-content .post-page #gform_wrapper_4 input[type="text"], .blogpost-content .post-page #gform_wrapper_4 input[type="email"], .blogpost-content .post-page #gform_wrapper_4 input[type="tel"], .blogpost-content .post-page #gform_wrapper_4 input[type="number"], .blogpost-content .post-page #gform_wrapper_4 select, .blogpost-content .post-page #gform_wrapper_4 textarea{
	border-radius: 0;
	outline: 0;
	box-shadow: 0;
}
.blogpost-content .post-page #gform_wrapper_4 .ginput_container {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.blogpost-content .post-page #gform_wrapper_4 .ginput_container_name .gform-grid-col, .blogpost-content .post-page #gform_wrapper_4 .address_line_1, .blogpost-content .post-page #gform_wrapper_4 .address_line_2 {
	flex: 0 0 49.6%;
}
.blogpost-content .post-page #gform_wrapper_4 .address_city, .blogpost-content .post-page #gform_wrapper_4 .address_state, .blogpost-content .post-page #gform_wrapper_4 .address_zip{
	flex: 0 0 32.9%;
}
.blogpost-content .post-page #gform_wrapper_4 .gfield_radio {
	display: flex;
	gap: 25px;
}
.blogpost-content .post-page #gform_wrapper_4 .gform_body ul li li {
	margin: 0;
}
.blogpost-content .post-page #gform_wrapper_4 .gform_body ul li.gfield--type-captcha {
	display: none;
}
#testimonial .wp-google-right {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    padding: 0 35px !important;
}
#testimonial .wp-google-right > div {
    display: inline-block;
}
#testimonial .wp-google-right .wp-google-powered {
    margin: 0 0 0 4px !important;
    line-height: 1 !important;
	display: none;
}
#testimonial .wp-gr .wp-google-powered img {
    max-width: 100px!important;
}
#testimonial .wp-google-right .wp-google-wr {
    margin: 0 0 0 auto !important;
}
#testimonial .wp-google-right .wp-google-rating {
    color: #000 !important;
}
#testimonial h5 {
    padding-left: 35px;
    margin-bottom: 5px;
}
#testimonial .wp-google-right .wp-google-wr a {
    background: #e74d3b !important;
}
.contact-det hr {
    border-color: #e6e5e5;
}
#aboutus .form-sec .gform_wrapper form {
    margin-top: 15px;
}
#products-sec ul.products {
    margin: 0;
}
.copy-right-btm {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.hm-mob-faq{
	display: none;
}
.hm-desktop-faq .nav li {
    display: block;
    float: none;
    margin-bottom: 5px;
    overflow: hidden;
}
.hm-desktop-faq .nav li a {
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #000;
    font-weight: 500;
    background-color: transparent;
    display: block;
    overflow: hidden;
	position: relative;
}
.hm-desktop-faq .nav li a  i {
    position: absolute;
    right: 5px;
    top: 15px;
    font-size: 12px;
	transition: 0.1s ease-in-out;
}
.hm-desktop-faq .nav li.active a i {
    transform: rotate(-90deg);
}
.hm-desktop-faq .nav-tabs>li>a:focus,
.hm-desktop-faq .nav-tabs>li.active>a:focus,
.hm-desktop-faq .nav li a:hover,
.hm-desktop-faq .nav li.active a:hover,
.hm-desktop-faq .nav li.active a{
    border-color: #cd7400;
    background-color: #cd7400;
	color: #fff;
}
.hm-desktop-faq .nav-tabs {
    border-bottom: none;
}
.sticky-tab-content {
    position: sticky;
    height: 100%;
    top: 100px;
    right: 0;
}
.blog-form.sidebar-blog-form {
    display: none;
}

footer .footer .gform_description {
    font-weight: 600;
}
footer .footer form label.gfield_label,
footer .footer .gform_heading p.gform_required_legend {
    display: none !important;
}

footer .footer form .gform_fields .gfield{
    display: block;
    width: 100%;
	margin-right: 0px;
}
footer .footer form .gform_fields .gfield input[type="email"],
footer .footer form .gform_fields .gfield input[type="text"] {
    width: 100%;
    border: 0;
    outline: 0;
    color: #000;
    padding: 5px;
    margin-bottom: 3px;
}
footer .footer form .gform_fields {
    grid-row-gap: 0px !important;
}
footer .footer form .gform-footer {
    padding: 0 !important;
    margin: 0 !important;
}
footer .footer form input[type="submit"] {
    font-size: 14px;
    padding: 8px 15px;
    line-height: normal;
    width: 100%;
}
#aboutus .form-sec ul.gfield_checkbox li.gchoice {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}
.blogpost-content aside .sidebar-blog-form .gform_wrapper {
    background: transparent;
    padding: 0;
}
.blogpost-content aside .sidebar-blog-form .gform_wrapper form{
    margin-top: 0;
}
.blog-form.sidebar-blog-form  form .gform_fields li {
    width: 100%;
}
.headerlogo-bg .header-menu .sf-menu .menu-item .submenu-icon {
    display: none;
}
.hm-desktop-faq .tab-content ul,
.hm-desktop-faq .tab-content ul li,
.hm-mob-faq .panel-body ul,
.hm-mob-faq .panel-body ul li{
	list-style-type: disc;
}
.hm-desktop-faq .tab-content ul,
.hm-mob-faq .panel-body ul{
	padding-left: 30px;
	margin-bottom: 15px;
}
.coc-page-logo {
    margin-top: 25px;
}
.coc-page-logo img {
    object-fit: contain !important;
}
footer .footer form .gform_fields .gfield.gfield--type-captcha {
    display: none;
}
footer .footer form .gform_fields {
    display: flex;
    gap: 3px;
}
.checkout-page .logo img {
    max-width: 173px;
}
@media(max-width:1199px){
	.blog-form form .gform_fields li {
		width: 24.6%;
	}
}
@media(max-width:991px){
	.blog-form.sidebar-blog-form {
		display: block;
	}
	.blogpost-content .post-page #gform_wrapper_4 .address_city, .blogpost-content .post-page #gform_wrapper_4 .address_state, .blogpost-content .post-page #gform_wrapper_4 .address_zip {
		flex: 0 0 32.8%;
   }
	.blogpost-content .post-page .eczema-orange .gform_wrapper ul li label {
		width: 130px;
   }
	.eczema-purple .woocommerce .products .product a h3 {
		min-height: auto;
		width: 100%;
		line-height: normal;
		height: auto;
   }
}
@media screen and (max-width:767px) {
	body{
		font-size: 16px;
   }
	h1{
		font-size: 32px;
   }
	h2 {
		font-size: 28px;
   }
	h3 {
		font-size: 24px;
   }
	h4{
		font-size: 19px;
   }
	.pb-sm-5{
		padding-bottom: 5px;
   }
	.pb-sm-10{
		padding-bottom: 10px;
   }
	.pb-sm-15{
		padding-bottom: 15px;
   }
   .pb-sm-20{
	padding-bottom: 20px;
}
	.pt-sm-20{
		padding-top: 20px;
   }
	.pb-sm-50{
		padding-bottom: 50px;
   }
   .mb-sm-5{
	margin-bottom: 8px;
   }
   .mt-sm-2{
	margin-top: 20px;
   }
   .mt-sm-3{
	margin-top: 10px;
   }
   .d-sm-flex{
	display: flex;
   }
   .align-items-sm-center{
	align-items: center;
   }
	.btn-lg {
		font-size: 16px;
   }
   .homeabt-title {
    font-size: 21px;
}
   #aboutus .img-raman img {
    width: 75%;
}
   .home-banner-content .hm-bnr-cont-inr .btn {
    font-size: 14px;
}
   .home-banner-content .hm-bnr-cont-inr h4 {
    font-size: 14px;
}
.home-banner-content .hm-bnr-cont-inr h1 {
    font-size: 25px;
}
   .hm-desktop-faq{
	display: none;
   }
   .hm-mob-faq{
	display: block;
}
   #testimonial {
    overflow: hidden;
}
   .headerlogo .logo {
    display: flex;
    align-items: center;
	justify-content: center;
	padding-top: 0;
}
   .headerlogo .logo a {
    line-height: 0;
    padding: 3px 0;
}
   #testimonial .wp-google-right {
    align-items: flex-start !important;
    gap: 5px;
}
	.blogpost-content .post-page #gform_wrapper_4 .gfield_radio {
		gap: 5px;
		flex-wrap: wrap;
   }
	.blogpost-content .post-page #gform_wrapper_4 .gfield_radio li.gchoice {
		flex: 0 0 31%;
   }
	.blogpost-content .post-page #gform_wrapper_4 .gfield_radio li.gchoice {
		display: flex;
		align-items: flex-start;
		gap: 5px;
   }
	.blogpost-content .post-page #gform_wrapper_4 .ginput_container_name .gform-grid-col, .blogpost-content .post-page #gform_wrapper_4 .address_line_1, .blogpost-content .post-page #gform_wrapper_4 .address_line_2 {
		flex: 0 0 100%;
   }
	.blogpost-content .post-page #gform_wrapper_4 .address_city, .blogpost-content .post-page #gform_wrapper_4 .address_state, .blogpost-content .post-page #gform_wrapper_4 .address_zip {
		flex: 0 0 100%;
   }
	.blogpost-content .post-page #gform_wrapper_4 .gform_body ul li {
		margin-bottom: 20px;
   }
	.blogpost-content .post-page .eczema-orange .gform_wrapper ul li label {
		padding: 6px;
   }
	.eczema-purple .woocommerce .products .product {
		width: 100% !important;
   }
	.blogpost-content .post-page .gform_wrapper ul li label {
		width: 125px;
   }
	.blogpost-content .post-page .gform_wrapper {
		padding: 15px;
   }
	.headerlogo .logo-row .menu-icon {
		display: block;
   }
	#aboutus .full-width .btn {
		margin-top: 15px;
   }
	#aboutus .left-content {
		text-align: center;
   }
	.filter-sidebar .menu-socials .call-text {
		text-align: left;
   }
	.home-main-banner .desktop-banner {
		display: none;
   }
	.home-main-banner .mobile-banner {
		display: block;
   }
	.home-main-banner video, .home-main-banner img {
		height: 240px;
   }
	.home-main-banner .home-banner-content {
		top: 38px;
   }
	.header-menu {
		display: none;
   }
	.blog-form {
		background: #76c3c1;
		padding: 20px;
		text-align: center;
   }
	.form-heading {
		font-size: 20px;
		line-height: 1.3;
   }
	.gform_footer.before {
		width: 100%!important;
		display: block!important;
		text-align: center;
		margin-top: 20px!important;
   }
}
@media(max-width:650px){
	.foot-fix-icons a {
		padding: 10px;
		background-color: #fff;
		line-height: 1;
		border-radius: 15px 15px 0 0;
		width: 112px;
		font-size: 12px;
   }
	.foot-fix-icons a img {
		height: 14px;
   }
}
@media(max-width:599px){
	.coc-page-logo figure.wp-block-gallery {
		flex-direction: column;
		align-items: center !important;
	}
}
@media(max-width:575px){
	.home-main-banner .home-banner-content {
		top: 30px;
   }
	.home-main-banner video, .home-main-banner img {
		height: 270px;
   }
}
@media(max-width:480px){
	#testimonial .wp-gr .wp-google-place .wp-star svg {
		width: 15px!important;
	}
	#testimonial .wp-google-right .wp-google-rating {
		font-size: 14px !important;
		margin-right: 3px !important;
	}
	#testimonial .wp-google-right .wp-google-wr a {
		background: #e74d3b !important;
		font-size: 12px !important;
		padding: 8px 10px !important;
	}
	.woocommerce .products .product .button {
		width: 55%;
		font-size: 10px;
   }
	.woocommerce .products .product .price {
		font-size: 10px;
		width: 45%;
   }
	.filter-sidebar .menu-socials .call-text {
		display: block;
   }
	.hdr-login {
		margin-right: 10px;
   }
	.hdr-login > a img, .hdr-login + .cart-btn .cart-icon img {
		width: 18px;
   }
	.headerlogo .headerlogo-bg > .container {
		width: 95%;
   }
	.logo {
		padding-top: 0;
   }
}
@media(max-width:450px){
	.foot-fix-icons a span {
		display: none;
   }
	.foot-fix-icons a img {
		height: 18px;
   }
	.foot-fix-icons {
		width: 100%;
   }
	.foot-fix-icons a {
		width: 25%;
   }
}
#homepagefaq img{
	width: 100%;
	border: 5px solid #512273;
}
ul.order_details li::before {
	display:none 
}
.woocommerce-checkout-review-order .form-row .input-checkbox {
	margin: 9px 0 0 0 !important;
}
.woocommerce-shipping-calculator #calc_shipping_city, #calc_shipping_postcode {
	padding: 12px;
	border: 1px solid #e6e6e6;
}
.woocommerce-shipping-calculator #select2-calc_shipping_state-container, #select2-calc_shipping_country-container {
	padding: 7px 11px;
}
#customer_details .express_checkout_button_chekout_page {
	margin-top:20px;
}
#customer_details .woocommerce-billing-fields {
	margin-left: -17px;
	padding-right: 44px;
}
#customer_details .woocommerce-billing-fields h3 {
	font-weight:400;
}
#customer_details .woocommerce-shipping-fields {
	padding-right:44px;
}
#customer_details .woocommerce-additional-fields {
	padding-right:44px;
}
.post-6 .post-page ul li:before {
	display:none !important;
	padding-left:0 
}
.cart-collaterals ul li:before {
	display:none !important 
}
.shop_attributes table {
	display:table 
}
.woocommerce-cart-form table {
	display:table 
}
.cart_totals table {
	display:table 
}
#tab-additional_information table {
	display:table 
}
#post-6 .woocommerce-form-login input {
	border: 1px solid #aaa;
	padding: 10px;
}
#express_checkout_button_text {
	color: #76c3c1 !important;
	font-size: 18px !important;
}
#order_review table {
	display:table 
}
.logoj.lazyloaded {
	width: 200px !important;
	height: auto !important;
}
.customized-checkout-design #customer_details .col-2 h3#order_review_heading {
	display:none 
}
.customized-checkout-design .col-2, .customized-checkout-design .col-1 {
	width: 50% !important;
}
.customized-checkout-design .col-2 table.shop_table {
	border-radius: 0px;
	box-shadow: none;
	border: none;
	background: #76c3c1;
}
.customized-checkout-design .col-2 {
	background: #76c3c1;
	color: #fff;
	min-height: 1098px;
}
.customized-checkout-design table.shop_table td {
	padding: 7px 12px !important;
	vertical-align: top !important;
}
.customized-checkout-design .product-quantity {
	color:#fff 
}
.customized-checkout-design .woocommerce-Price-amount {
	color:#fff 
}
.customized-checkout-design .payment_box {
	width:97% !important;
	background-color: #f0eff0 !important;
}
.customized-checkout-design a {
	color:#fff !important 
}
.customized-checkout-design a:hover {
	color:#512273 
}
.customized-checkout-design #place_order {
	margin-right: 19px;
	padding: 15px !important;
	background: #512273 !important;
}
.customized-checkout-design #place_order:hover {
	background: #efefef;
}
.customized-checkout-design #payment div.payment_box a {
	color:#512273 !important 
}
.customized-checkout-design #payment div.payment_box p {
	padding-bottom:0 !important 
}
.customized-checkout-design #payment div.payment_box::before {
	border: 1em solid #efedee !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
}
.customized-checkout-design #payment ul.payment_methods {
	border-bottom:none !important 
}
.m-auto{
	margin:0 auto;
	float:none;
}
.faq-page .blogpost-content .post-page .tab-content{
	max-width:830px;
}
.color-red{
	color:#ff0000 !important;
}
.back-div{
	text-align:center;
	margin:40px 0px;
}
.back-btn{
	background: #cd7400;
	border: none;
	color: #fff !important;
	padding: 8px 30px;
	position: relative;
}
.steps-treatment .wp-block-column h3{
	font-size:20px;
	margin:0px;
	background:none;
	padding:0px;
	font-weight:700;
	color:#272727;
	margin-top:0;
}
.steps-treatment .wp-block-column h4{
	display:block;
	padding:5px 0px;
	margin-bottom:10px;
}
.steps-treatment .wp-block-column h4 strong{
	color:#4f8402;
}
.wp-block-columns.w-two-one .wp-block-column {
	flex-basis:75%;
}
.wp-block-columns.w-two-one .wp-block-column:first-child {
	flex-basis:25%;
}
.progress-see{
	background:rgba(117,141,88,.75);
	text-align: center;
	padding: 25px;
	color:#fff;
	border-radius:8px;
}
.post-page .progress-see h2{
	color:#fff;
	margin-top:0px;
}
.post-page .progress-see a{
	text-decoration:underline;
	color:#fff;
}
.benifits-program{
	padding:15px;
	background:#eee;
	border-radius:10px;
}
.benifits-program ul{
	margin-bottom:15px;
}
.post-page .price-program{
	background:#76c3c1;
	padding: 15px;
	border-radius: 8px;
}
.post-page .price-program h3{
	text-align: center;
	background: none;
	margin: 0px;
	padding: 0;
	font-size: 32px;
	line-height: 40px;
}
.post-page .price-program h3 strong{
	color:#fff;
}
.post-page .price-program h4{
	display: block;
	font-size:20px;
	line-height: 50px;
	color:#fff;
}
.post-page .price-program h4 strong{
	color:#fff;
}
.post-page .price-program h4 a{
	display: block;
	font-size: 32px;
	line-height: 50px;
	font-weight: 700;
}
.post-page .price-program p a, .post-page .price-program h4 a{
	color: #ffa939;
}
.post-page .price-program h4.discount-txt{
	border-top:1px dashed #ffecce;
}
.post-page .price-program h4.discount-txt strong{
	display:block;
	font-size:42px;
	color:#ffecce;
}
.post-page .price-program p strong{
	color:#fff;
}
.post-page .price-program p{
	color:#fff;
}
.has-very-light-gray-background-color.has-very-light-gray-background-color {
	border-radius: 8px 8px 0 0;
}
.reju-bg .wp-block-column{
	padding:15px;
	background:#76c3c1;
	color:#fff;
	border-radius: 8px;
}
.reju-bg .wp-block-column strong{
	color:#fff;
}
.reju-bg .wp-block-column:first-child{
	background:#e58c01;
	border-radius: 8px;
}
.bg-gre{
	background:#eeeeee;
	padding:0 20px 20px 20px;
	margin:0 0 20px 0 !important;
	border-radius: 0 0 8px 8px;
}
.txt-white{
	color:#fff;
}
.steps-treatment .wp-block-image{
	margin-bottom:0px;
}
.orders-placed{
	background:#be1f1f;
	max-width:80%;
	margin:0 auto 35px;
}
.orders-placed h4{
	padding:15px;
	text-align:center;
	color:#fff;
	font-size:26px;
	line-height:36px;
	font-weight:600;
	margin:0px;
}
.btn-covid{
	background-color:#512270;
	border: 1px solid #512270;
	color: #fff;
	padding: 5px 15px;
	margin-right: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	font-size:14px;
	margin:0px 10px 0 0;
	background-image:url('images/calendar.webp');
	background-repeat:no-repeat;
	background-size:20px;
	background-position:2%;
	padding-left:30px;
}
.btn-covid:hover{
	background-color:#76c3c1;
	color:#fff;
	border-color:#76c3c1;
}
.contact-text{
	margin-bottom:15px;
}
.contact-text p{
	padding-bottom:9px;
}
.phon-video{
	margin-bottom:15px;
}
.pum-theme-12826 .pum-container, .pum-theme-enterprise-blue .pum-container {
	padding:0px !important;
	background-color:#76c3c1 !important;
}
.pum-theme-12826 .pum-content, .pum-theme-enterprise-blue .pum-content {
	background:#512273;
}
.covid-txt{
	padding:30px;
	color: #fff;
	text-align: center;
	font-size:20px;
	line-height:24px;
	background:#512273;
}
.covid-txt h5{
	padding:0px;
	font-size:22px;
	line-height:32px;
}
.covid-txt ul {
	padding-left:0px;
}
.covid-txt ul li{
	margin-top:10px;
	list-style-type:disc;
	font-size:16px;
	text-align:left;
	padding-left:0px;
}
.covid-txt ul li a{
	color:#fff;
}
.popup-covid #aboutus{
	padding:0px;
}
ul.social-icons li.whatsapp:hover {
	background:#00e676;
}
.footer ul.social-icons li.whatsapp:hover {
	background: 0 0;
}
.footer ul.social-icons li.whatsapp:hover a .icon-social {
	background:#00e676;
}
.bounce-icons {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	right: 0;
}
.bounce-icons li {
	list-style-type: none;
}
.bounce-icons li::before {
	content: '';
}
.bounce-icons li a {
	display: block;
	margin: 0 2px;
	outline: none;
	position: relative;
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.bounce-icons li a span {
	width: 160px;
	height: auto;
	line-height: 20px;
	padding: 5px;
	right: 0;
	margin-left: -64px;
	font-family: 'Gothic A1', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	text-align: center;
	border: 4px solid #626262;
	background: rgba(98,98,98,.98);
	text-indent: 0;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 2px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	transition: all 0.3s ease-in-out;
	z-index: 9;
}
.bounce-icons li a:hover span {
	opacity: .9;
	bottom: 2px;
	right: 123%;
	left: inherit;
}
.bounce-icons li a span:before, .bounce-icons li a span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0 solid rgba(0,0,0,.1);
	right: -19px;
	transform: rotate(270deg);
}
.bounce-icons li a span:after {
	bottom: 9px;
	margin-left: -10px;
	border-top: 10px solid #626262;
}
.translate {
	float:left;
	margin-top:8px;
}
.post-page #aboutus .form-sec .gform_wrapper h3.gform_title {
	background: none;
	color: #fff;
	margin: 0;
}
.post-page #aboutus .form-sec .gform_wrapper ul.gform_fields li.gfield {
	padding-left:0;
}
.post-page #aboutus .form-sec .gform_wrapper ul.gform_fields {
	margin-left:0;
}
.post-page #aboutus .form-sec .gform_wrapper ul.gform_fields li.gfield:before {
	display:none;
}
.post-page #aboutus .form-sec .gform_wrapper .gfield_label {
	font-size:18px;
}
.post-page #aboutus .form-sec .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li {
	padding-left:0px;
}
.post-page #aboutus .form-sec .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li:before {
	display:none;
}
.p-0{
	padding:0px;
}
.eczema-purple.p-0 {
	padding:0px;
}
.eczema-purple.mb-0 {
	margin-bottom:0px;
}
.fl-left {
	float:left;
}
.eczema-purple h4.block-title {
	color: #000;
	position: relative;
	z-index: 1;
	padding: 40px 0 0 60px;
	border:none;
	line-height: 30px;
	font-size: 17px;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity {
	min-width:200px;
}
.customized-checkout-design #order_review #payment .payment_method_paypal {
	padding-left:12px;
}
.form-sec .gform_wrapper ul.gform_fields li.gfield select {
	border: none;
	display: block;
	width: 100%;
	color: #000;
	padding-left: 15px;
	font-size: 15px;
	font-weight: 300;
	outline: none;
	min-height: 40px;
	height: 40px;
}
.about-author-sidebar {
	background: #eee;
	padding:15px;
	margin-bottom:20px;
}
.about-author-sidebar h4 {
	color: #000;
	margin-bottom: 9px;
	padding-bottom: 7px;
	border-bottom: 1px solid #dddbdb;
	font-size: 20px;
}
.about-author-sidebar .read-more:hover {
	background: #512273;
	color: #fff;
}
@media screen and (max-width:991px) {
	.sidebar-form-page .mob-no{
		margin-bottom:10px;
   }
	.sidebar-form-page .mob-no a.call-action{
		display:none;
   }
	.blogpost-content .woocommerce form.checkout_coupon {
		width:100% !important 
   }
	.blogpost-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_first_name_field {
		width:100% 
   }
	.blogpost-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_last_name_field {
		width:100% 
   }
	.slicknav_menu {
		display: block;
		position: absolute;
		z-index: 100000;
		width: 100%;
   }
	#list-menu .listing-menu {
		display:none;
   }
	.intro {
		display:block;
   }
	.js .intro {
		top:120px;
		position:absolute;
		width:100%;
		float:left;
		background:#eee;
		padding:5px 0 0;
		display:none;
   }
	.js .intro.sticky {
		top:78px;
   }
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-caption {
	width: 100%;
	margin:0;
	position:absolute;
	top:35%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.btn-orang {
	background: #cd7400;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 60px;
	display: inline-block;
	padding:0 30px;
	margin-top:20px;
	position:relative;
}
.btn-orang:hover {
	background:#512273;
	color:#fff;
}
.btn-orang span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.btn-orang span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
	color:#fff;
}
.btn-orang:hover span {
	padding-right: 25px;
}
.btn-orang:hover span:after {
	opacity: 1;
	right: 0;
}
.imghide {
	display:block;
}
.imgshow {
	display:none;
}
#aboutus .about-content h3 {
	font-weight: 600;
	margin-bottom: 10px;
}

#services .read-more:hover{
	background:#512273;
	color:#fff;
}
#aboutus .full-width {
	margin-top:0px;
}
#aboutus .form-sec .gform_wrapper .medium {
	border:none;
	display:block;
	width:100%;
	line-height:37px;
	color: #000;
	padding-left:15px;
	font-size:15px;
	font-weight:300;
	outline:none;
}
#aboutus .form-sec .gform_wrapper .textarea {
	height:160px;
}
#aboutus .form-sec .gform_wrapper #field_1_4 .gfield_label {
	height:75px;
}
#aboutus .form-sec .gform_wrapper .gfield_label {
	display: none;
}
#aboutus .form-sec .gform_wrapper .gform_footer {
	display: block;
	padding: 0px;
	text-align: center;
}
#aboutus .form-sec .gform_wrapper .gform_footer .btn-submit {
	float: right;
	margin-right:16px;
	background:#cd7400;
	color: #fff;
	border: none;
	padding: 9px;
	width: 200px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 300;
	border: none;
	outline: none;
	position:relative;
}
#aboutus .form-sec .gform_wrapper .gform_footer .btn-submit:hover {
	background:#512273;
}
.gform_wrapper .gform_footer .btn-submit:before {
	position: absolute;
	font-size:24px;
	line-height: 3.5;
	color:#fff;
	-moz-transition:all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	left:-5%;
	top:0px;
	z-index:-1;
	line-height:40px;
}
.gform_wrapper .gform_footer .btn-submit:hover:before {
	left:10%;
	z-index:1;
}
.icon-arrow-left::before {
	content:"\f105";
	font-family:FontAwesome;
}
#aboutus .form-sec {
	background:#76c3c1;
	padding:25px;
	display:inline-block;
	width:100%;
}
#aboutus .form-sec .gform_wrapper ul.gform_fields li.gfield {
	padding-right:0px;
	position:relative;
	display:inline-block;
	margin-bottom:10px;
	width:100%;
	padding-left: 0;
}
#aboutus .form-sec .gform_wrapper ul.gform_fields li::before {
	display:none;
}
#aboutus .form-sec .gform_wrapper .gform_heading {
	text-align:center;
	color:#fff;
}
#aboutus .form-sec .gform_wrapper {
	margin:0px;
}
#aboutus .form-sec .gform_wrapper span.gform_description {
	width:100%;
}
#aboutus .form-sec .gform_wrapper span.gform_description h4 {
	border-bottom:1px solid #fff;
	color:#FFF;
}
#aboutus .form-sec .gform_wrapper span.gform_description p {
	font-size:20px;
	padding:18px 0px 0;
	font-weight:300;
	letter-spacing:2px;
}
#aboutus .form-sec .gform_wrapper h3.gform_title {
	letter-spacing:2px;
	padding-bottom:10px;
	color: #fff;
}
#aboutus .form-sec .gform_wrapper span.gform_description h4 {
	font-size:28px;
	letter-spacing:2px;
	font-weight:700;
}
#aboutus .form-sec .gform_wrapper span.gform_description h4 a {
	color:#fff;
}
.gform_wrapper div.validation_error {
	padding:0px;
	border:none;
	color:red;
	font-weight:500;
	text-align:center;
	padding-top:15px;
}
.gform_wrapper .gfield_required {
	display:none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border:none;
	background:none;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top:0px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	position:absolute;
	top:5px;
	right:5px;
	text-align:right;
	color:#d60000;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	width:100%;
	position:relative;
}
#products-sec {
	background: #f5f5f5;
	background-image:url(images/ayurveda-medicines-sydney.webp);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	width: 100%;
	float: left;
	position:relative;
	background-size:cover;
}
#products-sec h2 {
	padding-bottom:60px;
	color:#fff;
	font-size: 32px;
	font-weight: 500;
	line-height: 30px;
}
.woocommerce .products {
	margin-bottom:0px;
}
.woocommerce .products .product a img {
	margin:0px;
	border-bottom:1px solid #512273;
	padding:15px;
}
.woocommerce .products .product a h3 {
	background:#fff;
	color:#555555;
	text-align:center;
	text-transform:none;
	padding:15px 0px;
	font-weight:600;
	min-height:80px;
	width:100%;
	display:block;
	line-height:1.5em;
}
.woocommerce .products .product .price {
	background: #512273;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 38px;
	font-weight:500;
	width:50%;
	float:left;
}
.woocommerce .products .product .button {
	margin: 0px;
	width: 50%;
	background: #cd7400;
	float:left;
	border-radius: 0px;
	line-height: 38px;
	padding: 0px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	position:relative;
	overflow:hidden;
}
.woocommerce .products .product .button:hover {
	background:#512273;
	color:#512273;
}
.woocommerce .products .product .button:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	content:"\f07a";
	font-family:FontAwesome;
}
.woocommerce .products .product .button:hover:before {
	top:-10px;
	z-index:1;
	color:#fff;
}
.woocommerce .products .product .button:before {
	left: 0;
	top: -100%;
	z-index:-1;
}
#products-sec .woocommerce ul.products li.product .price {
	color:#fff;
	margin-bottom:0px;
}
#products-sec .woocommerce .products .product .button {
	margin-top:0px;
}
#products-sec .woocommerce .products .product a h4 {
	padding:15px 8px;
	color:#555555;
}
#products-sec .woocommerce .products .product {
	background:#fff;
	margin-bottom:0px;
	border-top:5px solid #fff;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
#products-sec .woocommerce .products .product:hover {
	border-top:5px solid #cd7400;
	transition: .5s ease;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
#homepagefaq .panel-title a {
    padding-right: 50px;
    position: relative;
    border-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    border: 1px solid #ddd;
    background-color: transparent;
}
#homepagefaq .panel-group .panel+.panel,
#homepagefaq .panel-group .panel {
    background-color: transparent;
	box-shadow: none;
}

#homepagefaq .collapse.in .panel-body {
    border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
}
#homepagefaq .collapse .panel-body {
    margin-top: 5px;
    margin-bottom: 10px;
}
#homepagefaq .panel-default>.panel-heading+.panel-collapse .panel-body,
#homepagefaq .panel-group .panel-heading+.panel-collapse .panel-body{
	border-top-color: #ddd;
}

.collapsing {
	transition:none!important;
}
#homepagefaq .panel-default .panel-title a::after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-size: 24px;
	content: "\f106";
	color: #512270;
	float: right;
	position: absolute;
	right: 15px;
	top: 10px;
}
#homepagefaq .panel-default .panel-title a.collapsed::after {
	content: "\f107";
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #cd7400;
	padding: 8px 30px;
	color: #fff;
	position: relative;
}
.blog-wrapper {
	padding-top: 52px;
	margin-bottom: 9px;
}
.blog-wrapper > div > div > div:nth-child(n+1) > div:nth-child(3n+1) {
	clear: both;
}
.recent-blog-header {
	text-align: center;
}
.recent-posts-container {
	padding: 16px;
	border: 1px solid #acacac;
	overflow: hidden;
	position: relative;
	margin-bottom: 43px;
}
.animation_started.animated {
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.animated.left-to-right, .animated.right-to-left, .animated.bottom-to-top {
	-webkit-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	-o-transition-duration: 1.2s;
	-ms-transition-duration: 1.2s;
	transition-duration: 1.2s;
}
.left-to-right {
	-webkit-transform: scale(1) translate3d(-50%, 0, 0);
	opacity: 0;
}
.animated {
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-property: scale;
	-moz-transition-property: scale;
	-webkit-transition-property: scale;
	-o-transition-property: scale;
}
.recent-posts-container h3 {
	margin-bottom: 16px;
}
.bottom-to-top {
	-webkit-transform: scale(1) translate3d(0, 50%, 0);
	opacity: 0;
}
.recent-posts-container p {
	text-align: left;
}
p.rbh-post-meta {
	margin-top: 38px;
}
p.rbh-post-meta a {
	color: #d93021;
}
img.rbh-readmore {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 13px;
	background: url(images/readmore-icon-red.png) no-repeat center;
	border:1px solid #ddd;
}
.read-morebtn {
	width:100%;
	text-align:center;
	display:inline-block;
	margin-top:50px;
	padding:0px;
}
.read-more-text {
	width:100%;
	float:left;
	padding:5px 10px 10px 0;
	color:#000;
	font-size:15px;
}
.read-more-text:hover {
	text-decoration:underline;
	color:#cd7400;
}
#services {
	width:100%;
	float:left;
}
#services h2 {
	padding-bottom:20px;
}
#services ul li.current_page_item {
	display:none;
}
#section6 {
	width:100%;
	display:inline-block;
	margin-bottom:0px;
	padding:30px 0px;
}
.title-inner {
	margin:0;
	min-height:330px;
	position:relative;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.title {
	width:100%;
	float:left;
	position:relative;
}
.title h1 a {
	color: #fff;
	font-weight: 600;
	font-size:24px;
	text-transform:uppercase;
}
.title h1 {
	background: #cd7400;
	margin-top: -46px;
	padding: 10px;
	text-transform:uppercase;
}
.text-tit {
	position:absolute;
	width:50%;
	margin:0 auto;
	max-width:800px;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.lefttop-icon {
	position:absolute;
	top:0px;
	left:0%;
}
.lefttop-icon:before {
	width:50px;
	height:2px;
	position:absolute;
	top:0px;
	left:0px;
	content:'';
	background:#fff;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
.lefttop-icon:after {
	width:2px;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
	content:'';
	background:#fff;
}
.rightbotm-icon {
	position:absolute;
	bottom:0px;
	right:0;
}
.rightbotm-icon:before {
	width:2px;
	height:50px;
	position:absolute;
	bottom:0px;
	right:0px;
	content:'';
	background:#fff;
}
.rightbotm-icon:after {
	width:50px;
	height:2px;
	position:absolute;
	bottom:0px;
	right:0px;
	content:'';
	background:#fff;
}
.overly-black {
	background:rgba(0, 0, 0, 0.2);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.overly-black1 {
	background:rgba(0, 0, 0, 0.2);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.title-inner h2 {
	text-align:center;
	padding:60px 0px;
	font-size:36px;
	line-height: 49px;
	font-weight: bold;
	color: #fff;
	letter-spacing:1px;
}
.title-inner h1 {
	text-align:center;
	padding:30px 0px;
	font-size:36px;
	line-height: 49px;
	font-weight: bold;
	color: #fff;
	letter-spacing:1px;
}
.title-inner h1 span {
	opacity:0.8;
	text-transform: uppercase;
}
.title-inner h1 p {
	color:#fff;
	font-size:40px;
	font-weight:500;
	line-height:40px;
	margin-top:8px;
	font-family: 'lhfstanfordscriptuploadedfile';
}
.title-inner h1 span.mid-tit {
	/* font-family: "Sriracha", cursive; */
	color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 8px;
    font-family: 'lhfstanfordscriptuploadedfile';
    opacity: 1;
    text-transform: none;
    display: block;
}
.title-inner .smallfont {
	padding:100px 0;
	font-size:30px;
	line-height:40px;
}
.breadcrum #crumbs a {
	color: #fff;
	font-weight:400;
	font-size:14px;
}
.breadcrum #crumbs a:hover {
	text-decoration:underline;
}
.breadcrum #crumbs span.current {
	font-size:14px;
	color:#cd7400;
}
.woocommerce-breadcrumb {
	font-size:14px;
	font-weight:600;
	color:#cd7400;
	padding-top:30px;
}
.woocommerce-breadcrumb a {
	color:#FFF;
	font-weight:400;
}
.woocommerce-breadcrumb span {
	color:#FFF;
}
.page-product .woocommerce-breadcrumb {
	padding-top: 0;
	color:#cd7400;
	padding-left: 10px;
	padding: 5px 15px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}
.page-product .woocommerce-breadcrumb a {
	color:#666;
	font-weight:400;
}
.breadcrum-wrapper {
	padding-top:10px;
}
.blog-page .breadcrum-wrapper #crumbs {
	padding-top:0px;
}
.breadcrum-wrapper #crumbs {
	line-height:20px;
	padding-top:50px;
}
.blog-page .breadcrum-wrapper {
	padding:30px 15px 0 15px;
}
.blog-page .breadcrum-wrapper .breadcrum {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 8px 0;
}
.blog-page .breadcrum-wrapper .breadcrum #crumbs a {
	color:#666;
}
.blog-page .breadcrum-wrapper .breadcrum h4 {
	padding-bottom:0px;
}
.blog-page .title-inner .breadcrum-wrapper .breadcrum {
	border:none;
	padding:0px;
}
.blog-page .title-inner .breadcrum-wrapper .breadcrum #crumbs a {
	color:#FFF;
}
.blog-page .title-inner .breadcrum-wrapper {
	padding-top:50px;
}
.overly-light {
	background:rgba(213, 213, 213, 0.5);
	position:absolute;
	width:100%;
	height:100%;
}
#list-menu {
	background: #f4f4f4;
	width: 100%;
	float: left;
}
#list-menu .listing-menu {
	float:right;
}
#list-menu .listing-menu li {
	float:left;
	position:relative;
	padding-left:24px;
	padding-top:30px;
	padding-bottom:30px;
}
#list-menu .listing-menu li a {
	padding:0 8px;
	font-size:12px;
	font-weight:500;
}
#list-menu .listing-menu li a:hover {
	text-decoration:underline;
}
#list-menu .listing-menu li a:before {
	content: '';
	position: absolute;
	right: 0px;
	background: #d0d0d0;
	width: 1px;
	height: 22px;
	box-shadow: 2px 2px 1px #fff;
}
#list-menu .listing-menu li:first-child {
	display:none;
}
#list-menu .listing-menu li:nth-child(2) {
	background: url(images/icon1.png) no-repeat 10px;
	background-size:22px;
}
#list-menu .listing-menu li:nth-child(3) {
	background: url(images/icon2.png) no-repeat 10px;
	background-size:22px;
}
#list-menu .listing-menu li:nth-child(4) {
	background: url(images/icon3.png) no-repeat 10px;
	background-size:22px;
}
#list-menu .listing-menu li:nth-child(5) {
	background: url(images/icon4.png) no-repeat 10px;
	background-size:22px;
}
#list-menu .listing-menu li:nth-child(6) {
	background: url(images/icon5.png) no-repeat 10px;
	background-size:22px;
}
#list-menu .listing-menu li:nth-child(7) {
	background: url(images/icon6.png) no-repeat 10px;
	background-size:22px;
}
#list-menu .listing-menu li:nth-child(8) {
	background:url(images/icon7.png) no-repeat 10px;
	background-size:22px;
}
#list-menu .listing-menu li:last-child a:before {
	display:none;
}
#list-menu .listing-menu li a:hover {
	color:#512273;
}
#list-menu .listing-menu ul.children {
	display:none;
}
#list-menu .listing-menu li:hover .children {
	display:block;
	position:absolute;
	top:100%;
	z-index:999;
	top: 86px;
	border-bottom:1px solid #cd7400;
	max-height:400px;
	overflow-y:auto;
	overflow-x:hidden;
}
#list-menu .listing-menu li .children li {
	background:#cd7400;
	padding:5px;
	width:250px;
	display:inline-block;
	border-bottom:1px solid #d8861b;
}
#list-menu .listing-menu li .children li a {
	padding:0px;
	display:block;
	color:#fff;
	font-size:12px;
}
#list-menu .listing-menu li .children li:hover {
	background:#512273;
	border-bottom:none 
}
#list-menu .listing-menu li .children li a:hover {
	color:#f9f9f9;
	text-decoration:none;
	border-bottom:none 
}
#list-menu .listing-menu li .children li a:before {
	display:none;
}
#list-menu .listing-menu li:hover .children li:last-child {
	margin-left:0px;
}
#list-menu .listing-menu li:hover .children li:last-child a {
	border-bottom:none;
}
#list-menu .listing-menu li:hover .children li .children {
	display:none;
}
.blogpost-content {
	padding-top:60px;
	width: 100%;
	display: inline-block;
	background:#fff;
}
#list-menu .listing-menu li:last-child ul.children {
	right:0px;
}
.pager br {
	display:none;
}
.pager button {
	background: #cd7400;
	border: none;
	padding: 3px 15px;
	color: #fff;
	font-weight: 400;
	border: 1px solid #bf791c;
	margin:0 5px;
}
.pager button:hover {
	background:#bf791c;
}
.pager span {
	background: #cd7400;
	border: none;
	padding: 3px 15px;
	color: #fff;
	font-weight: 400;
	border: 1px solid #bf791c;
	margin:0 5px;
}
.pager span:hover {
	background:#bf791c;
}
.pager li a:hover {
	background:#bf791c;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
	border:none;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a {
	background:#cd7400;
	border: none;
	padding:5px 13px;
	color: #fff;
	font-weight: 400;
	border: 1px solid #bf791c;
	margin:0 5px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a:hover {
	background:#bf791c;
	border-color:#cd7400;
	color:#FFF;
}
.woocommerce nav.woocommerce-pagination .page-numbers li {
	border-right:none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus {
	background:#bf791c;
	border-color:#cd7400;
	color:#FFF;
}
.woocommerce nav.woocommerce-pagination .page-numbers li span.current {
	margin-right:5px;
	padding:6px 16px;
	background:#bf791c;
	color: #fff;
}
.post-page {
	min-height:450px;
	overflow:hidden;
	padding:0;
	margin-bottom:30px;
	color:#000;
	font-weight:300;
}
.post-page h1, .post-page h2, .post-page h3 {
	padding-bottom: 10px;
}
.post-page h4, .post-page h5, .post-page h6 {
	padding-bottom: 7px;
}
.post-page h4 {
	display: block;
	clear: both;
	padding: 10px 00px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}
.post-page h1 a, .breadcrum h4 a {
	color: #000;
	display: inline-block;
	word-break: break-word;
}
.post-page h1 a:hover, .breadcrum h4 a:hover {
	color:#cd7400;
}
.post-page h2 {
	display:block;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight:500;
	color: #e48a01;
	margin-top: 25px;
	text-transform: none;
	line-height: 30px;
	text-transform: uppercase;
}
.post-page h2:first-child {
	margin-top:0px;
}
.post-page h2 a {
	color:#e48a01;
}
.post-page h3 {
	font-weight:500;
	margin-top: 11px;
	clear: both;
	line-height: 28px;
	font-size: 18px;
	color: #4e1a6d;
	background: #f6f6f6;
	padding: 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.post-page h6 {
	font-weight: 600;
	margin-top: 13px;
	line-height: 28px;
	font-size: 18px;
	color: #4e1a6d;
	background: #f6f6f6;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 26px;
}
.post-page .wc-block-grid__products {
	list-style-type:none;
}
.post-page .wc-block-grid__products .wc-block-grid__product:before{
	display:none;
}
.post-page .wc-block-grid__products .wc-block-grid__product .wp-block-button a{
	color:#fff;
}
.post-page ol, .post-page ul {
	margin-left: 18px;
}
.post-page ul.meta {
	margin-left: 0;
	margin-bottom: 14px;
}
.post-page ol li, .post-page ul li {
	margin-bottom: 7px;
}
.post-page ol ol, .post-page ul ul {
	margin-top: 7px;
}
.post-page .avatar.photo {
	padding: 3px;
	border: 1px solid #adadad;
	display: inline-block;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}
.post-page .auth-title {
	padding-top: 10px;
	padding-bottom: 5px;
}
.post-page ul.social-icons {
	max-width: 100%;
}
.post-page h1.post-page-head {
	border-bottom:1px solid #f4f4f4;
	padding-bottom: 13px;
	margin-bottom: 10px;
}
.post-page .read-more {
	font-weight:300 
}
.post-page img {
	max-width: 100%;
	height: auto;
}
.post-page strong, .post-page b {
	color: #393939 
}
.post-page .alignleft {
	padding-right:25px;
}
.post-page .alignright {
	padding-left: 13px;
	margin-bottom: 20px;
}
.post-page .postimg {
	margin-bottom: 13px;
}
.post-page img.rbh-readmore {
	position: relative;
	margin-right:0;
	margin-bottom: -12px;
	float: right;
}
.post-page img.rbh-readmore:hover {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.post-page .contact-container {
	line-height: 1.4;
	margin-top: 40px;
}
.post-page ul.meta {
	margin-left: 0;
	margin-bottom: 14px;
}
.meta li {
	display: inline-block;
	color: #e93424;
	margin-right: 15px;
}
.meta li a {
	color: #e93424;
}
.meta li a:hover {
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
	color: #e93424;
}
.sidebar {
	font-size: 14px;
	margin-bottom: 54px;
}
.sidebar h4, .sidebar h3 {
	margin-bottom: 9px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e8e8e8;
}
.sidebar ol, .footer ol, .sidebar ul, .footer ul {
	list-style: none;
}
.sidebar ul li {
	margin-bottom: 15px;
	background: url(images/sidebar-li-icon-black.png) no-repeat 0 5px;
	padding-left: 26px;
}
.sidebar ul li:hover {
	background: url('images/sidebar-li-icon-orange.png') no-repeat 0 5px;
}
.sidebar ul li a:hover, .sidebar a.rsswidget:hover {
	color: #e14015;
}
.sidebar ul li a, .sidebar a.rsswidget {
	color: #222;
}
.post-page table {
	overflow: hidden;
	background: #fefefe;
	width: 99%;
	margin: 0 0 15px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.post-page table td {
	padding: 10px 15px;
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
	background: -moz-linear-gradient(top, #fefefe, #f9f9f9);
	background: -ms-linear-gradient(top, #fefefe, #f9f9f9);
	background: -o-linear-gradient(top, #fefefe, #f9f9f9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fefefe', GradientType=0);
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.post-page table ol, .post-page ul {
	margin-left: 3px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.post-page ul li {
	position:relative;
	padding-left: 25px;
}
.post-page ul li::before {
	position: absolute;
	left: 0px;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 8px;
	border: 1.3px solid #76c3c1;
	border-radius: 25px;
	width: 16px;
	height: 16px;
	line-height: 15px;
	text-align: center;
	color: #76c3c1;
	top: 5px;
}
.eczema-purple ul li:before {
	border-color: #fff;
	color: #fff;
}
.post-page iframe {
	width:100% 
}
.sidebar .tagcloud a {
	border-radius: 5px;
	margin: 2px;
	padding: 5px;
	float: left;
	font-size: 12px !important;
	text-decoration: underline;
}
.blogpost-content blockquote {
	padding: 25px;
	border: 1px solid #f5f5f5;
	margin-bottom: 20px;
	margin: 0 24px 20px;
	position: relative;
	border-left: 8px solid #76c3c1;
	background: #f5f5f5;
}
.blogpost-content blockquote p {
	position:relative;
	padding-left:30px;
}
.blogpost-content blockquote:before {
	content:"";
	background:url('images/quote-icon.png') no-repeat;
	position:absolute;
	left:5px;
	top:5px;
	font-size:28px;
	line-height:35px;
	color: #55226f;
	width:50px;
	height:50px;
	background-size:48px;
}
.blogpost-content .testimonial-inner blockquote {
	background:#fff;
	margin:10px 0px;
}
.blogpost-content blockquote ul{
	margin-left:30px;
	margin-bottom:5px;
}
.blogpost-content blockquote ul li{
	list-style-type:disc;
	margin-left: 30px;
	line-height: 1.55;
}
.blogpost-content blockquote p {
	position:relative;
	padding-left:30px;
}
.blogpost-content blockquote p em{
	padding-bottom:15px;
	display:inline-block;
}
.blog-page {
	background:#f4f4f4;
}
.blog-page .blogpost-content {
	background:#f4f4f4;
	padding-top:30px;
}
.blog-page .blogpost-content .content-box {
	background:#fff;
	padding:20px 40px;
	text-align:center;
}
.blog-page .blogpost-content #nav-single {
	padding-bottom:30px;
	float:right;
}
.blog-page .blogpost-content #nav-single .nav-previous a {
	font-size:14px;
	font-weight:500;
	background:#cd7400;
	padding:10px 15px;
	color:#fff;
}
.blog-page .blogpost-content #nav-single .nav-previous a:hover {
	background:#512273;
}
.blog-page .blogpost-content #nav-single .nav-next {
	float:right;
}
.blog-page .blogpost-content #nav-single .nav-next a {
	font-size:14px;
	font-weight:500;
	background:#cd7400;
	padding:10px 15px;
	color:#fff;
}
.blog-page .blogpost-content #nav-single .nav-next a:hover {
	background:#512273;
}
.blog-page .blogpost-content #nav-single .current {
	background:#501b75;
	padding: 5px;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-weight: 400;
}
#nav-single .page-numbers {
	background:#cd7400;
	padding:5px 10px;
	width:auto;
	height:30px;
	float:left;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-weight: 400;
	margin-right:10px;
}
#nav-single .page-numbers:hover {
	background:#501b75;
	color:#fff;
}
.blog-page .blogpost-content .img-box {
	position:relative;
	padding: 15px 15px 8px 15px;
}
.blog-page .blogpost-content .img-box .postimg {
	margin-bottom:0px;
}
.blog-page .blogpost-content .img-box .overly-black {
	background:rgba(00, 00, 00, 0);
	height:98.6%;
}
.blog-page .blogpost-content .post:nth-child(odd) .post-page .left-fixed {
	float:right;
}
.blog-page .blogpost-content .post:nth-child(even) .post-page .left-fixed {
	float:left;
}
.blog-page .blogpost-content .post-6340 .post-page .rbh-post-thumbnail .postimg {
	height:570px;
}
.blog-page .blogpost-content .post-6273 .post-page .rbh-post-thumbnail .postimg {
	height:570px;
}
.blog-page .blogpost-content .post-5432 .post-page .rbh-post-thumbnail .postimg {
	height:570px;
}
.contact-page {
	padding:70px 0;
	width: 100%;
	float: left;
}
.bdr-btm {
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
	display:inline-block;
}
.contact-page h4 {
	font-size: 20px;
	font-weight: 500;
	border-bottom:1px solid #e6e5e5;
	padding: 10px 0;
	margin-bottom: 10px;
	color:#cd7400;
}
.contact-page .contact-det ul li {
	padding-bottom:10px;
}
.contact-page .contact-det ul li .icon-contact {
	position:absolute;
}
.contact-page .contact-det ul li p {
	font-size:16px;
	font-weight:400;
	color:#000;
	padding-left:25px;
}
.contact-page .contact-det ul li a {
	padding-left:25px;
	font-size:16px;
	font-weight:400;
}
.contact-det {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	background:#f9f9f9;
	padding: 25px;
}
.bdr-right {
	border-right: 1px solid #e4e4e4;
}
.bdr-right1 {
	border-right: 1px solid #e4e4e4;
	min-height:450px;
}
.contact-page h5 {
	font-size:17px;
	color: #76c3c1;
	font-weight:600;
	border-bottom:1px solid #e6e5e5;
	padding:8px 0;
	margin-bottom:10px;
}
.mrg-top30 {
	margin-top:50px;
}
.form-gra .large {
	width:100%;
	border:1px solid #eee;
	padding:8px;
	outline:none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 5px;
	font-size:14px;
}
.form-gra .textarea {
	height:200px;
	outline:none;
	border-radius: 5px;
}
.form-gra .textarea:focus {
	outline: none;
	border-color: #1990c6;
	-webkit-box-shadow: 0 0 0 1px #512273;
	box-shadow: 0 0 0 1px #1990c6;
}
.form-gra .large:focus {
	outline: none;
	border-color:#4d1b64;
	-webkit-box-shadow: 0 0 0 1px #4d1b64;
	box-shadow: 0 0 0 1px #4d1b64;
}
.form-gra .gfield_label {
	display:none;
}
.form-gra .btn-submit {
	background: #cd7400;
	border: none;
	color: #fff;
	padding: 8px 30px;
	position:relative;
}
.form-gra .btn-submit:hover {
	background:#512273;
}
.form-gra .btn-submit:before {
	position: absolute;
	font-size: 24px;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: -5%;
	top: 0px;
	z-index: -1;
	line-height:42px;
	content: "\f105";
	font-family: FontAwesome;
}
.form-gra .btn-submit:hover:before {
	left: 10%;
	z-index: 1;
}
.contac-usdes {
	width: 100%;
	float: left;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	font-size:15px;
}
.contact-page .contac-usdes p, .contact-page .contac-usdes ul li {
	font-size: 16px;
	margin-bottom: 12px;
}
.min-bold {
	padding:12px 0 0px 0;
	display: inline-block;
	font-weight:500;
}
.contac-usdes span .min-bold {
	color:#000 !important;
}
.contac-usdes span strong {
	color:#000 !important;
}
.contac-usdes .read-more:hover {
	background: #512273;
	color: #fff;
}
.contac-usdes .read-more {
	color:#fff;
	font-weight:normal 
}
.blogpost-content .woocommerce .products .product .button {
	margin-top:0px;
}
.blogpost-content .woocommerce .products .product .price {
	color:#fff;
	margin-bottom:0px;
}
.blogpost-content .woocommerce .products .product a h2 {
	font-size:15px !important;
	background:#f3f3f3;
	padding:15px 0px;
	min-height:125px;
}
.blogpost-content .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding:23px;
}
.blogpost-content .woocommerce .products .product {
	padding:0px;
	border:1px solid #f3f3f3;
	min-height:auto;
}
.blogpost-content .woocommerce .products .product a img {
	margin-bottom:0px;
}
.blogpost-content .woocommerce .products .product {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.blogpost-content .woocommerce .products .product:before {
	display:none;
}
.blogpost-content .woocommerce .products .product:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.woocommerce-result-count {
	margin: 0px;
	padding:5px 0px;
	font-size: 14px;
	font-weight:400;
}
.orderby {
	background:none;
	padding: 5px;
	border-radius:30px;
	font-size: 14px;
	border: 1px solid #ddd;
	margin-right: 5px;
	outline:none;
	font-weight:400;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(images/ar-select.png) no-repeat 92%;
	padding-left:20px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li:before {
	display:none;
}
.blogpost-content .woocommerce .single-product .product .woocommerce-tabs ul.tabs::before {
	display:none;
}
.blogpost-content .woocommerce .single-product .product .woocommerce-tabs ul.tabs li {
	border:none;
	margin-right:20px;
	background:none;
	border-radius:0px;
}
.blogpost-content .woocommerce .single-product .product .woocommerce-tabs ul.tabs li {
	background:#f9f9f9 
}
.blogpost-content .woocommerce .single-product .product .woocommerce-tabs ul.tabs li.active {
	background-color:#cd7400;
}
.blogpost-content .woocommerce .single-product .product .woocommerce-tabs ul.tabs li a {
	color:#000;
	font-weight:300;
}
.blogpost-content .woocommerce .single-product .product .woocommerce-tabs ul.tabs li.active a {
	color:#fff;
}
.blogpost-content .woocommerce .single-product .product .woocommerce-tabs ul.tabs li::before {
	display:none;
}
.blogpost-content .woocommerce .single-product .product .woocommerce-tabs .panel {
	background:#fdfdfd;
	padding:20px;
	border:1px solid #f8f8f8;
	border-radius:0px;
	box-shadow:none;
}
.blogpost-content .woocommerce .single-product .product .woocommerce-tabs .panel h2 {
	font-size:20px;
}
.blogpost-content .woocommerce .single-product .product .woocommerce-tabs .panel h3 {
	font-size:16px;
	font-weight:500;
	padding-bottom:0px;
	padding-top:10px;
}
.blogpost-content .product-type-simple .post-page ul.meta {
	background:#f4f4f4;
	padding:10px;
}
.blogpost-content .product-type-simple .post-page ul.meta li {
	margin-bottom:0px;
	color:#000;
}
.blogpost-content .product-type-simple .post-page ul.meta li a {
	color:#000;
}
.blogpost-content .product-type-simple .summary .input-text {
	border: 2px solid #ddd;
	padding:2px;
	width:60px;
	text-align: center;
	outline:none;
	height:45px;
}
.blogpost-content .woocommerce .single-product .summary .product_title {
	font-size:24px;
	font-weight:400;
}
.blogpost-content .product-type-simple .summary .cart .single_add_to_cart_button {
	background: #cd7400;
	border: none;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	width:160px;
	padding:15px 20px 15px 37px;
	outline:none;
	margin-left:15px;
	overflow:hidden;
}
.blogpost-content .product-type-simple .summary .cart .single_add_to_cart_button:hover {
	background:#512273;
}
.blogpost-content .product-type-simple .summary .cart .single_add_to_cart_button:before {
	content: "\f291";
	font-family:FontAwesome;
	position: absolute;
	height: 100%;
	width: 100%;
	line-height:42px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left:15px;
	top:0;
	text-align:left;
}
.blogpost-content .product-type-simple .summary .cart .single_add_to_cart_button:hover:before {
	top:-100px;
}
.blogpost-content .product-type-simple .summary .cart .single_add_to_cart_button:after {
	content: "\f07a";
	font-family:FontAwesome;
	position: absolute;
	height: 100%;
	width: 100%;
	line-height:42px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left:15px;
	bottom:-100%;
	text-align:left;
	color:#fff;
	display:none;
}
.blogpost-content .product-type-simple .summary .cart .single_add_to_cart_button:hover:after {
	top:0px;
	display:block;
}
.blogpost-content .product-type-simple .summary .price .woocommerce-Price-amount {
	font-size:28px;
	font-weight: 500;
	color: #582371;
	padding:40px 0 0px 0;
	display: inline-block;
}
.blogpost-content .product-type-simple .summary .product_meta {
	display:none;
}
.blogpost-content .woocommerce div.product div.images:first-child img {
	border:1px solid #ddd;
	width:99%;
}
.blogpost-content .woocommerce div.product div.images .flex-control-thumbs img {
	border:none;
	opacity:1;
}
.blogpost-content .woocommerce div.product div.images .flex-control-thumbs {
	padding-top:15px;
}
.blogpost-content .woocommerce #customer_login {
	text-align:center;
}
.blogpost-content .woocommerce #customer_login form {
	min-height: 400px;
	border-radius: 0px;
	border: 1px solid #f4f4f4;
	background:#fbfbfb;
	margin:1em 0;
}
.blogpost-content .woocommerce #customer_login form label {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: 400;
}
.blogpost-content .woocommerce #customer_login form label span {
	text-transform:none;
}
.blogpost-content .woocommerce #customer_login form .form-row input.input-text, .woocommerce #customer_login form .form-row textarea {
	border: none;
	padding: 8px;
	border:1px solid #dadada;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius:0px;
}
.blogpost-content .woocommerce #customer_login form .form-row input.input-text {
	height:40px;
}
.blogpost-content .woocommerce #customer_login .login input[type=text] {
	background:url(images/mail.png) no-repeat 98% #fff;
}
.blogpost-content .woocommerce #customer_login .login input[type=password] {
	background:url(images/password.png) no-repeat 98% #fff;
}
.blogpost-content .woocommerce #customer_login .register input[type=text] {
	background:url(images/username.png) no-repeat 98% #fff;
}
.blogpost-content .woocommerce #customer_login .register input[type=email] {
	background:url(images/mail.png) no-repeat 98% #fff;
}
.blogpost-content .woocommerce #customer_login .register input[type=password] {
	background:url(images/password.png) no-repeat 98% #fff;
}
.blogpost-content .woocommerce #customer_login .register input[type=password] {
	background:url(images/password.png) no-repeat 98% #fff;
}
.woocommerce-Button {
	float: right;
	margin-right: 0;
	background: #cd7400;
	color: #fff;
	border: none;
	padding:9px;
	width:150px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 300;
	border: none;
	outline: none;
	position: relative;
}
.woocommerce-Button:before {
	position: absolute;
	font-size: 24px;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: -5%;
	top: 0px;
	z-index: -1;
	line-height:45px;
	content: "\f105";
	font-family: FontAwesome;
}
.woocommerce-Button:hover:before {
	left: 10%;
	z-index:1;
}
.blogpost-content .woocommerce #customer_login .woocommerce-Button:hover {
	background:#512273;
}
.blogpost-content .woocommerce #customer_login .woocommerce-Button {
	background:#cd7400;
	text-transform:uppercase;
	color:#FFF;
	font-size:16px;
	padding:10px;
	font-weight:400;
	line-height:normal;
}
.blogpost-content .woocommerce #customer_login .woocommerce-LostPassword {
	text-align:center;
	margin-top:25px;
}
.blogpost-content .woocommerce #customer_login .woocommerce-LostPassword a {
	font-weight:600;
	font-size:14px;
	color: #4a4a4a;
	text-decoration: underline;
}
.blogpost-content .woocommerce #customer_login form .form-row input.input-text:focus, .woocommerce #customer_login form .form-row textarea:focus {
	outline: none;
	border-color: #4d1b64;
	-webkit-box-shadow: 0 0 0 1px #4d1b64;
	box-shadow: 0 0 0 1px #4d1b64;
}
.woocommerce form .form-row .required {
	color:#d00303;
}
.blogpost-content .woocommerce .woocommerce-error {
	margin-left:0px;
	margin-bottom:1em;
}
.blogpost-content .woocommerce .woocommerce-error li:before {
	display:none;
}
.blogpost-content .woocommerce .woocommerce-ResetPassword {
	background: #fbfbfb;
	border: 1px solid #f4f4f4;
	padding: 20px;
	text-align: center;
	width:60%;
	margin:0 auto;
}
.blogpost-content .woocommerce .woocommerce-ResetPassword input[type="text"] {
	background:url(images/mail.png) no-repeat 98% #fff;
}
.blogpost-content .woocommerce .woocommerce-ResetPassword .form-row {
	width:100%;
	padding:0px;
}
.blogpost-content .woocommerce .woocommerce-ResetPassword .form-row input.input-text, .woocommerce .woocommerce-ResetPassword .form-row textarea {
	padding: 8px;
	border: 1px solid #dadada;
}
.blogpost-content .woocommerce .woocommerce-ResetPassword .woocommerce-Button {
	background: #cd7400;
	text-transform: uppercase;
	color: #FFF;
	font-size: 15px;
	padding:10px;
	font-weight: 400;
	line-height: normal;
	width:200px;
}
.blogpost-content .woocommerce .woocommerce-ResetPassword .woocommerce-Button:hover {
	background:#512273;
}
.blogpost-content .woocommerce .woocommerce-ResetPassword .form-row label {
	text-align:left;
}
.blogpost-content .woocommerce .woocommerce-ResetPassword p {
	font-size:15px;
	font-weight:400;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-navigation {
	width: 25%;
	background: #fbfbfb;
	padding:15px;
	float:left;
	border-bottom:none;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-navigation ul {
	margin-left:0px;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-navigation ul li {
	padding-left:0px;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-navigation ul li::before {
	display:none;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content {
	width: 73%;
	float: right;
	border: 1px solid #eee;
	padding: 25px;
	border-radius: 4px;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th {
	font-size:16px;
	padding:9px 12px;
	font-weight:400;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
	padding:6px 12px;
	font-size:15px;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .button {
	width:75px;
	margin-right:5px;
	padding:10px;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .button:before {
	font-size:20px;
	line-height:35px;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .button:hover:before {
	left:5%;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button {
	text-align:center;
	font-weight:400;
	border-radius:0px;
	background:#cd7400;
	text-transform:none;
	color:#FFF;
	padding:12px;
	width:180px;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover {
	background:#512273;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:before {
	line-height:38px;
}
.blogpost-content .woocommerce .woocommerce-info::before {
	color: #512272;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background: #cd7400;
	color: #fff;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content form .form-row input.input-text, .woocommerce .woocommerce-MyAccount-content form .form-row textarea {
	padding: 7px;
	border-radius: 5px;
	border: 1px solid #e2e0e0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content form .form-row input.input-text:focus, .woocommerce .woocommerce-MyAccount-content form .form-row textarea:focus {
	outline: none;
	border-color: #4d1b64;
	-webkit-box-shadow: 0 0 0 1px #4d1b64;
	box-shadow: 0 0 0 1px #4d1b64;
}
.blogpost-content .woocommerce .select2-container--default .select2-selection--single {
	height:45px;
	border-color:#e2e0e0;
}
.blogpost-content .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:28px;
}
.blogpost-content .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:45px;
	right:5px;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .button {
	text-align: center;
	font-weight: 400;
	border-radius: 0px;
	background: #cd7400;
	text-transform: none;
	color: #FFF;
	padding: 12px;
	width: 180px;
	position:relative;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .button:before {
	position: absolute;
	font-size: 24px;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: -5%;
	top: 0px;
	z-index: -1;
	line-height:38px;
	content: "\f105";
	font-family: FontAwesome;
}
.blogpost-content .woocommerce .woocommerce-MyAccount-content .button:hover:before {
	left: 10%;
	z-index: 1;
}
.blogpost-content .woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align:top;
}
.blogpost-content .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	padding-left:15px;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table {
	border-radius:0px;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table thead {
	background:none;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table thead tr th:first-child {
	text-align:left;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table thead tr th {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding-left:0px;
	padding-right:0px;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table thead tr th:last-child {
	border-right:none;
	text-align:right;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td {
	font-size:14px;
	font-weight:400;
	text-align:center;
	border-right:none;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td a {
	font-weight:400;
	color:#000;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td:last-child {
	border-right:none;
	text-align:right;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-thumbnail img {
	width:150px;
	height:auto;
}
.blogpost-content .woocommerce .woocommerce-cart-form .quantity .qty {
	width:60px;
	border:2px solid #ddd;
	border-radius:0px;
	height:35px;
	text-align:center;
	outline:none;
}
.blogpost-content .woocommerce a.remove {
	width:auto;
	color:#cecece !important;
}
.blogpost-content .woocommerce a.remove:hover {
	background:none;
	color:#F00 !important;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.cart td.actions .input-text {
	width: 190px;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding:4px;
	font-size: 12px;
	outline:none;
	margin-right:10px;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail {
	text-align:left;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name {
	text-align:left;
	font-size:19px;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .smallptext {
	font-size:14px;
	line-height:35px;
	font-style:italic;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-subtotal .woocommerce-Price-amount {
	font-size: 16px;
	font-weight: 500;
	color: #cd7400;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity a.remove {
	font-size: 12px;
	margin-top: 6px;
}
.blogpost-content .cart-collaterals .cart_totals .shop_table tr td {
	border-right:none;
}
.blogpost-content .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	font-weight:500;
	font-size:13px;
}
.blogpost-content .woocommerce .cart .button, .woocommerce .cart input.button {
	float: right;
	background: #cd7400;
	color: #fff;
	border: none;
	padding:10px;
	width:140px;
	font-size:16px;
	font-weight:400;
	border: none;
	outline: none;
	position: relative;
	border-radius:0px;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity .quantity .plus {
	height: 34px;
	border: 0px;
	border: 2px solid #ddd;
	background: none;
	width: 34px;
	outline:none;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity .quantity .minus {
	height: 34px;
	border: 0px;
	border: 2px solid #ddd;
	background: none;
	width: 34px;
	outline:none;
}
.blogpost-content .woocommerce .quantity .minus {
	height:45px;
	border: 0px;
	border: 2px solid #ddd;
	background: none;
	width:45px;
	outline:none;
}
.blogpost-content .woocommerce .quantity .plus {
	height:45px;
	border: 0px;
	border: 2px solid #ddd;
	background: none;
	width:45px;
	outline:none;
}
.blogpost-content .woocommerce table.shop_table tfoot td {
	font-weight:400;
}
.blogpost-content .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
	background:#512273;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions {
	padding:25px 0;
	border-top:none;
}
.blogpost-content .woocommerce .cart-collaterals .cart_totals table.shop_table {
	border-radius:0px;
	font-size:14px;
}
.blogpost-content .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight:400;
}
.blogpost-content .woocommerce .wc-proceed-to-checkout .button {
	float: right;
	background: #cd7400;
	color: #fff;
	border: none;
	padding:10px;
	font-size:16px;
	font-weight:400;
	border: none;
	outline: none;
	position: relative;
	border-radius:0px;
}
.blogpost-content .woocommerce .wc-proceed-to-checkout .button:hover {
	background: #512273;
}
.blogpost-content .woocommerce .shipping-calculator-button {
	font-weight: 500;
	color: #55216b;
}
.blogpost-content .woocommerce .woocommerce-checkout .form-row input.input-text, .woocommerce form .form-row textarea {
	padding:7px;
	border-radius:0px;
	border:1px solid #e2e0e0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.blogpost-content .woocommerce .woocommerce-checkout .form-row input.input-text {
	height:40px;
}
.blogpost-content .woocommerce .woocommerce-checkout .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
	outline: none;
	border-color: #4d1b64;
	-webkit-box-shadow: 0 0 0 1px #4d1b64;
	box-shadow: 0 0 0 1px #4d1b64;
}
.blogpost-content .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
	padding:6px;
	border:1px solid #ddd;
	border-radius:0px;
	height:40px;
}
.blogpost-content .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:43px;
	right:5px;
}
.blogpost-content .woocommerce .woocommerce-checkout #customer_details {
	margin-bottom: 25px;
	margin-top:20px;
}
.blogpost-content .woocommerce .woocommerce-checkout #customer_details .about_paypal {
	display:none;
}
.blogpost-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields {
	padding:0 15px;
	border-right: 1px solid #eee;
}
.blogpost-content .woocommerce .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	margin-right:0px;
}
.blogpost-content .woocommerce .woocommerce-info {
	margin-bottom:0px;
	border:none;
	margin-bottom:15px;
	padding:10px 0px 10px 50px;
}
.blogpost-content .woocommerce .woocommerce-info:before {
	top:9px;
}
.blogpost-content .woocommerce .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox] {
	margin-top:8px;
}
.blogpost-content .woocommerce table.shop_table {
	border-radius:0px;
	box-shadow:none;
	border:none;
}
.blogpost-content .woocommerce table.shop_table thead tr th {
	font-weight:400;
}
.blogpost-content .woocommerce table.shop_table tfoot th {
	font-weight:400;
}
.blogpost-content .woocommerce .woocommerce-checkout #order_review #payment {
	background:none;
}
.blogpost-content .woocommerce .woocommerce-checkout #order_review #payment ul.payment_methods {
	padding:0px;
}
.woocommerce-info::before {
	color: #542072;
}
.blogpost-content .woocommerce #customer_details .required {
	text-decoration:none;
}
.blogpost-content .woocommerce-checkout .woocommerce-shipping-fields h3 {
	font-weight:400;
}
.blogpost-content .woocommerce .woocommerce-info a.showlogin {
	font-weight:400;
}
.blogpost-content .woocommerce .woocommerce-info a.showcoupon {
	font-weight:400;
}
.blogpost-content .woocommerce form.checkout_coupon {
	display: block;
	padding: 10px;
	width: 50%;
	margin: 1em 0;
	border-color: #eee;
}
.blogpost-content .woocommerce .checkout_coupon .form-row-first {
	width: 69%;
	margin: 0px;
	padding: 0px;
}
.blogpost-content .woocommerce .checkout_coupon .form-row-last {
	width: 30%;
	margin: 0px;
	padding: 0px;
}
.blogpost-content .woocommerce .checkout_coupon .form-row-first .input-text {
	padding:12px;
	border: 1px solid #eee;
}
.blogpost-content .woocommerce .checkout_coupon .form-row-last {
	padding:0px;
}
.blogpost-content .woocommerce .checkout_coupon .form-row-last .button {
	background: #cd7400;
	color: #fff;
	border: none;
	padding: 10px 9px;
	font-size: 16px;
	font-weight: 300;
	border: none;
	outline: none;
	position: relative;
	border-radius: 0px;
	line-height:21px;
	width:100% 
}
.blogpost-content .woocommerce .checkout_coupon .form-row-last .button:hover {
	background:#512273;
}
.blogpost-content .woocommerce .woocommerce-checkout .woocommerce form .form-row label {
	font-size:14px;
	color:#000;
}
.blogpost-content .woocommerce .woocommerce-checkout #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	background: #cd7400;
	color: #fff;
	border: none;
	padding:10px 15px;
	font-size:16px;
	font-weight: 300;
	border: none;
	outline: none;
	position: relative;
	border-radius:0px;
}
.blogpost-content .woocommerce .woocommerce-checkout #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background: #512273;
}
.blogpost-content .woocommerce .woocommerce-checkout #payment div.form-row {
	padding:0px 12px;
	padding-top:25px;
}
.blogpost-content .woocommerce .woocommerce-info .showcoupon {
	font-weight:500;
}
.woocommerce table.shop_table td {
	background:none;
	border-right:none;
}
.blogpost-content .woocommerce .woocommerce-checkout #customer_details .checkbox {
	margin-top:0px;
	margin-bottom:0px;
}
.not-found {
	margin-bottom:0px;
	min-height:inherit;
}
.not-found p {
	font-size:20em;
	line-height:1em;
	text-align: center;
	font-weight:500;
}
.not-found h1 {
	text-align: center;
	font-size:24px;
	font-weight:400;
	letter-spacing:1px;
}
.dosha_test {
	text-align:center;
}
.dosha_test .tableHeader-processed tr th {
	padding:5px;
	padding-left: 0;
	text-align: center;
	padding:15px;
	font-weight:600;
	text-transform: uppercase;
	line-height:20px;
}
.dosha_test .heading {
	font-size:22px;
	font-weight:500;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	color: #cd7400;
}
.dosha_test tbody tr td {
	text-align:center;
}
.dosha_test .dosha_submit {
	background: #cd7400;
	border: none;
	color: #fff;
	padding: 8px 30px;
	position: relative;
}
.dosha_test .dosha_submit:hover {
	background:#512273;
}
ul.social-icons {
	margin-top:12px;
	text-align:right;
}
ul.social-icons li {
	display: inline-block;
	width:32px;
	height:32px;
	background:none;
	padding-left:0px;
	line-height:32px;
	background:#737373;
	text-align:center;
	border-radius:32px;
}
ul.social-icons li a {
	font-size:17px;
	color:#FFF;
	display:block;
}
ul.social-icons li.fb:hover {
	background:#2a3890;
}
ul.social-icons li.tw:hover {
	background:#26aae1;
}
ul.social-icons li.gp:hover {
	background:#dd4b39;
}
ul.social-icons li.ln:hover {
	background:#1d75bc;
}
ul.social-icons li.yt:hover {
	background:#ed1c24;
}
ul.social-icons li.rs:hover {
	background:#ea7819 
}
ul.social-icons li.insta:hover {
	background:#7a45ba;
}
ul.social-icons li .fa {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sharebutton {
	display: inline-block;
	margin: 0 3px 0 0;
	line-height:32px;
}
.postshare .sharebutton {
	background: #3a589e;
	color: #fff;
	padding:3px 12px;
	border-radius: 3px;
	border: 1px solid #3a589e;
	position: relative;
}
.postshare .sharertwitter {
	background:#55acee;
	border-color:#55acee;
}
.postshare .sharerlinkedin {
	background:#0077b5;
	border-color:#0077b5;
}
.postshare .sharergoogleplus {
	background:#dd4b39;
	border-color:#dd4b39;
}
.postshare .sharebutton a .fa {
	transition: .2s;
	transform-origin: 50% 60%;
}
.postshare .sharebutton a:hover .fa {
	-webkit-animation: none;
	-webkit-transform: scale(1.4);
	animation: none;
	transform: scale(1.4) 
}
.postshare .sharebutton a {
	color: #fff;
	padding:0;
	border-radius: 3px;
	position: relative;
}
.postshare {
	padding-bottom:20px;
}
.postshare .sharebutton a .fa {
	padding-right:15px;
}
.contact-wrapper {
	padding-top: 52px;
	margin-bottom: 9px;
	line-height: 1.4;
}
footer {
	background-color: #7b4c87;
}
.footer {
	padding:35px 0 24px 0px;
	font-size:14px;
	font-weight:400;
	color:#fff;
}
.contact-add {
	position:relative;
}
.contact-add span {
	position:absolute;
	top:2px;
	font-size:18px;
}
.contact-add p {
	padding-left:18px;
}
.icon-foot {
	font-size:18px;
	position:absolute;
	top:2px;
}
.icon-foot .fa-fax {
	font-size:14px;
}
.footer-fourth ul li {
	position:relative;
	padding-bottom:5px;
}
.footer-fourth ul li p {
	padding-left:18px;
}
.footer-fourth ul li a {
	padding-left:18px;
	color: #fff;
}
.footer-first p a {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}
.footer-second li a {
	text-transform:uppercase;
}
.footer a {
	color:#fff;
}
.footer ul.social-icons {
	text-align:left;
	margin-top:5px;
}
.footer ul.social-icons li {
	display:inline-block;
	margin-bottom:0px;
	margin-right:5px;
	width:auto;
	background:none;
	height:auto;
	line-height:inherit;
	border-radius:0px;
	text-align:left;
}
.footer ul.social-icons li a .icon-social {
	display: inline-block;
	width:32px;
	height:32px;
	background:none;
	padding-left:0px;
	line-height:32px;
	background:#b5b5b5;
	text-align:center;
	border-radius:32px;
}
.footer ul.social-icons li.fb:hover {
	background:none;
}
.footer ul.social-icons li.tw:hover {
	background:none;
}
.footer ul.social-icons li.gp:hover {
	background:none;
}
.footer ul.social-icons li.ln:hover {
	background:none;
}
.footer ul.social-icons li.yt:hover {
	background:none;
}
.footer ul.social-icons li.rs:hover {
	background:none;
}
.footer ul.social-icons li.fb:hover a .icon-social {
	background:#2a3890;
}
.footer ul.social-icons li.tw:hover a .icon-social {
	background:#26aae1;
}
.footer ul.social-icons li.gp:hover a .icon-social {
	background:#dd4b39;
}
.footer ul.social-icons li.ln:hover a .icon-social {
	background:#1d75bc;
}
.footer ul.social-icons li.yt:hover a .icon-social {
	background:#ed1c24;
}
.footer ul.social-icons li.insta:hover{
	background:none;
}
.footer ul.social-icons li.insta:hover a .icon-social {
	background:#7a45ba;
}
.footer ul.social-icons li.rs:hover a .icon-social {
	background:#ea7819 
}
.footer ul.social-icons li a span {
	text-transform:none;
	font-size:14px;
}
.footer ul.social-icons li a {
	font-size:14px;
}
.footer-copyright-wrapper {
	color:#fff;
	font-size:12px;
	border-top:1px solid #6e4379;
}
.footer-copyright p {
	padding-top: 27px;
	padding-bottom: 27px;
	text-align: left;
}
.footer-menu ul#nav, ul#nav ul {
	margin: 0;
	padding: 27px 0;
	list-style: none;
	position:relative;
}
.footer-menu ul#nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
}
.footer-menu-ul li {
	display: inline-block;
}
.footer-menu-ul li a {
	color:#fff;
	padding-left: 7px;
	display: inline-block;
	transition: color .4s;
}
.devlop-by {
	padding-bottom: 27px;
	padding-top: 27px;
	text-align:right;
}
.devlop-by a {
	color:#FFF;
	text-decoration:underline;
}
.card-pay {
	padding-top:30px;
	text-align:right;
}
.contact-add a {
	color: #ddd;
	font-weight: 700;
	padding-right: 15px;
	position:relative;
	line-height:15px;
}
.contact-add a small {
	padding-left:18px;
}
.pad-90 {
	padding:70px 0px;
}
.lightgrybg {
	background:#f5f5f5;
}
.testimonial-inner {
	background:#f7f7f7;
	padding:15px;
	font-size:16px;
	margin-bottom:25px;
	border-bottom:2px solid #e6e6e6;
	border-top:2px solid #f1f1f1;
	float:left;
	width:100%;
	line-height:30px;
}
.testimonial-inner .author {
	font-size:17px;
	font-weight:500;
	color:#491770;
	margin-bottom: 0;
}
.testimonial-page .blogpost-content .tabs-left li a {
	border:none;
	border:1px solid #f1f1f1;
	border-radius:4px;
	padding:15px 30px;
	margin-bottom:20px;
	text-align:center;
}
.testimonial-page .blogpost-content .tabs-left li {
	width:100%;
}
.testimonial-page .blogpost-content .tabs-left li a:hover {
	border-radius:4px;
	color:#FFF;
	background:#cd7400;
	border:1px solid #cd7400;
}
.testimonial-page .blogpost-content .static {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	margin-left: 15px;
}
.testimonial-page .blogpost-content .tabs-left li.active a {
	border:1px solid #cd7400;
	background:#cd7400;
	color:#FFF;
	position:relative;
}
.testimonial-page .blogpost-content .tabs-left li.active a:after {
	position:absolute;
	right:15px;
	content:"\f061";
	color:#fff;
	font-size:20px;
	text-align:right;
	font-family:FontAwesome;
	top:12px;
}
.testimonial-page .blogpost-content .tabs-left li a:hover:after {
	position:absolute;
	right:15px;
	content:"\f061";
	color:#fff;
	font-size:20px;
	text-align:right;
	font-family:FontAwesome;
	top:12px;
}
.testimonial-page .blogpost-content .tabs-left {
	border-bottom:none;
}
.faq-page .blogpost-content .nav-tabs li:before {
	display:none;
}
.faq-page .blogpost-content .nav-tabs {
	border-color:#cd7400;
}
.faq-page .blogpost-content .nav-tabs li {
	margin-bottom:-1px;
	padding-left:1px;
}
.faq-page .blogpost-content .nav-tabs li a {
	border-radius:0px;
}
.faq-page .blogpost-content .nav-tabs li a:hover {
	border-color:#cd7400;
	background:#cd7400;
	color:#fff;
}
.faq-page .blogpost-content .nav-tabs li.active a {
	border-color: #cd7400;
	background:#cd7400;
	color:#FFF;
}
.faq-page .blogpost-content .textlink {
	padding:8px;
	display:inline-block;
}
.faq-page .blogpost-content .tab-content .links {
	width:100%;
	text-align:center;
}
.faq-page .blogpost-content .tabs {
	border:none;
	display: block;
	border-bottom: 1px solid #cd7400;
	float: left;
	width: 100%;
	padding-left:15px;
}
.faq-page .blogpost-content .tabs li {
	float:left;
	padding:10px 15px;
	cursor:pointer;
	border-bottom:1px solid #fff;
	margin-bottom: 0px;
}
.faq-page .blogpost-content .tabs li a {
	border-radius:0;
}
.faq-page .blogpost-content .tabs li.tab_last {
	border:none;
	border-bottom:1px solid #fff;
}
.faq-page .blogpost-content .tabs li.active {
	border-color: #cd7400;
	background: #cd7400;
	color: #FFF;
}
.faq-page .blogpost-content .tabs li:before {
	display: none;
}
.faq-page .blogpost-content .tabs li:hover {
	border-color: #cd7400;
	background: #cd7400;
	color: #FFF;
}
.faq-page .blogpost-content .tab_container {
	border:none;
	float: left;
	width: 100%;
}
.faq-page .blogpost-content .tab_content {
	padding:8px;
	display: none;
}
.faq-page .blogpost-content .tab_drawer_heading {
	display: none;
}
.p-l-0 {
	padding-left:0px;
}
#blog-home {
	width:100%;
	float:left;
}
.box-blog {
	background: #fff;
	border-radius: 6px;
	border: none;
	padding: 0;
	margin: 0;
	-webkit-transition: -webkit-box-shadow .25s ease 0s;
	transition: -webkit-box-shadow .25s ease 0s;
	transition: box-shadow .25s ease 0s;
	transition: box-shadow .25s ease 0s, -webkit-box-shadow .25s ease 0s;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	min-height:630px;
}
.blogimg {
	position: relative;
	overflow: hidden;
}
.h-blog-content-box {
	background: #fff;
	margin:-80px 20px 0px 20px;
	position: relative;
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	padding:50px 30px 10px 30px;
	text-align:center;
}
.h-blog-content-box .cat-link{
	text-align:left;
}
.h-blog-content-box .cat-link a{
	font-size: 12px;
	padding-bottom: 0;
	display: inline-block;
	color: #cd7400;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 400;
}
.h-blog-content-box .cat-link a:hover {
	color:#512273;
	border-color:#512273;
}
.h-blog-content-box p {
	text-align:inherit !important;
}
.h-blog-content-box h2 {
	font-weight:400;
	font-size:20px;
	line-height:25px;
	padding-bottom:0px;
}
.excerpt {
	padding-bottom:35px;
}
.box-blog:hover .h-blog-content-box {
	margin-top:-30px;
	transition: all 500ms ease-out;
}
.h-blog-content-box h2 a{
	font-size:20px;
	line-height:20px;
}
.blogimg img {
	width: 100%;
	display: block;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	max-width: 100%;
	height:auto;
}
.blogimg:hover img {
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}
.btn-link {
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left:0;
	right: 0;
	margin: auto;
	max-width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out 0s;
	transition: opacity .4s ease-in-out 0s;
	width:100%;
	text-align:center;
}
.blogimg:hover .btn-link {
	opacity: 1;
	text-decoration:none;
}
.h-blog-content-box .published {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding:10px 0px;
}
.blog-allpost {
	background:#f5f5f5;
	padding:20px;
	display:inline-block;
}
.blog-allpost img {
	height:auto;
}
.blog-allpost h2 {
	display:none;
}
#events-sec {
	width:100%;
	float:left;
}
.eventbox a {
	display:block;
	position:relative;
}
.eventbox a .text-hover {
	display:none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.eventbox a:hover .text-hover {
	color:#FFF;
	font-size:25px;
	background:#666;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	display:block;
	text-align:center;
	-webkit-transition-delay: 0.105s;
	-moz-transition-delay: 0.105s;
	transition-delay: 0.105s;
}
.imghvr-shutter-out-vert img {
	height:auto;
}
#events-sec h3 {
	font-size: 25px;
	font-weight: 500;
	color:#512273;
	line-height: 30px;
	padding-bottom: 60px;
}
#events-sec a .mid-text h3{
	color:#fff;
	padding-bottom:0px;
}
.mid-text {
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	position:absolute;
	text-align:center;
	padding:0px 15px;
	width:100%;
	z-index: 1;
}
#events-sec a {
	float: left;
	display: block;
	position: relative;
}
#events-sec a img{
	float:left;
	min-height:200px;
}
#events-sec a:after{
	background:rgba(117, 141, 88, 0.80);
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.mid-text h3 {
	font-size:17px;
}
.pad-btm0 {
	padding-bottom:0px;
}
@-moz-document url-prefix() {
	.flex-control-paging li a {
		width:18px;
		height:18px;
   }
}
.blogpost-content .post-1094 table thead th {
	padding: 10px 15px;
	font-weight: 500;
	border-right: 1px solid #ddd;
}
.testimonial-page ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.testimonial-page ul.tabs li {
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	padding: 15px 30px;
	margin-bottom: 20px;
	text-align: center;
	position:relative;
	width:100%;
	display:inline-block;
	cursor: pointer;
}
.testimonial-page .tab_last {
	border-right: 1px solid #333;
}
.testimonial-page ul.tabs li:hover {
	background-color:#ccc;
	color:#333;
}
.testimonial-page ul.tabs li.active {
	border:1px solid #cd7400;
	background:#cd7400;
	color:#FFF;
	position:relative;
}
.testimonial-page ul.tabs li:hover {
	border-radius:4px;
	color:#FFF;
	background:#cd7400;
	border:1px solid #cd7400;
}
.testimonial-page ul.tabs li:hover:after {
	position: absolute;
	right: 15px;
	content: "\f061";
	color: #fff;
	font-size: 20px;
	text-align: right;
	font-family: FontAwesome;
	top: 12px;
}
.testimonial-page ul.tabs li.active:after {
	position: absolute;
	right: 15px;
	content: "\f061";
	color: #fff;
	font-size: 20px;
	text-align: right;
	font-family: FontAwesome;
	top: 12px;
}
.testimonial-page .tab_container {
	overflow: auto;
}
.testimonial-page .tab_content {
	display: none;
	padding:0px;
}
.testimonial-page .tab_drawer_heading {
	display: none;
}
.page-product .blogpost-content .woocommerce .single-product .product .woocommerce-tabs .panel h3 {
	font-weight:500;
	padding-bottom:10px;
}
.page-product .blogpost-content .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	display:none;
}
.page-product .blogpost-content .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display:none;
}
.page-product .blogpost-content .woocommerce table.shop_attributes th {
	font-weight:400;
}
.page-product .blogpost-content .woocommerce .products .product a h2 {
	min-height:100px;
}
.page-product h4 {
	font-size:16px;
}
.page-product strong {
	font-weight:500;
}
.page-product .post-page a {
	font-weight:400;
}
.centertick {
	text-align:center 
}
.single-faq {
	margin-top:-60px !important;
	padding-top:80px !important 
}
.cart-menu li .class1 {
	width: 100%;
	position: absolute;
	display:none;
	top: 25px;
}
.cart-menu li .class1 a {
	font-size: 16px;
	color: #cd7400;
	font-weight: 700;
	line-height: 30px;
}
.smallptext {
	display: block;
	font-size: 13px;
	font-weight: 400;
}
.page-product .smallptext {
	font-size:14px;
	line-height:30px;
}
.page-product #commentsbox #comments {
	display:none;
}
.page-product #commentsbox .comment-body {
	padding: 11px 24px;
	border: 1px solid #efefef;
}
.page-product #commentsbox .children li:before {
	display:none;
}
.page-product #commentsbox .children .comment-body {
	background:#fbfbfb;
	margin-top:20px;
	margin-bottom:20px;
}
.page-product #commentsbox #comment-form textarea {
	width:100%;
	border:1px solid #bbbbbb;
	padding: 8px;
	outline: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom:7px;
}
.page-product #commentsbox #comment-form textarea:focus {
	border-color:#4d1b64;
}
.page-product #commentsbox #comment-form input[type="text"]:focus, .page-product #commentsbox #comment-form input[type="email"]:focus {
	border-color:#4d1b64;
}
.page-product #commentsbox #comment-form input[type="text"], .page-product #commentsbox #comment-form input[type="email"] {
	width: 100%;
	border:1px solid #bbbbbb;
	outline: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 14px;
}
.page-product #commentsbox #comment-form input[type="submit"] {
	background: #cd7400;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	outline:none;
	border-radius: 0px;
	margin: 10px 0px;
}
.page-product #commentsbox #comment-form input[type="submit"]:hover {
	background:#512273;
	color:#FFF;
}
.page-product #commentsbox .commentmetadata {
	font-size:12px;
}
.page-product #commentsbox .comment-author {
	font-size:15px;
	font-weight:500;
}
.page-product #commentsbox .reply {
	padding-top: 5px;
	display:none;
}
.page-product #commentsbox .commentlist {
	margin-left:0px;
}
.page-product #commentsbox .comment-form-comment {
	padding-bottom:2px;
}
.page-product #commentsbox .comment-form-author label {
	display:none;
}
.page-product #commentsbox .comment-form-email label {
	display:none;
}
.bdr-redius {
	padding-right:0 !important;
	border-radius: 100%;
	margin-right: 30px;
	border: solid 4px #e3e3e3;
}
.panel-heading {
	padding:0 20px;
}
.panel-group .panel-heading {
	border-radius:0px;
	background:none;
	padding:0px;
}
.panel-title a {
	width: 100%;
	float: left;
	padding: 10px;
}
.panel-group .panel {
	border-radius:0px;
	border:none;
}
.panel-body {
	padding:15px 25px;
	float:left;
}
.no-transition {
	-webkit-transition: height 0.001s!important;
	-moz-transition: height 0.001s!important;
	-ms-transition: height 0.001s!important;
	-o-transition: height 0.001s!important;
	transition: height 0.001s!important;
}
.checkout-page .blogpost-content {
	padding-top:8px;
}
.checkout-page .logo {
	padding:15px 0 20px;
}
.blogpost-content .woocommerce #customer_details .form-row input[type="checkbox"]#createaccount {
	margin:8px 6px 0 0;
}
.blogpost-content .woocommerce .woocommerce-account-fields .create-account label.woocommerce-form__label {
	padding-left:0px;
}
.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table .product-name:before {
	display:none !important;
}
/*25-aug-2018*/
#relatedposts{
	padding-top:60px;
}
#relatedposts img{
	height:auto;
}
.relatedpost{
	border:1px solid #ddd;
	padding:0px;
}
#relatedposts .relatedcontent{
	padding:0 15px 15px;
	min-height:320px;
}
.relatedpost .relatedcontent h5{
	border-bottom: 1px solid #eee;
}
.relatedpost .relatedcontent p{
	padding-bottom:0px;
}
.top-publised{
	padding-bottom:25px;
	display:inline-block;
	width:100%;
}
.top-publised .cat-link{
	display:inline-block;
}
.top-publised .cat-link a{
	font-size: 12px;
	padding-bottom: 0;
	display: inline-block;
	color: #cd7400;
	text-transform: uppercase;
	margin-bottom:0px;
	font-weight: 400;
}
.top-publised .cat-link a:hover{
	color: #512273;
	border-color:#512273;
}
.white-box{
	background-color:#fff;
	min-height:inherit;
}
.relatedpost .relatedcontent .btn-sec1{
	display:block;
	width:100%;
}
.blog-page .blogpost-content .content-box .cat-link{
	text-align:left;
}
.blog-page .blogpost-content .content-box .cat-link a{
	font-size:12px;
	padding-bottom: 0;
	display: inline-block;
	color: #cd7400;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight:400;
}
.blog-page .blogpost-content .content-box .cat-link a:hover{
	color:#512273;
	border-color:#512273;
}
.block{
	display:block;
}
.list-post .cat-link a {
	font-size: 12px;
	padding-bottom: 0;
	display: inline-block;
	color: #cd7400;
	text-transform: capitalize;
	margin-bottom: 0px;
	font-weight: 400;
	line-height: normal;
}
.steps-treatment .wp-block-column h3{
	padding:0px 0px 10px 0;
}
.eczema-green {
	padding:20px;
}
.eczema-green h4 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	padding:0px 0 5px 0px;
	float: left;
	width: 100%;
	line-height: 50px;
}
.eczema-green h4 img {
	float: left;
	width: 50px;
	margin-right: 10px;
}
.eczema-green p {
	color:#fff;
}
.post-page .eczema-green strong {
	color:#fff;
}
.eczema-purple {
	background:#512273;
	padding:10px 20px;
}
.eczema-purple h4 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	padding:0px 0 5px 0px;
	float: left;
	width: 100%;
	line-height: 50px;
}
.eczema-purple h4.ling-30 {
	line-height:35px;
}
.eczema-purple h4 img {
	float: left;
	width: 50px;
	margin-right: 10px;
}
.post-page .eczema-purple strong {
	color:#fff;
}
.eczema-orange {
	background:#cd7400;
}
.eczema-purple ul li {
	color:#fff;
}
.eczema-purple a {
	color:#fff;
}
.eczema-purple a:hover {
	color:#fff;
}
.eczema-purple blockquote {
	margin:0 0px 20px;
	background:#fff;
}
.eczema-purple blockquote p {
	color:#000;
}
.post-page #gform_wrapper_11 li.gfield:before {
	display:none;
}
.post-page #gform_wrapper_11 li.gfield {
	padding-left:0px;
	float:left;
	width:100%;
}
.post-page #gform_wrapper_11 li.gfield label.gfield_label {
	height: 1px;
	position: absolute;
	opacity: 0;
	left:0;
}
.post-page #gform_wrapper_11 li.gfield input[type="text"], .post-page #gform_wrapper_11 li.gfield input[type="email"] {
	width: 100%;
	padding: 12px;
}
.post-page #gform_wrapper_11 li.gfield textarea {
	width:100%;
	padding:12px;
	min-height:94px;
	max-height:94px;
	float:left;
}
.post-page #gform_wrapper_11 .gform_footer{
	text-align: center;
	margin-top: 15px;
}
.post-page #gform_wrapper_11 .gform_footer .gform_button {
	padding:12px 50px;
}
.testimonial-submit {
	float:right;
	margin-bottom:20px;
}
.post-page #gform_wrapper_11{
	background: #76c3c1;
	padding: 15px;
}
.post-page .woocommerce.columns-2 ul.products.columns-2 li.product a.button {
	font-size:10px;
}
@media only screen and (max-width:1199px) {
	.phn-icon {
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin-right: 2px;
		font-size: 15px;
   }
	.call-text a {
		font-size: 21px;
   }
}
@media only screen and (min-width:768px) and (max-width:1200px) {
	.woocommerce-loop-product_title {
		height: 140px;
   }
	.blogpost-content .post-page .woocommerce ul.products.columns-2 li.product {
		width:48%;
   }
	.nav li ul {
		position: absolute;
		display: block;
		left: 0;
		top: 35px;
		z-index: 999;
   }
	.nav li:hover .sub-menu::before {
		top: -11px;
   }
	.nav ul > li:hover ul li {
		height: 28px;
   }
	.nav li ul a {
		padding: 6px 8px;
		line-height: 20px;
   }
	.pad-90 {
		padding:60px 0px 60px;
   }
	#events-sec h2 {
		padding-bottom:30px;
   }
	.blogpost-content .woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size:14px;
		padding:15px;
		min-height:95px;
   }
	.btn-orang {
		margin-top:20px;
		font-size:16px;
		padding:0 25px;
		line-height:45px;
   }
	#aboutus .form-sec .gform_wrapper span.gform_description h4 {
		font-size:20px;
   }
	#aboutus .form-sec .gform_wrapper span.gform_description p {
		font-size:18px;
   }
	#aboutus .form-sec .gform_wrapper #field_1_4 .gfield_label {
		height:70px;
   }
	#aboutus .form-sec .gform_wrapper .gform_footer .btn-submit {
		width:170px;
		font-size:22px;
   }
	.read-morebtn {
		margin-top:0px;
   }
	.footer {
		font-size:13px;
		padding-top:50px;
   }
	.footer-menu-ul li a {
		padding-right:5px;
   }
	.footer-fourth ul li a {
		font-size:13px;
   }
	.copy-right-btm {
		padding-top:0px;
   }
	.devlop-by {
		font-size:11px;
   }
	#products-sec .woocommerce ul.products li.product .price {
		width:40%;
   }
	#products-sec .woocommerce .products .product .button {
		width:60%;
   }
	.blogpost-content .post-page .woocommerce ul.products li.product {
		width:23%;
		min-height:auto;
		margin:1%;
		float:left;
		clear:none;
   }
	.blogpost-content .post-page .eczema-purple .woocommerce ul.products li.product {
		width: 100%;
   }
	.blogpost-content .post-page .woocommerce ul.products li.product:nth-child(2n) {
		float:left;
   }
	.woocommerce .products .product .button {
		font-size:12px;
		width:60%;
   }
	.woocommerce .products .product .price {
		width:40%;
   }
	.blog-page .blogpost-content .content-box {
		padding:20px;
		min-height:auto;
   }
	.blog-page .blogpost-content .img-box .postimg {
		min-height:auto;
   }
	.blog-page .blogpost-content .post-page {
		background:#fff;
		min-height:auto;
   }
	.blog-page .blogpost-content .content-box p {
		font-size:14px;
   }
	.text-tit {
		width:65%;
   }
	.title-inner h1 {
		padding:80px 0px;
   }
	.title-inner h1 p {
		padding-top:0px;
   }
	.post-page table td {
		padding:8px;
   }
	.h-blog-content-box {
		padding:12px;
   }
	.h-blog-content-box {
		margin-top:-105px;
   }
	h-blog-content-box h3 {
		font-size:16px;
		line-height:20px;
   }
	.blogpost-content .woocommerce #customer_login form {
		min-height:370px;
   }
	.list-post {
		display:inline-block;
		margin-bottom:10px;
   }
	.blog-allpost {
		margin-bottom:25px;
   }
	.mid-text h3 {
		font-size:14px;
		line-height:16px;
   }
	.faq-page .blogpost-content .post-page .tab-content{
		max-width: 680px;
   }
	.popup-covid #aboutus {
		padding-bottom:0px;
   }
	.covid-txt{
		padding-bottom:20px;
   }
	.covid-txt h5{
		font-size:18px;
		line-height:24px;
		padding-top:0px;
   }
	.covid-txt ul li{
		margin-top:15px;
		font-size:16px;
   }
	.covid-txt ul{
		padding-left:0px;
   }
}
.voucher-fields .input-text {
	width:100%!important;
	text-align:left!important;
}
#post-13730 div.product div.images ,#post-13730 .related.products, #post-13730 .product_meta {
	display:none!important;
}
#post-13730 .woocommerce,#post-13730 div.product div.summary {
	width: 100%!important;
}
#post-13730 .wc-bookings-booking-form {
	border: none;
	padding: 0;
	margin: 0 0 2em;
}
#post-13730 .post-page {
	max-width: 60%;
	margin: 0px auto;
}
#post-13730 .woocommerce-tabs.wc-tabs-wrapper {
	display:none;
}
#post-13730 .wc-bookings-date-picker {
	padding: 0!important;
	position:relative;
}
#post-13730 .wc-bookings-booking-form label {
	display: block;
	font-size:18px;
	font-weight:400;
	padding-bottom:10px;
	line-height:15px;
}
#post-13730 .wc-bookings-booking-form select {
	width:100% !important;
	height:40px;
	padding:5px 10px;
}
#post-13730 .wc-bookings-booking-form select:focus{
	outline:none;
}
#post-13730 .wc-bookings-date-picker .ui-datepicker td .ui-state-default {
	color:#000!important;
}
#post-13730 .wc-bookings-date-picker .ui-datepicker .ui-datepicker-title{
	font-weight:700;
}
#post-13730 .block-picker li:nth-child(2n+1) a {
	background: #67d696 !important;
	color:#fff!important;
}
#post-13730 .wc-bookings-booking-form .block-picker li:nth-child(2n) a {
	background:#239e57!important;
	color:#fff;
}
#post-13730 .wc-bookings-booking-form-button.single_add_to_cart_button.button.alt.disabled {
	width:100%;
	background: #cd7400;
}
#post-13730 .wc-bookings-booking-form .wc-bookings-booking-cost {
	background: transparent!important;
	padding: 10px 0;
	border-top: none!important;
	margin: 0!important;
}
#post-13730 .wc-bookings-booking-form .block-picker li a.selected {
	background: #1c9b1c !important;
	color: #fff !important;
	border-color:#1c9b1c;
}
#post-13730 .woocommerce div.product form.cart .button {
	width: 100%;
	height: 50px;
}
.wc-bookings-date-picker-timezone-block {
	position: relative;
}
#post-13730 .wc-bookings-date-picker-timezone-block:after {
	content: 'Select Date:';
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 15px;
	display: block;
	left: 0;
	position: absolute;
	bottom: -20px;
}
#dp1618555366162 {
	margin-top: 10px;
}
#post-13730 .form-field.form-field-wide ul.block-picker {
	position:relative;
}
#post-13730 .form-field.form-field-wide ul.block-picker::before {
	content: 'Select Time:';
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
	line-height:26px;
	width: 100%;
	left: 0;
	display: block;
}
#post-13730 .wc-bookings-booking-cost::before {
	content: 'Total Cost:';
	font-size:22px;
	line-height:26px;
	font-weight:600;
	margin-bottom:10px;
	width: 100%;
	left: 0;
	display: block;
}
#post-13730 .ui-datepicker-calendar {
	border:1px solid #76c3c1 !important;
	border-radius: 0;
}
#post-13730 .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-other-month {
	background: #76c3c1!important;
	color: #fff;
}
#post-13730 .wc-bookings-date-picker .ui-datepicker td.bookable a {
	background-color: #76c3c1 !important;
	border-radius: 0;
	color: #fff !important;
}
#post-13730 .wc-bookings-date-picker .ui-datepicker-header {
	background-image:none!important;
	background-color:#561f72 !important;
	border-top:none !important;
	border-radius:0px !important;
}
#post-13730 .ui-datepicker .ui-datepicker-next{
	right:0px !important;
	height: 100%;
	background: #cd7400;
}
#post-13730 .ui-datepicker .ui-datepicker-prev{
	left:0px !important;
	height: 100%;
	background: #cd7400;
}
#post-13730 .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
	background: #3c4a2a !important;
	color: #fff!important;
}
#post-13730 table.ui-datepicker-calendar thead tr th{
	border:none;
	background:#76c3c1;
	color: #fff;
}
#post-13730 .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next, #post-13730 .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
	top: 0!important;
}
#post-13730 table.ui-datepicker-calendar thead tr th span{
	font-weight:700;
}
#post-13730 table.ui-datepicker-calendar thead tr th:last-child{
	border-right:none;
}
#post-13730 .entry-summary .price{
	display:none;
}
#post-13730 table.ui-datepicker-calendar tbody tr:first-child td{
	border-top:none;
}
#post-13730 .product_title{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	display: none;
}
#post-13730 .wc-bookings-booking-form .block-picker li a{
	border:1px solid #555;
	background-color:transparent !important;
	width:98% !important;
}
#post-13730 .wc-bookings-booking-form .block-picker li{
	min-width:25% !important;
	margin-bottom: 3px!important;
}
.wc-bookings-date-picker .ui-datepicker td {
	border-top: 1px solid #76c3c1!important;
	border-right: 1px solid #76c3c1!important;
}
.thumbnails.\31 3718 {
	display: none;
}
#post-13730 .wapf-field-radio .wapf-field-label.wapf--above {
	display: block;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 15px;
}
.wapf-field-label label {
	display: block;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 15px;
}
#post-13730 .wapf-checkable {
	display: inline-block;
}
.wapf-field-input input[type="text"] {
	height: 45px;
	padding: 5px 10px;
}
.wapf-field-input input[type="radio"] {
	float: left;
	margin-top: 7px!important;
}
#post-13730 .wapf-checkable label {
	margin-right:20px;
}
#post-13730 .wapf-label-text {
	padding-left: 5px;
	vertical-align: middle;
}
#post-13730 .wapf-wrapper {
	margin-bottom: 20px;
}
#myRadioGroup {
	float: left;
	width: 100%;
}
.select-box {
	float: left;
	width: 49%;
	text-align: center;
	background: #76c3c1;
	margin-right: 1%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
	cursor:pointer;
}
.select-box label {
	position:relative;
	padding: 10px;
	width:100%;
	cursor:pointer;
}
.select-box input {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
}
.select-box.select {
	background: #cd7400;
}
.msg-head {
	color: #561f72;
	font-weight: 600!important;
	font-size: 24px!important;
	line-height: 34px!important;
	text-align: center;
	margin-bottom:10px;
}
.msg-head span {
	font-size: 30px;
	color: #76c3c1;
}
.wc-bookings-date-picker-timezone-block {
	display: block;
	margin-bottom: 20px!important;
	font-size: 16px;
	font-weight: 500;
}
.wc-bookings-date-picker-timezone {
	color: #d14836;
	text-decoration: underline;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	.blogpost-content .post-page .woocommerce ul.products li.product{
		width:48%;
		min-height:400px;
   }
	#relatedposts .col-lg-4:last-child{
		display:none;
   }
	#relatedposts img{
		max-height:200px;
		min-height:200px;
   }
	.faq-page .blogpost-content .nav-tabs li a{
		font-size:14px;
		padding:8px;
   }
	.faq-page .blogpost-content .post-page .tab-content{
		max-width: 680px;
   }
	#post-13730 .post-page {
		max-width: 80%;
		margin: 0px auto;
   }
}
@media only screen and (min-width:767px) and (max-width:991px) {
	#post-13730 .post-page {
		max-width: 80%;
		margin: 0px auto;
   }
	.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-thumbnail img {
		width: 88px;
		height: auto;
   }
	#events-sec .imghvr-shutter-out-vert .mid-text {
		opacity: 1;
		background: rgba(255, 255, 255, 0.85);
		padding: 5px;
		margin: 0 15px;
   }
	#events-sec .imghvr-shutter-out-vert .mid-text h3 {
		color: #000;
		padding-bottom:0px;
		font-size:14px;
		line-height:20px;
   }
	.smallptext{
		font-size:12px;
   }
	#events-sec .imghvr-shutter-out-vert:before {
		background: rgba(117, 141, 88, 0.80);
   }
	#events-sec .imghvr-shutter-out-vert:hover .mid-text {
		background: none;
   }
	#events-sec .imghvr-shutter-out-vert:hover .mid-text h3 {
		color:#fff;
   }
	.slicknav_menu .slicknav_icon {
		width:42px;
		height:42px;
		padding:10px;
   }
	.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity {
		width:25%;
   }
	#events-sec a .mid-text h3{
		font-size:18px;
		line-height:22px;
   }
}
@media(max-width:781px){
	.post-page #gform_wrapper_11 li.gfield textarea {
		min-height: auto;
		max-height: 160px;
   }
}
@media only screen and (max-width:768px) {
	.logoj.lazyloaded {
		width: 100% !important;
		height: auto !important;
   }
	#post-13730 .post-page {
		max-width: 100%;
		margin: 0px auto;
   }
	.woocommerce-cart-form .actions .coupon input {
		width:100% !important;
		margin-bottom:8px;
   }
	.blogpost-content .woocommerce-cart-form__cart-item .product-thumbnail {
		display:block !important;
		width: 100%;
   }
	.blogpost-content .woocommerce-cart-form__cart-item .product-thumbnail:before {
		content:"Product: " !important 
   }
	.blogpost-content .woocommerce-cart-form__cart-item .product-name:before {
		content:"Product Name: " !important 
   }
	.blogpost-content .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background:none !important 
   }
	.customized-checkout-design #payment #place_order {
		width:95% !important;
		margin-right: 10px;
   }
	.customized-checkout-design .col-2, .customized-checkout-design .col-1 {
		width: 100% !important;
   }
	.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity {
		width:100%;
   }
	.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity a.remove {
		text-align:right;
   }
	.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name {
		text-align:center !important;
   }
	.box-blog{
		min-height:auto;
		margin-bottom:20px;
   }
}
@media only screen and (min-width:481px) and (max-width:768px) {
	#aboutus .form-sec{
		margin-top:20px;
		width:70%;
   }
	.form-box-green{
		text-align:center;
   }
	.utube-video{
		width:70%;
		margin:0 auto;
		text-align:center;
   }
	#aboutus .col-sm-6{
		width:100%;
   }
	#services .col-sm-6{
		width:100%;
   }
	.popup-covid #aboutus .form-sec{
		width:100%;
		margin-top:0px;
   }
	.covid-txt h5{
		padding:0px;
		font-size:20px;
   }
	.popup-covid .covid-txt{
		padding-bottom:20px;
   }
}
@media only screen and (min-width:481px) and (max-width:767px) {
	#post-13730 .ui-datepicker-calendar {
		display:inline-table!important;
   }
	.customized-checkout-design .col-2 {
		min-height: 673px;
   }
	.blogpost-content .woocommerce .woocommerce-ResetPassword {
		width:90% 
   }
	.blogpost-content .product-type-simple .summary .price .woocommerce-Price-amount {
		padding: 15px 0 0px 0;
   }
	#customer_details .woocommerce-billing-fields {
		padding-right:0;
		border-right: none;
   }
	.pad-90 {
		padding:50px 0;
   }
	.call-text {
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
   }
	.headerlogo .right-text {
		text-align:center;
		padding:10px 0px;
   }
	.headerlogo .call-text {
		display:none;
   }
	.headerlogo .cart-menu {
		display:block;
		margin-top:20px;
   }
	.headerlogo .cart-menu .cart-btn a {
		line-height:30px;
   }
	.headerlogo-bg .cart-menu li a {
		line-height:30px;
   }
	.cart-menu li {
		padding-right:5px;
   }
	.cart-menu li:nth-child(3) {
		display:none;
   }
	.cart-menu li a {
		font-size:12px;
		font-weight:600;
		padding:0px;
		position:relative;
   }
	.cart-menu .cart-btn {
		padding-right:0px;
   }
	.cart-menu .cart-btn a {
		font-size:12px;
		padding:0 5px;
		line-height:41px;
   }
	.cart-menu .cart-btn .cart-icon {
		font-size:14px;
		padding-right:6px;
   }
	.flex-caption {
		top: 36%;
   }
	.btn-orang {
		margin-top:10px;
		padding:0 15px;
		font-size:15px;
		line-height:35px;
   }
	#aboutus .form-sec {
		margin-top:25px;
   }
	#aboutus .form-sec .gform_wrapper span.gform_description h4 {
		font-size:24px;
   }
	#aboutus .form-sec .gform_wrapper span.gform_description p {
		font-size:18px;
   }
	#testimonial h2 {
		padding-bottom:70px;
   }
	.footer-menu {
		float:none;
		text-align:center;
   }
	.footer-menu ul#nav, ul#nav ul {
		padding:10px 0 
   }
	.footer-menu-ul li a {
		padding:0px 10px 0px 0px;
   }
	.card-pay {
		text-align:center;
		padding-top:0px;
   }
	.text-tit {
		width:90%;
   }
	.title-inner h1 {
		font-size:40px;
		padding:40px 0px;
   }
	.title-inner .smallfont {
		font-size:28px;
		line-height:35px;
   }
	.title-inner h1 p {
		font-size:28px;
		line-height:28px;
		padding-top:0px;
   }
	.title-inner {
		min-height:260px;
   }
	.post-page table {
		display:block;
		overflow-x:auto;
   }
	.post-1094 .post-page table{
		display:inline-table;
   }
	.woocommerce-cart-form table {
		display:table 
   }
	#order_review table {
		display:table 
   }
	.cart_totals table {
		display:table 
   }
	#tab-additional_information table {
		display:table 
   }
	.breadcrum-wrapper #crumbs {
		padding-top:30px;
   }
	.js .intro {
		top:128px;
		position:absolute;
		width:100%;
		float:left;
		background:#eee;
		padding:5px 0 0;
		display:none;
   }
	.js .intro.sticky {
		top:125px;
   }
	ul.social-icons {
		margin-top:0px;
		text-align:center;
   }
	ul.social-icons li {
		width:28px;
		height:28px;
		line-height:28px;
   }
	ul.social-icons li a {
		font-size:16px;
   }
	.blogpost-content .woocommerce h2 {
		padding-top:15px;
		padding-bottom:0px;
   }
	.blogpost-content .woocommerce #customer_login form {
		min-height:auto;
   }
	.blogpost-content .woocommerce .woocommerce-MyAccount-navigation {
		width:100%;
   }
	.blogpost-content .woocommerce .woocommerce-MyAccount-content {
		width:100%;
		float:left;
		margin-top:25px;
   }
	.blogpost-content .woocommerce .woocommerce-MyAccount-content fieldset legend {
		padding-top:15px;
   }
	#products-sec .woocommerce .products .product {
		margin-bottom:25px;
   }
	.p-l-0 {
		padding-left:15px;
   }
	.blog-allpost {
		margin:25px 15px 0 15px;
   }
	.blog-allpost {
		display:none;
   }
	.headerlogo .social-icons {
		display:none;
   }
	.woocommerce ul.products[class*=columns-] li.product {
		clear:none;
   }
	#events-sec .imghvr-shutter-out-vert .mid-text {
		opacity: 1;
		background: rgba(255, 255, 255, 0.85);
		padding: 5px;
		margin: 0 20px;
   }
	#events-sec .imghvr-shutter-out-vert .mid-text h3 {
		color: #000;
   }
	#events-sec .imghvr-shutter-out-vert:before {
		background: rgba(117, 141, 88, 0.80);
   }
	#events-sec .imghvr-shutter-out-vert:hover .mid-text {
		background: none;
   }
	#events-sec .imghvr-shutter-out-vert:hover .mid-text h3 {
		color:#fff;
   }
	.headerlogo .cart-menu .icon {
		font-size:16px;
		line-height:32px;
   }
	.voucher-fields .input-text {
		text-align:left!important;
   }
	.testimonial-page .tabs {
		display: none;
   }
	.testimonial-page .d_active {
		background-color: #ffa229;
		color: #fff;
   }
	.testimonial-page .tab_container {
		padding:15px;
		margin-bottom:0px;
   }
	.testimonial-page .tab_content {
		padding:0px;
   }
	.testimonial-inner p {
		font-size:14px;
   }
	.testimonial-inner .author {
		font-size:18px;
   }
	#blog-home .box-blog {
		margin-bottom:20px;
   }
}
@media only screen and (max-width:480px) {
	.woocommerce .products .product .price {
		font-size: 10px !important;
		width: 45%;
   }
	.woocommerce .products .product .button {
		width: 55%;
		font-size: 10px;
   }
	#post-13730 .ui-datepicker-calendar {
		display:inline-table!important;
   }
	.wc-bookings-date-picker .ui-datepicker .ui-datepicker-title {
		padding: 8px!important;
   }
	.customized-checkout-design .col-2 {
		min-height: 878px;
   }
	.blogpost-content .product-type-simple .summary .cart .single_add_to_cart_button {
		margin-left: 0;
   }
	.page-product .blogpost-content .quantity {
		margin-bottom:10px !important 
   }
	.gform_wrapper div.validation_error {
		padding:0 10px;
   }
	.blogpost-content .woocommerce .woocommerce-ResetPassword {
		width:90% 
   }
	#post-6 .woocommerce-form-login .form-row-first {
		width:100% 
   }
	#post-6 .woocommerce-form-login .form-row-last {
		width:100% 
   }
	.blogpost-content .woocommerce .single-product .summary .product_title {
		font-size: 20px;
   }
	.blogpost-content .product-type-simple .summary .price .woocommerce-Price-amount {
		font-size: 20px;
   }
	#customer_details .woocommerce-billing-fields {
		padding-right:0;
		border-right: none;
   }
	.blogpost-content .woocommerce .checkout_coupon .form-row-first {
		width:100% 
   }
	.blogpost-content .woocommerce .checkout_coupon .form-row-last {
		width:100%;
		margin-top:10px;
   }
	ul.order_details li {
		width: 100%;
   }
	.call-text {
		text-align:center;
		padding-top:0px;
		padding-bottom:8px;
		display:none;
   }
	.headerlogo .right-text {
		text-align:center;
		padding:10px 0px;
   }
	.cart-menu li .class1 a {
		font-size:14px;
   }
	.cart-menu li {
		padding-right:0px;
   }
	.cart-menu li:nth-child(3) {
		display:none;
   }
	.cart-menu li a {
		font-size:12px;
		font-weight:600;
		padding:0px;
		position:relative;
   }
	.cart-menu li:nth-child(2) a:after {
		content: "";
		width: 1px;
		height: 8px;
		background: #76c3c1;
		position: absolute;
		left: -3px;
		top: 5px;
		padding: 0;
		margin: 0px;
   }
	.cart-menu li a .icon {
		display:none;
   }
	.cart-menu .cart-btn {
		padding-right:0px;
   }
	.cart-menu .cart-btn a {
		font-size:10px;
		padding:0 5px;
   }
	.cart-menu .cart-btn .cart-icon {
		font-size:14px;
		padding-right:6px;
   }
	ul.social-icons {
		text-align:center;
		margin-top:0px;
		margin-bottom:5px;
   }
	.call-text a {
		font-size:20px;
   }
	.call-text .phn-icon {
		width:25px;
		height:25px;
		line-height:25px;
		font-size:15px;
   }
	.headerlogo .social-icons {
		display:none;
   }
	.flex-caption {
		top:42% 
   }
	.btn-orang {
		margin-top:10px;
		padding:0 10px;
		font-size:14px;
		line-height:35px;
   }
	
	#aboutus .form-sec {
		margin-top:20px;
		padding: 15px;
   }
	#aboutus .form-sec .gform_wrapper span.gform_description h4 {
		font-size:18px;
		letter-spacing:inherit;
   }
	#aboutus .form-sec .gform_wrapper .gform_footer .btn-submit {
		width:100%;
		padding:5px;
		font-size:18px;
   }
	#products-sec h2 {
		padding-bottom:25px;
   }
	#services iframe {
		height:auto;
   }
	#testimonial h2 {
		padding-bottom:60px;
   }
	.contact-header {
		text-align:center;
   }
	.contact-container {
		text-align:center;
   }
	.post-page {
		min-height:auto;
		margin-bottom:0px;
   }
	.text-tit {
		width:90%;
   }
	.title-inner h1 {
		font-size:20px;
		padding:10px 0px;
		line-height:35px;
   }
	.title-inner .smallfont {
		font-size:24px;
		line-height:30px;
   }
	.title-inner h1 p {
		font-size:26px;
		line-height:26px;
   }
	.post-page .alignright {
		padding-left:2px;
		display:block;
   }
	.post-page .alignleft {
		padding-right: 0;
		display: block;
		float: none;
		margin: 0 auto;
		margin-bottom: 15px;
   }
	.post-page h6 {
		margin-top:0px;
   }
	.title-inner {
		min-height:200px;
   }
	.breadcrum-wrapper #crumbs {
		padding-top:25px;
   }
	.blogpost-content .post-page .woocommerce .woocommerce-ordering {
		width:100%;
   }
	.blogpost-content {
		padding-top:20px;
   }
	.orderby {
		width:100%;
   }
	.post-page table {
		width:98%;
		display:block;
		overflow-x:auto;
   }
	.woocommerce-cart-form table {
		display:table 
   }
	.cart_totals table {
		display:table 
   }
	#order_review table {
		display:table 
   }
	#tab-additional_information table {
		display:table 
   }
	.blogpost-content .woocommerce .products .product a h2 {
		font-size: 22px;
		background: #f3f3f3;
		padding: 15px 0px;
		min-height: 81px;
   }
	.blog-page .blogpost-content .post .post-page {
		margin-bottom:30px;
   }
	.blog-page .blogpost-content .content-box {
		padding:40px;
   }
	.blog-page .blogpost-content .img-box .overly-black {
		height:100%;
   }
	.blog-page .blogpost-content .img-box .rbh-post-thumbnail {
		display:block;
   }
	.blog-page .blogpost-content .img-box .rbh-post-thumbnail img {
		height:100%;
   }
	.footer-menu {
		float:none;
		text-align:center;
   }
	.footer-copyright p {
		text-align:center;
		padding:10px 0px;
		line-height:20px;
   }
	.footer-menu ul#nav, ul#nav ul {
		padding:10px 0 
   }
	.footer-menu-ul li a {
		padding:1px;
   }
	.card-pay {
		text-align:center;
		padding-top:12px;
   }
	.copy-right-btm {
		padding-top:0px;
   }
	.read-morebtn {
		margin-top:0px;
   }
	.pad-90 {
		padding:40px 0;
   }
	.devlop-by {
		padding-top:0px;
		padding-bottom:0px;
   }
	.js .intro {
		top:130px;
		position:absolute;
		width:100%;
		float:left;
		background:#eee;
		padding:5px 0 0;
   }
	.js .intro.sticky {
		top:94px;
   }
	.blogpost-content .woocommerce #customer_login form label {
		font-size:12px;
		padding-bottom:0px;
   }
	.blogpost-content .woocommerce #customer_login form .form-row input.input-text, .woocommerce #customer_login form .form-row textarea {
		padding:4px;
   }
	.blogpost-content .woocommerce #customer_login .woocommerce-Button {
		padding:3px;
		font-size:14px;
		width:90px;
   }
	.woocommerce-Button:before {
		line-height:27px;
		font-size:18px;
   }
	.blogpost-content .woocommerce #customer_login form {
		min-height:auto;
   }
	.blogpost-content .woocommerce h2 {
		padding-top:15px;
   }
	.blogpost-content .woocommerce .woocommerce-cart-form table.cart td.actions .input-text {
		width:100%;
   }
	.blogpost-content .woocommerce table.cart td.actions .coupon .button {
		width:100%;
		float:left;
		margin-top:20px;
   }
	.blogpost-content .woocommerce .woocommerce-MyAccount-navigation {
		width:100%;
   }
	.blogpost-content .woocommerce .woocommerce-MyAccount-content {
		width:100%;
		float:left;
		margin-top:25px;
   }
	.blogpost-content .woocommerce .woocommerce-MyAccount-content fieldset legend {
		padding-top:15px;
   }
	.blogpost-content .woocommerce .woocommerce-MyAccount-content table tbody {
		display:table;
		width: 100%;
   }
	.blogpost-content .woocommerce .woocommerce-MyAccount-content .button {
		width:100%;
   }
	.blogpost-content .product-type-simple .summary .input-text {
		width:45px;
   }
	.blogpost-content .woocommerce .single-product .product .woocommerce-tabs ul.tabs li {
		margin-right:12px;
		margin-top: 6px;
		width: 100%;
		text-align:center;
   }
	.blogpost-content .product-type-simple .summary .price .woocommerce-Price-amount {
		padding:10px 0 10px 0;
   }
	.p-l-0 {
		padding-left:15px;
   }
	.blog-allpost {
		margin-top:25px;
		display:none;
   }
	.box-blog {
		margin-bottom:25px;
		min-height:auto;
   }
	.h-blog-content-box {
		padding:15px;
   }
	.mid-text h3 {
		font-size:14px;
		line-height:20px;
   }
	.gform_wrapper .gform_footer .btn-submit::before {
		font-size:20px;
		line-height:34px;
   }
	.flex-prev {
		background-size:40%;
   }
	.flex-next {
		background-size:40%;
   }
	#events-sec h2 {
		padding-bottom:25px;
   }
	#events-sec .imghvr-shutter-out-vert:before {
		background:rgba(117, 141, 88, 0.80);
   }
	#events-sec .imghvr-shutter-out-vert .mid-text {
		opacity:1;
		background: rgba(255, 255, 255, 0.85);
		padding: 5px;
		margin: 0 20px;
   }
	#events-sec .imghvr-shutter-out-vert .mid-text h3 {
		color:#000;
		font-size:17px;
		padding-bottom:0px;
   }
	#events-sec .imghvr-shutter-out-vert:hover .mid-text {
		background:none;
   }
	#events-sec .imghvr-shutter-out-vert:hover .mid-text h3 {
		color:#FFF;
   }
	.headerlogo .cart-menu {
		display:block;
		margin-top:10px;
   }
	.headerlogo .cart-menu .icon {
		padding-right:4px;
   }
	.headerlogo .cart-menu li a .icon {
		display:block;
   }
	.headerlogo .cart-menu .cart-btn .cart-icon {
		font-size:14px;
		padding-right:4px;
   }
	.headerlogo .cart-menu li:nth-child(2) a::after {
		display:none;
   }
	.headerlogo .cart-menu .woocommerce-Price-amount {
		display:none;
   }
	.headerlogo .cart-menu .woocommerce-Price-amount {
		display:none;
   }
	.headerlogo .cart-menu .mycolons {
		display:none;
   }
	.headerlogo .cart-menu .cart-btn a {
		padding:0 2px;
   }
	.res-none {
		display:none;
   }
	.testimonial-page .tabs {
		display: none;
   }
	.testimonial-page .d_active {
		background-color: #ffa229;
		color: #fff;
   }
	.testimonial-page .tab_container {
		padding:15px;
		margin-bottom:0px;
   }
	.testimonial-page .tab_content {
		padding:0px;
   }
	.testimonial-inner p {
		font-size:13px;
   }
	.testimonial-inner .author {
		font-size:16px;
   }
	.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name {
		font-size:15px;
   }
	.blogpost-content .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity a.remove {
		text-align:right;
   }
	.page-product #commentsbox #comment-form textareas {
		height:80px;
   }
	.faq-page .blogpost-content .tabs {
		display: none;
   }
	.faq-page .blogpost-content .tab_drawer_heading {
		background-color:#cd7400;
		color: #fff;
		border-top:1px solid #da810e;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
   }
	.faq-page .blogpost-content .d_active {
		background-color:#dd8108;
		color: #fff;
   }
	.contact-page .bdr-right1, .bdr-right {
		border-right:none;
   }
	.imghide {
		display:none;
   }
	.imgshow {
		display:block;
   }
	#blog-home .box-blog {
		margin-bottom:20px;
   }
}
.includes_tax .woocommerce-Price-currencySymbol:before {
	content:"including " 
}
.includes_tax {
	font-size:0 
}
.includes_tax::first-letter {
	font-size:14px !important 
}
.includes_tax .woocommerce-Price-amount {
	font-size:14px 
}
.includes_tax:before {
	content:"(";
	font-size: 14px;
}
.includes_tax:after {
	content:" gst)";
	font-size: 14px;
}
.woocommerce-checkout-review-order .thumbnails {
	float:left;
	margin-right:10px;
}
.woocommerce-checkout-review-order .thumbnails img {
	height: auto;
	width: 88px;
}
.headerlogo-bg .pad-right0 {
	padding-left:0px;
}
#aboutus .form-sec .gform_wrapper #field_1_5 .gfield_label {
	display: none;
}
.gchoice_1_5_1 {
	color: #fff;
}
.gform_validation_container {
	display:none !important;
}
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
	border: 5px solid #512273;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
	border: 5px solid #512273;
}
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("/wp-content/themes/yatan-ayur/images/youtube.webp") no-repeat;
	cursor: pointer;
}
.gform_button {
	background: #cd7400;
	border: 1px solid #cd7400;
	color: #fff;
	padding: 10px 50px;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 20px;
}
.gform_button:hover {
	background: #512273;
	border-color: #512273;
}
.need-info {
	background: #512273;
	text-align: center;
	padding: 15px 0;
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
}
.need-info strong {
	color: #fff;
	font-weight:bold;
}
.need-info h3 {
	width: 100%;
	background: #512273;
	float: left;
	padding: 12px;
	color: #fff;
	text-align: left;
	margin-right: 22px;
	text-align: center;
	font-size: 20px;
	padding-top: 12px;
}
a.call-action {
	width: 100%;
	background: #512273;
	float: left;
	padding: 12px;
	color: #fff;
	text-align: left;
	margin-right: 22px;
	text-align: center;
	font-size: 20px;
	padding-top: 12px;
}
a.call-action:hover {
	color: #FFF;
}
.need-info2 {
	background: #512273;
	padding: 10px;
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
}
.need-info2 strong {
	color: #fff;
	font-weight:600;
}
.need-info2 h3 {
	background: #512273;
	padding: 0px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin: 0;
}
a.call-action2 {
	width: 100%;
	background: #512273;
	float: left;
	padding: 12px;
	color: #fff;
	text-align: left;
	margin-right: 22px;
	text-align: center;
	font-size: 20px;
	padding-top: 12px;
}
a.call-action2:hover {
	color: #FFF;
}
.type-post ul li {
	list-style-type: disc;
}
#input_6_5, #input_8_7, #input_9_7 {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	color: #fff;
	border-bottom: 1px solid;
}
#input_6_5 option, #input_8_7 option , #input_9_7 option{
	color: #000;
}
#field_6_6, #field_8_6, #field_9_6 {
	color: #fff;
	font-size: 13px;
	line-height: 15px;
}
#field_1_6 label {
	display: none;
}
.gform_confirmation_message {
	padding:20px;
}
.gift-cards-list .label {
	background: #512273;
	text-align: center;
	padding-left: 10px !important;
}
@media only screen and (max-width:781px) {
	.wp-block-columns.w-two-one .wp-block-column:first-child{
		flex-basis: 100%;
   }
	.wp-block-columns.w-two-one .wp-block-column{
		flex-basis:100%;
   }
	#products-sec h2, #events-sec h3 {
		padding-bottom:20px;
   }
}
@media only screen and (max-width:767px) {
	.blogpost-content blockquote:before {
		width: 30px;
		height: 30px;
		background-size: 28px;
   }
	.blogpost-content blockquote {
		padding: 8px;
   }
	.faq-page .blogpost-content .nav-tabs li{
		width:100%;
   }
	.faq-page .blogpost-content .nav-tabs li a{
		text-align:center;
		background: #f9f9f9;
		margin:5px 0;
		color:#000;
		font-weight:300;
   }
	#events-sec .p-l-0{
		text-align:center;
		padding-bottom:20px;
   }
	.headerlogo .cart-menu a.call-icon span.icon{
		border: 1.5px solid #cd7400;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		display: inline-block;
		text-align: center;
		line-height: 30px;
		margin-right: 8px;
		color: #cd7400;
		font-size: 18px;
		padding-right: 0px;
   }
	.relatedpost{
		margin-bottom:25px;
   }
	.relatedpost .relatedthumb a{
		display:block;
		text-align:center;
   }
	#events-sec a{
		display:inline-block;
		float: none;
   }
	.gform_heading h4 a{
		color:#fff;
   }
	.post-page{
		padding:0 8px;
   }
	.orders-placed h4{
		font-size:20px;
		line-height:28px;
   }
}
@media only screen and (max-width:455px) {
	.dosha_test .tableHeader-processed tr th{
		font-size:10px;
		line-height:16px;
		padding:4px;
   }
	.post-page table td{
		font-size:12px;
		padding:4px;
		font-size:12px;
   }
	.dosha_test .tableHeader-processed tr th.webform-grid-option{
		width:64px;
   }
	.dosha_test .tableHeader-processed tr th.webform-grid-option{
		width:64px;
   }
}
@media only screen and (max-width:991px) {
	#products-sec .woocommerce .products .product {
		margin-bottom: 20px;
	}
	#products-sec .woocommerce .products .product:nth-child(3), #products-sec .woocommerce .products .product:nth-child(4) {
		margin-bottom: 0px;
	}
	.menu-wrapper {
		display:none;
   }
	.js .sf-menu {
		display:none;
   }
	.btn-covid{
		font-size:12px;
		padding-right:8px;
		margin-right:0px;
   }
	.rel-fix{
		text-align:right;
   }
}
@media only screen and (min-width:481px) and (max-width:767px) {
	.btn-covid{
		font-size:12px;
		margin:0px;
		padding-right:8px;
   }
	ul.social-icons li{
		width:22px;
		height:22px;
		line-height:22px;
   }
	ul.social-icons li a{
		font-size:12px;
   }
	.rel-fix{
		text-align:right;
   }
	.mob-no{
		display:none;
   }
}
.check-tab table td {
	background: #76c3c1;
	color: #fff;
}
.check-tab table {
	background: #76c3c1;
}
.check-tab strong {
	color: #fff;
}
.popup-covid .gform_confirmation_wrapper{
	text-align:center !important;
}
.popup-covid .gform_confirmation_wrapper .gform_confirmation_message{
	color:#fff !important;
}
.xmas{
	background: #ff0000;
	margin-bottom:0px;
	padding:10px;
	background-color: #ff1f1f;
	background-image: linear-gradient(315deg, #9d0909 0%, #ff0000 74%);
	color:#fff;
	text-align:center;
}
.xmas h3 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
}
.xmas h4 {
	margin: 0px;
	font-size: 24px;
	font-weight: 700;
	padding:0px 0;
}
.xmas h4 small {
	font-size: 14px;
	color: #fff;
}
.xmas p {
	font-size: 15px;
}
.xmas strong.coupon{
	border: 1px dashed #fff;
	padding: 6px 12px;
	margin:10px 0 0;
	display: inline-block;
}
.grecaptcha-badge {
	visibility: hidden;
}
.blog-form select {
	-webkit-appearance: none !important;
}
.blog-form .form-heading {
	font-size: 20px;
	text-align: left;
	line-height: normal;
	font-weight: 600;
}
.blog-form .blog-avatar img {
	height: 85px;
	width: 85px;
}
.blog-form small {
	margin: 5px 0 0 0;
}
.blog-form .blog-avatar {
	text-align: right;
}
.blog-form form label, .blog-form form legend {
	display: none;
}
.sidebar-blog-form input[type="text"], .sidebar-blog-form input[type="tel"] {
	margin-bottom: 5px;
}
@media(max-width:1199px){
	#services ul li.gchoice {
		padding: 0;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 5px;
		font-size: 13px;
		line-height: 1.3;
		text-align: left;
   }
}
@media(max-width:991px){
	.blog-form{
		display: none;
   }
	.blog-form.sidebar-blog-form {
		display: block;
   }
	.blog-form.sidebar-blog-form + .sidebar {
		display: none;
   }
}
@media(max-width:767px){
	#relatedposts .relatedcontent {
		min-height: auto;
   }
	#aboutus .form-sec .gform_wrapper .gform_footer input.gform_button {
		margin: 0 auto;
		padding: 5px 20px;
		margin-right: 0;
		font-size: 18px;
   }
	#aboutus .form-sec .gform_wrapper .gform_footer {
		float: none;
		margin: 0 auto;
		width: fit-content;
		display: block;
   }
	.post p {
		padding-bottom: 10px;
   }
}
@media(max-width:600px){
	.wp-block-image .alignleft, .wp-block-image .alignright {
		float: none !important;
		max-width: 100%;
		margin: 0 auto !important;
   }
}
@media only screen and (max-width:480px) {
	#products-sec .woocommerce .products .product {
		margin-bottom: 20px;
	}
	.woocommerce .products .product a h3 {
		min-height: auto;
   }
	.headerlogo .headerlogo-bg .translate select.gt_selector.notranslate {
		width: 100%;
   }
	.headerlogo .headerlogo-bg .translate {
		width: 100%;
   }
	.btn-covid{
		padding:5px;
		font-size:12px;
		margin:0px;
		padding-left:20px;
		background-size:15px;
   }
	.rel-fix{
		position:relative;
		z-index:999;
		text-align:right;
   }
	#events-sec a img{
		height:auto;
		min-height: inherit;
   }
	.rel-fix{
		text-align:right;
   }
	.headerlogo .cart-menu a.call-icon span.icon {
		width:22px;
		height:22px;
		line-height:22px;
		font-size:14px;
   }
	.popup-covid #aboutus .form-sec {
		margin-top:0px;
		margin-bottom:0px;
   }
	.post-page h2{
		margin-top:15px;
   }
	.blogpost-content .post-page .woocommerce ul.products li.product{
		margin-bottom:10px;
   }
}
@media screen and (max-width:767px) {
	.testimonial-page .tab_drawer_heading {
		border: 1px solid #f1f1f1;
		margin: 5px 0 0 0;
		padding: 5px 10px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-size: 16px;
		width: 100%;
		float: left;
	}
	.devlop-by {
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}
	.copy-right-btm {
		padding: 10px 0 40px 0;
	}
	.footer-copyright p {
		padding: 0;
		text-align: center;
	}
	.footer {
		padding: 10px 0;
	}
	#blog-home .col-xs-12 .col-xs-12:last-child .box-blog {
		margin-bottom: 0;
	}
	.read-more {
		margin-top: 10px;
		display: block;
		width: max-content;
   }
	.left-content br:nth-of-type(even) {
		display: none;
   }
	#aboutus .utube-video {
		margin-top: 20px;
   }
	.title-inner h2 {
		padding: 30px 10px;
		font-size: 30px;
		line-height: 36px;
   }
}

/* mega menu */

.mega-menu .sub-menu {
    float: none;
	max-height: none !important;
}
.mega-menu > .sub-menu {
	display: none;
    width: 95vw;
    left: -45vw;
    flex-direction: row;
    gap: 5px;
    background-color: #fff;
    padding: 10px;
	max-height: none !important;
	top: 30px;
}
.mega-menu:hover > .sub-menu{
	display: flex;
}
.mega-menu > .sub-menu li {
	float: none;
}
.mega-menu .mega-menu-column li {
    background-color: transparent;
    transition: none;
    width: 100%;
    float: none;
}
.mega-menu .mega-menu-column a:hover {
    border: 0;
}
.nav ul > li.mega-menu:hover ul li,
.nav ul > li.mega-menu ul li{
height: auto !important;
overflow: visible;
}
.mega-menu .mega-menu-column .sub-menu {
    position: relative;
    top: 0;
}
.mega-menu > .sub-menu:before,
.mega-menu .mega-menu-column .sub-menu:before{
	content: none !important;
}
.mega-menu .sub-menu a {
    color: #000;
    background-color:#ffffff;
    padding: 5px;
    line-height: normal;
}
.mega-menu .sub-menu li{
	background-color: transparent;
}
.nav li.mega-menu ul li a:after,
.nav li ul li.mega-menu a:after{
	content: none;
}
.mega-menu .sub-menu .mega-menu-column > a {
    font-weight: 600;
    padding: 0;
    display: block;
    margin-bottom: 8px;
}
.mega-menu .sub-menu .mega-menu-column a {
    padding: 0;
}
.mega-menu .sub-menu .mega-menu-column a:hover{
    color: #421b64;
	background-color: #fff;
}

/* mega menu new */
#mega-menu-wrap-frontpage-menu #mega-menu-frontpage-menu,
#mega-menu-wrap-home-menu #mega-menu-home-menu {
    align-items: center;
    justify-content: space-between;
    display: flex !important;
}

.mega-sub-menu .widget_media_image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 0 !important;
}
.mega-menu-grid .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu{
    margin-top: 8px !important;
}

@media(max-width:767px){
	#mega-menu-wrap-frontpage-menu #mega-menu-frontpage-menu,
	#mega-menu-wrap-home-menu #mega-menu-home-menu {
		display: block !important;
	}
}