﻿@import url(slick.css);
@charset "UTF-8";

body {
	font-family: 'Chivo', sans-serif !important;
	color: #7E7E7E;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
	padding-right: 0 !important;
}
body::-webkit-scrollbar {
	width: 15px;               /* width of the entire scrollbar */
}
  
  body::-webkit-scrollbar-track {
	background: #3b664a;        /* color of the tracking area */
}
  
body::-webkit-scrollbar-thumb {
	background-color: #fff;    /* color of the scroll thumb */
	border-radius: 0px;       /* roundness of the scroll thumb */
	border: 2px solid #fff;  /* creates padding around scroll thumb */
}
body.modal-open {
    overflow: auto;  padding-right: 0 !important;
}
  .display-1 {
	font-size: 96px;
	line-height: 1;
  }
  .display-2 {
	font-size: 72px;
	line-height: 1;
  }
  .heading-sm-1 {
	font-size: 14px;
  }
  p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 5px;
	color: #7E7E7E;
  }
  .text-heading {
	color: #253D4E;
  }
  p:last-child {
	margin-bottom: 0;
  }
  .font-weight-bold {
	font-weight: 700;
  }
  a,
  button {
	text-decoration: none;
	cursor: pointer;
  }
  b {  font-weight: 500;}
  strong,
  .fw-600 { font-weight: 600;}
  .fw-900 {  font-weight: 900;}
  .fw-300 {  font-weight: 300;}
  .section-title h3 {
	font-weight: 700;
	font-size: 32px;
	margin-right: 30px;
  }
  .section-title a.show-all {
	font-size: 16px;
	color: #7E7E7E;
  }
  .section-title a.show-all:hover {  color: #3b664a;}
  .section-title a.show-all i {
	font-size: 12px;
	margin-left: 5px;
  }
  .section-title.style-1 {
	position: relative;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
	font-size: 24px;
  }
  .section-title.style-1::after {
	content: "";
	width: 80px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #BCE3C9;
  }
  .section-title span {  color: #3b664a;}
  h5.widget-title {
	font-size: 18px;
	font-weight: 600;
  }
  .title.style-3 {
	background-image: url(../imgs/theme/wave.html);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 25px;
  }
  .text-body {
	color: #7E7E7E !important;
  }
  .font-xxs {  font-size: 12px;}
  .font-xs { font-size: 13px;}
  .font-sm {  font-size: 14px;}
  .font-md {  font-size: 16px;}
  .font-lg {
	font-size: 15.4px;
	  letter-spacing: .6px;
	  line-height:27px;
  }
  .font-xl {  font-size: 19px;}
  .font-xxl {  font-size: 58px;}
  .text-hot {  color: #f74b81;}
  .text-new { color: #55bb90;}
  .text-sale { color: #67bcee;}
  .text-best {
	color: #f59758;
  }
  .text-style-1 {
	position: relative;
  }
  .text-style-1::after {
	content: "";
	background-color: #ffdabf;
	height: 20%;
	width: 110%;
	display: block;
	position: absolute;
	bottom: 20%;
	left: -5%;
	z-index: -1;
	opacity: 0.8;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	transition: transform .5s,-webkit-transform .5s;
  }
  .text-style-1:hover::after {
	height: 30%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	transition: transform .5s,-webkit-transform .5s;
  }
  .fw-700 { font-weight: 700;}
.container,.container-fluid {
	padding-left: 1rem;	padding-right: 1rem;
}
pt-0{padding-top:0;}
.bapp{background-color: #3b664a !important;border: inherit !important;line-height: 0 !important;font-size: 16px !important;width: 42%;border-radius: 5px !important;}
.bapp:hover{color:#fff !important;}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){max-width:none !important;}
@media (min-width: 576px) {
	.container {max-width: 540px; width: 100%;}
}

@media (min-width: 768px) {
	.container {max-width: 720px; width: 100%;}
}

@media (min-width: 992px) {
	.container {max-width: 940px; width: 100%;}
}

@media (min-width: 1200px) {
	.container {max-width: 1200px; width: 100%;}
}
.flex-0 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.row {	margin-left: -1rem;	margin-right: -1rem;}
.no-gutters {	margin-left: 0;	margin-right: 0;}
.no-gutters > .col,.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.grid {	margin-top: -2rem;}
.grid > .col,.grid > [class*="col-"] {	margin-top: 2rem;}
.grid-xs {
	margin-top: -.5rem;
	margin-left: -.25rem;
	margin-right: -.25rem;
}
.grid-xs > .col,.grid-xs > [class*="col-"] {
	margin-top: .5rem;
	padding-right: .25rem;
	padding-left: .25rem;
}
.grid-sm {
	margin-top: -1rem;
	margin-left: -.5rem;
	margin-right: -.5rem;
}
.grid-sm > .col,.grid-sm > [class*="col-"] {
	margin-top: 1rem;
	padding-right: .5rem;
	padding-left: .5rem;
}
.grid-lg {
	margin-top: -3rem;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.grid-lg > .col,.grid-lg > [class*="col-"] {
	margin-top: 3rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.cols-sm {	margin-top: -.5rem;}
.cols-sm > .col,.cols-sm > [class*="col-"] {	margin-top: .5rem;}
.cols-md {	margin-top: -1rem;}
.cols-md > .col,.cols-md > [class*="col-"] {	margin-top: 1rem;}
.cols-lg {	margin-top: -3rem;}
.cols-lg > .col,.cols-lg > [class*="col-"] {	margin-top: 3rem;}
.cols-xl {	margin-top: -6rem;}
.cols-xl > .col,.cols-xl > [class*="col-"] {	margin-top: 6rem;}
p,ul {	margin-bottom: 0;}
b,strong,.strong {	font-weight: 700;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.display-1,.display-2,.display-3,.display-4 {
	font-weight: 700;	margin-bottom: 0;
	font-family: 'Chivo', sans-serif !important;
}
h1,.h1 {
	font-size: 3rem ;	font-family: 'Chivo', sans-serif !important;
}
h2,.h2 {
	font-size: 37px !important;	line-height: 49px !important;
	font-weight: 600 !important;	font-family: 'Chivo', sans-serif !important;
}
h3,.h3 {
	font-size: 1.75rem;	line-height: 1.25;
	font-family: 'Chivo', sans-serif !important;
}
h4,.h4 {
	font-size: 18px  !important;	line-height: 28px  !important;
	font-family: 'Chivo', sans-serif !important;
}
h5,.h5 {
	font-size: 1.125rem;	line-height: 1.4;
	font-family: 'Chivo', sans-serif !important;
}
h6,.h6 {
	font-size: 1rem;	line-height: 1.4;
	font-family: 'Chivo', sans-serif !important;
}
.display-lg {
	font-size: 8rem;	font-weight: 300;	line-height: 1.2;
}
.display-xl {
	font-size: 10.5rem;	font-weight: 300;	line-height: 1.2;
}
a {
	color: #3b664a;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;	outline: 0 none;
}
a:hover {
	text-decoration: none;	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	color: #3b664a;
}
#desktop_logo a:focus{outline: none !important;}
a.disabled {
	opacity: .5 !important;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important;
}
.content-link {	color: inherit;}
.content-link:hover {	text-decoration: none;	color: #3b664a; opacity: 1;}
.content-link.disabled {	color: inherit;}
.list-inline-flex {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;	display: inline-flex;	margin-left: -.5rem;	margin-right: -.5rem;
	-webkit-box-lines: multiple;	-moz-box-lines: multiple;	-o-box-lines: multiple;	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;	list-style: none;	padding: 0;
}
.list-inline-flex li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;	flex: 0 0 auto;
	margin-left: .5rem;	margin-right: .5rem;
}
.list-titled {	padding: 0; margin: 0; list-style: none;}
.list-titled li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;	display: -ms-flexbox;	display: box;	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;	-ms-flex-wrap: wrap;	flex-wrap: wrap;
}
.list-titled .list-item-title {
	color: #333;	margin-right: .5rem;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;	-o-box-flex: 1;
	box-flex: 1;	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;	flex: 0 0 auto;
	font-weight: 700;	font-family: $title-font;
}
.list-titled .list-item-value {	margin-top: .5rem; width: 100%;}
.list-titled .separator-line {
	padding: 0;	margin-top: .5rem;	margin-bottom: .5rem;
}

@media (min-width:768px) {
	.list-titled .list-item-value {
		margin-top: 0;
		-webkit-box-flex: 1;	-moz-box-flex: 1;
		-o-box-flex: 1;		box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;		flex: 1 1 auto;
	}
}
.quote-block {
	padding: 2rem 1.5rem; border-radius: .75rem;
	background-color: #f5f6f9; color: #333; position: relative;
}

.quote-block:before {
	content: "“"; display: block; margin-top: .25em;
	width: 100%; text-align: center; font-size: 8rem;
	font-weight: 700; line-height: .5; color: #3b664a;
}

@media (min-width:576px) {
	.quote-block {padding-left: 7rem;}

	.quote-block:before {
		content: "“";
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -.0625em;
		width: 7rem;
	}
}
.text-theme {color: #fff !important;}
.text-title {color: #333 !important;}
.text-back-image {color: #3b664a !important;}
.text-inherit-color {color: inherit !important;}
.bg-lighten {background: #f5f6f9;}
.bg-theme {background: #3b664a;}
.bg-theme-black {background: #2d3545;}
.bg-body {background: #fff;}
.bg-body-secondary {background: #f5f6f9;}
.bg-body-main {background: #3b664a;}
.bg-body-main1 { background: #eaece5;}
.bg-body-back {	background: #3b664a54;}
.bg-back-image {	background: #3b664a;}
.bg-theme-dark-linear {
	background-image: -webkit-linear-gradient(top, #2d3545 0%, rgba(45,53,69,0.5) 50%, rgba(45,53,69,0.5) 100%);
	background-image: -moz-linear-gradient(top, #2d3545 0%, rgba(45,53,69,0.5) 50%, rgba(45,53,69,0.5) 100%);
	background-image: -o-linear-gradient(top, #2d3545 0%, rgba(45,53,69,0.5) 50%, rgba(45,53,69,0.5) 100%);
	background-image: -ms-linear-gradient(top, #2d3545 0%, rgba(45,53,69,0.5) 50%, rgba(45,53,69,0.5) 100%);
	background-image: linear-gradient(to bottom, #2d3545 0%, rgba(45,53,69,0.5) 50%, rgba(45,53,69,0.5) 100%);
}
.bg-cannabis-top-pattern {
	background-image: url("../images/parts/products-bg.jpg");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-size: cover;
}
.bg-cannabis-bottom-pattern {
	background-image: url("../images/parts/cannabis-bottom-pattern.png");
	background-position: 0 100%;
	background-repeat: repeat-x;
}
.bg-cannabis-pattern {
	background-image: url("../images/parts/cannabis-pattern.png");
	background-position: 0 0;
	background-repeat: repeat;
}
.opacity-3 {
	opacity: .03 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)" !important;
	filter: alpha(opacity=3) !important;
}
.opacity-10 {
	opacity: .1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
	filter: alpha(opacity=10) !important;
}
.opacity-15 {
	opacity: .15 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)" !important;
	filter: alpha(opacity=15) !important;
}
.opacity-20 {
	opacity: .2 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
	filter: alpha(opacity=20) !important;
}
.opacity-30 {
	opacity: .3 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
	filter: alpha(opacity=30) !important;
}
.opacity-40 {
	opacity: .4 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important;
	filter: alpha(opacity=40) !important;
}
.opacity-50 {
	opacity: .5 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important;
}
.opacity-60 {
	opacity: .6 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
	filter: alpha(opacity=60) !important;
}
.opacity-70 {
	opacity: .7 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
	filter: alpha(opacity=70) !important;
}
.opacity-80 {
	opacity: .8 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
	filter: alpha(opacity=80) !important;
}
.opacity-90 {
	opacity: .9 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important;
	filter: alpha(opacity=90) !important;
}
.font-weight-semibold {	font-weight: 600 !important;}

.font-weight-medium {	font-weight: 500 !important;}
.position-reset {	left: auto;	right: auto;	top: auto;	bottom: auto;}

.position-reset {	left: auto;	right: auto;	top: auto;	bottom: auto;}
.position-top,.position-bottom,.position-v-center,.out-top,.out-bottom {	
     position: absolute;	left: 0;}
.position-left,.position-right,.position-h-center,.out-left,.out-right {position: absolute;
	top: 0;}
.out-left,.position-right {	left: auto;}
.out-top,.position-bottom {	top: auto;}
.position-top {	top: 0;}
.position-bottom {	bottom: 0;}
.position-left {	left: 0;}
.position-right {	right: 0;}
.position-h-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.position-v-center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.position-center {
	position: absolute;
	top: 50%;	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.out-top {	bottom: 100%;}
.out-bottom {	top: 100%;}
.out-left {	right: 100%;}
.out-right {	left: 100%;}
.position-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media (min-width:576px) {
	.position-sm-center {
		position: absolute;	left: 50%;	top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}
@media (min-width:768px) {
	.position-md-center {
		position: absolute;	left: 50%;	top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}
@media (min-width:992px) {
	.position-lg-center {
		position: absolute;	left: 50%;	top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}
@media (min-width:1200px) {
	.position-xl-center {
		position: absolute;	left: 50%;	top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}
.z-index--1 {z-index: -1;}
.z-index-0 {z-index: 0;}
.z-index-1 {z-index: 1;}
.z-index-2 {z-index: 2;}
.z-index-3 {z-index: 3;}
.z-index-4 {z-index: 4;}
.text-limit-2 {
	display: block;
	max-height: 3.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-limit-3 {
	display: block;
	max-height: 5.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.animation-scale-top-right {
	display: block !important;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-animation: scaleAnimation .3s;
	-moz-animation: scaleAnimation .3s;
	-o-animation: scaleAnimation .3s;
	-ms-animation: scaleAnimation .3s;
	animation: scaleAnimation .3s;
}
.animation-unscale-top-right {
	display: block !important;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-animation: unscaleAnimation .3s;
	-moz-animation: unscaleAnimation .3s;
	-o-animation: unscaleAnimation .3s;
	-ms-animation: unscaleAnimation .3s;
	animation: unscaleAnimation .3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
@-moz-keyframes scaleAnimation {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes scaleAnimation {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@-o-keyframes scaleAnimation {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scaleAnimation {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes unscaleAnimation {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
}
@-webkit-keyframes unscaleAnimation {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
}
@-o-keyframes unscaleAnimation {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
}
@keyframes unscaleAnimation {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
}
.logo-element {
	position: relative;	font-weight: 700;
	display: inline-block;	vertical-align: top;	line-height: 1;	height: 1em;
	font-size: 1em;	color: inherit;	text-align: center;	z-index: 1;	overflow: hidden;
}
.logo-icon {	font-size: .65em;	padding-bottom: .05em;	display: block;}
.logo-text {	font-size: .275em;	display: block;}
.logo-element-line {	position: relative;
	font-weight: 700;	display: inline-block;
	vertical-align: top;	line-height: 1;
	height: 1em;	font-size: 1em;
	color: inherit;	text-align: center;	z-index: 1;
}
.logo-element-line .logo-icon,.logo-element-line .logo-text {
	display: inline-block;	vertical-align: bottom;
}
.logo-element-line .logo-icon {
	font-size: 1em;	padding-bottom: 0;
}
.logo-element-line .logo-text {
	font-size: .525em;	line-height: .7;	padding-left: .5em;
}
.separator-line {
	width: 100%;	height: 4px;	border-radius: 4px;	background-color: #3b664a;
}
.separator-dashed {
	width: 100%;	border-top: 1px dashed #c4c4c4;
}
.separator-double {
	display: inline-block;	position: relative;	width: 2.625rem;	margin-bottom: 1rem;	line-height: 4px;
}
.separator-double:before,.separator-double:after {
	content: "";	display: inline-block;	vertical-align: top;
	height: 4px;	border-radius: 4px;	background-color: #3b664a;
}
.separator-double:before {width: 50%;	max-width: 2.625rem;}
.separator-double:after {margin-top: 4px;	width: 100%;}
.separator-double.mirror:before {width: 100%;	max-width: none;}
.separator-double.mirror:after {width: 50%;	max-width: 2.625rem;}
.separator-double.wide {width: 100%;}
.line-navbar .separator-double {vertical-align: top;}
.entity-title .separator-double {
	text-align: right;	vertical-align: text-bottom; margin-right: .5rem;
	margin-bottom: .5rem; width: 1.75rem;
}
.entity-title .separator-double:before {	width: 60%;}
.section-white-text .separator-double:before,.entity-white-text .separator-double:before,.section-white-text .separator-double:after,.entity-white-text .separator-double:after {
	background-color: #fff;}
.svg-container {	line-height: 1;}
.svg-content {	display: inline-block;	line-height: 1;	vertical-align: top;}
.svg-content svg {	vertical-align: top;	max-width: 100%;}
.svg-fill-theme .fill-path {fill: #3b664a !important;}
.svg-fill-title .fill-path {fill: #333 !important;}
.svg-fill-back-image .fill-path {	fill: #3b664a !important;}
.embed-responsive-6by4:before {	padding-top: 66.6666%;}
.top-block,.top-block-full {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	position: relative;
}
.top-block-full {min-height: 100vh;}
.top-block {height: 43.75rem;}
@media (min-width:992px) {
	.top-block {	height: 50rem;}
}

.scroll-top.end {	bottom: 0;}
.section {	margin-top: 80px;	margin-bottom: 80px;}
.section-solid {	padding-top: 80px;	padding-bottom: 80px;}
.section-solid-sm {	padding-top: 4rem;	padding-bottom: 4rem;}
.section-top-head {	margin-top: 4rem;	margin-bottom: 2rem;	position: relative;}
.section-solid,.section-solid-sm {	position: relative;	z-index: 1;}
.section-head:not(.container),.section-footer:not(.container) {
	margin-left: auto;	margin-right: auto;	max-width: 540px;	padding: 0 1rem;
}
.section-head,.section-footer {
	text-align: center;
}
.section-head,.section-subhead {
	margin-bottom: 4rem;
}
.section-head .slick-arrows {
	margin-top: 2.75rem;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;	display: inline-flex;
}
.section-head .slick-arrows .slick-arrow + .slick-arrow {	margin-left: .5rem;}
.section-head .section-icon {	font-size: 2.75rem;}
.fontkamkarna p{
	font-size: 13.7px;
	letter-spacing: .4px;
  }
  #doctor  .section-footer {
	margin-top: 2.5rem;
  }
@media (min-width:768px) {
	.section-head:not(.container),.section-footer:not(.container) {	max-width: 750px;}
}
#about .section-head{	margin-bottom:30px;}
#about .section-footer{	margin-top:30px;}
.section-footer {	margin-top: 4rem;}
.section-footer .btn:last-child:first-child {	min-width: 9rem;}
.section-footer .section-title {	margin-bottom: 2rem;}
.section-footer.big {	margin-top: 6rem;	max-width: 720px;}
.container .section-head,.container .section-footer {	padding: 0;}
.section-title {	color: #333;}
.section-text {
	color: #888;	margin-top: .75rem;	font-size: 15.2px;	font-weight: 500;
	line-height: 30px;	letter-spacing: .7px;
}
#ACHARYA_MANISH_JI p{
	text-align: justify;
}
.section-sidebar + .section-sidebar {	margin-top: 4rem;}
.section-sidebar .section-head {margin-bottom: 1rem;	margin-left: 0;	text-align: left;}
.section-block {margin-top: 6rem;}
.section-block:first-child {margin-bottom: 0;}
.section-block .section-head {
	margin-left: 0;	text-align: left;
	margin-bottom: 3rem;
	padding-left: 0;	padding-right: 0;
}
.section-center {
	max-width: 920px;	margin-left: auto;	margin-right: auto;
}
.section-back-text {
	font-size: 20vw;	max-width: 100vw;
	overflow: hidden;
	position: absolute;	right: 50%;	bottom: 50%;	color: #fff;
	-webkit-transform: translate(50%,50%);
	-moz-transform: translate(50%,50%);
	-o-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	font-weight: 500;	font-family: $title-font;	white-space: nowrap;
}
@media (min-width:1500px) {	.section-back-text {font-size: 300px;} }
.section-mark {
	display: inline-block;	position: relative;
	height: 1.5em;	width: 12px;	margin-right: 1.5rem;
}
.section-mark:before,.section-mark:after {
	content: "";	position: absolute;	bottom: 0;	left: 0;	width: 4px;
	border-radius: 4px;	background-color: #3b664a;
}
.section-mark:before {	height: 100%;}
.section-mark:after {	margin-left: 8px;	height: 60%;}
.section-left .section-head,.section-left .section-footer {	margin-left: 0;	text-align: left;}
.section-white-text,.section-white-text .section-title,.section-white-text .section-text,.section-white-text .navbar-brand,.section-white-text .entity .entity-title,.section-white-text .entity .entity-subtitle,.section-white-text .entity-simple .entity-title,.section-white-text .entity-simple .entity-subtitle,.section-white-text.entity-banner .entity-title,.section-white-text.entity-banner .entity-subtitle {
	color: #fff;
}
@media (min-width:768px) {
	.section-head.left {text-align: left;	padding-right: 10.5rem;	position: relative;}
	.section-head.left .slick-arrows {position: absolute;	top: 0;	right: 1rem;}
}
.with-back {position: relative;	z-index: 1;}
.overflow-back,.back-block,.full-block {
	position: absolute;	left: 0;	top: 0;	width: 100%;
	height: 100%;	pointer-events: none;	cursor: default;
}
.overflow-back,.back-block {	z-index: -1;}
.overflow-back {	overflow: hidden;}
.back-steps-image {	display: none;}
@media (min-width:768px) {
	.back-steps-image {
		display: block;	position: absolute; top: .5rem; right: 50%;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-o-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}
	.back-steps-image.animated {
		-webkit-animation-name: backStepsArrow;
		-moz-animation-name: backStepsArrow;
		-o-animation-name: backStepsArrow;
		-ms-animation-name: backStepsArrow;
		animation-name: backStepsArrow;
		-webkit-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
		-o-animation-timing-function: linear;
		-ms-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}
@-moz-keyframes backStepsArrow {
	0% {
		right: 100%;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	30% {
		right: 70%;
		-webkit-transform: translateX(70%);
		-moz-transform: translateX(70%);
		-o-transform: translateX(70%);
		-ms-transform: translateX(70%);
		transform: translateX(70%);
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	70% {
		right: 30%;
		-webkit-transform: translateX(30%);
		-moz-transform: translateX(30%);
		-o-transform: translateX(30%);
		-ms-transform: translateX(30%);
		transform: translateX(30%);
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		right: 0;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}

@-webkit-keyframes backStepsArrow {
	0% {
		right: 100%;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	30% {
		right: 70%;
		-webkit-transform: translateX(70%);
		-moz-transform: translateX(70%);
		-o-transform: translateX(70%);
		-ms-transform: translateX(70%);
		transform: translateX(70%);
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	70% {
		right: 30%;
		-webkit-transform: translateX(30%);
		-moz-transform: translateX(30%);
		-o-transform: translateX(30%);
		-ms-transform: translateX(30%);
		transform: translateX(30%);
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		right: 0;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}
@-o-keyframes backStepsArrow {
	0% {
		right: 100%;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	30% {
		right: 70%;
		-webkit-transform: translateX(70%);
		-moz-transform: translateX(70%);
		-o-transform: translateX(70%);
		-ms-transform: translateX(70%);
		transform: translateX(70%);
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	70% {
		right: 30%;
		-webkit-transform: translateX(30%);
		-moz-transform: translateX(30%);
		-o-transform: translateX(30%);
		-ms-transform: translateX(30%);
		transform: translateX(30%);
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		right: 0;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}
@keyframes backStepsArrow {
	0% {
		right: 100%;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	30% {
		right: 70%;
		-webkit-transform: translateX(70%);
		-moz-transform: translateX(70%);
		-o-transform: translateX(70%);
		-ms-transform: translateX(70%);
		transform: translateX(70%);
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	70% {
		right: 30%;
		-webkit-transform: translateX(30%);
		-moz-transform: translateX(30%);
		-o-transform: translateX(30%);
		-ms-transform: translateX(30%);
		transform: translateX(30%);
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		right: 0;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}
.fill-color-line {
	height: .5rem;	width: 100%;
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;
	display: box;	display: flex;	overflow: hidden;
}
.fill-line-segment {
	min-height: 1px;	min-width: 1px;
	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;
	box-flex: 1;	-webkit-flex: 0 0 auto;	-ms-flex: 0 0 auto;	flex: 0 0 auto;
}
.user-rating {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;	display: inline-flex;	margin-left: -.25rem;
}
.user-rating .rating-item {	padding-left: .25rem;	color: #3b664a;}
.user-rating .rating-inactive {
	color: #747d88;	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	filter: alpha(opacity=50);
}
.page-breadcrumbs {	font-size: .875rem;	font-weight: 600;}

.paginator {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;
	display: inline-flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.75rem;	margin-right: -.75rem;	color: #747d88;
	font-size: 1.125rem;	font-weight: 700;	text-align: center;
}
.paginator-item,.paginator-nav {
	opacity: 1 !important;	-ms-filter: none !important;
	filter: none !important;	color: inherit;
}
.paginator-item.active,.paginator-nav.active {	color: #3b664a !important;}
.paginator-item {	margin-left: .75rem;	margin-right: .75rem;}
.paginator-nav {	margin-left: 1.75rem;	margin-right: 1.75rem;}
.paginator-nav:first-child {margin-left: .75rem;}
.paginator-nav:last-child {	margin-right: .75rem;}
.record-line {	display: inline-block;}
.record-line .record-icon {	color: #3b664a;	margin-right: .5rem;}
.record-line .record-value {	margin-left: .25rem;}
.record-line .record-value:before {	content: "( ";}
.record-line .record-value:after {	content: " )";}
a.record-line {	color: #747d88;}
a.record-line:hover {
	opacity: 1;	-ms-filter: none;	filter: none;	color: #3b664a;
}
.gmap {
	height: 20rem;	width: 100%;	display: block;	border: 0 none;	position: relative !important;
}
.gmap .gm-style {	z-index: auto !important;}
.gmap .gm-bundled-control,.gmap .gmnoprint,.gmap button {	z-index: 3 !important;}
.section-solid-map {	position: relative;	z-index: 1;}
.section-map-container {margin-top: 4rem;	margin-bottom: 4rem;}
#Services .section-head{margin-bottom:30px;}
#Services .section-footer{margin-top:30px;}
@media (min-width:992px) {
	.section-solid-map {
		padding-top: 25rem;	padding-bottom: 2rem;
	}
	.section-map,.section-map .gmap {
		position: absolute;	left: 0; top: 0; width: 100%; height: 100%;
	}
	.section-map-container {
		position: relative;	z-index: 1;	background: #fff;
		border-radius: .75rem;	padding: 2rem 1rem;
		margin-top: 0; margin-bottom: 0;
		-webkit-box-shadow: 0 0 .5rem rgba(0,0,0,0.1);
		box-shadow: 0 0 .5rem rgba(0,0,0,0.1);
	}
}
.image-map {
	position: relative;	display: inline-block;	max-width: 100%;	margin-bottom: 4rem;
}
.image-map .map-dot {
	position: absolute;	left: 0; top: 0; font-size: 1rem; line-height: 1;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.image-map .image-map-back {
	opacity: .1;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";	filter: alpha(opacity=10);
}
@media (min-width:768px) {
	.image-map .map-dot {	font-size: 1.75rem;}
}
@media (min-width:992px) {
	.image-map .map-dot {	font-size: 2.25rem;}
}

.cart-header,.cart-item-entity {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;	display: flex;
	-webkit-box-lines: multiple; -moz-box-lines: multiple; -o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;	text-align: center;
}
.cart-header,.cart-item-title {	font-weight: 700; color:#333; line-height:1.25;}
.cart-item-title,.cart-title {	font-family: $title-font;}
.cart-header {	font-size: 1.5rem;}
.cart-header .cart-title {margin-bottom: 2rem;}
.cart-item-image {width: 12.5rem; margin: 0 auto 1.5rem;}
.cart-item-quantity .input-group {width:100%; max-width:15rem; margin:0 auto;}
.cart-item-entity {	position:relative; padding-top:2rem; padding-bottom:2rem;}
.cart-item-entity + .cart-item-entity {	border-top:1px dashed#c4c4c4;}
.cart-item-entity .entity-preview {	border-radius:.75rem;	overflow:hidden;}
.cart-item-entity .cart-item-title {font-size: 1.375rem; margin-bottom: 1rem;}
.cart-item-entity .cart-item-price,.cart-item-entity .cart-item-total {
	color: #333;	font-weight: 700;	font-size: 1.125rem;
}
.cart-item-entity .cart-item-quantity {	margin: 1.5rem 0;}
.cart-item-entity .cart-item-remove {font-size: 1.375rem; margin-top: 1.5rem; line-height:1;}
.cart-item-entity .cart-item-remove-text {display: inline-block; font-size: 1.25rem; vertical-align:top;}
.cart-item-entity .cart-item-total-text,.cart-item-entity .cart-item-remove-text {margin-right: .75rem;}
a:focus{text-decoration: none !important;}
.cart-footer {padding-top: 2rem;}
.cart-footer .btn-f{display:block; text-align: left;}
.cart-footer .btn-r{display:block; text-align: end;}
.btn-f button{	width: 200px;}
.btn-r .cart-btn{width: 200px;}
.cart-footer .btn {width: 100%;}
.cart-block {	padding: 2rem 1.5rem;	border-radius: .25rem;	background-color: #3b664a14;}
.cart-form + .cart-form {	margin-top: 2rem;}
.cart-totals {margin-bottom: 2rem; font-size: 1.125rem; min-width: 18rem;}
.cart-totals .list-item-value {
	margin-left: auto;	text-align: right;
	-webkit-box-flex: 1; -moz-box-flex: 1;
	-o-box-flex: 1;	box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;	flex: 1 1 auto;
	width: auto; margin-top:0;	font-weight:700; color: #3b664a;
}
.cart-totals .list-item-title {
	-webkit-box-flex: 1;
	-moz-box-flex: 1; -o-box-flex: 1; box-flex: 1;
	-webkit-flex: 1 1 auto;	-ms-flex: 1 1 auto;	flex: 1 1 auto;
	margin-right: 2rem;	white-space: nowrap;
}
.cart-totals li + li {margin-top: .5rem;}
.cart-totals .separator-line {margin-top: 1rem;margin-bottom: 1rem;}
.cart-total {font-size: 1.375rem; line-height: 1.25;}
@media (min-width:576px) {
	.cart-item-title,.cart-item-image,.cart-item-price,.cart-item-total,.cart-item-quantity,.cart-item-remove {
		-webkit-box-flex: 1; -moz-box-flex: 1; -o-box-flex: 1;
		box-flex: 1; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;
	}
	.cart-item-image {
		width: 10rem; padding-right: 2rem;
		-webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -o-box-ordinal-group: 1;
		-ms-flex-order: 1; -webkit-order: 1; order: 1;
	}
	.cart-item-title {
		-webkit-box-flex: 1; -moz-box-flex: 1;
		-o-box-flex: 1; box-flex: 1;
		-webkit-flex: 1 1 auto; -ms-flex: 1 1 auto;
		flex: 1 1 auto; text-align: left; -webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2; -o-box-ordinal-group: 2;
		-ms-flex-order: 2; -webkit-order: 2;
		order: 2;
	}
	.cart-item-price,.cart-item-total {	width: 8rem;}
	.cart-item-price,.cart-item-quantity,.cart-item-total {
		-webkit-box-ordinal-group: 5;
		-moz-box-ordinal-group: 5;
		-o-box-ordinal-group: 5;
		-ms-flex-order: 5;
		-webkit-order: 5;	order: 5;
	}
	.cart-item-remove {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-o-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		-webkit-box-flex: 1; -moz-box-flex: 1;
		-o-box-flex: 1; box-flex: 1; -webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto; flex: 0 0 auto;
		width: 3.25rem; padding-left: 2rem;
	}

	.cart-item-quantity { width: 12rem; padding: 0 2rem;}
	.cart-item-entity {
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row; flex-direction: row;
	}
	.cart-item-entity:before {
		content: "";
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-o-box-ordinal-group: 4;
		-ms-flex-order: 4; -webkit-order: 4;
		order: 4;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto; flex: 0 0 auto;
		width: 100%; margin-bottom: 2rem;
	}
	.cart-item-entity .cart-item-image,.cart-item-entity .cart-item-title,.cart-item-entity .cart-item-price,.cart-item-entity .cart-item-total,.cart-item-entity .cart-item-quantity,.cart-item-entity .cart-item-remove {
		margin: auto 0;
	}
	.cart-item-entity .cart-item-title {font-size: 1.125rem;}
	.cart-item-entity .cart-item-total-text,.cart-item-entity .cart-item-remove-text {display: none;}
}

@media (max-width:991px) {
	.cart-header .cart-item-image,.cart-header .cart-item-title,.cart-header .cart-item-price,.cart-header .cart-item-quantity,.cart-header .cart-item-total,.cart-header .cart-item-remove {display: none;}
}
@media (min-width:992px) {
	.cart-header,.cart-item-entity {
		-webkit-box-lines: single;
		-moz-box-lines: single;
		-o-box-lines: single;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.cart-header {
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cart-header .cart-title {display: none;}
	.cart-item-entity:before {display: none;}
	.cart-item-remove {
		-webkit-box-ordinal-group: 6;
		-moz-box-ordinal-group: 6;
		-o-box-ordinal-group: 6;
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}
}
.cart-sidebar {
	position: fixed; right: 0; top: 0;
	width: 340px; z-index: 100; height: 100%;
}
.cart-sidebar .items {margin: $ins-lg 0;}
.cart-sidebar .cart-inner {
	background-color: #fff; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	overflow-y: auto; padding: 1rem 1.5rem;
	-webkit-box-shadow: 0 5px 5px #666; box-shadow: 0 5px 5px #666;
}
.cart-sidebar .close-link {
	color: #333; font-size: 1.5rem; text-align: center; right: 1.5rem;
	top: 1rem; font-size: 18px; position: absolute; z-index: 3;
}
.cart-sidebar .close-link:hover,.cart-sidebar .close-link:focus {color: #3b664a;}
.cart-sidebar .entity + .entity {margin-top: 1.5rem;}
.cart-sidebar .entity-price {font-size: 1rem; color: #747d88;}
.cart-sidebar .entity-total {font-size: 1rem;}
.cart-sidebar .entity-quantity {color: #333;}
.order-header,.order-item,.order-subtotal,.order-total {
	display: -webkit-box; display: -moz-box;
	display: -webkit-flex; display: -ms-flexbox;
	display: box; display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%; text-align: left; line-height: 1.25;
}
.order-header {font-weight: 700; color: #333; line-height: 1.25; font-size: 1.5rem;}
.order-item {
	position: relative;	padding-top: 2rem;	padding-bottom: 2rem;
	line-height:1.25; font-size: 1.125rem;	border-bottom:1px dashed #c4c4c4;
}
.order-line-title {
	-webkit-box-flex: 1; -moz-box-flex: 1; -o-box-flex: 1;
	box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto;
	flex: 1 1 auto; font-family: $title-font;
}
.order-line-total {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;	width: 10rem;
}
.order-subtotal {font-weight: 700;	font-size:1.125rem;	padding:2rem 0;}
.order-subtotal + .order-subtotal {	padding-top: 0;}
.order-total {font-weight: 700; font-size: 1.5rem; padding-top: 2rem;}
.order-subtotal .order-line-title,.order-total .order-line-title {color: #333;}
.order-subtotal .order-line-total,.order-total .order-line-total {	color: #3b664a;}
.shuffle-js .shuffle {	overflow: visible !important;}
.line-navbar {	display: inline-block;}
.line-navbar .nav {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical; -o-box-orient: vertical; -webkit-flex-direction: column;
	-ms-flex-direction: column;	flex-direction: column;
}
.line-navbar .nav-link {font-size: 1rem; font-weight: 700; color: #333;}
.line-navbar .nav-link:hover {	color: #3b664a;}
.line-navbar .nav-link.active {
	color: #3b664a; opacity: 1 !important;
	-ms-filter: none !important; filter: none !important;
}

@media (min-width:576px) {
	.line-navbar .nav {
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.line-navbar .nav-link {font-size: 1.125rem;}
}
.form-title {font-weight: 700; color: #333; line-height: 1.25; margin-bottom: 1rem;}
label {font-size: 1rem; font-weight: 600;margin-bottom: 1rem;}
label.required:after {content: "*"; margin-left: .25rem;}
.btn {
	font-size: .875rem;	height: 2.875rem;	line-height: 1.875rem;	padding: .5rem 1.5rem;
	font-weight: 500;	border-radius: .5rem;	text-shadow: none;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	border: 0 none !important;	opacity: 1 !important;
	-ms-filter: none !important;	filter: none !important;
}
.btn-icon {	padding-left: .25rem;	padding-right: .25rem;	width: 2.875rem;}
.btn-theme {
	background-color: #3b664a;	color: #fff;	letter-spacing: 1px;
	line-height: 20px !important;
	font-size: 13.2px !important;	padding: 10px 25px !important;	border-radius: 6px !important;
	box-shadow: 0 .5rem 1.5rem rgba(78,174,74,0.2);
	height: 40px;
}
.btn-theme:hover {background-color: #000;	color:#fff; box-shadow: 0 .5rem 1.5rem rgba(78,174,74,0.5);}
.btn-theme:not(:disabled):not(.disabled):focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff;
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff;
}
.btn-theme:not(:disabled):not(.disabled):hover {
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 1.5rem rgba(78,174,74,0.8);
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.1),0 0 0 .25rem #fff,0 0 1.5rem rgba(78,174,74,0.3);
}
.btn-theme:not(:disabled):not(.disabled):active {
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 .75rem rgba(78,174,74,0.8);
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 .75rem rgba(78,174,74,0.8);
}
.btn-theme-white {
	background-color: #fff;	color: #3b664a;	-webkit-box-shadow: 0 .5rem 1.5rem rgba(78,174,74,0.5);
	box-shadow: 0 .5rem 1.5rem rgba(78,174,74,0.5);
}
.btn-theme-white:not(:disabled):not(.disabled):focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff;
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff;
}
.btn-theme-white:not(:disabled):not(.disabled):hover {
	background-color: #3b664a;	color: #fff !important;
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 1.5rem rgba(78,174,74,0.8);
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 1.5rem rgba(78,174,74,0.8);
}
.btn-theme-white:not(:disabled):not(.disabled):active {
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 .75rem rgba(78,174,74,0.8);
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 .75rem rgba(78,174,74,0.8);
}
.btn-theme-bordered {
	background-color: transparent;	color: #3b664a;
	-webkit-box-shadow: 0 .5rem 1.5rem rgba(78,174,74,0.5);
	box-shadow: 0 .5rem 1.5rem rgba(78,174,74,0.5);	position: relative;
}
.btn-theme-bordered:before {
	content: "";	position: absolute;	left: 0;	top: 0;	width: 100%;
	height: 100%;	border: 2px solid #3b664a;	border-radius: 1.4375rem;
}
.btn-theme-bordered:not(:disabled):not(.disabled):focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff;
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff;
}
.btn-theme-bordered:not(:disabled):not(.disabled):hover {
	background-color: #3b664a;	color: #fff !important;
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 1.5rem rgba(78,174,74,0.8);
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 1.5rem rgba(78,174,74,0.8);
}
.btn-theme-bordered:not(:disabled):not(.disabled):active {
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 .75rem rgba(78,174,74,0.8);
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 .75rem rgba(78,174,74,0.8);
}
.btn-theme-white-bordered {
	background-color: transparent;	color: #fff;	position: relative;
	-webkit-box-shadow: 0 0 0 0 #fff;	box-shadow: 0 0 0 0 #fff;
}
.btn-theme-white-bordered:before {
	content: "";	position: absolute;	left: 0;	top: 0;	width: 100%;
	height: 100%;	border: 2px solid #fff;	border-radius: 1.4375rem;
}
.btn-theme-white-bordered:not(:disabled):not(.disabled):focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,0.7);
	box-shadow: 0 0 0 .25rem rgba(255,255,255,0.7);
}
.btn-theme-white-bordered:not(:disabled):not(.disabled):hover {
	background-color: #fff;	color: #3b664a !important;
	-webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,0.7),0 0 1.5rem rgba(78,174,74,0.8);
	box-shadow: 0 0 0 .25rem rgba(255,255,255,0.7),0 0 1.5rem rgba(78,174,74,0.8);
}
.btn-theme-white-bordered:not(:disabled):not(.disabled):active {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,0.7);
	box-shadow: 0 0 0 .25rem rgba(255,255,255,0.7);
}
.btn-wide {	min-width: 9rem;}
.btn-wider {min-width: 12rem;}
.btn-sm,.btn-group-sm > .btn {height: 2.2rem; line-height: 1.2rem !important;}
.form-groups .form-group + .form-group {	margin-top: 1rem;}
.input-group {	z-index: 1;}
.form-control,.input-group-text {
	font-size: 1rem;	padding: .6875rem 1.25rem;	line-height: 1.5rem;	height: calc(2.875rem - 2px);	color: #747d88;
}
.form-control {
	border-color: #6c757d;	border-radius: 1.4375rem;
	-webkit-box-shadow: 0 .5rem 1.5rem rgba(78,174,74,0.5);
	box-shadow: 0 .5rem 1.5rem rgba(78,174,74,0.5);	background-color: #fff;
}
.form-control::-webkit-input-placeholder {color: inherit; font-size: inherit;}
.form-control::-moz-placeholder {color: inherit; font-size: inherit;}
.form-control:-moz-placeholder {color: inherit;	font-size: inherit;}
.form-control:-ms-input-placeholder {color: inherit; font-size: inherit;}
.form-control option {color: #747d88;}
.form-control:not(:disabled):not(.disabled):focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff;
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff;
}
.form-control:not(:disabled):not(.disabled):hover {
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 1.5rem rgba(78,174,74,0.8);
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.1),0 0 0 .25rem #fff,0 0 1.5rem rgba(78,174,74,0.15);
}
.form-control:not(:disabled):not(.disabled):active {
	-webkit-box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 .75rem rgba(78,174,74,0.8);
	box-shadow: 0 0 0 .25rem rgba(124,202,49,0.3),0 0 0 .25rem #fff,0 0 .75rem rgba(78,174,74,0.8);
}
select.form-control {cursor: pointer;}
textarea.form-control {
	height: calc(7.375rem - 2px);	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;	-o-transition: all 0.2s linear 0s;	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.form-group {margin: 0;}
.input-group-file {
	position: relative;	display: -webkit-box;	display: -moz-box;
	display: -webkit-flex;	display: -ms-flexbox;	display: box;	display: flex;
	-webkit-box-orient: vertical;	-moz-box-orient: vertical;	-o-box-orient: vertical;
	-webkit-flex-direction: column;	-ms-flex-direction: column;	flex-direction: column; width: 100%;
}
.input-group-file .form-control-file {
	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	z-index: -1;
}
.input-group-file .input-group {
	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;	box-flex: 1;
	-webkit-flex: 1 1 auto;	-ms-flex: 1 1 auto;	flex: 1 1 auto;
}
.input-group-file .form-control-file-btn {
	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;	box-flex: 1;	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;	flex: 0 0 auto;	margin-top: 1rem;	margin-right: auto;
}
@media (min-width:576px) {
	.input-group-file {
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.input-group-file .form-control-file-btn {margin-top: 0; margin-left: 1rem;}
}
.form-check {padding-left: 2.25rem; line-height: 1.5;}
.form-check .form-check-input,.form-check .form-check-icon {	position: absolute; left: 0; top: 0;	width: 1.5rem;	height: 1.5rem;	margin: 0;}
.form-check .form-check-icon {border:1px solid #ced4da; border-radius:.25rem;	background-color:#fff;	cursor: pointer;}
.form-check .form-check-icon:after {
	content: ""; position: absolute; left: 50%; top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 1rem; height: 1rem;	border-radius: .125rem;
	background-color: #3b664a;	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.form-check:hover .form-check-icon:after {	opacity: .5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50);}
.form-check .form-check-label {font-size: 1rem; cursor: pointer; padding-top: .125rem;}
.form-check .form-check-input {	opacity: 0;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0);}
.form-check .form-check-input[type="radio"] ~ .form-check-icon,.form-check .form-check-input[type="radio"] ~ .form-check-icon:after {border-radius: 50%;}
.form-check .form-check-input:checked ~ .form-check-icon:after {opacity: 1;	-ms-filter:none; filter:none;}
.input-spin {width: 10rem;}
.input-spin .form-control {padding-left:3rem; padding-right:3rem; text-align:center; border-radius:.3rem !important;}
.input-spin .form-control:[disabled] ~ .input-actions .input-decrement,.input-spin .form-control:[disabled] ~ .input-actions .input-increment {color: #6c757d !important;}
.input-decrement,.input-increment {
	z-index: 3;	position: absolute;	width: 2rem;	height: 2rem;	line-height: 2rem;	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.125rem; text-align:center;	color: #747d88; cursor: pointer;
}
.input-decrement.disabled,.input-increment.disabled {
	opacity: .3 !important;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;	filter: alpha(opacity=30) !important;
}
.input-decrement:hover,.input-increment:hover {	color: #3b664a;}
.input-decrement {left: .5rem;}
.input-increment {right: .5rem;}
.form-group-preview {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box; display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row; flex-direction: row; width: 100%;
}
.form-group-preview .file-preview {
	width: 100px; height: 100px; border-radius: .75rem;
	-webkit-box-shadow: .5rem .5rem 1rem rgba(0,0,0,0.3);
	box-shadow: .5rem .5rem 1rem rgba(0,0,0,0.3);
	overflow: hidden; cursor: pointer; position: relative; z-index: 1;
}
.form-group-preview .file-preview.has-file .file-preview-image {opacity:1; -ms-filter:none; filter:none;}
.form-group-preview .file-preview-image,.form-group-preview .file-preview-bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.form-group-preview .file-preview-bg {background-color: #f5f6f9; z-index: 2;}
.form-group-preview .file-no-preview {
	position: absolute; left: 50%; top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #747d88; font-size: 2.25rem; z-index: 3;
}
.form-group-preview .file-preview-image {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0);
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s; z-index: 4;
}
.form-group-preview .file-preview-image img {
	position: absolute; left: 50%; top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%); width: 100%;
}
.form-group-preview .form-group {
	-webkit-box-flex: 1; -moz-box-flex: 1;
	-o-box-flex: 1; box-flex: 1;
	-webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto;
}
.input-view-flat .input-group-text,.input-view-flat .form-control {border: 0 none; height: 2.875rem;}
.input-view-flat textarea.form-control {height: 7.375rem;}
.input-view-flat .form-check-icon {border: 0 none;}
.input-gray-shadow .form-control {border: 1px solid #e7e7e7c4;}
.input-gray-shadow .form-check-icon {
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.15),0 .5rem 1.5rem rgba(204,204,204,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.15),0 .5rem 1.5rem rgba(204,204,204,0.5);
}
header {position: relative;}
.after-head {
	position: relative;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box; display: flex;
}
.navbar-extra {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box; display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.navbar-toggler:hover,.navbar-toggler:focus {	outline: 0 none;}
.navbar-toggler .nav-show {	display: block;}
.navbar-toggler .nav-hide {	display: none;}
.navbar-toggler.active .nav-show {	display: none;}
.navbar-toggler.active .nav-hide {	display: block;}
.actions-nav {
	padding: 0;	margin: 0;	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.navbar .nav-link {position: relative;	padding: .5rem 0;	display: inline-block;}
.navbar .cart-quantity {position: absolute;	left: 100%;	top: 0;	margin-left: .375em;}
.navbar .badge-cart {background-color: #28a745;	color: #fff;}
.navbar-brand {	opacity:1 !important;	-ms-filter:none !important; filter:none !important; color: #3b664a;}
.navbar-brand-circle {padding: .25rem; color: #333 !important;}
.navbar-brand-circle:before {
	content: ""; position: absolute; left: .25rem; right: .25rem; top: .25rem; bottom: .25rem; background-color: #fff;
	-webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,0.5);
	box-shadow: 0 0 0 .25rem rgba(255,255,255,0.5); border-radius: 50%;
}
@media (min-width:992px) {
	.navbar-brand-circle {padding: .5rem;}
	.navbar-brand-circle:before {
		left: .5rem; right: .5rem;	top: .5rem;	bottom: .5rem;
		-webkit-box-shadow: 0 0 0 .5rem rgba(255,255,255,0.5);	box-shadow: 0 0 0 .5rem rgba(255,255,255,0.5);
	}
}
.header-white-color,.header-white-color .navbar-extra {color: #fff !important;}
.header-colorfull .navbar-brand,.header-colorfull .actions-nav,.header-colorfull .navbar-info-value {color:#fff !important;}
.header-colorfull .navbar-info-title {color: #333 !important;}
.header-colorfull .navbar-brand .logo-element-line svg .fill-path {fill: #fff !important;}
.header-colorfull .navbar-brand .logo-element-line .logo-text {color: #fff !important;}
.header-colorfull .navbar-nav > .nav-item:hover > .nav-link {	color: #fff !important;}
.header-colorfull .actions-nav > .nav-item:hover > .nav-link {	color: #333 !important;}
.header-colorfull .badge-cart {background-color: #6c757d;	color: #fff;}
.header-fullwhite,.header-fullwhite .navbar-extra,.header-fullwhite .navbar-brand,.header-fullwhite .navbar-info-value {color: #fff !important;}
.header-fullwhite .navbar-brand .logo-element-line svg .fill-path {fill: #fff !important;}
.header-fullwhite .navbar-brand .logo-element-line .logo-text {color: #fff !important;}
.header-fullwhite .badge-cart {background-color: #fff; color: #333;}
.header_cont {padding-left: 7rem;	padding-right: 7rem;}
.navbar-extra-1 {	padding-left: 20px;}
.header-horizontal {width:100%; color: #333;	background: #fff;}
.header-horizontal .navbar {height: 5rem; position: relative; padding: .5rem 0;	font-weight: 600;}
.header-horizontal .navbar-extra {color: #747d88;}
.header-horizontal + .after-head .content-offs {	padding-top: 5rem;}
.header-horizontal + .after-head .content-offs-stick {padding-top: 4rem;}
.header-horizontal .navbar-brand {	padding: 0;	font-size: 3rem; -webkit-flex-shrink: 0; flex-shrink: 0; margin-right: 3rem;}
.header-horizontal .navbar-brand-circle {height: 1em; margin-right: 20px;}
.header-horizontal .navbar-toggler {
	margin-left: auto;	color: inherit;	font-size:1.5rem;	line-height:3rem;	width:3rem;
	height:3rem; padding: 0;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.header-horizontal .navbar-toggler:hover {color: inherit;}
.header-horizontal .navbar-nav > .nav-item > .nav-link {font-size: 15x;}
.header-horizontal .nav-link {line-height: 1; color: inherit; opacity: 1; -ms-filter: none;	filter: none;}
.header-horizontal .nav-link > .nav-arrow {
	-webkit-transition:none; -moz-transition:none;	-o-transition:none; -ms-transition:none; transition:none;
}
.header-horizontal .nav-link:hover,.header-horizontal .nav-link:active {color: #3b664a;}
.header-horizontal .nav-item,.header-horizontal .navbar-info {font-size: 14px;}
.header-horizontal .nav-arrow {margin-left: .5em; font-size:.75em;	line-height: 1;	text-align: center;
	display: inline-block;	-webkit-transition: all 0.2s linear 0s;	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;	-ms-transition: all 0.2s linear 0s;	transition: all 0.2s linear 0s;
}
.header-horizontal .actions-nav {padding: 1.5rem 0;}
.header-horizontal .navbar-collapse .container {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: box !important; display: flex !important;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width:991px) {
	.header-horizontal .navbar-brand {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-o-box-flex: 0;
		-ms-box-flex: 0;
		box-flex: 0;
		-webkit-flex-grow: 0;
		flex-grow: 0;
	}
	.header-horizontal .navbar-collapse {
		-webkit-transition: all 0.5s linear 0s;
		-moz-transition: all 0.5s linear 0s;
		-o-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
		transition: all 0.5s linear 0s;
		position: fixed;	top: -100%;	left: 0;	height: 100%;	width: 100%;
		overflow-y: auto;	z-index: 20;	background-color: #fff;	color: #333 !important;
		text-align: center;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: box;	display: flex;
	}
	.header-horizontal .navbar-collapse .navbar-extra,.header-horizontal .navbar-collapse .actions-nav,.header-horizontal .navbar-collapse .navbar-info-title {	color: #747d88 !important;}
	.header-horizontal .navbar-collapse .navbar-nav > .nav-item:hover > .nav-link,.header-horizontal .navbar-collapse .actions-nav > .nav-item:hover > .nav-link {	color: #3b664a !important;}
	.header-horizontal .navbar-collapse .navbar-info-value {	color: #3b664a !important;}
	.header-horizontal .navbar-collapse .container {padding-top:5rem; padding-bottom:5rem; margin:auto;}
	.header-horizontal .navbar-nav > .nav-item,.header-horizontal .actions-nav > .nav-item {padding: .25rem 0;}
	.header-horizontal .nav {padding-top: .25rem;}
	.header-horizontal .nav-item {font-size: 1.125rem;}
	.header-horizontal .actions-nav .nav-item {font-size: 1rem;}
	.header-horizontal .nav-item .nav-item {font-size: .875em;}
	.header-horizontal .nav-link {padding-left: 0;}
	.header-horizontal .nav-arrow {color: inherit; position: absolute; left: 100%; top: 50%; margin-top: -.5em;}
	.header-horizontal .nav-item.active > .nav {display: block;}
	.header-horizontal .nav-link.active {color: #3b664a;}
	.header-horizontal .nav-link.active .nav-arrow {
		-webkit-transform: rotate(180deg);	-moz-transform: rotate(180deg);	-o-transform: rotate(180deg);	-ms-transform: rotate(180deg);	transform: rotate(180deg);
	}
	.header-horizontal .navbar-info-title {font-size: 1.5rem; font-weight: 300;}
	.header-horizontal .navbar-info-value {font-size: 1.75rem;}
	.header-horizontal.active {color: #333 !important;}
	.header-horizontal.active .navbar-collapse {top: 0;}
	.header-horizontal.active .navbar-toggler {position: fixed; top:1rem; right:1rem; z-index: 21;}
}
@media (min-width:992px) {
	.header-horizontal .navbar-toggler,.header-horizontal .navbar-mobile {display: none;}
	.header-horizontal .navbar-collapse {-webkit-flex-basis: auto;	flex-basis: auto;}
	.header-horizontal .navbar-collapse .container {
		-webkit-box-orient:horizontal;	-moz-box-orient: horizontal; -o-box-orient: horizontal;
		-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; padding: 0;
	}
	.header-horizontal .navbar-nav,.header-horizontal .actions-nav {
		-webkit-box-orient: horizontal; -moz-box-orient: horizontal;
    	-o-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
		-webkit-box-align:center; -moz-box-align:center; -o-box-align:center;
		-ms-flex-align:center;	-webkit-align-items:center;	align-items:center;
	}
	.header-horizontal .navbar-nav > .nav-item,.header-horizontal .actions-nav > .nav-item {margin: 0 .75rem;}
	.header-horizontal .actions-nav {padding: 0;}
	.header-horizontal .actions-nav .nav {min-width: auto;}
	.header-horizontal .actions-nav + .navbar-info {margin-top: .5rem;}
	.header-horizontal .nav-item {position: relative;}
	.header-horizontal .nav-link {white-space: nowrap; position: relative; z-index: 1;}
	.header-horizontal .navbar-nav + .navbar-extra {padding-left: .75rem;}
	.header-horizontal .navbar-nav > .nav-item:hover > .nav-link {color: #3b664a;}
	.header-horizontal .nav-hover-show-sub:hover > .nav-link,.header-horizontal .nav-hover-show-sub:hover > .nav-arrow {color: #3b664a;}
	.header-horizontal .nav-hover-show-sub:hover > .nav {display: block;	z-index: 2;}
	.header-horizontal .nav-hover-show-sub:hover > .nav {
		-webkit-animation-duration: .2s;	-moz-animation-duration: .2s;	-o-animation-duration: .2s;-ms-animation-duration: .2s;	animation-duration: .2s;
	}
	.header-horizontal .nav {
		position: absolute;	top: 100%;	left: 0;	margin-left: -.5rem;	padding: 1rem 0;	background-color: #fff;
		-webkit-animation-name:fadeInUp; -moz-animation-name:fadeInUp;	-o-animation-name:fadeInUp;	-ms-animation-name: fadeInUp;	animation-name: fadeInUp;	-webkit-animation-fill-mode: both;	-moz-animation-fill-mode: both;	-o-animation-fill-mode: both;	-ms-animation-fill-mode: both;	animation-fill-mode: both;
		-webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,0.4);
		box-shadow: 0 .25rem .5rem rgba(0,0,0,0.4); min-width: 12rem; border-radius: .75rem;
	}
	.header-horizontal .nav > .nav-item {padding:.5rem 0; color: #333;	font-size:.875rem;}
	.header-horizontal .nav > .nav-item > .nav {top: -.75rem; left:100%;}
	.header-horizontal .nav > .nav-item > .nav-link {padding-left:2rem; padding-right:2rem; color: #333;}
	.header-horizontal .nav > .nav-item > .nav-link:hover {color: #3b664a;}
	.header-horizontal .nav > .nav-item-arrow-down > .nav-link {	padding-right: 4rem;	position: relative;display: block;
	}
	.header-horizontal .nav > .nav-item-arrow-down > .nav-arrow,.header-horizontal .nav > .nav-item-arrow-down > .nav-link .nav-arrow {
		display: block;	-webkit-transform: rotate(-90deg);	-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);	-ms-transform: rotate(-90deg);	transform: rotate(-90deg);
		position: absolute;	top: .5rem;	right: 1.5rem;	font-size: inherit;
	}
}
@media (min-width:1200px) {
	.header-horizontal .navbar-nav > .nav-item {margin: 0 1rem;}
	.header-horizontal .actions-nav > .nav-item {margin: 0 1rem;}
}
.header-over {position: absolute; left:0; top:0; width:100%; background-color: transparent;}
.header-view-side .navbar {height: 8.6rem;}
.header-view-side + .after-head .content-offs {padding-top: 8.6rem;}
.header-view-side + .after-head .content-offs-stick {padding-top: 7.6rem;}
.header-view-side .navbar-brand {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox; display: inline-box;	display: inline-flex;
	-webkit-box-align: center;	-moz-box-align: center;	-o-box-align: center;
	-ms-flex-align: center;	-webkit-align-items: center; align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center; justify-content: center;
	position: relative;	background-color: transparent;	z-index: 1;
}
.header-view-side .navbar-brand .logo-element-line {font-size:.625em;	margin-bottom:.4em;}
.header-view-side .navbar-brand .logo-text {font-size: .275em;}
.header-view-side .navbar-brand-circle {height: 2.2em;	width: 2.2em;}
.header-view-side .navbar-info-title,.header-view-side .navbar-info-value {text-transform: uppercase;}
.header-view-side .navbar-info-title {font-weight: 700;}
.header-view-side .navbar-info-value {	font-size: 1.5rem;	color: #3b664a;	font-weight: 700;}
@media (min-width:992px) {
	.header-view-side .navbar {	}
	.header-view-side + .after-head .content-offs {padding-top: 13rem;}
	.header-view-side + .after-head .content-offs-stick {padding-top: 7.6rem;}
	.header-view-side .navbar-brand {font-size: 5rem;}
	.header-view-side .navbar-brand-circle {font-size: 4rem;}
	.header-view-side .navbar-extra {
		margin-left: auto;	-webkit-box-align: end;
		-moz-box-align: end;-o-box-align: end;	-ms-flex-align: end;
		-webkit-align-items: flex-end;	align-items: flex-end;
	}
	.header-view-side .navbar-extra .navbar-nav {margin-bottom: 1rem;}
	.header-view-side .navbar-info-title,.header-view-side .navbar-info-value {	display: inline-block;}
	.header-view-side .navbar-info-value {margin-left: 1rem;}
}
.page-footer {background-color: #2d3545;}
.footer-navbar .nav {
	-webkit-box-orient: vertical; -moz-box-orient: vertical;
	-o-box-orient: vertical; -webkit-flex-direction: column;
	-ms-flex-direction: column;	flex-direction: column;
}
.footer-navbar .nav-link {padding: 0;}
.footer-navbar .footer-title {	font-weight: 600;}
.footer-navbar .navbar-brand {line-height:1; display:block; opacity:1 !important;	-ms-filter:none !important;	filter:none !important;}
.footer-view-links {padding: 8rem 0 0;	position: relative;	text-align: center;	z-index: 1;}
.footer-view-links .footer-copy {padding: 4rem 0 2rem;	text-align: center;}
.footer-view-links .navbar-brand,.footer-view-links .footer-title {	margin-bottom: 1rem;}
.footer-view-links .navbar-brand {padding: 0 0 .125em; margin-top: -1.375rem; font-size: 2.5rem;}
.footer-view-links .footer-socials {
	display: -webkit-inline-box; display: -moz-inline-box;display: -webkit-inline-flex;	display: -ms-inline-flexbox;
	display: inline-box; display: inline-flex; margin-left: -2rem;	margin-top:1rem;
}
.footer-view-links .footer-socials .footer-socials-link {font-size: 1.5rem;	margin-left: 2rem;}
@media (min-width:768px) {.footer-view-links {text-align: left;} }
.slick-slide {outline: 0 none;}
.slick-arrow {
	width:5rem; height:2.5rem;	line-height:2.5rem;	text-align:center;	color: #333;	border-radius:5rem;
	-webkit-box-shadow: 0 0 0 -1px rgba(78,174,74,0.5);
	box-shadow: 0 0 0 -1px rgba(78,174,74,0.5);
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;	cursor: pointer;
}
.slick-arrow:hover {
	color: #3b664a;	background-color: #fff;	-webkit-box-shadow: 0 .5rem 1.5rem rgba(78,174,74,0.5);	box-shadow: 0 .5rem 1.5rem rgba(78,174,74,0.5);
}
.slick-dots {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box; display: inline-flex;	-webkit-box-pack: center;
	-moz-box-pack: center;	-o-box-pack: center; -ms-flex-pack: center;	-webkit-justify-content: center;
	justify-content:center;	list-style:none; margin: 0;	padding: 0;
}
.slick-dots li {	margin-right: .5rem; display: -webkit-box;	display: -moz-box;
	display:-webkit-flex;	display:-ms-flexbox; display:box; display: flex; height:1rem;
}
.slick-dots li:last-child {	margin-right: 0;}
.slick-dots li button {
	margin: auto;	padding: 0;	font-size: 0;	line-height: 0;	border: 0 none;
	display:block;	width: .5rem; height: .5rem; border-radius:50%;	background: #c4c4c4;	outline:none;
}
.slick-dots .slick-active button {width: .75rem;	height: .75rem; background: #3b664a;}
.slick-top-fix,.slick-top-full,.slick-top-thumb {
	display: -webkit-box;	display: -moz-box;
	display: -webkit-flex;	display: -ms-flexbox;
	display: box;	display: flex;	-webkit-box-orient: vertical;	-moz-box-orient: vertical;
	-o-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column;	flex-direction: column;
}
.slick-top-fix {min-height: 45rem;}
.slick-top-full,.slick-top-thumb {min-height: 45rem; min-height: 100vh;}
.slick-top-full .slick-view-banner,.slick-top-thumb .slick-view-banner {min-height: 100vh;}
.slick-top-thumb .slick-view-thumbnails {
	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;
	box-flex: 1; -webkit-flex: 0 0 auto;	-ms-flex: 0 0 auto;	flex: 0 0 auto;
}
@media (min-height:1080px) { .slick-top-full,.slick-top-thumb {	min-height: 1080px;} }
.slick-view-full {	width: 100%;}
.slick-view-full,.slick-view-full .slick-slides,.slick-view-full .slick-list,.slick-view-full .slick-track,.slick-view-full .slick-slide {	height: 100%;	position: relative;}
.slick-view-banner {	width: 100%;	position: relative;}
.slick-view-banner,.slick-view-banner .slick-slides,.slick-view-banner .slick-list {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;	display: box;	display: flex;	-webkit-box-orient: vertical;	-moz-box-orient: vertical;	-o-box-orient: vertical;	-webkit-flex-direction: column;	-ms-flex-direction: column;	flex-direction: column;	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;	box-flex: 1;	-webkit-flex: 1 0 auto;	-ms-flex: 1 0 auto;	flex: 1 0 auto;	max-width: 100%;
}
.slick-view-banner .slick-track {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;	display: box;	display: flex;	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;	box-flex: 1;	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;	flex: 1 0 auto;
}
.slick-view-banner .slick-slide {height: auto;	float: none;}
.slick-view-banner img {display: inline-block;}
.slick-view-banner .slick-dots {position: absolute;	left: 0; width: 100%; bottom: 4rem;}
.slick-view-full-thumb {	width: 100%;	position: relative;}
.slick-view-full-thumb,.slick-view-full-thumb .slick-slides,.slick-view-full-thumb .slick-list {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;
	display: box;	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 100%;
}
.slick-view-full-thumb .slick-track {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;	display: box;
	display: flex;	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;
	box-flex: 1;	-webkit-flex: 1 0 auto;	-ms-flex: 1 0 auto;	flex: 1 0 auto;
}
.slick-view-full-thumb .slick-slide {	height: auto;	padding-bottom: 3rem;	float: none;}
.slick-view-full-thumb img {display: inline-block;}
.slick-view-thumbnails { margin: 0 auto; width: 100%; padding: 0 7rem; max-width: 380px; text-align: center; position: relative; }
@media (min-width:576px) {
	.slick-view-thumbnails {max-width: 560px;}
}
@media (min-width:768px) {
	.slick-view-thumbnails {max-width: 740px;}
}
.slick-view-thumbnails:before {
	content: "";	width: 6.5rem;	height: .25rem;	border-radius: 1rem;
	background-color: #fff;	margin: 0 auto;	display: block;
}
.slick-view-thumbnails .slick-slide {padding: 0 1rem;	cursor: pointer;}
.slick-view-thumbnails .slick-list {padding: 2rem 0 !important;	margin: -2rem 0;}
.slick-view-thumbnails .slick-slides {	margin: 3rem -1rem;}
.slick-view-thumbnails .slick-arrow {
	position: absolute;	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slick-view-thumbnails .slick-arrow-prev {left: 1rem;}
.slick-view-thumbnails .slick-arrow-next {right: 1rem;}
.slick-view-thumbnails .entity-icon {position: relative;z-index: 1;}
.slick-view-thumbnails .entity-icon:before {
	content: "";	position: absolute;	z-index: -1;	top: 5%;	bottom: 5%;
	left: 5%;	right: 5%;	border-radius: 50%;	background-color: #3b664a;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.slick-view-thumbnails .slick-current .entity-icon:before {
	opacity: .2;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";	filter: alpha(opacity=20);
}
.slick-view-carousel .slick-list {padding: 2rem 0;	margin: -2rem 0;}
.slick-view-carousel .slick-slides {margin: 0 -1rem;}
.slick-view-carousel .slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.slick-view-carousel .slick-slide {
	padding: 0 1rem;	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;
	display: box;	display: flex;	height: auto;
}
.slick-view-carousel .slick-arrows {
	margin-top: 4rem;
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;
	display: box;	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;	-webkit-justify-content: center;	justify-content: center;
}
.slick-view-carousel .slick-arrow + .slick-arrow {	margin-left: 1rem;}
.sidebar-container {
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width:991px) {
	.sidebar-container .sidebar.section {margin-top: 0;}
}
@media (min-width:992px) {
	.sidebar-container {
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.sidebar-container .content,.sidebar-container .sidebar {padding-left: 1rem; padding-right: 1rem;	}
	.sidebar-container .content {
		min-width: 0;	max-width: 100%;	width: 100%;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}
	.sidebar-container .sidebar {
		width: 33.3333%;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-o-box-flex: 0;
		-ms-box-flex: 0;	box-flex: 0;
		-webkit-flex-grow: 0;	flex-grow: 0;
	}
}

.entity:hover,.entity-block:hover,.entity-shadow-block:hover,.entity-preview:hover,.entity-line:hover,.entity-inline-block:hover {	opacity: 1; -ms-filter: none;	filter: none;}
.entity-title,.entity-subtitle,.entity-value {margin-bottom: .6rem;}
.entity-subtext,.entity-text {	margin-bottom: 5px;}
.entity-image,.entity-number {	margin-bottom: 1.5rem;}
.entity-title {color: #3b664a;}
.entity-subtitle {color: #3b664a;}
.entity-number {line-height: .75;	color: #3b664a;}
.entity-list {padding: 0;	margin: 0 0 1.5rem;	list-style: none;}
.entity-list.spaced li + li {	margin-top: .5rem;}
.entity-list-title {margin-right: .25rem;	font-weight: 500;}
.entity-price,.entity-total {	font-weight: 700;	font-size: 1.25rem !important;	color: #333;}
.entity-price .price-unit {	font-size: .875rem;}
.entity-subtext {font-size: 1.125rem;	font-weight: 500;}
.entity-info {color: #333;	font-weight: 500;}
.entity-date {font-size: .875rem;}
.entity-date-day {color: #333;	font-size: 1.5rem;	font-weight: 700; line-height: 1.1;}
.entity-date-month {margin-top: .2rem;	font-size: 1rem;	font-weight: 500;	line-height: 1.2;}
.entity-actions-title {float: left; color: #333; font-weight: 700;margin-right: 1rem;}
.entity-action-icons a,.entity-actions a {display: inline-block;	margin-right: 1rem;}
.entity-action-icons a:last-child,.entity-actions a:last-child {	margin-right: 0 !important;}
.entity-price-current {	font-size: 1.5rem;	color: #3b664a;}
.entity-price-old {
	color: #747d88;	display: inline-block;	vertical-align: super;	text-decoration: line-through;
	margin-left: .75rem; opacity: .5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	filter: alpha(opacity=50);
}
.entity-details-list {padding:1.5rem; margin: 0; list-style: none; background-color: #f5f6f9;	border-radius: .75rem;}
.entity-details-list .entity-list-title {font-weight: 700;}
.main-list .entity-list-title {margin-right: .5rem;}
.main-list .entity-list-value {	font-weight: 600; color: #333;}
.entity-detail-side-icon {position: relative;	padding-left: 2.75ch;}
.entity-detail-side-icon .entity-detail-icon {	position: absolute;	left:0; top: 0;}
.entity-categories {color: #3b664a;}
.entity-author {	font-weight: 700;}
.entity-socials {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;
	display: -ms-flexbox;	display: box;	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;	flex-direction: row;	flex-overflow: overflow;
}
.entity-socials a {	margin-right: 1em;}
.entity-socials a:last-child {	margin-right: 0;}
.entity-info-list {	margin-bottom: 1rem;}
.entity-info-list .entity-date {font-size: 1rem; color: #333; font-weight: 500;}
@media (min-width:768px) {
	.entity-info-list .entity-date:after {
		content: "";	display: inline-block;	height: 1.25em;	width: 4px;
		border-radius: 2.5px;	background: #3b664a;	margin-left: 2rem;	vertical-align: text-bottom;
	}
}
.entity-content-title {font-size: 1.125rem; font-weight: 700;	margin-bottom: .5rem;}
.flex-list {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;
	display: -ms-flexbox;	display: box;	display: flex;
	-webkit-box-orient: vertical;	-moz-box-orient: vertical;	-o-box-orient: vertical;
	-webkit-flex-direction: column;	-ms-flex-direction: column;	flex-direction: column;	height: 100%;
}
.entity-detail-subtotal,.entity-detail-total {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;	display: box;
	display: flex;	-webkit-box-orient: horizontal;	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;	-webkit-flex-direction: row;	-ms-flex-direction: row;	flex-direction: row;
}
.entity-detail-subtotal .entity-list-title,.entity-detail-total .entity-list-title,.entity-detail-subtotal .entity-list-value,.entity-detail-total .entity-list-value {	font-weight: 700;}
.entity-detail-subtotal .entity-list-title,.entity-detail-total .entity-list-title {	color: #333;}
.entity-detail-subtotal .entity-list-value,.entity-detail-total .entity-list-value {	margin-left: auto;	min-width: 8rem;	color: #3b664a;}
.entity-detail-total {	font-size: 1.25rem;}
.entity-record {	fonst-size: 1.125rem;}
.entity-record-title {	font-weight: 500;	color: #333;	margin-bottom: .25rem;	line-height: 1.2;}
.entity-record-value {	color: #3b664a;}
.entity-icon {	margin-bottom: 1.5rem;	line-height: 1;}
.entity-image {	line-height: 1;}
.entity-preview {	position: relative;	display: block;}
.entity-preview-content {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;	display: box;	display: flex;	-webkit-box-orient: vertical;	-moz-box-orient: vertical;	-o-box-orient: vertical;
	-webkit-flex-direction: column;	-ms-flex-direction: column;	flex-direction: column;	position: absolute;
	left: 0;	top: 0;	width: 100%;	height: 100%;	z-index: 1;
}
.entity-bg {position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	z-index: -1;}
.entity-bg-circle {	position: relative;	text-align: center;	z-index: 1;}
.entity-bg-circle:before {
	content: "";	position: absolute;	left: 50%;	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1; border-radius: 50%; background-color: #3b664a;	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;	-o-transition: all 0.2s linear 0s;	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: 6.5rem; height: 6.5rem; opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.type_img {	width: 60%;}
.entity-body p,.entity-body img,.entity-body ul {margin-bottom: 1rem;}
.entity-body h1,.entity-body h2,.entity-body h3,.entity-body h4,.entity-body h5,.entity-body h6 {
	color: #333;	margin-bottom: 1rem;	margin-top: 1em;
}
.entity-body h1:first-child,.entity-body h2:first-child,.entity-body h3:first-child,.entity-body h4:first-child,.entity-body h5:first-child,.entity-body h6:first-child {	margin-top: 0;}
.entity-body img {border-radius: .75rem;}
.entity-body > *:last-child {margin-bottom: 0;}
.entity-header {margin-bottom: 1.5rem;}
.entity-header.side-image {position: relative;	padding-left: 5.75rem;	min-height: 4.25rem;}
.entity-header.side-image .entity-image {
	width: 100px;	position: absolute;	left: -1.5rem;	top: -1.5rem;	border-radius: .75rem;
	-webkit-box-shadow: .5rem .5rem 1rem rgba(0,0,0,0.3);	box-shadow: .5rem .5rem 1rem rgba(0,0,0,0.3);
}
.entity-header.side-image .entity-image img {	border-radius: .75rem;}
.entity-content {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;
	display: box;	display: flex;	-webkit-box-flex: 1;	-moz-box-flex: 1;
	-o-box-flex: 1;	box-flex: 1;	-webkit-flex: 1 1 auto;	-ms-flex: 1 1 auto;	flex: 1 1 auto;
	-webkit-box-orient: vertical;	-moz-box-orient: vertical;	-o-box-orient: vertical;
	-webkit-flex-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}
.entity-content *:last-child {	margin-bottom: 0;}
.opacity-70.entity-content {	text-align: center;}
.entity-footer {	margin-top: 2rem;}
.entity-bottom-line {
	margin-top: 5px;	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;
	display: -ms-flexbox;	display: box;	display: flex;
	-webkit-box-orient: horizontal;	-moz-box-orient: horizontal;	-o-box-orient: horizontal;
	-webkit-flex-direction: row;	-ms-flex-direction: row;	flex-direction: row;
	-webkit-box-align: center;	-moz-box-align: center;	-o-box-align: center;	-ms-flex-align: center;
	-webkit-align-items: center;	align-items: center;	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;	-o-box-lines: multiple;	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;	margin-bottom: -1rem !important;
}
.entity-bottom-line > * {padding-bottom: 1rem;}
.entity-bottom-line .entity-price {
	margin-right: auto;	-webkit-box-flex: 1;	-moz-box-flex: 1;
	-o-box-flex: 1;	box-flex: 1;	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;	flex: 0 0 auto;	min-width: 4rem;
}
.entity-items {	margin-top: 2rem;	margin-left: 2rem;}
.entity-items + .entity {	margin-top: 4rem;}
.entity-items .entity + .entity,.section-block .entity + .entity,.section-block .entity-items + .entity,.section-block .entity-items + .entity-block {	margin-top: 2rem;}
.entity {
	width: 100%;	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;
	display: box;	display: flex;	-webkit-box-orient: vertical;	-moz-box-orient: vertical;
	-o-box-orient: vertical;	-webkit-flex-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}
.entity.line {
	-webkit-box-orient: horizontal;	-moz-box-orient: horizontal;	-o-box-orient: horizontal;
	-webkit-flex-direction: row;	-ms-flex-direction: row;	flex-direction: row;
}
.entity + .entity {	margin-top: 4rem;}
.entity .entity-image,.entity .entity-preview {
	overflow: hidden;	border-radius: .75rem;	-webkit-box-shadow: 0 0 1rem rgba(0,0,0,0.05);	box-shadow: 0 0 1rem rgba(0,0,0,0.05);
}
.entity-block + .entity-block {	margin-top: 4rem;}
.entity-block,.entity-shadow-block {
	width: 100%;	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;
	display: box;	display: flex;	-webkit-box-orient: vertical;	-moz-box-orient: vertical;	-o-box-orient: vertical;	-webkit-flex-direction: column;	-ms-flex-direction: column;
	flex-direction: column;	position: relative;	z-index: 1;
}
.entity-inline-block {
	display: -webkit-inline-box;	display: -moz-inline-box;	display: -webkit-inline-flex;	display: -ms-inline-flexbox;	display: inline-box;	display: inline-flex;	-webkit-box-orient: vertical;	-moz-box-orient: vertical;	-o-box-orient: vertical;	-webkit-flex-direction: column;
	-ms-flex-direction: column;	flex-direction: column;
}
.entity-block .entity-content,.entity-shadow-block .entity-content {	padding: 10px 15px 20px 15px;}
#shop h4{font-size: 17.6px;   font-weight: 600;   margin-top: 5px;	letter-spacing: .8px;}
#shop .heading-text{font-size: 17.6px;  font-weight: 600;  margin-top: 5px;	letter-spacing:.8px; color: #3b664a;}
#shop .entity-title, .entity-subtitle, .entity-value{margin-bottom:0px;}
#shop .btn-sm { padding: 5px 14px !important; font-size: 12.3px !important; line-height:21px; height: 2rem;}
#shop .entity-content p {font-size: 14.2px; letter-spacing: 1px;  font-weight: 600 !important;  padding-bottom: 0px;}
#shop p.des-text-1 {font-size: 14.2px; letter-spacing: .7px; font-weight: 400 !important; padding-bottom: 5px;}
#shop .entity-bottom-line .entity-price {
    margin-right: auto;  -webkit-box-flex: 1;   -moz-box-flex: 1; -o-box-flex: 1;
    box-flex: 1;  -webkit-flex: 0 0 auto;  -ms-flex: 0 0 auto; flex: 0 0 auto; min-width: 0rem;
}
.entity-block .entity-content_1,.entity-shadow-block .entity-content_1 {	padding: 1.5rem 1.5rem 2rem;}
.entity-block,.entity-inline-block {border-radius: .75rem;	background-color: #fff;	color: #747d88;}
.entity-content h4 {letter-spacing: 0.6px; margin-bottom: 5px; line-height: 27px !important;}
.entity-text_p {font-size: 16px; letter-spacing: 1px; font-weight: 700 !important; color: #8b8a8a;}
.entity-content p {	font-size: 13.8px;	letter-spacing: 1px; font-weight: 400; padding-bottom: 5px; line-height: 28px;}
.entity-block > .overflow-back,.entity-inline-block > .overflow-back {border-radius: .75rem;}
.entity-block > .entity-image:not(.transparent-image):first-child,.entity-inline-block > .entity-image:not(.transparent-image):first-child,.entity-block > .entity-preview:not(.transparent-image):first-child,.entity-inline-block > .entity-preview:not(.transparent-image):first-child {
	border-top-left-radius: .75rem;	border-top-right-radius: .75rem;	overflow: hidden;
}
.entity-block > .entity-image:not(.transparent-image):last-child,.entity-inline-block > .entity-image:not(.transparent-image):last-child,.entity-block > .entity-preview:not(.transparent-image):last-child,.entity-inline-block > .entity-preview:not(.transparent-image):last-child {
	border-bottom-left-radius: .75rem;	border-bottom-right-radius: .75rem;	overflow: hidden;
}
.entity-block .entity-footer,.entity-inline-block .entity-footer {margin-top: auto;	padding: 0px 10px;}
.entity-block .blog_p {	padding: 0px 20px;}
.entity-block .entity-content.side-date .entity-date {
	position: relative;	width: 3rem;	margin: 0 0 1.5rem;	padding-bottom: 1rem;	text-align: center;
	display: -webkit-box; display: -moz-box;display: -webkit-flex;	display:-ms-flexbox; display: box;	display: flex;
	-webkit-box-orient: horizontal; -moz-box-orient: horizontal; -o-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
}
.entity-block .entity-content.side-date .entity-date .entity-date-month {margin-left: .75rem;}
.entity-block .entity-content.side-date .entity-date:after {
	content: "";	display: block;	position: absolute;	left: 0;	top: 100%;	width: 100%;
	height: 4px;	border-radius: 4px;	background-color: #3b664a;	margin-top: -4px;
}
@media (min-width:767px) {
	.entity-block .entity-content.side-date {
		padding-left: 4rem;	position: relative;
	}
	.entity-block .entity-content.side-date .entity-date {
		position: absolute;	left: 0;	top: 1.5rem;		margin: 0;		padding: .25rem 0;
		-webkit-box-orient: vertical; -moz-box-orient: vertical; -o-box-orient: vertical;
		-webkit-flex-direction: column;	-ms-flex-direction: column;	 flex-direction: column;
	}
	.entity-block .entity-content.side-date .entity-date .entity-date-month {margin-left: 0;}
	.entity-block .entity-content.side-date .entity-date:after {
		content: "";	position: absolute;	margin-top: 0;	top: 0;
		left: auto;	right: -2px;	height: 100%;	width: 4px;
	}
}
.entity-line-head,.line-entity {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;	display: -ms-flexbox;	display: box;
	display: flex;	-webkit-box-orient: horizontal;	-moz-box-orient: horizontal;	-o-box-orient: horizontal;
	-webkit-flex-direction: row;	-ms-flex-direction: row;	flex-direction: row;	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;	-o-box-lines: multiple;	-webkit-flex-wrap: wrap;	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	width: 100%;	font-weight: 700;	padding: 1rem .5rem;
}
.entity-line-head .entity-break,.line-entity .entity-break {
	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;	box-flex: 1;	-webkit-flex: 0 0 auto;	-ms-flex: 0 0 auto;	flex: 0 0 auto;
	height: 0;	padding: 0;	margin: 0;	border: 0 none;	width: 100%;
}
.entity-line-head > :first-child,.line-entity > :first-child {	padding-left: 1rem;}
.entity-line-head > :last-child,.line-entity > :last-child {	padding-right: 1rem;}
.entity-line-head .entity-number,.line-entity .entity-number,.entity-line-head .entity-date,.line-entity .entity-date,.entity-line-head .entity-total,.line-entity .entity-total,.entity-line-head .entity-status,.line-entity .entity-status,.entity-line-head .entity-expand,.line-entity .entity-expand,.entity-line-head .entity-order-number,.line-entity .entity-order-number,.entity-line-head .entity-line-image,.line-entity .entity-line-image,.entity-line-head .entity-price,.line-entity .entity-price,.entity-line-head .entity-quantity,.line-entity .entity-quantity,.entity-line-head .entity-quantity-field,.line-entity .entity-quantity-field,.entity-line-head .entity-line-btn,.line-entity .entity-line-btn,.entity-line-head .entity-line-remove,.line-entity .entity-line-remove {
	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;	box-flex: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;	flex: 0 0 auto;	margin: auto 0;	min-height: 1px;	padding: 1rem;	min-width: 7rem;	color: inherit;
}
.entity-line-head .entity-title,.line-entity .entity-title {
	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;	box-flex: 1;	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;	flex: 1 1 auto;	min-width: 1px;	min-height: 1px;	margin: auto 0;	font-size: 1.125rem;	overflow: hidden;	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;	padding: 1rem;
}
.entity-line-head .entity-line-image,.line-entity .entity-line-image {	padding-top: 0;	padding-bottom: 0;}
.entity-line-head .entity-line-btn,.line-entity .entity-line-btn,.entity-line-head .entity-quantity-field,.line-entity .entity-quantity-field {	padding: .25rem 1rem;}
.entity-line-head .entity-preview,.line-entity .entity-preview {	width: 8rem;}
.entity-line-head .entity-preview:not(.transparent-image),.line-entity .entity-preview:not(.transparent-image) {	border-radius: .75rem;	overflow: hidden;}
.entity-line-head .entity-total,.line-entity .entity-total,.entity-line-head .entity-price,.line-entity .entity-price {color: #333;}
.entity-line-head .entity-price,.line-entity .entity-price,.entity-line-head .entity-date,.line-entity .entity-date {font-size: inherit;}
.entity-line-head .entity-order-number,.line-entity .entity-order-number,.entity-line-head .entity-status,.line-entity .entity-status,.entity-line-head .entity-price,.line-entity .entity-price {	min-width: 10rem;}
.entity-line-head .entity-expand,.line-entity .entity-expand {	color: #3b664a;	min-width: 3rem;	font-size: 1.25em;	padding-right: 0 !important;	padding-left: 0 !important;	text-align: center;}
.entity-line-head .entity-line-remove,.line-entity .entity-line-remove {min-width: 3.5rem;}
.entity-line-head .entity-line-remove a,.line-entity .entity-line-remove a {	min-width: 100%;	display: inline-block;	text-align: center; }
.entity-line-head .entity-quantity-field,.line-entity .entity-quantity-field {	min-width: 13rem;	text-align: center;}
.entity-line-head .entity-quantity-field .input-group,.line-entity .entity-quantity-field .input-group {	min-width: 100%;}
.entity-line-head .entity-line-btn,.line-entity .entity-line-btn {min-width: 10rem;}
.entity-line-head .entity-line-btn .btn,.line-entity .entity-line-btn .btn {	min-width: 100%;}
.line-entity.dash-separated-entity .entity-line-image,.line-entity.dash-separated-entity .entity-line-btn,.line-entity.dash-separated-entity .entity-quantity-field {	padding-top: 1rem;	padding-bottom: 1rem;}
.entity-line-items .line-entity .entity-quantity {	min-width: 4rem;}
.entity-line-items .line-entity .entity-total {	min-width: 10rem;}
.order-line-head-entity .entity-line-head {	padding-top: 0;	padding-bottom: 0;	color: #333;}
.order-line-head-entity .entity-line-head > * {
	padding-top: 0 !important;	padding-bottom: 0 !important;	font-size: inherit;
}
.entity-line-items {	padding-top: 1rem;	padding-bottom: 1rem;}
.entity-content-details {	padding: 1.5rem;}
.entity-content-details .entity-list {	margin-bottom: 0;}
.entity-shadow-block,.entity-round-icon,.entity-circle-in {	color: #747d88;	position: relative;	z-index: 1;}
.entity-shadow-block:before,.entity-round-icon:before,.entity-circle-in:before {	content: "";	position: absolute;	-webkit-transition: all 0.2s linear 0s;	-moz-transition: all 0.2s linear 0s;	-o-transition: all 0.2s linear 0s;	-ms-transition: all 0.2s linear 0s;	transition: all 0.2s linear 0s;	z-index: -1;}
.entity-shadow-block,.entity-circle-in {padding: .5rem;}
.entity-shadow-block:before,.entity-circle-in:before {	left: .5rem;	right: .5rem;	top: .5rem;	bottom: .5rem;	background-color: #fff;}
.entity-circle-in {	display: inline-block;}
.entity-circle-in,.entity-circle-in:before,.entity-circle-in img {	border-radius: 50%;}
.entity-round-icon {	width: 100%;	min-width: 22rem;	max-width: 22rem;	text-align: center;}
.entity-round-icon:after {	content: "";	display: block;	padding-top: 100%;}
.entity-round-icon:before {	left: .85rem;	right: .85rem;	top: .85rem;	bottom: .85rem;	background-color: #fff;	-webkit-box-shadow: 0 0 0 .75rem rgba(255,255,255,0.5);	box-shadow: 0 0 0 .75rem rgba(255,255,255,0.5);	border-radius: 50%;}
.entity-round-icon .entity-content {
	position: absolute;	left: 0;	top: 50%;	padding: 1.5rem;	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.entity-shadow-block:before {	-webkit-box-shadow: 0 0 0 .5rem rgba(255,255,255,0.5);	box-shadow: 0 0 0 .5rem rgba(255,255,255,0.5);	border-radius: .75rem; }
.entity-hover-shadow {
	box-shadow: 0 0 .5rem rgba(0,0,0,8%);
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	border: 2px solid #f1f0f0b3;
}
.entity-hover-highlight {
	-webkit-transition:all 0.2s linear 0s;	-moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;	transition: all 0.2s linear 0s;
}
.entity-hover-highlight:not(.entity-disabled):hover {	background-color: #3b664a;	color: #fff; }
.entity-hover-white-icon .entity-icon {
	-webkit-transition: all 0.2s linear 0s;	-moz-transition: all 0.2s linear 0s;	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;	transition: all 0.2s linear 0s;
}
.entity-hover-white-icon:not(.entity-disabled):hover .entity-icon {	background-color: #fff;}
.entity-icon-hover .entity-icon {	position: relative;	z-index: 1;}
.entity-icon-hover .entity-icon:before {
	content: "";	position: absolute;	left: 50%;	top: 50%;
	-webkit-transform: translate(-50%,-50%);	-moz-transform: translate(-50%,-50%);	-o-transform: translate(-50%,-50%);	-ms-transform: translate(-50%,-50%);	transform: translate(-50%,-50%);	z-index: -1;	width: 0;	height: 0;	border-radius: 50%;	background-color: #3b664a;	-webkit-transition: all 0.2s linear 0s;	-moz-transition: all 0.2s linear 0s;	-o-transition: all 0.2s linear 0s;	-ms-transition: all 0.2s linear 0s;	transition: all 0.2s linear 0s;	opacity: 0;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	filter: alpha(opacity=0);
}
.entity-icon-hover:not(.entity-disabled):hover .entity-icon:before {	width: 8.5rem;	height: 8.5rem;	opacity: .2;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";	filter: alpha(opacity=20); }
.dash-separated-entity + .dash-separated-entity {	border-top: 1px dashed #c4c4c4;}
.entity-hover-only-shadow-block {	position: relative;	-webkit-box-shadow: 0 0 transparent;	box-shadow: 0 0 transparent;	border-radius: 0;	background-color: #fff;	-webkit-transition: all 0.2s linear 0s;	-moz-transition: all 0.2s linear 0s;	-o-transition: all 0.2s linear 0s;	-ms-transition: all 0.2s linear 0s;	transition: all 0.2s linear 0s; }
.entity-hover-only-shadow-block.dash-separated-entity {
	-webkit-transition: all 0.2s linear 0s, border-top 0s linear 0s;	-moz-transition: all 0.2s linear 0s, border-top 0s linear 0s;	-o-transition: all 0.2s linear 0s, border-top 0s linear 0s;
	-ms-transition: all 0.2s linear 0s, border-top 0s linear 0s;	transition: all 0.2s linear 0s, border-top 0s linear 0s;
}
.entity-hover-only-shadow-block.dash-separated-entity:not(.entity-disabled):hover,.entity-hover-only-shadow-block.dash-separated-entity.active,.entity-hover-only-shadow-block.dash-separated-entity:not(.entity-disabled):hover + .dash-separated-entity,.entity-hover-only-shadow-block.dash-separated-entity.active + .dash-separated-entity {
	border-top-color: transparent !important;
}
.entity-hover-only-shadow-block:not(.entity-disabled):hover,.entity-hover-only-shadow-block.active {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,0.3);	box-shadow: 0 .5rem 1rem rgba(0,0,0,0.3);	border-radius: .75rem;
}
.entity-hover-only-shadow-block:not(.entity-disabled):hover {	z-index: 3;}
.entity-hover-only-shadow-block.active {	z-index: 2;}
.entity-expandable {
	display: -webkit-box;	display: -moz-box;	display: -webkit-flex;
	display: -ms-flexbox;	display: box;	display: flex;
	-webkit-box-orient: vertical;	-moz-box-orient: vertical;	-o-box-orient: vertical;
	-webkit-flex-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}
.entity-expandable .entity-expand-head {cursor: pointer;}
.entity-expandable .entity-expand {
	opacity: 1;	-ms-filter: none;	filter: none;
	-webkit-transition: all 0.2s linear 0s;	-moz-transition: all 0.2s linear 0s;	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;	transition: all 0.2s linear 0s;
}
.entity-expandable .entity-active-rotate {
	-webkit-transform: rotate(-180deg);	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);	-ms-transform: rotate(-180deg);	transform: rotate(-180deg);
	-webkit-transition: all 0.2s linear 0s;	-moz-transition: all 0.2s linear 0s;	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;	transition: all 0.2s linear 0s;
}
.entity-expandable .entity-expanded-content {	display: block;}
.entity-expandable:not(.active):hover .entity-expand {
	opacity: .8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	filter: alpha(opacity=80);
}
.entity-expandable:not(.active) .entity-active-rotate {
	-webkit-transform: rotate(0);	-moz-transform: rotate(0);	-o-transform: rotate(0);
	-ms-transform: rotate(0);	transform: rotate(0);
}
.entity-expandable:not(.active) .entity-expanded-content {	display: none;}
.entity-preview-show-up {	overflow: hidden;}
.entity-preview-show-up .entity-preview-content {
	-webkit-animation-duration: .4s; -moz-animation-duration: .4s;
	-o-animation-duration: .4s;	-ms-animation-duration: .4s;	animation-duration: .4s;
	-webkit-animation-fill-mode: both;	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;	-ms-animation-fill-mode: both;	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;	-ms-animation-name: fadeOut;	animation-name: fadeOut;
}
.entity-preview-show-up:hover .entity-preview-content {
	-webkit-animation-name: zoomIn;	-moz-animation-name: zoomIn;	-o-animation-name: zoomIn;
	-ms-animation-name: zoomIn;	animation-name: zoomIn;
}
.entity-side-image {
	width: 100%;	display: -webkit-box;	display: -moz-box;
	display: -webkit-flex;	display: -ms-flexbox;	display: box;	display: flex;
	-webkit-box-orient: vertical;	-moz-box-orient: vertical;	-o-box-orient: vertical;
	-webkit-flex-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}
.entity-side-image + .entity-side-image {	margin-top: 4rem;}
.entity-side-image .entity-image {overflow: hidden;	border-radius: .75rem;	margin-bottom: 3rem;}
@media (min-width:992px) {
	.entity-side-image {
		-webkit-box-orient: horizontal;	-moz-box-orient: horizontal;
		-o-box-orient: horizontal;	-webkit-flex-direction: row;
		-ms-flex-direction: row;	flex-direction: row;
	}
	.entity-side-image .entity-image {
		-webkit-box-ordinal-group: 100;		-moz-box-ordinal-group: 100;
		-o-box-ordinal-group: 100;	-ms-flex-order: 100;
		-webkit-order: 100;	order: 100;	width: 40%;	margin-bottom: auto;
	}
	.entity-side-image .entity-content {
		-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;	box-flex: 1;
		-webkit-flex: 1 1;	-ms-flex: 1 1;	flex: 1 1;	margin: auto 0;
		padding-top: 2rem;	padding-bottom: 2rem;	-webkit-align-self: center;
		align-self: center;	-ms-flex-item-align: center;
	}
	.entity-side-image + .entity-side-image {margin-top: 0;}
	.entity-side-image:not(.entity-image-left) .entity-image {
		-webkit-box-ordinal-group: 100;	-moz-box-ordinal-group: 100; -o-box-ordinal-group: 100;
		-ms-flex-order: 100; -webkit-order: 100;	order: 100;
		border-top-left-radius: 0;	border-bottom-left-radius: 0;
	}
	.entity-side-image:not(.entity-image-left):first-child .entity-image {border-top-left-radius: .75rem;}
	.entity-side-image:not(.entity-image-left):last-child .entity-image {border-bottom-left-radius: .75rem;}
	.entity-side-image:not(.entity-image-left) .entity-content {	padding-right: 2rem;	}
	.entity-side-image.entity-image-left .entity-image {
		-webkit-box-ordinal-group: -1;	-moz-box-ordinal-group: -1;	-o-box-ordinal-group: -1;
		-ms-flex-order: -1;	-webkit-order: -1;	order: -1;
		border-top-right-radius: 0;	border-bottom-right-radius: 0;
	}
	.entity-side-image.entity-image-left:first-child .entity-image {border-top-right-radius: .75rem;}
	.entity-side-image.entity-image-left:last-child .entity-image {	border-bottom-right-radius: .75rem;	}
	.entity-side-image.entity-image-left .entity-content {padding-left: 2rem;}
}
.sidebar .entity + .entity {	margin-top: 2rem;}
.sidebar .entity-price {	color: #747d88;	font-size: 1rem;}
.entity-white-text,.entity-white-text .entity-title {	color: #fff;}
.entity-banner {
	height: 100%; width: 100%;
	display: -webkit-box; display: -moz-box; display: -webkit-flex;	display: -ms-flexbox; display: box;	display: flex;
	-webkit-box-orient: vertical; -moz-box-orient: vertical; -o-box-orient: vertical;
	-webkit-flex-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}
.entity-banner .entity-content {
	padding: 0;	-webkit-box-flex: 1;	-moz-box-flex: 1;	-o-box-flex: 1;	box-flex: 1;
	-webkit-flex: 1 0 auto;	-ms-flex: 1 0 auto;	flex: 1 0 auto;
}
.entity-banner .entity-content.container {	padding-left: 1rem;	padding-right: 1rem;}
.entity-banner .entity-title,.entity-banner .entity-subtitle {	font-weight: 700;	margin-bottom: 1.5rem;}
.entity-banner .entity-title + .entity-subtitle {	margin-top: -1rem;}
.entity-banner .entity-image img {	max-height: 75vh;}
@media (min-width:992px) {
	.entity-banner .entity-image img {max-height: none;	}
}
.entity-slim-banner {position: relative;	padding: 6rem 0;}
.entity-slim-banner,.entity-slim-banner .entity-title {color: #fff;}
.entity-slim-banner .entity-title {	font-weight: 600;}
.entity-slim-banner .entity-text {	font-weight: 400;}
.entity-slim-banner .side-big {	font-size: 10rem;	line-height: 1;}
.footer-navbar .nav-link {	padding: 0;	color: #fff;}
.footer-view-links .footer-socials .footer-socials-link {	color: #fff;}
.user-rating_1 {margin: 0px 15px;	color: #ffa534;}
.user-rating_12 {display: flex;}
.entity-text_Review {	font-weight: 600; line-height: 20px !important;}
.slick-arrows {	display: none;}
.section-solid_5 .slick-arrow-next.slick-arrow {position: absolute;	left: 6%;	top: 50%;}
.section-solid_5 .slick-arrow-prev.slick-arrow {position: absolute;	right: 6%;	top: 50%;}
.section-solid .slick-arrow-next.slick-arrow {position: absolute;	right: 6%;	top: 50%;}
.section-solid .slick-arrow-prev.slick-arrow {	position: absolute;	left: 6%;	top: 50%;}
.section-solid_1 {padding-top: 100px;	padding-bottom: 100px;}
.section-solid_2 {padding-top: 100px;	padding-bottom: 100px;}
.section-solid_3 {padding-top: 100px;}
.section-solid_4 {padding-bottom: 100px;}
.section-solid_5 {padding-top: 100px; padding-bottom: 100px;}
.blog_padding {	padding: 5px;}
.text-dark {color: #212529!important;}
.video_image {	width: 100%;}
img.doctor-img {	width: 100%;}
@media (min-width: 1500px) {
	.column_full {	width: 100%; }
}
.product-thumb {padding: 15px;	display: block;	overflow: hidden; position: relative;}

/*----------- New Section-------------*/
.site-section {  padding: 70px 16px;}
.site-blocks-2 .block-2-item {display: block; position: relative;}
.site-blocks-2 .block-2-item .image img {
    margin-bottom: 0;   -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;   transition: .3s all ease-in-out;
}
.text_section2 { z-index: 2;}
.box_index {  box-shadow: 0 0 10px 3px rgb(59 102 74 / 7%); border-radius: 7px;}
.box_index  figure{	margin: 0px;}
.box-img-box{padding: 10px;}
.site-blocks-2 .block-2-item .text>span { font-size: 12px;  letter-spacing: .1em;  font-weight: 900;}
.box_index h3 {font-size: 26px; letter-spacing: 1.2px; font-weight: 600;	color: #3b664a; padding-bottom: 5px;}
.box_index p{  font-size: 14.2px;letter-spacing: 1px;	line-height: 29px;	padding-bottom: 5px;}
.box_index .shop_index {
    display: inline-block;   border: 1px solid transparent;
    font-size: 11.6px;    font-weight: 500;	letter-spacing: 1.5px;   padding: 4px 17px;   border-radius: 4px;
    color: #fff;   border: 1px solid transparent;   background-color: #3b664a;   cursor: pointer;
    -webkit-transition: all 300ms linear 0s;   transition: all 300ms linear 0s;	margin-top: 5px;
}
.box_index .shop_index:hover {    background-color: #fa971c ; opacity: 1;}
.box_index {overflow: hidden; margin: 0 auto;}
.box-padding{	padding: 0px 25px 0px 0px;} 
.box_index img {width: 100%; transition: 0.5s all ease-in-out; }
.box_index:hover img { transform: scale(1.1) }
.box_index{
    	background: url(../images/product-bg.png);
		background-repeat: no-repeat;   background-position: bottom;
}
@media (max-width: 360px) {
	.site-section {	padding: 30px 17px; }
	.box_index img { width: 90%;  margin: 0px auto;  display: block;	transition: 0.5s all ease-in-out; }
	.text_section2 {padding:0px 15px 0px 15px;}
	.box_index h3 {	font-size: 24px; padding-bottom: 4px; font-weight: 700;}
	.box_index p { font-size: 14.6px; line-height: 27px;	padding-bottom: 0px; letter-spacing: .6px;}
	.box_index {	margin: 20px auto;}
	.box-padding {padding: 15px;}
	.box-padding {	padding: 0px;}
	.text_section2 {	padding: 0px 35px 20px 35px;}
}
@media screen and (min-device-width: 361px) and (max-device-width: 480px) {
	.site-section {	padding: 30px 17px; }
	.box_index img {width: 80%;   margin: 0px auto;   display: block;	transition: 0.5s all ease-in-out; }
	.text_section2 {padding:0px 15px 0px 15px;}
	.box-padding {padding: 15px;}
	.box_index h3 {font-size: 24.8px; padding-bottom: 7px; font-weight: 700;}
	.box_index p {font-size: 14.6px; line-height: 28px;	padding-bottom: 5px;}
	.box_index {margin: 20px auto;}
}
@media screen and (min-device-width: 480px) and (max-device-width: 578px) {
	.box_index img {width: 70%; margin: 0px auto; display: block; transition: 0.5s all ease-in-out;}
	}
@media screen and (min-device-width: 481px) and (max-device-width: 540px) {
	.site-section {	padding: 50px 16px;}
	.text_section2 {padding:0px 15px 0px 15px;}
	.box-padding { padding: 15px;}
	.box_index h3 {font-size: 24.8px; padding-bottom: 7px; font-weight: 700;}
	.box_index p { line-height: 28px;padding-bottom: 0px;}
	.box_index .shop_index {font-size: 12.4px;	padding: 5px 20px;	margin-top: 7px;}
	.box_index{	margin: 10px 0px;}
}
@media screen and (min-device-width: 541px) and (max-device-width: 640px) {
	.site-section {	padding: 50px 16px;}
	.text_section2 {	padding:0px 25px 15px 25px;}
    .box-padding {	padding: 15px;}
	.box_index h3 {	font-size: 24px;	padding-bottom: 0px;}
	.box_index p {	line-height: 28px;	padding-bottom: 0px;}
	.box_index .shop_index {font-size: 12.4px;	padding: 5px 20px;	margin-top: 7px;}
	.box_index{	margin: 10px 0px;}
}
@media screen and (min-device-width: 641px) and (max-device-width: 767px) {
	.box_index{ margin: 10px 0px;}
	.text_section2 { padding:0px 15px 0px 15px;}
	.box-padding { padding: 15px;}
}
@media screen and (min-device-width: 768px) and (max-device-width: 870px) {
	.box_index{ margin: 10px 0px; padding:15px 25px;}
	.text_section2 { padding:0px; }
	.box-img-box { padding: 0px; }
	.box-padding { padding: 15px;}
	.box_index h3 {	font-size: 20px; padding-bottom: 5px; font-weight: 700;}
	.box_index p { font-size: 12.8px; letter-spacing: 1px; line-height: 24px; padding-bottom: 0px;}
	.box_index .shop_index { font-size: 12.6px; padding: 4px 12px; margin-top: 10px; font-weight: 500;}
}
@media screen and (min-device-width: 871px) and (max-device-width: 991px) {
	.box_index{	margin: 10px 0px; padding: 10px 30px;}
	.text_section2 { padding:0px 15px 0px 0px;}
	.box-padding { padding: 15px 0px;}
	.box-img-box {	padding: 5px;}
	.box_index h3 {	font-size: 18px; padding-bottom: 2px;}
	.box_index p { font-size: 13.2px; letter-spacing: .7px; line-height: 27px; padding-bottom: 0px;}
	.box_index .shop_index { font-size: 11.6px;	padding: 4px 12px;	margin-top: 4px; }
	.site-section {	padding: 60px 16px;}
}
@media screen and (min-device-width: 992px) and (max-device-width: 1299px) {
    .box_index h3 {	font-size: 27px; padding-bottom: 5px;}
	.text_section2 { padding:0px 5px 0px 5px;}
	.box-padding { padding: 5px 10px 5px 0px;}
	.box-img-box {	padding: 0px;}
	.box_index .shop_index { margin-top: 5px; font-weight: 500;}
}
/*----------- New Section End-------------*/
/*----------- New Section ACHARYA_MANISH_JI-------------*/
#ACHARYA_MANISH_JI .section-head { margin-bottom: 2rem; }
.about-page__trusted h3 span { color: #fa971c !important; }
#ACHARYA_MANISH_JI .about-page__trusted { left: -5%; }
#ACHARYA_MANISH_JI .btn_index {
    display: inline-block;  border: 1px solid transparent;  font-size: 13.2px;
    font-weight: 500; letter-spacing: 1px;    padding: 7px 25px;   border-radius: 4px;
    color: #fff;  border: 1px solid transparent; background-color: #3b664a; cursor: pointer;
    -webkit-transition: all 300ms linear 0s; transition: all 300ms linear 0s; margin-top: 12px;
}
#ACHARYA_MANISH_JI .btn_index:hover { background-color: #fa971c; }
@media (max-width: 480px) {
	#ACHARYA_MANISH_JI{	padding-bottom: 40px; 	padding-top: 40px; }
	#ACHARYA_MANISH_JI h3{ font-size: 24px; }
	#ACHARYA_MANISH_JI .section-head {margin-bottom: 1rem; text-align: center;}
	#ACHARYA_MANISH_JI .subheading-label-guru-manish {text-align: center; font-size: 16.4px !important; margin-bottom: 5px !important;}
	#ACHARYA_MANISH_JI h3 {font-size: 21px; text-align: center;	font-weight: 600;}
	#ACHARYA_MANISH_JI .section-text {	text-align: center;}
	#ACHARYA_MANISH_JI .btn_index {	font-size: 13.2px;	font-weight: 500;	letter-spacing: 1.6px;	padding: 7px 20px;	margin-top: 5px;}
	.service-icon {	border: 3px solid #fff !important;	margin-bottom: 0px !important;}
	h3.service-title {	font-size: 16.2px !important;	font-weight: 600;}
	#service-index1 .section-head, .section-subhead {margin-bottom: 3rem !important;}
	.site-section {	padding: 60px 25px!important;}
	.site-section .section-head, .section-subhead {	margin-bottom: 1rem;}
	.site-section a.logo_sec_a {margin: 10px auto 0px auto !important; font-size: 12.6px; font-weight: 500;	letter-spacing: 1.6px;}
	.site-section .box_index .shop_index {
		font-weight: 500;	letter-spacing: 1.6px;	padding: 6px 25px;	margin-top: 7px;
	}
	.appointment-content h3 { font-weight: 600;}
	.bapp {font-size: 12.6px !important; width: 100%; letter-spacing: 1.6px !important; font-weight: 500 !important;}
	#top-footer .entity {box-shadow: 1px 3px 24px rgb(0 0 0 / 20%); margin-bottom: 5px; padding: 20px 15px;}
	#top-footer h4.entity-title {font-size: 17.6px !important; font-weight: 600 !important; letter-spacing: 1px;padding-bottom: 2px;	border-bottom: 2px solid;	margin-bottom: 8px !important;}
	#top-footer .text_footer_p{font-size: 14.2px !important; font-weight: 400 !important; letter-spacing: .7px;}
	#top-footer .entity-round-icon { min-width: 15.5rem;	max-width: 15.5rem;}
	#top-footer .entity-round-icon:before {	box-shadow: 0 0 0 0.45rem rgb(255 255 255 / 90%);}
	#top-footer h2.entity-title {font-size: 32px !important; font-weight: 700 !important; padding: 5px; letter-spacing: 2px;}
	#top-footer img.img-fluid {	width: 200px;}
	#abou-1 .subheading-label-guru-manish {	font-size: 15.2px;	margin-bottom: 10px; text-align: center;}
	#abou-1 .section-left .section-head{	text-align: center;}
	#abou-1 .section-head, .section-subhead {margin-bottom: 2.2rem;}
	.about-section {	padding: 60px 0 15px 0 !important;}
	.heading-label-guru-manish {margin-bottom: 5px !important;}
}
@media screen and (min-device-width: 481px) and (max-device-width: 767px) {
	#ACHARYA_MANISH_JI{ padding-top: 0px; padding-bottom: 60px; }
	#ACHARYA_MANISH_JI h3{ font-size: 26px;}
	#ACHARYA_MANISH_JI .section-head { margin-bottom: 1rem; }
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
	#ACHARYA_MANISH_JI{	padding-top: 0px;	padding-bottom: 70px; }
	#ACHARYA_MANISH_JI h3{ font-size: 26px;}
}
/*----------- New Section ACHARYA_MANISH_JI End-------------*/
@media (max-width: 575px) {	.product-thumb {padding: 15px;} }
.product-thumb .item { overflow: hidden; display: block; }
.product-thumb .image { overflow: hidden; position: relative; }
.product-thumb .image a { display: block; position: relative; }
.product-thumb .image img {
	margin: 0 auto;	max-width: 100%; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s;
}
.product-thumb .image .product-img-extra, .product-thumb .image.change {
	left: 0; position: absolute; right: 0; top: 0; opacity: 0;
	-moz-transform: scale(0, 1);	-webkit-transform: scale(0, 1);
	-o-transform: scale(0, 1);	-ms-transform: scale(0, 1);	transform: scale(0, 1);
}
@media (max-width: 575px) {	.product-thumb .image .product-img-extra, .product-thumb .image.change { display: none; } }
.product-thumb .product-title {
	text-decoration: none;	font-weight: 600;	font-size: 18.5px;	line-height: 18px;
	text-transform: capitalize;	margin: 0;	margin-bottom: 5px;
}
@media (max-width: 767px) { .product-thumb .product-title {	font-size: 15px; } }
@media (max-width: 575px) { .product-thumb .product-title {	font-size: 14px; }}
.product-thumb .product-title a {color: #222; white-space: normal; }
.product-thumb .product-flags {	margin: 0;	position: absolute;	top: 0;}
.product-thumb .product-flags .sale {
	position:absolute;	left: 10px;	top: 10px;	color: #fff;	height: 40px;	width: 40px;	left: 10px;
	border-radius:50%;	background: #7fbc1e; text-align: center; font-size: 10px; font-weight: 600; padding: 8px 4px;
}
@media (max-width: 575px) {
	.product-thumb .product-flags .sale {height: auto; width: auto; font-size: 9px; padding: 2px 6px; border-radius: 4px;}
}
.product-thumb .caption { padding: 15px 5px;	position: relative;	text-align: center;}
.product-thumb .price {
    /* If media s below 544 */
	color: #000;	font-size: 14px;	font-weight: 400;	margin-bottom: 0;
	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;	transition: all 0.5s;
}
@media (max-width: 575px) { .product-thumb .price {	font-size: 12px; } }
.product-thumb .price .price-sale {
	color: #3b664a; vertical-align: middle; font-size: 18px; font-weight: 600;	letter-spacing: 0;
}
.product-thumb .price .price-old {
	position: relative;	color: #666;	font-size: 14px;	font-weight: 400;
	text-decoration: line-through;	letter-spacing: 0;
	display: inline-block;	vertical-align: middle;	margin: 0 3px;
}
.product-thumb .price .price-discount {
	color: #3b664a;	margin: 0 5px;	display: none;
	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;	transition: all 0.5s;
}
.product-thumb .outstock-overlay {
	position: absolute;	background: #c92c2c;	text-align: center;	padding: 10px 20px;	width: auto;
	color: #fff;	display: block; line-height: 10px;	font-size: 12px;	font-weight: 600;
	top: 5px;	right: 5px;	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
    /* If media is below 768 */;
}
@media (max-width: 767px) {	.product-thumb .outstock-overlay {display: none;} }
.product-thumb .sold-out { cursor: not-allowed; }
.product-thumb .product-comments {
	margin: 0;	text-align: center;	position: absolute;	bottom: 10px;	left: 0;	right: 0;
	opacity: 1;	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
.product-thumb .product-comments .star_content { display: block;	padding: 0;	margin: 0;}
.product-thumb .product-comments .star_content:after { display: none;}
.product-thumb .product-comments .comment_advice {display: none;}
.product-thumb .button-group {
	position: absolute;	right: 10px;	top: 30px;	display: inline-block;
	vertical-align: middle;	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.product-thumb .button-group i {display: none;}
.product-thumb .button-group > div {display: block;}
.product-thumb .button-group > div button, .product-thumb .button-group > div a {
	width: 40px;	height: 40px;	border: none;	margin-bottom: 5px;
	border-radius: 50%;	padding: 0;	background-color: #fff;	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	fill: #000;	display: inline-block;	vertical-align: middle;
	text-decoration: none;	outline: none;	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	-ms-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
@media (max-width: 575px) {
	.product-thumb .button-group > div button, .product-thumb .button-group > div a {		
		width: 34px; height: 34px;
	}
}
.product-thumb .button-group > div button span, .product-thumb .button-group > div a span {display: none !important;}
.product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-wishlist {	margin: 3px 1px;}
@media (max-width: 575px) {
	.product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-wishlist {		margin: 0;	}
}
@media (min-width: 768px) {
	.product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-wishlist {
		opacity: 0;
		-webkit-transform: translateX(100px);	-moz-transform: translateX(100px);	-ms-transform: translateX(100px);
		-o-transform: translateX(100px);	transform: translateX(100px);
		-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;
		-o-transition: all 0.5s; transition: all 0.5s;
	}
}
@media (min-width: 768px) {
	.product-thumb .button-group .btn-wishlist { transition-delay: 0.2s;}
}
.product-thumb .btn-cart {
	display: inline-block; vertical-align: middle;	position: absolute;	bottom: 10px;
	right: 10px;	margin: 0 auto;	text-align: center;	overflow: hidden;
}
.product-thumb .btn-cart:hover .button {	background-color: #000;}
.product-thumb .btn-cart .button-cart {	display: block;	vertical-align: middle;}
.product-thumb .btn-cart .button-cart svg {	width: 54px;	height: 54px;	fill: #fff;}
@media (max-width: 575px) {
	.product-thumb .btn-cart .button-cart svg {	width: 44px; height: 44px; }
}
.product-thumb .btn-cart .lblcart {	display: none;}
.product-thumb .btn-cart .button {
      /* If media is below 575 */
	height: 54px;	width: 54px;	border: none;	position: relative;	border-radius: 50%;
	display: inline-block;	vertical-align: middle;	background: #3b664a;	color: #000;
	cursor: pointer;	letter-spacing: 0;	fill: #000;	line-height: 0;	text-transform: uppercase;
	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;	transition: all 0.5s;
}
@media (max-width: 430px) {
	.product-thumb .btn-cart .button {	font-size: 11px;}
}
.product-thumb .btn-cart .button.sold-out {	cursor: not-allowed;}
@media (max-width: 575px) {
	.product-thumb .btn-cart .button {	width: 44px; height: 44px;}
}
.product-thumb .btn-cart i {	display: none;}
.product-thumb .countdown-container {
    /* If media s below 464 */
	display: block;	position: absolute;	left: 15px;	right: 15px;	bottom: 18px;
	text-align: center;	opacity: 1;	margin: 0 auto;	border-radius: 25px;
	background: rgba(255, 255, 255, .8);	-ms-transition: all 0.5s;	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}

@media (max-width: 464px) {
	.product-thumb .countdown-container { left: 0; right: 0; }
}
.product-thumb .countdown-container .counter {
	display: inline-block;	vertical-align: middle;	text-align: center;	cursor: pointer;	position: relative;
}
.product-thumb .countdown-container .counter span {	display: block;}
.product-thumb .countdown-container .counter.countdown-seconds .data {	color: #3b664a;}
.product-thumb .countdown-container .counter.countdown-seconds .data:after {	display: none;}
.product-thumb .countdown-container .counter .data {
	font-size: 14px;	font-weight: 500;	border-radius: 0;	color: #333;	padding: 8px 12px;
}
@media (max-width: 991px) {
	.product-thumb .countdown-container .counter .data { padding: 8px 8px; }
}
@media (max-width: 575px) {
	.product-thumb .countdown-container .counter .data { padding: 8px 6px; }
}
.product-thumb .countdown-container .counter .data:after {
	content: ':';	position: absolute;	right: -2px;	top: 7px;	color: #333;
}
.product-thumb .countdown-container .counter .lbl {	display: none;}
.product-container {	background-color: #f7f7f7;}
.product-container:hover .countdown-container {	opacity: 0;}
.product-container:hover .outstock-overlay { opacity: 0;}
.product-container:hover .product-comments .star_content .star_on:before {top: 0;}
.product-container:hover .button-group .btn-quickview, .product-container:hover .button-group .btn-wishlist {
	opacity: 1;	-webkit-transform: rotateX(0deg);	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);	-o-transform: rotateX(0deg);	transform: rotateX(0deg);
}
.product-container:hover .image .product-img-extra {
	opacity: 1;	-moz-transform: scale(1, 1);	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);	-ms-transform: scale(1, 1);	transform: scale(1, 1);
}
.products.grid .product-thumb {	margin: 15px 0;	padding: 0;}
.products.grid:nth-child(3n+1) { clear: left;}
@media (max-width: 1199px) {
	.products.grid:nth-child(3n+1) { clear: none;}
	.products.grid:nth-child(3n+1) { clear: left;	}
}
@media (max-width: 767px) {
	.products.grid:nth-child(3n+1) {clear: none;}
	.products.grid:nth-child(2n+1) {clear: left;}
}
@media (max-width: 575px) {
	.products.list {float: none;	}
}
.products.list .product-container {	background-color: transparent;}
.products.list .product-thumb .item {	border: 0;	border-radius: 0;}
.products.list .product-thumb .outstock-overlay {	opacity: 1;}
.products.list .product-thumb .button-group {	position: unset;}
.products.list .product-thumb .button-group > div {	display: inline-block;	vertical-align: middle;}
.products.list .product-thumb .button-group .btn-quickview, .products.list .product-thumb .button-group .btn-wishlist {
	opacity: 1;	transform: unset;
}
.products.list .product-thumb .image {	float: left;	padding: 0;}
@media (max-width: 767px) {
	.products.list .product-thumb .image {	width: 50%;	}
}
@media (max-width: 575px) {
	.products.list .product-thumb .image {	margin-bottom: 15px; width: 100%; padding: 0;}
}
.products.list .product-thumb .image .button-group { display: none;}
.products.list .product-thumb .product-title {	margin-bottom: 10px;}
.products.list .product-thumb .price {	opacity: 1;	margin-bottom: 10px;}
.products.list .product-thumb .caption {	float: right;	padding-left: 25px;	text-align: left; }

@media (max-width: 767px) {	.products.list .product-thumb .caption { width: 50%;} }
@media (max-width: 575px) {
	.products.list .product-thumb .caption { width: 100%; padding: 0;	text-align: center;}
}
.products.list .product-thumb .caption .description {
	display: block; margin-bottom: 12px; font-size: 14px;
	line-height: 22px; color: #666; letter-spacing: 0.8px;
}
@media (max-width: 575px) {
	.products.list .product-thumb .btn-cart {	text-align: center; }
}
#footer { border-top: 1px solid rgba(102, 102, 102, 0.1);	clear: both; position: relative;}
#footer hr { border-top: none; border-bottom: 1px solid #666; }
#footer section {	margin: 0;}
#footer #slidetop {
	background: #3b664a none repeat scroll 0 0;	box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.25);
	color: transparent;	border-radius: 50%;	bottom: 15px;	cursor: pointer;	height: 40px;	overflow: hidden;
	padding: 6px;	position: fixed;	right: 15px;	text-align: center;
	width: 40px;	z-index: 99;	display: none;
	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;	transition: all 0.5s;
}
#footer #slidetop:before {
	content: "\f106";	display: inline-block;	color: #fff;
	font-family: FontAwesome;	font-size: 24px;	line-height: 26px;
}
#footer #slidetop:after { display: none;}
#footer #slidetop:hover {	background-color: #000;}
#footer a {
	font-weight: 400;	letter-spacing: 0.5px;	font-size: 14px;	color: #666;	line-height: 24px;
	text-decoration: none;	position: relative;	overflow: hidden;	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
#footer a:hover { color: #3b664a;}
#footer h5, #footer .h3 {margin: 0 0 20px 0; color: #000; line-height: 1.2; font-size: 18px; font-weight: 500;	}
@media (min-width: 992px) and (max-width: 1199px) {
	#footer h5, #footer .h3 { font-size: 16px;	}
}
@media (max-width: 991px) {
	#footer h5, #footer .h3 {	display: block;	overflow: hidden;	margin-bottom: 12px;}
}
#footer li { padding: 3px 0; text-decoration: none;	list-style: none; }
@media (min-width: 992px) {	#footer li:last-child {	margin-bottom: 0; }}
#footer .block-contact { display: block;	overflow: hidden; }
@media (max-width: 991px) {
	#footer .block-contact {text-align: center;	padding: 0;}
}
#footer .block-contact .block {	margin-bottom: 20px; letter-spacing: 0.5px;	font-size: 14px;	font-weight: 400;}
@media (min-width: 992px) {	#footer .block-contact .block {	padding: 0;}}
@media (max-width: 991px) {
	#footer .block-contact .block {	float: left;}
}
#footer .block-contact .block:hover .icon {	background-color: #000;}
@media (min-width: 992px) {
	#footer .block-contact .block:last-child {	margin-bottom: 0;}
}
#footer .block-contact .block .icon {
	height: 40px;	width: 40px;	border-radius: 50%;	text-align: center;
	vertical-align: middle;	display: inline-block;	background: #3b664a;	color: white;
	transition: all 0.4s ease 0s;	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;	-o-transition: all 0.4s ease 0s;
}
#footer .block-contact .block .icon i {	font-size: 18px;	line-height: 40px;}
@media (max-width: 991px) {
	#footer .block-contact .block .icon {
		text-align: center;	margin: 0 auto 8px;	display: block;	line-height: 45px;
	}
}
#footer .block-contact .block.email i {	font-size: 18px;}
#footer .block-contact .block .content {
	display: inline-block;	vertical-align: middle;	overflow: hidden;
	text-align: left;	padding-left: 10px;	width: 80%;
}
@media (max-width: 1199px) {
	#footer .block-contact .block .content { width: 75%;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#footer .block-contact .block .content { display: block;	padding: 0;	text-align: center;	width: 100%; }
}
@media (max-width: 991px) {
	#footer .block-contact .block .content { width: 100%; text-align: center; }
}
@media (max-width: 767px) {
	#footer .block-contact .block .content { padding: 0;}
}
@media (max-width: 575px) {
	#footer .block-contact .block .content { width: 100%; text-align: center;}
}
#footer .block-contact .block .content .title {
	font-size: 18px; font-weight: 500; letter-spacing: 0.1px; line-height: 20px; color: #222; margin-bottom:5px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#footer .block-contact .block .content .title {	font-size: 16px;}
}
#footer .block-contact .block .content a, #footer .block-contact .block .content p {
	color: #666;	font-size: 14px;	font-weight: 400;	margin-bottom: 0;
}
#footer .block-container {	position: relative;	margin-bottom: 20px;}
#footer .block-container ul {	padding: 0;	margin: 0;	text-decoration: none;}
#footer .block-container ul li {
	cursor: pointer;	display: inline-block;	vertical-align: middle;	height: 32px;
	width: 32px;	line-height: 30px;	margin: 0 1px;	background: #3b664a;	border-radius: 50%;	text-align: center;
	position: relative;	-webkit-transition: all 0.4s;	-moz-transition: all 0.4s;	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#footer .block-container ul li.facebook { background-color: #3b5999;}
#footer .block-container ul li.twitter { background-color: #00aced;}
#footer .block-container ul li.pinterest {	background-color: #cb2027;}
#footer .block-container ul li.instagram {	background-color: #cc2366;}
#footer .block-container ul li.youtube { background-color: #d12121;}
#footer .block-container ul li a {
	text-align: center;	margin: 0 auto;	text-decoration: none;	display: inline-block;
	vertical-align: middle;	width: auto;	height: auto;	background: transparent !important;
}
#footer .block-container ul li a .socialicon-label { display: none;}
#footer .block-container ul li a:after {display: none;}
#footer .block-container ul li a i { color: #fff; font-size: 15px;	text-align: center;	font-family: FontAwesome; }
#footer .block-container ul li:hover {	background-color: #3b664a;}
#footer .links {display: block;	overflow: hidden;	position: relative;}
@media (min-width: 992px) {
	#footer .links {b max-width: 16%; flex: 0 0 19.66667%;	}
}
@media (max-width: 991px) {
	#footer .links { text-align: left;}
}
#footer .links h2 { letter-spacing: 0;}
#footer .links a {	line-height: 22px;}
#footer .footer-container {	display: block;	overflow: hidden;	padding: 70px 0;}
@media (max-width: 991px) {
	#footer .footer-container {	padding: 40px 0 30px; text-align: center;	}
}
#footer .footer-dropdown {	margin: 0;}
#footer .footer-title .navbar-toggler {	top: 0;	right: 0;	color: #000;}
@media (min-width: 1200px) {
	#footer .collapse {		display: inherit;	}
	#footer .footer-dropdown {	margin-top: 0;}
}
@media (min-width: 992px) {
	#footer .collapse {	display: inherit;	}
}
.footer-after {	display: block;	overflow: hidden;	padding: 10px 0;	background: #3b664a;}
@media (min-width: 992px) {
	.footer-after .row {	display: flex;	align-items: center;}
}
.footer-after .footer-aftertext {margin-bottom: 0;	line-height: 20px; padding: 3px 0;	color:#fff; font-size:14px;}
@media (max-width: 991px) {
	.footer-after .footer-aftertext {	text-align: center;	padding: 5px 0;}
}
.footer-after .footer-aftertext a {
	line-height: 20px;	color: #fff !important;	display: inline-block;	vertical-align: middle;
}
.owl-nav {
	text-align: center; -webkit-transition: all 0.4s;	-moz-transition: all 0.4s;	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	display: inline-block;	border: 1px solid #3b664a;	background-color: #3b664a;
	box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 30%);	width: 4rem;
	height: 2.5rem;	line-height: 2.5rem;	text-align: center;	color: #333;	border-radius: 6px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background-color: #000;	border-color: #000;	box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 50%);
}
.owl-nav .owl-prev:hover i:after, .owl-nav .owl-next:hover i:after { color: #fff;}
.owl-nav .owl-prev i, .owl-nav .owl-next i { height: 35px;	width: 35px; line-height: 35px;}
.owl-nav .owl-prev i:after, .owl-nav .owl-next i:after {
	content: "\E314";	display: inline-block;	font-family: "material icons";
	font-size: 28px;	color: #fff;	margin-left: -2px;
}
.owl-nav .owl-next i:after {	content: "\E315";	margin: 0;}
#_desktop_top_menu {position: relative;	margin: 0;	text-align: center;}
@media (max-width: 991px) {
	#_desktop_top_menu {	display: block;}
}
#top-menu {	padding: 0;	margin: 0;}
#top-menu {	padding: 8px 15px;}

#top-menu > li {
	display: inline-block;	vertical-align: middle;	text-align: center;	position: relative;
	cursor: pointer;	list-style: none;	background: transparent;
}
#top-menu > li:last-child {	border-bottom: 0;}
#top-menu > li:last-child a:after {	display: none;}
@media (max-width: 991px) {
	#top-menu > li {
		padding: 2px 0;	border-bottom: 0;	overflow: hidden;
		display: block;	text-align: left;
	}
}
#top-menu > li .dropdown-item {
	white-space: normal;	display: block;	width: 100%;	clear: both;	text-transform: uppercase;
	text-decoration:none;	text-align:left;
	font-family: 'Chivo', sans-serif !important;	
}
#top-menu .sub-menu .dropdown-item { font-size:13px;	letter-spacing:1px;	}
#top-menu > li .dropdown-item:focus { color:#3b664a;}
#top-menu > li .dropdown-item.active, #top-menu > li .dropdown-item:focus {background-color: transparent; outline: none; }
#top-menu > li .dropdown-item:active { background-color: transparent; }
#top-menu > li > a {
	color: #666;	font-weight: 500;	font-size: 15px;	line-height: 20px;	letter-spacing: 1.5px;
	padding: 7px 18px;	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;	-o-transition: all 0.5s;
	transition: all 0.5s;	font-family: 'Chivo', sans-serif !important;	text-decoration: none;text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#top-menu > li > a { padding: 15px 10px; }
}
#top-menu > li > a.active, #top-menu > li > a:focus { background-color: transparent; outline: none;}
#top-menu > li > a i {float: right; line-height: 16px;	font-size: 22px;}
#top-menu > li > a:hover {	color: #3b664a;	background-color: transparent;}
#_desktop_top_menu #top-menu > li .sub-menu { top: 150%;	opacity: 0;	visibility: hidden;	left: 0;	border: none;	width: auto; z-index: 99; padding: 15px 0px;	border-radius: 3px;	margin: 0;	-webkit-transition: all 0.3s ease;	-o-transition: all 0.3s ease;	transition: all 0.3s ease;	-webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);	text-align: center; }
#_desktop_top_menu #top-menu > li .sub-menu.collapse {	opacity: 0;	visibility: hidden; }
@media (max-width: 1200px) {
	#_desktop_top_menu #top-menu > li .sub-menu { top: 100%; }
}
#_desktop_top_menu #top-menu > li .sub-menu .category_dropdownmenu { width: 200px; padding: 0;}
#_desktop_top_menu #top-menu > li .sub-menu .category_dropdownmenu.multiple-dropdown-menu {	float: left;}
#_desktop_top_menu #top-menu > li .sub-menu .category_dropdownmenu .childs_2 { margin-bottom: 15px; }
#_desktop_top_menu #top-menu > li .sub-menu .category_dropdownmenu .childs_2 li {
	margin-bottom: 6px;	list-style: none;
}
#_desktop_top_menu #top-menu > li .sub-menu .category_dropdownmenu .childs_2 li a {	text-transform: capitalize; }
#_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li {
	text-align: left; float: left; min-width: 190px; list-style: none; background: transparent;
}
@media (max-width: 1200px) {
	#_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li { min-width: 168px; }
}
#_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li > a {
	padding: 0;	padding-bottom: 4px;	margin-bottom: 17px;	color: #000;	text-transform: capitalize;
	font-size: 15px;	position: relative;	display: block;	background: transparent;
}
#_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li > a:before {
	border-top: 1px solid #ddd;	bottom: -7px;	content: "";	position: absolute;
	left: 0;	width: 100%;
}
#_desktop_top_menu #top-menu > li:nth-child(7) .sub-menu, #_desktop_top_menu #top-menu > li:nth-child(8) .sub-menu {
	right: 0; left: auto;
}
#top-menu > li:hover:after {
	-webkit-transform: scaleX(1);	transform: scaleX(1);	-webkit-transform-origin: 0%;	transform-origin: 0%;
}
#_desktop_top_menu #top-menu > li:hover:hover .sub-menu {visibility: visible; top: 100%; opacity: 1; }
.top-menu a.dropdown-submenu {
	color: #000; text-transform: uppercase; font-weight: 400;	display: block; width: 100%; clear: both;
}
.top-menu ul[data-depth="2"] > li {	list-style: none;}
.top-menu ul[data-depth="2"] > li a {
	padding: 0; font-size: 13px; color: #000; font-weight: 400; padding-bottom: 8px;
	background: transparent; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;
	-o-transition: all 0.5s; transition: all 0.5s;
}
.top-menu ul[data-depth="2"] > li a:hover { color: #3b664a;}
.top-menu ul[data-depth="2"] > li:last-child a {	padding-bottom: 0;}
.top-menu .collapse { display: inherit; }
.top-menu .category-image { max-width: 100%; margin: 0 auto;text-align: center;margin-top: 25px;}
.top-menu .popover { max-width: inherit; }
#mobile_top_menu_wrapper {
	position: fixed;	top: 0;	left: 0;	width: 375px;	bottom: 0;	background: white;
	z-index: 999;	overflow-y: auto;	overflow-x: auto;
}
#mobile_top_menu_wrapper #top_menu_closer {
	cursor: pointer; color: #333;	margin: 10px 10px 0 10px;	text-align: right;	display: block;
}
#mobile_top_menu_wrapper #_mobile_top_menu { padding: 10px 10px 10px 12px;}
#mobile_top_menu_wrapper #top-menu {
	margin-bottom: 0;	text-align: left;	display: block;	padding: 2px 0;	background: none;
}
#mobile_top_menu_wrapper #top-menu ul {	padding: 10px 0 0 15px;}
@media (max-width: 991px) {
	#mobile_top_menu_wrapper #top-menu li {	padding: 15px 0; border-bottom: 1px solid #eee; }
	#mobile_top_menu_wrapper #top-menu li .sub-category {	border: 0;	padding: 10px 0;}
	#mobile_top_menu_wrapper #top-menu li .sub-category a {	font-size: 15px;}
	#mobile_top_menu_wrapper #top-menu li:last-child {	border-bottom: 0;}
}
#mobile_top_menu_wrapper #top-menu li a {
	padding: 0;	display: inline-block;	vertical-align: middle;	width: auto;
	margin-bottom: 0;	line-height: 30px;	z-index: 1;	position: relative;	background: #fff;
}
@media (max-width: 991px) {
	#mobile_top_menu_wrapper #top-menu li a {
		font-size: 14.8px; font-weight: 600;  letter-spacing: 1.2px;  width: 100%;
	}
	#mobile_top_menu_wrapper #top-menu .sub-menu li a {
		font-size: 13.4px; width: 100%;
		padding-left: 10px;
	}
	#mobile_top_menu_wrapper #top-menu ul.sub-menu{padding: 10px 0 0 5px;}
	#top-menu .menu-item-has-children a.your-class-name:after {
		content: "▼";
		padding: 0px 8px;
		position: absolute;
		right: 10px;
		top: 0;
		z-index: 1;
		text-align: center;
		width: 10%;
		height: 100%;
		pointer-events: none;
	  }
	  #top-menu > li:last-child a:after {	display: block;}
	  .menu-item-has-children .sub-menu a.dropdown-item:after {
		display: ;
	  }
	  #top-menu > li > a.active, #top-menu > li > a:focus {
		outline: none;
	}

}
#mobile_top_menu_wrapper .top-menu {color: #333; }
#mobile_top_menu_wrapper .top-menu .category-image {display: none; }
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {	display: none;}
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {	display: block;}
#mobile_top_menu_wrapper .top-menu .collapse-icons .remove { display: none;}
#mobile_top_menu_wrapper .top-menu .navbar-toggler {	
	cursor: pointer; right: 0; padding: 0; position: absolute; right: 0; top: 17px;	left: 0;
}
#mobile_top_menu_wrapper .top-menu .navbar-toggler i {float: right; color: #000; line-height:16px; font-size: 22px;}
#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {padding: 0; margin-bottom: 8px;}
#mobile_top_menu_wrapper .top-menu .collapse {display: none;}
#mobile_top_menu_wrapper .top-menu .collapse.show {display: block;}
#mobile_top_menu_wrapper .top-menu .sub-menu {
	box-shadow: none;	z-index: inherit; display: none;	position: static;	overflow: hidden;
	margin-left: 0;	width: 100%;	min-width: 100%;	border: none;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {	display: none;}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.show {display: block;}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {margin: 0; padding: 0;}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
	float: none;	margin: 0;	position: relative;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {	text-transform: capitalize;}
#mobile_top_menu_wrapper .top-menu .sub-menu ul {	padding: 0 0 0 15px; }
#mobile_top_menu_wrapper .top-menu .sub-menu li > a {	margin-bottom: 5px;}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
	padding-left: rem(20px);	padding-bottom: 5px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a { padding-left: rem(40px);}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {	padding-left: rem(60px);}
#mobile_top_menu_wrapper .top-menu .popover {	border-radius: 0;	width: 100% !important; }
#menu-icon {float: left;	cursor: pointer;	padding: 5px;}
#menu-icon .menu-block {width: 40px; height: 40px;}
#menu-icon .menu-block svg {fill: #000;}
@media (max-width: 991px) {
	#menu-icon .menu-block svg {fill: #fff;}
}
.product-comments {margin-bottom: 15px;}
.product-comments span {	display: none;}
.product-comments .star_content {
	display: inline-block;	position: relative;	vertical-align: middle;	padding-right: 15px;	overflow: hidden;
}
@media (max-width: 1199px) {
	.product-comments .star_content {display: block; padding-right: 0; margin-bottom: 10px;}
	.product-comments .star_content:after {	display: none;}
}
@media (max-width: 767px) {
	.product-comments .star_content {
		display: inline-block;	vertical-align: middle; margin-bottom: 0;	padding-right: 15px;
	}
	.product-comments .star_content:after {	display: block;}
}
@media (max-width: 575px) {
	.product-comments .star_content { display: block; padding-right: 0; margin-bottom: 10px;}
	.product-comments .star_content:after {	display: none;}
}
.product-comments .star_content:after {
	content: ''; height: 20px;	width: 1px;	background: #ccc;	position: absolute;	top: 2px;	right: 0;
}
.product-comments .star_content .star {
	color: #000;	display: inline-block;	vertical-align: middle;
	cursor: pointer;	margin: 0;	font-size: 14px;	position: relative;
	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
.product-comments .star_content .star_on:before {
	content: '\f005';	font-family: "FontAwesome";	color: #f5cb0c;
}
.product-comments .star_content .gray:before {
	content: '\f005';	font-family: "FontAwesome";	color: #ccc;
}
.product-comments .comment_advice {	display: inline-block;	vertical-align: middle; }
.product-comments .comment_advice a {
	float: left;	text-decoration: none;	padding: 0 8px;	position: relative;	font-size: 0.9375rem;
	color: #232323;	display: flex;	align-items: center;
}
@media (max-width: 1199px) {
	.product-comments .comment_advice a { padding-left: 0; }
}
@media (max-width: 767px) {
	.product-comments .comment_advice a { padding-left: 8px;}
}
@media (max-width: 575px) {
	.product-comments .comment_advice a { padding: 0;}
	.product-comments .comment_advice a:after {	display: none;}
}
@media (max-width: 1199px) {
	.product-comments .comment_advice a.write_comment {	padding-left: 15px;}
}
@media (max-width: 575px) {
	.product-comments .comment_advice a.write_comment {	margin-bottom: 0;}
}
.product-comments .comment_advice a.write_comment:after {	display: none;}
.product-comments .comment_advice a:after {
	content: '';	height: 20px;	width: 1px;	background: #ccc;	position: absolute;	top: 2px;	right: 0px;
}
.product-comments .comment_advice a i {
	font-size: 16px;	color: #888;	margin-right: 10px;	line-height: 16px;
}
@media (min-width: 992px) {
	#_desktop_seach_widget {
		display: block;	position: relative;	float: right;
	}
}
.search-widget {
	cursor: pointer;	position: relative;	display: inline-block;	vertical-align: middle;
}
@media (max-width: 991px) {
	.search-widget {padding: 5px 0px;	float: right;	position: relative;}
}
.search-widget .search-logo {
	width: 32px;	height: 32px;	display: block;	fill: #000;	transition: all 0.5s;
}
@media (max-width: 991px) {
	.search-widget .search-logo { fill: #fff;}
}
@media (min-width: 992px) {
	.search-widget .search-logo:hover {	fill: #3b664a;}
}
.search-widget form {	top: 0px;	z-index: 2;	position: absolute;	right: 35px;	display: none;}
.search-widget form input[type="text"] {
	min-width: 300px;	width: 100%;	border: 1px solid #e7e7e7;	border-radius: 0 !important;
	height: 40px;	padding: 5px 10px;	background: #fff;	text-transform: capitalize;	font-size: 14px;
	font-weight: 400;	letter-spacing: 0.8px;	padding-right: 42px;	color: #777;
}
.search-widget form input[type="text"]:focus {	background: #fff;  }
.search-widget form input[type="text"]::placeholder {color: #777;}
@media (max-width: 575px) {
	.search-widget form input[type="text"] { min-width: 240px;}
}
@media (max-width: 340px) {
	.search-widget form input[type="text"] { min-width: 220px;}
}
.search-widget form button {
	position: absolute !important;	right: 0;	top:0;	border: none;	background-color: transparent !important;
	height: 40px;	width: 40px;	cursor: pointer;	font-size: 15px;	font-weight: 400;	color: ;
    padding: 10px 5px;	outline: none;	z-index: 11;	-ms-transition: all 0.5s;	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
.search-widget form button i {	font-size: 21px;}
.search-widget form button:hover, .search-widget form button:focus {border: 0; background-color: transparent; color: #3b664a; }
.search-widget form button:active:focus {	border: 0;	background-color: transparent;	color: #3b664a; }
.ishi-customhover-fadeinnormal.scale img, .ishi-customhover-fadeinflip.scale img, .ishi-customhover-fadeinrotate.scale img, .ishi-customhover-fadeinrotate3D.scale img, .ishi-customhover-fadeintop.scale img, .ishi-customhover-fadeinbottom.scale img, .ishi-customhover-fadeoutcenter.scale img, .ishi-customhover-fadeinoutcorner.scale img, .ishi-customhover-fadeoutcorner.scale img, .ishi-customhover-doublefadeincenter.scale img, .ishi-customhover-fadeintopbottom.scale img {
	transform: scale(1);	-moz-transform: scale(1);	-webkit-transform: scale(1);	-o-transform: scale(1);	-ms-transform: scale(1);
}
.ishi-customhover-fadeinnormal:hover.scale img, .ishi-customhover-fadeinflip:hover.scale img, .ishi-customhover-fadeinrotate:hover.scale img, .ishi-customhover-fadeinrotate3D:hover.scale img, .ishi-customhover-fadeintop:hover.scale img, .ishi-customhover-fadeinbottom:hover.scale img, .ishi-customhover-fadeoutcenter:hover.scale img, .ishi-customhover-fadeinoutcorner:hover.scale img, .ishi-customhover-fadeoutcorner:hover.scale img, .ishi-customhover-doublefadeincenter:hover.scale img, .ishi-customhover-fadeintopbottom:hover.scale img {
	transform: scale(1.1);	-moz-transform: scale(1.1);	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);	-ms-transform: scale(1.1);
}
.ishi-customhover-fadeinnormal:after {
	content: "";	position: absolute;	top: 10px;	left: 10px;	right: 10px;	bottom: 10px;
	background: rgba(0, 0, 0, 0.1);	opacity: 0;
	-webkit-transition: all 0.5s ease;	-moz-transition: all 0.5s ease;	-o-transition: all 0.5s ease;	transition: all 0.5s ease;
}
.ishi-customhover-fadeinnormal:hover:after {	opacity: 1;	transform: scale(1);	-moz-transform: scale(1);	-webkit-transform: scale(1);	-o-transform: scale(1);	-ms-transform: scale(1); }
.ishi-customhover-fadeinflip:after {
	content: "";	background-color: rgba(0, 0, 0, 0.1);	position: absolute;	padding: 30px;
	position: absolute;	top: 10px;	bottom: 10px;	left: 10px;	right: 10px;	opacity: 0;
	-webkit-transform: rotate3d(1, 1, 0, 100deg);
	-moz-transform: rotate3d(1, 1, 0, 100deg);	-ms-transform: rotate3d(1, 1, 0, 100deg);
	-o-transform: rotate3d(1, 1, 0, 100deg);	transform: rotate3d(1, 1, 0, 100deg);
	-webkit-transition: all 0.35s ease;	-moz-transition: all 0.35s ease;	transition: all 0.35s ease;
}
.ishi-customhover-fadeinflip:hover:after {
	opacity: 1;	-webkit-transition-delay: 0.14s;	-moz-transition-delay: 0.14s;	transition-delay: 0.14s;
	-webkit-transform: rotate3d(0, 0, 0, 0deg);	-moz-transform: rotate3d(0, 0, 0, 0deg);
	-ms-transform: rotate3d(0, 0, 0, 0deg);	-o-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}
.ishi-customhover-fadeinrotate:after {
	content: '';	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);	position: absolute;	display: block;
	top: 10px;	right: 10px;	bottom: 10px;	opacity: 0;	left: 10px;
	-webkit-transition: all 0.3s ease 0s;	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;	-o-transition: all 0.3s ease 0s;	transition: all 0.3s ease 0s;
	-webkit-transform: rotate(-180deg) scale(0);	-moz-transform: rotate(-180deg) scale(0);
	-ms-transform: rotate(-180deg) scale(0);	-o-transform: rotate(-180deg) scale(0);
	transform: rotate(-180deg) scale(0);
}
.ishi-customhover-fadeinrotate:hover:after {
	-webkit-transform: rotate(0deg) scale(1);	-moz-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);	-o-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);	opacity: 1;
}
.ishi-customhover-fadeinrotate3D:after {
	content: "";	position: absolute;	top: 50%;	left: 50%;	right: 50%;	bottom: 50%;
	-webkit-transition: all 0.9s;	-moz-transition: all 0.9s;	-o-transition: all 0.9s;	transition: all 0.9s;
}
.ishi-customhover-fadeinrotate3D:hover:after {
	background: rgba(0, 0, 0, 0.1);	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);	-ms-transform: rotateY(180deg);
	top: 0;	left: 0;	right: 0;	bottom: 0;
	-webkit-transition: all 0.9s;	-moz-transition: all 0.9s;	-o-transition: all 0.9s;	transition: all 0.9s;
}
.ishi-customhover-fadeintop:after {
	content: "";	background: rgba(0, 0, 0, 0.1);	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;	-moz-transition: all 0.5s ease;	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	width: 100%;	height: 0%;	position: absolute;	left: 0;	right: 0;	top: 0;
}
.ishi-customhover-fadeintop:hover:after {	height: 100%;}
.ishi-customhover-fadeinbottom:after {
	content: ""; background: rgba(0, 0, 0, 0.1); transition: all 0.5s ease;	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;	-ms-transition: all 0.5s ease;	-o-transition: all 0.5s ease;	width: 100%;
	height: 0%;	position: absolute;	left: 0;	right: 0;	bottom: 0;
}
.ishi-customhover-fadeinbottom:hover:after { height: 100%; }
.ishi-customhover-fadeintopbottom:before, .ishi-customhover-fadeintopbottom:after {
	content: "";	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);	bottom: -100%;
	width: 100%;	height: 100%;	display: block;	left: 0;	opacity: 0;	position: absolute;
	-webkit-transition: all 0.8s ease 0s;	-moz-transition: all 0.8s ease 0s;	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;	transition: all 0.8s ease 0s;	z-index: 1;
}
.ishi-customhover-fadeintopbottom:after {	top: -100%;	bottom: auto;}
.ishi-customhover-fadeintopbottom:hover:before {	bottom: 50%;	opacity: 1;}
.ishi-customhover-fadeintopbottom:hover:after {	top: 50%;	opacity: 1;}
.ishi-customhover-doublefadeincenter:before, .ishi-customhover-doublefadeincenter:after {
	content: "";	bottom: 10px;	left: 10px;	opacity: 0;	position: absolute;	right: 10px;	top: 10px;
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
	-o-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
	-ms-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
}
.ishi-customhover-doublefadeincenter:before {
	transform: scale(0, 1);	-webkit-transform: scale(0, 1);	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);	-ms-transform: scale(0, 1);
}
.ishi-customhover-doublefadeincenter:after {
	transform: scale(1, 0);	-webkit-transform: scale(1, 0);	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);	-ms-transform: scale(1, 0);
}
.ishi-customhover-doublefadeincenter:hover:before, .ishi-customhover-doublefadeincenter:hover:after {
	opacity: 1;	transform: scale(1);	-webkit-transform: scale(1);	-moz-transform: scale(1);
	-o-transform: scale(1);	-ms-transform: scale(1);
}
.ishi-customhover-fadeoutcenter:after {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;	bottom: 20px;
	content: "";	left: 20px;	position: absolute;	right: 20px;	top: 20px;
	transform: scale(0);	-webkit-transform: scale(0);	-ms-transform: scale(0);	-o-transform: scale(0);
	opacity: 0;
}
.ishi-customhover-fadeoutcenter:hover:after {
	transform: scale(1);	-webkit-transform: scale(1);	-ms-transform: scale(1);
	-o-transform: scale(1);	transition-duration: 1s;	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;	-khtml-transition-duration: 1s;	-o-transition-duration: 1s;
	opacity: 1;
}
.ishi-customhover-fadeoutcorner:before, .ishi-customhover-fadeoutcorner:after {
	content: "";	position: absolute;	top: 0;	left: 0;	width: 0;	height: 0;
	background: rgba(0, 0, 0, 0.1);	margin: auto;	opacity: 1;	z-index: 1;
}
.ishi-customhover-fadeoutcorner:after {
	bottom: 0;	right: 0;	left: auto;	top: auto;
}
.ishi-customhover-fadeoutcorner:hover:before, .ishi-customhover-fadeoutcorner:hover:after {
	height: 100%;	-webkit-transition: 1.3s;	-moz-transition: 1.3s;	-ms-transition: 1.3s;
	-o-transition: 1.3s;	transition: 1.3s;	opacity: 0;	width: 100%;
}
.ishi-customhover-fadeinoutcorner:after {
	background-color: rgba(0, 0, 0, 0.1);	width: 0;	height: 0;	content: "";	position: absolute;
	-webkit-transition: all 0.4s ease-in-out 0s;	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;	right: 0;
}
.ishi-customhover-fadeinoutcorner:hover:after {	width: 100%;	height: 100%;	right: auto;	left: 0;}
#ishislider {overflow: hidden;	position: relative;	display: block;}
#ishislider .slideshow__link { display: flex;	align-items: center;}
#ishislider .container { position: absolute;	left: 0;	right: 0;}
@media (min-width: 1500px) {
	#ishislider .container { max-width: 1400px;}
}
#ishislider .slider-content-right { float: right;}
#ishislider .slider-content {	padding: 0;}
#ishislider .slider-content .slider-title {
	font-size: 34px;	color: #3b664a;	text-transform: unset;	line-height: 34px;
	margin-bottom: 20px;	letter-spacing: 0.5px;
}
@media (max-width: 1499px) {
	#ishislider .slider-content .slider-title {	font-size: 21px; line-height: 20px;	margin-top: 15%;}
}
@media (max-width: 1199px) {
	#ishislider .slider-content .slider-title {	font-size: 24px; line-height: 26px;	margin-bottom: 15px; }
}
@media (max-width: 991px) {
	#ishislider .slider-content .slider-title { font-size: 20px; line-height: 22px;	margin-bottom: 10px;}
}
@media (max-width: 767px) {
	#ishislider .slider-content .slider-title {	font-size: 16px; line-height: 18px; }
}
@media (max-width: 543px) {
	#ishislider .slider-content .slider-title { font-size: 14px;	line-height: 16px; }
}
@media (max-width: 415px) {
	#ishislider .slider-content .slider-title {	font-size: 13px;}
}
@media (max-width: 380px) {
	#ishislider .slider-content .slider-title {	font-size: 12px; margin-bottom: 5px;}
}
@media (max-width: 350px) {
	#ishislider .slider-content .slider-title {	font-size: 11px; }
}
#ishislider .slider-content .main-title {
	font-size: 74px;	text-transform: unset;	line-height: 80px;	color: #000;	margin-bottom: 27px;
	letter-spacing: 0.5px;	font-weight: 700;
}
@media (max-width: 1499px) {
	#ishislider .slider-content .main-title {	font-size: 52px;	line-height: 50px;}
}
@media (max-width: 1199px) {
	#ishislider .slider-content .main-title { font-size: 48px; line-height: 54px;	margin-bottom: 20px; }
}
@media (max-width: 991px) {
	#ishislider .slider-content .main-title { font-size: 35px;	line-height: 44px;	margin-bottom: 15px; }
}
@media (max-width: 767px) {
	#ishislider .slider-content .main-title { font-size: 26px;	line-height: 36px;}
}
@media (max-width: 543px) {
	#ishislider .slider-content .main-title { font-size: 22px; line-height: 30px; }
}
@media (max-width: 480px) {
	#ishislider .slider-content .main-title {font-size: 20px; line-height: 24px; }
}
@media (max-width: 415px) {
	#ishislider .slider-content .main-title { font-size: 18px; line-height: 22px; margin-bottom: 12px; }
}
@media (max-width: 380px) {
	#ishislider .slider-content .main-title { font-size: 16px; line-height: 20px;	margin-bottom: 10px; }
}
@media (max-width: 350px) {
	#ishislider .slider-content .main-title { font-size: 14px; line-height: 18px; }
}
#ishislider .slider-content .desc {
	font-size: 16.5px;	line-height: 26px;	margin-bottom: 25px;	color: #666;
	letter-spacing: 0.5px;	font-weight: 400;
}
@media (max-width: 1199px) {
	#ishislider .slider-content .desc {	font-size: 15px; }
}
@media (max-width: 991px) {
	#ishislider .slider-content .desc {	font-size: 13.6px;	line-height: 23px;	margin-bottom: 20px; }
}
@media (max-width: 767px) {
	#ishislider .slider-content .desc { display: none; }
}
#ishislider .slider-content .desc p { color: #000;}
@media (max-width: 767px) {
	#ishislider .slider-content .slider-btn { padding: 8px 16px;	font-size: 13px; }
}
@media (max-width: 543px) {
	#ishislider .slider-content .slider-btn { padding: 7px 14px;	font-size: 12px; }
}
@media (max-width: 415px) {
	#ishislider .slider-content .slider-btn { padding: 5px 12px;	font-size: 11px; }
}
@media (max-width: 380px) {
	#ishislider .slider-content .slider-btn {padding: 3px 10px;	font-size: 10px; }
}
@media (max-width: 350px) {
	#ishislider .slider-content .slider-btn { padding: 2px 8px;	font-size: 9px; }
}
#ishislider .owl-item.active .slider-title {
	-webkit-animation-duration: 1s;	animation-duration: 1s;	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	animation-name: fadeInDown;	animation-delay: 0.3s;
}
#ishislider .owl-item.active .main-title {
	-webkit-animation-duration: 1s;	animation-duration: 1s;	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	animation-name: fadeInDown;	animation-delay: 0.35s;
}
#ishislider .owl-item.active .desc {
	-webkit-animation-duration: 1s;	animation-duration: 1s;	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	animation-name: fadeInDown;	animation-delay: 0.4s;
}
#ishislider .owl-item.active .slider-btn {
	-webkit-animation-duration: 1s;	animation-duration: 1s;	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	animation-name: fadeInDown;	animation-delay: 0.5s;
}
#ishislider .owl-nav {	margin: 0;	position: unset; }
@media (max-width: 767px) {
	#ishislider .owl-nav {	display: none; }
}
#ishislider .owl-nav .owl-prev, #ishislider .owl-nav .owl-next {
	position: absolute;	top: 45%;	border-radius: 0%;	background-color: #3b664a;	border: 1px solid #fff;
	padding: 0px; margin: 0 4px; left: 50px; right: auto; width: 30px; height: 30px; overflow: hidden;	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;	-moz-transition: all 0.3s ease-in-out;	
	-o-transition: all 0.3s ease-in-out;	transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
	#ishislider .owl-nav .owl-prev, #ishislider .owl-nav .owl-next { top: 44%;}
}
@media (max-width: 991px) {
	#ishislider .owl-nav .owl-prev, #ishislider .owl-nav .owl-next { top: 38%; }
}
#ishislider .owl-nav .owl-prev:hover, #ishislider .owl-nav .owl-next:hover {
	background-color: #fff; border-color: #fff;
}
#ishislider .owl-nav .owl-prev:hover i:after, #ishislider .owl-nav .owl-next:hover i:after { color: #000; }
#ishislider .owl-nav .owl-prev i, #ishislider .owl-nav .owl-next i {
	line-height: 35px;	height: 30px;	width: 30px;
}
#ishislider .owl-nav .owl-prev i:after, #ishislider .owl-nav .owl-next i:after { margin-left: -2px; }
#ishislider .owl-nav .owl-next { right: 70px;	left: auto;}
#ishislider .owl-nav .owl-next i:after { margin-left: 0px;}
#ishislider .owl-dots {
	position: absolute;	bottom: 14px;	right: 0;	left: 0;	margin: 0 auto;	text-align: center;
	-webkit-transition: all 0.3s;	-moz-transition: all 0.3s;	-o-transition: all 0.3s;	transition: all 0.3s;
}
#ishislider .owl-dots .owl-dot {display: inline-block; vertical-align: middle; margin: 0 2px; outline: none;}
#ishislider .owl-dots .owl-dot span {
	border-radius: 50%;	width: 12px;	height: 12px;	border: 1px solid #fff;	background: transparent;
	margin: 0 3px;	display: block;	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;	-o-transition: all 0.3s;	transition: all 0.3s;
}
#ishislider .owl-dots .owl-dot.active span, #ishislider .owl-dots .owl-dot:hover span {
	background: #fff;	border-color: #fff;
}
#ishislider:hover:before { width: 100%;}
#ishislider:hover .owl-nav .owl-prev, #ishislider:hover .owl-nav .owl-next {
	opacity: 1;	left: 50px;	width: 5rem;	height: 2.5rem;	line-height: 2.5rem;	text-align: center;
	color: #333;	border-radius: 6px;
}
#ishislider:hover .owl-nav .owl-prev {
	-webkit-box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 50%);
	box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 50%);
}
#ishislider:hover .owl-nav .owl-next {
	right: 50px;	left: auto;
	-webkit-box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 50%);	box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 50%);
}
#ishimanufacturerblock .home-title { display: none;}
#ishimanufacturerblock .manufacturer-container {	padding: 30px 15px;	background-color: #3b664a;}
@media (max-width: 767px) {
	#ishimanufacturerblock .manufacturer-container { padding: 20px 15px;	}
}
#ishimanufacturerblock .item .image-container { text-align: center; }
#ishimanufacturerblock .item img {
	width: auto;	max-width: 130px;	display: inline-block;
	-webkit-transition: all 1s;	-moz-transition: all 1s;	-o-transition: all 1s;	transition: all 1s;
	cursor: pointer;	cursor: -moz-pointer;	cursor: -webkit-pointer;
}
@media (max-width: 380px) {
	#ishimanufacturerblock .item img {	max-width: 110px; }
}
#ishimanufacturerblock .item:hover img {
	-moz-transform: rotateY(360deg);	-webkit-transform: rotateY(360deg);	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);	transform: rotateY(360deg);
}
.ishibannerblock {
	text-align: center;	display: block;	overflow: hidden;	position: relative;
}
.ishibannerblock .bannerblock {	display: inline-block;	vertical-align: middle;	margin-bottom: 30px; }
@media (max-width: 633px) {
	.ishibannerblock .bannerblock {	width: 100%; }
}
.ishibannerblock .bannerblock img {
	max-width: 100%;	width: 100%;
	-webkit-transform-style: unset;	transform-style: unset;	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
.ishibannerblock .bannerblock a {
	display: block;	position: relative;	overflow: hidden;
	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
.ishibannerblock.bannerbottom .bannerblock { margin-bottom: 0;}
@media (max-width: 544px) {
	.ishibannerblock.bannerbottom .bannerblock { margin-bottom: 30px;}
}
.ishibannerblock.bannerbottom .bannerblock:last-child {	margin-bottom: 0; }
.ishiservicesblock { display: block;	text-align: center;}
@media (min-width: 768px) {
	.ishiservicesblock .section-header { margin-bottom: 60px;}
}
@media (max-width: 767px) {
	.ishiservicesblock .section-header { margin-bottom: 30px;}
}
.ishiservicesblock .ishiservices .services {
	text-align: center;	cursor: pointer;
	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
@media (max-width: 991px) {
	.ishiservicesblock .ishiservices .services { margin-bottom: 20px; }
	.ishiservicesblock .ishiservices .services:nth-last-child(1), .ishiservicesblock .ishiservices .services:nth-last-child(2) { margin-bottom: 0;}
}
@media (max-width: 575px) {
	.ishiservicesblock .ishiservices .services { padding: 0 15%; }
	.ishiservicesblock .ishiservices .services:nth-last-child(2) { margin-bottom: 20px; }
}
@media (max-width: 400px) {
	.ishiservicesblock .ishiservices .services { padding: 0 10%; }
}
@media (max-width: 350px) {
	.ishiservicesblock .ishiservices .services { padding: 0 15px; }
}
.ishiservicesblock .ishiservices .services:hover .service-img {
	transform: rotateY(360deg);	-webkit-transition: rotateY(360deg);
	-moz-transition: rotateY(360deg);	-o-transition: rotateY(360deg);
}
.ishiservicesblock .ishiservices .services .service-img-outer {
	display: block;	text-align: center;	margin: 0 auto 10px;	position: relative;
}
.ishiservicesblock .ishiservices .services .service-img-outer .service-img {
	display: inline-block;	vertical-align: middle;	text-align: center;
	height: 50px;	width: 50px;	overflow: hidden;
	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
.ishiservicesblock .ishiservices .services .service-block {display: block;	text-align: center;}
.ishiservicesblock .ishiservices .services .service-block .service-title {
	font-size: 18px; font-weight: 600;	margin: 0 0 5px; color: #222; letter-spacing: 0;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}
@media (max-width: 767px) {
	.ishiservicesblock .ishiservices .services .service-block .service-title { font-size: 16px; }
}
.ishiservicesblock .ishiservices .services .service-block .service-desc {
	font-weight: 400;	font-size: 14px;	color: #777;	line-height: 24px;	letter-spacing: 0.42px;
	transition: all 0.5s;	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;	transition: all 0.5s;
}
@media (min-width: 992px) {
	#_desktop_newsletter {	max-width: 27%;	flex: unset; }
}
.block_newsletter { overflow: hidden; display: block; text-align: center;}
@media (max-width: 991px) {
	.block_newsletter {	margin-bottom: 25px; }
}
.block_newsletter .newsletter_text { text-align: center;	position: relative;	padding: 0;}
.block_newsletter .newsletter_text .email-icon {
	width: 50px;	height: 50px;	display: inline-block;	vertical-align: middle;
	margin: 0 auto 15px;	fill: #3b664a;
}
.block_newsletter .newsletter_text .heading {
	font-size: 24px;	font-weight: 500;	margin-bottom: 15px;	letter-spacing: 0;	line-height: 24px;
	color: #222;	position: relative;	text-transform: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.block_newsletter .newsletter_text .heading {	font-size: 20px; }
}
@media (max-width: 767px) {
	.block_newsletter .newsletter_text .heading {	font-size: 20px; }
}
.block_newsletter .newsletter_text .block-newsletter-label {
	font-size: 14px; line-height: 24px;	display: block;	color: #666; margin: 15px 0 16px;
	font-weight: 400; text-align: center;
}
.block_newsletter .newsletter_form { position: relative;width: 100%;text-align: center; margin: 0 auto; }
@media (max-width: 991px) {
	.block_newsletter .newsletter_form { max-width: 100%; }
}
.block_newsletter .newsletter_form form {	margin: 0 auto;	text-align: center;	position: relative; }
@media (max-width: 991px) {
	.block_newsletter .newsletter_form form { width: 70%;  margin: 0 auto; }
}
@media (max-width: 575px) {
	.block_newsletter .newsletter_form form { width: 100%; }
}
.block_newsletter .newsletter_form .input-group__btn { position: absolute;	right: 3px;	top: 3px;	width: auto; }
.block_newsletter .newsletter_form .btn-submit {
	height: 44px;	background-color: #3b664a;	width: 44px;	text-align: center;	cursor: pointer;
	font-size: 14px;	font-weight: 500;	border: none;	border-radius: 50%;	padding: 0;
	-webkit-transition: all 0.4s;	-moz-transition: all 0.4s;	-o-transition: all 0.4s;	transition: all 0.4s;
}
.block_newsletter .newsletter_form .btn-submit svg { fill: #fff; }
.block_newsletter .newsletter_form .btn-submit:hover {	background-color: #000;}
.block_newsletter .newsletter_form input[type="text"] {
	width: 100%;	height: 50px;	border: 1px solid rgba(102, 102, 102, 0.2); color: #999; padding: 10px 20px;
	padding-right: 50px; border-radius: 30px; background-color: white;	font-size: 14px; font-weight: 400;
}
.block_newsletter .newsletter_form input[type="text"]::placeholder { color: #999; }
.block_newsletter .newsletter_form input[type="text"]:focus {	background-color: #fff;	outline: none;}
@media (min-width: 768px) {
	#ishi-singleproduct-section .features-row {	display: inline-block;	background-color: #fff; }
}
@media (min-width: 768px) {
	#ishi-singleproduct-section .features-row .product-single__photos {
		position: sticky;	top: 80px;	float: left;	background-color: #fff;
	}
}
@media (min-width: 768px) {
	#ishi-singleproduct-section .features-row .productfullldetails {	float: left; }
}
#ishi-singleproduct-section .product-block-information .contact-form-bottom { max-width: 800px; margin: 0 auto;}
#ishileftbanners { margin-bottom: 30px; }
@media (max-width: 991px) {
	#ishileftbanners {	text-align: center;	margin-bottom: 15px; }
}
#ishileftbanners .image-container {	position: relative;	margin-bottom: 30px; }
#ishileftbanners .image-container:last-child {	margin-bottom: 0; }
@media (max-width: 991px) {
	#ishileftbanners .image-container {	display: inline-block;	vertical-align: middle; }
}
#ishileftbanners .image-container a {
	display: block; position: relative;	overflow: hidden;
	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
#ishileftbanners .image-container a img {
	width: 100%;	max-width: 100%;	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	-o-transition: all 0.5s;	transition: all 0.5s;
}
@media (min-width: 992px) {
	.ishiaboutusblock .about1 {	display: flex; align-items: center; }
}
.ishiaboutusblock .about1 .about-img-block, .ishiaboutusblock .about1 .about-text { float: left; }
@media (max-width: 991px) {
	.ishiaboutusblock .about1 .about-img-block { margin-bottom: 20px; }
}
@media (max-width: 991px) {
	.ishiaboutusblock .about1 .about-text-block {
		text-align: center;
	}
}
@media (max-width: 991px) {
	.ishiaboutusblock .about1 .about-text-block .section-header {
		text-align: center;
	}
}
@media (min-width: 992px) {
	.ishiaboutusblock .about1 .about-text-block .section-header .title:before {
		position: absolute;
		left: 0;
		right: auto;
	}
}
.ishiaboutusblock .about1 .about-text-block .description {
	color: #777;
	margin-bottom: 25px;
}

@media (max-width: 575px) {
	.ishiaboutusblock .about1 .about-text-block .description {
		margin-bottom: 20px;
	}
}
.ishiaboutusblock .about1 .about-text-block .description p {
	margin-bottom: 10px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-size: 15px;
	font-weight: 400;
}
.ishiaboutusblock .about1 .about-text-block .category_list {
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}
.ishiaboutusblock .about1 .about-text-block .category_list .list-item {
	margin-bottom: 0;
}
.ishiaboutusblock .about1 .about-text-block .category_list .list-item li {
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 500;
	list-style: none;
	text-align: left;
	margin-bottom: 10px;
	color: #666;
	padding: 0 10px 0 18px;
	position: relative;
	line-height: 24px;
}
@media (min-width: 992px) {
	.ishiaboutusblock .about1 .about-text-block .category_list .list-item li {
		width: 50%;
		float: left;
	}
}
@media (max-width: 991px) {
	.ishiaboutusblock .about1 .about-text-block .category_list .list-item li {
		display: inline-block;
		vertical-align: middle;
	}
}
@media (max-width: 400px) {
	.ishiaboutusblock .about1 .about-text-block .category_list .list-item li {
		display: block;
	}
}
.ishiaboutusblock .about1 .about-text-block .category_list .list-item li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3b664a;
	top: 8px;
	left: 0;
}
.ishiaboutusblock .about1 .about-text-block .about-btn {
	display: inline-block;
	overflow: hidden;
}
@media (min-width: 992px) {
	.ishiaboutusblock .about2 {
		display: flex;
		align-items: center;
	}
}
.ishiaboutusblock .about2 .about-img2, .ishiaboutusblock .about2 .about-text2 {
	float: left;
}
@media (max-width: 991px) {
	.ishiaboutusblock .about2 .about-img2 {
		margin: 20px 0 0;
	}
}
@media (max-width: 991px) {
	.ishiaboutusblock .about2 .section-header {
		text-align: center;
	}
}
.ishiaboutusblock .about2 .section-header .title:before {
	left: 0;
	right: auto;
}
@media (max-width: 991px) {
	.ishiaboutusblock .about2 .section-header .title:before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
.ishiaboutusblock .about2 .section-header .description {
	margin-bottom: 25px;
}
@media (max-width: 575px) {
	.ishiaboutusblock .about2 .section-header .description {
		margin-bottom: 20px;
	}
}
.ishiaboutusblock .about2 .section-header .description p {
	color: #777;
	margin-bottom: 10px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-size: 15px;
	font-weight: 400;
}
@media (max-width: 991px) {
	.ishiaboutusblock .about2 .section-header .about-img {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	#ishifeatures .row {
		display: flex;
		align-items: center;
	}
}
#ishifeatures .features-right .ishifeaturesblock-container {
	margin-bottom: 30px;
	text-align: center;
}
#ishifeatures .features-right .ishifeaturesblock-container:nth-child(3) {
	margin-bottom: 0;
}
@media (max-width: 575px) {
	#ishifeatures .features-right .ishifeaturesblock-container:nth-child(3) {
		margin-bottom: 30px;
	}
}
#ishifeatures .features-right .ishifeaturesblock-container:last-child {
	margin-bottom: 0;
}
#ishifeatures .features-right .ishifeaturesblock-container:hover .image-inner {
	transform: rotateY(360deg);
	-webkit-transition: rotateY(360deg);
	-moz-transition: rotateY(360deg);
	-o-transition: rotateY(360deg);
}
#ishifeatures .features-right .ishifeaturesblock-container:hover .features-title {
	letter-spacing: 0.9px;
}
#ishifeatures .features-right .ishifeaturesblock-container .item-inner {
	border-radius: 10px;
	border: 1px solid rgba(102, 102, 102, 0.1);
	padding: 30px 15px;
}
@media (max-width: 575px) {
	#ishifeatures .features-right .ishifeaturesblock-container .item-inner {
		padding: 30px 15%;
	}
}
@media (max-width: 400px) {
	#ishifeatures .features-right .ishifeaturesblock-container .item-inner {
		padding: 30px 10%;
	}
}
@media (max-width: 350px) {
	#ishifeatures .features-right .ishifeaturesblock-container .item-inner {
		padding: 30px 15px;
	}
}
#ishifeatures .features-right .ishifeaturesblock-container .item-inner .image-inner {
	min-width: 50px;
	min-height: 50px;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#ishifeatures .features-right .ishifeaturesblock-container .item-inner .features-title {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#ishifeatures .features-right .ishifeaturesblock-container .item-inner .features-title {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	#ishifeatures .features-right .ishifeaturesblock-container .item-inner .features-title {
		font-size: 16px;
	}
}
#ishifeatures .features-right .ishifeaturesblock-container .item-inner .features-subtitle {
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
#ishifeatures .features-right .ishifeaturesblock-container .item-inner .features-subtitle p {
	color: #666;	margin-bottom: 0;
}
.paymentlogo-container {
  /* If media is below 992 */
	text-align: right;
	float: right;
}
@media (max-width: 991px) {
	.paymentlogo-container {
		text-align: center;
		display: block;
		float: none;
		padding: 7px 0;
	}
}
.paymentlogo-container img {
	border-radius: 0;
	cursor: pointer;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.ishitestimonialsblock .bgimage {
	background-image: url(../images/b1-s1-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}
/* .ishitestimonialsblock .separator-double:before, .separator-double:after{background-color:#fff;} */
@media (max-width: 767px) {
	.ishitestimonialsblock .bgimage {
		padding: 40px 0;
	}
}
@media (min-width: 768px) {
	.ishitestimonialsblock .bgimage .section-header {
		margin-bottom: 45px;
	}
}
@media (max-width: 767px) {
	.ishitestimonialsblock .bgimage .section-header {
		margin-bottom: 30px;
	}
}
.ishitestimonialsblock .bgimage .ishitestimonials-container {
	background-color: #fff;
	text-align: left;
	padding: 65px 50px 40px;
	margin-top: 60px;
	position: relative;
}
@media (max-width: 1199px) {
	.ishitestimonialsblock .bgimage .ishitestimonials-container {
		padding: 65px 30px 40px;
	}
}
@media (max-width: 767px) {
	.ishitestimonialsblock .bgimage .ishitestimonials-container {
		text-align: center;
		padding: 40px 30px 30px;
		margin-top: 0;
	}
}
@media (max-width: 575px) {
	.ishitestimonialsblock .bgimage .ishitestimonials-container {
		padding: 40px 15px 30px;
	}
}
.ishitestimonialsblock .bgimage .ishitestimonials-container .testimonial-img {
	display: inline-block;
	vertical-align: middle;
	min-width: 100px;
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto;
	border: 5px solid #3b664a;
	overflow: hidden;
	margin-bottom: 0;
	position: absolute;
	top: -60px;
	left: 50px;
}
@media (max-width: 1199px) {
	.ishitestimonialsblock .bgimage .ishitestimonials-container .testimonial-img {
		left: 30px;
	}
}
@media (max-width: 767px) {
	.ishitestimonialsblock .bgimage .ishitestimonials-container .testimonial-img {
		position: unset;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.ishitestimonialsblock .bgimage .ishitestimonials-container .testimonial-img {
		margin-bottom: 15px;
	}
}
.ishitestimonialsblock .bgimage .ishitestimonials-container .user-description {
	color: #666;
	margin-bottom: 15px;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
}
.ishitestimonialsblock .bgimage .ishitestimonials-container .user-name {
	color: #222;
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}
@media (max-width: 575px) {
	.ishitestimonialsblock .bgimage .ishitestimonials-container .user-name {
		font-size: 20px;
		display: block;
		margin-bottom: 5px;
	}
}
.ishitestimonialsblock .bgimage .ishitestimonials-container .user-designation {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	padding-left: 6px;
	color: #3b664a;
}
@media (max-width: 575px) {
	.ishitestimonialsblock .bgimage .ishitestimonials-container .user-designation {
		display: block;
		padding-left: 0;
	}
}
.ishitestimonialsblock .bgimage .ishitestimonials-container .user-ratting {
	margin-top: 10px;
}
.ishitestimonialsblock .bgimage .ishitestimonials-container .user-ratting .starrating i {
	position: relative;
	font-style: normal;
	display: inline-block;
}
.ishitestimonialsblock .bgimage .ishitestimonials-container .user-ratting .starrating i.starfill:after {
	content: "\F005";
	font-family: "FontAwesome";
	color: #fec42d;
	font-size: 18px;
}
.ishitestimonialsblock .bgimage .owl-nav {
	margin-bottom: 0;
	position: absolute;
	top: -60px;
	right: 0px;
}
#ishistoreinfo {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
#ishistoreinfo .store-logo {
    /* If media is above 1200 */
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
@media (min-width: 1200px) {
	#ishistoreinfo .store-logo {
		width: 90%;
	}
}
#ishistoreinfo .store-logo img {
	max-width: 100%;
}
#ishistoreinfo .store-logo:after {
	display: none;
}
#ishistoreinfo .store-description {
	text-align: center;
	margin: 0 auto;
	width: 90%;
    /* If media is above 1200 */;
}
@media (min-width: 1200px) {
	#ishistoreinfo .store-description {
		width: 60%;
	}
}
#ishistoreinfo .store-description p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
	color: #666;
}
.ishiproductsblock {
	display: block;
	position: relative;
	text-align: center;
}
.ishiproductsblock .product-container {	background-color: #f7f7f7;}
.ishiproductsblock .product-thumb {	float: left;}
@media (max-width: 575px) {
	.ishiproductsblock .owl-nav {
		margin-top: 10px;
	}
}
#ishispecialproducts {	text-align: center;}
.smartblog_block {
	display: block;
	position: relative;
	text-align: center;
}
.smartblog_block .blog_post {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 15px 15px 25px;
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .1);
}
@media (max-width: 575px) {
	.smartblog_block .blog_post {		margin: 0px 10px 5px;	}
}
.smartblog_block .blog_post:hover .news_module_image_holder {
	position: relative;
}
.smartblog_block .blog_post:hover .news_module_image_holder img {
	-webkit-transform-style: unset;
	transform-style: unset;
}
.smartblog_block .blog_post:hover .news_module_image_holder .blog_date {
	-moz-transform: translateY(22px);
	-webkit-transform: translateY(22px);
	-o-transform: translateY(22px);
	-ms-transform: translateY(22px);
	transform: translateY(22px);
}
.smartblog_block .blog_post:hover .news_module_image_holder .write-comment a {
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.smartblog_block .blog_post .news_module_image_holder {
	display: block;
	max-width: 100%;
	position: relative;
}
.smartblog_block .blog_post .news_module_image_holder img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transform-style: unset;
	transform-style: unset;
}
.smartblog_block .blog_post .news_module_image_holder .blog_date {
    /* If media is below 768 */
	position: absolute;
	bottom: 13px;
	background: transparent;
	left: 0;
	right: 0;
	padding: 12px 0;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 767px) {
	.smartblog_block .blog_post .news_module_image_holder .blog_date {
		font-size: 20px;
	}
}
.smartblog_block .blog_post .news_module_image_holder .blog_date i {
	display: none;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
	color: #3b664a;
	padding-right: 5px;
}
.smartblog_block .blog_post .news_module_image_holder .write-comment {
    /* If media is below 768 */
	position: absolute;
	background: #fff;
	color: ;
    bottom: -20px;
	padding: 20px 15px 15px;
	left: 50px;
	right: 50px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.smartblog_block .blog_post .news_module_image_holder .write-comment {
		left: 10px;
		right: 10px;
	}
}
.smartblog_block .blog_post .blog_content {
	padding: 30px 10px;	text-align: center;
}
.smartblog_block .blog_post .blog_content .blog_title {
	margin-bottom: 10px;
	margin-top: 0;
}
.smartblog_block .blog_post .blog_content .blog_title a {
    /* If media is below 768 */
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
@media (max-width: 767px) {
	.smartblog_block .blog_post .blog_content .blog_title a {
		font-size: 14px;
	}
}
.smartblog_block .blog_post .blog_content .blog-desc {
	font-size: 14px;
	color: #666;
}
@media (max-width: 767px) {
	.smartblog_block .owl-nav {
		margin-top: 15px;
	}
}
.smartblog_block .owl-nav .owl-prev, .smartblog_block .owl-nav .owl-next {
	position: absolute;
	right: -7px;
	top: 40%;
}
.smartblog_block .owl-nav .owl-prev i:after, .smartblog_block .owl-nav .owl-next i:after {
	display: none;
}
.smartblog_block .owl-nav .owl-prev {	left: -7px;}
.ishicategoryblock {
	text-align: center;
	overflow: hidden;
	position: relative;
}
.ishicategoryblock .ishicategory {
	text-align: center;
	overflow: hidden;
	position: relative;
    /* If media is above 767 */;
}
.ishicategoryblock .ishicategory .image-container {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ishicategoryblock .ishicategory .image-container img {
	max-width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ishicategoryblock .ishicategory .text-container {
	position: relative;
	font-size: 16px;
	margin-top: 5px;
	padding: 10px 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 767px) {
	.ishicategoryblock .ishicategory .text-container {
		margin-top: 10px;
	}
}
.ishicategoryblock .ishicategory .text-container span {
	padding: 10px;
	cursor: pointer;
	color: #000;
	background: #fff;
}
@media (max-width: 767px) {
	.ishicategoryblock .ishicategory .text-container span {
		color: #000;
		background: #3b664a;
	}
}
.ishicategoryblock .ishicategory .text-container:hover span {
	color: #fff !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
@media (min-width: 768px) {
	.ishicategoryblock .ishicategory:hover .text-container {
		-moz-transform: translateY(-80px) rotateX(360deg);
		-webkit-transform: translateY(-80px) rotateX(360deg);
		-o-transform: translateY(-80px) rotateX(360deg);
		-ms-transform: translateY(-80px) rotateX(360deg);
		transform: translateY(-80PX) rotateX(360deg);
		box-shadow: 0 0 4px 3px rgba(0, 0, 0, .2);
	}
	.ishicategoryblock .ishicategory:hover .text-container span {
		color: #000;
		background: #3b664a;
	}
}
#ishiparallaxbanner {
	position: relative;
}
@media (min-width: 1200px) {
	#ishiparallaxbanner {
		margin-bottom: 80px !important;
	}
}
#ishiparallaxbanner .parallax {
	padding: 75px 0 125px 0;
	background-color: #d5dfd9;
	display: block;
	position: relative;
}
@media (max-width: 767px) {
	#ishiparallaxbanner .parallax {
		padding: 40px 0;
	}
}
#ishiparallaxbanner .parallax .timer-text-block {
	text-align: left;
	padding-left: 10%;
}
@media (max-width: 1199px) {
	#ishiparallaxbanner .parallax .timer-text-block {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	#ishiparallaxbanner .parallax .timer-text-block {
		text-align: center;
		margin-bottom: 20px;
	}
}
#ishiparallaxbanner .parallax .timer-text-block .title {
	font-size: 58px;
	line-height: 60px;
	letter-spacing: 0px;
	font-weight: 700;
	position: relative;
	margin-bottom: 25px;
	color: #222;
}
@media (max-width: 1199px) {
	#ishiparallaxbanner .parallax .timer-text-block .title {
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 991px) {
	#ishiparallaxbanner .parallax .timer-text-block .title {
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	#ishiparallaxbanner .parallax .timer-text-block .title {
		font-size: 26px;
		line-height: 30px;
	}
}
#ishiparallaxbanner .parallax .timer-text-block .description {
	margin-bottom: 25px;
	color: rgba(34, 34, 34, 0.7);
}
@media (max-width: 575px) {
	#ishiparallaxbanner .parallax .timer-text-block .description {
		margin-bottom: 20px;
	}
}
#ishiparallaxbanner .parallax .timer-text-block .description p {
	margin-bottom: 10px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-size: 15px;
	font-weight: 400;
}
#ishiparallaxbanner .parallax .timer-text-block .bannercountdown {	margin-bottom: 25px;}
#ishiparallaxbanner .parallax .timer-text-block .bannercountdown .counter {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	min-width: 45px;
	margin-right: 20px;
}
@media (max-width: 991px) {
	#ishiparallaxbanner .parallax .timer-text-block .bannercountdown .counter {
		min-width: 35px;
		margin: 0 10px;
	}
}
#ishiparallaxbanner .parallax .timer-text-block .bannercountdown .counter.countdown-seconds .data {
	color: #000;
}
#ishiparallaxbanner .parallax .timer-text-block .bannercountdown .counter .data {
	font-size: 42px;
	line-height: 34px;
	letter-spacing: 0px;
	font-weight: 600;
	position: relative;
	color: #3b664a;
}
@media (max-width: 991px) {
	#ishiparallaxbanner .parallax .timer-text-block .bannercountdown .counter .data {
		font-size: 28px;
		line-height: 28px;
	}
}
#ishiparallaxbanner .parallax .timer-text-block .bannercountdown .counter .data:after {
	position: absolute;
	left: auto;
	right: -17px;
	content: ":";
	top: 7px;
	font-size: 30px;
	font-weight: 700;
}
@media (max-width: 991px) {
	#ishiparallaxbanner .parallax .timer-text-block .bannercountdown .counter .data:after {		top: 3px;	}
}
#ishiparallaxbanner .parallax .timer-text-block .bannercountdown .counter:last-child .data:after {
	display: none;
}
#ishiparallaxbanner .parallax .timer-image {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	left: auto;
}
@media (max-width: 767px) {
	#ishiparallaxbanner .parallax .timer-image {		position: unset;	}
}
#ishiinstagramblock {
	position: relative;
	text-align: center;
}
#ishiinstagramblock .home-title a {
	display: block;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	font-weight: 700;
	color: #222;
	text-transform: unset;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
@media (max-width: 1199px) {
	#ishiinstagramblock .home-title a {
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 991px) {
	#ishiinstagramblock .home-title a {
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	#ishiinstagramblock .home-title a {
		font-size: 26px;
		line-height: 26px;
	}
}
@media (max-width: 575px) {
	#ishiinstagramblock .home-title a {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}
#ishiinstagramblock .home-title a h3 {
	font-size: 16px;
	display: block;
	line-height: 24px;
	letter-spacing: 8px;
	font-weight: 500;
	margin-bottom: 12px;
	color: #3b664a;
}
@media (max-width: 991px) {
	#ishiinstagramblock .home-title a h3 {
		letter-spacing: 5px;
	}
}
@media (max-width: 767px) {
	#ishiinstagramblock .home-title a h3 {
		letter-spacing: 3px;
	}
}
@media (max-width: 575px) {
	#ishiinstagramblock .home-title a h3 {
		font-size: 14px;
		margin-bottom: 8px;
	}
}
#left-column h3, #right-column h3 {
	margin: 0;
}
#left-column .block-title, #right-column .block-title {
	border: medium none;
	color: #000;
	font: 400 16px/18px 'Poppins', sans-serif;
	letter-spacing: 1px;
	width: 100%;
	display: block;
	margin: 0;
	text-align: left;
	background: #f5f5f5;
	padding: 15px;
	text-transform: uppercase !important;
    /* If media is below 1200 */;
}
@media (max-width: 1199px) {
	#left-column .block-title, #right-column .block-title {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	#left-column .collapse, #right-column .collapse {
		display: none;
	}
	#left-column .collapse.show, #right-column .collapse.show {
		display: block;
	}
	#left-column .collapse.data-toggler, #right-column .collapse.data-toggler {
		display: inherit;
	}
}
#left-column #search_filters_wrapper, #right-column #search_filters_wrapper {
	margin-bottom: 30px;
	text-decoration: none;
    /* If media is below 992 */;
}
@media (max-width: 991px) {
	#left-column #search_filters_wrapper, #right-column #search_filters_wrapper {
		margin-bottom: 15px;
	}
}
#left-column #search_filters_wrapper .text-uppercase, #right-column #search_filters_wrapper .text-uppercase {
    /* If media is below 992 */
	color: #000;
	font: 400 16px/18px 'Poppins', sans-serif;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 10px;
	text-transform: uppercase !important;
}
@media (max-width: 991px) {
	#left-column #search_filters_wrapper .text-uppercase, #right-column #search_filters_wrapper .text-uppercase {
		margin-bottom: 0;
	}
}
#left-column .category-block-container, #right-column .category-block-container {
	margin-bottom: 30px;
	text-decoration: none;
	border: 1px solid #eee;
    /* If media is below 992 */;
}
@media (max-width: 991px) {
	#left-column .category-block-container, #right-column .category-block-container {
		margin-bottom: 15px;
	}
}
#left-column .category-block-container .text-uppercase, #right-column .category-block-container .text-uppercase {
	color: #000;
	font: 400 16px/18px 'Poppins', sans-serif;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 0;
	text-transform: uppercase !important;
}
#left-column .category-block-container .block-categories, #right-column .category-block-container .block-categories {
	background: #fff;
	width: 100%;
}
#left-column .category-block-container .block-categories a, #right-column .category-block-container .block-categories a {
	color: #232323;
}
#left-column .category-block-container .block-categories .category-top-menu, #right-column .category-block-container .block-categories .category-top-menu {
	margin-bottom: 0;
	padding: 15px;
}
#left-column .category-block-container .block-categories .category-sub-menu li, #right-column .category-block-container .block-categories .category-sub-menu li {
	position: relative;
}
#left-column .category-block-container .block-categories .category-sub-menu li[data-depth="0"] > a, #right-column .category-block-container .block-categories .category-sub-menu li[data-depth="0"] > a {
	font-weight: 400;
	display: inline-block;
	margin: 0.3125rem 0 0;
	padding-bottom: 0.2875rem;
	font-size: 14px;
}
#left-column .category-block-container .block-categories .category-sub-menu .category-sub-menu, #right-column .category-block-container .block-categories .category-sub-menu .category-sub-menu {
	margin-left: 10px;
}
#left-column .category-block-container .block-categories .category-sub-menu .category-sub-menu li[data-depth="1"], #right-column .category-block-container .block-categories .category-sub-menu .category-sub-menu li[data-depth="1"] {
	margin-bottom: 0.625rem;
}
#left-column .category-block-container .block-categories .category-sub-menu .category-sub-menu .category-sub-link, #right-column .category-block-container .block-categories .category-sub-menu .category-sub-menu .category-sub-link {
	font-size: 0.875rem;
}
#left-column .category-block-container .block-categories .collapse-icons, #right-column .category-block-container .block-categories .collapse-icons {
	position: absolute;
	right: 0;
	top: 7px;
	padding: 0;
	cursor: pointer;
}
#left-column .category-block-container .block-categories .collapse-icons i, #right-column .category-block-container .block-categories .collapse-icons i {
	font-size: 16px;
	color: #232323;
}
#left-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .add, #right-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .add {
	display: none;
}
#left-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .remove, #right-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .remove {
	display: block;
}
#left-column .category-block-container .block-categories .collapse-icons .add:hover, #right-column .category-block-container .block-categories .collapse-icons .add:hover {
	color: #000;
}
#left-column .category-block-container .block-categories .collapse-icons .remove, #right-column .category-block-container .block-categories .collapse-icons .remove {
	display: none;
}
#left-column .category-block-container .block-categories .collapse-icons .remove:hover, #right-column .category-block-container .block-categories .collapse-icons .remove:hover {
	color: #000;
}
#left-column .products, #right-column .products {	padding: 10px 0 0;}
#left-column .product-miniature, #right-column .product-miniature {	padding: 10px;}
#left-column .product-miniature .product-container, #right-column .product-miniature .product-container {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
	background-color: transparent;
	width: 100%;
	border: 0;
}
#left-column .product-miniature .product-container .image, #right-column .product-miniature .product-container .image {
	float: left;
	margin-right: 10px;
}
#left-column .product-miniature .product-container .image .product-thumbnail img, #right-column .product-miniature .product-container .image .product-thumbnail img {
	max-width: 90px;
	border: 1px solid #eee;
}
#left-column .product-miniature .product-container .product-price-and-shipping, #right-column .product-miniature .product-container .product-price-and-shipping {
	text-align: left;
	opacity: 1;
	font-weight: 500;
}
#left-column .product-miniature .product-container .product-price-and-shipping .regular-price, #right-column .product-miniature .product-container .product-price-and-shipping .regular-price {
	color: #000;
	text-decoration: line-through;
}
#left-column .product-miniature .product-container .product-price-and-shipping .discount-percentage, #right-column .product-miniature .product-container .product-price-and-shipping .discount-percentage {
	color: #3b664a;
}
#left-column .product-miniature .product-container .product-price-and-shipping .price, #right-column .product-miniature .product-container .product-price-and-shipping .price {
	color: #777;
}
#left-column .product-miniature .product-container .product-title, #right-column .product-miniature .product-container .product-title {
	text-align: left;
	border: 0;
	margin-bottom: 0.5rem;
	padding: 0;
	line-height: 20px;
}
#left-column .product-miniature .product-container .product-title a, #right-column .product-miniature .product-container .product-title a {
	color: #000;
}
#left-column .product-miniature .product-container .caption, #right-column .product-miniature .product-container .caption {
	margin-top: 0;
	padding: 0;
	overflow: hidden;
}
#left-column .product-miniature:last-child .product-container, #right-column .product-miniature:last-child .product-container {
	border-bottom: 0;
}
#left-column .all-product-link, #right-column .all-product-link {
	font-weight: 400;
	margin: 0 0 15px;
	font-size: 14px;
	text-align: right;
	display: block;
}
#left-column .all-product-link i, #right-column .all-product-link i {
	line-height: 0;
	position: relative;
	top: 7px;
}
#left-column section.featured-products, #right-column section.featured-products {
	margin-bottom: 30px;
	padding: 0;
	border: 1px solid #eee;
}
@media (max-width: 991px) {
	#left-column section.featured-products, #right-column section.featured-products {
		margin-bottom: 15px;
	}
}
#left-column section.featured-products .product-container .product-description .product-title a, #right-column section.featured-products .product-container .product-description .product-title a {
	font-size: 14px;
}
#left-column section.featured-products .product-container .product-price-and-shipping .sr-only, #right-column section.featured-products .product-container .product-price-and-shipping .sr-only, #left-column section.featured-products .product-container .product-price-and-shipping .price, #right-column section.featured-products .product-container .product-price-and-shipping .price {
	font-size: 14px;
}
#left-column section.featured-products .product-container .product-price-and-shipping .discount-percentage, #right-column section.featured-products .product-container .product-price-and-shipping .discount-percentage, #left-column section.featured-products .product-container .product-price-and-shipping .discount-amount, #right-column section.featured-products .product-container .product-price-and-shipping .discount-amount {
	padding: 2px;
	font-size: 14px;
}
.block-title, .title {
	position: relative;
}
.block-title .navbar-toggler, .title .navbar-toggler {
	position: absolute;
	top: 12px;
	right: 15px;
	padding: 0;
}
.block-title .navbar-toggler i.add, .title .navbar-toggler i.add {	display: none;}
.block-title .navbar-toggler i.remove, .title .navbar-toggler i.remove {	display: block;}
.block-title.collapsed .navbar-toggler i.add, .title.collapsed .navbar-toggler i.add {
	display: block;
}
.block-title.collapsed .navbar-toggler i.remove, .title.collapsed .navbar-toggler i.remove {	display: none;}
.clear-all-wrapper {	padding: 15px 15px;}
#search_filters, #search_filters_brands, #search_filters_suppliers {
	margin-bottom: 25px;
	background: white;
	border: 1px solid #eee;
}
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
	padding: 0 15px;
	padding-top: 0.625rem;
}
#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
	display: block;
}
#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
	color: #454545;
	font: 500 14px/28px 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
#search_filters .facet .h6, #search_filters_brands .facet .h6, #search_filters_suppliers .facet .h6 {
	color: #232323;
}
#search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
	margin-bottom: 0;
}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
	font-size: 14px;
	color: #969696;
	display: inline-block;
	line-height: 28px;
	vertical-align: middle;
}
#search_filters .js-search-filters-clear-all, #search_filters_brands .js-search-filters-clear-all, #search_filters_suppliers .js-search-filters-clear-all {
	text-transform: uppercase;
	cursor: pointer;
	background-color: #000;
	border-color: #000;
	color: #fff;
	padding: 10px 15px;
}
#search_filters .js-search-filters-clear-all i, #search_filters_brands .js-search-filters-clear-all i, #search_filters_suppliers .js-search-filters-clear-all i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 4px;
}
#search_filters .js-search-filters-clear-all:hover, #search_filters_brands .js-search-filters-clear-all:hover, #search_filters_suppliers .js-search-filters-clear-all:hover {
	background-color: #3b664a;
	color: #fff;
	border-color: #3b664a;
}
#search_filters_brands .facet, #search_filters_suppliers .facet {
	padding-top: 0;
}
#search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
	margin-bottom: 0.3125rem;
}
.active_filters {
	background: #dededd;
	padding: 0.625rem;
	margin-bottom: 1.25rem;
}
.active_filters .active-filter-title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	font-weight: 500;
	margin-bottom: 0;
}
.active_filters ul {	display: inline;	margin: 0;}
.active_filters .filter-block {
	color: #a9a9a9;
	background: white;
	padding: 0.625rem;
	display: inline-block;
}
.active_filters .filter-block .close {
	color: #a9a9a9;
	font-size: 14px;
	opacity: 1;
	margin-top: 1px;
	margin-left: 5px;
}
.custom-checkbox {	position: relative;}
.custom-checkbox input[type="checkbox"] {
	margin-top: 0.25rem;
	opacity: 0;
	cursor: pointer;
	position: absolute;
}
.custom-checkbox input[type="checkbox"] + span {
	margin-right: 3px;
	display: inline-block;
	width: 0.9375rem;
	height: 0.9375rem;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ddd;
	background: #fafafa none repeat scroll 0 0;
}
.custom-checkbox input[type="checkbox"] + span.active, .custom-checkbox input[type="checkbox"] + span:hover {
	border-color: #333;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
	display: block;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
	display: none;
	margin: -0.25rem -0.125rem;
	font-size: 20px;
	color: #232323;
}
@media (min-width: 992px) {
	.hb-animate-element {
		opacity: 0;
	}
	.hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
		animation: 1s ease 0s normal none 1 fadeInRight;
		-webkit-animation: 1s ease 0s normal none 1 fadeInRight;
		-moz-animation: 1s ease 0s normal none 1 fadeInRight;
		-o-animation: 1s ease 0s normal none 1 fadeInRight;
		opacity: 1;
	}
	.lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
		animation: 1s ease 0s normal none 1 fadeInLeft;
		-webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
		-moz-animation: 1s ease 0s normal none 1 fadeInLeft;
		-o-animation: 1s ease 0s normal none 1 fadeInLeft;
	}
	.hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
		animation: 1s ease 0s normal none 1 fadeInLeft;
		-webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
		-moz-animation: 1s ease 0s normal none 1 fadeInLeft;
		-o-animation: 1s ease 0s normal none 1 fadeInLeft;
		opacity: 1;
	}
	.lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
		animation: 1s ease 0s normal none 1 fadeInRight;
		-webkit-animation: 1s ease 0s normal none 1 fadeInRight;
		-moz-animation: 1s ease 0s normal none 1 fadeInRight;
		-o-animation: 1s ease 0s normal none 1 fadeInRight;
	}
	.hb-animate-element.hb-animate-element.hb-in-viewport.bottom-to-top {
		animation: 1s ease 0s normal none 1 fadeInUp;
		-webkit-animation: 1s ease 0s normal none 1 fadeInUp;
		-moz-animation: 1s ease 0s normal none 1 fadeInUp;
		-o-animation: 1s ease 0s normal none 1 fadeInUp;
		opacity: 1;
	}
	.hb-animate-element.hb-animate-element.hb-in-viewport.top-to-bottom {
		animation: 1s ease 0s normal none 1 fadeInDown;
		-webkit-animation: 1s ease 0s normal none 1 fadeInDown;
		-moz-animation: 1s ease 0s normal none 1 fadeInDown;
		-o-animation: 1s ease 0s normal none 1 fadeInDown;
		opacity: 1;
	}
	.hb-animate-element.hb-animate-element.hb-in-viewport.fade-in {
		animation: 1s ease 0s normal none 1 fadeIn;
		-webkit-animation: 1s ease 0s normal none 1 fadeIn;
		-moz-animation: 1s ease 0s normal none 1 fadeIn;
		-o-animation: 1s ease 0s normal none 1 fadeIn;
		opacity: 1;
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
.cart-grid {	margin-bottom: 1rem;}
.cart-items {	margin-bottom: 0;}
.cart-item {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.cart-item:last-child {	border-bottom: 0;}
.cart-item:hover {
	background: #fafafa;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.cart-summary-line {
	margin-bottom: 10px;
	clear: both;
}
.cart-summary-line .label {
	font-weight: normal;
	white-space: inherit;
	font-size: 13px;
	color: #6a6a6a;
}
.cart-summary-line .value {
	float: right;
	font-size: 18px;
	color: #3b3b3b;
}
.cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {
	font-weight: normal;
}
.cart-grid-body {	margin-bottom: 0.75rem;}
.cart-grid-body a.label:hover {	color: #000;}
.cart-grid-body .card-block {
	padding: 15px;
	display: block;
}
.cart-grid-body .card-block h3 {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #232323;
}
.cart-grid-body .cart-overview {
	padding: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.cart-grid-right .promo-discounts {	margin-bottom: 0;}
.cart-grid-right .promo-discounts .cart-summary-line .label {
	color: #55595c;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
	text-decoration: underline;
	cursor: pointer;
}
.cart-grid-right #block-reassurance li .block-reassurance-item {
	text-transform: capitalize;
}
.block-promo .promo-code {
	padding: 1.6rem;
	background: #818a91;
}
.block-promo .promo-code .alert-danger {
	position: relative;
	margin-top: 1.25rem;
    color: white;
	display: none;
}
.block-promo .promo-code .alert-danger::after {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    border-width: 10px;
	margin-left: -10px;
}
.block-promo .promo-input {
	color: #a9a9a9;
	border: #55595c 1px solid;
	height: 2.5rem;
	text-indent: 0.625rem;
	width: 60%;
}
.block-promo .promo-input + button {
	margin-top: -4px;
	text-transform: capitalize;
}
.block-promo .cart-summary-line .label, .block-promo .promo-name {
    font-weight: 600;
}
.block-promo .cart-summary-line .label a, .block-promo .promo-name a {
	font-weight: normal;
	color: #a9a9a9;
	display: inline-block;
}
.block-promo .promo-code-button {
	padding-left: 1.25rem;
	margin-bottom: 1.25rem;
	display: inline-block;
}
.block-promo.promo-highlighted {
	padding: 1.25rem;
	padding-bottom: 0;
	margin-bottom: 0;
}
.product-line-grid-left {
	margin: 0 auto;
	text-align: center;
}
.product-line-grid-left img {
	max-width: 100%;
	border: 1px solid #eee;
}
.product-line-grid-body > .product-line-info {
	margin-bottom: 10px;
}
.product-line-grid-body > .product-line-info > .label {
	padding: 0;
	line-height: inherit;
	text-align: left;
	white-space: inherit;
	color: #000;
	font-size: 14px;
}
.product-line-grid-body > .product-line-info > .out-of-stock {	color: red;}
.product-line-grid-body > .product-line-info > .unit-price-cart {
	padding-left: 0.3125rem;
	font-size: 0.875rem;
	color: #55595c;
}
.product-line-grid-body .product-desc {
	color: #909796;
	font-size: 12px;
	margin-bottom: 8px;
}
.product-line-grid-body .product-price {	display: none;}
.product-line-grid-right .cart-line-product {	float: right;}
.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
	color: #3b3b3b;
	line-height: 36px;
	font-size: 19px;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
	background: url(../icons/delete.png) no-repeat center 0;
	width: 19px;
	height: 26px;
	color: #a9a9a9;
	display: inline-block;
	margin-top: 0.3125rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart i, .product-line-grid-right .product-price .remove-from-cart i {
	display: none;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover, .product-line-grid-right .product-price .remove-from-cart:hover {
	background-position: center -36px;
}
.product-line-grid-right .qty {
	display: inline-block;
	vertical-align: middle;
}
.product-line-grid-right .qty .form-control {
	padding: 10px;
}
@media (max-width: 575px) {
	.product-line-grid-right .price {		padding: 0;	}
}
.product-line-grid-right .product_qty_price {	float: left;}
@media (max-width: 575px) {
	.product-line-grid-right .product_qty_price {
		padding: 0;
	}
}
@media (max-width: 767px) {
	#cart .col-xs-4 {
		float: left;
		width: 33.33333%;
	}
	#cart .col-xs-8 {
		float: left;
		width: 66.66667%;
	}
	#cart .col-xs-12 {
		float: left;
		width: 100%;
	}
	#cart .col-xs-10 {
		float: left;
		width: 83.33333%;
	}
	#cart .col-xs-2 {
		float: left;
		width: 16.66667%;
	}
	#cart .col-xs-6 {
		float: left;
		width: 50%;
	}
}
@media (max-width: 767px) {
	.product-line-grid-body, .product-line-grid-left {
		margin-bottom: 1rem;
	}
}
@media (max-width: 575px) {
	.cart-item {		border-bottom: 1px solid #eee;	}
	.cart-item:last-child {		border-bottom: 0;	}
	.cart-grid-body .cart-overview {		padding: 0;	}
	.cart-grid-body .no-items {
		padding: 1rem;
		display: inline-block;
	}
	.product-line-grid-left {		padding-right: 0 !important;	}
}
.separator {
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
}
.cart-container .separator {	display: none;}
@media (min-width: 992px) {
	.hb-animate-element {
		opacity: 0;
	}
	.hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
		animation: 1s ease 0s normal none 1 fadeInRight;
		-webkit-animation: 1s ease 0s normal none 1 fadeInRight;
		-moz-animation: 1s ease 0s normal none 1 fadeInRight;
		-o-animation: 1s ease 0s normal none 1 fadeInRight;
		opacity: 1;
	}
	.lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
		animation: 1s ease 0s normal none 1 fadeInLeft;
		-webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
		-moz-animation: 1s ease 0s normal none 1 fadeInLeft;
		-o-animation: 1s ease 0s normal none 1 fadeInLeft;
	}
	.hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
		animation: 1s ease 0s normal none 1 fadeInLeft;
		-webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
		-moz-animation: 1s ease 0s normal none 1 fadeInLeft;
		-o-animation: 1s ease 0s normal none 1 fadeInLeft;
		opacity: 1;
	}
	.lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
		animation: 1s ease 0s normal none 1 fadeInRight;
		-webkit-animation: 1s ease 0s normal none 1 fadeInRight;
		-moz-animation: 1s ease 0s normal none 1 fadeInRight;
		-o-animation: 1s ease 0s normal none 1 fadeInRight;
	}
	.hb-animate-element.hb-animate-element.hb-in-viewport.bottom-to-top {
		animation: 1s ease 0s normal none 1 fadeInUp;
		-webkit-animation: 1s ease 0s normal none 1 fadeInUp;
		-moz-animation: 1s ease 0s normal none 1 fadeInUp;
		-o-animation: 1s ease 0s normal none 1 fadeInUp;
		opacity: 1;
	}
	.hb-animate-element.hb-animate-element.hb-in-viewport.top-to-bottom {
		animation: 1s ease 0s normal none 1 fadeInDown;
		-webkit-animation: 1s ease 0s normal none 1 fadeInDown;
		-moz-animation: 1s ease 0s normal none 1 fadeInDown;
		-o-animation: 1s ease 0s normal none 1 fadeInDown;
		opacity: 1;
	}
	.hb-animate-element.hb-animate-element.hb-in-viewport.fade-in {
		animation: 1s ease 0s normal none 1 fadeIn;
		-webkit-animation: 1s ease 0s normal none 1 fadeIn;
		-moz-animation: 1s ease 0s normal none 1 fadeIn;
		-o-animation: 1s ease 0s normal none 1 fadeIn;
		opacity: 1;
	}
}
.owl-nav .owl-prev, .owl-nav .owl-next {	margin: 0px 5px;}
.scroll-box-arrows {
	display: none;
}
.scroll-box-arrows i {
	position: absolute;
	bottom: 5%;
	height: 100px;
	line-height: 100px;
	cursor: pointer;
}
.scroll-box-arrows .left {	left: 0;}
.scroll-box-arrows .right {	right: 0;}
.mask .owl-nav .owl-prev, .mask .owl-nav .owl-next {
	left: -15px;
	right: auto;
	position: absolute;
	top: 35%;
	margin: 0;
	width: 30px;
	height: 30px;
}
@media (max-width: 575px) {
	.mask .owl-nav .owl-prev, .mask .owl-nav .owl-next {top: 42%;}
}
@media (max-width: 400px) {
	.mask .owl-nav .owl-prev, .mask .owl-nav .owl-next {	top: 35%;	}
}
.mask .owl-nav .owl-prev i, .mask .owl-nav .owl-next i {
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.mask .owl-nav .owl-next {
	right: -15px;
	left: auto;
}
#product-availability {
	display: flex;
	font-weight: 600;
	width: 100%;
	overflow: hidden;
	align-items: center;
	color: #000;
}
#product-availability .material-icons {
	line-height: inherit;
	line-height: 22px;
}
#product-availability .product-available {
	color: #4cbb6c;
	margin-right: 3px;
}
#product-details .product-manufacturer {
	margin-bottom: 15px;
}
#product-details .label {
	font-weight: 500;
	margin-right: 10px;
	color: #444;
	margin-bottom: 12px;
}
#product-details span {
	color: #969696;
	line-height: 20px;
}
.product-features {
	margin-top: 1.25rem;
	margin-left: 0.3125rem;
	text-align: center;
}
.product-features > dl.data-sheet {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
	flex: 1 0 40%;
	font-weight: normal;
	background: #ebebeb;
	padding: 0.625rem;
	margin-right: 0.625rem;
	min-height: 2.5rem;
	word-break: normal;
	text-transform: capitalize;
	margin-bottom: 0.5rem;
	align-items: center;
	justify-content: center;
	display: flex;
}
.product-features > dl.data-sheet dd.value:nth-of-type(even), .product-features > dl.data-sheet dt.name:nth-of-type(even) {
	background: #f6f6f6;
}
.product-variants > .product-variants-item {	margin-bottom: 16px;}
.product-variants > .product-variants-item:last-child {	margin-bottom: 12px;}
.product-variants > .product-variants-item select {
	background-color: white;
	width: auto;
	padding-right: 1.875rem;
	height: 2.625rem;
	padding-left: 5px;
	border: 1px solid #ededed;
}
.product-variants > .product-variants-item ul {	margin-bottom: 0;}
.product-variants > .product-variants-item label {	margin-bottom: 0;}
.product-variants > .product-variants-item ul li {
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
}
.product-variants > .product-variants-item .color {
	margin-left: 0;
	margin-top: 0;
}
.product-variants > .product-variants-item .color, .product-variants > .product-variants-item .custom-checkbox input[type="checkbox"] + span.color {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	cursor: pointer;
	background: #fafafa none repeat scroll 0 0;
	display: inline-block;
	justify-content: center;
	margin-right: 5px;
	width: 20px;
	border: 2px solid #000;
}
.product-add-to-cart {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.product-flags {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
li.product-flag {
	position: absolute;
	display: block;
	padding: 5px 7px;
	color: #000;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
	z-index: 2;
}
li.product-flag.discount, li.product-flag.on-sale {
	top: 10px;
	right: 10px;
}
li.product-flag.new {
	top: 10px;
	left: 10px;
}
li.product-flag.online-only {
	left: 10px;
	bottom: 10px;
	display: none;
}
li.product-flag.online-only::before {
	content: "\E30A";
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin: 5px;
	font-size: 12px;
}
li.product-flag.pack {
	color: #000;
	right: 10px;
	top: 30px;
}
.product-additional-info {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.product-additional-info .social-sharing {	margin-bottom: 15px;}
.product-additional-info .social-sharing span {
	display: block;
	margin-bottom: 0.375rem;
	font-weight: 500;
	color: #000;
}
.product-additional-info .social-sharing ul {	margin-bottom: 0;}
.product-additional-info .social-sharing li {
	height: 35px;
	width: 60px;
	display: inline-block;
	background-color: #fff;
	cursor: pointer;
	margin-right: 4px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.product-additional-info .social-sharing li a {
	display: block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-align: center;
	line-height: 38px;
	text-indent: unset;
	overflow: hidden;
}
.product-additional-info .social-sharing li a:before {
	display: inline-block;
	vertical-align: middle;
	font-family: FontAwesome;
	font-weight: 400;
	position: relative;
	font-size: 18px;
	line-height: 33px;
	color: #fff;
}
.product-additional-info .social-sharing li a:hover {
	color: transparent;
}
.product-additional-info .social-sharing li.facebook {
	background-color: #3b5999;
}
.product-additional-info .social-sharing li.facebook a:before {
	content: "";
}
.product-additional-info .social-sharing li.twitter {
	background-color: #00aced;
}
.product-additional-info .social-sharing li.twitter a:before {
	content: "\f099";
}
.product-additional-info .social-sharing li.googleplus {
	background-color: #dc473b;
}
.product-additional-info .social-sharing li.googleplus a:before {
	content: "\f0d5";
}
.product-additional-info .social-sharing li.pinterest {
	background-color: #cb2027;
}
.product-additional-info .social-sharing li.pinterest a:before {
	content: "\f231";
}
.product-additional-info .social-sharing li:hover {
	background: #3b664a;
}
.product-additional-info .paymentlogo-container {
	padding: 0;
	float: left;
	text-align: left;
}
.product-additional-info .paymentlogo-container span {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	color: #000;
}
.product-additional-info .paymentlogo-container img {
	margin: 1px 2px 7px 2px;
	padding: 2px;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
	.product-cover img {
		width: 100%;
	}
}
.product-accessories-block {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.product-accessories-block {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.product-accessories-block .owl-nav {
		margin-top: 10px;
	}
}
#product #ishispecialproducts, #leftsidebarproduct #ishispecialproducts, #rightsidebarproduct #ishispecialproducts {
	display: block;
	width: 100%;
	overflow: hidden;
}
#block-reassurance {	margin-bottom: 30px;}
#block-reassurance.block-reassurance-cart {	margin-bottom: 0;}
#block-reassurance img {
	opacity: 0.9;
	width: rem(25px);
	margin-right: rem(10px);
}
#block-reassurance li {	margin-bottom: 7px;}
#block-reassurance li:last-child {	margin-bottom: 0;}
#block-reassurance li .block-reassurance-item {
	padding: 15px;
	border-left: 3px solid #3b664a ! important;
	border: 1px solid #e9e9e9;
	background: #f7f8fa;
	text-transform: capitalize;
}
#block-reassurance span {
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
#tab-about tr {
	line-height: 26px;
	color: #787878;
	margin-bottom: 20px;
	letter-spacing: 0.1px;
	font-weight: 500;
	font-size: 15px;
}
#tab-review {	text-align: left;}
#tab-review h2 {
	margin: 10px 0 15px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
#tab-review .form-group {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 15px;
}
#tab-review .control-label {
	padding: 7px 0 5px;
	margin-right: 10px;
}
#tab-review .custom-radio {	margin-right: 7px;}
#tab-review .help-block {
	display: block;
	margin: 10px 0;
	color: #737373;
}
#contact #wrapper {
	display: block;
	width: 100%;
	overflow: hidden;
}
#contact #wrapper iframe {
	width: 100%;
	border: 0;
}
.contact-form-information {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
}
@media (max-width: 767px) {
	.contact-form-information {
		padding-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.contact-form-information .contact-banner {
		text-align: center;
	}
}
.contact-form-information .contact-banner .image-container {
	position: relative;
}
@media (max-width: 991px) {
	.contact-form-information .contact-banner .image-container {
		display: inline-block;
		vertical-align: middle;
	}
}
.contact-form-information .contact-banner .image-container a {
	display: block;
	position: relative;
}
.contact-form-information .contact-banner .image-container a:after {
	border-color: #3b664a;
	border-style: solid;
	border-width: 4px;
	content: "";
	height: 100%;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
@media (max-width: 767px) {
	.contact-form-information .contact-banner .image-container a:after {
		display: none;
	}
}
.contact-form-information .contact-banner .image-container a:hover:after {	border-color: ;}

.contact-form-information .contact-banner .image-container img {
	max-width: 100%;
	width: 100%;
}
.contact-form-information .information-container {
	text-align: left;
}
@media (max-width: 991px) {
	.contact-form-information .information-container {
		text-align: center;
	}
}
.contact-form-information .information-container .list-contact-info .contact_info_item {
	float: left;
}
@media (max-width: 575px) {
	.contact-form-information .information-container .list-contact-info .contact_info_item {
		width: 100%;
		float: none;
	}
}
.contact-form-information .information-container .list-contact-info .contact_info_item h3 {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	margin: 20px 0 10px;
	line-height: 1.1;
	text-transform: capitalize;
}
.contact-form-information .information-container .list-contact-info .contact_info_item p, .contact-form-information .information-container .list-contact-info .contact_info_item a {
	color: #696969;
	line-height: 25px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 400;
}
.contact-form-information .information-container .list-contact-info .contact_info_item p a:hover, .contact-form-information .information-container .list-contact-info .contact_info_item a a:hover {
	color: #696969;
}
.contact-form-information .information-container .list-contact-info .contact_info_item:nth-child(3) {
	clear: left;
}
.contact-form-information .information-container .list-contact-info .block-social {
	margin: 0;
	text-align: left;
	top: 0;
	padding: 0 15px;
}
@media (max-width: 991px) {
	.contact-form-information .information-container .list-contact-info .block-social {
		text-align: center;
	}
}
.contact-form-information .information-container .list-contact-info .block-social li {
	display: inline-block;
	vertical-align: middle;
}
.contact-form-information .information-container .list-contact-info .block-social li a:before {
	font-size: 16px;
}
.contact-form-information .information-container .list-contact-info .block-social li a i {
	font-size: 14px;
	color: #fff;
	line-height: 34px;
}
.contact-form-information .information-container .list-contact-info .block-social li a .socialicon-label {
	display: none;
}
.title-container {
	padding: 16px 0;
	padding-right: 0;
	margin-bottom: 45px;
}
@media (min-width: 992px) {
	.title-container {	padding-left: 30px;	}
}
@media (max-width: 767px) {
	.title-container {		margin-bottom: 10px;	}
}
.title-container .heading {
	color: #444;
	font-size: 40px;
	display: block;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	margin: 20px 0 10px;
	line-height: 1.1;
}
@media (max-width: 575px) {
	.title-container .heading {		font-size: 25px;	}
}
.title-container .subheading {
	color: #3b664a;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.1em;
}
@media (max-width: 575px) {
	.title-container .subheading {		font-size: 15px;	}
}
.contact-form-bottom {	padding: 15px;}
@media (min-width: 1200px) {
	.contact-form-bottom {
		max-width: 1000px;
		margin: 0 auto;
	}
}
.contact-form-bottom .title-container {	text-align: center;}
.contact-form-bottom .form-field label {	display: none;}
.contact-form-bottom .form-field .form-group {	margin-bottom: 0;}
.contact-form-bottom .form-field .form-control {
	box-shadow: none;
	width: 100%;
	font-size: 15px;
	line-height: 1.42857;
	color: #555;
	border-color: #e9e9e9;
	padding: 0 12px;
	margin-bottom: 15px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-form-bottom .form-field input {
	border-radius: 30px;
	height: 45px;
}
.contact-form-bottom .form-field .form-group-area textarea {
	border-radius: 30px;
	padding: 12px 12px 0;
	height: auto;
}
.contact-form-bottom .submit-button {
	margin: 0 auto;
	text-align: center;
}
.contact-form-bottom .submit-button .btn {	margin: 0;}
#content-wrapper #smartblogcat {	margin-bottom: 30px !important;}
#content-wrapper #smartblogcat .sdsarticleCat {
	overflow: hidden;
	margin-bottom: 30px;
	text-align: left;
}
@media (max-width: 1199px) {
	#content-wrapper #smartblogcat .sdsarticleCat {
		text-align: center;
	}
}
#content-wrapper #smartblogcat .sdsarticleCat:last-child > div {
	margin-bottom: 0;
}
#content-wrapper #smartblogcat .sdsarticleCat .articleContent {
	margin-bottom: 0;
}
#content-wrapper #smartblogcat .sdsarticleCat .articleContent img {
	max-width: 100%;
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc {
	position: relative;
	top: 0;
}
@media (max-width: 991px) {
	#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc {
		padding: 15px;
	}
}
@media (max-width: 1199px) {
	#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc {
		margin-top: 15px;
	}
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .author {	float: left;}
@media (max-width: 1199px) {
	#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .author {
		float: none;
	}
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader {
	margin: 15px 0;
}
@media (max-width: 1199px) {
	#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader {
		margin: 10px 0;
	}
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader h3 {
	margin-bottom: 0;
	font-weight: 400;
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader h3 a {
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	text-decoration: none;
	line-height: 24px;
}
@media (max-width: 575px) {
	#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader h3 a {
		font-size: 17px;
	}
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail {
	margin-bottom: 15px;
	display: block;
}
@media (max-width: 1199px) {
	#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail {
		margin-bottom: 10px;
	}
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span {
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	text-transform: capitalize;
	color: #3b664a;
	line-height: 25px;
}
@media (max-width: 575px) {
	#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span {		font-size: 14px;	}
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span a, #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span i {
	color: #3b664a;
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticle-des {
	display: block;
	margin-bottom: 15px;
	color: #666;
	line-height: 24px;
}
@media (max-width: 1199px) {
	#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticle-des {
		margin-bottom: 10px;
	}
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsreadMore {
	display: block;
	overflow: hidden;
	position: relative;
}
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsreadMore a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#right-column section, #left-column section {
	margin-bottom: 15px;
	padding: 0;
	border: 1px solid #eee;
}
#right-column #blogarticle-container, #left-column #blogarticle-container {
	margin-top: 20px;
}
#right-column .description, #left-column .description {
	position: relative;
	margin-bottom: 20px;
	padding: 0 10px 20px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#right-column .description:last-child, #left-column .description:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
#right-column .description .blog-artical, #left-column .description .blog-artical {
	float: left;
	display: inline-block;
	margin-right: 8px;
}
#right-column .description .blog-artical img, #left-column .description .blog-artical img {
	max-width: 80px;
}
#right-column .description .blog-desc, #left-column .description .blog-desc {
	display: inline-block;
	width: 60%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#right-column .description .blog-desc, #left-column .description .blog-desc {		width: 50%;	}
}
#right-column .description .blog-desc h3, #left-column .description .blog-desc h3 {
	color: #151515;
	font-size: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#right-column .description .blog-desc h3 a, #left-column .description .blog-desc h3 a {
	color: #151515;
}
#right-column .description .blog-desc .smart-desc, #left-column .description .blog-desc .smart-desc {
	font-size: 12px;
	color: #666;
	font-style: italic;
}
#right-column .description .blog-desc .smart-desc .meta-date, #left-column .description .blog-desc .smart-desc .meta-date {
	font-size: 12px;
	color: #666;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
}
#right-column .description .blog-desc .smart-desc .meta-likes, #left-column .description .blog-desc .smart-desc .meta-likes {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #666;
	font-style: italic;
}
#right-column .description .blog-desc .smart-desc .meta-likes i, #left-column .description .blog-desc .smart-desc .meta-likes i {
	color: #f27482;
	font-size: 12px;
}
#right-column .description .blog-desc .smart-desc .meta-likes i span, #left-column .description .blog-desc .smart-desc .meta-likes i span {
	color: #666;
}
#right-column .description .blog-desc .smart-desc .meta-likes i:hover, #left-column .description .blog-desc .smart-desc .meta-likes i:hover {
	color: #ed4b5c;
}
#right-column .popular-blog #tag-container, #left-column .popular-blog #tag-container {
	margin: 18px 10px;
}
#right-column .popular-blog ul li, #left-column .popular-blog ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 15px;
	border: 1px solid #eee;
	margin: 4px 2px;
	cursor: poiner;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#right-column .popular-blog ul li a, #left-column .popular-blog ul li a {	color: #000;}
#right-column .popular-blog ul li:hover, #left-column .popular-blog ul li:hover {
	background-color: #3b664a;
	border-color: #3b664a;
}
#right-column .popular-blog ul li:hover a, #left-column .popular-blog ul li:hover a {	color: #fff;}
.block .articleContent {
	margin-bottom: 15px;
	overflow: hidden;
}
.block .articleContent .single-blogpost-img {
	margin-bottom: 30px;
	text-align: center;
}
.block .articleContent .page-item-title .h3 {
	margin-bottom: 20px;
	text-transform: none;
	color: #3b664a;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.2em;
}
.block .articleContent .page-item-title h2 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #15110d;
	line-height: 1.2em;
}
@media (max-width: 575px) {
	.block .articleContent .page-item-title h2 {		font-size: 25px;	}
}
.block .articleContent .post-info {
	margin-bottom: 10px;
}
@media (min-width: 576px) {
	.block .articleContent .post-info {
		display: flex;
		align-items: center;
	}
}
.block .articleContent .post-info > li {
	margin: 0 30px 10px 0;
	display: flex;
	padding: 0;
	align-items: center;
	font-size: 14px;
	color: #505050;
	font-weight: 300;
	position: relative;
	line-height: 26px;
	text-transform: capitalize;
}
.block .articleContent .post-info a {
	color: #505050;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	position: relative;
	text-transform: capitalize;
}
.block .articleContent .post-info .fa {
	padding-right: 5px;
	color: #3b664a;
}
.block .articleContent a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.block .articleContent .sdsarticle-des p {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 15px;
	line-height: 26px;
	color: #505050;
	letter-spacing: 0;
}
.block .articleContent .sdsarticle-des .h4 {
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-size: 18px;
	text-transform: uppercase;
	color: #15110d;
}
@media (max-width: 575px) {
	.block .articleContent .sdsarticle-des .h4 {
		font-size: 16px;
		line-height: 25px;
	}
}
.smartblogcomments h2, .smartblogcomments .h2 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #15110d;
	line-height: 1.2em;
}
@media (max-width: 575px) {
	.smartblogcomments h2, .smartblogcomments .h2 {		font-size: 25px;	}
}
.smartblogcomments .comment-list {
	margin: 0 0 50px 0;
	padding: 0;
}
@media (min-width: 576px) {
	.smartblogcomments .comment-list li .comment-content {
		display: flex;
		margin-bottom: 35px;
	}
}
@media (max-width: 575px) {
	.smartblogcomments .comment-list li .comment-content {
		margin: 0 auto 20px;
		text-align: center;
	}
}
.smartblogcomments .comment-list li .avatar {
	width: 120px;
	min-width: 120px;
	height: 120px;
	margin-right: 30px;
	border-radius: 50%;
	overflow: hidden;
}
@media (max-width: 575px) {
	.smartblogcomments .comment-list li .avatar {
		margin-right: 0;
		margin: 0 auto 20px;
	}
}
.smartblogcomments .comment-list li img {	max-width: 100%;}
.smartblogcomments .comment-list li time {
	display: block;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	color: #30271c;
}
.smartblogcomments .comment-list li .h3 {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 2px;
	color: #30271c;
	text-transform: uppercase;
}
@media (max-width: 575px) {
	.smartblogcomments .comment-list li .h3 {
		text-align: center;
	}
}
.smartblogcomments .comment-list li p {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 26px;
	color: #505050;
	letter-spacing: 0;
}
@media (max-width: 575px) {
	.smartblogcomments .comment-list li p {
		text-align: justify;
	}
}
.smartblogcomments #smartblogcomments .commentform {
	align-items: flex-start;
	flex-direction: column;
	display: flex;
}
.smartblogcomments #smartblogcomments textarea {	height: 180px;}
.smartblogcomments #smartblogcomments input {	line-height: 16px;}
.smartblogcomments #smartblogcomments textarea, .smartblogcomments #smartblogcomments input {
	margin-bottom: 30px;
}
#blog_post #wrapper {	padding: 30px 0 50px;}
.error_page {
	text-align: center;
	padding: 130px 0;
}
.error_page h1, .error_page .title {
	font-size: 100px;
	color: #3b664a;
}
@media (max-width: 575px) {
	.error_page h1, .error_page .title {
		font-size: 60px;
	}
}
.error_page h1 span, .error_page .title span {
	border: 3px solid #3b664a;
	background: #fff;
	color: #3b664a;
	border-radius: 50%;
	font-size: 50px;
	padding: 0px 25px;
	position: relative;
	top: -15px;
	margin-right: 15px;
}
@media (max-width: 575px) {
	.error_page h1 span, .error_page .title span {
		font-size: 30px;
		padding: 0 15px;
		top: -9px;
	}
}
.error_page .error-text {	margin-bottom: 30px;}
#maintenancepage {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f5f5f5;
	background-size: cover;
}
@media (min-width: 1200px) {
	#maintenancepage {
		height: 100vh;
	}
}
.password-page {
	color: #fff;
	text-align: center;
}
.password-page #content-wrapper {
	display: flex;
	align-items: center;
	height: 100vh;
}
.password-page h2, .password-page p, .password-page a {
	color: #fff;
	font-weight: 400;
}
.password-page a {	letter-spacing: 0.8px;}
.password-page .block-social {
	text-align: center;
	margin: 30px 0 40px;
	top: 0;
	padding: 0;
}
.password_logo {
	display: block;
	margin-bottom: 30px;
}
.password_logo img {	max-width: 100%;}
.password-main__inner .password-title {
	margin-bottom: 30px;
	font-size: 60px;
	text-transform: capitalize;
	font-weight: 500;
}
@media (max-width: 767px) {
	.password-main__inner .password-title {
		font-size: 30px;
		letter-spacing: 1px;
		margin-top: 10px;
	}
}
@media (max-width: 575px) {
	.password-main__inner .password-title {
		font-size: 25px;
	}
}
.password-main__inner #passwordpage_header [data-deal="0"] #storecountdown {
	display: none;
}
.password-main__inner #passwordpage_header #storecountdown {
	margin-bottom: 35px;
}
@media (max-width: 575px) {
	.password-main__inner #passwordpage_header #storecountdown {
		margin-bottom: 15px;
	}
}
.password-main__inner #passwordpage_header #storecountdown .countdown-days, .password-main__inner #passwordpage_header #storecountdown .countdown-hours, .password-main__inner #passwordpage_header #storecountdown .countdown-minutes, .password-main__inner #passwordpage_header #storecountdown .countdown-seconds {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 15px;
}
@media (max-width: 575px) {
	.password-main__inner #passwordpage_header #storecountdown .countdown-days, .password-main__inner #passwordpage_header #storecountdown .countdown-hours, .password-main__inner #passwordpage_header #storecountdown .countdown-minutes, .password-main__inner #passwordpage_header #storecountdown .countdown-seconds {
		margin: 10px 5px;
	}
}
.password-main__inner #passwordpage_header #storecountdown .data {
	line-height: 1.5;
	font-size: 40px;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 575px) {
	.password-main__inner #passwordpage_header #storecountdown .data {
		font-size: 20px;
		position: relative;
		padding-right: 5px;
	}
	.password-main__inner #passwordpage_header #storecountdown .data:after {
		content: ":";
		position: absolute;
		right: -7px;
		top: -1px;
	}
}
.password-main__inner #passwordpage_header #storecountdown .text {
	text-transform: uppercase;
	font-size: 16px;
}
@media (max-width: 575px) {
	.password-main__inner #passwordpage_header #storecountdown .text {
		display: none;
	}
}
.password-main__inner #passwordpage_header #storecountdown .countdown-seconds .data, .password-main__inner #passwordpage_header #storecountdown .countdown-seconds .text {
	color: #3b664a;
}
@media (max-width: 575px) {
	.password-main__inner #passwordpage_header #storecountdown .countdown-seconds .data:after {
		display: none;
	}
}
.password-main__inner .quote {
	margin-bottom: 20px;
}
.contact-email-form {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 auto 55px;
}
.contact-email-form .input-wrapper {
	position: relative;
	overflow: hidden;
}
.contact-email-form .input-wrapper input[type="email"] {
	min-width: 390px;
	height: 40px;
	padding: 0 15px;
	border: 0;
}
.contact-email-form .input-wrapper input[type="email"]::placeholder {
	color: #a4a4a4;
}
@media (max-width: 575px) {
	.contact-email-form .input-wrapper input[type="email"] {
		min-width: 280px;
	}
}
.contact-email-form input[type="submit"] {
	background-color: #3b664a;
	border-color: #3b664a;
	height: 40px;
	border-radius: 0;
	padding: 7px 17px;
	position: absolute;
	right: 0;
	top: 0;
}
.contact-email-form input[type="submit"]:hover {
	background-color: #000;
	border-color: #000;
}
#wishlist-history {	margin-top: 30px;}
@media (max-width: 991px) {
	#wishlist-history .table {
		display: block;
		position: relative;
		overflow-y: scroll;
	}
}
#wishlist-history .wishlist-product-image img {
	max-width: 100px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
#wishlist-history .table-bordered thead th {
	padding: 20px 15px;
	font-size: 18px;
	text-transform: capitalize;
	text-align: center;
}
@media (max-width: 991px) {
	#wishlist-history .table-bordered thead th {
		font-size: 14px;
		padding: 20px 12px;
	}
}
@media (max-width: 575px) {
	#wishlist-history .table-bordered thead th {
		padding: 20px 9px;
	}
}
#wishlist-history .table-bordered td {
	text-align: center;
	vertical-align: middle;
}
#wishlist-history .table-bordered td a {
	font-size: 18px;
	color: #191919;
}
@media (max-width: 575px) {
	#wishlist-history .table-bordered td a {
		font-size: 15px;
	}
}
#wishlist-history .table-bordered td a:hover {	color: #191919;}
#wishlist-history .table-bordered .wishlist-product-name {	text-align: left;}
#wishlist-history .table-bordered span {	font-size: 14px;}
#wishlist-history .table-bordered .money {	color: #3b664a;}
#wishlist-history .add-to-cart.disabled {	cursor: not-allowed;}
#index section {	margin-bottom: 0px;}
@media (max-width: 767px) {
	#index section {
		margin-bottom: 30px;
	}
}
section.product-accessories-block.clearfix {
	padding-bottom: 80px;
	padding-top: 80px;
}
#index #main {	margin-bottom: 0;}
.tabs {
	margin-bottom: 0;
    outline: 0 !important;
}
.fa { font-size: 14px;}
th, td {
text-align: left;
border: 1px solid #e8e9eb;
padding: 10px 14px;
}
th {font-weight: 700;}
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
background-color: white;
}
a {
color: #000;
outline: none;
}
a:hover {
color: #3b664a;
text-decoration: none;
outline: none;
}
a:focus {
outline: none;
color: #3b664a;
text-decoration: none;
}
a.btn.btn-theme:focus {
outline: none;
color: #fff;
text-decoration: none;
}
ul, .list-unstyled {
padding: 0;
}
ul li, .list-unstyled li {
list-style: none;
}
.form-control {
box-shadow: none;
border-radius: 0;
margin: 0 0 5px;
font-size: 14px;
color: #a4a4a4;
height: 40px;
line-height: 20px;
border-color: #eee;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.form-control::placeholder {color: #a4a4a4;}
.form-control:focus {
box-shadow: none;
border-color: #ccc;
}
input:focus{	outline: none !important;}
.opacity-70.entity-content{
	opacity: 1 !important;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
	text-align: left;
} }
.custom-radio {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: white;
	margin-right: 5px;
}
.custom-radio input[type="radio"] {
	opacity: 0;
	cursor: pointer;
}
.custom-radio input[type="radio"]:checked + span {
	display: block;
	background-color: #3b664a;
	width: 8px;
	height: 8px;
	left: 4px;
	top: 4px;
	border-radius: 50%;
	position: absolute;
}
.custom-radio input[type="radio"]:focus + span {
	border-color: #55595c;
}
.custom-checkbox {
	position: relative;
}
.custom-checkbox input[type="checkbox"] {
	margin-top: 0.25rem;
	opacity: 0;
	cursor: pointer;
	position: absolute;
}
.custom-checkbox input[type="checkbox"] + span {
	margin-right: 3px;
	display: inline-block;
	width: 0.9375rem;
	height: 0.9375rem;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ddd;
	background: #fafafa none repeat scroll 0 0;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
	display: none;
	margin: -0.25rem -0.125rem;
	font-size: 20px;
	color: #a9a9a9;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
	display: block;
}
.custom-checkbox input[type="checkbox"]:focus + span {
	border-color: #55595c;
}
.custom-checkbox label {
	text-align: left;
}
input[type="checkbox"] {
	position: relative;
	top: 0;
	margin: 3px 2px 0px 2px;
	vertical-align: middle;
}
.buttons input[type="checkbox"] {
	margin: 0px 2px 0px 2px;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	box-shadow: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
}
label {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #888 !important;
}
.panel-heading {
	padding: 15px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.popover {
	font-family: inherit;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #f00;
	font-weight: bold;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	outline: none;
	background-color: transparent;
}
@media (max-width: 991px) {
	#_mobile_column_left > #column-left, #_mobile_column_right > #column-left, #_mobile_column_left #column-right, #_mobile_column_right #column-right {
		float: left;
		width: 100%;
		padding: 0;
		display: block !important;
	}
	#content {
		float: left;
		width: 100%;
	}
}
.clearfix {	clear: both;}
#menu_wrapper.active {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
}
#header-before .page-title {	display: none;}
@media (max-width: 767px) {
	#header-before {
		display: none;
	}
}
#header {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.6px;
	position: relative;
}
#header.other .nav-full-width {
	background-color: #fff;
}
@media (max-width: 991px) {
	#header.other .nav-full-width {
		background-color: #3b664a;
	}
}
.header-top {
	padding: 20px 0;
	background: #fff;
	position: relative;
}
@media (max-width: 991px) {
	.header-top {
		text-align: center;
		margin: 0 auto;
		padding: 25px 0;
	}
}
.header-top > .container {	position: relative;}
@media (min-width: 576px) {
	.header-top > .container .row {
		display: flex;
		align-items: center;
	}
}
.header-top #desktop_logo {
	max-width: 240px;
	text-align: center;
	margin: 0 auto;
}
.header-top #desktop_logo img {
	text-align: center;
	margin: 0 auto;
	max-width: 240px;
}
@media (max-width: 991px) {
	.header-top #desktop_logo {
		float: left;
		position: relative;
	}
}
@media (max-width: 575px) {
	.header-top #desktop_logo {
		float: none;
		text-align: center;
	}
}
@media (min-width: 992px) {
	#_desktop_account {
		display: block;
		position: relative;
		float: right;
	}
}
.account {	cursor: pointer;}
@media (max-width: 991px) {
	.account {
		float: right;
		position: relative;
	}
}
.account .account-logo {
	width: 32px;
	height: 32px;
	display: block;
	fill: #000;
	transition: all 0.5s;
}
@media (max-width: 991px) {
	.account .account-logo {
		fill: #fff;
	}
}
@media (max-width: 991px) {
	.account .account-logo {
		padding: 5px 0;
	}
}
@media (min-width: 992px) {
	.account .account-logo:hover {
		fill: #3b664a;
	}
}
.account .account-dropdown {
	position: absolute;
	background-color: #fff;
	right: 0;
	border-radius: 0;
	margin: 0;
	border: 1px solid #e7e7e7;
	height: auto;
	left: auto;
	top: 50px;
	padding: 5px 7px;
	font-size: 14px;
	min-width: 170px;
	width: 170px;
}
.account .account-dropdown li{
	border-bottom: 1px dotted #e7e7e7;
}
.account .account-dropdown li a {
	padding: 3px 10px;
	color: #777;
	display: block;
}
.nav-full-width {
	border-top: 1px solid rgba(102, 102, 102, 0.1);
	position: relative;
	clear: both;
}
.nav-full-width .container .row {
	display: block;
}
@media (max-width: 991px) {
	.nav-full-width {
		background-color: #3b664a;
	}

	.nav-full-width .container .row {
		display: block;
	}
}
.nav-full-width.fixed-header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 9999999;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
	animation: slide-down 0.7s;
	-moz-animation: slide-down 0.7s;
	-webkit-animation: slide-down 0.7s;
	-o-animation: slide-down 0.7s;
	overflow: visible;
}
@media (max-width: 991px) {
	.nav-full-width.fixed-header {
		background-color: #3b664a;
	}
}
@keyframes slide-down {
	0% {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
	}
}
@media (max-width: 991px) {
	.desktop-user-info {
		order: 1;
		text-align: right;
	}
}
@media (max-width: 575px) {
	.desktop-user-info {
		margin-top: 15px;
		text-align: center;
	}
}
.desktop-user-info .userinfo-inner .userinfo {	margin: 0;}
.desktop-user-info .userinfo-inner .userinfo li {
	display: inline-block;
	vertical-align: middle;
}
.desktop-user-info .userinfo-inner .userinfo li a {
	color: #3b664a;
    letter-spacing: 1.8px;
    font-size: 14.6px;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 767px) {
	.desktop-user-info .userinfo-inner .userinfo li a {
		padding: 4px 6px;
	}
}
.desktop-user-info .userinfo-inner .userinfo li a:after {
	content: "";
	position: absolute;
	left: auto;
	left: -3px;
	top: 15px;
	width: 1px;
	height: 12px;
	background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
	.desktop-user-info .userinfo-inner .userinfo li a:after {
		top: 8px;
	}
}
.desktop-user-info .userinfo-inner .userinfo li a:hover {	color: #3b664a;}
@media (min-width: 992px) {
	.desktop-user-info .userinfo-inner .userinfo li:first-child a {
		padding-left: 0;
	}
}
.desktop-user-info .userinfo-inner .userinfo li:first-child a:after {	display: none;}
@media (max-width: 991px) {
	.desktop-user-info .userinfo-inner .userinfo li:last-child a {
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	.header-right {
		display: none;
	}
}
#_desktop_cart {	display: none;}
@media (min-width: 992px) {
	#_desktop_cart {
		display: block;
		text-align: center;
		position: relative;
		float: right;
	}
}
.blockcart {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}
@media (max-width: 991px) {
	.blockcart {
		padding: 5px 0;
		padding-right: 10px;
	}
}
.blockcart:hover .cart-name {
	color: #3b664a;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.blockcart .cart-link {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.blockcart .cart-img {
	width: 32px;
	height: 32px;
	fill: #000;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 991px) {
	.blockcart .cart-img {
		fill: #fff;
	}
}
@media (min-width: 992px) {
	.blockcart .cart-img:hover {
		fill: #3b664a;
	}
}
.blockcart .cart-name {
	display: block;
	text-transform: capitalize;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
@media (max-width: 991px) {
	.blockcart .cart-name {
		display: none;
	}
}
.blockcart .cart-products-count {
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	background: #3b664a;
	color: #fff;
	font-size: 9px;
	text-align: center;
	letter-spacing: 0;
	position: absolute;
	right: 3px;
	top: 3px;
	left: auto;
	bottom: auto;
	width: 14px;
	height: 14px;
	font-weight: 500;
	line-height: 14px;
}
@media (max-width: 991px) {
	.blockcart .cart-products-count {
		background-color: #fff;
		right: 7px;
		color: #3b664a;
	}
}
.blockcart .cart-dropdown {
	top: 60px;
	display: none;
	background: #fff none repeat scroll 0 0;
	left: auto;
	position: absolute;
	right: -110px;
	text-align: left;
	width: 350px;
	z-index: 99999;
	border: 1px solid #ebebeb;
	box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 10%);
}
@media (max-width: 991px) {
	.blockcart .cart-dropdown {
		width: 300px;
		right: 15px;
	}
}
.blockcart .cart-dropdown.empty {
	padding: 10px;
}
div#_desktop_cart a{
	font-size:13px;
	font-weight:600;
	color: #3b664a;
	letter-spacing:.8px;
}
div#_desktop_cart span.quantity-formated{
	font-size:15px;
	font-weight:600;
	color: #000;
	letter-spacing:.8px;
}
div#_desktop_cart .price, .label, .value{
	font-size:13px;
	font-weight:600;
}
div#_desktop_cart .checkout{
	font-size:13px;
	color: #fff;
}
div#_desktop_cart .billing.total-info span.label{
	font-size:16px;
	font-weight:700;
}
div#_desktop_cart .billing.total-info span.value{
	font-size:16px;
	font-weight:700;
}
.blockcart .cart-dropdown .product-container {
	max-height: 375px;
	overflow-y: scroll !important;
	background-color: transparent;
}
.blockcart .cart-dropdown .product-container .product {
	border-bottom: 1px solid #ebebeb;
	padding: 5px;
	position: relative;
	overflow: hidden;
}
.blockcart .cart-dropdown .product-container .product .product-image {
	float: left;
	margin-right: 12px;
}
.blockcart .cart-dropdown .product-container .product .product-image img {
	border: 2px solid #f6f6f6;
	max-width: 90px !important;
}
.blockcart .cart-dropdown .product-container .product .product-detail {
	overflow: hidden;
	position: relative;
	font-size: 14px;
	padding-top: 10px;
	font-weight: 300;
}
.cart-heading h3{
	font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #3b664a;
    padding: 15px 0px;
}
.cart-footer1{
	border-top: 1px solid #d9d8d87d;
	margin-bottom:25px;
	padding-top:15px;
}
.blockcart .cart-dropdown .product-container .product .product-detail .product-name {
	margin: 0 0 5px 0;
}
.blockcart .cart-dropdown .product-container .product .product-detail .product-name .cart_block_product_name {
	white-space: normal;
}
.blockcart .cart-dropdown .product-container .product .product-detail .product-name .cart_block_product_name:hover {
	color: #3b664a;
}
.blockcart .cart-dropdown .product-container .product .product-detail .price {
	margin: 5px 0;
	font-size: 16px;
}
.blockcart .cart-dropdown .product-container .product .product-detail .label {
	font-weight: 500;
}
.blockcart .cart-dropdown .product-container .product .product-detail .product-atributes li {
	line-height: 18px;
}
.blockcart .cart-dropdown .product-container .product .remove-product {
	left: auto;
	position: absolute;
	right: 5px;
	top: 1px;
}
.blockcart .cart-dropdown .product-container .product .remove-product .material-icons {
	font-size: 20px;
}
.blockcart .cart-dropdown .product-container .product .remove-product .material-icons:hover {
	color: #3b664a;
}
.blockcart .cart-dropdown .billing-info {
	padding: 10px;
	display: block;
	position: relative;
	overflow: hidden;
}
.blockcart .cart-dropdown .billing-info .billing {
	margin: 5px 0;
	display: block;
	position: relative;
	overflow: hidden;
}
.blockcart .cart-dropdown .billing-info .billing .label {
	float: left;
	font-weight: 500;
}
.blockcart .cart-dropdown .billing-info .billing .value {
	float: right;
	font-weight: 400;
}
.blockcart .cart-dropdown .cart-btn {
	padding: 10px 15px;
	text-align: center;
}
.blockcart .cart-dropdown .cart-btn a {
	text-transform: uppercase;
}
.blockcart .cart-dropdown .cart-btn a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
.blockcart a {	font-weight: 500;}
#_mobile_seach_widget, #_mobile_cart {
	float: right;
}
.alert {
	padding: 12px 14px 12px 14px;
	text-align: center;
	border-radius: 0
}
.alert button {
	display: block;
	overflow: hidden;
	position: relative;
}
.alert button.close {
	position: relative;
	top: 2px;
	right: 0;
	margin: 0;
}
.buttons {
	margin: 1em 0;
	display: block;
	overflow: hidden;
	position: relative;
}
.buttons.close {
	position: relative;
	top: 2px;
	right: 0;
}
.alert-dismissible .close {
	position: relative;
	top: 2px;
	right: 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 0;
}
.btn.active {
	box-shadow: none;
	outline: none;
}
.btn:focus {
	outline: none;
	text-decoration: none;
	box-shadow: none;
}
.btn-xs {	font-size: 9px;}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn:focus, .btn-group > .dropdown-menu:focus, .btn-group > .popover:focus {
	outline: none;
	text-decoration: none;
}
.btn-group > .btn-xs {	font-size: 9px;}
.btn-group > .btn-sm {	font-size: 10.2px;}
.btn-group > .btn-lg {	font-size: 15px;}
.btn-warning, .btn-inverse, .btn-link, .btn-info, .btn-success, .btn-danger, .btn-warning {
	padding: 7.5px 12px;
}
.btn-warning:hover, .btn-inverse:hover, .btn-link:hover, .btn-info:hover, .btn-success:hover, .btn-danger:hover, .btn-warning:hover, .btn-warning:focus, .btn-inverse:focus, .btn-link:focus, .btn-info:focus, .btn-success:focus, .btn-danger:focus, .btn-warning:focus {
	outline: none;
	text-decoration: none;
	box-shadow: none;
}
.btn-default {
	background-color: ;
  border-color:;
	color: #fff;
	outline: none;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 20px;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
	color: #000;
	background-color: #3b664a;
	border-color: #3b664a;
	outline: none;
}
.btn-default:active:hover {
	color: #000;
	background-color: #3b664a;
	border-color: #3b664a;
	outline: none;
}
.btn-default:active:focus {
	color: #000;
	background-color: #3b664a;
	border-color: #3b664a;
	outline: none;
}
.btn-default i.material-icons {
	position: relative;
	line-height: 0;
	top: 7px;
}
.btn-primary, .btn.disabled, .btn:disabled, .btn-secondary {
	opacity: 1;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 0px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	display: inline-block;
	transition: all 0.5s;
	fill: #fff;
	color: #fff;
	background-color: #3b664a;
	border: 1px solid #fff;
	box-shadow: none;
	outline: none;
	line-height: 20px;
  /* list group */;
}
.btn-primary:hover, .btn.disabled:hover, .btn:disabled:hover, .btn-secondary:hover, .btn-primary:active, .btn.disabled:active, .btn:disabled:active, .btn-secondary:active, .btn-primary:focus, .btn.disabled:focus, .btn:disabled:focus, .btn-secondary:focus {
	color: #fff;
	fill: #fff;
	background-color: #000;
	border-color: #fff;
	outline: none;
	box-shadow: none;
}
.btn-primary:active:hover, .btn.disabled:active:hover, .btn:disabled:active:hover, .btn-secondary:active:hover {
	color: #fff;
	fill: #fff;
	background-color: #000;
	border-color: #000;
	outline: none;
}
.btn-primary:active:focus, .btn.disabled:active:focus, .btn:disabled:active:focus, .btn-secondary:active:focus {
	color: #fff;
	fill: #fff;
	background-color: #000;
	border-color: #000;
	outline: none;
	box-shadow: none;
}
.btn-primary i.material-icons, .btn.disabled i.material-icons, .btn:disabled i.material-icons, .btn-secondary i.material-icons {
	position: relative;
	line-height: 0;
	top: 7px;
}
.list-group a {
	border: 1px solid #e9e9e9;
	color: #888;
	padding: 10px 12px;
}
.list-group a.active {
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
}
.list-group a.active:hover {
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
}
.list-group a:hover {
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
}
.list-group a:focus {
	color: #888;
	background: #eee;
	border: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
}
@media (min-width: 1200px) {
	.collapse {
		display: inherit;
	}
}
@media (min-width: 992px) {
	.collapse {
		display: inherit;
	}
}
.block-title, .footer-title, .title {	position: relative;}
.block-title .navbar-toggler, .footer-title .navbar-toggler, .title .navbar-toggler {
	position: absolute;
	top: 12px;
	right: 15px;
	padding: 0;
	font-size: 22px;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	text-align: center;
}
.block-title .navbar-toggler i.add, .footer-title .navbar-toggler i.add {
	display: none;
}
.block-title .navbar-toggler i.remove, .footer-title .navbar-toggler i.remove {
	display: block;
}
.block-title.collapsed .navbar-toggler i.add, .footer-title.collapsed .navbar-toggler i.add {
	display: block;
}
.block-title.collapsed .navbar-toggler i.remove, .footer-title.collapsed .navbar-toggler i.remove {
	display: none;
}
.section-header .subtitle {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #3b664a;
}
@media (max-width: 991px) {
	.section-header .subtitle {
		letter-spacing: 5px;
	}
}
@media (max-width: 767px) {
	.section-header .subtitle {
		letter-spacing: 3px;
	}
}
@media (max-width: 575px) {
	.section-header .subtitle {
		font-size: 14px;
		margin-bottom: 8px;
	}
}
.section-header .title {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	font-weight: 700;
	color: #222;
	text-transform: unset;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
@media (max-width: 1199px) {
	.section-header .title {
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 991px) {
	.section-header .title {
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.section-header .title {
		font-size: 26px;
		line-height: 26px;
	}
}
@media (max-width: 575px) {
	.section-header .title {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}
.section-header .title:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 4px;
	background: #3b664a;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sub-title {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	display: block;
	width: 34%;
	margin: 0 auto;
	line-height: 1.5;
	margin-bottom: 15px;
}
@media (max-width: 1199px) {
	.sub-title {
		width: 60%;
	}
}
@media (max-width: 991px) {
	.sub-title {
		width: 100%;
	}
}
.select-wrapper {	position: relative;}
.select-wrapper .form-control {
	font-size: 12px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 0 5px;
	color: #333;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select-wrapper .form-control:focus {	box-shadow: none;}
.select-wrapper:after {
	font-family: 'fontawesome';
	content: '\f0d7';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 9px;
	pointer-events: none;
}
@media (max-width: 575px) {
	#ishispecialproducts .owl-nav {
		margin-top: 10px;
	}
}
#spin-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#siteloader {
	background: #fff;
	height: 100%;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	margin: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#siteloader .loader {
	top: 45%;
	margin: auto;
	position: relative;
	clear: both;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #3b664a;
	animation: lds-circle 2.4s cubic-bezier(0, 1, 0.9, 1) infinite;
}
@-webkit-keyframes lds-circle {
	0%, 100% {
		animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
	}
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(900deg);
		animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
	}
	100% {
		transform: rotateY(1500deg);
	}
}
@-moz-keyframes lds-circle {
	0%, 100% {
		animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
	}
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(900deg);
		animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
	}
	100% {
		transform: rotateY(1500deg);
	}
}
@-o-keyframes lds-circle {
	0%, 100% {
		animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
	}
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(900deg);
		animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
	}
	100% {
		transform: rotateY(1500deg);
	}
}

@keyframes lds-circle {
	0%, 100% {
		animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
	}
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(900deg);
		animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
	}
	100% {
		transform: rotateY(1500deg);
	}
}
.block-social ul {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.block-social ul li {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.block-social ul li a {
	width: 35px;
	height: 35px;
	text-align: center;
	margin: 0 auto;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	font-family: FontAwesome;
	font-weight: 400;
	position: relative;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.block-social ul li a:after {	display: none;}
.block-social ul li a .socialicon-label {	display: none;}
.block-social ul li:hover a {
	padding: 0 ! important;
	color: #fff;
	background-color: #3b664a !important;
	background: #3b664a !important;
}
.block-social ul li.facebook a {
	background-color: #3b5999;
}
.block-social ul li.twitter a {
	background-color: #00aced;
}
.block-social ul li.youtube a {
	background-color: #d12121;
}
.block-social ul li.googleplus a {
	background-color: #dc473b;
}
.block-social ul li.rss a {
	background-color: #f26522;
}
.block-social ul li.pinterest a {
	background-color: #cb2027;
}
.block-social ul li.vimeo a {
	background-color: #00aced;
}
.block-social ul li.instagram a {
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.hidden {	display: none !important;}

/*-------------------------------------------------
    Product Tab Section
---------------------------------------------------*/
.tab-content .tab-pane {
	display: block;
	overflow: hidden;
	height: 0;
	visibility: hidden;
	max-width: 100%;
	opacity: 0;
}
.tab-content .tab-pane.active {
	height: auto;
	visibility: visible;
	opacity: 1;
	overflow: visible;
}
.product-container {
	background-color: #fff;
	webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 3%);
	padding: 5px 5px 15px 5px;
	border-radius: 0px;
}
span.old-price {
	font-size: 16.5px;
	text-decoration: line-through;
	color: #777;
}
span.ec-pro-rating {
	color: #e3c912;
	padding: 0px 8px;
}
.ec-pro-btn {
	border-top: 1px solid #eeeeee;
	align-items: center;
	position: relative;
	padding-top: 10px;
}
button.add-to-cart {
	background: no-repeat;
	outline: none;
	border: 2px solid #3b664a;
	color: #3b664a;
	padding: 1px 10px;
	font-size: 11.8px;
	border-radius: 4px;
	font-weight: 600;
	min-width: 90px;
	margin: 0px 3px;
}
button.add-to-cart:hover {
	background: #3b664a;
	color: #fff;
}
button.buy-now {
	background: no-repeat;
	outline: none;
	border: 2px solid #3b664a;
	color: #3b664a;
	padding: 1px 10px;
	font-size: 11.8px;
	border-radius: 4px;
	font-weight: 600;
	min-width: 90px;
	margin: 0px 3px;
}
button.buy-now:hover {
	background: #3b664a;
	color: #fff;
}
#Services .entity .entity-image, .entity .entity-preview {
    border-radius: .2rem;
}
.shuddhi1 .owl-prev {
	position: absolute;
	top: 50%;
	left: -3.2%;
}
.shuddhi1 .owl-next {
	position: absolute;
	top: 50%;
	right: -3.2%;
}
.shuddhi1 .owl-nav .owl-prev, .owl-nav .owl-next {
    display: inline-block;
    border: 1px solid #3b664a;
    background-color: #3b664a;
    box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 30%);
    width: 4rem;
    height: 2.3rem;
    line-height: 2.3rem;
    text-align: center;
    color: #333;
    border-radius: 6px;
}
.shuddhi1 h4 {
	font-size:21px;
	min-height:32px;
}
.icon_s i {	color: #fff;}
.starrating i {
	color: #3b664a;
	font-size: 17px;
}
.slider-btn {
	opacity: 1;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 0px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	display: inline-block;
	transition: all 0.5s;
	fill: #fff;
	color: #3b664a;
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: none;
	outline: none;
	line-height: 20px;
  /* list group */;
}
.slider-btn:hover {
	fill: #fff;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
  /* list group */;
}
.demo_Shop {
	text-align: center;
	display: block;
	margin: 0px auto;
}
.banner-bg_1 {
	background: #d5dfd9;
}
@media (max-width: 420px) {
	.demo_Shop {
		width: 260px;
	}
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
	.owl-carousel .owl-item .img-responsive {
		min-height: 270px;
	}
	.demo_Shop {
		width: 290px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.owl-carousel .owl-item .img-responsive {
		min-height: 275px;
	}
}
@media (min-width: 1420px) {
	.container-fluid {
		max-width: 1370px;
	}
}
.find-clinic {
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
}
.find-clinic i {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
}
.service-item {
	position: relative;
	border-radius: 1px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	z-index: 1;
	overflow: hidden;
	transition: all .5s ease-in-out;
	background: #fff;
	padding: 0px;
}
.service-content{
	padding:25px 0px;
}
.service-item:hover {
	position: relative;
	border-radius: 5px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 15%);
	transition: all .5s ease-in-out;
	transform: translateY(-10px);
}
.service-area2 .service-icon {	margin: 20px 0 0 20px;}
.service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border: 4px solid #fff;
	color: #fff;
	background: #3a6448;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	position: relative;
	transition: all .5s ease-in-out;
	margin-bottom: 10px;
	margin-top:-45px;
}
.service-icon img{
	width: 66%;
}
h3.service-title {
	font-size: 18px;
	margin-bottom: 5px;
	text-align:center;
	letter-spacing:.5px;
	color:#000;
	font-weight: 600;
	text-transform: uppercase;
}
p.service-text {
	font-size: 14.6px;
	line-height: 28px;
	margin-bottom: 5px;
	color: #747d88;
	letter-spacing: .7px;
	text-align:center;
}
.appointment-form {	margin-top: 0px;}
.appointment-form .form-group {
	margin-bottom:7px;
	margin-top: 7px;
}
.appointment-form .form-select, .appointment-form .form-control {
	border: none;
	padding: 15px 15px;
	box-shadow: none;
	border-radius: 5px;
	color: #6C757D;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.5;
	border: 1px solid #000;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.appointment-form .form-select, .appointment-form .form-control {
	border: none;
	padding: 15px 15px;
	box-shadow: none;
	border-radius: 5px;
	color: #6C757D;
	border: 1px solid #3b664a1c;
}
.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.appointment-btn-1 {	margin-top: 20px;}
.appointment-btn{
	font-size: 14px !important;
    font-weight: 400 !important;
	height: 40px;
	letter-spacing: 1px;
    padding: 12px 40px;
    color: #ffffff;
    border: none;
    background-color: #3b664a;
    border: 1px solid #29A56C;
    border-radius: 5px;
	transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    background: #3b664a;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.appointment-btn:hover{
    color: #ffffff;
    background-color:#fa971c !important;
}
.theme-btn {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	padding: 12px 25px;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: capitalize;
	position: relative;
	cursor: pointer;
	text-align: center;
	border: none;
	background: #3b664a;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.theme-btn:hover {
	background: #191F30;
	color: #fff;
}
.vedio_image {	width: 100%;}
.appointment-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.appointment-content {
	padding: 50px 30px;
	background: #fff;
	border-radius: 10px;
	margin: 0px 0px 0px 60px;
	box-shadow: 0 0.5rem 1rem rgb(59 102 74 / 25%);
}
.contaner {	padding: 0px 25px 0px 0px;}
.appointment_section img.appointment_img {	width: 100%;}
section.blog {
	padding-top: 80px;
	padding-bottom: 80px;
}
.entity-content {	text-align: left;}
.select-form-1 {
	padding: 10px 10px;
	box-shadow: none;
	border-radius: 3px !important;
	color: #6C757D;
	border: 1px solid #ced4da !important;
	width: 100%;
	outline: none;
	font-size: 13.2px;
	letter-spacing: .8px;
}
.des-text{min-height:78px;}
.des-text-1 {
    min-height: 80px;
}

/* =================== Responsive =================== */
@media screen and (max-width: 360px) {
	section.product-accessories-block.clearfix {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	h2, .h2 {
		font-size: 20px;
		letter-spacing: .4px;
		line-height: 34px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.section-text {
		color: #888;
		margin-top: 0.25rem;
		font-size: 15px;
		line-height: 28px;
		letter-spacing: .9px;
	}
	.product-accessories-block .owl-nav {
		display: none;
	}
	.entity-bottom-line .entity-price {
		min-width: auto;
	}
	h4.entity-title {
		font-size: 19px !important;
		line-height: 28px !important;
		margin-bottom: 0px !important;
	}
    .shuddhi-blog p {
		letter-spacing: .5px !important;
		padding:0px 15px 15px 15px;
		font-size: 15.4px;
	}
	.entity-block .entity-content {
		padding: 1.5rem 1rem 2rem;
	}
	.shuddhi-blog {
		padding: 5px 15px 25px 12px !important;
	}
	#index section {
		margin-bottom: 0px;
	}
	.section-solid {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.display-3 {
		font-size: 3.5rem;
	}
	.ishitestimonialsblock .bgimage {
		padding: 60px 0;
	}
	.ishitestimonialsblock .bgimage .owl-nav {
		display: none;
	}
	h5, .h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.entity-block .entity-footer {
		padding: 0px 15px;
	}
	.appointment_section img.appointment_img {
		width: 100%;
		margin-bottom: 30px;
	}
	.appointment-content {
		padding: 50px 30px;
		margin: 0px 0px 0px 0px;
		box-shadow: 0 0.5rem 1rem rgb(59 102 74 / 15%);
	}
	.entity-content p {
		font-size: 15px;
		letter-spacing: .8px;
		font-weight: 400;
		padding-bottom: 5px;
	}
	.btn-theme {
		line-height: 35px !important;
		font-size: 12.8px !important;
		padding: 2px 19px !important;
		box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 20%);
	}
	.ishitestimonialsblock .entity-footer {
		padding: 0px;
	}
	.banner-demo-shop {
		padding-left: 20px;
		padding-top: 35%;
	}
}
@media screen and (min-device-width: 361px) and (max-device-width: 520px) {
 
	section.product-accessories-block.clearfix {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	h2, .h2 {
		font-size: 22px;
		letter-spacing: .4px;
		line-height: 34px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.section-text {
		color: #888;
		margin-top: 0.25rem;
		font-size: 15.4px;
		line-height: 29px;
		letter-spacing: .9px;
	}
	.product-accessories-block .owl-nav {
		display: none;
	}
	.entity-bottom-line .entity-price {
		min-width: auto;
	}
	h4.entity-title {
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 0px;
	}
	.entity-block .entity-content {
		padding: .8rem 1rem 2rem;
	}
	#index section {	margin-bottom: 0px;}
	.section-solid {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.display-3 {
		font-size: 3.5rem;
	}
	.ishitestimonialsblock .bgimage {
		padding: 60px 0;
	}
	.ishitestimonialsblock .bgimage .owl-nav {
		display: none;
	}
	h5, .h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.entity-block .entity-footer {
		padding: 0px 15px;
	}
	.appointment_section img.appointment_img {
		width: 100%;
		margin-bottom: 30px;
	}
	.appointment-content {
		padding: 50px 30px;
		margin: 0px 0px 0px 0px;
		box-shadow: 0 0.5rem 1rem rgb(59 102 74 / 15%);
	}
	.entity-content p {
		font-size: 15.4px;
		letter-spacing: .8px;
		font-weight: 400;
		padding-bottom: 5px;
	}
	.btn-theme {
		line-height: 35px !important;
		font-size: 12.8px !important;
		padding: 2px 19px !important;
		box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 20%);
	}
	.ishitestimonialsblock .entity-footer {
		padding: 0px;
	}
	.banner-demo-shop {
		padding-left: 20px;
		padding-top: 30%;
	}
}

@media screen and (min-device-width: 521px) and (max-device-width: 767px) {
	section.product-accessories-block.clearfix {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	h2, .h2 {
		font-size: 22px;
		letter-spacing: .4px;
		line-height: 34px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.section-text {
		color: #888;
		margin-top: 0.25rem;
		font-size: 15.4px;
		line-height: 29px;
		letter-spacing: .9px;
	}
	.product-accessories-block .owl-nav {	display: none;}
	.entity-bottom-line .entity-price {
		min-width: auto;
	}
	h4.entity-title {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 0px;
	}
	.entity-block .entity-content {
		padding: 1.5rem 1rem 2rem;
	}
	#index section {		margin-bottom: 0px;	}
	.section-solid {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.display-3 {	font-size: 3.5rem;	}
	.ishitestimonialsblock .bgimage {	padding: 60px 0;	}
	.ishitestimonialsblock .bgimage .owl-nav {	display: none;}
	h5, .h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.entity-block .entity-footer {	padding: 0px 15px;}
	.appointment_section img.appointment_img {
		width: 100%;
		margin-bottom: 30px;
	}
	.appointment-content {
		padding: 50px 30px;
		margin: 0px 0px 0px 0px;
		box-shadow: 0 0.5rem 1rem rgb(59 102 74 / 15%);
	}
	.entity-content p {
		font-size: 14.2px;
		letter-spacing: .8px;
		font-weight: 400;
		padding-bottom: 5px;
	}
	.btn-theme {
		line-height: 35px !important;
		font-size: 12.8px !important;
		padding: 2px 19px !important;
		box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 20%);
	}
	.ishitestimonialsblock .entity-footer {	padding: 0px;}
	.banner-demo-shop {
		padding-left: 20px;
		padding-top: 15%;
	}
}
@media screen and (min-device-width: 768px) and (max-device-width: 992px) {
	section.product-accessories-block.clearfix {
		padding-bottom: 70px;
		padding-top: 70px;
	}
	h2, .h2 {
		font-size: 26px;
		letter-spacing: .4px;
		line-height: 36px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.section-text {
		color: #888;
		margin-top: 0.25rem;
		font-size: 15.8px;
		line-height: 30px;
		letter-spacing: .9px;
	}
	.entity-bottom-line .entity-price {	min-width: auto;}
	h4.entity-title {
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 0px;
	}
	.entity-block .entity-content {	padding: 1.5rem 1rem 2rem;}
	#index section {	margin-bottom: 0px;}
	.section-solid {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.display-3 { font-size: 3.5rem;	}
	.ishitestimonialsblock .bgimage {padding: 70px 0;}
	h5, .h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.entity-block .entity-footer {	padding: 0px 15px;	}
	.appointment_section img.appointment_img {
		width: 100%;
		margin-bottom: 30px;
	}
	.appointment-content {
		padding: 50px 30px;
		margin: 0px 0px 0px 0px;
		box-shadow: 0 0.5rem 1rem rgb(59 102 74 / 15%);
	}
	.entity-content p {
		font-size: 15.8px;
		letter-spacing: .8px;
		font-weight: 400;
		padding-bottom: 5px;
	}
	.btn-theme {
		line-height: 35px !important;
		font-size: 12.8px !important;
		padding: 2px 19px !important;
		box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 20%);
	}
	.ishitestimonialsblock .entity-footer {	padding: 0px;	}
	.banner-demo-shop {
		padding-left: 20px;
		padding-top: 8%;
	}
	.shuddhi1 .owl-prev {
		position: absolute;
		top: 50%;
		left: -5%;
	}
	.shuddhi1 .owl-next {
		position: absolute;
		top: 50%;
		right: -5%;
	}
	.owl-nav .owl-prev, .owl-nav .owl-next {margin: 0px 5px;	}
}

/* =================== new css =================== */
img.about_image { width: 95%;}
#doctor  i{	padding-right: 7px;}
section#ishitesimonial\ Reviews p.des-text{
	min-height: 115px;
}
.about-section{padding:80px 0;}
.section-title_12.left-border span.title-tag { padding-left: 50px;}
.section-title_12 span.title-tag {
    text-transform: uppercase;
    font-weight: 700;
    color: #fa971c;
    line-height: 1;
    font-size: 17px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.section-title_12.left-border span.title-tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    background-color: #fa971c;
    content: '';
}
.about-text p {
    font-size: 15.8px;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
    letter-spacing: .7px;
	padding:15px 0 20px ;
	
}
.about-section .desc h4 { color: #3b664a;	}
.about-section .desc p {
    font-size: 15.6px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: .7px;		
}
.page-header {
    padding-bottom: 0px !important;
    margin: 0px;
    border-bottom: 1px solid #eee !important;
}
.page-header {
    position: relative;
    display: block;
}
.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 130px;
    padding-bottom: 130px;
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header__bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .3);
}
.page-header .container h2 {
    margin: 0;
    color: #3b664a;
    font-weight: 700;
    font-size: 28px !important;
    line-height: 38px !important;
    text-transform: uppercase;
	max-width: 750px;
	letter-spacing: .8px;
}
.list-unstyled {   list-style: none;}
.thm-breadcrumb {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 11px 40px;
}
.thm-breadcrumb li:not(:last-of-type) {  margin-right: 13px;}
.thm-breadcrumb li:not(:last-of-type) {   margin-right: 13px;}
.thm-breadcrumb li {
    font-size: 15px;
    font-weight: 600;
    color: #b3b1b1;
    line-height: 26px;
    display: flex;
    align-items: center;
}
.thm-breadcrumb li.color-thm-gray {  color: #e5eeec;}
.about-page_12 {
    position: relative;
    display: block;
    padding: 80px 0;
}
img.career_image_logo { margin-bottom: 15px;}
.about-page__img {
    position: relative;
    display: block;
}
.about-page__img img { width: 100%;}
.youtube_img {  border-radius: 5px;}
.services__box23 {
    position: absolute;
    top: 44%;
    left: 47%;
}
img.icon-youtubesss { width: 100px;}
.about-page_1 {
    position: relative;
    display: block;
}
.section_2 { padding: 60px 0px 50px 0;}
.colour-green{background: #f5f7f6;}
.btn-about{ height: 40px; line-height: 0px; padding: 12px 25px !important;}
.btn-about i{
	    font-size: 15px;
		margin-right: 10px;
}
.section_2a {   padding: 60px 0 60px 0;}
.about-page__img {
    position: relative;
    display: block;
}
#Services .section_2 {  padding: 70px 0px 70px 0;}
#Services .section_2a {   padding: 70px 0 70px 0;}
.about-page__left {
    position: relative;
    display: block;
    margin-right: 20px;
}
.about-page__img:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--thm-primary);
    height: 10px;
}
.about-page__trusted {  text-align: center;}
.about-page__trusted {
    position: absolute;
    bottom: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    width: 255px;
    padding: 15px 30px 15px;
    left: -50px;
}
.about-page_1 h3 {  text-align: left;}
.about-page__trusted h3 {
    font-size: 17.2px !important;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 30px;
    color: #3b664a !important;
}
.about-page__trusted h3 span {  color: var(--thm-primary);}
.about-page_1 h3 {
    color: #333;
    font-size: 32px;
    text-align: left;
	padding-bottom:15px;
}
.about-page_1 .about-page__p {
    font-size: 15.5px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    letter-spacing: .7px;
	padding-bottom:20px;
	text-align:justify;
}
p.sanskrit {
    font-size: 20px;
    line-height: 32px;
    margin: 0px auto;
    display: block;
    font-weight: 600;
    padding: 10px 0px !important;
}
.btn-12 {
    color: #fff;
    background-color: #3b664a;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 500;
    border-radius: 3px;
    border: none;
    padding: 12px 30px;
    text-align: center;
    display: block;
    margin: 15px auto;
}
.btn-12:hover {
    color: #fff;
    background-color: #fa971c;
}
button:focus{outline:none;}
.about-page__trusted_1 {
    position: absolute;
    bottom: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    width: 255px;
    padding: 15px 30px 15px;
    right: -50px;
}
.about-page__trusted_1 {   text-align: center;}
.about-page__trusted_1 h3 {
    font-size: 17.2px !important;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 30px;
    color: #3b664a !important;
}
.services__box1 {
    position: absolute;
    top: 40%;
    left: 40%;
}
.icon-youtube { width: 100px !important;}
.Services-page_1 h3 {
    color: #333;
    font-size: 32px;
    text-align: left;
	padding-bottom:15px;
}
.service_img {
    width: 100%;
	padding-bottom:20px;
}
.container_service {
    width: 100%;
	padding:0 25px;
}
.Therapies {
    text-align: center;
    margin-bottom: 20px;
}
.Therapies_list {    padding: 10px;}
.Therapies_box {
    padding: 30px 25px;
    border-radius: 5px;
}
.Therapies_box ul{ margin:0; padding:0 20px;}
.Therapies_box ul li {
    font-size: 16.5px;
    line-height: 28px;
    list-style: none;
    letter-spacing: .5px;
    padding: 8px 0;
	color:#333;
}
.Therapies_box ul li i{
	position:absolute;
    font-size: 18.5px;
	color:#3b664a;
	font-weight:900;
	margin-left:-30px;
	padding-top:5px;
}
.embed-responsive-4by3::before {  padding-top: 100%;}
#shop-1a a.entity-title.heading-text{
	font-size: 18px;
    color: #3b664a;
    padding-bottom: 5px;
    font-weight: 600;
	letter-spacing: .7px;
	text-decoration: none;
	line-height: 27px;
	margin-bottom: 0px;
}
#shop-2a a.entity-title.heading-text{
	font-size: 18px;
    color: #3b664a;
    padding-bottom: 5px;
    font-weight: 600;
	letter-spacing: .7px;
	text-decoration: none;
	line-height: 27px;
	margin-bottom: 0px;
}
#shop-3a a.entity-title.heading-text{
	font-size: 18px;
    color: #3b664a;
    padding-bottom: 5px;
    font-weight: 600;
	letter-spacing: .7px;
	text-decoration: none;
	line-height: 27px;
	margin-bottom: 0px;
}
#shop-1a a.entity-title.heading-text:focus, #shop-2a a.entity-title.heading-text:focus, #shop-3a a.entity-title.heading-text:focus{
	background: none;
	outline: none;
}
.products-all-pro a.entity-title{
	font-size: 16px;
    color: #3b664a;
    font-weight: 600;
    letter-spacing: .7px;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 0px;
    min-height: 60px;
}
.products-all-pro a.entity-title:focus{
	background: none;
	outline: none;
}
.products-all-pro a.entity-title:focus {
    color: #3b664a !important;
	background: none !important;
	outline: none !important;
}
.products-all-pro .entity-hover-shadow{	margin-bottom: 40px;}
.products-all-pro .entity-price  del {
    color: #ff0000;
    font-size: 16.8px;
    letter-spacing: 1.2px;
    display: block;
	opacity: 1;
}
.products-all-pro .entity-price ins {
    color: #000;
    font-size: 21.6px;
    letter-spacing: 1.2px;
    display: block;
    text-decoration: none;
}
.products-all-pro .h1 {
    font-size: 48px !important;
    color: #fff !important;
}
.section-space{padding:80px 0;}
.conact-info-wrap{
    background: #3b664a1c;
    padding: 30px;
    min-height: 215px;
    border-radius: 10px;
    text-align: center;
}
img.icon-map {
    text-align: center;
    display: block;
    margin: 0px auto;
    width: 28px;
    margin: 12px 0px;
}
h5.heading.mb-20 {
    font-size: 22px;
    color: #3b664a;
    font-weight: 600;
}
ul.conact-info__list li {
    font-size: 15px;
    letter-spacing: .7px;
}
nav.woocommerce-pagination {
    padding: .5rem;
    border-bottom: 1px dashed #3c5f47;
    border-top: 1px dashed #3c5f47;
    color: #fff !important;
    width: 65%;
    text-align: center;
    margin: 0px auto 45px auto;
    display: block;
}
nav.woocommerce-pagination  span.page-numbers.current {
    background:  #3c5f47;
    padding: 6px 12px;
	border-radius: 4px;
}
nav.woocommerce-pagination a.page-numbers{
    padding: 6px 12px;
}
nav.woocommerce-pagination a.next.page-numbers{
    padding: 6px 12px;
}
nav.woocommerce-pagination span.page-numbers.dots {
    color: #a5a3a3;
}
nav.woocommerce-pagination a.page-numbers:hover{
	background:  #3c5f47;
    padding: 6px 12px;
    color: #fff;
	opacity: 1;
	border-radius: 4px;
}
/*----------------------- thank you page -------------------------*/
.thank-page .woocommerce-thankyou-order-received {
    font-size: 17.2px;
    letter-spacing: .8px;
    font-family: 'Chivo', sans-serif !important;
    padding-bottom: 10px;
	color: #3b664a;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0px;
	margin-bottom: 1rem;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .order, .date, .total, .method{
    padding: 12px 20px;
    background:#afb3b130;
    border-bottom: 1px dashed #fff;
    font-size: 15.8px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong {
    display: block !important;
    font-size: 17px;
    padding-top: 7px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #3b664a;
}
.thank-page p {
    font-size: 15.6px;
    letter-spacing: .8px;
    font-family: 'Chivo', sans-serif !important;
    padding-bottom: 10px;
}
.thank-page section.woocommerce-order-details{   padding-top: 1rem !important;}
.woocommerce-order-details h2{
	font-size: 30px !important;
	color: #3b664a;
}
.woocommerce-order-details .woocommerce-order-received table tr{
	background:#afb3b130;
    border-bottom: 1px dashed #fff;
    font-size: 16.4px;
}
.thank-page .woocommerce-table--order-details tfoot, .woocommerce-table--order-details thead {
    background: #f0f1f0;
}

.woocommerce-order-received table tr {
    border: 2px solid #c7c5c542 !important;
}
.woocommerce-order-received table tr a{
	font-family: 'Chivo', sans-serif !important;
    color: #747d88;
    font-size: 16.2px !important;
	color: #5d5a5a;
	letter-spacing: .8px;
	font-weight: 500;
}
.woocommerce-order-received table tr a:focus{
	color: #5d5a5a !important;
    background: none !important;
	outline: none !important;
}
.woocommerce-order-received  span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 20px;
}
.thank-page .top-text{
    font-size: 32px !important;
	color: #3b664a;
	font-weight: 700;
}
/*----------------------- thank you page end-------------------------*/
.font_we {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.font_we:focus, .font_we:hover {
    color: #f8b100;
    text-decoration: none !important;
}
.cont_bg {
    background: #cdcdcd45;
    padding: 15px 30px 30px 30px;
    border-radius: 7px;
	margin:50px 0 0;
}
h3.ct_contact {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fa971c;
	text-align:center;
}
.contact-input { margin: 0 -10px;}
.contact-input .contact-inner {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 50%;
}
.contact-inner input, .contact-inner textarea {
    color: #000;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
    outline: none;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 3px 20px;
    height: 56px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  background:#2f6246;
  color:#fff;
  padding:5px 10px;
  display:flex;
  line-height:30px;
  font-size:14px;
}
.marquee a{color:#ff5f13; font-weight:700;}
.marquee span{color:#f8b100; padding-left:20px;}

/* =================== Old Footer =================== */
.footer {
    padding-top: 60px;
    background: url(../images/bg/footer_bg.png) no-repeat center;
    background-size: auto;
    background-size: contain;
}
.footer h1 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
	font-weight:600;
    -webkit-box-shadow: 5px 5px 0px 0px rgb(163 179 168);
    -moz-box-shadow: 5px 5px 0px 0px rgba(163,179,168,1);
    box-shadow: 5px 5px 0px 0px rgb(163 179 168);
    margin-bottom: 40px;
    background: #3c5f47;
    width: 95%;
    padding: 11px 22px 10px;
    position: relative;
}
.footer h1::after {
    content: "";
    width: 1px;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 19px solid #3C5F47;
    position: absolute;
    right: -19px;
    z-index: 9;
    top: 0px;
}
.footer h1::before {
    content: "";
    width: 1px;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 14px solid #a3b3a8;
    position: absolute;
    right: -19px;
    z-index: 9;
    top: 13px;
}
.footer p {
    font-size: 14.5px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
}
.text-success { color: #3c763d;}
.text-center { text-align: center;}
.form-group {
    margin-bottom: 1rem;
    margin-top: 1em;
}
.footer_contact_form .form-control {
    border-radius: 7px;
    margin-bottom: 5px;
    font-size: 13px;
}
.footer_contact_form .form-group {
    margin-bottom: .6rem;
    margin-top: .6em
}
.footer_contact_form .btn.btn-default {
    background: #3b664a;
    display: block;
    width: 100%;
    margin: 0px auto;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 0px;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 15px;
	height: 42px;
}
.footer_contact_form .btn.btn-default:hover {
    background: #000;
    background-color: #000;
}
.footer textarea.form-control {
    height: 80px;
	min-height: 80px;
}
.logo_sec {  text-align: center;}
.logo_sec img {   padding-bottom: 15px;}
.logo_sec_a {    margin: 10px 0px 20px 0px;}
.footer .logo_sec_a {   margin: 10px 0px 40px 0px;}
.logo_sec_a {
    background: #3b664a;
    display: inline-block;
    width: ;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 8px 25px;
}
.logo_sec_a:hover {
    outline: none;
    text-decoration: none;
    background: #fa971c;
    color: #ffffff;
}
.logo_sec_a:focus {
    outline: none;
    color: #fff !important;
    text-decoration: none;
}
.footer h3{
	font-size: 24px;
    text-align: center;
	font-weight:600;
	color:#333;
}
.social {
    padding-left: 0px;
    list-style-type: none;
	text-align: center;
}
.social li {
    display: inline-block;
    padding: 0px 5px;
}
.social li a {
    color: #5c5f5d;
    font-size: 24px;
}
.social .fa {
    padding-right: 5px;
	color:#000;
}
.copyright {  text-align: center;}
.copyright {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-menu {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}
h6.footer-menu-heading {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin:0px auto 10px auto;
	padding-left: 30%;
}
h6.footer-menu-heading:after {
    margin-top: 4px;
    width: 16%;
}
 h6.footer-menu-heading:after {
    content: "";
    display: block;
    vertical-align: top;
    height: 4px;
    border-radius: 4px;
    background-color: #3b664a;
}
.footer-menu ul{
    padding-left: calc(4.5 * var(--global--spacing-horizontal));
}
.footer-menu ul li {  padding-bottom: 2px;}
.footer-menu ul li a{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
    text-transform: capitalize;
    color: #3b664a;
	font-family: 'Chivo', sans-serif !important;
}
.footer-menu ul li a:focus{
    background: none !important;
    color: #3b664a !important;
	outline: none !important;
}
.footer-menu ul li a:hover{
    color: #fa971c;
	text-decoration: underline;
	transition: all 0.2s linear 0s;
}
.copy_link {
    text-align: center;
    padding-bottom: 5px;
}
.copy_link a {
    color: #3c5f47;
    text-decoration: none;
}
.copy_payment {   text-align: center;}
.single-product-rating{color: #FDC040;
    font-size: 18px;}
	.detail-info {
    margin-left: 0px;
}
.detail-info .short-desc{
    margin-bottom: 15px;
}
.product-bottom-detail{margin-top: 10px;}
h2.title-detail {   color: #3b664a;}
.text-deta{
	font-size:13px;
	font-weight:600;
	letter-spacing:.8px;
	color:#666565;
}
.text-deta span{
	font-size:13px;
	font-weight:400;
	letter-spacing:.8px;
	color:#666565;
}
.tab-content.shop_info_tab.entry-main-content p{
	font-size: 15.4px;
	letter-spacing:1px;
	line-height:28px;
}
.tab-content.shop_info_tab.entry-main-content h4{
	font-size: 20px;
	letter-spacing:.6px;
	color: #3b664a;
}
.nav-tabs{	border:none;}
.progress-bar {
    height: 1.5rem;
    color: #fff;
    background-color: #3b664a;
	font-size:14.2px;
}
.progress{
	margin-bottom:5px;
	height: 1.5rem;
	line-height: 1.6rem;
}
.progress span{
	margin-left:5px;
	margin-right:5px;
}
.product-deta{
	padding:60px 0px;
	background: url(../images/detail-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom:30px;
}
.product-deta-shop {
    padding: 70px 0px;
    background: url(../images/detail-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}
.breadcrumb-item + .breadcrumb-item::before {  color: #fff;}
.breadcrumb{background:none;}
.product-content-wrap h2{line-height:24px;
    padding-top:10px;
    min-height:40px;
}
@import url(bootstrap.min.html);
@import url(uicons-regular-straight.html);
@import url(slick.css);
img { max-width: 100% !important; }
/*--- Common Classes---------------------*/
::-moz-selection {
  background: #3b664a;
  color: #fff;
}
::selection {
  background: #3b664a;
  color: #fff;
}
::-moz-selection {
  background: #3b664a;
  color: #fff;
}
::-webkit-input-placeholder { color: #838383;}
:-ms-input-placeholder { color: #838383;}
::-ms-input-placeholder { color: #838383;}
::placeholder { color: #838383;}
.fix { overflow: hidden;}
.hidden {  display: none;}
.clear { clear: both;}
.section { width: 100%;}
.f-right {  float: right;}
.capitalize { text-transform: capitalize;}
.uppercase {  text-transform: uppercase;}
.bg-img {
  background-position: center center;
  background-size: cover;
}
.position-relative {  position: relative;}
.height-100vh { height: 100vh !important;}
.bg-grey-9 { background-color: #f4f5f9;}
.border-radius {  border-radius: 4px;}
.border-radius-5 { border-radius: 5px;}
.border-radius-10 { border-radius: 10px;}
.border-radius-15 {  border-radius: 15px;}
.border-radius-20 {  border-radius: 20px;}
.img-hover-scale img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}
.img-hover-scale:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}
.hover-up {
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.text-brand {  color: #3b664a !important;}
.text-brand-2 { color: #FDC040 !important;}
.text-primary {  color: #5a97fa !important;}
.text-warning {  color: #ff9900 !important;}
.text-danger {  color: #FD6E6E !important;}
.text-success { color: #81B13D !important;}
.text-info { color: #2cc1d8 !important;}
.text-grey-4 { color: #adadad !important;}
.text-muted { color: #B6B6B6 !important;}
.text-7 {  color: #d77f7a !important;}
.text-8 { color: #63a2c1 !important;}
.text-white {  color: #fff !important;}
.text-grey-5, .text-grey-5 a, .text-hover-grey-5:hover {
  color: #a2a2a2 !important;
}
.bg-brand {  background-color: #3b664a !important;}
.bg-primary { background-color: #5a97fa !important;}
.bg-warning { background-color: #ff9900 !important;}
.bg-danger {  background-color: #FD6E6E !important;}
.bg-success {  background-color: #81B13D !important;}
.bg-info {  background-color: #2cc1d8 !important;}
.bg-grey-4 { background-color: #adadad !important;}
.bg-1 { background-color: #fddde4 !important;}
.bg-2 { background-color: #cdebbc !important;}
.bg-3 { background-color: #d1e8f2 !important;}
.bg-4 { background-color: #cdd4f8 !important;}
.bg-5 { background-color: #f6dbf6 !important;}
.bg-6 { background-color: #fff2e5 !important;}
.bg-7 { background-color: #d77f7a !important;}
.bg-8 { background-color: #63a2c1 !important;}
.bg-9 { background-color: #F2FCE4 !important;}
.bg-10 { background-color: #FFFCEB !important;}
.bg-11 {  background-color: #ECFFEC !important;}
.bg-12 { background-color: #FEEFEA !important;}
.bg-13 { background-color: #FFF3EB !important;}
.bg-14 {  background-color: #FFF3FF !important;}
.bg-15 { background-color: #F2FCE4 !important;}
.bg-grey-9 {  background-color: #f4f5f9 !important;}
.font-xs { font-size: 13px;}
.div-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bg-grey-1 {  background: #fafbfc;}
.box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flex-horizontal-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.w-36px { max-width: 36px;}
.border {  border: 1px solid #ececec !important;}
.box-shadow-outer-6 {
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}
.box-shadow-outer-6:hover {
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}
.box-shadow-outer-7 {
  -webkit-box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03), 0 8px 16px 0 rgba(78, 42, 222, 0.08);
  box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03), 0 8px 16px 0 rgba(78, 42, 222, 0.08);
}
.box-shadow-outer-7:hover {
  -webkit-box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03), 0 8px 18px 0 rgba(78, 42, 222, 0.09);
  box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03), 0 8px 18px 0 rgba(78, 42, 222, 0.09);
}
.box-shadow-outer-3, .box-hover-shadow-outer-3:hover {
  -webkit-box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.09);
          box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.09);
}
section#event-2a{
	padding-top: 60px;
	padding-bottom: 30px;
}

/*****************************
*********  BORDER  *****
******************************/
.border-1 { border-width: 1px !important;}
.border-2 {  border-width: 2px !important;}
.border-3 { border-width: 3px !important;}
.border-dotted { border-style: dotted !important;}
.border-solid { border-style: solid !important;}
.border-double { border-style: double !important;}
.border-dashed {  border-style: dashed !important;}
.border-brand {  border-color: #3b664a !important;}
.border-muted { border-color: #f7f8f9;}
.section-border {
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}
.border-color-1 { border-color: #e0dede;}
a,
button,
img,
input,
span,
h4 {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
@-webkit-keyframes slideleft {
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 100%;
  }
}
@keyframes slideleft {
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 100%;
  }
}
[data-loader='spinner'] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-animation: spinner 1.2s infinite ease-in-out;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../imgs/favicon.html);
  -webkit-box-shadow: 0 0 10px #fff;
          box-shadow: 0 0 10px #fff;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
            box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
            box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
            box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
            box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.jump {
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-animation: jump .5s linear alternate infinite;
    animation: jump .5s linear alternate infinite;
}
/*TYPOGRAPHY*/

/*-------------------- no-results not-found Start---------------------*/
section.no-results.not-found h1.page-title {
    font-size: 24.6px !important;
    font-weight: 500;
    letter-spacing: .7px;
    padding: 10px;
}
.no-results.not-found > *:first-child {
    margin-bottom: calc(1.5 * var(--global--spacing-vertical)) !important;
}
.search-no-results .page-content {
    margin-top: calc(1.5 * var(--global--spacing-vertical)) !important;
}
section.no-results.not-found span.page-description.search-term{
	color: #3b664a;
	padding: 0px 10px;
    font-weight: 700;
}
section.no-results.not-found .page-content{
    box-shadow: 1px 3px 24px rgb(0 0 0 / 10%);
    margin-bottom: 50px;
	padding: 20px;
}
section.no-results.not-found .page-content input.search-submit {
    background: #3b664a;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    border-radius: 6px;
	height: 45px;
    line-height: 15px;
	width: 200px;
    font-size: 13.6px;
    letter-spacing: 1px;
	border: none;
	margin: 15px auto 0px auto;
}
section.no-results.not-found .page-content input.search-submit:hover{   background: #fa971c;}

/*-------------------- no-results not-found End---------------------*/

/*COMPONENTS -> BUTTONS*/
.btn-default {
  color: #fff;
  background-color: #3b664a;
  border-radius: 50px;
  padding: 13px 28px;
}
.btn-default i {
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
  -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.btn-default:hover i {
margin-left: 15px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.btn-lg {
  padding: 13px 28px;
  font-size: 16px;
}
.btn-sm {
  padding: 8px 14px !important;
  font-size: 12px;
}
.btn-md {
  padding: 10px 24px !important;
  font-size: 12px;
}
.btn-outline {  background-color: transparent !important;}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn:hover {  color: #fff;}
.btn-shadow-brand {
  -webkit-box-shadow: 0 2px 6px 0 rgba(88, 151, 251, 0.16);
          box-shadow: 0 2px 6px 0 rgba(88, 151, 251, 0.16);
  border: 1px solid #f7f8f9;
}
.btn-shadow-brand:hover { border: 1px solid #3b664a;}
.btn-brand {
  background-color: #3b664a;
  border-color: #3b664a;
}
.btn-heading, button.btn-heading[type="submit"] {
  background-color: #253D4E;
  border-color: #253D4E;
  font-weight: 500;
  border: 0;
}
button.submit, button[type='submit'] {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  color: #ffffff;
  border: none;
  background-color: #3b664a;
  border: 1px solid #29A56C;
  border-radius: 10px;
}
.btn-brand:hover { background-color: #29A56C !important;}
.btn-login { font-weight: 13px;}
.btn-login .btn {  min-width: unset;}
.btn-login li {
  margin: 0px 5px 0;
  display: inline-block;
}
.btn-login li a {
  border-radius: 5px;
  padding: 15px 25px;
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}
.btn, .button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 13.6px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent;
  background-color: #3b664a;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}
.btn:hover, .button:hover {
  background-color: #fa971c;
}
.btn.btn-sm, .button.btn-sm {
  padding: 8px 18px;
  font-size: 12px;
  text-transform: none;
  line-height: 1.8;
}
.btn.btn-xs, .button.btn-xs {
  padding: 7px 8px 7px 12px;
  font-size: 12px;
  text-transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}
.btn.btn-xs i, .button.btn-xs i {
  font-size: 14px !important;
  line-height: 0;
}
.btn.btn-rounded, .button.btn-rounded { border-radius: 50px;}
.btn.btn-secondary, .button.btn-secondary {
  background-color: #3e5379;
  border-color: #3e5379;
}
.btn.btn-facebook, .button.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.btn.btn-google, .button.btn-google {
  background: #d85040;
  border-color: #d85040;
}
.btn.btn-brush, .button.btn-brush {
  background-color: transparent;
  color: #3b664a;
  border: 0;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
}
.btn.btn-brush i, .button.btn-brush i { margin: 3px 0 0 5px;}
.comments-area .btn-reply {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comments-area .btn-reply i {
  margin-left: 5px;
  font-size: 12px;
}
.tags .btn, .tags .button {
  border-radius: 4px;
  float: left;
}
/*COMPONENTS -> FORM*/
input:-moz-placeholder,
textarea:-moz-placeholder { opacity: 1;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { opacity: 1;}
input::-moz-placeholder,
textarea::-moz-placeholder { opacity: 1;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { opacity: 1;}
input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
input:focus {
  background: transparent;
  border: 1px solid #BCE3C9;
}
input.square {  border-radius: 0;}
input.coupon {  height: 47px;}
select {
  width: 100%;
  background: transparent;
  border: 0px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #7E7E7E;
}
option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px;
}
textarea {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 120px;
}
textarea:focus {
  background: transparent;
  border: 1px solid #BCE3C9;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: 3px solid #414648;
  border-radius: 0;
  border-right: 0;
  height: 50px;
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
  padding: 0;
  color: #253D4E;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  position: absolute;
  right: 10px;
  width: 20px;
}
.custom_select {
  position: relative;
  width: 100%;
}
.custom_select .select2-container { max-width: 155px;}
.custom_select .nice-select {
  width: 100%;
  margin-bottom: 1rem;
}
.custom_select .select2-container--default .select2-selection--single {
  border: 1px solid #ececec;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
}
.custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
  padding-left: 0;
}
.custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 14px;
}
.select2-dropdown {
  border: 1px solid #ececec;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  min-width: 220px;
}
.select2-dropdown .select2-search--dropdown { padding: 0;}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #BCE3C9;
  margin-bottom: 15px;
  border-radius: 5px;
  height: 40px;
  padding-left: 20px;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}
.select2-results__options::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #d1d1d1;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}
.select2-results__options::-webkit-scrollbar-button { display: none;}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ececec;
  color: unset;
}
.select2-container { max-width: 135px;}
.blog-page-s{
	padding-top: 80px;
	padding-bottom: 10px;
}
label {  margin-bottom: 5px;}
.security-code {
  display: inline-block;
  border-radius: 10px;
  height: 64px;
  line-height: 64px;
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
  background: #BCE3C9;
}
.security-code b {
  font-size: 24px;
  font-weight: bold;
}
.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
}
.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: #687188;
  padding: 0;
  vertical-align: middle;
}
.custome-checkbox .form-check-label::before {
  content: "";
  border: 2px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.custome-checkbox .form-check-label span { vertical-align: middle;}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
  opacity: 1;
}
.custome-checkbox input[type="checkbox"] + .form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-65%) rotate(-45deg);
  transform: translateY(-65%) rotate(-45deg);
}
.custome-radio .form-check-input,
.custome-checkbox .form-check-input { display: none;}
.login_footer {
  margin-bottom: 20px;
  margin-top: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
  background-color: #3b664a;
  border-color: #3b664a;
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {  opacity: 1;}
.divider-text-center {
  text-align: center;
  position: relative;
}
.divider-text-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.divider-text-center span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}
/*COMPONENTS -> TABS*/
.nav-tabs {
  border: 0;
  margin-bottom: 25px;
}
.nav-tabs .nav-link {
  background-color: #eeeeee;
  font-size: 15px;
  margin: 0 10px;
  margin-left: 10px;
  color: #444;
  border-radius: 4px;
  padding: 15px 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-weight: 600;
  line-height: 1;
}
.nav-tabs .nav-link.active {
  color: #3b664a;
  background-color: #fde1bd;
}
.nav-tabs .nav-link:hover {
  color: #3b664a;
  background-color: #fde1bd;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav-tabs .nav-link:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.nav-tabs.links .nav-link {
  padding: 0 10px;
  background: none;
  font-size: 16px;
  color: #253D4E;
}
.nav-tabs.links .nav-link:hover, .nav-tabs.links .nav-link.active { color: #3b664a;}
.nav-tabs.no-border { border: none;}
.nav-tabs.right .nav-item:last-child .nav-link { margin-right: 0;}
.nav.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.dashboard-menu ul {
  padding: 0;
  margin: 0;
}
.dashboard-menu ul li {
  position: relative;
  border-radius: 10px;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.dashboard-menu ul li a {
  font-size: 16px;
  color: #7E7E7E;
  padding: 15px 30px;
  font-weight: 700;
}
.dashboard-menu ul li a i {
  color: #7E7E7E;
  font-size: 19px;
  opacity: 0.6;
}
.dashboard-menu ul li a.active {
  color: #fff;
  background-color: #3b664a;
  border-radius: 10px;
}
.dashboard-menu ul li a.active i { color: #fff;}
.dashboard-menu ul li:not(:last-child) { margin-bottom: 10px;}
.tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-header .view-more {
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #cce7d0;
  margin-bottom: 20px;
}
.tab-header .view-more i {
  margin-left: 5px;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tab-header .view-more:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*Deal banners*/
.deal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #fff;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 420px;
}
.deal > div { width: 100%;}
.deal h2 {
  color: #FD6E6E;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.deal h5 {
  color: #242424;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  max-width: 240px;
}
.deal .deal-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.deal .product-title {
  max-width: 57%;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.23;
}
.deal .product-title a {  color: #253D4E;}
.deal .btn {
  background: #3b664a;
  border: 0;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 24px;
}
.deal .btn i {
  margin-left: 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 12px;
}
.deal .btn:hover i {
  margin-left: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.deal .deal-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.deal .deal-bottom .deals-countdown {
  margin-left: -12px;
  margin-bottom: 20px;
}
.deal .deal-bottom .deals-countdown .countdown-section {
  border: 2px solid #3b664a;
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
          box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}
.banner-bg {
  background-position: center;
  background-size: cover;
  padding: 50px;
}
.banner-features {
  text-align: center;
  padding: 25px 15px;
  border-radius: 4px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
          box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}
.banner-features:hover {
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}
.banner-features img {
  display: inline-block;
  margin-bottom: 15px;
}
.banner-features h4 {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  padding: 9px 8px 6px 8px;
  line-height: 1;
  border-radius: 4px;
  color: #3b664a;
}
/*Page > About*/
.hero-2 {
  padding: 160px 0 100px;
  min-height: 640px;
}
.hero-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  -ms-flex-preferred-size: content;
    flex-basis: content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  background: url(../imgs/page/home-6-bg.html) no-repeat center center;
  background-size: cover;
  height: 330px;
}
.hero-3 form {
  background-color: #fff;
  max-width: 520px;
  border-radius: 50px;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}
.hero-3 form input {
  border: 0;
  border-radius: 50px 0 0 50px;
  padding-left: 58px;
  background: url(../imgs/theme/icons/icon-search.html) no-repeat 25px center;
}
.hero-3 form button {
  border: 0;
  border-radius: 50px;
}
.hero-3 .nav-link {  font-size: 14px !important;}
.parallax-wrapper {
  position: absolute;
  z-index: 3;
  width: 100%;
}
.parallax-wrapper .parallax-img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.parallax-wrapper .parallax-img-area .parallax-img {
  position: absolute;
  z-index: 2;
  text-align: right;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-1 {
  right: 0;
  width: 52%;
  z-index: 2;
  top: 100px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-2 {
  right: 220px;
  width: 52%;
  top: 40px;
  z-index: 3;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-3 {
  opacity: 0.1 !important;
  left: -210px;
  width: 320px;
  top: 193px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-4 {
  opacity: 0.08 !important;
  width: 180px;
  left: 50%;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-5 {
  right: 0;
  width: 12%;
  z-index: 2;
  opacity: 0.3;
  bottom: 20%;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-6 {
  width: 25%;
  z-index: 3;
  opacity: 0.2;
  bottom: 0;
  left: -150px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-7 {
  opacity: 0.2 !important;
  width: 16%;
  top: 10%;
  left: 10%;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-8 {
  opacity: 0.2 !important;
  width: 10%;
  bottom: 40%;
  left: 50%;
}
.hero-content {
  position: absolute;
  z-index: 4;
  width: 100%;
}
.hero-content h1 { line-height: 1.1;}
.about-count {
  z-index: 100;
  position: relative;
  color: #fff;
  background: url(../imgs/page/about-9.html) no-repeat center center;
  border-radius: 15px;
  padding: 100px 0;
  overflow: hidden;
}
.about-count::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #4B675A;
  z-index: 2;
  opacity: 0.8;
}
.about-count h1 {
  font-size: 72px;
  color: #fff;
}
.about-count h4 { color: #fff;}
.about-count .text-center {
  z-index: 3;
  position: relative;
}
.hero-card-icon {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-card-icon.icon-left {
  width: 165px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.single-content > ol {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 1em;
}
.single-content > ol li:not(:last-child) {
  margin-bottom: 16px;
}
.single-content > ol ol {
  list-style-type: lower-alpha;
  margin: 20px 0 30px;
  padding-left: 25px;
}
.single-content > ol ol ol {
  list-style-type: lower-roman;
}
/*page 404*/
.page-404 { background-color: #fff;}
.page-404 img { max-width: 300px;}
.page-404 img.logo {  max-width: 150px;}
.page-404 .search-form {
  max-width: 400px;
  margin: 0 auto;
}
/*SHOP*/
.product-cart-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 15px;
  overflow: hidden;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}
.product-cart-wrap:hover {
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #BCE3C9;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}
.product-cart-wrap .product-img-action-wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-height: 320px;
  padding: 5px 5px 0 5px;
}
.product-cart-wrap .product-img-action-wrap .product-action-1 {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #BCE3C9;
}
.product-cart-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.product-cart-wrap .product-img-action-wrap .product-img a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-cart-wrap .product-img-action-wrap .product-img a img {  width: 100%;}
.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}
.product-cart-wrap .product-action-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 9;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}
.product-cart-wrap .product-action-1.show {
  visibility: visible;
  opacity: 1;
  bottom: 26px;
  left: unset;
  right: 20px;
  top: unset;
  -webkit-transform: none;
    transform: none;
}
.product-cart-wrap .product-action-1 button, .product-cart-wrap .product-action-1 a.action-btn {
  width: 40px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-right: 1px solid #BCE3C9;
}
.product-cart-wrap .product-action-1 button:last-child, .product-cart-wrap .product-action-1 a.action-btn:last-child {
  border: none;
}
.product-cart-wrap .product-action-1 button.small, .product-cart-wrap .product-action-1 a.action-btn.small {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.product-cart-wrap .product-action-1 button.small i, .product-cart-wrap .product-action-1 a.action-btn.small i {
  font-size: 12px;
}
.product-cart-wrap .product-action-1 button:after, .product-cart-wrap .product-action-1 a.action-btn:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #3b664a;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}
.product-cart-wrap .product-action-1 button:before, .product-cart-wrap .product-action-1 a.action-btn:before {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  border: 7px solid transparent;
  border-top-color: #3b664a;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}
.product-cart-wrap .product-action-1 button:last-child, .product-cart-wrap .product-action-1 a.action-btn:last-child {
  margin-right: 0;
}
.product-cart-wrap .product-action-1 button i, .product-cart-wrap .product-action-1 a.action-btn i {
  font-size: 15px;
  margin-left: 1px;
}
.product-cart-wrap .product-action-1 button:hover, .product-cart-wrap .product-action-1 a.action-btn:hover {
  color: #FDC040;
}
.product-cart-wrap .product-action-1 button:hover:after, .product-cart-wrap .product-action-1 a.action-btn:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.product-cart-wrap .product-action-1 button:hover:before, .product-cart-wrap .product-action-1 a.action-btn:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.product-cart-wrap .product-action-1 button:hover i, .product-cart-wrap .product-action-1 a.action-btn:hover i {
  color: #FDC040;
}
.product-cart-wrap .product-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-cart-wrap .product-badges.product-badges-mrg { margin: 0 0 10px;}
.product-cart-wrap .product-badges.product-badges-position {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9;
}
.product-cart-wrap .product-badges span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: 15px 0 20px 0;
  color: #fff;
  padding: 9px 20px 10px 20px;
}
.product-cart-wrap .product-badges span:last-child { margin-right: 0px;}
.product-cart-wrap .product-badges span.hot {
  background-color: #FDC040;
}
.product-cart-wrap .product-badges span.new {
  background-color: #3b664a;
}
.product-cart-wrap .product-badges span.sale {
  background-color: #8b8a8a;
}
.product-cart-wrap .product-badges span.best {
  background-color: #f59758;
}
.product-cart-wrap .product-content-wrap {
  padding: 0 10px 20px 10px;
}
.product-cart-wrap .product-content-wrap .product-category {
  margin-bottom: 5px;
}
.product-cart-wrap .product-content-wrap .product-category a {
  color: #adadad;
  font-size: 12px;
}
.product-cart-wrap .product-content-wrap .product-category a:hover {  color: #3b664a;}
.product-cart-wrap .product-content-wrap h2 {
  font-size: 14.6px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: .8px;
}
.product-cart-wrap .product-content-wrap h2 a {
  color: #253D4E;
}
.product-cart-wrap .product-content-wrap h2 a:hover {  color: #3b664a;}
.product-cart-wrap .product-content-wrap .product-price { padding-top: 5px;}
.product-cart-wrap .product-content-wrap .product-price span {
  font-size: 18px;
  font-weight: bold;
  color: #3b664a;
}
.product-cart-wrap .product-content-wrap .product-price span.new-price {
  color: #3b664a;
}
.product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 14px;
  color: #adadad;
  margin: 0 0 0 7px;
  text-decoration: line-through;
}
.product-cart-wrap .product-content-wrap .rating-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-cart-wrap .product-content-wrap .rating-result > span {
  display: block;
  overflow: hidden;
  margin-left: 5px;
}
.product-cart-wrap .product-content-wrap .rating-result::before {
  font-family: "uicons-regular-straight"  !important;
  font-size: 11px;
  letter-spacing: 2px;
  content: '\f225' '\f225' '\f225' '\f225' '\f225';
  color: #ff9900;
}
.product-cart-wrap .product-content-wrap .add-to-cart {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  display: block;
  color: #253D4E;
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-weight: 300;
}
.product-cart-wrap .product-content-wrap .add-to-cart:hover {
  background-color: #3b664a;
  color: #fff;
}
.product-cart-wrap .product-content-wrap .add-to-cart img {
  width: 20px;
  display: inline-block;
  margin-top: 11px;
}
.product-cart-wrap .product-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.product-cart-wrap .product-card-bottom .add-cart {  cursor: pointer;}
.product-cart-wrap .product-card-bottom .add-cart .add {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #DEF9EC;
  font-size: 14px;
  font-weight: 700;
}
.product-cart-wrap .product-card-bottom .add-cart .add:hover {
  background-color: #3b664a;
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.product-cart-wrap .product-stock .status-bar {
  background-color: #ededed;
  margin: 0px 0 10px;
  border-radius: 5px;
}
.product-cart-wrap .product-stock .status-bar .sold-bar {
  background-image: linear-gradient(235deg, #3b664a 0%, #77ccfd 100%);
  border-radius: 4px;
  height: 8px;
}
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-33 {
  width: 33.333333333333%;
}
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-10 {
  width: 10%;
}
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-40 {
  width: 40%;
}
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-6 {
  width: 6.6666666666667%;
}
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-42 {
  width: 42.857142857143%;
}
.product-cart-wrap .product-stock .product-stock-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-cart-wrap .product-stock .product-stock-status .sold {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}
.product-cart-wrap .product-stock .product-stock-status .available {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span {
  font-size: 15px;
}
.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.label {
  color: #253D4E;
}
.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.value {
  font-weight: 700;
  color: #333;
}
.product-cart-wrap .progress {  height: 5px;}
.product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}
.product-cart-wrap:hover .product-img-action-wrap .product-action-1 {
  opacity: 1;
  visibility: visible;
}
.product-cart-wrap:hover .product-img-zoom a img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}
.product-cart-wrap.small {
  border: 0;
  text-align: center;
}
.product-cart-wrap.small .rating-result {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-cart-wrap.small .product-content-wrap {
  padding: 5px 15px 0 15px;
}
.product-cart-wrap.small .product-price { padding-top: 0;}
.product-cart-wrap.small:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-cart-wrap.small h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
.product-cart-wrap.small .product-badges span {
  font-size: 10px;
}
.product-cart-wrap.style-2 {
  border: 0;
  padding-bottom: 25px;
}
.product-cart-wrap.style-2:hover {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-cart-wrap.style-2 .product-img-action-wrap {
  padding: 0;
  position: relative;
  z-index: 1;
  max-height: unset;
}
.product-cart-wrap.style-2 .product-img-action-wrap img { border-radius: 15px;}
.product-cart-wrap.style-2 .product-content-wrap {
  position: relative;
  margin-top: -90px;
  z-index: 3;
  padding: 0;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.product-cart-wrap.style-2 .product-content-wrap .deals-content {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px 30px;
}
.product-cart-wrap.style-2 .product-content-wrap .deals-countdown-wrap {
  position: absolute;
  top: -80px;
  width: 100%;
  text-align: center;
}
.product-cart-wrap.style-2:hover .product-content-wrap {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.product-list-small article:not(:last-child) {  margin-bottom: 20px;}
.product-list-small h6 a { color: #253D4E;}
.product-list-small h6 a:hover { color: #3b664a;}
.product-list-small figure img {
  border-radius: 10px;
}
.product-list-small .product-price {
  color: #3b664a;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.product-list-small .product-price span.old-price {
  font-size: 14px;
  color: #adadad;
  margin: 0 0 0 7px;
  text-decoration: line-through;
}
.range .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}
.range .checkbox {  font-size: 0.8em;}
.range .price-filter {
  display: block;
  margin-top: 20px;
}
.range #slider-range {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 4px;
  border-radius: 0px;
  background: #3b664a;
  color: #3b664a;
}
.range #slider-range .ui-slider-range {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #222;
  border-radius: 0px;
  border: none;
}
.range .ui-slider-handle.ui-state-default.ui-corner-all {
  width: 14px;
  height: 14px;
  line-height: 10px;
  background: #3b664a;
  border: none;
  border-radius: 100%;
  top: -5px;
}
.range .label-input { margin-top: 15px;}
.range .label-input span {
  margin-right: 5px;
  color: #282828;
}
.range .label-input input {
  border: none;
  margin: 0;
  height: unset;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  padding-left: 0;
}
.range .check-box-list {  margin-top: 15px;}
.range .check-box-list li { margin-bottom: 5px;}
.range .check-box-list li:last-child { margin: 0;}
.range .check-box-list li label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.range .check-box-list li label input {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.range .check-box-list .count {
  margin-left: 5px;
  color: #666;
}
.btn.btn-small {
  line-height: 1;
  padding: 10px 15px;
  min-width: unset;
  display: table;
  border-radius: 3px;
}
.product-sidebar .single-post {  position: relative;}
.product-sidebar .single-post:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}
.product-sidebar .single-post .content { padding-left: 95px;}
.product-sidebar .single-post i {  font-size: 12px;}
.product-sidebar .image {
  height: 80px;
  width: 80px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.shop-product-fillter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}
.shop-product-fillter.style-2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.shop-product-fillter .sort-by-product-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-product-fillter .sort-by-product-area .sort-by-cover { position: relative;}
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #f7f8f9;
  color: #777;
  padding: 9px 16px;
  border-radius: 10px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
  border: 1px solid #ececec;
}
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap:hover {
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by {
  margin-right: 5px;
}
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by i {
  margin-right: 10px;
  font-size: 14px;
  color: #ababab;
  position: relative;
  top: 2px;
}
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by span {
  font-size: 13px;
  font-weight: 500;
}
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
  font-size: 13px;
  font-weight: 500;
  color: #7E7E7E;
}
.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
  font-size: 15px;
  color: #7E7E7E;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.sort-by-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  right: 0;
  padding: 16px 0 21px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  color: #7E7E7E;
  font-weight: 500;
}
.sort-by-dropdown.show {
  opacity: 1;
  visibility: visible;
}
.sort-by-dropdown ul li { display: block;}
.sort-by-dropdown ul li a {
  font-weight: 500;
  font-size: 13px;
  padding: 5px 30px;
  display: block;
  position: relative;
  color: #7E7E7E;
}
.sort-by-dropdown ul li a.active::before {
  content: "\f143";
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  color: #3b664a;
  font-family: 'uicons-regular-straight'  !important;
  font-weight: 900;
}
.sort-by-dropdown ul li a.active:hover::before { color: #fff;}
.sort-by-dropdown ul li a:hover {
  background-color: #3b664a;
  color: #ffffff;
}
/*Product list*/
.product-list { position: relative;}
.product-list .product-cart-wrap {
  border: 0;
  border-radius: 0;
  overflow: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
    align-content: center;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-list .product-cart-wrap:not(:last-child) { margin-bottom: 30px;}
.product-list .product-cart-wrap:hover {
  -webkit-box-shadow: none;
   box-shadow: none;
}
.product-list .product-cart-wrap:hover .product-img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.product-list .product-cart-wrap .product-badges.product-badges-position {
  left: 0;
  top: 0;
}
.product-list .product-cart-wrap .product-img-action-wrap {
  max-width: 28%;
  position: relative;
  padding: 0;
  max-height: unset;
}
.product-list .product-cart-wrap .product-img-action-wrap .product-img {
  border: 1px solid #ececec;
  border-radius: 15px;
}
.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner {
  overflow: hidden;
  padding: 10px;
}
.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner a img {
  height: auto;
}
.product-list .product-cart-wrap h2 {
  font-size: 32px;
}
.product-list .product-cart-wrap .product-content-wrap .product-category a {
  font-size: 16px;
  margin-top: 15px;
  display: block;
}
.product-list .product-cart-wrap .product-content-wrap .product-price span {
  font-size: 32px;
}
.product-list .product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 20px;
}
.product-list .product-cart-wrap .product-content-wrap .product-action-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  bottom: unset;
  padding: 0 20px;
  margin-top: 20px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn {
  border: none;
  width: auto;
  border-radius: 50px;
  background-color: #3b664a;
  color: #fff;
  text-align: center;
  margin-right: 0;
  position: relative;
  display: inline-block;
  padding: 0px 23px;
  height: 44px;
  font-weight: 500;
}
.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn i {
  margin-right: 8px;
  color: #fff;
}
/*PRODUCT DETAILS*/
.detail-gallery {
  top: 30px;
}
.detail-gallery .woocommerce-product-gallery .flex-control-thumbs img {   opacity: 1;}
.detail-gallery .zoom-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  font-size: 22px;
  opacity: 0.6;
}
.slider-nav-thumbnails .slick-list {  margin: 0 -10px;}
.slider-nav-thumbnails .slick-slide {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.slider-nav-thumbnails .slick-slide img {  border-radius: 10px;}
.slider-nav-thumbnails .slick-slide.slick-current::before {
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 0;
}
.slider-nav-thumbnails .slick-slide.slick-current img { border: 2px solid #a2d2c9;}
.slider-nav-thumbnails div.slick-slide {  margin: 0 10px;}
.slider-nav-thumbnails button {opacity: 0;}
.slider-nav-thumbnails button.slick-arrow {
  margin: 0;
  border: 0;
  background: #F2F3F4;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 24px;
  z-index: 9;
  color: #7E7E7E;
}
.slider-nav-thumbnails button.slick-arrow:hover {
  color: #fff;
  background-color: #3b664a;
}
.slider-nav-thumbnails button.slick-arrow.slick-prev { left: -20px;}
.slider-nav-thumbnails button.slick-arrow.slick-next {  right: -20px;}
.slider-nav-thumbnails:hover button { opacity: 1;}
.slider-nav-thumbnails .slick-prev, .slider-nav-thumbnails .slick-next {
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-rate {
  background-image: url("../imgs/theme/rating-stars.html");
  background-position: 0 -12px;
  background-repeat: repeat-x;
  height: 12px;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-rating {
  height: 12px;
  background-repeat: repeat-x;
  background-image: url("../imgs/theme/rating-stars.html");
  background-position: 0 0;
}
.list-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-filter li { display: inline-block;}
.list-filter li a {
  color: #555;
  display: block;
  min-width: 30px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.color-filter.list-filter a span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 40px;
}
.color-filter.list-filter a span.product-color-white { border: 1px solid #ddd;}
.color-filter.list-filter li.active a::before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: -3px;
  background: #4cd964;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.size-filter.list-filter a {
  border-radius: 5px;
  padding: 0 9px;
  background: #fff;
}
.size-filter.list-filter li a {
  color: #7E7E7E;
  height: 32px;
  line-height: 32px;
  min-width: 40px;
  text-align: center;
}
.size-filter.list-filter li a:hover,
.size-filter.list-filter li.active a {
  color: #fff;
  background-color: #3b664a;
  border-color: #3b664a;
}
.detail-qty {
  max-width: 80px;
  padding: 9px 20px;
  position: relative;
  width: 100%;
  border-radius: 5px;
  display: contents;
}
.detail-qty > a {
  font-size: 16px;
  position: absolute;
  right: 8px;
  color: #3b664a;
}
.detail-qty > a:hover { color: #29A56C;}
.detail-qty > a.qty-up {
  top: 0;
}
.detail-qty > a.qty-down { bottom: -4px;}
.attr-detail .select-box select {
  height: 40px;
  width: 100%;
}
.attr-detail.attr-brand { margin-top: 23px;}
.attr-detail.attr-brand .select-box {
  display: block;
  margin-bottom: 20px;
}
.attr-detail.attr-color table { margin-bottom: 15px;}
.detail-extralink > div {
  display: inline-block;
  vertical-align: top;
}
.detail-extralink .detail-qty {
  margin: 0 6px 0px 0;
  background: #fff;
  border: 1px solid #3b664a !important;
  font-size: 16px;
  font-weight: 700;
  color: #3b664a;
  border-radius: 5px;
  padding: 8px 20px 8px 30px;
  max-width: 90px;
}
.detail-gallery-1 ol{ padding-left: 0px;}
.detail-gallery-1 ol li {
    width: 18% !important;
    margin: 0px 4% 1.6em 0 !important;
}
.stock-status {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.stock-status.in-stock {
  background: #DEF9EC;
  color: #3b664a;
}
.stock-status.out-stock {
  color: #f74b81;
  background: #fde0e9;
}
.detail-info .product-price-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-info .product-price-cover .product-price { line-height: 1;}
.product-price-full{	margin:15px 0px;}
.single-product form.cart input[type=number] {   width: 8em;}
.detail-info .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail.accordion-detail{
	padding-top: 40px;
	padding-bottom: 10px;
}
.product-detail.accordion-detail .short-desc ul{
	padding-left: 25px;
	list-style: disc;
}
.product-detail.accordion-detail .short-desc li{
	list-style: disc;
	font-size: 14.8px;
	letter-spacing: 1px;
	padding-bottom: 5px;
	color: #a5a3a3;
	font-family: 'Chivo', sans-serif !important;
}
.product-detail.accordion-detail .product-bottom-detail ul{
	padding-left: 5px;
	margin-right: 15px !important;
	list-style: none;
}
.product-detail.accordion-detail .product-bottom-detail ul li.text-deta{
	font-size: 13.6px;
	font-weight: 700;
	letter-spacing: 1px;
}
.detail-info .product-price .current-price {
  font-size: 27px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
}
.detail-info .product-price del {
  text-decoration: line-through;
  color: #ff0000;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .7px;
  padding-right: 10px;
  padding-top: 5px;
}
button.single_add_to_cart_button.button.button-add-to-cart {
    position: relative;
    padding: 0px 20px;
    border-radius: 5px;
    border: 0;
    height: auto;
    line-height: normal;
    font-weight: 500;
    font-size: 14.8px;
	letter-spacing: 1px;
    background: #3b664a !important;
	text-decoration: none;
}
button.single_add_to_cart_button.button.button-add-to-cart:hover {
    background-color: #FDC040 !important;
	color: #fff;
}
button.single_add_to_cart_button.button.button-add-to-cart:focus {
    background-color: #000 !important;
	color: #fff;
	text-decoration: none !important;
	outline: none !important;
}
.product-detail.accordion-detail .woocommerce-tabs {
    margin: 0rem;
}
.detail-info .product-price .save-price {
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
	margin-left: 10px;
    display: block;
    color: #FDC040;
    background: #519f2c;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    padding: 12px;
}
.detail-info .product-meta {
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
.button.button-add-to-cart {
  padding: 8px 40px;
}
.product-extra-link2 a {
  border: 1px solid #f1f1f1;
  color: #fff !important;
  border-radius: 5px;
  display: inline-block;
  height: 45px;
  line-height: 30px !important;
  position: relative;
  text-align: center;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  vertical-align: top;
  width: 100px;
  letter-spacing: 1px !important;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-extra-link2 a:hover {
    background: #fa971c !important;
    color: #ffffff;
    opacity: 1;
}
.product-extra-link2 a:focus {
    background-color: #000 !important;
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
}
.product-extra-link2 a:hover {
  background-color: #3b664a;
  color: #fff;
}
.product-extra-link2 a:hover i {  opacity: 1;}
.product-extra-link2 a i {
  font-size: 18px;
  opacity: 0.6;
}
.product-extra-link2 .button.button-add-to-cart {
  position: relative;
  padding: 0px 20px;
  border-radius: 5px;
  border: 0;
  height: 42px;
  line-height: 42px;
  font-weight: 700;
  font-size: 16px;
}
.product-extra-link2 .button.button-add-to-cart i {
  margin-right: 10px;
}
.single-product .entry .entry-content {
    padding: 10px;
	margin: 0 0 0rem;
	border:none
}
.product-info .woocommerce-Reviews-title{
	font-size: 22px !important;
    letter-spacing: .8px;
    text-transform: capitalize;
}
.product-info .star-rating span {   color: #ffa534;}
.product-detail-rating .star-rating span {
    color: #ffa534;
}
.product-detail-rating .product-rate-cover.text-end {
    display: flex;
}
.product-detail-rating a.woocommerce-review-link {
    font-size: 18px;
    color: #a6a3a3;
}
.product-detail-rating a.woocommerce-review-link:focus {
    text-decoration: none !important; 
	background: none !important;
	color: #a6a3a3;
	outline: none !important;
}
#reviews input#submit {
    padding: 5px;
    background: #3b664a;
    color: #fff;
	font-size: 15px;
    letter-spacing: 1px;
}
#reviews input#submit:hover {
    background:#fa971c;
}
a.added_to_cart.wc-forward{
	font-size: 14.8px;
	text-align: center;
	letter-spacing: .7px;
	padding-left: 25px;
}
a.added_to_cart.wc-forward:focus{
	background: none !important;
	outline: none !important;
	text-decoration: none !important;
}
.product-detail.accordion-detail .woocommerce-tabs ul li.active a {
    color: #fff;
    background-color: #3b664a !important;
    border: #3b664a !important;
	text-decoration: none;
	font-size: 20px;
	opacity: 1;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
.product-detail.accordion-detail li#tab-title-reviews{
    font-size: 20px;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
.product-detail.accordion-detail li#tab-title-reviews a:focus{
    text-decoration: none !important;
	outline: none !important;
}
.product-detail.accordion-detail .woocommerce-tabs ul {
    border-bottom: 2px solid #3b664a;
}
.single-product .entry .entry-content h2{
    color: #3b664a !important;
	font-family: 'Chivo', sans-serif !important;
	font-size: 27px !important;
}
.single-product .entry .entry-content  h1{
	font-size: 19.6px !important;
	padding-bottom: 10px;font-weight: 600 !important;
    letter-spacing: .7px;
	text-transform: capitalize;
}
.single-product .entry .entry-content  p{
	font-family: 'Chivo', sans-serif !important;
}
.all-product-shop{
	display: -webkit-box;
	padding-top: 20px;
	border-bottom: 1px dashed #a7a4a4;
	margin-bottom: 30px;
}
.all-product-shop p.woocommerce-result-count{
	font-size: 19.6px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
	color: #3b664a;
}
.all-product-shop select {
    border: 1px solid #bcb9b98f;
    padding: 0px 35px;
    font-size: 15.6px;
    text-decoration: none;
    outline: none;
	letter-spacing: 1.4px;
}
.all-product-shop select:focus {
    text-decoration: none;
    outline: none;
}
.product-info {
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 15px 15px;
}

.tab-style3 .nav-tabs .nav-item a.active, .tab-style3 .nav-tabs .nav-item a:hover {
  color: #fff;
  background:#3b664a;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.tab-style3 .nav-tabs li.nav-item a {
  display: block;
  padding: 13px 24px !important;
  text-align: center;
  font-weight: 700;
  text-transform: none;
  font-size: 17px;
  border-radius:7px;
  border: 1px solid #ececec;
  background: #fff;
  color: #7E7E7E;
}
.offers-bottom-detail{margin:20px 0px;}
.offers_li_text{display: flex;
    list-style: none;
    border: 1px solid #d9d8d8;
    padding: 7px 7px;
    margin-bottom: 7px;
    margin-top: 7px;}
.term-con {
    display: inline-block;
    position: relative;
	align-items: center;
}
.term-con span {
    color: #FDC040;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.offers-img{margin-right:8px;}
span.offers_bold {
    font-weight: 600;
    margin-right: 6px;
    color: #878686;
}
.offers_li_text li{display: flex;
font-size:12.6px;
letter-spacing:.5px;}
.product-detail-21{ background: #f3efef42;   padding: 15px;}	
.career-btn {   font-size: 13.2px;		letter-spacing: 1px;	}	
.page-numbers {   padding: 0px 25px;}
.page-numbers:focus {   background: none !important; outline: none !important; color: #000 !important;}
.career-box-s {  margin-bottom: 25px;}
	/*------ shop --------  */
.product-box-padding{
	padding-left:10px;
	padding-right:10px;
}
.shop .owl-prev {
    position: absolute;
    top: -20%;
    right: 6%;
}
.shop .owl-next {
    position: absolute;
    top: -20%;
    right: 0%;
}
.best-sell{
	border: 3px solid #b9b8b852;
}
#shop .section-head {
    margin-bottom: 0rem;
}
.section-solid-shop{
	padding-top: 40px;
    padding-bottom: 40px;
}
#shop .section-head:not(.container), .section-footer:not(.container) {
    max-width: 100%;
}
#shop-1a{
	padding-bottom: 10px;
    padding-top: 10px;
}
#shop-2a{
	padding-bottom: 10px;
    padding-top: 10px;
}
#shop-3a{
	padding-bottom: 10px;
    padding-top: 10px;
}
#shop-1a .section-head {
    margin-bottom: 0rem;
}
#shop-2a .section-head {
    margin-bottom: 2.5rem;
}
#shop-3a .section-head {
    margin-bottom: 2.5rem;
}
.mission {
    background: url(../images/h2_hero.jpg);
    padding-top: 120px;
    padding-bottom: 120px;
	margin-top: 50px;
}
.shop-bg-text{
	font-size:16px;
	line-height:26px;
	letter-spacing:.8px;
}
.about-us-story__image {
    padding: 3rem 4% 3rem 0;
}
.about-us-story__image:before {
    right: 0;
    width: 50%;
    border-radius: 1.5rem;
}
.guru-manish{
	padding:70Px 0px 70Px 0px;
}
.guru-manish-1{
	padding:70Px 0px 70Px 0px;
}
.guru-manish-image{
	border-radius: .6rem;
}
.about-us-story__image:before {
    right: 0;
    width: 50%;
    border-radius: 1rem;
}
.about-us-story__image:before {
    top: 0;
    right: -2rem;
    bottom: 0;
    width: 60%;
    background: #3b664a0d;
    border-radius: 0.55rem;
    z-index: -1;
}
.has-decorations:after, .has-decorations:before {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.subheading-label-guru-manish{
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
	color: #fa971c;
	margin-bottom:15px;
}
.heading-label-guru-manish{
	font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
	color: #3b664a;
	margin-bottom:20px;
}
.heading-label-guru-manish-1{
	font-size: 21px;
    letter-spacing: 1px;
    font-weight: 600;
	color: #3b664a;
	margin-bottom:15px;
}
.heading-label-guru-manish-p p{
	font-size: 15.6px;
	line-height:28px;
    letter-spacing: .6px;
	margin-bottom:5px;
}
.about-us-values__nav-container {
    display: flex;
    justify-content: space-between;
}
.about-us-values__nav:after {
    width: 100%;
    height: 0.0625rem;
    background: #b2b4b74a;
}
.about-us-values__nav-item:after, .about-us-values__nav:after {
    content: "";
    display: block;
}
.about-us-values__nav-item.is-active:after {
    border-color: #3b664a;
}
.about-us-values__nav-item:after {
    width: 1.1rem;
    height: 1.1rem;
    background: #a3a1a1;
    border-radius: 0%;
    transform: translateY(50%);
	text-align: center;
    display: block;
    margin: 0px auto;
	border-radius:40px;
}
.guru-manish-bott-p {
	font-size: 15.6px;
	line-height:28px;
    letter-spacing: .6px;
	margin-bottom:50px !important;
}
.guru-manish-step{
	font-size:14.2px;
	letter-spacing: 1px;
    font-weight: 700;
	text-transform: uppercase;
	padding-left:10px;
}
.guru-manish-image1{	margin-bottom:20px;}

/*---------- event ----------*/
.border-event {
    border: 1px solid #ececec !important;
    padding: 10px 10px;
	text-align: left;
}
.event-leading-none{
	font-size:16px;
	letter-spacing: 1px;
    font-weight: 700;
	padding:2px 0px 0px 0px;
}
.event-leading-none span{
	font-size:17px;
	letter-spacing: 1px;
    font-weight: 700;
	text-transform: uppercase;
	color:#3b664a;
}
.event-leading-none1{
	font-size:16px;
	letter-spacing: 1px;
    font-weight: 700;
	padding:2px 0px 0px 0px;
}
.event-leading-none1 span{
	font-size:17px;
	letter-spacing: 1px;
    font-weight: 700;
	text-transform: uppercase;
	color:#3b664a;
}
.logo-event{
	width:100%;
	margin-bottom:10px;
}
.slide-event-p{
	font-size: 14.2px;
	line-height:25px;
    letter-spacing: .6px;
}
#event-1a .event-regist-btn{
	font-size: 15px;
	padding:6px 10px;
	background:#3c5f47;
	color:#fff;
	text-align:center;
	margin:20px auto 0px auto;
	display:block;
	letter-spacing:.7px;
	border-radius:3px;
}
.event-regist-btn{
	font-size: 15px;
	padding:6px 10px;
	background:#3c5f47;
	color:#fff;
	text-align:center;
	margin:0px auto;
	display:block;
	letter-spacing:.7px;
	border-radius:3px;
}
.event-regist-btn:hover{
	background:#000;
	color:#fff;
}
#event-1a .section-head {
    margin-bottom: 0rem;
}
.event .owl-prev {
    position: absolute;
    top: -30%;
    right: 8%;
}
.event .owl-next {
    position: absolute;
    top: -30%;
    right: 0%;
}
.event-form-area select {
    width: 100%;
    background: transparent;
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14.6px;
    color: #aba9a9;
	letter-spacing:.9px;
	padding:7px 25px;
	font-weight:500;
	outline:none;
}
.event-btn-2{
	padding: 6px 10px !important;
    background: #3c5f47 !important;
    color: #fff !important;
    text-align: center;
    margin: 0px auto;
    display: block;
    letter-spacing: 1px;
    border-radius: 3px !important;
    font-size: 15px !important;
    height: 45px;
    line-height: 0px !important;
	border:none;
}
.event-btn-2:hover{
    background: #000 !important;
	border: none;
}
.border-event1 {
    border: 1px solid #ececec !important;
    padding: 15px 15px;
	text-align: left;
	margin-bottom:40px;
}
.event-leading-none-2{
	font-size:17px;
	letter-spacing: 1px;
    font-weight: 700;
	padding:2px 0px 0px 0px;
}
.event-leading-none-2 span{
	font-size:18px;
	letter-spacing: 1px;
    font-weight: 700;
	text-transform: uppercase;
	color:#3b664a;
}
.event-leading-none1-2{
	font-size:17px;
	letter-spacing: 1px;
    font-weight: 700;
	padding:2px 0px 10px 0px;
}
.event-leading-none1-2 span{
	font-size:18px;
	letter-spacing: 1px;
    font-weight: 700;
	text-transform: uppercase;
	color:#3b664a;
}
.slide-event-p-1{
	font-size: 14.6px;
	line-height:25px;
    letter-spacing: .6px;
	min-height: 100px;
}
.event-regist-btn-2{
	font-size: 15px;
	padding:6px 10px;
	background:#3c5f47;
	color:#fff;
	text-align:center;
	margin:0px auto;
	display:block;
	letter-spacing:.7px;
	border-radius:3px;
}
.event-regist-btn-2:hover{
	background:#000;
	color:#fff;
}
/*----------- blog --------*/
.blog-heading-text{
	font-size:16.5px;
	padding-top:10px;
}
.blog-padd-1{
	padding:10px 15px;
}
.blog-head-text{
	min-height:90px;
}
.entity-categories-blog{
	min-height:60px;
}
.entity-categories-blog a{
	font-size:13.7px;
	font-weight:600;
	letter-spacing:.6px;
	color: #3b664a;
}
.shuddhi-blog{	padding:5px 15px 25px 12px;}
/*----------- blog detail--------*/
.blog-detail-p {
    color: #3b664a;
	font-weight:600;
}
.blog-det-li{
	padding:0px 0px 0px 20px;
}
.blog-det-li li{
	list-style:disc;
}
.recent-blog{
	width:100%;
}
.font-green{
	text-transform: uppercase;
    color: #3b664a;
}
.about-right {
    position: relative;
    display: block;
    margin-left: 30px;
}
.about-img {
    position: relative;
}
.about-img::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    width: 100%;
    height: 100%;
    background: #3b664a;
    border-radius: 5px;
    z-index: -1;
}
.about_image_home{
	border-radius:5px;
}
.about-experience {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    position: absolute;
    left: 0;
    bottom: 80px;
    padding: 15px 20px 15px 15px;
    border-radius: 0 15px 15px 0;
    border-right: 10px solid #3b664a;
}
.about-experience span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #3b664a;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
}
.best-selling-product{
	padding:0px 20px;
}

.shuddhi-media .owl-nav .owl-prev, .owl-nav .owl-next {
    display: inline-block;
    border: 1px solid #3b664a;
    background-color: #3b664a;
    box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 30%);
    width: 4rem;
    height: 2.4rem;
    line-height: 2.3rem;
    text-align: center;
    color: #333;
    border-radius:6px;
}
.shuddhi-media .owl-prev {
    position: absolute;
    top: -40%;
    right: 7%;
}
.shuddhi-media .owl-next {
    position: absolute;
    top: -40%;
    right: 0%;
}
#media .section-head {
    margin-bottom: 2rem;
}
section#media {
    padding-bottom: 30px;
    padding-top: 80px;
}
.media-testi{
	text-align:left;
	border:1px solid #d5d2d296;
	padding:7px 15px;
	margin:5px;
	box-shadow: 0 0 0.5rem rgb(0 0 0 / 6%);
}
.media-testi p{
    font-size:15.2px;
	line-height:25px;
	letter-spacing:.2px;
}
.media-box-padd-1{
	padding: 0px 4px 0px 8px;
    text-align: center;
    display: block;
    margin: 0px auto;
	border-right: 1px solid #dfdddd;
}
.products.col-md-12.products-all-pro {
    padding-top: 25px;
}
.media-channel{
	font-size:14.5px !important;
	font-weight:700;
	padding-top:10px;
	text-align:center;
}
.media-channel span{
	font-size:15.5px !important;
	font-weight:700;
	padding-top:10px;
	text-align:center;
}
.appointment-area {
    background-image: url(../images/bg/appointment-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.appointment-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#37614f,#2e55431a);
    z-index: -1;
}
.appointment-img {
    background-image: url(../images/bg/appointment.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.appointment-content {
    margin-left: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
	margin-top: 55px;
	margin-bottom: 55px;
	text-align: center;
}
#prod-1 .section-head{
    margin-bottom: 2.5rem;
}
.separator-double-1 {
    display: inline-block;
    position: relative;
    width: 2.625rem;
    margin-bottom: 1rem;
    line-height: 4px;
}
.separator-double-1:before {
    width: 50%;
    max-width: 2.625rem;
}
.separator-double-1:before, .separator-double-1:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.separator-double-1:after {
    margin-top: 4px;
    width: 100%;
}
.separator-double-1:before, .separator-double-1:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
}
section#ishitesimonial\ Reviews .entity-hover-shadow{
	margin-top: 20px;
	margin-left: 10px;
}

/* -------- checkout --------*/
#checkout{
    padding-bottom: 80px;
    padding-top: 30px;
}
 .woocommerce-checkout .select2-container .select2-dropdown {
    font-size: 15.3px;
    border: none;
    border-radius: 5px;
    border-top: none;
    letter-spacing: .4px;
    background: #adb0aef2 !important;
	position: absolute !important;
}
#checkout .form-group {
    margin-bottom: 0rem;
    margin-top: 0em;
}
.checkout-box{
	background:#fff;
	box-shadow: 0 0 0.5rem #3b664a29;
	padding:30px 35px;
	border-radius:10px;
	margin-right:15px;
}
.checkout-box .woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%;
    border: 2px solid #ececec !important;
	outline: none;
	padding: 0px 10px;
	margin-bottom: 10px
}
#checkout .input-gray-shadow .form-control{
	box-shadow: none;
	border:1px solid #c9c6c659;
	font-size:15.4px;
}
#checkout select.form-control{
	color:#aba7a7;
	height:45px;
	line-height: 30px;
}
.checkout-box1 .order-items{
	margin-top: 30px;
}
#checkout .checkout-btn{
	padding: 12px 30px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #3b664a;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
	line-height:22px;
}
#checkout .checkout-btn:hover{
    color: #fff;
    background-color: #000;
}
#checkout label{
	color:#999c9a;
	font-size: 14.6px;
	letter-spacing: .9px;
	font-weight: 400;
}
#checkout .input-checkbox {
    border: 2px solid #eeeeee !important;
    height: 22px !important;
    width: 22px !important;
    border-radius: 2px !important;
}
.input-checkbox input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 5px;
    top: 2px;
    position: absolute;
    width: 7px;
    height: 12px;
    border: 3px solid #3b664a;
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
}
.conta-1 .checkbox {
    margin-top: 10px;
	margin-bottom: 10px;
}
#checkout input {
    border: 2px solid #ececec !important;
    height: 40px;
    font-size: 15px;
    width: 100%;
	letter-spacing: .7px;
	margin-bottom: 15px;
}
#checkout input#billing_address_1{
	margin-bottom: 15px;
}
#checkout textarea#order_comments{
    border: 2px solid #ececec !important;
    height: 40px;
    font-size: 15px;
    width: 100%;
}
#checkout h3{
	font-family: 'Chivo', sans-serif !important;
	color: #000 !important;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
#checkout h4{
	font-family: 'Chivo', sans-serif !important;
	color: #000 !important;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	margin-top: 45px !important;
}
.checkout-box1 p {
    font-size: 15.8px;
    letter-spacing: .6px;
    font-weight: 400;
}
#checkout .shop_table thead {
    height: 65px;
    border-bottom: 2px solid #3b664a;
    border-top: 2px solid #3b664a;
}
#checkout .shop_table thead th.product-name{
    font-size: 17.2px;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
	color: #3b664a;
}
#checkout .shop_table thead th.product-total{
    font-size: 17.2px;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
	color: #3b664a;
	text-align: end;
}
#checkout .shop_table tr.cart_item {
    height: 85px;
	border-bottom: 2px dashed #b3b0b08a;
}
#checkout .shop_table .cart_item td.product-name{
    font-size: 14.8px;
    letter-spacing: .7px;
    font-weight: 400;
    color: #818080;
	font-family: 'Chivo', sans-serif !important;
}
#checkout .shop_table .cart_item td.product-total{
    font-size: 16px;
    letter-spacing: .2px;
    font-weight: 700;
    color: #918f8f;
    text-decoration: underline;
	font-family: 'Chivo', sans-serif !important;
	text-align: end;
}
#checkout .shop_table tr.cart-subtotal{
    font-size: 16px;
    letter-spacing: .8px;
    font-weight: 800;
	text-transform: uppercase;
    color: #6f6b6b;
	font-family: 'Chivo', sans-serif !important;
}
#checkout .shop_table tr.cart-subtotal span.woocommerce-Price-amount.amount{
    font-size: 17.6px;
	float: right;
}
#checkout .shop_table .order-total {
	font-size: 20px;
    letter-spacing: .8px;
    font-weight: 800;
	text-transform: uppercase;
	display: table-row;
	border-bottom: 2px solid #fff;
    color: #000;
	font-family: 'Chivo', sans-serif !important;
}
#checkout .shop_table .order-total span.woocommerce-Price-amount.amount{
    font-size: 21.6px;
	float: right;
}
#checkout button#place_order {
    border: none;
    background: #3b664a;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    letter-spacing: 1px;
    border-radius: 5px;
    width: 100%;
    margin: 0px auto;
    display: block;
}
#checkout button#place_order:hover {
    background: #FDC040 !important;
}
#checkout button#place_order:focus {
    background: #000;
	outline: none;
	text-decoration: none;
}
#checkout .form-row.place-order {
    width: 100%;
}
#checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 3rem;
}
#checkout .form-groups ul.wc_payment_methods.payment_methods.methods{
	padding-left: 0px !important;
}
#checkout  .checkout-box1{
	padding-top: 30px;
}
#checkout .text-bottom{
	margin: 15px;
}
/*--------- cart --------*/
#cart{
	padding-bottom: 0px;
    padding-top: 80px;
}
#cart .cart-item-image {
    width: 200px;
    padding-right: 0rem;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.cart-btn{
	font-size: 15.6px;
    font-weight: 500;
    padding: 12px 25px;
    color: #ffffff !important;
    border: none;
    background-color: #3b664a;
    border-radius: 5px;
	letter-spacing:.8px;
	opacity:1;
}
.cart-btn:hover{
    color: #ffffff;
    background-color: #000;
}
.product-text-heading{
	font-size: 18px;
    color: #3b664a;
    padding-bottom: 2px;
    font-weight: 600;
    letter-spacing: .7px;
}
.cart-box-3 {
    padding: 2rem 1.5rem;
    border-radius: 0.25rem;
    background-color: #3b664a14;
}
.sign-in-box{
    padding: 40px 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.sign-in-box .form-group {
    margin-bottom: .1rem;
    margin-top: 1em;
}
.sign-in-box .input-gray-shadow .form-control {
    border: 1px solid #d7d3d3b3;
	box-shadow:none;
}
.sign-in-box .form-check-label {
    padding-left: .3rem;
    margin-bottom: 0;
    cursor: pointer;
}
.sign-in-box .form-check .form-check-input, .form-check .form-check-icon {
    padding-top: .5rem;
}
.sign-in-box input.form-control{
	font-size:13.8px;
	color: #a3a5a3;
	letter-spacing: 0.7px;
}
.sign-in-box select.form-control{
	font-size:13.8px;
	color: #a3a5a3;
	height:45px !important;
	line-height:30px;
	letter-spacing: 0.7px;
}
.sign-in-box .grid > [class*="col-"] {
    margin-top: 1rem;
}
#sign-up{
	padding-top:80px;
	padding-bottom:80px;
}
.sign-in-box label.required{
	font-size:13.8px;
	color:#3b664a;
	letter-spacing:.7px;
	font-weight:500;
}
.sign-in, .sign-up{
	font-size: 14px;
    font-weight: 500;
    padding: 9px 40px;
    color: #ffffff;
    border: none;
    background-color: #3b664a;
    border: 1px solid #29A56C;
    border-radius: 7px;
    text-align: center;
    width: 80%;
    display: block;
    letter-spacing: 1px;
    margin: 20px auto 0px auto;
}
.sign-in, .sign-up .input-group {
    margin-bottom: 10px;
}
.sign-in:hover, .sign-up:hover{
    color: #ffffff;
    background-color: #000;
}
.sign-in-box span.error {
    color: red;
    font-size: 13.2px;
    letter-spacing: .7px;
}
.conta-1 input[type="checkbox"] {
    width: 22px;
    height: 22px;
    border: 2px solid #3b664a;
    border-radius: 3px;
}
.cont-box-1 {
    margin-top: 15px;
}
.conta-1 {
    background-color: rgb(59 102 74 / 5%);
    padding: 35px;
}
label.btn span {
  font-size: 1.5em ;
}
label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #3c5f47;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #3c5f47;
}
label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #7AA3CC;
}
div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}
div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}
div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}
.conta-1 label.btn.active, label.btn{	background:#fff0;}
.conta-1 label.btn.active, label.btn:hover{	background:#fff0;}
.conta-1 span{
	color:#979595;
	font-size:14.8px !important;
	padding-left:10px;
	padding-bottom:5px;
}
.conta-1 .form-control:not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: 0 0 0 0.25rem rgb(124 202 49 / 30%), 0 0 0 0.25rem #fff, 0 0 1.5rem rgb(78 174 74 / 0%);
    box-shadow: 0 0 0 0.25rem rgb(124 202 49 / 30%), 0 0 0 0.25rem #fff, 0 0 1.5rem rgb(78 174 74 / 0%);
}
#contact .font_we {
    font-size: 16px;
    font-weight: 500;
    color: #3b664a;
	letter-spacing: .5px;
}
#contact .contact {
    font-size: 16px;
    color: #ffffff;
    background-color: #3b664a;
	letter-spacing: .5px;
	padding:10px 30px;
	border-radius:7px;
	text-align: center;
    display: block;
}
#contact .contact:hover{
    color: #ffffff;
    background-color: #000;
}
.section_2contact {   padding: 70px 0px 50px 0;}
.font-green-1 {   color: #3b664a;}
#career2 .section-head{    margin-bottom: 2rem;}
.career-box{
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 40px 5px rgb(60 95 71 / 15%);
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease-in-out;
    background: #fff;
    padding:40px 20px;
	margin-bottom:35px;
	text-align:center;
	display:block;
}
.career-box:hover {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 40px 5px rgb(60 95 71 / 30%);
    transition: all .5s ease-in-out;
    transform: translateY(-20px);
}
.careers-recruiterbox-wrapper .rbox-opening-li {
    position: relative;
    padding: 30px 5%;
    border-bottom: 2px solid rgba(151,151,151,0.07);
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.career-title{
	font-size:20px;
	font-weight:600;
}
.career-title:focus{
	background: none !important;
	color: #3b664a !important;
	outline: none !important;
}
.box-d{
	border:1px solid #d9d6d68c;
	padding:25px;
}
.career-btn{
	background:#3c5f47;
	color:#fff;
	padding:10px 25px;
	border-radius:5px;
}
.career-btn:hover{
	background:#fa971c;
	color:#fff;
}
#career{	padding-bottom:40px;}
#career1{
	padding-top:40px;
	padding-bottom:40px;
}
#career2{
	padding-top:40px;
	padding-bottom:40px;
}
#career3{
	padding-top:40px;
	padding-bottom:80px;
}
.career1-img{
	text-align: center;
    display: block;
    margin: 0px auto;
}
.career-box-bottom{
	background: #f5f7f6;
	padding:25px 15px;
}
.career-text-gr{
	text-transform: uppercase;
    color: #3b664a;
	font-weight:600;
	font-size:12.8px;
}
.career-text-gr1{
	text-transform: uppercase;
    color: #000;
	font-weight:600;
	font-size:12.8px;
}
.appointment-content h3{
	font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px !important;
    letter-spacing: .7px;
}
.appointment-content p{
	margin-bottom: 10px !important;
}
.checkout-bt{
	text-align:center;
	display:block;
	margin:0px auto;
}
a.btn.btn-primary.checkout{
	width:100%;
}
.client-tagline {
    background: #3b664a;
    padding: 15px 0;
}
#Shop-banner{
	padding-top:70px;
	padding-bottom:70px;
}
#Shop-banner1{
	padding-top:70px;
	padding-bottom:70px;
}
.Shop-banner-padd{
	padding:5px;
}
.product-detail.accordion-detail .review-product{
	margin-right:10px;
}
.shuddhi1 .owl-nav .owl-prev:hover{
	background-color: #000;
    border-color: #000;
    box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 50%);
}
/* --------------- modal-2 Start ----------------- */
.modal {
    position: fixed;
    top: 10%;
}
.modal .section-head {
    margin-bottom: 1.8rem;
}
.modal-padding{
	padding:25px 15px;
}
.modal-padding1{
	padding: 0px 55px;
	border-top: 1px solid #eceeef;
}
.modal-phone{
	color: #000;
	font-weight:600;
	font-size:26x;
}
#exampleModal .modal-content1 a.modal-phone{
	color: #e48420;
	font-weight:600;
	font-size:22px;
}
#exampleModal .modal-content1 a.modal-phone:hover{
	color: #000;
}
#exampleModal .modal-content1 h5.modal-text{
	color: #e48420;
	font-weight:600;
	font-size:24px;
}
#exampleModal .modal-content1 .modal-textor{
	color: #fff;
	font-weight:600;
	font-size:22px;
}
.modal-submit-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    color: #ffffff;
    border: none;
}
#exampleModal .modal-content1 {
  border:none;
  background: #fff;
  padding: 45px;
  text-align: center;
}

#exampleModal .modal-content1 button.btn-close{
	position: absolute;
    height: 35px;
    width: 35px;
    right: 0px;
    top: 0px;
    padding: 0px;
    color: #fff;
    font-weight: 100;
    line-height: 24px;
    border: none;
    background-color: #3b664a;
}
 #exampleModal .modal-content1 button.btn-close i{
	font-size:21px;
}

#exampleModal .modal-content1 h4{
	 font-size: 26px !important;
    color: #3b664a;
    line-height: 37px !important;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: .5px;
}
#exampleModal .modal-content1 h5{
	font-size: 27px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
	color:#e48421;
}
#exampleModal .modal-content1 h2{
	font-size:21px;
	color:#fff;
	letter-spacing:1px;
	padding:0px 30px;
	line-height:27px;
	margin-bottom:10px;
}
.modal-a-i{
	font-size: 27px;
    letter-spacing: 2.1px;
    background: #e48421;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    padding: 12px 35px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.modal-a-i:hover {
    background: #ffb300;
    color: #fff;
}
#exampleModal .modal-dialog {
    max-width: 520px;
    margin: 30px auto;
}
.modal-btn-sub {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    color: #ffffff;
    border: none;
    background-color: #3b664a;
    border: 1px solid #29A56C;
    border-radius: 4px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    background: #3b664a;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
	width:100px;
}
.modal-btn-sub:hover {
    color: #ffffff;
    background-color: #000;
    transition: all 0.5s;
}
#exampleModal .modal-content1 .form-group {
    padding-bottom: 0px;
}
#exampleModal .modal-content1 .select-form-1 {
    padding: 10px 10px;
    box-shadow: none;
	height: 42px;
    border-radius: 4px;
    color: #6C757D;
    border: 1px solid #898b8a2e !important;
    width: 100% !important;
    outline: none;
	font-size: 13.6px;
    letter-spacing: .8px;
}
/* --------------- modal-1 End ----------------- */

/* --------------- modal-2 Start ----------------- */
.modal-content2 {
  border:none;
  background: #fff;
}
.modal-content2  .modal-body {
    padding: 5px 15px 15px 15px;
}
.modal-content2 p{
	padding-top:10px;
	padding-bottom:15px;
}
.modal-content2 .head-1-te{
	padding-bottom:15px;
	color:#3b664a;
}
.modal-content2 .contact-inner.contact-message{
	padding-top:12px;
}
.modal-content2 textarea {
    min-height: 105px;
}
.modal-content2 .contact-inner input {
    height: 44px !important;
	background-color: #f8f8f852 !important;
	border: 1px solid #d1d3d26b !important;
}
.modal-content2 .contact-inner1 input, .contact-inner textarea {
    height: 44px !important;
	background-color: #f8f8f852 !important;
	border: 1px solid #d1d3d26b !important;
}
.modal-content2 select {
    height: 44px !important;
	background-color: #f8f8f852 !important;
	border: 1px solid #d1d3d26b !important;
}
.modal-content2 .contact-input .contact-inner {
    margin: 0 0 13px;
}
.modal-content2 .contact-inner1 {
    margin: 0 0 13px;
}
.modal-content2 button.btn-close {
    position: absolute;
    right: 15px;
    height: 30px;
    width: 30px;
    right: 0px;
    top: 0px;
    padding: 0px;
    color: #fff;
    font-weight: 100;
    line-height: 24px;
    border: none;
    background-color: #3b664a;	
}
.modal-content2 button.btn-close i{
	font-size:24px;
}
.modal-content2 .modal-btn-2{
	font-size: 14.6px;
    font-weight: 500;
    padding: 10px 20px;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    background: #3b664a;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
	width:150px;
	letter-spacing:.7px;
	margin: 5px auto 0px auto;
    text-align: center;
    display: block;
}
.modal-content2 .modal-btn-2:hover{
    color: #ffffff;
    background: #000;
}
.contact-inner input, .contact-inner textarea {
    width: 100%;
    color: #000;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 14px;
	letter-spacing:.4px;
    font-weight: 400;
    letter-spacing: 0em;
    border: none;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 5px;
    padding: 3px 20px;
    height: 56px;
}
.contact-inner select {    color: #777;}
select {
    padding: 3px 20px;
    height: 45px;
	font-size: 14px;
	letter-spacing:.4px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    background: #f8f8f8 url(../images/icons/selector-icon.html) no-repeat center right 20px;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.contact-inner1 {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 100%;
}
.contact-inner1 input, .contact-inner1 textarea {
    width: 100%;
    color: #000;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 14px;
	letter-spacing:.4px;
    font-weight: 400;
    letter-spacing: 0em;
    border: none;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 5px;
    padding: 3px 20px;
    height: 56px;
}
/* --------------- modal-2 End ----------------- */

.owl-nav .owl-prev:hover{
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0.5rem 1.5rem rgb(78 174 74 / 50%);
}
.media-testi:hover{
	position: relative;
    border-radius: 5px;
    box-shadow: 0 0 6px 6px rgb(59 102 74 / 15%);
    transition: all .5s ease-in-out;
}
#contact .contact-inner input, .contact-inner textarea {
    background-color: #fff;
	border-color: #c9c7c730;
}
div#exampleModalLong button.close1 {
    position: absolute;
    right: 0px;
	top:0px;
    background: #3b664a;
    color: #fff;
    border: none;
    width: 38px !important;
    font-size: 29px;
    height: 38px;
    padding: 3px;
    line-height: 0px;
}
.btn:focus {    color: #fff;}
div#exampleModalLong .modal-header.services-modal-header{
	border-bottom: none;
}
div#exampleModalLong .contact-inner input, .contact-inner textarea {
    color: #000;
    background-color: #f8f8f8;
    font-size: 13.8px;
    letter-spacing: .6px;
    font-weight: 400;
    width: 100%;
    outline: none;
    border: 2px solid #c5c3c32e;
    border-radius: 5px;
    padding: 3px 15px;
    height: 45px;
}
div#exampleModalLong .contact-inner1 input, .contact-inner textarea {
    color: #000;
    background-color: #f8f8f8;
    font-size: 13.8px;
    letter-spacing: .6px;
    font-weight: 400;
    width: 100%;
    outline: none;
    border: 2px solid #c5c3c32e;
    border-radius: 5px;
    padding: 3px 15px;
    height: 45px;
}
div#exampleModalLong select {
    padding: 3px 15px;
    height: 45px;
    font-size: 14.2px;
    letter-spacing: .6px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 2px solid #c5c3c32e;
    border-radius: 5px;
    background: #f8f8f8 url(../images/icon/selector-icon.png) no-repeat center right 20px;
    background-color: #f8f8f8;
    -moz-appearance: none;
    -webkit-appearance: none;
}



/*** ------------- media query -------------***/
@media only screen and (max-width: 360px) {

	h2 {
    font-size: 21px !important;;
	line-height:34px !important;;
}
.disp-m{	display: block;}
.section-text {
    font-size: 14.5px;
    line-height: 28px;
	letter-spacing: .7px;
}
.btn-theme {
    line-height: 18px !important;
    font-size: 12.8px !important;
}
.entity-content p {
    font-size: 14.2px;
	line-height: 24px;
}
.about-right {   margin-left: 0px;}
.about-img::before {
    left: 10px;
    top: 10px;
}
h3.service-title {
    font-size: 16.5px;
    line-height: 26px;
}
p.service-text {
    font-size: 14px;
    line-height: 24px;
}
.service-item {
    margin:0px 10px;
}
#service-index1 .section-head {
    margin-bottom: 3rem;
}
.about-text p {
    font-size: 14.6px !important;
    line-height: 27px !important;
    text-align: justify;
}
h4 {
    font-size: 18px !important;
}
.display-4 {
    font-size: 1.8rem;
}
#doctor .entity-image, .entity-number {
    margin-bottom: .5rem;
}
#doctor .btn-theme {
    line-height: 40px !important;
    font-size: 12.8px !important;
	text-align: center;
    display: block;
}
#doctor .section-footer {
    margin-top: 1.5rem;
}
#doctor .section-head {
    margin-bottom: 1.7rem;
	margin-top: 1.7rem;
}
#service-index1{
	padding-bottom: 40px;
	padding-top: 40px;
}
section#ishitesimonial\ Reviews .section-head {
    margin-bottom: 1rem;
}
section#ishitesimonial\ Reviews .entity-hover-shadow {
    margin-top: 20px;
    margin-left: 0px;
}
.entity-header.side-image .entity-image {
    left: -1.1rem;
    top: -2rem;
}
#media .owl-carousel .owl-item img {
    display: block;
    width: auto;
	text-align:center;
	margin:0px auto;
}
#ACHARYA_MANISH_JI .about-page__left {
    margin-right: 0px;
}
.media-box-padd-1 {
    padding: 0px;
    display: block;
    border-right: none;
}
h5 {    font-size: 17px;}
.about-experience span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #3b664a;
}
.appointment-content {
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.appointment-content {
    padding: 50px 20px;
}
.appointment-content h3 {
    font-size: 22.2px;
    line-height: 30px;
	letter-spacing: .6px;
	text-transform:uppercase;
}
.appointment-content p{
    font-size: 14.8px;
    line-height: 24px;
	letter-spacing: .5px;
}
.appointment-content input {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 40px;
    font-size: 14px;
	letter-spacing: .7px;
}
.appointment-content select {
    height: 40px;
    font-size: 14px;
    letter-spacing: .7px;
    border: 1px solid #f8f8f8;
    border-radius: 0px;
	line-height: 15px;
}
.appointment-content textarea {
    min-height: 100px;
}
 section.blog {
    padding-top: 50px;
    padding-bottom: 50px;
}
#blog-index .section-head {
    margin-bottom: 3rem;
}
#blog-index .entity-hover-shadow {
    margin-bottom: 30px;
}
#blog-index .shuddhi-blog {
    padding: 0px 5px 10px 5px;
}
#blog-index .blog-heading-text {
    font-size: 17.4px;
    padding-top: 0px;
}
#blog-index .entity-block .entity-content.side-date .entity-date {
    margin: 0 0 .4rem;
    padding-bottom: .5rem;
}
#blog-index .blog-head-text {
    min-height: 55px;
}
#blog-index .blog-padd-1 {
    padding: 7px 15px;
}
#blog-index .entity-footer .py-3 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}
.entity-round-icon {
    width: 100%;
    min-width: 13.5rem;
    max-width: 14.5rem;
    text-align: center;
}
.entity-round-icon:before {
    box-shadow: 0 0 0 .75rem rgb(255 255 255 / 90%);
}
.header-top {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}
.about-section {
    padding: 40px 0 65px 0;
}
section#media {
    padding-bottom: 60px;
    padding-top: 60px;
}
#blog-index p{
	font-size: 14.5px;
    line-height: 24px;
	letter-spacing: .4px;
}
#exampleModal .modal-dialog {
    max-width: 85%;
    margin: 25px auto;
}
#exampleModal .modal-content1 button.btn-close {
    right: -25px;
    top: -25px;
}
.modal {
    position: fixed;
    top: 8%;
}
.modal-box-1{
	padding:0px 10px 25px 10px;
}
#exampleModal .modal-content1 h4 {
    font-size: 21px;
    color: #3b664a;
    line-height: 28px;
    margin-bottom: 10px;
	letter-spacing: .7px;
}
.modal-a-i {
    font-size: 17px;
    letter-spacing: 1px;
	padding:12px 16px;
}
#exampleModal .modal-content1 h5 {
    font-size: 21px;
}
#prod-1 .entity-hover-shadow {
    width: 90%;
    text-align: center;
    margin: 0px auto;
}
.service-item {
    width: 90%;
    text-align: center;
    margin: 0px auto 25px auto;;
}
section#ishitesimonial\ Reviews .entity-hover-shadow {
    margin-top: 20px;
    margin-left: 0px;
    width: 95%;
    text-align: center;
    margin: 0px auto;
}
.entity-header.side-image .entity-image {
    left: -1.5rem;
    top: -1.63rem;
}
#media .owl-carousel .owl-item img {
    display: block;
    width: auto;
    text-align: center;
    margin: 0px auto;
}
.media-testi {
    margin: 0px auto;
    width: 80%;
}
#prod-1 .entity-block .entity-content {
    padding: .7rem 1rem .7rem;
}
#prod-1 .entity-content p{
    padding-bottom: 2px;
}
#prod-1 .entity-bottom-line{
    margin-top: 1px;
}
#service-index1 .service-content {
    padding: 15px 0px;
}
#doctor .entity{
	padding-top: 20px;
}
p.section-text.doctor-section-text {
    padding-bottom: 5px;
}
/*** ------------- about-page -------------***/
.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 70px;
}
.page-header .container h2 {
    margin: 0;
    color: #3b664a;
    font-weight: 700;
    font-size: 17px !important;
	line-height: 28px !important;
    text-transform: uppercase;
}
.abou-img {
    padding-bottom: 25px;
}
.abou-1 {
		padding: 60px 0px 0px 0 !important;
}
.guru-manish-1 {
    padding: 55Px 0px 35Px 0px;
}
.about-page__trusted_1 {
    bottom: 10px;
    right: 0px;
	width: 200px;
    padding: 15px 10px 15px;
}
.about-page__trusted h3 {
    font-size: 15px !important;
    letter-spacing: .7px;
    line-height: 24px;
	font-weight: 600;
}
.about-page__trusted {
    bottom: 35px;
    width: 200px;
    padding: 15px 10px 15px;
    left: 0px;
}
.about-page__trusted_1 h3 {
    font-size: 15px !important;
    letter-spacing: .9px;
    line-height: 26px;
	font-weight: 600;
	text-transform: capitalize;
}
p.sanskrit {
    font-size: 17px;
    line-height: 27px;
    padding: 0px !important;
}
#about .section-head {
    margin-bottom: 20px;
}
.section-left.aboutid-1 .section-head{
    margin-left: 0;
    text-align: center;
}
.py-5 {
    padding-top: 50px !important;
    padding-bottom: 55px !important;
}
.about-us-values__nav-container {
    display: block;
    justify-content: space-between;
    text-align: center;
}
.about-us-values__nav-item {
    padding: 0px 0px 40px 0px;
}
.about-us-values__nav:after {
    display: none;
}
.bg-light.rounded.p-3 {
	padding: 0px !important;
}
.abo-1{
	padding: 0px !important;
}
.btn-about {
    width: auto;
    text-align: center;
	display: block;
    margin: 0px auto 10px auto;
	font-size: 13.2px;
    font-weight: 500;
	letter-spacing: 1px;
	height: 40px;
	line-height: 40px;
    padding: 0px !important;
}
.aboutid-1{
	margin-bottom:30px ;
}
.cols-lg > .col, .cols-lg > [class*="col-"] {
    margin-top: 1.7rem;
}
.thm-breadcrumb {
    padding: 4px 12px;
}
.thm-breadcrumb li:not(:last-of-type) {
    margin-right: 8px;
}
.thm-breadcrumb li {
    font-size: 13.6px;
	letter-spacing: .7px;
	font-weight: 600;
}
.about-us-values__nav-item:after{
	display: none;
}

/*** ------------- service page -------------***/
#Services .section_2 {
    padding: 55px 0px 55px 0;
}
#Services .section_2a {
    padding: 20px 0 55px 0;
}
section#Services .section-left{
	margin-top: 25px;
}
section#Services .btn-theme{
	line-height: 40px !important;
    letter-spacing: 1px;
    height: 40px;
    font-weight: 500;
    padding: 0px 30px !important;
	font-size: 13.2px !important;
}
#Services .section-left .section-head, .section-left .section-footer {
    margin-left: 0;
    text-align: center;
}
.colour-green {
    padding-top: 90px;
}
#Services .section_2a .btn-theme{
	margin-bottom: 35px;
}
#Services section.colour-green.section-solid .entity{
	margin-bottom: 35px;
}
#Services section.colour-green.section-solid .section-footer {
    margin-top: 0px;
}
#Services section.colour-green.section-solid .section-footer .section-title {
    margin-bottom: 0.65rem;
}
#Services .Therapies_box ul li {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .8px;
    font-weight: 500;
    color: #838181;
}
.Therapies_box {
    padding: 15px 20px;
    padding-top: 10px !important;
    border-radius: 5px;
}
.Therapies_box ul li i {
    position: absolute;
    font-size: 14.6px;
    color: #3b664a;
    font-weight: 900;
    margin-left: -30px;
    padding-top: 7px;
}
/*** ------------- shop page -------------***/
.shop .owl-prev {
    display: none;
}
.shop .owl-next{
    display: none;
}
#shop-1a a.entity-title.heading-text {
    font-size: 17px;
}
#shop-2a .section-head {
    margin-bottom: 1.3rem;
	padding: 0px;
}
#shop-3a .section-head {
    margin-bottom: 1.3rem;
	padding: 0px;
}
.section-solid-shop {
    padding-top: 30px;
    padding-bottom: 20px;
}
.Shop-banner-padd {
    padding: 0px;
}
.product-accessories-block {
    margin-bottom: 0px;
}
#Shop-banner {
    padding-top: 40px;
    padding-bottom: 40px;
}
#Shop-banner1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
#shop-1a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-2a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-3a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-1a a.entity-title.heading-text {
    padding-bottom: 5px;
}
.star-rating {
    font-size: 18.6px !important;
}
#shop-1a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-1a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-1a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-1a .des-text-1 {
    min-height: 75px;
}
#shop-2a a.entity-title.heading-text {
    padding-bottom: 5px;
}
#shop-2a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-2a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-2a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-2a .des-text-1 {
    min-height: 75px;
}
#shop-3a a.entity-title.heading-text {
    padding-bottom: 5px;
}
#shop-3a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-3a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-3a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-3a .des-text-1 {
    min-height: 75px;
}
.detail-gallery button.slick-prev.slick-arrow{
    display: none !important;
}
.detail-gallery button.slick-next.slick-arrow{
    display: none !important;
}

/*** ------------- shop detail -------------***/
.detail-info {
    margin-left: 0px;
	padding-top: 0px;
}
.detail-info .short-desc{margin-bottom: 15px;}
.detail-info .product-bottom-detail {   margin-top: 10px;}
.product-detail.accordion-detail h2.title-detail {
    font-size: 21px !important;
	line-height: 32px !important;
}
.detail-info .product-price .current-price {
    font-size: 24px;
}
.detail-info .product-price .old-price {
    margin-left: 7px !important;
    font-size: 16px;
}
.detail-info .product-price .save-price {
	margin-left: 7px !important;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 3px;
}
.product-detail-21 .woocommerce-product-gallery {
    margin-bottom: 0rem !important;
}
.single-product-rating {
    font-size: 15.8px;
}
.text-muted {
	margin-left:0px !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: flex !important;
}
.single-product form.cart input[type=number] {
    width: 2.5em;
}
.product-detail-21 .button.single_add_to_cart_button.button {
    padding: 10px 12px !important;
    font-size: 12px !important;
    height: 40px !important;
}
.product-extra-link2 a {
    line-height: 25px !important;
    font-size: 13px !important;
    width: 90px !important;
	color:#fff !important;
}
.single-product input {
    height: 40px;
    padding-left: 10px;
    font-size: 14.2px;
}
.single-product button.single_add_to_cart_button.button.button-add-to-cart {
    height: 40px;
    line-height: 20px !important;
    font-weight: 500;
    font-size: 14.2px;
}
.product-extra-link2 a {
    height: 40px;
    line-height: 40px;
    width: 60px;
}
.product-detail.accordion-detail .short-desc li {
    font-size: 14.2px;
    padding-bottom: 8px;
	letter-spacing: .7px;
}
.text-deta span {
    font-size: 14.2px;
    font-weight: 500;
    letter-spacing: .7px;
}
.single-product .entry .entry-content {
    padding: 0px;
}
.product-detail.accordion-detail .woocommerce-tabs ul li.active a {
    font-size: 13.6px;
	font-weight: 500;
    letter-spacing: 1px;
}
.product-detail.accordion-detail li#tab-title-reviews {
    font-size: 13.6px;
	font-weight: 500;
    letter-spacing: 1px;
}
.single-product .entry .entry-content h1 {
    font-size: 15.8px !important;
	line-height: 22px !important;
    padding-bottom: 5px;
}
.single-product .entry .entry-content p {
    font-size: 14.6px;
	letter-spacing: .7px;
	line-height: 27px;
}
.woocommerce-tabs .panel h2:first-of-type {
    font-size: 15.8px !important;
	line-height: 22px !important;
    margin: 0 0 0.2rem!important;
	padding-bottom: 5px;
}
.woocommerce-tabs .comment-reply-title {
    font-size: 16.4px !important;
}
.product-detail-rating{
	text-align: center;
}
.detail-extralink .detail-qty {
    margin: 0 0px 25px 0;
    background: #fff;
    border: 1px solid #3b664a !important;
    font-size: 18px;
    font-weight: 700;
    color: #3b664a;
    border-radius: 5px;
    padding: 6px 20px 6px 20px;
    max-width: 90px;
}
.tab-style3 .nav-tabs li.nav-item a {
    padding: 12px 20px !important;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .7px;
    width: 100%;
}
.tab-style3 .nav {
    display: block;
}
.product-info {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 15px 15px;
}
.font-lg {
    font-size: 14.5px;
    letter-spacing: .6px;
    line-height: 24px;
}
.attr-detail.attr-size{
    margin-bottom: 25px !important;
}
.tab-content.shop_info_tab.entry-main-content p {
    font-size: 14.5px;
    letter-spacing: .6px;
    line-height: 24px;
}
.tab-content.shop_info_tab.entry-main-content h4 {
    font-size: 18px;
}
.vendor-name{
	display: flex;
	margin-left: 0px !important;
	align-items: center;
}
.vendor-name h6{
	font-size: 18px;
	letter-spacing: .7px;
	padding-right: 10px;
}
.tab-style3 button.submit, button[type='submit'] {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    color: #ffffff;
    border: none;
    background-color: #3b664a;
    border: 1px solid #29A56C;
    border-radius: 5px;
	letter-spacing: .7px;
}
.tab-style3 .form-group {
    margin-bottom: .5rem;
    margin-top: .5em;
}
.offers-img {
    margin-right: 5px;
}
.offers_li_text li {
    display: block;
    font-size: 12.5x;
    letter-spacing: .6px;
	line-height: 22px;
}
#products-related{
	padding: 0px 20px;
}
.all-product-shop{padding: 20px 20px 0px 20px;}
.products-all-pro a.entity-title {
    font-size: 11.6px;
    letter-spacing: .4px;
    line-height: 17px;
    min-height: 55px;
}
.products-all-pro .entity-hover-shadow {
    margin-bottom: 15px;
}
.shop-all2 .entity-content p {
    font-size: 12.8px;
    line-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 15px;
}
.products-all-pro .shop-all2{
	padding: 7px;
}
.products-all-pro .user-rating_1 {
	padding-top: 3px;
    margin: 0px 3px;
}
.entity-content .entity-price .price del bdi {
    font-size: 11px;
    letter-spacing: .4px;
    display: block;
    text-decoration: none;
}
.product-banner-badge {
    height: 45px !important;
    width: 45px !important;
}
.entity-content .entity-price .price bdi {
    font-size: 13.2px !important;
    letter-spacing: .4px !important;
}
.entity-content .entity-price .price ins bdi {
    font-size: 13.2px !important;
    letter-spacing: .4px !important;
	display: contents !important;
}
.products-all-pro  .star-rating {
    font-size: 12.6px !important;
}
.products-all-pro .entity-block .entity-content {
    padding: .3rem .5rem 1rem;
}
.products-all-pro .entity-content .entity-price del {
    font-size: 11.2px;
    letter-spacing: .4px;
}
.products-all-pro .shop-all2 .price{display: flex;}
.products-all-pro  .entity-content .entity-price ins {
    font-size: 13.2px;
    letter-spacing: .4px;
	padding-left: 0px;
}
.products-all-pro .h1 {
	font-size: 32px !important;
	color: #fff !important;
  }
  .products-all-pro .btn-sm {
    padding: 5px 14px !important;
    font-size: 10.6px !important;
	letter-spacing: .8px;
	line-height: 19px !important;
	height: 28px;
    text-align: center;
	font-weight: 500;
    margin: 5px auto 0px auto;
    display: block !important;
}
.all-product-shop select {
    border: 1px solid #bcb9b98f;
    font-size: 14px;
    height: 40px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin-bottom: 2rem;
    width: 100%;
}
.star-rating::before {   color: #ffa534;}
.product-detail-rating a.woocommerce-review-link {
    font-size: 16px;
    padding-left: 15px;
}
.single-product .entry .entry-content .stars{
	font-size: 18.6px !important;
}
.single-product .entry .entry-content .stars.selected:focus{
	background: none !important;
	outline: none;
}
#products-related .related-products{padding-top: 20px;}
/*** ------------- event-page -------------***/
#event-1a .px-4 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
#event-1a .section-left .section-head, .section-left .section-footer {
    padding: 0px;
}
#event-1a .block_content{
    padding: 0px;
}
#event-1a h5{
    padding-top: 15px;
	padding-bottom: 0px;
}
.event-leading-none {
    font-size: 14.5px;
}
.event-leading-none span {
    font-size: 13px;
}
.event-leading-none1 span {
    font-size: 15.2px;
}
#event-3a select{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 15px;
    color: #666666;
    letter-spacing: .9px;
    padding: 10px;
	height: 45px;
}
.event-btn-2 {
    letter-spacing: .9px;
    border-radius: 3px;
    height: 45px;
    width: 60%;
}
#event-2a .slide-event-p-1{
	font-size: 14.2px;
    line-height: 23px;
    letter-spacing: .6px;
}
#event-2a .event-leading-none-2 {
    font-size: 14.5px;
    letter-spacing: 1px;
}
#event-2a .event-leading-none-2 span {
    font-size: 13px;
}
#event-2a .event-leading-none1-2 {
    font-size: 15.6px;
}
section#event-2a{
	padding-top: 60px;
	padding-bottom: 30px;
}
.border-event1 {
    padding: 10px 10px;
    margin-bottom: 30px;
}

/*** ------------- blog-page -------------***/
.blog-page-s{
	padding-top: 60px;
	padding-bottom: 0px;
}
.blog-page-s .entity-block .entity-content.side-date .entity-date {
    width: 4.5rem;
    margin: 0 0 .6rem;
}
.blog-page-s .shuddhi-blog {
    padding: 0px 0px 5px 0px;
}
.blog-page-s .blog-heading-text {
    font-size: 17.4px;
    padding-top: 5px;
}
.blog-page-s h4.entity-title.blog-head-text{
	line-height: 25px;
}
.blog-page-s .blog-head-text {
    min-height: 52px;
}
.blog-page-s p.mb-2.entity-text.blog-padd-1{
	font-size: 14.5px;
    line-height: 24px;
    letter-spacing: .6px;
	padding: 0px 15px 5px 15px;
}
.blog-page-s .entity-footer .py-3 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.blog-page-s .entity-footer .entity-categories-blog a {
    font-size: 13.8px;
	line-height: 23px;
}
.blog-page-s .entity-footer span.entity-info-item-title{
	font-weight: 700;
	color: #b3b3b3;
	font-size: 14.5px;
}
.blog-page-s .entity-footer span.entity-info-item-value{
	font-weight: 700;
	color: #5c5c5c;
	font-size: 15.8px;
	padding-right: 2px;
}
.blog-page-s .entity-hover-shadow {
    margin: 15px 0px;
}

/*** ------------- blog-detail -------------***/
#blog-detail-1 {
    padding: 50px 15px !important;
}

#blog-detail-1 .entity .entity-image {
    border-radius: 0rem;
	margin-bottom: 15px;
}
#blog-detail-1 .entity-info-list .entity-date {
    font-size: 18px;
    color: #333;
    font-weight: 600;
	letter-spacing: .5px;
}
#blog-detail-1 .entity-categories a {
    font-size: 14.6px;
    color: #3b664a;
    font-weight: 600;
	letter-spacing: .7px;
	text-transform: uppercase;
}
#blog-detail-1 .entity-body p{
    font-size: 14.5px;
    line-height: 24px;
    letter-spacing: .6px;
}
#blog-detail-1 span.entity-info-item-title{
	font-weight: 700;
	color: #b3b3b3;
	font-size: 14px;
}
#blog-detail-1 span.entity-info-item-value{
	font-weight: 700;
	color: #5c5c5c;
	font-size: 15.2px;
	padding-right: 2px;
}
#blog-detail-1 h3 {
    font-size: 19.5px;
	color: #3b664a;
	line-height: 26px;
	text-decoration: underline;
	letter-spacing: .7px;
}
#blog-detail-1 h4 {
    font-size: 17.6px;
	color: #686c6a;
	letter-spacing: .7px;
	margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .blog-det-li li {
    list-style: disc;
    font-size: 14.2px;
    letter-spacing: .5px;
	padding-bottom: 7px;
}
#blog-detail-1 .quote-block:before {
    font-size: 5.6rem;
	margin-top: 0.1em;
}
#blog-detail-1 .quote-block {
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    background-color: #f5f6f9;
    color: #333;
    position: relative;
	font-size: 14.2px;
    line-height: 22px;
	letter-spacing: .6px;
}
#blog-detail-1 .section-block {
    margin-top: 2rem;
}
#blog-detail-1 .section-block .grid > .col, .grid > [class*="col-"] {
    margin-top: 0rem;
}
#blog-detail-1 .section-block .form-group {
    margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .section-block button.btn-wide.mb-0.btn.btn-theme{
    margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .section-sidebar .section-head-blog {
    margin-bottom: 4rem;
	margin-top: 2rem;
}
#blog-det-1 .entity .entity-image, .entity .entity-preview {
    border-radius: 0rem;
}
#blog-det-1 .col{
	margin-top: 0.1rem;
    margin-bottom: 1.5rem;
}
#blog-det-1 .col h4{
	line-height: 22px;
}
#blog-det-1 .col a{
	font-size: 16px;
	letter-spacing: .6px;
}
#blog-det-1 .col.entity-date {
    font-size: 13.8px;
	letter-spacing: .6px;
}
#blog-det-1 .section-sidebar + .section-sidebar {
    margin-top: .75rem;
}
#blog-det-1{
	margin-bottom: 0px;
}

/*** ------------- career -------------***/
#career{
    padding-top: 55px;
	padding-bottom: 0px;
}
#career p{
    font-size: 14.6px;
    line-height: 27px;
    letter-spacing: .7px;
}
img.career_image_home1{
	margin-top: 20px;
}
#career img.about_image_home1{
	margin-top: 30px;
}
.career-box {
    padding: 25px 20px;
    margin: 15px;

}
#career1 {
    padding-top: 55px;
    padding-bottom: 55px;
}
#career1 .career-box-s{
	text-align: center;
	margin-bottom: 20px;
}
#career1 .career-box-s .career1-img {
    width: 100px;
}
#career1 .career-box-s h4{
	padding-top: 15px;
}
#career1 .career-box-s p{
    font-size: 14.2px;
    line-height: 24px;
    letter-spacing: .6px;
}
#career1 .section-head {
    margin-bottom: 2rem;
}
#career2 .career_image_logo{
	width: 110px;
}
#career2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
#career3 .box-d {
    padding: 25px 15px;
	margin: 20px;
	text-align: center;
	font-size: 15.6px;
	letter-spacing: .6px;
}
#career3 .career-text-gr {
    text-transform: uppercase;
    color: #3b664a;
    font-weight: 600;
    font-size: 13.6px;
}
.career-btn {
    margin: 5px auto;
    display: block;
    text-align: center;
    width: 80%;
	font-size: 13.6px;
	letter-spacing: 1px;
	height: 40px;
	line-height: 15px;
}
.career-title {
    font-size: 20px;
    font-weight: 600;
	padding-bottom: 5px;
}

/*** ------------- contact -------------***/
#contact{
	padding-top: 55px;
    padding-bottom: 55px;
}
#contact p{
    font-size: 14.5px;
    line-height: 25px;
    letter-spacing: .6px;
}
#contact .cont-box-1{
	text-align: center;
	padding-bottom: 30px;
}
#contact .cont-box-1 img {
    text-align: center;
    display: block;
    margin: 10px auto;
    width: 40px;
}
#contact .contact-inner input, .contact-inner textarea {
    background-color: #fff;
	border-color: #c9c7c730;
}
#contact .contact-input .contact-inner {
    width: 100%;
}
#contact .conta-1 {
    background-color: rgb(59 102 74 / 5%);
    padding: 30px 20px;
}
.section_2contact {
    padding: 0px 0px 50px 0;
}
.section_2contact p{
    font-size: 14.5px;
    line-height: 25px;
    letter-spacing: .6px;
}
.section_2contact iframe{
    margin-bottom: 20px;
}
.owl-carousel .owl-item .img-responsive {
    min-height: 0px;
}

/*** ------------- modal -------------***/
.modal-box-1 {
    text-align: center;
}
#exampleModal .modal-content1 h4 {
    font-size: 20px;
    color: #3b664a;
    line-height: 26px;
    margin-bottom: 10px;
	margin-top: 10px;
    letter-spacing: .7px;
}
.modal-a-i {
    margin-bottom: 2px;
}
#exampleModal .modal-content1 h5 {
    line-height: 28px;
    margin-bottom: 10px;
}
#exampleModal .modal-content1 .form-group {
    margin-bottom: 1rem;
    margin-top: 0em;
}
#exampleModal .modal-content1 .select-form-1 {
    padding: 10px 10px;
    box-shadow: none;
    height: 40px;
    border-radius: 4px;
    color: #6C757D;
    border: 1px solid #898b8a2e;
    width: 100%;
    outline: none;
    font-size: 14.2px;
    letter-spacing: .9px;
}
.modal-btn-sub {
    font-size: 14.2px;
    letter-spacing: .9px;
    padding: 8px 20px;
}
#exampleModal .modal-dialog {
    max-width: 80%;
    margin: 25px auto;
}
.modal {
    position: fixed;
    top: 12%;
}
#exampleModal .modal-content1 button.btn-close{
	z-index: 99999;
}
#exampleModal .modal-content1 button.btn-close {
    right: 0px;
    top: 0px;
	height: 28px;
	width: 28px;
	right: 0px;
	line-height: 32px;
	}
}


/*** ------------- media query -------------***/
@media screen and (min-device-width: 361px) and (max-device-width: 460px) {

	h2 {
    font-size: 23px !important;
	line-height:35px !important;
}
.disp-m{
	display: block;
}
.section-text {
	font-size: 14.6px;
    line-height: 28px;
    letter-spacing: .7px;
}
.btn-theme {
    line-height: 18px !important;
    font-size: 12.8px !important;
}
.entity-content p {
    font-size: 14.2px;
	line-height: 24px;
}
p {
    font-size: 14.6px;
    line-height: 28px !important;
    letter-spacing: .7px;
}
#ACHARYA_MANISH_JI {
    padding-bottom: 50px;
    padding-top: 50px;
}
.about-right {
    margin-left: 0px;
}
.about-img::before {
    left: 10px;
    top: 10px;
}
h3.service-title {
    font-size: 16.5px;
    line-height: 26px;
}
p.service-text {
    font-size: 14px;
    line-height: 24px;
}
.service-item {
    margin:0px 10px;
}
#service-index1 .section-head {
    margin-bottom: 3rem;
}
.about-text p {
    font-size: 14.5px;
    line-height: 24px;
    text-align: justify;
}
h4 {
    font-size: 18px !important;
}
.display-4 {
    font-size: 1.8rem;
}
#doctor .entity-image, .entity-number {
    margin-bottom: .5rem;
}
#doctor .btn-theme {
    line-height: 35px !important;
    font-size: 13.2px !important;
    text-align: center;
    display: block;
    height: 40px;
    letter-spacing: 1px;
    font-weight: 500;
}
#doctor .section-footer {
    margin-top: 1.5rem;
}
#doctor .section-head {
    margin-bottom: 1.7rem;
	margin-top: 1.7rem;
}
#service-index1{
	padding-bottom: 50px;
	padding-top: 50px;
}
section#ishitesimonial\ Reviews .section-head {
    margin-bottom: 1rem;
}
section#ishitesimonial\ Reviews .entity-hover-shadow {
    margin-top: 20px;
    margin-left: 0px;
}
.entity-header.side-image .entity-image {
    left: -1.1rem;
    top: -2rem;
}
#media .owl-carousel .owl-item img {
    display: block;
    width: auto;
	text-align:center;
	margin:0px auto;
}
.media-box-padd-1 {
    padding: 0px;
    display: block;
    border-right: none;
}
section#ishitesimonial\ Reviews .entity-author {
    font-size: 16.8px !important;
    letter-spacing: .7px;
	padding-top: 5px;
}
h5 {
    font-size: 17px;
}
.about-experience span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #3b664a;
}
.appointment-content {
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.appointment-content {
    padding: 50px 20px;
}
.appointment-content h3 {
    font-size: 24px;
    line-height: 34px;
	letter-spacing: .7px;
	text-transform:uppercase;
}
.appointment-content p{
    font-size: 14.6px;
    line-height: 28px;
}
.appointment-content input {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 40px;
    font-size: 13.2px !important;
	letter-spacing: .7px !important;
}
.appointment-content select {
    height: 40px;
    font-size: 14px;
    letter-spacing: .7px;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
	line-height: 15px;
}
.appointment-content textarea {
    min-height: 100px;
}
 section.blog {
    padding-top: 50px;
    padding-bottom: 50px;
}
#blog-index .section-head {
    margin-bottom: 3rem;
}
#blog-index .entity-hover-shadow {
    margin-bottom: 30px;
}
#blog-index .shuddhi-blog {
    padding: 0px 5px 10px 5px;
}
#blog-index .blog-heading-text {
    font-size: 17.4px;
    padding-top: 0px;
}
#blog-index .entity-block .entity-content.side-date .entity-date {
    margin: 0 0 .4rem;
    padding-bottom: .5rem;
}
#blog-index .blog-head-text {
    min-height: 55px;
}
#blog-index .blog-padd-1 {
    padding: 7px 15px;
}
#blog-index .entity-footer .py-3 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}
.entity-round-icon {
    width: 100%;
    min-width: 13.5rem;
    max-width: 14.5rem;
    text-align: center;
}
.entity-round-icon:before {
    box-shadow: 0 0 0 .75rem rgb(255 255 255 / 90%);
}
.header-top {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}
.about-section {
    padding: 40px 0 65px 0;
}
section#media {
    padding-bottom: 60px;
    padding-top: 60px;
}
#blog-index p{
	font-size: 14.5px;
    line-height: 24px;
	letter-spacing: .4px;
}
#exampleModal .modal-dialog {
    max-width: 85%;
    margin: 25px auto;
}
#exampleModal .modal-content1 button.btn-close {
    right: -25px;
    top: -25px;
}
.modal {
    position: fixed;
    top: 8%;
}
.modal-box-1{
	padding:0px 10px 25px 10px;
}
#exampleModal .modal-content1 h4 {
    font-size: 21px;
    color: #3b664a;
    line-height: 28px;
    margin-bottom: 10px;
	letter-spacing: .7px;
}
.modal-a-i {
    font-size: 17px;
    letter-spacing: 1px;
	padding:12px 30px;
}
#exampleModal .modal-content1 h5 {
    font-size: 21px;
}
#prod-1 .entity-hover-shadow {
    width: 90%;
    text-align: center;
    margin: 0px auto;
}
.service-item {
    width: 90%;
    text-align: center;
    margin: 0px auto 25px auto;;
}
section#ishitesimonial\ Reviews .entity-hover-shadow {
    margin-top: 20px;
    margin-left: 0px;
    width: 95%;
    text-align: center;
    margin: 0px auto;
}
.entity-header.side-image .entity-image {
    left: -1.5rem;
    top: -.9rem;
}
#media .owl-carousel .owl-item img {
    display: block;
    width: auto;
    text-align: center;
    margin: 0px auto;
}
.media-testi {
    margin: 0px auto;
    width: 80%;
}
#blog-detail-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
#prod-1 .entity-block .entity-content {
    padding: .7rem 1rem .7rem;
}
#prod-1 .entity-content p{
    padding-bottom: 2px;
}
#prod-1 .entity-bottom-line{
    margin-top: 1px;
}
#service-index1 .service-content {
    padding: 20px 0px;
}
#doctor .entity{
	padding-top: 20px;
}
p.section-text.doctor-section-text {
    padding-bottom: 5px;
}
/*** ------------- about-page -------------***/
.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 70px;
}
.page-header .container h2 {
    margin: 0;
    color: #3b664a;
    font-weight: 700;
    font-size: 17px !important;
	line-height: 28px !important;
    text-transform: uppercase;
}
.about-text p {
    font-size: 14.6px !important;
    line-height: 28px !important;
}
.about-us-values__nav-item:after{
	display: none;
}
.abou-img {
    padding-bottom: 25px;
}
.abou-1 {
		padding: 55px 0px 0px 0 !important;
}
.section_2a {
    padding: 55px 0 60px 0;
}
.guru-manish-1 {
    padding: 55Px 0px 55Px 0px;
}
.about-page__trusted_1 {
    bottom: 10px;
    right: 0px;
	width: 200px;
    padding: 15px 10px 15px;
}
.about-page__trusted h3 {
    font-size: 15px !important;
    letter-spacing: .7px;
    line-height: 24px;
	font-weight: 600;
}
.about-page__trusted {
    bottom: 35px;
    width: 200px;
    padding: 15px 10px 15px;
    left: 0px;
}
.about-page__trusted_1 h3 {
    font-size: 15.6px !important;
    letter-spacing: .7px;
    line-height: 26px;
	font-weight: 600;
	text-transform: capitalize;
}
p.sanskrit {
    font-size: 17px;
    line-height: 27px;
    padding: 0px !important;
}
#about .section-head {
    margin-bottom: 20px;
}
.section-left.aboutid-1 .section-head{
    margin-left: 0;
    text-align: center;
}
.py-5 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
.about-us-values__nav-container {
    display: block;
    justify-content: space-between;
    text-align: center;
}
.about-us-values__nav-item {
    padding: 0px 0px 20px 0px;
}
.about-us-values__nav:after {
    display: none;
}
.bg-light.rounded.p-3 {
	padding: 0px !important;
}
.abo-1{
	padding: 0px !important;
}
.btn-about {
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 10px auto;
    padding: 0px !important;
    font-size: 13.2px;
	letter-spacing: 1px;
    font-weight: 500;
}
.aboutid-1{
	margin-bottom:30px ;
}
.cols-lg > .col, .cols-lg > [class*="col-"] {
    margin-top: 1.7rem;
}
.thm-breadcrumb {
    padding: 4px 12px;
}
.thm-breadcrumb li:not(:last-of-type) {
    margin-right: 8px;
}
.thm-breadcrumb li {
    font-size: 13.6px;
	letter-spacing: .7px;
	font-weight: 600;
}



/*** ------------- service page -------------***/
#Services .section_2 {
    padding: 55px 0px 55px 0;
}
#Services .section_2a {
    padding: 25px 0 55px 0;
}
section#Services .section-left{
	margin-top: 25px;
}
section#Services .btn-theme{
	line-height: 40px !important;
    height: 40px;
    font-size: 13.2px !important;
    letter-spacing: 1px;
    font-weight: 500;
}
.section-footer .btn:last-child:first-child {
    min-width: 14rem;
}
#Services .section-left .section-head, .section-left .section-footer {
    margin-left: 0;
    text-align: center;
}
#Services .section_2a .btn-theme{
	margin-bottom: 25px;
}
#Services section.colour-green.section-solid .entity{
	margin-bottom: 30px;
}
#Services .Therapies_box ul li {
    font-size: 15.2px;
    line-height: 27px;
	letter-spacing: .6px;
    font-weight: 500;
}
.Therapies_box ul li i {
    font-size: 16.5px;
    padding-top: 6px;
}
.colour-green {
    background: #f5f7f6;
    padding-top: 90px;
    padding-bottom: 60px;
}
#Services section.colour-green.section-solid .section-footer .section-title {
    margin-bottom: 0.65rem;
}
#Services section.colour-green.section-solid .section-footer {
    margin-top: 0px;
}
.Therapies_box {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
/*** ------------- shop page -------------***/
.shop .owl-prev {
    display: none;
}
.shop .owl-next{
    display: none;
}
#shop-1a {
    padding-bottom: 0px;
    padding-top: 10px;
}
#shop-2a .section-head {
    margin-bottom: 1.3rem;
	padding: 0px;
}
#shop-3a .section-head {
    margin-bottom: 1.3rem;
	padding: 0px;
}
#shop-1a, #shop-2a, #shop-3a .entity-hover-shadow {
    width: 90%;
    margin: 0px auto;
}
.section-solid-shop {
    padding-top: 30px;
    padding-bottom: 20px;
}
.Shop-banner-padd {
    padding: 0px;
}
#Shop-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
#Shop-banner1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#shop-1a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-2a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-3a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-1a a.entity-title.heading-text {
    padding-bottom: 0px;
}
#shop-1a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-1a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-1a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-1a .des-text-1 {
    min-height: 75px;
}
#shop-2a a.entity-title.heading-text {
    padding-bottom: 0px;
}
#shop-2a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-2a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-2a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-2a .des-text-1 {
    min-height: 75px;
}
#shop-3a a.entity-title.heading-text {
    padding-bottom: 0px;
}
#shop-3a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-3a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-3a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-3a .des-text-1 {
    min-height: 75px;
}
.detail-gallery button.slick-prev.slick-arrow{
    display: none !important;
}
.detail-gallery button.slick-next.slick-arrow{
    display: none !important;
}
.products-all-pro .entity-hover-shadow {
    width: 100%;
    margin: 0px auto 15px auto;
}
.all-product-shop{padding: 10px 10px 0px 10px;}
.products-all-pro a.entity-title {
    font-size: 12.4px;
    letter-spacing: .7px;
    min-height: 60px;
	line-height: 18px;
}
.entity-content .entity-price .price del bdi {
    font-size: 11.4px !important;
    letter-spacing: .6px !important;
}
.entity-content .entity-price del {
    display: inline-block;
}
.product-banner-badge {
    height: 45px !important;
    width: 45px !important;
}
.entity-content .entity-price .price ins bdi {
    font-size: 15px !important;
    letter-spacing: .6px !important;
}
.entity-content .entity-price .price bdi {
    font-size: 15px !important;
    letter-spacing: .6px !important;
}
.products-all-pro .user-rating_1 {
    margin: 0px 3px !important;
    color: #ffa534;
    font-size: 13.8px;
}
.products-all-pro  .entity-content .entity-price del {
    font-size: 11.6px;
    letter-spacing: .5px;
}
.products-all-pro .shop-all2 .price {display: flex;}
.products-all-pro .entity-content .entity-price ins {
    font-size: 13px;
    letter-spacing: .6px;
	padding-left: 3px;
}
.shop-all2 .entity-content p {
    font-size: 13.2px;
    line-height: 0px !important;
	padding-top: 10px;
	min-height: 20px;
}
.products-all-pro .shop-all2{
	padding: 7px;
}
.all-product-shop select {
    border: 1px solid #bcb9b98f;
    font-size: 14px;
    height: 40px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin-bottom: 2rem;
    width: 100%;
}
.products-all-pro .shop-all2 .btn-theme {
    line-height: 16px !important;
    font-size: 11px !important;
    display: block;
    height: 30px;
    font-weight: 500;
    letter-spacing: .8px;
    margin-top: 5px;
}
.products-all-pro .shop-all2 .entity-block .entity-content {
    padding: 0.8rem .6rem 1.2rem;
}
/*** ------------- shop detail -------------***/
.detail-info {
    margin-left: 0px;
	padding-top: 20px;
}
.detail-info .product-price .current-price {
    font-size: 24px;
}
.detail-info .product-price .old-price {
    margin-left: 7px !important;
    font-size: 16px;
}
.detail-info .product-price .save-price {
	margin-left: 7px !important;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 3px;
}
.single-product-rating {
    font-size: 15.8px;
}
.text-muted {
	margin-left:0px !important;
}
.single-product form.cart input[type=number] {
    width: 2.5em;
	height: 40px;
}
.product-detail-21 .button.single_add_to_cart_button.button {
    padding: 10px 15px !important;
    font-size: 12px !important;
    height: 40px !important;
}.product-extra-link2 a {
    line-height: 25px !important;
    font-size: 13px !important;
    width: 90px !important;
}
button.single_add_to_cart_button.button.button-add-to-cart {
    line-height: normal;
    font-weight: 500;
    font-size: 13.6px;
    letter-spacing: 1px;
	height: 40px;
}
.product-extra-link2 a {
    height: 40px;
    line-height: 40px;
}
.text-deta span {
    font-size: 14.2px;
    font-weight: 500;
    letter-spacing: .6px;
}
.product-detail .star-rating::before {   color: #ffa534;}
.product-detail .product-detail-rating a.woocommerce-review-link {
    font-size: 16.8px;
    padding-left: 15px;
}
.product-detail .short-desc{padding-bottom: 10px;}
.product-detail .product-bottom-detail {   margin-top: 10px;}
#products-related .related-products{padding-top: 25px;}
.single-product .entry .entry-content .stars {
    font-size: 19.6px !important;
	padding-top: 5px;
}
.product-detail-21 {   margin-bottom: 35px;}
.product-detail.accordion-detail .short-desc li {
    font-size: 14.6px;
    letter-spacing: .7px;
    padding-bottom: 7px;
}
.product-detail-rating{
	text-align: center;
}
.product-detail.accordion-detail .woocommerce-tabs ul li.active a {
    font-size: 15.6px;
	font-weight: 500;
	letter-spacing: 1.2px;
}
.product-detail.accordion-detail li#tab-title-reviews {
    font-size: 15.6px;
	font-weight: 500;
	letter-spacing: 1.2px;
}
.single-product .entry .entry-content h1 {
    font-size: 19.4px !important;
    padding-bottom: 0px;
    line-height: 28px !important;
    letter-spacing: .7px;
    text-transform: capitalize;
}
.product-info .woocommerce-Reviews-title {
    font-size: 19px !important;
    letter-spacing: .8px;
	line-height: 27px;
    text-transform: capitalize;
}
.detail-extralink .detail-qty {
    margin: 0 0px 25px 0;
    background: #fff;
    border: 1px solid #3b664a !important;
    font-size: 18px;
    font-weight: 700;
    color: #3b664a;
    border-radius: 5px;
    padding: 6px 20px 6px 20px;
    max-width: 90px;
}

.tab-style3 .nav-tabs li.nav-item a {
    padding: 12px 20px !important;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .7px;
    width: 100%;
}
.tab-style3 .nav {
    display: block;
}
.product-info {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 15px 15px;
}
.font-lg {
    font-size: 14.5px;
    letter-spacing: .6px;
    line-height: 24px;
}
.attr-detail.attr-size{
    margin-bottom: 25px !important;
}
.tab-content.shop_info_tab.entry-main-content p {
    font-size: 14.5px;
    letter-spacing: .6px;
    line-height: 24px;
}
.tab-content.shop_info_tab.entry-main-content h4 {
    font-size: 18px;
}
.vendor-name{
	display: flex;
	margin-left: 0px !important;
	align-items: center;
}
.vendor-name h6{
	font-size: 18px;
	letter-spacing: .7px;
	padding-right: 10px;
}
.tab-style3 button.submit, button[type='submit'] {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    color: #ffffff;
    border: none;
    background-color: #3b664a;
    border: 1px solid #29A56C;
    border-radius: 5px;
	letter-spacing: .7px;
}
.tab-style3 .form-group {
    margin-bottom: .5rem;
    margin-top: .5em;
}
.offers-img {
    margin-right: 5px;
}
.offers_li_text li {
    display: block;
    font-size: 12.5x;
    letter-spacing: .6px;
	line-height: 22px;
}
#products-related{
	padding: 0px 25px;
}

/*** ------------- event-page -------------***/
#event-1a .px-4 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
#event-1a .section-left .section-head, .section-left .section-footer {
    padding: 0px;
}
#event-1a .block_content{
    padding: 0px;
}
#event-1a h5{
    padding-top: 15px;
	padding-bottom: 0px;
}
.event-leading-none {
    font-size: 14.5px;
}
.event-leading-none span {
    font-size: 13px;
}
.event-leading-none1 span {
    font-size: 15.2px;
}
#event-3a select{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 15px;
    color: #666666;
    letter-spacing: .9px;
    padding: 10px;
	height: 45px;
}
.event-btn-2 {
    letter-spacing: .9px;
    border-radius: 3px;
    height: 45px;
    width: 60%;
}
#event-2a .slide-event-p-1{
	font-size: 14.2px;
    line-height: 23px;
    letter-spacing: .6px;
}
#event-2a .event-leading-none-2 {
    font-size: 14.5px;
    letter-spacing: 1px;
}
#event-2a .event-leading-none-2 span {
    font-size: 13px;
}
#event-2a .event-leading-none1-2 {
    font-size: 15.6px;
}
section#event-2a{
	padding-top: 60px;
	padding-bottom: 30px;
}
.border-event1 {
    padding: 10px 10px;
    margin-bottom: 30px;
}


/*** ------------- blog-page -------------***/
.blog-page-s{
	padding-top: 55px;
	padding-bottom: 0px;
}
.blog-page-s .entity-block .entity-content.side-date .entity-date {
    width: 4.5rem;
    margin: 0 0 .6rem;
}
.blog-page-s .shuddhi-blog {
    padding: 0px 0px 5px 0px;
}
.blog-page-s .blog-heading-text {
    font-size: 17.4px;
    padding-top: 5px;
}
.blog-page-s h4.entity-title.blog-head-text{
	line-height: 25px;
}
.blog-page-s .blog-head-text {
    min-height: 52px;
}
.blog-page-s p.mb-2.entity-text.blog-padd-1{
	font-size: 14.5px;
    line-height: 24px;
    letter-spacing: .6px;
	padding: 5px 15px 5px 15px;
}
.blog-page-s .entity-footer .py-3 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.blog-page-s .entity-footer .entity-categories-blog a {
    font-size: 13.8px;
	line-height: 23px;
}
.blog-page-s .entity-footer span.entity-info-item-title{
	font-weight: 700;
	color: #b3b3b3;
	font-size: 14.5px;
}
.blog-page-s .entity-footer span.entity-info-item-value{
	font-weight: 700;
	color: #5c5c5c;
	font-size: 15.8px;
	padding-right: 2px;
}
.blog-page-s .entity-hover-shadow {
    margin: 20px auto;
    width: 90%;
}
.shuddhi-blog p {
    padding:0px 15px;
    letter-spacing: .8px;
}
/*** ------------- blog-detail -------------***/
#blog-detail-1 {
    padding: 55px 20px !important;
}
#blog-detail-1 .entity .entity-image {
    border-radius: 0rem;
	margin-bottom: 15px;
}
#blog-detail-1 .entity-info-list .entity-date {
    font-size: 18px;
    color: #333;
    font-weight: 600;
	letter-spacing: .5px;
}
#blog-detail-1 .entity-categories a {
    font-size: 14.6px;
    color: #3b664a;
    font-weight: 600;
	letter-spacing: .7px;
	text-transform: uppercase;
}
#blog-detail-1 .entity-body p{
    font-size: 14.6px !important;
    line-height: 28px !important;
    letter-spacing: .6px !important;
}
div#blog-det-1 .recent_pos {
    border-bottom: 1px dashed #918d8d;
    padding-bottom: 0px !important;
	margin-bottom: 15px;
}
img.career_image_home1 {
    margin-top: 25px;
}
#blog-detail-1 span.entity-info-item-title{
	font-weight: 700;
	color: #b3b3b3;
	font-size: 14px;
}
#blog-detail-1 span.entity-info-item-value{
	font-weight: 700;
	color: #5c5c5c;
	font-size: 15.2px;
	padding-right: 2px;
}
#blog-detail-1 h3 {
    font-size: 19.5px;
	color: #3b664a;
	line-height: 26px;
	text-decoration: underline;
	letter-spacing: .7px;
}
#blog-detail-1 h4 {
    font-size: 17.6px;
	color: #686c6a;
	letter-spacing: .7px;
	margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .blog-det-li li {
    list-style: disc;
    font-size: 14.2px;
    letter-spacing: .5px;
	padding-bottom: 7px;
}
#blog-detail-1 .quote-block:before {
    font-size: 5.6rem;
	margin-top: 0.1em;
}
#blog-detail-1 .quote-block {
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    background-color: #f5f6f9;
    color: #333;
    position: relative;
	font-size: 14.2px;
    line-height: 22px;
	letter-spacing: .6px;
}
#blog-detail-1 .section-block {
    margin-top: 2rem;
}
#blog-detail-1 .section-block .grid > .col, .grid > [class*="col-"] {
    margin-top: 0rem;
}
#blog-detail-1 .section-block .form-group {
    margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .section-block button.btn-wide.mb-0.btn.btn-theme{
    margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .section-sidebar .section-head-blog {
    margin-bottom: 4rem;
	margin-top: 2rem;
}
#blog-det-1 .entity .entity-image, .entity .entity-preview {
    border-radius: 0rem;
}
#blog-det-1 .col{
	margin-top: 0.1rem;
    margin-bottom: 1.5rem;
}
#blog-det-1 .col h4{
	line-height: 22px;
}
#blog-det-1 .col a{
	font-size: 16px;
	letter-spacing: .6px;
}
#blog-det-1 .col.entity-date {
    font-size: 13.8px;
	letter-spacing: .6px;
}
#blog-det-1 .section-sidebar + .section-sidebar {
    margin-top: .75rem;
}
#blog-det-1{
	margin-bottom: 0px;
}




/*** ------------- career -------------***/
#career{
    padding-top: 50px;
	padding-bottom: 0px;
}
#career p{
    font-size: 14.5px;
    line-height: 24px;
    letter-spacing: .6px;
}
#career img.about_image_home1{
	margin-top: 30px;
}
#career1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
#career1 .career-box-s{
	text-align: center;
	margin-bottom: 20px;
}
#career1 .career-box-s .career1-img {
    width: 100px;
}
#career1 .career-box-s h4{
	padding-top: 15px;
}
#career1 .career-box-s p{
    font-size: 14.2px;
    line-height: 24px;
    letter-spacing: .6px;
}
#career1 .section-head {
    margin-bottom: 2rem;
}
#career2 .career_image_logo{
	width: 110px;
}
#career2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
#career3 .box-d {
    padding: 15px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 15.6px;
	letter-spacing: .6px;
}
#career3 .career-text-gr {
    text-transform: uppercase;
    color: #3b664a;
    font-weight: 600;
    font-size: 13.6px;
}
.career-btn {
    margin: 5px auto;
    display: block;
    text-align: center;
    width: 60%;
	font-size: 13.2px;
    letter-spacing: 1px;
    padding: 7px;
}
.career-box {
    padding: 40px 20px;
    margin: px;
}

/*** ------------- contact -------------***/
#contact{
	padding-top: 50px;
    padding-bottom: 50px;
}
#contact p{
    font-size: 14.5px;
    line-height: 25px;
    letter-spacing: .6px;
}
#contact .cont-box-1{
	text-align: center;
	padding-bottom: 30px;
}
#contact .cont-box-1 img {
    text-align: center;
    display: block;
    margin: 10px auto;
    width: 40px;
}
#contact .contact-inner input, .contact-inner textarea {
    background-color: #fff;
	border-color: #c9c7c730;
}
#contact .contact-input .contact-inner {
    width: 100%;
}
#contact .conta-1 {
    background-color: rgb(59 102 74 / 5%);
    padding: 30px 20px;
}
.section_2contact {
    padding: 0px 0px 50px 0;
}
.section_2contact p{
    font-size: 14.5px;
    line-height: 25px;
    letter-spacing: .6px;
}
.section_2contact iframe{
    margin-bottom: 20px;
}
.owl-carousel .owl-item .img-responsive {
    min-height: 230px;
}


/*** ------------- modal -------------***/
.modal-box-1 {
    text-align: center;
}
#exampleModal .modal-content1 h4 {
    font-size: 20px;
    color: #3b664a;
    line-height: 26px;
    margin-bottom: 10px;
	margin-top: 10px;
    letter-spacing: .7px;
}
.modal-a-i {
    margin-bottom: 2px;
}
#exampleModal .modal-content1 h5 {
    line-height: 28px;
    margin-bottom: 10px;
}
#exampleModal .modal-content1 .form-group {
    margin-bottom: 1rem;
    margin-top: 0em;
}
#exampleModal .modal-content1 .select-form-1 {
    padding: 10px 10px;
    box-shadow: none;
    height: 40px;
    border-radius: 4px;
    color: #6C757D;
    border: 1px solid #898b8a2e;
    width: 100%;
    outline: none;
    font-size: 14.2px;
    letter-spacing: .9px;
}
.modal-btn-sub {
    font-size: 14.2px;
    letter-spacing: .9px;
    padding: 8px 20px;
}
#exampleModal .modal-dialog {
    max-width: 80%;
    margin: 25px auto;
}
.modal {
    position: fixed;
    top: 12%;
}
#exampleModal .modal-content1 button.btn-close{
	z-index: 99999;
}
#exampleModal .modal-content1 button.btn-close {
    right: 0px;
    top: 0px;
	height: 28px;
	width: 28px;
	right: 0px;
	line-height: 32px;
	}
div#exampleModal{
	padding-right: 0px !important;
}
#exampleModal .modal-content1 button.btn-close i {
    font-size: 18px;
}
.py-5 {
    padding-left: 15px;
    padding-right: 15px;
}
#ACHARYA_MANISH_JI .about-page__left {
    margin-right: 0px;
}
}

/*** ------------- media query -------------***/
@media screen and (min-device-width: 461px) and (max-device-width: 520px) { 

	h2 {
    font-size: 28px !important;
	line-height:44px !important;
}
.disp-m{
	display: block;
}
.section-text {
	font-size: 14.6px;
    line-height: 28px;
    letter-spacing: .7px;
}
.btn-theme {
    line-height: 18px !important;
    font-size: 12.8px !important;
}
.entity-content p {
    font-size: 14.2px;
	line-height: 24px;
}
p.subheading-label-guru-manish{
    font-size: 15.8px !important;
    line-height: 30px !important;
    letter-spacing: .7px !important;
	margin-bottom: 5px !important;
}
p {
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: .7px !important;
}
#ACHARYA_MANISH_JI {
    padding-bottom: 50px;
    padding-top: 50px;
}
#ACHARYA_MANISH_JI .btn_index {
    padding: 7px 30px;
    margin-top: 10px;
	letter-spacing: 1px;
	font-weight: 500;
}
#ACHARYA_MANISH_JI h3 {
    font-weight: 500;
}
.about-right {
    margin-left: 0px;
}
.about-img::before {
    left: 10px;
    top: 10px;
}
h3.service-title {
    font-size: 17.5px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: .7px;
}
p.service-text {
    font-size: 14px;
    line-height: 24px;
}
.service-item {
    margin:0px 10px;
}
#service-index1 .section-head {
    margin-bottom: 3rem;
}
.about-text p {
    font-size: 14.5px;
    line-height: 24px;
    text-align: justify;
}
h4 {
    font-size: 20px !important;
}
.display-4 {
    font-size: 1.8rem;
}
#doctor .entity-image, .entity-number {
    margin-bottom: .5rem;
}
#doctor .btn-theme {
    line-height: 35px !important;
    font-size: 13.2px !important;
    text-align: center;
    display: block;
    height: 40px;
    letter-spacing: 1px;
    font-weight: 500;
}
#doctor .section-footer {
    margin-top: 1.5rem;
}
#doctor .section-head {
    margin-bottom: 1.7rem;
	margin-top: 1.7rem;
}
#service-index1{
	padding-bottom: 50px;
	padding-top: 50px;
}
section#ishitesimonial\ Reviews .section-head {
    margin-bottom: 1rem;
}
section#ishitesimonial\ Reviews .entity-hover-shadow {
    margin-top: 20px;
    margin-left: 0px;
}
.entity-header.side-image .entity-image {
    left: -1.1rem;
    top: -2rem;
}
#media .owl-carousel .owl-item img {
    display: block;
    width: auto;
	text-align:center;
	margin:0px auto;
}
.media-box-padd-1 {
    padding: 0px;
    display: block;
    border-right: none;
}
section#ishitesimonial\ Reviews .entity-author {
    font-size: 16.8px !important;
    letter-spacing: .7px;
	padding-top: 5px;
}
h5 {
    font-size: 17px;
}
.about-experience span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #3b664a;
}
.appointment-content {
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.appointment-content {
    padding: 50px 20px;
}
.appointment-content h3 {
    font-size: 26px;
    line-height: 34px;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: 700;
}
.appointment-content p{
    font-size: 14.6px;
    line-height: 28px;
}
.appointment-content input {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 40px;
    font-size: 13.2px !important;
	letter-spacing: .7px !important;
}
.appointment-content select {
    height: 40px;
    font-size: 14px;
    letter-spacing: .7px;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
	line-height: 15px;
}
.appointment-content textarea {
    min-height: 100px;
}
 section.blog {
    padding-top: 50px;
    padding-bottom: 50px;
}
#blog-index .section-head {
    margin-bottom: 3rem;
}
#blog-index .entity-hover-shadow {
    margin-bottom: 30px;
}
#blog-index .shuddhi-blog {
    padding: 0px 5px 10px 5px;
}
#blog-index .blog-heading-text {
    font-size: 17.4px;
    padding-top: 0px;
}
#blog-index .entity-block .entity-content.side-date .entity-date {
    margin: 0 0 .4rem;
    padding-bottom: .5rem;
}
#blog-index .blog-head-text {
    min-height: 55px;
}
#blog-index .blog-padd-1 {
    padding: 7px 15px;
}
#blog-index .entity-footer .py-3 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}
.entity-round-icon {
    width: 100%;
    min-width: 13.5rem;
    max-width: 14.5rem;
    text-align: center;
}
.entity-round-icon:before {
    box-shadow: 0 0 0 .75rem rgb(255 255 255 / 90%);
}
.header-top {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}
.about-section {
    padding: 40px 0 65px 0;
}
section#media {
    padding-bottom: 60px;
    padding-top: 60px;
}
#blog-index p{
	font-size: 14.5px;
    line-height: 24px;
	letter-spacing: .4px;
}
#exampleModal .modal-dialog {
    max-width: 85%;
    margin: 25px auto;
}
#exampleModal .modal-content1 button.btn-close {
    right: -25px;
    top: -25px;
}
.modal {
    position: fixed;
    top: 8%;
}
.modal-box-1{
	padding:0px 10px 25px 10px;
}
#exampleModal .modal-content1 h4 {
    font-size: 21px;
    color: #3b664a;
    line-height: 28px;
    margin-bottom: 10px;
	letter-spacing: .7px;
}
.modal-a-i {
    font-size: 22px;
    letter-spacing: 1px;
}
#exampleModal .modal-content1 h5 {
    font-size: 21px;
}
#prod-1 .entity-hover-shadow {
    width: 80%;
    text-align: center;
    margin: 0px auto;
}
.service-item {
    width: 80%;
    text-align: center;
    margin: 0px auto 30px auto;;
}
section#ishitesimonial\ Reviews .entity-hover-shadow {
    margin-top: 20px;
    margin-left: 0px;
    width: 95%;
    text-align: center;
    margin: 0px auto;
}
.entity-header.side-image .entity-image {
    left: -1.5rem;
    top: -.92rem;
}
#media .owl-carousel .owl-item img {
    display: block;
    width: auto;
    text-align: center;
    margin: 0px auto;
}
.media-testi {
    margin: 0px auto;
    width: 80%;
}
#blog-detail-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
#prod-1 .entity-block .entity-content {
    padding: .7rem 1rem .7rem;
}
#prod-1 .entity-content p{
    padding-bottom: 2px;
}
#prod-1 .entity-bottom-line{
    margin-top: 1px;
}
#service-index1 .service-content {
    padding: 20px 0px;
}
#doctor .entity{
	padding-top: 20px;
}
p.section-text.doctor-section-text {
    padding-bottom: 5px;
}
#top-footer .entity {
    box-shadow: 1px 3px 24px rgb(0 0 0 / 20%);
    margin:5px 10px;
    padding: 20px 15px;
}
#top-footer h4.entity-title {
    font-size: 20.6px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    padding-bottom: 2px;
    border-bottom: 2px solid;
    margin-bottom: 8px !important;
}
#top-footer .entity-round-icon {
    min-width: 16.5rem;
    max-width: 16.5rem;
}
#top-footer .entity-round-icon:before {
    box-shadow: 0 0 0 0.5rem rgb(255 255 255 / 90%);
}
/*** ------------- about-page -------------***/
.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 75px;
}
.page-header .container h2 {
    margin: 0;
    color: #3b664a;
    font-weight: 700;
    font-size: 19px !important;
	line-height: 25px !important;
    text-transform: uppercase;
}
.about-text p {
    font-size: 15px !important;
    line-height: 30px !important;
}
.about-us-values__nav-item:after{
	display: none;
}
.abou-img {
    padding-bottom: 25px;
}
.abou-1 {
		padding: 55px 0px 0px 0 !important;
}
.section_2a {
    padding: 55px 0 60px 0;
}
.guru-manish-1 {
    padding: 55Px 0px 55Px 0px !important;
}
.about-page__trusted_1 {
    bottom: 10px;
    right: 0px;
	width: 200px;
    padding: 15px 10px 15px;
}
.about-page__trusted h3 {
    font-size: 15px !important;
    letter-spacing: .7px;
    line-height: 24px;
	font-weight: 600;
}
.about-page__trusted {
    bottom: 35px;
    width: 200px;
    padding: 15px 10px 15px;
    left: 0px;
}
.about-page__trusted_1 h3 {
    font-size: 15.6px !important;
    letter-spacing: .7px;
    line-height: 26px;
	font-weight: 600;
	text-transform: capitalize;
}
p.sanskrit {
    font-size: 17px;
    line-height: 27px;
    padding: 0px !important;
}
#about .section-head {
    margin-bottom: 20px;
}
.section-left.aboutid-1 .section-head{
    margin-left: 0;
    text-align: center;
}
.py-5 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
.about-us-values__nav-container {
    display: block;
    justify-content: space-between;
    text-align: center;
}
.about-us-values__nav-item {
    padding: 0px 0px 20px 0px;
}
.about-us-values__nav:after {
    display: none;
}
.bg-light.rounded.p-3 {
	padding: 0px !important;
}
.abo-1{
	padding: 0px !important;
}
.btn-about {
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 10px auto;
    padding: 0px !important;
    font-size: 13.2px;
	letter-spacing: 1px;
    font-weight: 500;
}
.aboutid-1{
	margin-bottom:30px ;
}
.cols-lg > .col, .cols-lg > [class*="col-"] {
    margin-top: 1.7rem;
}
.thm-breadcrumb {
    padding: 4px 12px;
}
.thm-breadcrumb li:not(:last-of-type) {
    margin-right: 8px;
}
.thm-breadcrumb li {
    font-size: 13.6px;
	letter-spacing: .7px;
	font-weight: 600;
}



/*** ------------- service page -------------***/
#Services .section_2 {
    padding: 55px 0px 55px 0;
}
#Services .section_2a {
    padding: 25px 0 55px 0;
}
section#Services .section-left{
	margin-top: 25px;
}
section#Services .btn-theme{
	line-height: 40px !important;
    height: 40px;
    font-size: 13.2px !important;
    letter-spacing: 1px;
    font-weight: 500;
}
.section-footer .btn:last-child:first-child {
    min-width: 14rem;
}
#Services .section-left .section-head, .section-left .section-footer {
    margin-left: 0;
    text-align: center;
}
#Services .section_2a .btn-theme{
	margin-bottom: 25px;
}
#Services section.colour-green.section-solid .entity{
	margin-bottom: 30px;
}
#Services .Therapies_box ul li {
    font-size: 15.8px;
    line-height: 29px;
	letter-spacing: .7px;
    font-weight: 500;
}
.Therapies_box ul li i {
    font-size: 16.5px;
    padding-top: 6px;
}
.colour-green {
    background: #f5f7f6;
    padding-top: 90px;
    padding-bottom: 60px;
}
#Services section.colour-green.section-solid .section-footer .section-title {
    margin-bottom: 0.65rem;
}
#Services section.colour-green.section-solid .section-footer {
    margin-top: 0px;
}
.Therapies_box {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
/*** ------------- shop page -------------***/
.shop .owl-prev {
    display: none;
}
.shop .owl-next{
    display: none;
}
#shop-1a {
    padding-bottom: 0px;
    padding-top: 10px;
}
#shop-2a .section-head {
    margin-bottom: 1.3rem;
	padding: 0px;
}
#shop-3a .section-head {
    margin-bottom: 1.3rem;
	padding: 0px;
}
#shop-1a, #shop-2a, #shop-3a .entity-hover-shadow {
    width: 90%;
    margin: 0px auto;
}
.section-solid-shop {
    padding-top: 30px;
    padding-bottom: 20px;
}
.Shop-banner-padd {
    padding: 0px;
}
#Shop-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
#Shop-banner1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#shop-1a, #shop-2a, #shop-3a .entity-hover-shadow{
	width: 80%;
	margin: 0px auto;
}
#shop-1a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-2a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-3a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-1a a.entity-title.heading-text {
    padding-bottom: 8px;
}
#shop-1a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-1a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-1a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-1a .des-text-1 {
    min-height: 75px;
}
#shop-2a a.entity-title.heading-text {
    padding-bottom: 8px;
}
#shop-2a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-2a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-2a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-2a .des-text-1 {
    min-height: 75px;
}
#shop-3a a.entity-title.heading-text {
    padding-bottom: 8px;
}
#shop-3a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-3a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-3a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-3a .des-text-1 {
    min-height: 75px;
}
.detail-gallery button.slick-prev.slick-arrow{
    display: none !important;
}
.detail-gallery button.slick-next.slick-arrow{
    display: none !important;
}
.products-all-pro .entity-hover-shadow {
    width: 100%;
    margin: 0px auto 15px auto;
}
.all-product-shop{padding: 10px 10px 0px 10px;}
.products-all-pro a.entity-title {
    font-size: 15.8px;
    letter-spacing: .7px;
	line-height: 21px;
    min-height: 65px;
}
.shop-all2{
	padding: 10px;
}
.shop-all2 .entity-block .entity-content {
    padding: 0.5rem .7rem 1.2rem;
}
.products-all-pro  .shop-all2 .price{
	display: flex;
}
.products-all-pro  .entity-content .entity-price del {
    font-size: 13.8px;
    letter-spacing: 1px;
	display:initial;
}
.products-all-pro .entity-content .entity-price ins {
    font-size: 16.6px;
    letter-spacing: 1px;
	padding-left: 5px;
}
.products-all-pro  .shop-all2 .entity-content p {
    font-size: 13.8px !important;
    line-height: 20px !important;
	padding-bottom: 5px;
}
.products-all-pro  .shop-all2 .user-rating_1 {
    margin: 0px 10px;
	font-size: 14.6px;
    color: #ffa534;
	padding-top: 2px;
}
.products-all-pro  .shop-all2 .btn-theme {
    line-height: 20px !important;
    width: 100%;
    font-size: 11.6px !important;
    font-weight: 500;
    margin-top: 7px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin-bottom: 1.5rem;
    width: 100%;
}
.all-product-shop select {
    border: 1px solid #bcb9b98f;
    font-size: 14.2px;
}
/*** ------------- shop detail -------------***/
.detail-info {
    margin-left: 0px;
	padding-top: 20px;
}
.detail-info .product-price .current-price {
    font-size: 24px;
}
.detail-info .product-price .old-price {
    margin-left: 7px !important;
    font-size: 16px;
}
.detail-info .product-price .save-price {
	margin-left: 15px !important;
    font-size: 15.6px;
    font-weight: 600;
    margin-bottom: 3px;
}
.detail-info .product-price .save-price {
    height: 55px;
    width: 55px;
    padding: 14px;
}
.single-product-rating {
    font-size: 15.8px;
}
.text-muted {
	margin-left:0px !important;
}
.single-product form.cart input[type=number] {
    width: 3.5em;
	height: 40px;
}
button.single_add_to_cart_button.button.button-add-to-cart {
    line-height: normal;
    font-weight: 500;
    font-size: 13.6px;
    letter-spacing: 1px;
	height: 40px;
}
.product-extra-link2 a {
    height: 40px;
    line-height: 40px;
}
.text-deta span {
    font-size: 14.2px;
    font-weight: 500;
    letter-spacing: .6px;
}
.product-detail.accordion-detail .short-desc li {
    font-size: 14.6px;
    letter-spacing: .7px;
    padding-bottom: 7px;
}
.product-detail-rating{
	text-align: center;
}
.product-detail.accordion-detail .woocommerce-tabs ul li.active a {
    font-size: 15.6px;
	font-weight: 500;
	letter-spacing: 1.2px;
}
.product-detail.accordion-detail li#tab-title-reviews {
    font-size: 15.6px;
	font-weight: 500;
	letter-spacing: 1.2px;
}
.single-product .entry .entry-content h1 {
    font-size: 19.4px !important;
    padding-bottom: 0px;
    line-height: 28px !important;
    letter-spacing: .7px;
    text-transform: capitalize;
}
.product-info .woocommerce-Reviews-title {
    font-size: 19px !important;
    letter-spacing: .8px;
	line-height: 27px;
    text-transform: capitalize;
}
.detail-extralink .detail-qty {
    margin: 0 0px 25px 0;
    background: #fff;
    border: 1px solid #3b664a !important;
    font-size: 18px;
    font-weight: 700;
    color: #3b664a;
    border-radius: 5px;
    padding: 6px 20px 6px 20px;
    max-width: 90px;
}

.tab-style3 .nav-tabs li.nav-item a {
    padding: 12px 20px !important;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .7px;
    width: 100%;
}
.tab-style3 .nav {
    display: block;
}
.product-info {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 15px 15px;
}
.font-lg {
    font-size: 14.5px;
    letter-spacing: .6px;
    line-height: 24px;
}
.attr-detail.attr-size{
    margin-bottom: 25px !important;
}
.tab-content.shop_info_tab.entry-main-content p {
    font-size: 14.5px;
    letter-spacing: .6px;
    line-height: 24px;
}
.tab-content.shop_info_tab.entry-main-content h4 {
    font-size: 18px;
}
.vendor-name{
	display: flex;
	margin-left: 0px !important;
	align-items: center;
}
.vendor-name h6{
	font-size: 18px;
	letter-spacing: .7px;
	padding-right: 10px;
}
.tab-style3 button.submit, button[type='submit'] {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    color: #ffffff;
    border: none;
    background-color: #3b664a;
    border: 1px solid #29A56C;
    border-radius: 5px;
	letter-spacing: .7px;
}
.tab-style3 .form-group {
    margin-bottom: .5rem;
    margin-top: .5em;
}
.offers-img {
    margin-right: 5px;
}
.offers_li_text li {
    display: block;
    font-size: 12.5x;
    letter-spacing: .6px;
	line-height: 22px;
}
#products-related{
	padding: 0px 25px;
}


/*** ------------- event-page -------------***/
#event-1a .px-4 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
#event-1a .section-left .section-head, .section-left .section-footer {
    padding: 0px;
}
#event-1a .block_content{
    padding: 0px;
}
#event-1a h5{
    padding-top: 15px;
	padding-bottom: 0px;
}
.event-leading-none {
    font-size: 14.5px;
}
.event-leading-none span {
    font-size: 13px;
}
.event-leading-none1 span {
    font-size: 15.2px;
}
#event-3a select{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 15px;
    color: #666666;
    letter-spacing: .9px;
    padding: 10px;
	height: 45px;
}
.event-btn-2 {
    letter-spacing: .9px;
    border-radius: 3px;
    height: 45px;
    width: 60%;
}
#event-2a .slide-event-p-1{
	font-size: 14.2px;
    line-height: 23px;
    letter-spacing: .6px;
}
#event-2a .event-leading-none-2 {
    font-size: 14.5px;
    letter-spacing: 1px;
}
#event-2a .event-leading-none-2 span {
    font-size: 13px;
}
#event-2a .event-leading-none1-2 {
    font-size: 15.6px;
}
section#event-2a{
	padding-top: 60px;
	padding-bottom: 30px;
}
.border-event1 {
    padding: 10px 10px;
    margin-bottom: 30px;
}


/*** ------------- blog-page -------------***/
.blog-page-s{
	padding-top: 55px;
	padding-bottom: 0px;
}
.blog-page-s .entity-block .entity-content.side-date .entity-date {
    width: 4.5rem;
    margin: 0 0 .6rem;
}
.blog-page-s .shuddhi-blog {
    padding: 0px 0px 5px 0px;
}
.blog-page-s .blog-heading-text {
    font-size: 17.4px;
    padding-top: 5px;
}
.blog-page-s h4.entity-title.blog-head-text{
	line-height: 25px;
}
.blog-page-s .blog-head-text {
    min-height: 52px;
}
.blog-page-s p.mb-2.entity-text.blog-padd-1{
	font-size: 14.5px;
    line-height: 24px;
    letter-spacing: .6px;
	padding: 5px 15px 5px 15px;
}
.blog-page-s .entity-footer .py-3 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.blog-page-s .entity-footer .entity-categories-blog a {
    font-size: 13.8px;
	line-height: 23px;
}
.blog-page-s .entity-footer span.entity-info-item-title{
	font-weight: 700;
	color: #b3b3b3;
	font-size: 14.5px;
}
.blog-page-s .entity-footer span.entity-info-item-value{
	font-weight: 700;
	color: #5c5c5c;
	font-size: 15.8px;
	padding-right: 2px;
}
.blog-page-s .entity-hover-shadow {
    margin: 20px auto;
    width: 80%;
}
.shuddhi-blog p {
    padding:0px 15px;
    letter-spacing: .8px;
}
/*** ------------- blog-detail -------------***/
#blog-detail-1 {
    padding: 55px 20px !important;
}
#blog-detail-1 .entity .entity-image {
    border-radius: 0rem;
	margin-bottom: 15px;
}
#blog-detail-1 .entity-info-list .entity-date {
    font-size: 18px;
    color: #333;
    font-weight: 600;
	letter-spacing: .5px;
}
#blog-detail-1 .entity-categories a {
    font-size: 14.6px;
    color: #3b664a;
    font-weight: 600;
	letter-spacing: .7px;
	text-transform: uppercase;
}
#blog-detail-1 .entity-body p{
    font-size: 14.6px !important;
    line-height: 28px !important;
    letter-spacing: .6px !important;
}
div#blog-det-1 .recent_pos {
    border-bottom: 1px dashed #918d8d;
    padding-bottom: 0px !important;
	margin-bottom: 15px;
}
img.career_image_home1 {
    margin-top: 25px;
}
#blog-detail-1 span.entity-info-item-title{
	font-weight: 700;
	color: #b3b3b3;
	font-size: 14px;
}
#blog-detail-1 span.entity-info-item-value{
	font-weight: 700;
	color: #5c5c5c;
	font-size: 15.2px;
	padding-right: 2px;
}
#blog-detail-1 h3 {
    font-size: 19.5px;
	color: #3b664a;
	line-height: 26px;
	text-decoration: underline;
	letter-spacing: .7px;
}
#blog-detail-1 h4 {
    font-size: 17.6px;
	color: #686c6a;
	letter-spacing: .7px;
	margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .blog-det-li li {
    list-style: disc;
    font-size: 14.2px;
    letter-spacing: .5px;
	padding-bottom: 7px;
}
#blog-detail-1 .quote-block:before {
    font-size: 5.6rem;
	margin-top: 0.1em;
}
#blog-detail-1 .quote-block {
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    background-color: #f5f6f9;
    color: #333;
    position: relative;
	font-size: 14.2px;
    line-height: 22px;
	letter-spacing: .6px;
}
#blog-detail-1 .section-block {
    margin-top: 2rem;
}
#blog-detail-1 .section-block .grid > .col, .grid > [class*="col-"] {
    margin-top: 0rem;
}
#blog-detail-1 .section-block .form-group {
    margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .section-block button.btn-wide.mb-0.btn.btn-theme{
    margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .section-sidebar .section-head-blog {
    margin-bottom: 4rem;
	margin-top: 2rem;
}
#blog-det-1 .entity .entity-image, .entity .entity-preview {
    border-radius: 0rem;
}
#blog-det-1 .col{
	margin-top: 0.1rem;
    margin-bottom: 1.5rem;
}
#blog-det-1 .col h4{
	line-height: 22px;
}
#blog-det-1 .col a{
	font-size: 16px;
	letter-spacing: .6px;
}
#blog-det-1 .col.entity-date {
    font-size: 13.8px;
	letter-spacing: .6px;
}
#blog-det-1 .section-sidebar + .section-sidebar {
    margin-top: .75rem;
}
#blog-det-1{
	margin-bottom: 0px;
}




/*** ------------- career -------------***/
#career{
    padding-top: 50px;
	padding-bottom: 0px;
}
#career p{
    font-size: 14.5px;
    line-height: 24px;
    letter-spacing: .6px;
}
#career img.about_image_home1{
	margin-top: 30px;
}
#career1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
#career1 .career-box-s{
	text-align: center;
	margin-bottom: 20px;
}
#career1 .career-box-s .career1-img {
    width: 100px;
}
#career1 .career-box-s h4{
	padding-top: 15px;
}
#career1 .career-box-s p{
    font-size: 14.2px;
    line-height: 24px;
    letter-spacing: .6px;
}
#career1 .section-head {
    margin-bottom: 2rem;
}
#career2 .career_image_logo{
	width: 110px;
}
#career2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
#career3 .box-d {
    padding: 15px;
	margin: 15px 30px;
	text-align: center;
	font-size: 15.6px;
	letter-spacing: .6px;
}
#career3 .career-text-gr {
    text-transform: uppercase;
    color: #3b664a;
    font-weight: 600;
    font-size: 13.6px;
}
.career-btn {
    margin: 5px auto;
    display: block;
    text-align: center;
    width: 60%;
	font-size: 13.2px;
    letter-spacing: 1px;
    padding: 7px;
}
.career-box {
    padding: 40px 20px;
    margin: 15px 30px;
}

/*** ------------- contact -------------***/
#contact{
	padding-top: 50px;
    padding-bottom: 50px;
}
#contact p{
    font-size: 14.5px;
    line-height: 25px;
    letter-spacing: .6px;
}
#contact .cont-box-1{
	text-align: center;
	padding-bottom: 30px;
}
#contact .cont-box-1 img {
    text-align: center;
    display: block;
    margin: 10px auto;
    width: 40px;
}
#contact .contact-inner input, .contact-inner textarea {
    background-color: #fff;
	border-color: #c9c7c730;
}
#contact .contact-input .contact-inner {
    width: 100%;
}
#contact .conta-1 {
    background-color: rgb(59 102 74 / 5%);
    padding: 30px 20px;
}
.section_2contact {
    padding: 0px 0px 50px 0;
}
.section_2contact p{
    font-size: 14.5px;
    line-height: 25px;
    letter-spacing: .6px;
}
.section_2contact iframe{
    margin-bottom: 20px;
}
.owl-carousel .owl-item .img-responsive {
    min-height: 245px;
}


/*** ------------- modal -------------***/
.modal-box-1 {
    text-align: center;
}
#exampleModal .modal-content1 h4 {
    font-size: 20px;
    color: #3b664a;
    line-height: 26px;
    margin-bottom: 10px;
	margin-top: 10px;
    letter-spacing: .7px;
}
.modal-a-i {
    margin-bottom: 2px;
}
#exampleModal .modal-content1 h5 {
    line-height: 28px;
    margin-bottom: 10px;
}
#exampleModal .modal-content1 .form-group {
    margin-bottom: 1rem;
    margin-top: 0em;
}
#exampleModal .modal-content1 .select-form-1 {
    padding: 10px 10px;
    box-shadow: none;
    height: 40px;
    border-radius: 4px;
    color: #6C757D;
    border: 1px solid #898b8a2e;
    width: 100%;
    outline: none;
    font-size: 14.2px;
    letter-spacing: .9px;
}
.modal-btn-sub {
    font-size: 14.2px;
    letter-spacing: .9px;
    padding: 8px 20px;
}
#exampleModal .modal-dialog {
    max-width: 80%;
    margin: 25px auto;
}
.modal {
    position: fixed;
    top: 12%;
}
#exampleModal .modal-content1 button.btn-close{
	z-index: 99999;
}
#exampleModal .modal-content1 button.btn-close {
    right: 0px;
    top: 0px;
	height: 28px;
	width: 28px;
	right: 0px;
	line-height: 32px;
	}
#exampleModal .modal-content1 button.btn-close i {
    font-size: 18px;
}
.py-5 {
    padding-left: 15px;
    padding-right: 15px;
}
.site-section .section-head, .section-subhead {
    margin-bottom: 1rem;
}
}


@media screen and (min-device-width: 521px) and (max-device-width: 767px) { 

	h2 {
    font-size: 28px !important;
	line-height:44px !important;
}
.disp-m{
	display: block;
}
.section-text {
	font-size: 14.6px;
    line-height: 28px;
    letter-spacing: .7px;
}
.btn-theme {
    line-height: 18px !important;
    font-size: 12.8px !important;
}
.entity-content p {
    font-size: 14.2px;
	line-height: 24px;
}
p.subheading-label-guru-manish{
    font-size: 15.8px !important;
    line-height: 30px !important;
    letter-spacing: .7px !important;
	margin-bottom: 5px !important;
}
p {
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: .7px !important;
}
#ACHARYA_MANISH_JI {
    padding-bottom: 50px;
    padding-top: 50px;
}
#ACHARYA_MANISH_JI .btn_index {
    padding: 7px 30px;
    margin-top: 10px;
	letter-spacing: 1px;
	font-weight: 500;
}
#ACHARYA_MANISH_JI h3 {
    font-weight: 500;
}
.about-right {
    margin-left: 0px;
}
.about-img::before {
    left: 10px;
    top: 10px;
}
h3.service-title {
    font-size: 17.5px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: .7px;
}
p.service-text {
    font-size: 14px;
    line-height: 24px;
}
.service-item {
    margin:0px 10px;
}
#service-index1 .section-head {
    margin-bottom: 3rem;
}
.about-text p {
    font-size: 14.5px;
    line-height: 24px;
    text-align: justify;
}
h4 {
    font-size: 20px !important;
}
.display-4 {
    font-size: 1.8rem;
}
#doctor .entity-image, .entity-number {
    margin-bottom: .5rem;
}
#doctor .btn-theme {
    line-height: 35px !important;
    font-size: 13.2px !important;
    text-align: center;
    display: block;
    height: 40px;
    letter-spacing: 1px;
    font-weight: 500;
}
#doctor .section-footer {
    margin-top: 1.5rem;
}
#doctor .section-head {
    margin-bottom: 1.7rem;
	margin-top: 1.7rem;
}
#service-index1{
	padding-bottom: 50px;
	padding-top: 50px;
}
section#ishitesimonial\ Reviews .section-head {
    margin-bottom: 1rem;
}
.site-section .section-head, .section-subhead {
    margin-bottom: 1rem;
}
section#ishitesimonial\ Reviews .entity-hover-shadow {
    margin-top: 20px;
    margin-left: 0px;
}
.entity-header.side-image .entity-image {
    left: -1.1rem;
    top: -2rem;
}
#media .owl-carousel .owl-item img {
    display: block;
    width: auto;
	text-align:center;
	margin:0px auto;
}
.media-box-padd-1 {
    padding: 0px;
    display: block;
    border-right: none;
}
section#ishitesimonial\ Reviews .entity-author {
    font-size: 16.8px !important;
    letter-spacing: .7px;
	padding-top: 5px;
}
h5 {
    font-size: 17px;
}
.about-experience span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #3b664a;
}
.appointment-content {
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.appointment-content {
    padding: 50px 20px;
}
.appointment-content h3 {
    font-size: 26px;
    line-height: 34px;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: 700;
}
.appointment-content p{
    font-size: 14.6px;
    line-height: 28px;
}
.appointment-content input {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 40px;
    font-size: 13.2px !important;
	letter-spacing: .7px !important;
}
.appointment-content select {
    height: 40px;
    font-size: 14px;
    letter-spacing: .7px;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
	line-height: 15px;
}
.appointment-content textarea {
    min-height: 100px;
}
 section.blog {
    padding-top: 50px;
    padding-bottom: 50px;
}
#blog-index .section-head {
    margin-bottom: 3rem;
}
#blog-index .entity-hover-shadow {
    margin-bottom: 30px;
}
#blog-index .shuddhi-blog {
    padding: 0px 5px 10px 5px;
}
#blog-index .blog-heading-text {
    font-size: 17.4px;
    padding-top: 0px;
}
#blog-index .entity-block .entity-content.side-date .entity-date {
    margin: 0 0 .4rem;
    padding-bottom: .5rem;
}
#blog-index .blog-head-text {
    min-height: 55px;
}
#blog-index .blog-padd-1 {
    padding: 7px 15px;
}
#blog-index .entity-footer .py-3 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}
.entity-round-icon {
    width: 100%;
    min-width: 13.5rem;
    max-width: 14.5rem;
    text-align: center;
}
.entity-round-icon:before {
    box-shadow: 0 0 0 .75rem rgb(255 255 255 / 90%);
}
.header-top {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}
.about-section {
    padding: 40px 0 65px 0;
}
section#media {
    padding-bottom: 60px;
    padding-top: 60px;
}
#blog-index p{
	font-size: 14.5px;
    line-height: 24px;
	letter-spacing: .4px;
}
#exampleModal .modal-dialog {
    max-width: 85%;
    margin: 25px auto;
}
#exampleModal .modal-content1 button.btn-close {
    right: -25px;
    top: -25px;
}
.modal {
    position: fixed;
    top: 8%;
}
.modal-box-1{
	padding:0px 10px 25px 10px;
}
#exampleModal .modal-content1 h4 {
    font-size: 21px;
    color: #3b664a;
    line-height: 28px;
    margin-bottom: 10px;
	letter-spacing: .7px;
}
.modal-a-i {
    font-size: 22px;
    letter-spacing: 1px;
}
#exampleModal .modal-content1 h5 {
    font-size: 21px;
}
#prod-1 .entity-hover-shadow {
    width: 80%;
    text-align: center;
    margin: 0px auto;
}
.service-item {
    width: 100%;
    text-align: center;
    margin: 0px auto 30px auto;;
}
section#ishitesimonial\ Reviews .entity-hover-shadow {
    margin-top: 20px;
    margin-left: 0px;
    width: 95%;
    text-align: center;
    margin: 0px auto;
}
.entity-header.side-image .entity-image {
    left: -1.5rem;
    top: -1.6rem;
}
#media .owl-carousel .owl-item img {
    display: block;
    width: auto;
    text-align: center;
    margin: 0px auto;
}
.media-testi {
    margin: 0px auto;
    width: 80%;
}
#blog-detail-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
#prod-1 .entity-block .entity-content {
    padding: .7rem 1rem .7rem;
}
#prod-1 .entity-content p{
    padding-bottom: 2px;
}
#prod-1 .entity-bottom-line{
    margin-top: 1px;
}
#service-index1 .service-content {
    padding:15px 0px;
}
#doctor .entity{
	padding-top: 20px;
}
p.section-text.doctor-section-text {
    padding-bottom: 5px;
}
#top-footer .entity {
    box-shadow: 1px 3px 24px rgb(0 0 0 / 20%);
    margin:5px 10px;
    padding: 20px 15px;
}
#top-footer h4.entity-title {
    font-size: 20.6px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    padding-bottom: 2px;
    border-bottom: 2px solid;
    margin-bottom: 8px !important;
}
#top-footer .entity-round-icon {
    min-width: 16.5rem;
    max-width: 16.5rem;
}
#top-footer .entity-round-icon:before {
    box-shadow: 0 0 0 0.5rem rgb(255 255 255 / 90%);
}
/*** ------------- about-page -------------***/
.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 70px;
}
.page-header .container h2 {
    margin: 0;
    color: #3b664a;
    font-weight: 700;
    font-size: 22px !important;
	line-height: 32px !important;
    text-transform: uppercase;
}
.about-text p {
    font-size: 15px !important;
    line-height: 30px !important;
}
.about-us-values__nav-item:after{
	display: none;
}
.abou-img {
    padding-bottom: 25px;
}
.abou-1 {
		padding: 55px 0px 0px 0 !important;
}
.section_2a {
    padding: 55px 0 60px 0;
}
.guru-manish-1 {
    padding: 55Px 0px 55Px 0px !important;
}
.about-page__trusted_1 {
    bottom: 10px;
    right: 0px;
	width: 200px;
    padding: 15px 10px 15px;
}
.about-page__trusted h3 {
    font-size: 15px !important;
    letter-spacing: .7px;
    line-height: 24px;
	font-weight: 600;
}
.about-page__trusted {
    bottom: 35px;
    width: 200px;
    padding: 15px 10px 15px;
    left: 0px;
}
.about-page__trusted_1 h3 {
    font-size: 15.6px !important;
    letter-spacing: .7px;
    line-height: 26px;
	font-weight: 600;
	text-transform: capitalize;
}
p.sanskrit {
    font-size: 17px;
    line-height: 27px;
    padding: 0px !important;
}
#about .section-head {
    margin-bottom: 20px;
}
.section-left.aboutid-1 .section-head{
    margin-left: 0;
    text-align: center;
}
.py-5 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
.about-us-values__nav-container {
    display: block;
    justify-content: space-between;
    text-align: center;
}
.about-us-values__nav-item {
    padding: 0px 0px 20px 0px;
}
.about-us-values__nav:after {
    display: none;
}
.bg-light.rounded.p-3 {
	padding: 0px !important;
}
.abo-1{
	padding: 0px !important;
}
.btn-about {
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 10px auto;
    padding: 0px !important;
    font-size: 13.2px;
	letter-spacing: 1px;
    font-weight: 500;
}
.aboutid-1{
	margin-bottom:30px ;
}
.cols-lg > .col, .cols-lg > [class*="col-"] {
    margin-top: 1.7rem;
}
.thm-breadcrumb {
    padding: 4px 12px;
}
.thm-breadcrumb li:not(:last-of-type) {
    margin-right: 8px;
}
.thm-breadcrumb li {
    font-size: 13.6px;
	letter-spacing: .7px;
	font-weight: 600;
}



/*** ------------- service page -------------***/
#Services .section_2 {
    padding: 55px 0px 55px 0;
}
#Services .section_2a {
    padding: 25px 0 55px 0;
}
section#Services .section-left{
	margin-top: 25px;
}
section#Services .btn-theme{
	line-height: 40px !important;
    height: 40px;
    font-size: 13.2px !important;
    letter-spacing: 1px;
    font-weight: 500;
}
.section-footer .btn:last-child:first-child {
    min-width: 14rem;
}
#Services .section-left .section-head, .section-left .section-footer {
    margin-left: 0;
    text-align: center;
}
#Services .section_2a .btn-theme{
	margin-bottom: 25px;
}
#Services section.colour-green.section-solid .entity{
	margin-bottom: 30px;
}
#Services .Therapies_box ul li {
    font-size: 15.8px;
    line-height: 29px;
	letter-spacing: .7px;
    font-weight: 500;
}
.Therapies_box ul li i {
    font-size: 16.5px;
    padding-top: 6px;
}
.colour-green {
    background: #f5f7f6;
    padding-top: 90px;
    padding-bottom: 60px;
}
#Services section.colour-green.section-solid .section-footer .section-title {
    margin-bottom: 0.65rem;
}
#Services section.colour-green.section-solid .section-footer {
    margin-top: 0px;
}
.Therapies_box {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
/*** ------------- shop page -------------***/
.shop .owl-prev {
    display: none;
}
.shop .owl-next{
    display: none;
}
#shop-1a {
    padding-bottom: 0px;
    padding-top: 10px;
}
#shop-2a .section-head {
    margin-bottom: 1.3rem;
	padding: 0px;
}
#shop-3a .section-head {
    margin-bottom: 1.3rem;
	padding: 0px;
}
.section-solid-shop {
    padding-top: 30px;
    padding-bottom: 20px;
}
.Shop-banner-padd {
    padding: 0px;
}
#Shop-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
#Shop-banner1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.entity-content .entity-price ins {
    font-size: 17.6px !important;
    letter-spacing: 1px !important;
}
.entity-content .entity-price del {
    font-size: 14.8px !important;
    letter-spacing: 1px !important;
}
.entity-content .btn-sm {
    padding: 8px 10px !important;
    font-size: 11.4px !important;
	font-weight: 500;
	letter-spacing: 1px;
}
#shop-1a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-2a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-3a .section-left .section-head {
    margin-left: 0;
    text-align: center;
}
#shop-1a a.entity-title.heading-text {
    padding-bottom: 8px;
	font-size: 17px;
    line-height: 24px;
}
#shop-1a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-1a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-1a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-1a .des-text-1 {
    min-height: 75px;
}
#shop-2a a.entity-title.heading-text {
    padding-bottom: 8px;
}
#shop-2a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-2a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-2a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-2a .des-text-1 {
    min-height: 75px;
}
#shop-3a a.entity-title.heading-text {
    padding-bottom: 8px;
}
#shop-3a .entity-block .entity-content {
    padding: .4rem .5rem 1rem;
}
#shop-3a .entity-title {
    margin-bottom: 0.35rem;
}
#shop-3a .entity-content p {
    padding-bottom: 0px;
	margin-bottom: 2px !important;
}
#shop-3a .des-text-1 {
    min-height: 75px;
}
.detail-gallery button.slick-prev.slick-arrow{
    display: none !important;
}
.detail-gallery button.slick-next.slick-arrow{
    display: none !important;
}
.products-all-pro a.entity-title {
    font-size: 16px;
    letter-spacing: .7px;
	line-height: 24px;
    min-height: 70px;
}
.products-all-pro  .entity-content .entity-price del {
    font-size: 14.8px;
    letter-spacing: 1px;
}
.products-all-pro .entity-content .entity-price ins {
    font-size: 18.6px;
    letter-spacing: 1px;
	padding-left: 10px;
}
.products-all-pro .entity-content .btn-sm {
    padding: 8px 5px !important;
    font-size: 11px !important;
    width: 100%;
    margin-top: 5px;
}
.products-all-pro .shop-all2 .user-rating_1 {
    margin: 0px 10px;
    font-size: 16.4px;
    color: #ffa534;
    padding-top: 6px;
}
.all-product-shop{padding: 10px 10px 0px 10px;}
.products-all-pro .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin-bottom: 1.5rem;
	width: 100%;
}
.all-product-shop select {
    border: 1px solid #bcb9b98f;
    font-size: 14.6px;
	height: 40px;
}
.products-all-pro .shop-all2 .price {
    display: flex;
}
/*** ------------- shop detail -------------***/
.detail-info {
    margin-left: 0px;
	padding-top: 20px;
}
.detail-info .product-price .current-price {
    font-size: 24px;
}
.detail-info .product-price .old-price {
    margin-left: 7px !important;
    font-size: 16px;
}
.detail-info .product-price .save-price {
	margin-left: 15px !important;
    font-size: 15.6px;
    font-weight: 600;
    margin-bottom: 3px;
}
.detail-info .product-price .save-price {
    height: 55px;
    width: 55px;
    padding: 14px;
}
.single-product-rating {
    font-size: 15.8px;
}
.text-muted {
	margin-left:0px !important;
}
.single-product form.cart input[type=number] {
    width: 3.5em;
	height: 40px;
}
button.single_add_to_cart_button.button.button-add-to-cart {
    line-height: normal;
    font-weight: 500;
    font-size: 13.6px;
    letter-spacing: 1px;
	height: 40px;
}
.product-extra-link2 a {
    height: 40px;
    line-height: 40px;
}
.text-deta span {
    font-size: 14.2px;
    font-weight: 500;
    letter-spacing: .6px;
}
.product-detail.accordion-detail .short-desc li {
    font-size: 14.6px;
    letter-spacing: .7px;
    padding-bottom: 7px;
}
.product-detail-rating{
	text-align: center;
}
.product-detail.accordion-detail .woocommerce-tabs ul li.active a {
    font-size: 15.6px;
	font-weight: 500;
	letter-spacing: 1.2px;
}
.product-detail.accordion-detail li#tab-title-reviews {
    font-size: 15.6px;
	font-weight: 500;
	letter-spacing: 1.2px;
}
div#respond input[type=checkbox], input[type=radio] {
    width: 22px;
    height: 22px;
    border-radius: 5px;
}
.single-product .entry .entry-content h1 {
    font-size: 19.4px !important;
    padding-bottom: 0px;
    line-height: 28px !important;
    letter-spacing: .7px;
    text-transform: capitalize;
}
.product-info .woocommerce-Reviews-title {
    font-size: 19px !important;
    letter-spacing: .8px;
	line-height: 27px;
    text-transform: capitalize;
}
.detail-extralink .detail-qty {
    margin: 0 0px 25px 0;
    background: #fff;
    border: 1px solid #3b664a !important;
    font-size: 18px;
    font-weight: 700;
    color: #3b664a;
    border-radius: 5px;
    padding: 6px 20px 6px 20px;
    max-width: 90px;
}

.tab-style3 .nav-tabs li.nav-item a {
    padding: 12px 20px !important;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .7px;
    width: 100%;
}
.tab-style3 .nav {
    display: block;
}
.product-info {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 15px 15px;
}
.font-lg {
    font-size: 14.5px;
    letter-spacing: .6px;
    line-height: 24px;
}
.attr-detail.attr-size{
    margin-bottom: 25px !important;
}
.tab-content.shop_info_tab.entry-main-content p {
    font-size: 14.5px;
    letter-spacing: .6px;
    line-height: 24px;
}
.tab-content.shop_info_tab.entry-main-content h4 {
    font-size: 18px;
}
.vendor-name{
	display: flex;
	margin-left: 0px !important;
	align-items: center;
}
.vendor-name h6{
	font-size: 18px;
	letter-spacing: .7px;
	padding-right: 10px;
}
.tab-style3 button.submit, button[type='submit'] {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    color: #ffffff;
    border: none;
    background-color: #3b664a;
    border: 1px solid #29A56C;
    border-radius: 5px;
	letter-spacing: .7px;
}
.tab-style3 .form-group {
    margin-bottom: .5rem;
    margin-top: .5em;
}
.offers-img {
    margin-right: 5px;
}
.offers_li_text li {
    display: block;
    font-size: 12.5x;
    letter-spacing: .6px;
	line-height: 22px;
}
#products-related{
	padding: 0px;
}
.related-products a.entity-title {
    font-size: 17px;
	line-height: 24px;
    letter-spacing: .7px;
    min-height: 70px;
}
.related-products .entity-content .btn-sm {
    padding: 8px 11px !important;
    font-size: 12px !important;
}
/*** ------------- event-page -------------***/
#event-1a .px-4 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
#event-1a .section-left .section-head, .section-left .section-footer {
    padding: 0px;
}
#event-1a .block_content{
    padding: 0px;
}
#event-1a h5{
    padding-top: 15px;
	padding-bottom: 0px;
}
.event-leading-none {
    font-size: 14.5px;
}
.event-leading-none span {
    font-size: 13px;
}
.event-leading-none1 span {
    font-size: 15.2px;
}
#event-3a select{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 15px;
    color: #666666;
    letter-spacing: .9px;
    padding: 10px;
	height: 45px;
}
.event-btn-2 {
    letter-spacing: .9px;
    border-radius: 3px;
    height: 45px;
    width: 60%;
}
#event-2a .slide-event-p-1{
	font-size: 14.2px;
    line-height: 23px;
    letter-spacing: .6px;
}
#event-2a .event-leading-none-2 {
    font-size: 14.5px;
    letter-spacing: 1px;
}
#event-2a .event-leading-none-2 span {
    font-size: 13px;
}
#event-2a .event-leading-none1-2 {
    font-size: 15.6px;
}
section#event-2a{
	padding-top: 60px;
	padding-bottom: 30px;
}
.border-event1 {
    padding: 10px 10px;
    margin-bottom: 30px;
}


/*** ------------- blog-page -------------***/
.blog-page-s{
	padding-top: 55px;
	padding-bottom: 0px;
}
.blog-page-s .entity-block .entity-content.side-date .entity-date {
    width: 4.5rem;
    margin: 0 0 .6rem;
}
.blog-page-s .shuddhi-blog {
    padding: 0px 0px 10px 0px;
}
.blog-page-s .blog-heading-text {
    font-size: 16.4px;
	line-height: 24px;
    padding-top: 0px;
	letter-spacing: .7px;
}
.blog-page-s .blogs-all{
	padding: 7px !important;
}
.shuddhi-blog p {
    font-size: 14.4px !important;
    line-height: 26px !important;
    letter-spacing: .7px !important;
}
.blog-page-s h4.entity-title.blog-head-text{
	line-height: 25px;
}
.blog-page-s .blog-head-text {
    min-height: 52px;
}
.blog-page-s .entity-footer .py-3 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.blog-page-s .entity-footer .entity-categories-blog a {
    font-size: 13.8px;
	line-height: 23px;
}
.blog-page-s .entity-footer span.entity-info-item-title{
	font-weight: 700;
	color: #b3b3b3;
	font-size: 14.5px;
}
.blog-page-s .entity-footer span.entity-info-item-value{
	font-weight: 700;
	color: #5c5c5c;
	font-size: 15.8px;
	padding-right: 2px;
}
.blog-page-s .entity-hover-shadow {
    margin: 20px auto;
    width: 100%;
}
.shuddhi-blog p {
    padding:0px 15px;
    letter-spacing: .8px;
}

/*** ------------- blog-detail -------------***/
#blog-detail-1 {
    padding: 55px 20px !important;
}
#blog-detail-1 .entity .entity-image {
    border-radius: 0rem;
	margin-bottom: 15px;
}
#blog-detail-1 .entity-info-list .entity-date {
    font-size: 18px;
    color: #333;
    font-weight: 600;
	letter-spacing: .5px;
}
#blog-detail-1 .entity-categories a {
    font-size: 14.6px;
    color: #3b664a;
    font-weight: 600;
	letter-spacing: .7px;
	text-transform: uppercase;
}
#blog-detail-1 .entity-body p{
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: .7px !important;
}
#blog-detail-1 ul li {
    padding-bottom: 5px;
}
div#blog-det-1 .recent_pos {
    border-bottom: 1px dashed #918d8d;
    padding-bottom: 0px !important;
	margin-bottom: 15px;
}

img.career_image_home1 {
    margin-top: 25px;
}
#blog-detail-1 span.entity-info-item-title{
	font-weight: 700;
	color: #b3b3b3;
	font-size: 14px;
}
#blog-detail-1 span.entity-info-item-value{
	font-weight: 700;
	color: #5c5c5c;
	font-size: 15.2px;
	padding-right: 2px;
}
#blog-detail-1 h3 {
    font-size: 19.5px;
	color: #3b664a;
	line-height: 26px;
	text-decoration: underline;
	letter-spacing: .7px;
}
#blog-detail-1 h4 {
    font-size: 17.6px;
	color: #686c6a;
	letter-spacing: .7px;
	margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .blog-det-li li {
    list-style: disc;
    font-size: 14.2px;
    letter-spacing: .5px;
	padding-bottom: 7px;
}
#blog-detail-1 .quote-block:before {
    font-size: 5.6rem;
	margin-top: 0.1em;
}
#blog-detail-1 .quote-block {
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    background-color: #f5f6f9;
    color: #333;
    position: relative;
	font-size: 14.2px;
    line-height: 22px;
	letter-spacing: .6px;
}
#blog-detail-1 .section-block {
    margin-top: 2rem;
}
#blog-detail-1 .section-block .grid > .col, .grid > [class*="col-"] {
    margin-top: 0rem;
}
#blog-detail-1 .section-block .form-group {
    margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .section-block button.btn-wide.mb-0.btn.btn-theme{
    margin-bottom: .5rem;
    margin-top: .5em;
}
#blog-detail-1 .section-sidebar .section-head-blog {
    margin-bottom: 4rem;
	margin-top: 2rem;
}
#blog-det-1 .entity .entity-image, .entity .entity-preview {
    border-radius: 0rem;
}
#blog-det-1 .col{
	margin-top: 0.1rem;
    margin-bottom: 1.5rem;
}
#blog-det-1 .col h4{
	line-height: 22px;
}
#blog-det-1 .col a{
	font-size: 16px;
	letter-spacing: .6px;
}
#blog-det-1 .col.entity-date {
    font-size: 13.8px;
	letter-spacing: .6px;
}
#blog-det-1 .section-sidebar + .section-sidebar {
    margin-top: .75rem;
}
#blog-det-1{
	margin-bottom: 0px;
}


/*** ------------- career -------------***/
#career{
    padding-top: 50px;
	padding-bottom: 0px;
}
#career p{
    font-size: 14.5px;
    line-height: 24px;
    letter-spacing: .6px;
}
#career img.about_image_home1{
	margin-top: 30px;
}
#career1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
#career1 .career-box-s{
	text-align: center;
	margin-bottom: 20px;
}
#career1 .career-box-s .career1-img {
    width: 100px;
}
#career1 .career-box-s h4{
	padding-top: 15px;
}
#career1 .career-box-s p{
    font-size: 14.2px;
    line-height: 24px;
    letter-spacing: .6px;
}
#career1 .section-head {
    margin-bottom: 2rem;
}
#career2 .career_image_logo{
	width: 110px;
}
#career2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
#career3 .box-d {
    padding:30px 15px;
	margin: 25px;
	text-align: center;
	font-size: 15.6px;
	letter-spacing: .6px;
}
#career3 .career-text-gr {
    text-transform: uppercase;
    color: #3b664a;
    font-weight: 600;
    font-size: 13.6px;
}
.career-btn {
    margin: 5px auto;
    display: block;
    text-align: center;
    width: 60%;
	font-size: 13.2px;
    letter-spacing: 1px;
    padding: 7px;
}
.career-box {
    padding: 40px 20px;
    margin: 15px 30px;
}

/*** ------------- contact -------------***/
#contact{
	padding-top: 50px;
    padding-bottom: 50px;
}
#contact p{
    font-size: 14.5px;
    line-height: 25px;
    letter-spacing: .6px;
}
#contact .cont-box-1{
	text-align: center;
	padding-bottom: 30px;
}
#contact .cont-box-1 img {
    text-align: center;
    display: block;
    margin: 10px auto;
    width: 40px;
}
#contact .contact-inner input, .contact-inner textarea {
    background-color: #fff;
	border-color: #c9c7c730;
}
#contact .contact-input .contact-inner {
    width: 100%;
}
#contact .conta-1 {
    background-color: rgb(59 102 74 / 5%);
    padding: 30px 20px;
}
.section_2contact {
    padding: 0px 0px 50px 0;
}
.section_2contact p{
    font-size: 14.5px;
    line-height: 25px;
    letter-spacing: .6px;
}
.section_2contact iframe{
    margin-bottom: 20px;
}
.owl-carousel .owl-item .img-responsive {
    min-height: 245px;
}


/*** ------------- modal -------------***/
.modal-box-1 {
    text-align: center;
}
#exampleModal .modal-content1 h4 {
    font-size: 20px;
    color: #3b664a;
    line-height: 26px;
    margin-bottom: 10px;
	margin-top: 10px;
    letter-spacing: .7px;
}
.modal-a-i {
    margin-bottom: 2px;
}
#exampleModal .modal-content1 h5 {
    line-height: 28px;
    margin-bottom: 10px;
}
#exampleModal .modal-content1 .form-group {
    margin-bottom: 1rem;
    margin-top: 0em;
}
#exampleModal .modal-content1 .select-form-1 {
    padding: 10px 10px;
    box-shadow: none;
    height: 40px;
    border-radius: 4px;
    color: #6C757D;
    border: 1px solid #898b8a2e;
    width: 100%;
    outline: none;
    font-size: 14.2px;
    letter-spacing: .9px;
}
.modal-btn-sub {
    font-size: 14.2px;
    letter-spacing: .9px;
    padding: 8px 20px;
}
#exampleModal .modal-dialog {
    max-width: 80%;
    margin: 25px auto;
}
.modal {
    position: fixed;
    top: 12%;
}
#exampleModal .modal-content1 button.btn-close{
	z-index: 99999;
}
#exampleModal .modal-content1 button.btn-close {
    right: 0px;
    top: 0px;
	height: 28px;
	width: 28px;
	right: 0px;
	line-height: 32px;
	}
#exampleModal .modal-content1 button.btn-close i {
    font-size: 18px;
}
.py-5 {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
	h2 {
		font-size: 27px !important;
		line-height:40px !important;
	}
	.disp-m{
		display: block;
	}
	.section-text {
		font-size: 14.6px;
		line-height: 28px;
		letter-spacing: .7px;
	}
	.btn-theme {
		line-height: 18px !important;
		font-size: 12.8px !important;
	}
	.entity-content p {
		font-size: 14.2px;
		line-height: 24px;
	}
	p.subheading-label-guru-manish{
		font-size: 15.8px !important;
		line-height: 30px !important;
		letter-spacing: .7px !important;
		margin-bottom: 5px !important;
	}
	p {
		font-size: 15px !important;
		line-height: 30px !important;
		letter-spacing: .7px !important;
	}
	#ACHARYA_MANISH_JI {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	#ACHARYA_MANISH_JI .btn_index {
		padding: 7px 30px;
		margin-top: 10px;
		letter-spacing: 1px;
		font-weight: 500;
	}
	#ACHARYA_MANISH_JI h3 {
		font-weight: 500;
	}
	.about-right {
		margin-left: 0px;
	}
	.about-img::before {
		left: 10px;
		top: 10px;
	}
	h3.service-title {
		font-size: 17.5px;
		line-height: 28px;
		font-weight: 700;
		letter-spacing: .7px;
	}
	p.service-text {
		font-size: 14px;
		line-height: 24px;
	}
	.service-item {
		margin:0px 10px;
	}
	#doctor img.doctor-img {
		width: 475px;
		margin: 0px auto;
		text-align: center;
		display: block;
	}
	#service-index1 .section-head {
		margin-bottom: 3.5rem !important;
	}
	.reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.ishitestimonialsblock .bgimage .owl-nav {
		top: -90px;
	}
	section#ishitesimonial\ Reviews p.des-text {
		min-height: 145px;
		font-size: 14.4px !important;
		line-height: 27px !important;
		letter-spacing: .7px !important;
	}
	
	.about-text p {
		font-size: 14.5px;
		line-height: 24px;
		text-align: justify;
	}
	h4 {
		font-size: 20px !important;
	}
	.display-4 {
		font-size: 1.8rem;
	}
	#doctor .entity-image, .entity-number {
		margin-bottom: .5rem;
	}
	#doctor .btn-theme {
		line-height: 35px !important;
		font-size: 13.2px !important;
		text-align: center;
		display: block;
		height: 40px;
		letter-spacing: 1px;
		font-weight: 500;
	}
	#doctor .section-footer {
		margin-top: 1.5rem;
	}
	#doctor .section-head {
		margin-bottom: 1.7rem;
		margin-top: 1.7rem;
	}
	#service-index1{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	section#ishitesimonial\ Reviews .section-head {
		margin-bottom: 1rem;
	}
	.site-section .section-head, .section-subhead {
		margin-bottom: 1rem;
	}
	section#ishitesimonial\ Reviews .entity-hover-shadow {
		margin-top: 20px;
		margin-left: 0px;
	}
	.entity-header.side-image .entity-image {
		left: -1.1rem;
		top: -2rem;
	}
	#media .owl-carousel .owl-item img {
		display: block;
		width: auto;
		text-align:center;
		margin:0px auto;
	}
	.media-box-padd-1 {
		padding: 0px;
		display: block;
		border-right: none;
	}
	section#ishitesimonial\ Reviews .entity-author {
		font-size: 14.8px !important;
		letter-spacing: .7px;
		padding-top: 5px;
	}
	.shuddhi-media .owl-prev {
		position: absolute;
		top: -90%;
		right: 7%;
	}
	.shuddhi-media .owl-next {
		position: absolute;
		top: -90%;
		right: -4%;
	}
	section#ishitesimonial\ Reviews .user-rating {
		font-size: 15px;
	}
	h5 {
		font-size: 17px;
	}
	.about-experience span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		background: #3b664a;
	}
	.appointment-content {
		margin-left: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
		margin-top: 60px;
		margin-bottom: 60px;
		text-align: center;
	}
	.appointment-content {
		padding: 50px 20px;
	}
	.appointment-content h3 {
		font-size: 26px;
		line-height: 34px;
		letter-spacing: 1px;
		text-transform:uppercase;
		font-weight: 700;
	}
	.appointment-content p{
		font-size: 14.6px;
		line-height: 28px;
	}
	.appointment-content input {
		border: 1px solid #ececec;
		border-radius: 5px;
		height: 40px;
		font-size: 13.2px !important;
		letter-spacing: .7px !important;
	}
	.appointment-content select {
		height: 40px;
		font-size: 14px;
		letter-spacing: .7px;
		border: 1px solid #f8f8f8;
		border-radius: 5px;
		line-height: 15px;
	}
	.appointment-content textarea {
		min-height: 100px;
	}
	 section.blog {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#blog-index .section-head {
		margin-bottom: 3rem;
	}
	#blog-index .entity-hover-shadow {
		margin-bottom: 30px;
	}
	#blog-index .shuddhi-blog {
		padding: 0px 5px 10px 5px;
	}
	#blog-index .blog-heading-text {
		font-size: 17.4px;
		padding-top: 0px;
	}
	#blog-index .entity-block .entity-content.side-date .entity-date {
		margin: 0 0 .4rem;
		padding-bottom: .5rem;
	}
	#blog-index .blog-head-text {
		min-height: 55px;
	}
	#blog-index .blog-padd-1 {
		padding: 7px 15px;
	}
	#blog-index .entity-footer .py-3 {
		padding-top: .4rem !important;
		padding-bottom: .4rem !important;
	}
	.entity-round-icon {
		width: 100%;
		min-width: 13.5rem;
		max-width: 14.5rem;
		text-align: center;
	}
	.entity-round-icon:before {
		box-shadow: 0 0 0 .75rem rgb(255 255 255 / 90%);
	}
	.header-top {
		text-align: center;
		margin: 0 auto;
		padding: 15px 0;
	}
	.about-section {
		padding: 40px 0 65px 0;
	}
	section#media {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	#blog-index p{
		font-size: 14.5px;
		line-height: 24px;
		letter-spacing: .4px;
	}
	#exampleModal .modal-dialog {
		max-width: 520px !important;
		margin: 25px auto !important;
	}
	#exampleModal .modal-content1 button.btn-close {
		right: -25px;
		top: -25px;
	}
	.modal {
		position: fixed;
		top: 8%;
	}
	.modal-box-1{
		padding:0px 10px 25px 10px;
	}
	#exampleModal .modal-content1 h4 {
		font-size: 21px;
		color: #3b664a;
		line-height: 28px;
		margin-bottom: 10px;
		letter-spacing: .7px;
	}
	.modal-a-i {
		font-size: 22px;
		letter-spacing: 1px;
	}
	#exampleModal .modal-content1 h5 {
		font-size: 21px;
	}
	#prod-1 .entity-hover-shadow {
		width: 80%;
		text-align: center;
		margin: 0px auto;
	}
	.service-item {
		width: 100%;
		text-align: center;
		margin: 0px auto 30px auto;;
	}
	section#ishitesimonial\ Reviews .entity-hover-shadow {
		margin-top: 20px;
		margin-left: 0px;
		width: 95%;
		text-align: center;
		margin: 0px auto;
	}
	.entity-header.side-image .entity-image {
		left: -1.5rem;
		top: -1.65rem;
	}
	#media .owl-carousel .owl-item img {
		display: block;
		width: auto;
		text-align: center;
		margin: 0px auto;
	}
	.media-testi {
		margin: 0px auto;
		width: 80%;
	}
	#blog-detail-1 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#prod-1 .entity-block .entity-content {
		padding: .7rem 1rem .7rem;
	}
	#prod-1 .entity-content p{
		padding-bottom: 2px;
	}
	#prod-1 .entity-bottom-line{
		margin-top: 1px;
	}
	#service-index1 .service-content {
		padding: 20px 0px;
	}
	#doctor .entity{
		padding-top: 20px;
	}
	p.section-text.doctor-section-text {
		padding-bottom: 5px;
	}
	#top-footer .entity {
		box-shadow: 1px 3px 24px rgb(0 0 0 / 20%);
		margin:5px 10px;
		padding: 20px 15px;
		min-height: 190px;
	}
	#top-footer h4.entity-title {
		font-size: 20.6px !important;
		font-weight: 600 !important;
		letter-spacing: 1px;
		padding-bottom: 2px;
		border-bottom: 2px solid;
		margin-bottom: 8px !important;
	}
	#top-footer .entity-round-icon {
		min-width: 19.5rem;
		max-width: 19.5rem;
	}
	#top-footer .entity-round-icon:before {
		box-shadow: 0 0 0 0.5rem rgb(255 255 255 / 90%);
	}
	/*** ------------- about-page -------------***/
	.page-header .container {
		position: relative;
		z-index: 10;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.page-header .container h2 {
		margin: 0;
		color: #3b664a;
		font-weight: 700;
		font-size: 24px !important;
		line-height: 34px !important;
		text-transform: uppercase;
	}
	.about-img::before {
		left: 10px;
		top: 10px;
	}
	.about-img::before {
		content: "";
		position: absolute;
		left: 25px;
		top: 25px;
		width: 80%;
		height: 100%;
		background: #3b664a;
		border-radius: 5px;
		z-index: -1;
	}
	.about-text p {
		font-size: 15px !important;
		line-height: 30px !important;
	}
	.about-us-values__nav-item:after{
		display: none;
	}
	.abou-img {
		padding-bottom: 25px;
	}
	.abou-1 {
			padding: 55px 0px 0px 0 !important;
	}
	.section_2a {
		padding: 55px 0 60px 0;
	}
	.guru-manish-1 {
		padding: 55Px 0px 55Px 0px !important;
	}
	.about-page__trusted_1 {
		bottom: 10px;
		right: 0px;
		width: 200px;
		padding: 15px 10px 15px;
	}
	.about-page__trusted h3 {
		font-size: 15px !important;
		letter-spacing: .7px;
		line-height: 24px;
		font-weight: 600;
	}
	.about-page__trusted {
		bottom: 35px;
		width: 200px;
		padding: 15px 10px 15px;
		left: 0px;
	}
	.about-page__trusted_1 h3 {
		font-size: 15.6px !important;
		letter-spacing: .7px;
		line-height: 26px;
		font-weight: 600;
		text-transform: capitalize;
	}
	p.sanskrit {
		font-size: 17px;
		line-height: 27px;
		padding: 0px !important;
	}
	#about .section-head {
		margin-bottom: 20px;
	}

	.py-5 {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}
	.bg-light.rounded.p-3 {
		padding: 0px !important;
	}
	.abo-1{
		padding: 0px !important;
	}
	.btn-about {
		width: 48%;
		height: 40px;
		line-height: 40px;
		margin: 0px auto 10px auto;
		padding: 0px !important;
		font-size: 13.2px;
		letter-spacing: 1px;
		font-weight: 500;
	}
	.aboutid-1{
		margin-bottom:30px ;
	}

	.thm-breadcrumb {
		padding: 4px 12px;
	}
	.thm-breadcrumb li:not(:last-of-type) {
		margin-right: 8px;
	}
	.thm-breadcrumb li {
		font-size: 13.6px;
		letter-spacing: .7px;
		font-weight: 600;
	}
	
	
	
	/*** ------------- service page -------------***/
	#Services .section_2 {
		padding: 55px 0px 55px 0;
	}
	#Services .section_2a {
		padding: 25px 0 55px 0;
	}
	section#Services .section-left{
		margin-top: 25px;
	}
	section#Services .btn-theme{
		line-height: 40px !important;
		height: 40px;
		font-size: 13.2px !important;
		letter-spacing: 1px;
		font-weight: 500;
	}
	.section-footer .btn:last-child:first-child {
		min-width: 14rem;
	}
	#Services .section-left .section-head, .section-left .section-footer {
		margin-left: 0;
		text-align: center;
	}
	#Services .section_2a .btn-theme{
		margin-bottom: 25px;
	}
	#Services section.colour-green.section-solid .entity{
		margin-bottom: 30px;
	}
	#Services .Therapies_box ul li {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: .5px;
		font-weight: 500;
	}
	.Therapies_box ul li i {
		font-size: 16.5px;
		padding-top: 6px;
	}
	.colour-green {
		background: #f5f7f6;
		padding-top: 90px;
		padding-bottom: 60px;
	}
	#Services section.colour-green.section-solid .section-footer .section-title {
		margin-bottom: 0.65rem;
	}
	#Services section.colour-green.section-solid .section-footer {
		margin-top: 0px;
	}
	.Therapies_box {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	/*** ------------- shop page -------------***/
	.shop .owl-prev {
		display: none;
	}
	.shop .owl-next{
		display: none;
	}
	#shop-1a {
		padding-bottom: 0px;
		padding-top: 10px;
	}
	#shop-2a .section-head {
		margin-bottom: 1.3rem;
		padding: 0px;
	}
	#shop-3a .section-head {
		margin-bottom: 1.3rem;
		padding: 0px;
	}
	.section-solid-shop {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.Shop-banner-padd {
		padding: 0px;
	}
	#Shop-banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#Shop-banner1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.entity-content .entity-price ins {
		font-size: 17.6px !important;
		letter-spacing: 1px !important;
	}
	.entity-content .entity-price del {
		font-size: 14.8px !important;
		letter-spacing: 1px !important;
	}
	.entity-content .btn-sm {
		padding: 8px 10px !important;
		font-size: 11.4px !important;
		font-weight: 500;
		letter-spacing: 1px;
	}
	#shop-1a .section-left .section-head {
		margin-left: 0;
		text-align: center;
	}
	#shop-2a .section-left .section-head {
		margin-left: 0;
		text-align: center;
	}
	#shop-3a .section-left .section-head {
		margin-left: 0;
		text-align: center;
	}
	#shop-1a a.entity-title.heading-text {
		padding-bottom: 8px;
		font-size: 17px;
		line-height: 24px;
	}
	#shop-1a .entity-block .entity-content {
		padding: .4rem .5rem 1rem;
	}
	#shop-1a .entity-title {
		margin-bottom: 0.35rem;
	}
	#shop-1a .entity-content p {
		padding-bottom: 0px;
		margin-bottom: 2px !important;
	}
	#shop-1a .des-text-1 {
		min-height: 75px;
	}
	#shop-2a a.entity-title.heading-text {
		padding-bottom: 8px;
	}
	#shop-2a .entity-block .entity-content {
		padding: .4rem .5rem 1rem;
	}
	#shop-2a .entity-title {
		margin-bottom: 0.35rem;
	}
	#shop-2a .entity-content p {
		padding-bottom: 0px;
		margin-bottom: 2px !important;
	}
	#shop-2a .des-text-1 {
		min-height: 75px;
	}
	#shop-3a a.entity-title.heading-text {
		padding-bottom: 8px;
	}
	#shop-3a .entity-block .entity-content {
		padding: .4rem .5rem 1rem;
	}
	#shop-3a .entity-title {
		margin-bottom: 0.35rem;
	}
	#shop-3a .entity-content p {
		padding-bottom: 0px;
		margin-bottom: 2px !important;
	}
	#shop-3a .des-text-1 {
		min-height: 75px;
	}
	.detail-gallery button.slick-prev.slick-arrow{
		display: none !important;
	}
	.detail-gallery button.slick-next.slick-arrow{
		display: none !important;
	}
	.products-all-pro a.entity-title {
		font-size: 16px;
		letter-spacing: .7px;
		line-height: 23px;
		min-height: 75px;
	}
	.products-all-pro  .entity-content .entity-price del {
		font-size: 13.4px;
		letter-spacing: .2px;
	}
	.products-all-pro .entity-content .entity-price ins {
		font-size: 15.2px;
		letter-spacing: .3px;
		padding-left: 5px;
	}
	.products-all-pro .entity-content .btn-sm {
		padding: 8px 8px !important;
		font-size: 11px !important;
		width: 100%;
		margin-top: 7px;
		letter-spacing: .7px;
	}
	.products-all-pro .shop-all2 .price {
		display: flex;
	}
	.products-all-pro .shop-all2 {
		padding: 8px;
	}
	.products-all-pro .shop-all2 .entity-block .entity-content {
		padding: 1rem .5rem 1.5rem;
	}
	/*** ------------- shop detail -------------***/
	.detail-info {
		margin-left: 0px;
		padding-top: 20px;
	}
	.detail-info .product-price .current-price {
		font-size: 24px;
	}
	.detail-info .product-price .old-price {
		margin-left: 7px !important;
		font-size: 16px;
	}
	.detail-info .product-price .save-price {
		margin-left: 15px !important;
		font-size: 15.6px;
		font-weight: 600;
		margin-bottom: 3px;
	}
	.detail-info .product-price .save-price {
		height: 55px;
		width: 55px;
		padding: 14px;
	}
	.single-product-rating {
		font-size: 15.8px;
	}
	.text-muted {
		margin-left:0px !important;
	}
	.single-product form.cart input[type=number] {
		width: 3.5em;
		height: 40px;
	}
	button.single_add_to_cart_button.button.button-add-to-cart {
		line-height: normal;
		font-weight: 500;
		font-size: 13.6px;
		letter-spacing: 1px;
		height: 40px;
	}
	.product-extra-link2 a {
		height: 40px;
		line-height: 40px;
	}
	.text-deta span {
		font-size: 14.2px;
		font-weight: 500;
		letter-spacing: .6px;
	}
	.product-detail.accordion-detail .short-desc li {
		font-size: 14.6px;
		letter-spacing: .7px;
		padding-bottom: 7px;
	}
	.product-detail-rating{
		text-align: center;
	}
	.product-detail.accordion-detail .woocommerce-tabs ul li.active a {
		font-size: 15.6px;
		font-weight: 500;
		letter-spacing: 1.2px;
	}
	.product-detail.accordion-detail li#tab-title-reviews {
		font-size: 15.6px;
		font-weight: 500;
		letter-spacing: 1.2px;
	}
	div#respond input[type=checkbox], input[type=radio] {
		width: 22px;
		height: 22px;
		border-radius: 5px;
	}
	.single-product .entry .entry-content h1 {
		font-size: 19.4px !important;
		padding-bottom: 0px;
		line-height: 28px !important;
		letter-spacing: .7px;
		text-transform: capitalize;
	}
	.product-info .woocommerce-Reviews-title {
		font-size: 19px !important;
		letter-spacing: .8px;
		line-height: 27px;
		text-transform: capitalize;
	}
	.detail-extralink .detail-qty {
		margin: 0 0px 25px 0;
		background: #fff;
		border: 1px solid #3b664a !important;
		font-size: 18px;
		font-weight: 700;
		color: #3b664a;
		border-radius: 5px;
		padding: 6px 20px 6px 20px;
		max-width: 90px;
	}
	
	.tab-style3 .nav-tabs li.nav-item a {
		padding: 12px 20px !important;
		font-weight: 500;
		font-size: 15px;
		letter-spacing: .7px;
		width: 100%;
	}
	.tab-style3 .nav {
		display: block;
	}
	.product-info {
		border: 1px solid #ececec;
		border-radius: 15px;
		padding: 15px 15px;
	}
	.font-lg {
		font-size: 14.5px;
		letter-spacing: .6px;
		line-height: 24px;
	}
	.attr-detail.attr-size{
		margin-bottom: 25px !important;
	}
	.tab-content.shop_info_tab.entry-main-content p {
		font-size: 14.5px;
		letter-spacing: .6px;
		line-height: 24px;
	}
	.tab-content.shop_info_tab.entry-main-content h4 {
		font-size: 18px;
	}
	.vendor-name{
		display: flex;
		margin-left: 0px !important;
		align-items: center;
	}
	.vendor-name h6{
		font-size: 18px;
		letter-spacing: .7px;
		padding-right: 10px;
	}
	.tab-style3 button.submit, button[type='submit'] {
		font-size: 14px;
		font-weight: 500;
		padding: 8px 20px;
		color: #ffffff;
		border: none;
		background-color: #3b664a;
		border: 1px solid #29A56C;
		border-radius: 5px;
		letter-spacing: .7px;
	}
	.tab-style3 .form-group {
		margin-bottom: .5rem;
		margin-top: .5em;
	}
	.offers-img {
		margin-right: 5px;
	}
	.offers_li_text li {
		display: block;
		font-size: 12.5x;
		letter-spacing: .6px;
		line-height: 22px;
	}
	#products-related{
		padding: 0px;
	}
	.related-products a.entity-title {
		font-size: 16.8px;
		line-height: 24px;
		letter-spacing: .7px;
		min-height: 70px;
	}
	.related-products .entity-content .btn-sm {
		padding: 8px 11px !important;
		font-size: 12px !important;
	}
	/*** ------------- event-page -------------***/
	#event-1a .px-4 {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}
	#event-1a .section-left .section-head, .section-left .section-footer {
		padding: 0px;
	}
	#event-1a .block_content{
		padding: 0px;
	}
	#event-1a h5{
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.event-leading-none {
		font-size: 14.5px;
	}
	.event-leading-none span {
		font-size: 13px;
	}
	.event-leading-none1 span {
		font-size: 15.2px;
	}
	#event-3a select{
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 15px;
		color: #666666;
		letter-spacing: .9px;
		padding: 10px;
		height: 45px;
	}
	.event-btn-2 {
		letter-spacing: .9px;
		border-radius: 3px;
		height: 45px;
		width: 60%;
	}
	#event-2a .slide-event-p-1{
		font-size: 14.2px;
		line-height: 23px;
		letter-spacing: .6px;
	}
	#event-2a .event-leading-none-2 {
		font-size: 14.5px;
		letter-spacing: 1px;
	}
	#event-2a .event-leading-none-2 span {
		font-size: 13px;
	}
	#event-2a .event-leading-none1-2 {
		font-size: 15.6px;
	}
	section#event-2a{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.border-event1 {
		padding: 10px 10px;
		margin-bottom: 30px;
	}
	
	
	/*** ------------- blog-page -------------***/
	.blog-page-s{
		padding-top: 55px;
		padding-bottom: 0px;
	}
	.blog-page-s .entity-block .entity-content.side-date .entity-date {
		width: 3.5rem;
		margin: 0 0 .6rem;
	}
	.blog-page-s .shuddhi-blog {
		padding: 0px 0px 10px 0px;
	}
	.blog-page-s .blog-heading-text {
		font-size: 17.6px;
		line-height: 27px;
		padding-top: 0px;
		letter-spacing: .7px;
	}
	.blog-page-s .blogs-all{
		padding: 10px !important;
	}
	.shuddhi-blog p {
		font-size: 15px !important;
		line-height: 28px !important;
		letter-spacing: .7px !important;
	}
	.blog-page-s h4.entity-title.blog-head-text{
		line-height: 25px;
	}
	.blog-page-s .blog-head-text {
		min-height: 52px;
	}
	.blog-page-s .entity-footer .py-3 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	.blog-page-s .entity-footer .entity-categories-blog a {
		font-size: 13.8px;
		line-height: 23px;
	}
	.blog-page-s .entity-footer span.entity-info-item-title{
		font-weight: 700;
		color: #b3b3b3;
		font-size: 14.5px;
	}
	.blog-page-s .entity-footer span.entity-info-item-value{
		font-weight: 700;
		color: #5c5c5c;
		font-size: 15.8px;
		padding-right: 2px;
	}
	.blog-page-s .entity-hover-shadow {
		margin: 20px auto;
		width: 100%;
	}
	.shuddhi-blog p {
		padding:0px 15px;
		letter-spacing: .8px;
	}
	
	/*** ------------- blog-detail -------------***/
	#blog-detail-1 {
		padding: 55px 20px !important;
	}
	#blog-detail-1 .entity .entity-image {
		border-radius: 0rem;
		margin-bottom: 15px;
	}
	#blog-detail-1 .entity-info-list .entity-date {
		font-size: 18px;
		color: #333;
		font-weight: 600;
		letter-spacing: .5px;
	}
	#blog-detail-1 .entity-categories a {
		font-size: 14.6px;
		color: #3b664a;
		font-weight: 600;
		letter-spacing: .7px;
		text-transform: uppercase;
	}
	#blog-detail-1 .entity-body p{
		font-size: 15px !important;
		line-height: 30px !important;
		letter-spacing: .7px !important;
	}
	#blog-detail-1 ul li {
		padding-bottom: 5px;
	}
	div#blog-det-1 .recent_pos {
		border-bottom: 1px dashed #918d8d;
		padding-bottom: 0px !important;
		margin-bottom: 15px;
	}
	
	img.career_image_home1 {
		text-align: center;
        margin: 30px auto 0px auto;
        display: block;
	}
	#blog-detail-1 span.entity-info-item-title{
		font-weight: 700;
		color: #b3b3b3;
		font-size: 14px;
	}
	#blog-detail-1 span.entity-info-item-value{
		font-weight: 700;
		color: #5c5c5c;
		font-size: 15.2px;
		padding-right: 2px;
	}
	#blog-detail-1 h3 {
		font-size: 19.5px;
		color: #3b664a;
		line-height: 26px;
		text-decoration: underline;
		letter-spacing: .7px;
	}
	#blog-detail-1 h4 {
		font-size: 17.6px;
		color: #686c6a;
		letter-spacing: .7px;
		margin-bottom: .5rem;
		margin-top: .5em;
	}
	#blog-detail-1 .blog-det-li li {
		list-style: disc;
		font-size: 14.2px;
		letter-spacing: .5px;
		padding-bottom: 7px;
	}
	#blog-detail-1 .quote-block:before {
		font-size: 5.6rem;
		margin-top: 0.1em;
	}
	#blog-detail-1 .quote-block {
		padding: 1rem 1rem;
		border-radius: 0.5rem;
		background-color: #f5f6f9;
		color: #333;
		position: relative;
		font-size: 14.2px;
		line-height: 22px;
		letter-spacing: .6px;
	}
	#blog-detail-1 .section-block {
		margin-top: 2rem;
	}
	#blog-detail-1 .section-block .grid > .col, .grid > [class*="col-"] {
		margin-top: 0rem;
	}
	#blog-detail-1 .section-block .form-group {
		margin-bottom: .5rem;
		margin-top: .5em;
	}
	#blog-detail-1 .section-block button.btn-wide.mb-0.btn.btn-theme{
		margin-bottom: .5rem;
		margin-top: .5em;
	}
	#blog-detail-1 .section-sidebar .section-head-blog {
		margin-bottom: 4rem;
		margin-top: 2rem;
	}
	#blog-det-1 .entity .entity-image, .entity .entity-preview {
		border-radius: 0rem;
	}
	#blog-det-1 .col{
		margin-top: 0.1rem;
		margin-bottom: 1.5rem;
	}
	#blog-det-1 .col h4{
		line-height: 22px;
	}
	#blog-det-1 .col a{
		font-size: 13.8px;
		letter-spacing: .6px;
	}
	div#blog-det-1 .entity-date {
		font-size: 14.8px !important;
		font-weight: 500 !important;
	}
	#blog-det-1 .col.entity-date {
		font-size: 13.8px;
		letter-spacing: .6px;
	}
	#blog-det-1 .section-sidebar + .section-sidebar {
		margin-top: .75rem;
	}
	#blog-det-1{
		margin-bottom: 0px;
	}
	
	
	/*** ------------- career -------------***/
	#career{
		padding-top: 50px;
		padding-bottom: 0px;
	}
	#career p{
		font-size: 14.5px;
		line-height: 24px;
		letter-spacing: .6px;
	}
	#career img.about_image_home1{
		margin-top: 30px;
	}
	#career1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#career1 .career-box-s{
		text-align: center;
		margin-bottom: 20px;
	}
	#career1 .career-box-s .career1-img {
		width: 100px;
	}
	#career1 .career-box-s h4{
		padding-top: 15px;
	}
	#career1 .career-box-s p{
		font-size: 14.2px;
		line-height: 24px;
		letter-spacing: .6px;
	}
	#career1 .section-head {
		margin-bottom: 2rem;
	}
	#career2 .career_image_logo{
		width: 110px;
	}
	#career2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#career3 .box-d {
		padding:30px 15px;
		margin: 25px;
		text-align: center;
		font-size: 15.6px;
		letter-spacing: .6px;
	}
	#career3 .career-text-gr {
		text-transform: uppercase;
		color: #3b664a;
		font-weight: 600;
		font-size: 13.6px;
	}
	.career-btn {
		margin: 5px auto;
		display: block;
		text-align: center;
		width: 100%;
		font-size: 13.2px;
		letter-spacing: 1px;
		padding: 7px;
	}
	.career-box {
		padding: 20px 10px;
	}
	.career-box h5{
		font-size: 15.6px;
	}
	
	/*** ------------- contact -------------***/
	#contact{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#contact p{
		font-size: 14.5px;
		line-height: 25px;
		letter-spacing: .6px;
	}
	#contact .cont-box-1{
		text-align: center;
		padding-bottom: 30px;
	}
	#contact .cont-box-1 img {
		text-align: center;
		display: block;
		margin: 10px auto;
		width: 40px;
	}
	#contact .contact-inner input, .contact-inner textarea {
		background-color: #fff;
		border-color: #c9c7c730;
	}
	#contact .contact-input .contact-inner {
		width: 100%;
	}
	#contact .conta-1 {
		background-color: rgb(59 102 74 / 5%);
		padding: 30px 20px;
	}
	.section_2contact {
		padding: 0px 0px 50px 0;
	}
	.section_2contact p{
		font-size: 14.5px;
		line-height: 25px;
		letter-spacing: .6px;
	}
	.section_2contact iframe{
		margin-bottom: 20px;
	}
	.owl-carousel .owl-item .img-responsive {
		min-height: 245px;
	}
	
	
	/*** ------------- modal -------------***/
	.modal-box-1 {
		text-align: center;
	}
	#exampleModal .modal-content1 h4 {
		font-size: 20px;
		color: #3b664a;
		line-height: 26px;
		margin-bottom: 10px;
		margin-top: 10px;
		letter-spacing: .7px;
	}
	.modal-a-i {
		margin-bottom: 2px;
	}
	#exampleModal .modal-content1 h5 {
		line-height: 28px;
		margin-bottom: 10px;
	}
	#exampleModal .modal-content1 .form-group {
		margin-bottom: 1rem;
		margin-top: 0em;
	}
	#exampleModal .modal-content1 .select-form-1 {
		padding: 10px 10px;
		box-shadow: none;
		height: 40px;
		border-radius: 4px;
		color: #6C757D;
		border: 1px solid #898b8a2e;
		width: 100%;
		outline: none;
		font-size: 14.2px;
		letter-spacing: .9px;
	}
	.modal-btn-sub {
		font-size: 14.2px;
		letter-spacing: .9px;
		padding: 8px 20px;
	}
	#exampleModal .modal-dialog {
		max-width: 80%;
		margin: 25px auto;
	}
	.modal {
		position: fixed;
		top: 12%;
	}
	#exampleModal .modal-content1 button.btn-close{
		z-index: 99999;
	}
	#exampleModal .modal-content1 button.btn-close {
		right: 0px;
		top: 0px;
		height: 28px;
		width: 28px;
		right: 0px;
		line-height: 32px;
		}
	#exampleModal .modal-content1 button.btn-close i {
		font-size: 18px;
	}
	.py-5 {
		padding-left: 15px;
		padding-right: 15px;
	}
}



@media screen and (min-device-width: 992px) and (max-device-width: 1198px) { 
	h2 {
		font-size: 34px !important;
		line-height:49px !important;
	}
	.disp-m{
		display: block;
	}
	.section-text {
		font-size: 14.6px;
		line-height: 28px;
		letter-spacing: .7px;
	}
	.btn-theme {
		line-height: 18px !important;
		font-size: 12.8px !important;
	}
	.entity-content p {
		font-size: 14.2px;
		line-height: 24px;
	}
	p.subheading-label-guru-manish{
		font-size: 15.8px !important;
		line-height: 30px !important;
		letter-spacing: .7px !important;
		margin-bottom: 5px !important;
	}
	p {
		font-size: 14.6px !important;
		line-height: 28px !important;
		letter-spacing: .8px !important;
	}
	#ACHARYA_MANISH_JI {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	#ACHARYA_MANISH_JI .btn_index {
		padding: 7px 30px;
		margin-top: 10px;
		letter-spacing: 1px;
		font-weight: 500;
	}
	#ACHARYA_MANISH_JI h3 {
		font-weight: 500;
	}
	.about-right {
		margin-left: 0px;
	}
	.about-img::before {
		left: 10px;
		top: 10px;
	}
	h3.service-title {
		font-size: 16.4px;
		line-height: 28px;
		font-weight: 700;
		letter-spacing: .7px;
	}
	p.service-text {
		font-size: 14px;
		line-height: 24px;
	}
	.service-item {
		margin:0px 10px;
	}
	#service-index1 .section-head {
		margin-bottom: 3.5rem !important;
	}
	.ishitestimonialsblock .bgimage .owl-nav {
		top: -90px;
	}
	section#ishitesimonial\ Reviews p.des-text {
		min-height: 145px;
		font-size: 14.4px !important;
		line-height: 27px !important;
		letter-spacing: .7px !important;
	}
	#doctor .entity p{
		display: none;
	}
	.about-text p {
		font-size: 14.5px;
		line-height: 24px;
		text-align: justify;
	}
	h4 {
		font-size: 20px !important;
	}
	.display-4 {
		font-size: 1.8rem;
	}
	#doctor .entity-image, .entity-number {
		margin-bottom: .5rem;
	}
	#doctor .btn-theme {
		line-height: 16px !important;
		font-size: 13.6px !important;
		text-align: center;
		display: block;
		height: 42px;
		letter-spacing: 1px;
		font-weight: 500;
	}
	#doctor .section-footer {
		margin-top: 1.5rem;
	}
	#doctor .section-head {
		margin-bottom: 1.7rem;
		margin-top: 1.7rem;
	}
	#service-index1{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	section#ishitesimonial\ Reviews .section-head {
		margin-bottom: 1rem;
	}
	.site-section .section-head, .section-subhead {
		margin-bottom: 1rem;
	}
	section#ishitesimonial\ Reviews .entity-hover-shadow {
		margin-top: 20px;
		margin-left: 0px;
	}
	.entity-header.side-image .entity-image {
		left: -1.1rem;
		top: -2rem;
	}
	#media .owl-carousel .owl-item img {
		display: block;
		width: auto;
		text-align:center;
		margin:0px auto;
	}
	.media-box-padd-1 {
		padding: 0px;
		display: block;
		border-right: none;
	}
	section#ishitesimonial\ Reviews .entity-author {
		font-size: 14.8px !important;
		letter-spacing: .7px;
		padding-top: 5px;
	}
	.shuddhi-media .owl-prev {
		position: absolute;
		top: -135%;
		right: 8%;
	}
	.shuddhi-media .owl-next {
		position: absolute;
		top: -135%;
		right: 0%;
	}
	section#ishitesimonial\ Reviews .user-rating {
		font-size: 15px;
	}
	h5 {
		font-size: 17px;
	}
	.about-experience span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		background: #3b664a;
	}
	.appointment-content {
		margin-left: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
		margin-top: 60px;
		margin-bottom: 60px;
		text-align: center;
	}
	.appointment-content {
		padding: 50px 20px;
	}
	.appointment-content h3 {
		font-size: 26px;
		line-height: 34px;
		letter-spacing: 1px;
		text-transform:uppercase;
		font-weight: 700;
	}
	.appointment-content p{
		font-size: 14.6px;
		line-height: 28px;
	}
	.appointment-content input {
		border: 1px solid #ececec;
		border-radius: 5px;
		height: 40px;
		font-size: 13.2px !important;
		letter-spacing: .7px !important;
	}
	.appointment-content select {
		height: 40px;
		font-size: 14px;
		letter-spacing: .7px;
		border: 1px solid #f8f8f8;
		border-radius: 5px;
		line-height: 15px;
	}
	.appointment-content textarea {
		min-height: 100px;
	}
	 section.blog {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#blog-index .section-head {
		margin-bottom: 3rem;
	}
	#blog-index .entity-hover-shadow {
		margin-bottom: 30px;
	}
	#blog-index .shuddhi-blog {
		padding: 0px 5px 10px 5px;
	}
	#blog-index .blog-heading-text {
		font-size: 17.4px;
		padding-top: 0px;
	}
	#blog-index .entity-block .entity-content.side-date .entity-date {
		margin: 0 0 .4rem;
		padding-bottom: .5rem;
	}
	#blog-index .blog-head-text {
		min-height: 55px;
	}
	#blog-index .blog-padd-1 {
		padding: 7px 15px;
	}
	#blog-index .entity-footer .py-3 {
		padding-top: .4rem !important;
		padding-bottom: .4rem !important;
	}
	.entity-round-icon {
		width: 100%;
		min-width: 13.5rem;
		max-width: 14.5rem;
		text-align: center;
	}
	.entity-round-icon:before {
		box-shadow: 0 0 0 .75rem rgb(255 255 255 / 90%);
	}
	.header-top {
		text-align: center;
		margin: 0 auto;
		padding: 15px 0;
	}
	.about-section {
		padding: 60px 0 0px 0;
	}
	section#media {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	#blog-index p{
		font-size: 14.5px;
		line-height: 24px;
		letter-spacing: .4px;
	}
	#exampleModal .modal-dialog {
		max-width: 520px !important;
		margin: 25px auto !important;
	}
	#exampleModal .modal-content1 button.btn-close {
		right: -25px;
		top: -25px;
	}
	.modal {
		position: fixed;
		top: 8%;
	}
	.modal-box-1{
		padding:0px 10px 25px 10px;
	}
	#exampleModal .modal-content1 h4 {
		font-size: 21px;
		color: #3b664a;
		line-height: 28px;
		margin-bottom: 10px;
		letter-spacing: .7px;
	}
	.modal-a-i {
		font-size: 22px;
		letter-spacing: 1px;
	}
	#exampleModal .modal-content1 h5 {
		font-size: 21px;
	}
	#prod-1 .entity-hover-shadow {
		width: 80%;
		text-align: center;
		margin: 0px auto;
	}
	.service-item {
		width: 100%;
		text-align: center;
		margin: 0px auto 30px auto;;
	}
	section#ishitesimonial\ Reviews .entity-hover-shadow {
		margin-top: 20px;
		margin-left: 0px;
		width: 95%;
		text-align: center;
		margin: 0px auto;
	}
	.entity-header.side-image .entity-image {
		left: -1.5rem;
		top: -1.6rem;
	}
	#media .owl-carousel .owl-item img {
		display: block;
		width: auto;
		text-align: center;
		margin: 0px auto;
	}
	.media-testi {
		margin: 0px auto;
		width: 80%;
	}
	#blog-detail-1 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#prod-1 .entity-block .entity-content {
		padding: .7rem 1rem .7rem;
	}
	#prod-1 .entity-content p{
		padding-bottom: 2px;
	}
	#prod-1 .entity-bottom-line{
		margin-top: 1px;
	}
	#service-index1 .service-content {
		padding: 20px 0px;
	}
	#doctor .entity{
		padding-top: 20px;
	}
	p.section-text.doctor-section-text {
		padding-bottom: 5px;
	}
	#top-footer h4.entity-title {
		font-size: 28px !important;
		font-weight: 700 !important;
		letter-spacing: 1px;
		padding-bottom: 2px;
		border-bottom: 2px solid;
		margin-bottom: 8px !important;
	}
	#top-footer .entity-round-icon {
		min-width: 19.5rem;
		max-width: 19.5rem;
	}
	#top-footer .entity-round-icon:before {
		box-shadow: 0 0 0 0.5rem rgb(255 255 255 / 90%);
	}
	/*** ------------- about-page -------------***/
	.page-header .container {
		position: relative;
		z-index: 10;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.page-header .container h2 {
		margin: 0;
		color: #3b664a;
		font-weight: 700;
		font-size: 28px !important;
		line-height: 38px !important;
		text-transform: uppercase;
	}
	.about-img::before {
		left: 10px;
		top: 10px;
	}
	.about-img::before {
		content: "";
		position: absolute;
		left: 25px;
		top: 25px;
		width: 80%;
		height: 100%;
		background: #3b664a;
		border-radius: 5px;
		z-index: -1;
	}
	.about-text p {
		font-size: 15px !important;
		line-height: 30px !important;
	}
	.about-us-values__nav-item:after{
		display: none;
	}
	.abou-img {
		padding-bottom: 25px;
	}
	.abou-1 {
			padding: 55px 0px 30px 0 !important;
	}
	.section_2a {
		padding: 55px 0 60px 0;
	}
	.guru-manish-1 {
		padding: 55Px 0px 55Px 0px !important;
	}
	.about-page__trusted_1 {
		bottom: 10px;
		right: 0px;
		width: 200px;
		padding: 15px 10px 15px;
	}
	.about-page__trusted h3 {
		font-size: 15px !important;
		letter-spacing: .7px;
		line-height: 24px;
		font-weight: 600;
	}
	.about-page__trusted {
		bottom: 35px;
		width: 200px;
		padding: 15px 10px 15px;
		left: 0px;
	}
	.about-page__trusted_1 h3 {
		font-size: 15.6px !important;
		letter-spacing: .7px;
		line-height: 26px;
		font-weight: 600;
		text-transform: capitalize;
	}
	p.sanskrit {
		font-size: 17px;
		line-height: 27px;
		padding: 0px !important;
	}
	#about .section-head {
		margin-bottom: 20px;
	}

	.py-5 {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}
	.bg-light.rounded.p-3 {
		padding: 0px !important;
	}
	.abo-1{
		padding: 0px !important;
	}
	.btn-about {
		width: 48%;
		height: 40px;
		line-height: 40px;
		margin: 0px auto 10px auto;
		padding: 0px !important;
		font-size: 13.2px;
		letter-spacing: 1px;
		font-weight: 500;
	}
	.aboutid-1{
		margin-bottom:30px ;
	}

	.thm-breadcrumb {
		padding: 4px 12px;
	}
	.thm-breadcrumb li:not(:last-of-type) {
		margin-right: 8px;
	}
	.thm-breadcrumb li {
		font-size: 13.6px;
		letter-spacing: .7px;
		font-weight: 600;
	}
	
	/*** ------------- service page -------------***/
	#Services .section_2 {
		padding: 55px 0px 55px 0;
	}
	#Services .section_2a {
		padding: 25px 0 55px 0;
	}
	section#Services .section-left{
		margin-top: 25px;
	}
	section#Services .btn-theme{
		line-height: 20px !important;
		height: 42px;
		font-size: 13.2px !important;
		letter-spacing: 1px;
		font-weight: 500;
	}
	.section-footer .btn:last-child:first-child {
		min-width: 14rem;
	}
	#Services .section-footer {
		margin-top:0px;
	}
	#Services .section-head {
		margin-bottom: 10px;
	}
	#Services .section_2a .btn-theme{
		margin-bottom: 25px;
	}
	#Services section.colour-green.section-solid .entity{
		margin-bottom: 30px;
	}
	#Services .Therapies_box ul li {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: .5px;
		font-weight: 500;
	}
	.Therapies_box ul li i {
		font-size: 16.5px;
		padding-top: 6px;
	}
	.colour-green {
		background: #f5f7f6;
		padding-top: 90px;
		padding-bottom: 60px;
	}
	#Services section.colour-green.section-solid .section-footer .section-title {
		margin-bottom: 0.65rem;
	}
	#Services section.colour-green.section-solid .section-footer {
		margin-top: 0px;
	}
	.Therapies_box {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	/*** ------------- shop page -------------***/
	.owl-nav .owl-prev, .owl-nav .owl-next {
		width: 4rem;
		height: 2.3rem;
	}
	.shop .owl-prev {
		top: -20%;
		right: 7.5%;
	}
	#shop-1a {
		padding-bottom: 0px;
		padding-top: 10px;
	}
	#shop-2a .section-head {
		margin-bottom: 1.3rem;
		padding: 0px;
	}
	#shop-3a .section-head {
		margin-bottom: 1.3rem;
		padding: 0px;
	}
	.section-solid-shop {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.Shop-banner-padd {
		padding: 0px;
	}
	#Shop-banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#Shop-banner1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.entity-content .entity-price ins {
		font-size: 17.6px !important;
		letter-spacing: 1px !important;
	}
	.entity-content .entity-price del {
		font-size: 14.8px !important;
		letter-spacing: 1px !important;
	}
	.entity-content .btn-sm {
		padding: 8px 10px !important;
		font-size: 11.4px !important;
		font-weight: 500;
		letter-spacing: 1px;
	}
	#shop-1a .section-left .section-head {
		margin-left: 0;
	}
	#shop-2a .section-left .section-head {
		margin-left: 0;
	}
	#shop-3a .section-left .section-head {
		margin-left: 0;
	}
	#shop-1a a.entity-title.heading-text {
		padding-bottom: 8px;
		font-size: 17px;
		line-height: 24px;
	}
	#shop-1a .entity-block .entity-content {
		padding: .8rem .5rem 1rem;
	}
	#shop-1a .entity-title {
		margin-bottom: 0.35rem;
	}
	#shop-1a .entity-content p {
		padding-bottom: 0px;
		margin-bottom: 2px !important;
	}
	#shop-1a .des-text-1 {
		min-height: 75px;
	}
	#shop-2a a.entity-title.heading-text {
		padding-bottom: 8px;
	}
	#shop-2a .entity-block .entity-content {
		padding: .8rem .5rem 1rem;
	}
	#shop-2a .entity-title {
		margin-bottom: 0.35rem;
	}
	#shop-2a .entity-content p {
		padding-bottom: 0px;
		margin-bottom: 2px !important;
	}
	#shop-2a .des-text-1 {
		min-height: 75px;
	}
	#shop-3a a.entity-title.heading-text {
		padding-bottom: 8px;
	}
	#shop-3a .entity-block .entity-content {
		padding: .8rem .5rem 1rem;
	}
	#shop-3a .entity-title {
		margin-bottom: 0.35rem;
	}
	#shop-3a .entity-content p {
		padding-bottom: 0px;
		margin-bottom: 2px !important;
	}
	#shop-3a .des-text-1 {
		min-height: 75px;
	}
	.detail-gallery button.slick-prev.slick-arrow{
		display: none !important;
	}
	.detail-gallery button.slick-next.slick-arrow{
		display: none !important;
	}
	.products-all-pro a.entity-title {
		font-size: 17.2px;
		line-height: 24px;
		letter-spacing: .7px;
		min-height: 80px;
	}
	.products-all-pro  .entity-content .entity-price del {
		font-size: 14.8px;
		letter-spacing: 1px;
	}
	.products-all-pro .entity-content .entity-price ins {
		font-size: 18.6px;
		letter-spacing: 1px;
	}
	.products-all-pro .entity-content .btn-sm {
		padding: 8px 12px !important;
		font-size: 12.4px !important;
	}
	.all-product-shop p.woocommerce-result-count{
		font-size: 22px !important;
		letter-spacing: .8px !important;
	}
	.all-product-shop select {
		border: 1px solid #bcb9b98f;
		padding: 0px 20px;
		font-size: 15.6px;
		text-decoration: none;
		outline: none;
		letter-spacing: 1px;
		height: 40px;
	}
	/*** ------------- shop detail -------------***/
	.detail-info {
		margin-left: 0px;
		padding-top: 20px;
	}
	.product-detail.accordion-detail h2.title-detail {
		font-size: 30px !important;
	}
	.detail-info .product-price .current-price {
		font-size: 24px;
	}
	.detail-info .product-price .old-price {
		margin-left: 7px !important;
		font-size: 16px;
	}
	.detail-info .product-price .save-price {
		margin-left: 15px !important;
		font-size: 15.6px;
		font-weight: 600;
		margin-bottom: 3px;
	}
	.detail-info .product-price .save-price {
		height: 55px;
		width: 55px;
		padding: 14px;
	}
	.single-product-rating {
		font-size: 15.8px;
	}
	.text-muted {
		margin-left:0px !important;
	}
	.single-product form.cart input[type=number] {
		width: 3.5em;
		height: 40px;
	}
	button.single_add_to_cart_button.button.button-add-to-cart {
		line-height: normal;
		font-weight: 500;
		font-size: 13.6px;
		letter-spacing: 1px;
		height: 40px;
	}
	.product-extra-link2 a {
		height: 40px;
		line-height: 40px;
	}
	.text-deta span {
		font-size: 14.2px;
		font-weight: 500;
		letter-spacing: .6px;
	}
	.product-detail.accordion-detail .short-desc li {
		font-size: 14.6px;
		letter-spacing: .7px;
		padding-bottom: 7px;
	}
	.product-detail-rating{
		text-align: center;
	}
	.product-detail.accordion-detail .woocommerce-tabs ul li.active a {
		font-size: 15.6px;
		font-weight: 500;
		letter-spacing: 1.2px;
	}
	.product-detail.accordion-detail li#tab-title-reviews {
		font-size: 15.6px;
		font-weight: 500;
		letter-spacing: 1.2px;
	}
	div#respond input[type=checkbox], input[type=radio] {
		width: 22px;
		height: 22px;
		border-radius: 5px;
	}
	.single-product .entry .entry-content h1 {
		font-size: 19.4px !important;
		padding-bottom: 0px;
		line-height: 28px !important;
		letter-spacing: .7px;
		text-transform: capitalize;
	}
	.product-info .woocommerce-Reviews-title {
		font-size: 19px !important;
		letter-spacing: .8px;
		line-height: 27px;
		text-transform: capitalize;
	}
	.detail-extralink .detail-qty {
		margin: 0 0px 25px 0;
		background: #fff;
		border: 1px solid #3b664a !important;
		font-size: 18px;
		font-weight: 700;
		color: #3b664a;
		border-radius: 5px;
		padding: 6px 20px 6px 20px;
		max-width: 90px;
	}
	
	.tab-style3 .nav-tabs li.nav-item a {
		padding: 12px 20px !important;
		font-weight: 500;
		font-size: 15px;
		letter-spacing: .7px;
		width: 100%;
	}
	.tab-style3 .nav {
		display: block;
	}
	.product-info {
		border: 1px solid #ececec;
		border-radius: 15px;
		padding: 15px 15px;
	}
	.font-lg {
		font-size: 14.5px;
		letter-spacing: .6px;
		line-height: 24px;
	}
	.attr-detail.attr-size{
		margin-bottom: 25px !important;
	}
	.tab-content.shop_info_tab.entry-main-content p {
		font-size: 14.5px;
		letter-spacing: .6px;
		line-height: 24px;
	}
	.tab-content.shop_info_tab.entry-main-content h4 {	font-size: 18px;}
	.vendor-name{
		display: flex;
		margin-left: 0px !important;
		align-items: center;
	}
	.vendor-name h6{
		font-size: 18px;
		letter-spacing: .7px;
		padding-right: 10px;
	}
	.tab-style3 button.submit, button[type='submit'] {
		font-size: 14px;
		font-weight: 500;
		padding: 8px 20px;
		color: #ffffff;
		border: none;
		background-color: #3b664a;
		border: 1px solid #29A56C;
		border-radius: 5px;
		letter-spacing: .7px;
	}
	.tab-style3 .form-group {
		margin-bottom: .5rem;
		margin-top: .5em;
	}
	.offers-img {	margin-right: 5px;}
	.offers_li_text li {
		display: block;
		font-size: 12.5x;
		letter-spacing: .6px;
		line-height: 22px;
	}
	#products-related{	padding: 0px;}
	.related-products a.entity-title {
		font-size: 17px;
		line-height: 24px;
		letter-spacing: .7px;
		min-height: 75px;
	}
	.related-products .entity-content .btn-sm {
		padding: 8px 11px !important;
		font-size: 12px !important;
	}
	/*** ------------- event-page -------------***/
	#event-1a .px-4 {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}
	#event-1a .section-left .section-head, .section-left .section-footer {	padding: 0px;}
	#event-1a .block_content{	padding: 0px;}
	#event-1a h5{
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.event-leading-none {	font-size: 14.5px;}
	.event-leading-none span {	font-size: 13px;}
	.event-leading-none1 span { font-size: 15.2px;}
	#event-3a select{
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 15px;
		color: #666666;
		letter-spacing: .9px;
		padding: 10px;
		height: 45px;
	}
	.event-btn-2 {
		letter-spacing: .9px;
		border-radius: 3px;
		height: 45px;
		width: 60%;
	}
	#event-2a .slide-event-p-1{
		font-size: 14.2px;
		line-height: 23px;
		letter-spacing: .6px;
	}
	#event-2a .event-leading-none-2 {
		font-size: 14.5px;
		letter-spacing: 1px;
	}
	#event-2a .event-leading-none-2 span { font-size: 13px;}
	#event-2a .event-leading-none1-2 {	font-size: 15.6px;}
	section#event-2a{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.border-event1 {
		padding: 10px 10px;
		margin-bottom: 30px;
	}	
	
	/*** ------------- blog-page -------------***/
	.blog-page-s{
		padding-top: 55px;
		padding-bottom: 0px;
	}
	.blog-page-s .entity-block .entity-content.side-date .entity-date {
		width: 3.5rem;
		margin: 0 0 .6rem;
	}
	.blog-page-s .shuddhi-blog {
		padding: 0px 0px 10px 0px;
	}
	.blog-page-s .blog-heading-text {
		font-size: 17.8px;
		line-height: 28px;
		padding-top: 5px;
		letter-spacing: .7px;
	}
	.blog-page-s .blogs-all{ padding: 8px !important;}
	.shuddhi-blog p {
		font-size: 14.6px !important;
		line-height: 27px !important;
		letter-spacing: .7px !important;
	}
	.blog-page-s h4.entity-title.blog-head-text{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.blog-page-s .blog-head-text {	min-height: 52px;}
	.blog-page-s .entity-footer .py-3 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	.blog-page-s .entity-footer .entity-categories-blog a {
		font-size: 13.8px;
		line-height: 23px;
	}
	.blog-page-s .entity-footer span.entity-info-item-title{
		font-weight: 700;
		color: #b3b3b3;
		font-size: 14.5px;
	}
	.blog-page-s .entity-footer span.entity-info-item-value{
		font-weight: 700;
		color: #5c5c5c;
		font-size: 15.8px;
		padding-right: 2px;
	}
	.blog-page-s .entity-hover-shadow {
		margin: 20px auto;
		width: 100%;
	}
	.shuddhi-blog p {
		padding:0px 15px;
		letter-spacing: .8px;
	}
	
	/*** ------------- blog-detail -------------***/
	#blog-detail-1 { padding: 55px 20px !important;	}
	#blog-detail-1 .entity .entity-image {
		border-radius: 0rem;
		margin-bottom: 15px;
	}	
	#blog-detail-1 .entity-info-list .entity-date {
		font-size: 18px;
		color: #333;
		font-weight: 600;
		letter-spacing: .5px;
	}
	#blog-detail-1 .entity-categories a {
		font-size: 14.6px;
		color: #3b664a;
		font-weight: 600;
		letter-spacing: .7px;
		text-transform: uppercase;
	}
	#blog-detail-1 .entity-body p{
		font-size: 14.6px !important;
		line-height: 28px !important;
		letter-spacing: .7px !important;
	}
	#blog-detail-1 ul li {	padding-bottom: 5px;}
	div#blog-det-1 .recent_pos {
		border-bottom: 1px dashed #918d8d;
		padding-bottom: 0px !important;
		margin-bottom: 15px;
	}
	img.career_image_home1 {
		text-align: center;
        margin: 30px auto 0px auto;
        display: block;
	}
	#blog-detail-1 span.entity-info-item-title{
		font-weight: 700;
		color: #b3b3b3;
		font-size: 14px;
	}
	#blog-detail-1 span.entity-info-item-value{
		font-weight: 700;
		color: #5c5c5c;
		font-size: 15.2px;
		padding-right: 2px;
	}
	#blog-detail-1 h3 {
		font-size: 19.5px;
		color: #3b664a;
		line-height: 26px;
		text-decoration: underline;
		letter-spacing: .7px;
	}
	#blog-detail-1 h4 {
		font-size: 17.6px;
		color: #686c6a;
		letter-spacing: .7px;
		margin-bottom: .5rem;
		margin-top: .5em;
	}
	#blog-detail-1 .blog-det-li li {
		list-style: disc;
		font-size: 14.2px;
		letter-spacing: .5px;
		padding-bottom: 7px;
	}
	#blog-detail-1 .quote-block:before {
		font-size: 5.6rem;
		margin-top: 0.1em;
	}
	#blog-detail-1 .quote-block {
		padding: 1rem 1rem;
		border-radius: 0.5rem;
		background-color: #f5f6f9;
		color: #333;
		position: relative;
		font-size: 14.2px;
		line-height: 22px;
		letter-spacing: .6px;
	}
	#blog-detail-1 .section-block {	margin-top: 2rem;}
	#blog-detail-1 .section-block .grid > .col, .grid > [class*="col-"] {
		margin-top: 0rem;
	}
	#blog-detail-1 .section-block .form-group {
		margin-bottom: .5rem;
		margin-top: .5em;
	}
	#blog-detail-1 .section-block button.btn-wide.mb-0.btn.btn-theme{
		margin-bottom: .5rem;
		margin-top: .5em;
	}
	#blog-detail-1 .section-sidebar .section-head-blog {
		margin-bottom: 4rem;
		margin-top: 2rem;
	}
	#blog-det-1 .entity .entity-image, .entity .entity-preview {border-radius: 0rem;}
	#blog-det-1 .col{
		margin-top: 0.1rem;
		margin-bottom: 1.5rem;
	}
	#blog-det-1 .col h4{line-height: 22px;}
	#blog-det-1 .col a{
		font-size: 13.8px;
		letter-spacing: .6px;
	}
	div#blog-det-1 .entity-date {
		font-size: 14.8px !important;
		font-weight: 500 !important;
	}
	#blog-det-1 .col.entity-date {
		font-size: 13.8px;
		letter-spacing: .6px;
	}
	#blog-det-1 .section-sidebar + .section-sidebar { margin-top: .75rem;}
	#blog-det-1{ margin-bottom: 0px;}	
	
	/*** ------------- career -------------***/
	#career{
		padding-top: 50px;
		padding-bottom: 0px;
	}
	#career p{
		font-size: 14.5px;
		line-height: 24px;
		letter-spacing: .6px;
	}
	#career img.about_image_home1{	margin-top: 30px;}
	#career1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#career1 .career-box-s{
		text-align: center;
		margin-bottom: 20px;
	}
	#career1 .career-box-s .career1-img {	width: 100px;}
	#career1 .career-box-s h4{	padding-top: 15px;}
	#career1 .career-box-s p{
		font-size: 14.2px;
		line-height: 24px;
		letter-spacing: .6px;
	}
	#career1 .section-head {margin-bottom: 2rem;}
	#career2 .career_image_logo{width: 110px;}
	#career2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#career3 .box-d {
		padding:30px 15px;
		margin: 25px;
		text-align: center;
		font-size: 15.6px;
		letter-spacing: .6px;
	}
	#career3 .career-text-gr {
		text-transform: uppercase;
		color: #3b664a;
		font-weight: 600;
		font-size: 13.6px;
	}
	.career-btn {
		margin: 5px auto;
		display: block;
		text-align: center;
		width: 100%;
		font-size: 13.2px;
		letter-spacing: 1px;
		padding: 7px;
	}
	.career-box {padding: 20px 10px;}
	.career-box h5{font-size: 15.6px;}
	
	/*** ------------- contact -------------***/
	#contact{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#contact p{
		font-size: 14.5px;
		line-height: 25px;
		letter-spacing: .6px;
	}
	#contact .cont-box-1{
		text-align: center;
		padding-bottom: 30px;
	}
	#contact .cont-box-1 img {
		text-align: center;
		display: block;
		margin: 10px auto;
		width: 40px;
	}
	#contact .contact-inner input, .contact-inner textarea {
		background-color: #fff;
		border-color: #c9c7c730;
	}
	#contact .contact-input .contact-inner {width: 100%;}
	#contact .conta-1 {
		background-color: rgb(59 102 74 / 5%);
		padding: 30px 20px;
	}
	.section_2contact {padding: 0px 0px 50px 0;	}
	.section_2contact p{
		font-size: 14.5px;
		line-height: 25px;
		letter-spacing: .6px;
	}
	.section_2contact iframe{	margin-bottom: 20px;}
	.owl-carousel .owl-item .img-responsive {min-height: 245px;	}
	
	
	/*** ------------- modal -------------***/
	.modal-box-1 {	text-align: center;	}
	#exampleModal .modal-content1 h4 {
		font-size: 20px;
		color: #3b664a;
		line-height: 26px;
		margin-bottom: 10px;
		margin-top: 10px;
		letter-spacing: .7px;
	}
	.modal-a-i {
		margin-bottom: 2px;
	}
	#exampleModal .modal-content1 h5 {
		line-height: 28px;
		margin-bottom: 10px;
	}
	#exampleModal .modal-content1 .form-group {
		margin-bottom: 1rem;
		margin-top: 0em;
	}
	#exampleModal .modal-content1 .select-form-1 {
		padding: 10px 10px;
		box-shadow: none;
		height: 40px;
		border-radius: 4px;
		color: #6C757D;
		border: 1px solid #898b8a2e;
		width: 100%;
		outline: none;
		font-size: 14.2px;
		letter-spacing: .9px;
	}
	.modal-btn-sub {
		font-size: 14.2px;
		letter-spacing: .9px;
		padding: 8px 20px;
	}
	#exampleModal .modal-dialog {
		max-width: 80%;
		margin: 25px auto;
	}
	.modal {
		position: fixed;
		top: 12%;
	}
	#exampleModal .modal-content1 button.btn-close{	z-index: 99999;}
	#exampleModal .modal-content1 button.btn-close {
		right: 0px;
		top: 0px;
		height: 28px;
		width: 28px;
		right: 0px;
		line-height: 32px;
		}
	#exampleModal .modal-content1 button.btn-close i {
		font-size: 18px;
	}
	.py-5 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


.timeline-carousel__item-inner {
    position: relative;
    padding-top: 25px;
	text-align: left;
}
.timeline-carousel__item-inner .year {
    font-size: 36px;
    line-height: 36px;
    color: white;
    display: table;
    letter-spacing: -1px;
    padding-right: 10px;
    background-color: #3b664a;
	padding:5px 10px;
    z-index: 1;
    position: relative;
    margin: -15px 0 20px;
    font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #fa971c;
    z-index: 3;
}
.timeline-carousel__item-inner .month {
    font-size: 15px;
    text-transform: uppercase;
    color: #fa971c;
    display: block;
	letter-spacing:.8px;
    margin-bottom: 10px;
    font-weight: 700;
}
.timeline-carousel__item-inner p {
    font-size: 13.6px;
    line-height: 24px;
	letter-spacing:.8px;
    color: #888;
    width: 80%;
    font-weight: 400;
    margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
    font-size: 12px;
    color: #BD4F70;
    display: table;
    margin-bottom: 10px;
    font-weight: 900;
    text-decoration: none;
    position: relative;
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {  width: calc(100% - 30px);}
.timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    content: "";
    border-bottom: 1px solid rgb(14 14 14 / 65%);
}
.timeline-carousel__item-inner .pointer {  height: 15px;}
.pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px;
    background-color: #BD4F70;
}
 .pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: #BD4F70;
}
div#ishi-product-accessories-6 .owl-nav .owl-prev {  display: none;}
div#ishi-product-accessories-6 .owl-nav .owl-next {  display: none;}
.about-page-1-bg {
    background-image: url(../images/parts/cannabis-top-pattern1.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}
.timeline-read-more{
	background:#3b664a;
	color:#fff;
	padding:10px 20px;
	font-size:14px;
	letter-spacing:1px;
	border-radius:5px;
	line-height:15px;
}
.timeline-read-more:hover{
	background:#000;
	color:#fff;
}
.about-page__trusted {  left: 12%;}

/*-------------------- Menu dropdown ------------------*/
.dropdown-menu {
    right: 0px !important;
	width: 22rem;
    min-width: 22rem;
	left:inherit;
}
div#_desktop_cart img {
    width: 75px !important;
	margin-right:10px;
}
div#_desktop_cart .cart-heading {  border-bottom: 1px solid #dad6d6;}
div#_desktop_cart .product-container {
    max-height: 325px;
    overflow-y: scroll !important;
    background-color:#eaeaeab8 !important;
	margin-bottom: 35px;
}
div#_desktop_cart a.remove.remove_from_cart_button {
    display: block;
    float: right;
    background: #3b664a;
    opacity: 2;
    border-radius: 0px;
    color: #fff !important;
    font-size: 17px;
    height: 20px;
    width: 20px;
    line-height: 15px;
}
div#_desktop_cart li.woocommerce-mini-cart-item.mini_cart_item{
    border-bottom: 2px dotted #c0bdbd;
    margin-top: 25px;
    margin-bottom: 5px;
    padding-bottom: 10px;
	padding-right: 15px;
}
div#_desktop_cart a {
    font-size: 14.6px;
    font-weight: 600;
    color: #3b664a;
    letter-spacing: .5px;
	line-height: 21px;
}
div#_desktop_cart span.quantity {
    font-size: 15.6px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    padding: 5px;
    color: #8b8b8b;
}
div#_desktop_cart ul, ol {  padding: 5px 5px 25px 5px;}
div#_desktop_cart a {
    word-wrap: break-word;
    white-space: pre-line;
    display: flex;
	align-items: center;
}
div#_desktop_cart a:focus {
    background:none;
	outline: none;
}
#top_home a:focus {outline: none !important;}
div#_desktop_cart p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    width: 100%;
}
div#_desktop_cart a.button.wc-forward {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding:8px 35px;
    letter-spacing: 1.2px;
    margin: 0px auto;
	background-color: #3b664a;
	text-decoration: none!important;
	outline:none;
	border:none;
	border-radius:4px;
}
div#_desktop_cart a.button.wc-forward:hover {
	outline:none;
	border:none;
	background-color: #fa971c;
}
div#_desktop_cart .total {
    display: block;
    font-size: 19px;
    font-weight: 800;
    float: left;
    padding: 0px 15px;
	font-family: 'Chivo', sans-serif !important;
    width: 100%;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
	border-bottom: 1px solid #dad6d6;
	margin-bottom:15px;
	background: none !important;
}
.cart-heading h3 {
    letter-spacing: .7px;
	font-weight: 600;
}
div#_desktop_cart .total .amount{
    font-size: 16px;
    font-weight: 700;
    float: right;
}
div#_desktop_seach_widget input.ui-autocomplete-input.search-field{
    margin-top:0px !important;
    margin-right:0px !important;
}
.search-product{
    right: 0px !important;
    background: #fff;
    padding: 0px 15px;
    max-width: 11em;
}
.product img{width:100%;}
.search-product .product-name{
	font-family: 'Chivo', sans-serif !important;
    font-size: 13.6px;
	line-height:21px;
	font-weight:500;
	color: #888;
	letter-spacing:.8px;
}
.search-product .price{
    font-size: 14.8px;
	font-weight:700;
	padding-top:5px;
	letter-spacing:.8px;
}
.search-product .search_b{padding:10px;}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
    border: 1px solid #ced4da !important;
}
#service-index1 .section-head, .section-subhead {   margin-bottom: 2.5rem;}
#doctor .section-head, .section-subhead {  margin-bottom: 2rem;}
@media (max-width: 991px){
#content {
    float: none;
    width: 100%;
}
.search-form .search-field {  margin-top: calc(var(--global--spacing-vertical) / 6) !important;}
}
@media (max-width: 575px){
.search-widget form input[type="text"] {
    min-width: 200px;
	margin-top:5px;
	margin-bottom:0px;
}
.userinfo-inner ul.userinfo {   padding-left: 0px !important;}
}

@media (max-width: 991px){
div#_mobile_cart .dropdown-menu {
    right: 0px !important;
	width: 22rem;
    min-width: 22rem;
}
div#_mobile_cart img {
    width: 75px !important;
	margin-right:10px;
}
div#_mobile_cart .cart-heading {
    border-bottom: 1px solid #dad6d6;
}
div#_mobile_cart .product-container {
    max-height: 345px;
    overflow-y: scroll !important;
    background-color: transparent;
	background-color: #eaeaeab8 !important;
}
div#_mobile_cart a.remove.remove_from_cart_button {
    display: block;
    float: right;
    background: #3b664a;
    opacity: 2;
    border-radius: 0px;
    color: #fff !important;
    font-size: 17px;
    height: 20px;
    width: 20px;
    line-height: 15px;
}
div#_mobile_cart li.woocommerce-mini-cart-item.mini_cart_item{
    border-bottom: 2px dotted #c0bdbd;
    margin-top: 25px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
div#_mobile_cart a {
    font-size: 14.8px;
    font-weight: 600;
    color: #3b664a;
    letter-spacing: .5px;
	line-height: 21px;
}
div#_mobile_cart a:focus {
	background: none;
    color: #3b664a;
}
div#_mobile_cart span.quantity {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    padding: 5px;
    color: #8b8b8b;
}
div#_mobile_cart ul, ol {  padding: 10px 10px 25px 10px;}
div#_mobile_cart a {
    word-wrap: break-word;
    white-space: pre-line;
    display: flex;
}
div#_mobile_cart p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    width: 100%;
}
div#_mobile_cart a.button.wc-forward {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding:8px 35px;
    letter-spacing: 1.2px;
    margin: 0px auto;
	background-color: #3b664a;
	text-decoration: none!important;
	outline:none;
	border:none;
	border-radius:4px;
}
div#_mobile_cart a.button.wc-forward:hover {
	outline:none;
	border:none;
	background-color: #fa971c;
}
div#_mobile_cart .total {
    display: block;
    font-size: 19px;
    font-weight: 800;
    float: left;
    padding: 0px 15px;
	font-family: 'Chivo', sans-serif !important;
    width: 100%;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
	border-bottom: 1px solid #dad6d6;
	margin-bottom:15px;
	background: none !important;
	padding-top: 25px;
}
div#_mobile_cart .cart-heading h3 {   letter-spacing: .7px;}
div#_mobile_cart .total .amount{
    font-size: 16px;
    font-weight: 700;
    float: right;
}
div#_mobile_cart input.ui-autocomplete-input.search-field{
    margin-top:0px !important;
    margin-right:0px !important;
}
.search-product{
    right: 0px !important;
    background: #fff;
    padding: 0px 15px;
    max-width: 12.2em;
}
.product img{width:100%;}
.search-product .product-name{
	font-family: 'Chivo', sans-serif !important;
    font-size: 13.6px;
	line-height:21px;
	font-weight:500;
	color: #888;
	letter-spacing:.8px;
}
.search-product .price{
    font-size: 17px;
	font-weight:700;
	padding-top:5px;
	letter-spacing:.8px;
}
.search-product .search_b{	padding:10px;}
}
/*-------------------------            --------------------------------*/
.entity-content .entity-price del{
	color: #ff0000;
	font-size: 16.8px;
	letter-spacing: 1.2px;
	display: inline-block;
}
.entity-content .entity-price ins{
	color: #000;
	font-size: 21.6px;
	letter-spacing: 1.2px;
	display: inline-flex;
	text-decoration: none;
}
.product-banner-badge {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    color: #ffffff;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#shop-1a .owl-nav, #shop-2a .owl-nav, #shop-3a .owl-nav{
	display:block !important;
}
#shop-1a .h1, #shop-2a .h1, #shop-3a .h1{
	font-size: 56px !important;
	color:#fff !important;
}
.btn:hover{
    text-decoration: none;
	outline: none;
}
.btn:focus{
    text-decoration: none !important;
	outline: none;
}
.btn-sm:focus{
    text-decoration: none;
	outline: none;
}
.product-detail.accordion-detail h2.title-detail{	font-size: 32px !important;}
#cart .cart-item-entity .input-view-flat .input-group-text, .input-view-flat .form-control {   width: 100px;}
#cart .cart-item-entity .input-spin .form-control {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
	font-size: 17.6px;
    font-weight: 700;
    border-radius: .7rem ;
}
#cart .cart-item-entity .cart-item-image {
    width: 125px;
    padding-right: 1rem;
}
#cart .cart-item-entity .cart-item-image img:focus {
     outline: none !important;
	 text-decoration: none !important;
}
#cart .cart-item-entity .cart-item-image .site a:focus {
	outline: none !important;
	text-decoration: none !important;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
	background: #3b664a;
    color: #fff;
    border: none;
    text-decoration: none !important;
    margin-top: 50px;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 6px;
    letter-spacing: 1px;
	font-weight:  500 !important;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover{
	background: #FDC040;
	opacity: 1;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:focus{
	outline: none !important;
	text-decoration: none !important;
}
.cart-box-3 button.button{
	background: #3b664a !important;
    color: #fff;
    border: none !important;
    text-decoration: none !important;
    font-size: 16px;
	padding: 10px 20px !important;
    border-radius: 6px;
    letter-spacing: 1px;
	font-weight: 500 !important;
}
.cart-box-3 button.button:hover{
	background: #FDC040 !important;
	opacity: 1 !important;
}
.cart-box-3 button.button:focus{
	outline: none !important;
	text-decoration: none !important;
}
.cart-items .cart-footer button.button{
	background: #3b664a !important;
    color: #fff;
    border: none !important;
    text-decoration: none !important;
    font-size: 16px;
	padding: 10px 20px !important;
    border-radius: 6px;
    letter-spacing: 1px;
	font-weight: 500 !important;
}
.cart-items .cart-footer button.button:hover{
	background: #FDC040 !important;
	opacity: 1 !important;
}
.cart-items .cart-footer button.button:focus{
	outline: none !important;
	text-decoration: none !important;
}
.cart-items .cart-footer .cart-btn:hover{
	background: #FDC040 !important;
	opacity: 1 !important;
}
.cart-items .cart-item-title a{
	font-family: 'Chivo', sans-serif !important;
	font-size: 18.6px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}
.cart-items .cart-item-title a:focus{
	background: none !important;
    text-decoration: none !important;	
    color: #3b664a !important;
	outline: none !important;
}
#cart  .cart-item-entity {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
#cart .separator-line {   margin-bottom: 15px;}
#checkout .select2-container {   max-width: 100%;}
#checkout span.select2-selection.select2-selection--single{
	outline: none;
	border: 2px solid #ececec !important;
    height: 40px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
}
#checkout .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
	font-size: 12.8px;
    padding-left: 10px;
    color: #686868bf;
	font-weight: 500;
    letter-spacing: 1px;
}
#doctor .btn:focus, .button:focus {   background-color: #FDC040;}
section#ishitesimonial\ Reviews .entity-author {
    font-size: 15.2px !important;
    text-transform: capitalize;
    letter-spacing: .5px;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {   outline: none !important;}
select:focus {  outline: none !important;}
.footer  textarea:focus {  outline:none !important;}
.footer .custombuttonaa{   background: #3b664a !important;}
.footer .custombuttonaa:hover {
    background: #fa971c !important;
    color: #ffffff;
}
 .logo_sec_a {
    background: #3b664a;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    border-radius: 6px;
    padding: 7px 25px;
	font-size: 13.6px;
	letter-spacing: 1px;
}
 .logo_sec_a:hover  {
    background: #fa971c !important;
    color: #ffffff;
	opacity: 1;
}
ul.thm-breadcrumb.list-unstyled a:focus{
	background: none !important;
	outline:none !important;
	color:#000 !important;
}
a.find-clinic:focus{
	background: none !important;
	color: #3b664a !important;
	outline: none !important;
}
.blog-page-s .blog-padd-1 {
    padding: 0px 15px;
	padding: 0px 15px;
    margin-bottom: 2px !important;
}
.blog-page-s .entity-categories-blog {   min-height: 30px;}
.blog-page-s .entity-categories-blog a {
    font-size: 14.8px;
	letter-spacing: .8px;
}
.blog-page-s .entity-categories-blog a:focus {
    background: none !important;
	color: #3b664a !important;
	outline: none !important;
}
.blog-page-s .blog-heading-text:focus {
    background: none !important;
	color: #3b664a !important;
	outline: none !important;
}
.shuddhi-blog p{
	padding-bottom: 8px;
	letter-spacing: .8px;
}
.blog-page-s  .h1 {  font-size: 38px;}
#blog-detail-1{	padding:60px 0px;}
#blog-detail-1 h2{
	font-size: 28px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    font-family: 'Chivo', sans-serif !important;
	margin-bottom: 25px !important;
    letter-spacing: .8px;
	padding-top: 10px !important;
    border-bottom: 2px dashed;
}
#blog-detail-1 p{
	font-size: 15.6px !important;
    line-height: 29px !important;
    font-weight: 400 !important;
    font-family: 'Chivo', sans-serif !important;
	margin-bottom: 10px !important;
	letter-spacing: .7px;
}
.shuddhi-blog .entity-info {
    font-size: 14.2px;
	letter-spacing: .7px;
}
#blog-detail-1 ul {   padding: 0px 0px 0px 20px;}
#blog-detail-1 ul  li {
    list-style: disc;
	color: #7E7E7E;
    font-size: 14.8px;
    line-height: 29px;
    font-style: normal;
    font-weight: 400;
	font-family: 'Chivo', sans-serif !important;
	letter-spacing: .7px;
}
#blog-detail-1 ol {   padding: 0px 0px 0px 20px;}
#blog-detail-1 ol  li {
	color: #7E7E7E;
    font-size: 14.8px;
    line-height: 29px;
    font-style: normal;
    font-weight: 400;
	font-family: 'Chivo', sans-serif !important;
	letter-spacing: .7px;
}
#blog-detail-1 div#comments .section-block {  margin-top: 3.5rem;}
#blog-detail-1 div#comments .section-block .section-head {   margin-bottom: 1rem;}
#blog-detail-1 div#comments .comment-body {
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 8%);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    border: 2px solid #f1f0f0b3;
    padding: 0px 25px 10px 25px;; 
}
#blog-detail-1 div#comments .comment-meta  {   margin-bottom:10px !important;}
#blog-detail-1 div#comments .comment-body .comment-content {
	margin-top: 0px !important;
    margin-bottom: 10px !important;
}
#blog-detail-1 div#comments .comment-body .reply{	margin-bottom: 20px;}
#blog-detail-1 div#comments h3{
	font-size: 29px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .7px;
}
#blog-detail-1 div#respond h2#reply-title{
	font-size: 29px !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    letter-spacing: .7px;
}
#blog-detail-1 div#respond textarea#comment:focus{   outline: none !important;}
#blog-detail-1 div#respond label {
    font-size: 15.8px !important;
    color: #636262;
	letter-spacing: .8px;
    margin-bottom: 5px !important;
}
#blog-detail-1 div#comments .comment-body  a.comment-reply-link {
	font-size: 16.5px;
    font-weight: 600;
    font-family: 'Chivo', sans-serif !important;
    letter-spacing: .8px;
}
#blog-detail-1 div#comments .comment-body p {
    font-size: 14.6px !important;
    line-height: 26px !important;
    margin-bottom: 0px !important;
    letter-spacing: .7px;
}
#blog-detail-1 div#comments .comment-author.vcard a{
    font-size: 18.6px;
    font-weight: 600;
    font-family: 'Chivo', sans-serif !important;
    letter-spacing: .7px;
    text-decoration: none;
    text-transform: capitalize;
}
#blog-detail-1 div#comments  a:focus{
    text-decoration: none;
	background: none;
	color: #000;
	outline: none;
}
#blog-detail-1 div#comments  .comment-meta .comment-metadata a{
    color: #3b664a;
    font-size:15px;
	font-weight: 600;
}
#blog-detail-1 div#respond input#submit {
    background: #3b664a;
    font-size: 16.5px;
    line-height: 0px;
    letter-spacing: 2px;
    font-weight: 400;
    border: none;
	font-family: 'Chivo', sans-serif !important;
}
#blog-detail-1 div#respond input[type=checkbox], input[type=radio] {
    width: 20px;
    border-radius: 0px;
    height: 20px;
    border: 2px solid #adacac;
}
#blog-detail-1 div#respond input[type=checkbox]:after {
    left: 5px;
    top: 1px;
    position: absolute;
    width: 6px;
    height: 12px;
}
#blog-detail-1 div#respond input#submit:hover {
    background: #000;
    border: none;
	color: #fff;
}
#blog-detail-1 div#comments  .comment-meta .comment-metadata .edit-link a{
    color: #000;
    font-size:17px;
	font-weight: 600;
}
#blog-detail-1 div#blog-det-1 {  margin-top: 15px;}
div#blog-det-1 h6{
	font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .9px;
    font-weight: 700;
    font-family: 'Chivo', sans-serif !important;
    color: #3b664a;
	text-transform: capitalize;
}
div#blog-det-1 a:focus{
	background: none !important;
	outline: none !important;
    color: #3b664a !important;
}
div#blog-det-1 .entity-date{
	font-size: 14.2px;
    letter-spacing: .8px;
    color: #000;
	font-weight: 400;
}
div#blog-det-1 .recent_pos {
    border-bottom: 1px dashed #918d8d;
    padding-bottom: 20px;
}
div#blog-det-1 ul {   padding: 0px 0px 0px 0px;}
div#blog-det-1 ul li {
    list-style: none;
    color: #7E7E7E;
    font-size: 15.6px;
    line-height: 29px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Chivo', sans-serif !important;
    letter-spacing: .7px;
	padding-bottom: 5px;
}
div#blog-det-1 ol li {
    list-style: decimal;
    color: #7E7E7E;
    font-size: 15.6px;
    line-height: 29px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Chivo', sans-serif !important;
    letter-spacing: .7px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 360px){
#blog-detail-1 h2 {
    font-size: 18.6px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
}
#blog-detail-1 p {
    font-size: 14.6px !important;
    line-height: 27px !important;
	letter-spacing: .7px !important;
}
#blog-detail-1 div#comments h3 {
    font-size: 21px;
    font-weight: 600;
}
.footer-menu{	text-align: center;}
h6.footer-menu-heading {
    margin: 15px auto 10px auto;
    padding-left: 0%;
}
h6.footer-menu-heading:after {
    content: "";
    display: block;
    vertical-align: top;
    height: 4px;
    margin-left: 44%;
    border-radius: 4px;
    background-color: #3b664a;
}
h6.footer-menu-heading:after {
    margin-top: 4px;
    width: 12%;
}
.footer-menu ul {   padding-left: calc(0 * var(--global--spacing-horizontal));}
#checkout {
    padding-bottom: 55px;
    padding-top: 30px;
}
.checkout-box {  padding: 25px 20px;}
#checkout input {  border: 1px solid #ececec !important;}
.checkout-box .woocommerce form .form-row select, .woocommerce-page form .form-row select {
    border: 1px solid #ececec !important;
	border-radius: 0px !important;
}
.checkout-box {   margin-right: 0px;}
#checkout h4 {   padding-bottom: 10px;}
.thank-page .top-text {
    font-size: 25px !important;
	padding-bottom: 0px !important;}
.thank-page .woocommerce-thankyou-order-received {
    font-size: 15.6px;
    padding-bottom: 5px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .order, .date, .total, .method {
    padding: 10px 15px;
    font-size: 13.6px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong {
    font-size: 15.2px;
    padding-top: 7px;
}
.woocommerce-order-received span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 15.8px;
}
.woocommerce-order-details h2 {
    font-size: 25px !important;
    padding-bottom: 15px;
}
.woocommerce-order-received table tr a {
    font-size: 13.8px !important;
    letter-spacing: .6px;
}
.woocommerce-order-details td {
    font-size: 13.8px;
	letter-spacing: .6px;
}
#cart {
	padding-bottom: 25px;
	padding-top: 20px;
}

#cart .cart-items .cart-item-title a {
	font-size: 17px;
	letter-spacing: .7px;
}
#cart .cart-item-entity .input-spin .form-control {
	width: 60%;
	height: 38px !important;
	margin: 0px auto;
	font-size: 14.6px;
	border-radius: 4px !important;
}
#cart .cart-item-entity .cart-item-image {
	width: 100px;
	padding-right: 0rem;
	margin-top: 10px;
}
.cart-item-entity .cart-item-remove {
	position: absolute;
	right: 0px;
	top: -8%;
}
.cart-item-entity .cart-item-title {	margin-bottom: 5px;}
#cart .cart-item-entity {
	padding-top: 2rem !important;
	margin-bottom: 20px;
	box-shadow: 1px 3px 24px rgb(0 0 0 / 8%);
}
#cart .cart-item-entity a.remove {
	width: 22px;
	height: 22px;
	line-height: 17px;
	font-size: 21px;
	border-radius: 0%;
	background: #3b664a;
	color: #fff;
}
#cart .cart-item-entity .cart-item-quantity {	margin: 1rem 0;}
#cart .cart-item-entity  .cart-item-price, .cart-item-entity .cart-item-total {
	color: #838181;
	font-weight: 500;
	font-size: 16.2px;
	letter-spacing: 1px;
}
.btn-f button {
	width: 85%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-items .cart-footer button.button {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.btn-r .cart-btn {
	width: 85%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-btn {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.cart-footer .btn-r {
    display: block;
    text-align: left;
}
#cart .section-block {  margin-top: 3rem;}
.cart-box-3 {
    padding: 1.5rem 1.5rem;
	text-align: center;
}
.cart-box-3 h5.form-title {
	font-size: 20px;
    margin-bottom: .5rem;
}
.cart-box-3 .grid {  margin-top: 0rem;}
.cart-box-3 button.button{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	margin-top: 15px;
	text-transform: uppercase;
}
#cart  .cart-block {   padding: 1.5rem 1rem;}
#cart .cart-totals {
    margin-bottom: 0rem;
    font-size: 17.2px;
    min-width: 11em;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart .cart-total {
    font-size: 18.6px;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart  .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
#cart .cart-su{	margin-top: 30px;}
}

@media screen and (min-device-width: 361px) and (max-device-width: 520px){
.footer-menu{	text-align: center;}
h6.footer-menu-heading {
    margin: 15px auto 10px auto;
    padding-left: 0%;
}
h6.footer-menu-heading:after {
    content: "";
    display: block;
    vertical-align: top;
    height: 4px;
    margin-left: 44%;
    border-radius: 4px;
    background-color: #3b664a;
}
h6.footer-menu-heading:after {
    margin-top: 4px;
    width: 12%;
}
.footer-menu ul {    padding-left: calc(0 * var(--global--spacing-horizontal));}
#checkout {
    padding-bottom: 55px;
    padding-top: 30px;
}
#checkout input {   border: 1px solid #ececec !important;}
.checkout-box .woocommerce form .form-row select, .woocommerce-page form .form-row select {
    border: 1px solid #ececec !important;
	border-radius: 0px !important;
}
.checkout-box {  margin-right: 0px;}
#checkout h4 {   padding-bottom: 10px;}
.thank-page .top-text {
    font-size: 25px !important;
	padding-bottom: 0px !important;}
.thank-page .woocommerce-thankyou-order-received {
    font-size: 15.6px;
    padding-bottom: 5px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .order, .date, .total, .method {
    padding: 10px 15px;
    font-size: 13.6px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong {
    font-size: 15.2px;
    padding-top: 7px;
}
.woocommerce-order-received span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 15.8px;
}
.woocommerce-order-details h2 {
    font-size: 25px !important;
    padding-bottom: 15px;
}
.woocommerce-order-received table tr a {
    font-size: 13.8px !important;
    letter-spacing: .6px;
}
.woocommerce-order-details td {
    font-size: 13.8px;
	letter-spacing: .6px;
}
#cart {
	padding-bottom: 25px;
	padding-top: 20px;
}
#cart .cart-items .cart-item-title a {
	font-size: 17px;
	letter-spacing: .7px;
}
#cart .cart-item-entity .input-spin .form-control {
	width: 60%;
	height: 38px !important;
	margin: 0px auto;
	font-size: 14.6px;
	border-radius: 4px !important;
}
#cart .cart-item-entity .cart-item-image {
	width: 100px;
	padding-right: 0rem;
	margin-top: 10px;
}
.cart-item-entity .cart-item-remove {
	position: absolute;
	right: 0px;
	top: -8%;
}
.cart-item-entity .cart-item-title {margin-bottom: 5px;}
#cart .cart-item-entity {
	padding-top: 2rem !important;
	margin-bottom: 20px;
	box-shadow: 1px 3px 24px rgb(0 0 0 / 8%);
}
#cart .cart-item-entity a.remove {
	width: 22px;
	height: 22px;
	line-height: 17px;
	font-size: 21px;
	border-radius: 0%;
	background: #3b664a;
	color: #fff;
}
#cart .cart-item-entity .cart-item-quantity {	margin: 1rem 0;}
#cart .cart-item-entity  .cart-item-price, .cart-item-entity .cart-item-total {
	color: #838181;
	font-weight: 500;
	font-size: 16.2px;
	letter-spacing: 1px;
}
.btn-f button {
	width: 85%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-items .cart-footer button.button {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.btn-r .cart-btn {
	width: 85%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-btn {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.cart-footer .btn-r {
    display: block;
    text-align: left;
}
#cart .section-block {   margin-top: 3rem;}
.cart-box-3 {
    padding: 1.5rem 1.5rem;
	text-align: center;
}
.cart-box-3 h5.form-title {
	font-size: 20px;
    margin-bottom: .5rem;
}
.cart-box-3 .grid {   margin-top: 0rem;}
.cart-box-3 button.button{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	margin-top: 15px;
	text-transform: uppercase;
}
#cart  .cart-block {  padding: 2rem 2rem;}
#cart .cart-totals {
    margin-bottom: 0rem;
    font-size: 17.2px;
    min-width: 13em;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart .cart-total {
    font-size: 18.6px;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart  .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
#cart .cart-su{	margin-top: 30px;}
}
@media screen and (min-device-width: 521px) and (max-device-width: 580px)
{
#blog-detail-1 h2 {
    font-size: 20px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
}
.footer-menu{	text-align: center;}
h6.footer-menu-heading {
    margin: 15px auto 10px auto;
    padding-left: 0%;
}
h6.footer-menu-heading:after {
    content: "";
    display: block;
    vertical-align: top;
    height: 4px;
    margin-left: 44%;
    border-radius: 4px;
    background-color: #3b664a;
}
h6.footer-menu-heading:after {
    margin-top: 4px;
    width: 12%;
}
.footer-menu ul {   padding-left: calc(0 * var(--global--spacing-horizontal));}
#checkout {
    padding-bottom: 55px;
    padding-top: 30px;
}
#checkout input {   border: 1px solid #ececec !important;}
.checkout-box .woocommerce form .form-row select, .woocommerce-page form .form-row select {
    border: 1px solid #ececec !important;
	border-radius: 0px !important;
}
.checkout-box {   margin-right: 0px;}
#checkout h4 {   padding-bottom: 10px;}
.thank-page .top-text {
    font-size: 25px !important;
	padding-bottom: 0px !important;}
.thank-page .woocommerce-thankyou-order-received {
    font-size: 15.6px;
    padding-bottom: 5px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .order, .date, .total, .method {
    padding: 10px 15px;
    font-size: 13.6px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong {
    font-size: 15.2px;
    padding-top: 7px;
}
.woocommerce-order-received span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 15.8px;
}
.woocommerce-order-details h2 {
    font-size: 25px !important;
    padding-bottom: 15px;
}
.woocommerce-order-received table tr a {
    font-size: 13.8px !important;
    letter-spacing: .6px;
}
.woocommerce-order-details td {
    font-size: 13.8px;
	letter-spacing: .6px;
}
#cart {
	padding-bottom: 25px;
	padding-top: 20px;
}
#cart .cart-items .cart-item-title a {	font-size: 17px;	letter-spacing: .7px;}
#cart .cart-item-entity .input-spin .form-control {
	width: 60%;
	height: 38px !important;
	margin: 0px auto;
	font-size: 14.6px;
	border-radius: 4px !important;
}
#cart .cart-item-entity .cart-item-image {
	width: 100px;
	padding-right: 0rem;
	margin-top: 10px;
}
.cart-item-entity .cart-item-remove {
	position: absolute;
	right: 0px;
	top: -8%;
}
.cart-item-entity .cart-item-title {margin-bottom: 5px;}
#cart .cart-item-entity {
	padding-top: 2rem !important;
	margin-bottom: 20px;
	box-shadow: 1px 3px 24px rgb(0 0 0 / 8%);
}
#cart .cart-item-entity a.remove {
	width: 22px;
	height: 22px;
	line-height: 17px;
	font-size: 21px;
	border-radius: 0%;
	background: #3b664a;
	color: #fff;
}
#cart .cart-item-entity .cart-item-quantity {	margin: 1rem 0;}
#cart .cart-item-entity  .cart-item-price, .cart-item-entity .cart-item-total {
	color: #838181;
	font-weight: 500;
	font-size: 16.2px;
	letter-spacing: 1px;
}
.btn-f button {
	width: 85%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-items .cart-footer button.button {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.btn-r .cart-btn {
	width: 85%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-btn {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.cart-footer .btn-r { display: block; text-align: left;}
#cart .section-block {   margin-top: 3rem;}
.cart-box-3 {
    padding: 1.5rem 1.5rem;
	text-align: center;
}
.cart-box-3 h5.form-title {	font-size: 20px;  margin-bottom: 1rem;}
.cart-box-3 .grid {  margin-top: 0rem;}
.cart-box-3 button.button{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
#cart  .cart-block {   padding: 2rem 2rem;}
#cart .cart-totals {
    margin-bottom: 0rem;
    font-size: 17.2px;
    min-width: 16em;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart .cart-total {
    font-size: 18.6px;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart  .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
#cart .cart-su{	margin-top: 30px;}
}
@media screen and (min-device-width: 581px) and (max-device-width: 767px)
{
#blog-detail-1 h2 {
    font-size: 20px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
}
.footer-menu{	text-align: center;}
h6.footer-menu-heading {
    margin: 15px auto 10px auto;
    padding-left: 0%;
}
h6.footer-menu-heading:after {
    content: "";
    display: block;
    vertical-align: top;
    height: 4px;
    margin-left: 44%;
    border-radius: 4px;
    background-color: #3b664a;
}
h6.footer-menu-heading:after {   margin-top: 4px;  width: 12%;}
.footer-menu ul {  padding-left: calc(0 * var(--global--spacing-horizontal));}
#checkout {
    padding-bottom: 55px;
    padding-top: 30px;
}
#checkout input {   border: 1px solid #ececec !important;}
.checkout-box .woocommerce form .form-row select, .woocommerce-page form .form-row select {
    border: 1px solid #ececec !important;
	border-radius: 0px !important;
}
.checkout-box { margin-right: 0px;}
#checkout h4 { padding-bottom: 10px;}
.thank-page .top-text {
    font-size: 25px !important;
	padding-bottom: 0px !important;}
.thank-page .woocommerce-thankyou-order-received {
    font-size: 15.6px;
    padding-bottom: 5px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .order, .date, .total, .method {
    padding: 10px 15px;
    font-size: 13.6px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong {
    font-size: 15.2px;
    padding-top: 7px;
}
.woocommerce-order-received span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 15.8px;
}
.woocommerce-order-details h2 {
    font-size: 25px !important;
    padding-bottom: 15px;
}
.woocommerce-order-received table tr a {
    font-size: 13.8px !important;
    letter-spacing: .6px;
}
.woocommerce-order-details td {
    font-size: 13.8px;
	letter-spacing: .6px;
}
#cart {	padding-bottom: 25px;	padding-top: 20px;}
#cart .cart-items .cart-item-title a {
	font-size: 19.6px;
	padding-left: 10px;
	letter-spacing: .7px;
}
#cart .cart-item-entity .input-spin .form-control {
	width: 60%;
	height: 38px !important;
	margin: 0px auto;
	font-size: 14.6px;
	border-radius: 4px !important;
}
#cart .cart-item-entity .cart-item-image {
	width: 150px;
	padding-right: 0rem;
	margin-top: 10px;
}
.cart-item-entity .cart-item-remove {
	position: absolute;
	right: 0px;
	top: 0%;
}
.cart-item-entity .cart-item-title {	margin-bottom: 5px;}
#cart .cart-item-entity {
	padding: 15px !important;
	margin-bottom: 20px;
	box-shadow: 1px 3px 24px rgb(0 0 0 / 8%);
}
#cart .cart-item-entity a.remove {
	width: 22px;
	height: 22px;
	line-height: 17px;
	font-size: 21px;
	border-radius: 0%;
	background: #3b664a;
	color: #fff;
}
#cart .cart-item-entity .cart-item-quantity {	margin: 1rem 0;}
#cart .cart-item-entity  .cart-item-price, .cart-item-entity .cart-item-total {
	color: #838181;
	font-weight: 500;
	font-size: 16.2px;
	letter-spacing: 1px;
}
.btn-f button {
	width: 85%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-items .cart-footer button.button {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.btn-r .cart-btn {
	width: 85%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-btn {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.cart-footer .btn-r {
    display: block;
    text-align: left;
}
#cart .section-block {  margin-top: 3rem;}
.cart-box-3 {
    padding: 1.5rem 1.5rem;
	text-align: center;
}
.cart-box-3 h5.form-title {	font-size: 20px;   margin-bottom: 1rem;}
.cart-box-3 .grid { margin-top: 0rem;}
.cart-box-3 button.button{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
#cart  .cart-block { padding: 2rem 2rem;}
#cart .cart-totals {
    margin-bottom: 0rem;
    font-size: 17.2px;
    min-width: 16em;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart .cart-total {
    font-size: 18.6px;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart  .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
#cart .cart-su{	margin-top: 30px;}
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px){
.footer-menu ul {	padding-left: calc(2.5 * var(--global--spacing-horizontal)) !important;}
#checkout {
    padding-bottom: 55px;
    padding-top: 30px;
}
.checkout-box {
    margin-right: 0px;
}
.checkout-box .woocommerce form .form-row select, .woocommerce-page form .form-row select {
	border-radius: 0px !important;
}
#checkout h4 {
    padding-bottom: 10px;
}
.thank-page .top-text {
    font-size: 26px !important;
	padding-bottom: 0px !important;}
.thank-page .woocommerce-thankyou-order-received {
    font-size: 15.8px;
    padding-bottom: 5px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .order, .date, .total, .method {
    padding: 10px 15px;
    font-size: 14.6px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong {
    font-size: 15.6px;
    padding-top: 7px;
}
.woocommerce-order-received span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 15.8px;
}
.woocommerce-order-details h2 {
    font-size: 26px !important;
    padding-bottom: 15px;
}
.woocommerce-order-received table tr a {
    font-size: 14.8px !important;
    letter-spacing: .6px;
}
.woocommerce-order-details td {
    font-size: 14.8px;
	letter-spacing: .6px;
}
#cart {	padding-bottom: 25px;	padding-top: 20px;}
#cart .cart-items .cart-item-title a {
	font-size: 21px;
	padding-left: 15px;
	letter-spacing: .8px;
}
#cart .cart-item-entity .input-spin .form-control {
	width: 60%;
	height: 38px !important;
	margin: 0px auto;
	font-size: 14.6px;
	border-radius: 4px !important;
}
#cart .cart-item-entity .cart-item-image {
	width: 100px;
	padding-right: 0rem;
	margin-top: 10px;
}
.cart-item-entity .cart-item-remove {
	position: absolute;
	right: 0px;
	top: 0%;
}
.cart-item-entity .cart-item-title {	margin-bottom: 5px;}
#cart .cart-item-entity {
	padding-top: 2rem !important;
	margin-bottom: 20px;
	box-shadow: 1px 3px 24px rgb(0 0 0 / 8%);
}
#cart .cart-item-entity a.remove {
	width: 22px;
	height: 22px;
	line-height: 17px;
	font-size: 21px;
	border-radius: 0%;
	background: #3b664a;
	color: #fff;
}
#cart .cart-item-entity .cart-item-quantity {margin: 1rem 0;}
#cart .cart-item-entity  .cart-item-price, .cart-item-entity .cart-item-total {
	color: #838181;
	font-weight: 500;
	font-size: 16.8px;
	letter-spacing: 1px;
}
.btn-f button {
	width: 85%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-items .cart-footer button.button {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.btn-r .cart-btn {
	width: 85%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-btn {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.cart-footer .btn-r {  display: block;   text-align: left;}
#cart .section-block {  margin-top: 3rem;}
.cart-box-3 {  padding: 1.5rem 1.5rem;	text-align: center;}
.cart-box-3 h5.form-title {
	font-size: 20px;
    margin-bottom: 1rem;
}
.cart-box-3 .grid {  margin-top: 0rem;}
.cart-box-3 button.button{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
#cart  .cart-block {  padding: 2rem 2rem;}
#cart .cart-totals {
    margin-bottom: 0rem;
    font-size: 17.2px;
    min-width: 16em;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart .cart-total {
    font-size: 18.6px;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart  .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
#cart .cart-su{	margin-top: 30px;}}
@media screen and (min-device-width: 992px) and (max-device-width: 1198px){
#blog-detail-1 h2 {
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 600 !important;
    font-family: 'Chivo', sans-serif !important;
    margin-bottom: 10px !important;
    letter-spacing: .8px;
}
#blog-detail-1 div#blog-det-1 {   margin-top: 0px;}
.footer-menu ul {
	padding-left: calc(3.5 * var(--global--spacing-horizontal)) !important;
}
#checkout { padding-bottom: 55px;  padding-top: 30px;}
.checkout-box .woocommerce form .form-row select, .woocommerce-page form .form-row select {
	border-radius: 0px !important;
}
#checkout h4 { padding-bottom: 10px;}
.thank-page .top-text {
    font-size: 26px !important;
	padding-bottom: 0px !important;}
.thank-page .woocommerce-thankyou-order-received {
    font-size: 15.8px;
    padding-bottom: 5px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .order, .date, .total, .method {
    padding: 10px 15px;
    font-size: 14.6px;
}
.thank-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong {
    font-size: 15.6px;
    padding-top: 7px;
}
.woocommerce-order-received span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 15.8px;
}
.woocommerce-order-details h2 {
    font-size: 26px !important;
    padding-bottom: 15px;
}
.woocommerce-order-received table tr a {
    font-size: 14.8px !important;
    letter-spacing: .6px;
}
.woocommerce-order-details td {
    font-size: 14.8px;
	letter-spacing: .6px;
}
.cart-box-3 h5.form-title {	font-size: 20px;  margin-bottom: 1rem;}
.btn-f button {
	width: 65%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-items .cart-footer button.button {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}
.btn-r .cart-btn {
	width: 65%;
    display: block;
    text-align: center;
	margin: 0px auto;
}
.cart-btn {
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}
.cart-footer .btn-r {    display: block;   text-align: left;}
#cart .section-block {    margin-top: 3rem;}
.cart-box-3 {
    padding: 1.5rem 1.5rem;
	text-align: center;
}
.cart-box-3 h5.form-title {	font-size: 20px;   margin-bottom: 1rem;}
.cart-box-3 .grid {   margin-top: 0rem;}
.cart-box-3 button.button{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 12px 15px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}
#cart  .cart-block {    padding: 2rem 2rem;}
#cart .cart-totals {
    margin-bottom: 0rem;
    font-size: 17.2px;
    min-width: 16em;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart .cart-total {
    font-size: 18.6px;
	letter-spacing: 1px;
	font-family: 'Chivo', sans-serif !important;
}
#cart  .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
	font-size: 13px !important;
	letter-spacing: 1.2px;
	padding: 10px 25px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}
}
@media (max-width: 991px){
    #mobile_top_menu_wrapper i{
		padding: 0px 15px !important;
	}
	.error-404-header h1.page-title{font-size: 28px !important;}
	.error-404 p{font-size: 16px !important;}
}
@media (min-width: 992px){
    #_desktop_top_menu i{
		display: none;
	}
	.modal-box-1 {
		padding: 0;
	}
}

.error-404-header h1.page-title{font-size: 34px; font-weight: 500; padding:12px;}
.error-404 p{font-size: 17px !important; letter-spacing: .7px; margin-bottom: 20px !important;}
.error-404{box-shadow: 1px 3px 24px rgb(0 0 0 / 7%);
	padding: 25px;
	margin-top: 25px;
    margin-bottom: 50px;
}
.error-404 input.search-submit{
	background: #3b664a !important;
    color: #fff !important;
    text-transform: capitalize;
    border-radius: 6px;
    padding: 8px 25px;
    font-size: 13.6px;
    letter-spacing: 1.5px;
	border: none;
	width: 90%;
	margin: 15px auto 0px auto;
}
.error-404 input.search-submit:hover {
    background: #fa971c !important;
    color: #ffffff;
}
.error404 main p {
    font-size: 14.5px !important;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
}
#_desktop_account a:focus{
	background: none;
	color: #777;
	outline:none;
}
.my-accout-page{
	display: flex;
	box-shadow: 1px 3px 24px rgb(0 0 0 / 10%);
	padding: 25px;
}
.my-accout-page .woocommerce-MyAccount-navigation li a {
	font-family: 'Chivo', sans-serif !important;
    font-size: 15.2px;
    letter-spacing: .8px;
    font-weight: 500 !important;
	padding-left: 5px;
	color: #afadad !important;
}
.my-accout-page .woocommerce-MyAccount-navigation li a:focus{
	background: none !important;
	outline: none !important;
}
.my-accout-page .woocommerce-MyAccount-navigation li.is-active a {
    text-decoration: none;
    color: #fff !important;
    background: #3b664a;
    padding: 10px 12px;
    border-radius: 3px;
}
.my-accout-page .woocommerce-MyAccount-navigation li.is-active a:focus {
    color: #fff !important;
    background: #3b664a !important;
}
.my-accout-page .woocommerce-MyAccount-navigation-link {
    margin-bottom: 10px!important;
}
.my-accout-page p{
	font-family: 'Chivo', sans-serif !important;
	font-size: 15.8px !important;
	line-height: 28px;
	letter-spacing: .7px;
	margin-bottom: 15px !important;
}
.my-accout-page .edit-account input{
    border: 1px solid #ced4da !important;
    height: 40px;
	font-size: 13.8px;
	letter-spacing: 1px;
	color: #706f6f;
}
.my-accout-page .woocommerce-address-fields input{
    border: 1px solid #ced4da !important;
    height: 40px;
	font-size: 13.8px !important;
	letter-spacing: 1px;
	color: #706f6f;
}
.my-accout-page .woocommerce-address-fields button.button{
	font-size: 13.8px !important;
	letter-spacing: 1px;
	color: #fff;
	background:#3b664a  !important ;
	border: none;
	padding: 11px 30px;
}
.my-accout-page .woocommerce-address-fields button.button:hover{	background:#000  !important ;}
.my-accout-page .woocommerce-address-fields button.button:focus{	outline: none;}
.my-accout-page .edit-account em{
	font-size: 16px;
	letter-spacing: .8px;
	padding-top: 15px;
}
.my-accout-page .edit-account fieldset {
    margin-top: 10px;
	padding-bottom: 0px;
}
.my-accout-page .edit-account fieldset legend {
    font-size: 26px;
	font-weight: 500;
}
.my-accout-page  .edit-account p{
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}
.my-accout-page  .edit-account button.woocommerce-Button.button{
    text-decoration: none;
    color: #fff !important;
    background: #3b664a  !important;
    padding: 10px 30px;
    border-radius: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	border: none;
}
.my-accout-page  .edit-account button.woocommerce-Button.button:hover{
    color: #fff !important;
    background: #000  !important;
}
.my-accout-page  .edit-account button.woocommerce-Button.button:focus{
    outline: none !important;
}
.my-accout-page .my_account_orders th{
	font-size: 13.8px;
    letter-spacing: .8px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 5px !important;
}
.my-accout-page .my_account_orders td{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.my-accout-page .my_account_orders td {
	font-size: 12.2px;
    letter-spacing: .5px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px !important;
}
.my-accout-page  h3{
	font-size: 24px !important;
	font-weight: 600;
	letter-spacing: .7px;
	padding-bottom: 10px;
	color: #3b664a;
}
.my-accout-page .addresses address{
	font-size: 14.8px !important;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 23px !important;
    color: #818080;
}
.my-accout-page .addresses a.edit{
	font-size: 12.4px;
    font-weight: 500;
    background: #fa971c;
    color: #fff;
    padding: 5px 15px;
    letter-spacing: 1px;
    border-radius: 4px;
}
.my-accout-page .my_account_orders a.woocommerce-button.button.view{font-size: 13.2px; color: red !important;}
.my-accout-page .my_account_orders a.woocommerce-button.button.view:hover{color: #fff !important; border: 1px solid #000;}
@media only screen and (min-width: 768px){
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
	border-right: 1px solid #b3b0b0;
	margin-bottom: 0px;
}
}
.succ-msg.result_down {
    font-size: 14.2px;
    letter-spacing: .7px;
    color: green;
    padding-top: 10px;
}
.succ-msg.result_newsletter, .succ-msg.result_contact, .succ-msg.result_contacts, .succ-msg.result_phonepopup{
    font-size: 14.2px;
    letter-spacing: .7px;
    color: green;
	text-align: center;
    padding-bottom: 5px;
	padding-top: 10px;
}
span.loading-contact, span.loading-newsletter {
    text-align: center !important;
	margin: 0px auto;
	display: block;	
}
span.loading-contactpage {
    text-align: center;
	margin: 5px auto  0px auto;
	display: block;
}
span.loading-phonepopup{
    text-align: center;
	margin: 5px auto  0px auto;
	display: block;
}
.contpage_1 {
    text-align: center;
	margin-top: 10px;
}
.site textarea:focus{outline: none !important;}
.shuddhi-blog h2{font-size: 1rem !important; color: #7E7E7E !important;}
article.entity.recent_pos h4{
	font-size: 14.6px !important;
    letter-spacing: .6px;
    line-height: 25px !important;
}
#blog-detail-1 .content {
    border: 1px solid #c7c3c321;
}
.paginator {
    padding: 1rem;
    border-bottom:1px dashed #3c5f47;
	border-top: 1px dashed #3c5f47;
    color: #fff !important;
    width: 65%;
    text-align: center;
    margin: 0px auto 45px auto;
    display: block;
}
.paginator  span.page-numbers.current {
    background:  #3c5f47;
    padding: 6px 12px;
	border-radius: 4px;
}
a.page-numbers{
    padding: 6px 12px;
}
.paginator span.page-numbers.dots {
    color: #a5a3a3;
}
.paginator a.page-numbers:hover{
	background:  #3c5f47;
    padding: 6px 12px;
    color: #fff;
	opacity: 1;
	border-radius: 4px;
}
.blog-page-s .section-footer {
    margin-top: 1.5rem;
}
ul.page-numbers {
    text-align: center;
}

.detail-info a{
	font-size: 14.8px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    color: #a5a3a3;
	font-weight: 600;
}
.detail-info a:focus{
	font-size: 14.8px;
	color: #a5a3a3 !important;
	background: none !important;
	outline: none !important;
}
a.page-numbers {
    color: #a5a3a3;
}
.star-rating {
    color: #ffa534;
}
.product-detail-21 .detail-info table td, table th{
    padding: 0px;
    border: none;
}
.product-detail-21 tr{
    align-items: center;
    vertical-align: baseline;
}
.product-detail-21 .label, .value {
    border: none;
}
.product-detail-21 table.variations {
    margin: 1rem 0 0rem 0;
    background: none;
}
.product-detail-21 table.variations  label{
	font-size: 17px !important;
	font-weight: 700 !important;
}
li.variable-item.button-variable-item{
    border-color: #416b4f !important;
    background-color:#416b4f !important;
    color: #fff;
    padding: 20px 3px !important;
	font-weight: 500 !important;
	border: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected{
    border-color: #d67f2a !important;
    background-color: #d67f2a !important;
    color: #fff;
	box-shadow: 0 0 0 2px rgb(0 0 0 / 0%) !important;
}
.product-detail-21  span.woo-selected-variation-item-name{
	display: none;
}
.product-detail-21 .button-variable-item span {
    font-size: 13.4px;
	letter-spacing: .6px;
}
.product-detail-21 .button.single_add_to_cart_button.button{
    background: #3b664a !important;
    margin: 0px auto;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 13px;
    margin-bottom: 20px;
    opacity: 1 !important;
    letter-spacing: 1px;
    height: 45px;
	border: none;
}
.product-detail-21 .button.single_add_to_cart_button.button:hover {
    background: #fa971c !important;
    color: #ffffff;
    opacity: 1;
}
.product-detail-21 .button.single_add_to_cart_button.button:focus {
    outline: none !important;
}
div#products-related {
    margin-top: 60px;
}
.product-info ul.tabs.wc-tabs li a{
	font-size: 16.4px !important;
    padding: 9px 25px;
    font-weight: 500;
    letter-spacing: 1.4px !important;
}
.product-info ul.tabs.wc-tabs li a:hover{
    background: #3b664a !important;
	color: #fff !important;
	outline: none;
	opacity: 1;
}
.product-detail-21 .single_variation_wrap .price {
    font-family: 'Chivo', sans-serif !important;
    color: #d67f2a !important;
    font-size: 20px !important;
	font-weight: 600 !important;
}
.product-detail-21 .woocommerce-variation-price {
    margin: 1rem 0 !important;
}
.woocommerce .woocommerce-notices-wrapper>* {
    padding: 20px 15px;
    list-style: none;
    font-size: 16.8px;
    font-family: 'Chivo', sans-serif !important;
    letter-spacing: .5px;
	color: #747474;
}
ul.cart-totals.list-titled span.list-item-title {
    color: #3b664a !important;
}
ul.cart-totals.list-titled a.woocommerce-remove-coupon {
    color: red;
    padding-left: 5px;
    font-size: 14px;
    letter-spacing: .6px;
}
ul#shipping_method li{
	display: block;
}
ul#shipping_method li label {
    font-size: 16.8px !important;
    padding-top: 5px;
    font-weight: 400 !important;
    letter-spacing: .6px;
}
ul.cart-totals.list-titled a.shipping-calculator-button {
    background: #3b664a !important;
    color: #fff;
    font-size: 14px;
    padding: 7px 35px;
    letter-spacing: .9px;
    margin: 8px 0px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
}
 a.shipping-calculator-button .button{
    background: #3b664a;
    color: #fff;
    border: none;
    text-decoration: none !important;
    margin-top: 50px;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 6px;
    letter-spacing: 1px;
    font-weight: 500 !important;
}
ul.cart-totals.list-titled .list-item-value p.woocommerce-shipping-destination {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 400;
}
@media only screen and (max-width: 560px){
.product-detail-21 tr {
    align-items: center;
    vertical-align: top;
	display: block;
}
.product-detail-21 .label, .value {
    border: none;
	padding: 5px 0px !important;
}
}

.aboutid-1 p{
	padding-bottom: 10px;
}


.logged-in.woocommerce-account #main .woocommerce {
    display: block;
}
p.return-to-shop a.button.wc-backward {
    background: #3b664a !important;
    display:block;
    color: #fff;
    text-transform: capitalize;
    border-radius: 6px;
    padding: 8px 25px;
    font-size: 14.6px;
    letter-spacing: 1px;
	border: none;
	text-decoration: none !important;
}
p.return-to-shop a.button.wc-backward:hover{
    background: #000 !important;
}
.p.return-to-shop a{
	text-decoration: none !important;
}
.woocommerce-info, .woocommerce-message {
    background: #eeeeee73 !important;
}
li.woocommerce-notice.woocommerce-notice--info.woocommerce-info{
	font-size: 14.4px !important;
    line-height: 24px !important;
    font-weight: 500;
    letter-spacing: .5px;
	color: #5f7868;
}
.woocommerce-terms-and-conditions-checkbox-text a:focus{
	background: none !important;
	outline: none !important;
	color: #000 !important;
}
.product-info .tab-style3 .woocommerce-Tabs-panel ul{
	border-bottom: none;
	padding-left: 20px;
}
.product-info .tab-style3 .woocommerce-Tabs-panel p{
	margin-bottom: 10px;
}
.product-info .tab-style3 .woocommerce-Tabs-panel ul li {
    font-family: 'Chivo', sans-serif !important;
    display: list-item !important;
    font-size: 14.6px;
    font-weight: 500;
    line-height: 24px;
    color: #7E7E7E;
    padding-bottom: 8px;
    letter-spacing: .5px;
    list-style: disc !important;
}

button[name="calc_shipping"]{
	background: #3b664a !important;
    color: #fff !important;
    border: none !important;
    text-decoration: none !important;
    margin-top: 20px;
    padding: 9px 65px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    letter-spacing: 1.4px;
    font-weight: 500 !important;
}
button[name="calc_shipping"]:focus{
	background: #3b664a !important;
    color: #fff !important;
    outline: none !important;
}
.shipping-calculator-form input[name="calc_shipping_postcode"]{
	margin-top: 10px !important;
}
.woocommerce-message .button{
	background: #3b664a !important;
    color: #fff !important;
    border: none !important;
    text-decoration: none !important;
    padding: 10px 35px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    letter-spacing: 1.4px;
    font-weight: 500 !important;
}
.woocommerce-message .button:hover{
	background: #fa971c !important;
    color: #fff !important;
    border: none !important;
	text-decoration: none !important;
}
.woocommerce-message .button:focus{
	outline: none !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
    max-height: 325px;
    overflow-y: scroll !important;
    background-color: #eaeaeab8 !important;
    margin-bottom: 35px;
	overflow-x: hidden;
}
.products-all-pro .entity-content .entity-bottom-line {
    min-height: 65px;
}
.detail-info   p.stock.out-of-stock{color: red !important; font-size: 21px !important;}
section.smsalert_instock-subscribe-form.smsalert_instock-subscribe-form-0 {
    display: none;
}
.star-rating {
    font-size:16.8px !important;
}
ul.flex-direction-nav {
    position: absolute;
    top: 35%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;content: '\f054';
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-size: 24px;   
	font-weight: bold;
}
a.flex-prev::before {
    visibility:visible;
    content: '\f053';
	font-family: 'Font Awesome 5 Free';   
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
}
ul.flex-direction-nav li a {
	color: #3b664a;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}
.woocommerce-product-gallery {
    margin-bottom: 2rem !important;
}
ul.thm-breadcrumb.list-unstyled a{
	font-family: 'Chivo', sans-serif !important;
	font-size: 14.6px !important;
    font-weight: 600 !important;
    line-height: 18px;
	letter-spacing: 1px;
    text-transform: capitalize;
	color: #979696;
}
div#blog-det-1 ul li {
	width: fit-content;
}
.woocommerce-tabs #reviews p.stars {
    font-size: 21px !important;
}
.woocommerce-tabs #reviews p.stars a::before {
    color: #ffa534;
}
.entity-content .entity-price .price ins bdi{
	font-size: 20px;
	letter-spacing: 1px;
	display: contents;
	text-decoration: none;
	padding-left: 8px;
}
.entity-content .entity-price .price del bdi{
	font-size: 16px;
	letter-spacing: 1px;
	display: contents;
	text-decoration: none;
}
.entity-content .entity-price .price bdi{
	font-size: 20px;
	letter-spacing: 1px;
	/* display: block; */
	text-decoration: none;
}
.ajax_add_to_cart{
    height: 35px;  color: #fff !important;
    font-size: 11.6px!important;
    letter-spacing: .8px;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    line-height: 21px !important;
}
@media only screen and (min-width: 992px){
	#blog-detail-1 .content {
		margin-right: 20px;
		padding: 20px;
	}
	#blog-det-1 section.section-sidebar {
		margin-left: 15px;
	}
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px){
    .all-product-shop p.woocommerce-result-count {
		text-align: center;
		float: none;
		margin: 0px auto;
		font-size: 19.6px !important;
		padding-top: 0px;
	}
	.all-product-shop select {
		font-size: 14.2px;
		letter-spacing: 1.2px;
		color: #565656;
		height: 40px;
		font-weight: 500;
	}
}
@media screen and (min-device-width: 520px) and (max-device-width: 991px){
    .product-detail.accordion-detail h2.title-detail {
		font-size: 26px !important;
		line-height: 37px !important;
	}
	.single-product .entry .entry-content h2 {
		font-size: 26px !important;
	}
}
@media only screen and (max-width: 767px){
	.all-product-shop p.woocommerce-result-count {
		text-align: center;
		float: none;
		margin: 0px auto;
		font-size: 15.8px !important;
	}
	.products-all-pro .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		margin-bottom: 0.5rem !important;
		width: 100%;
	}
	.all-product-shop select {
		border: 1px solid #bcb9b98f;
		font-size: 14px;
		height: 38px;
		padding: 0px 15px;
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 520px){
#blog-detail-1 h2 {
    font-size: 18.6px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
}
#blog-detail-1 .content {
    padding: 10px;
}
div#blog-det-1 ul li {
    font-size: 14.2px;
    line-height: 27px;
    letter-spacing: .6px;
	width: fit-content;
}
.product-detail.accordion-detail h2.title-detail {
	font-size: 21px !important;
	line-height: 32px !important;
	padding-top:15px;
}
.single-product .entry .entry-content h2 {
    font-size: 22px !important;
}
.services-modal h5{
	font-size: 21px;
    color: #3b664a;
    letter-spacing: .5px;
    line-height: 27px;
    padding-bottom: 15px;
}
.entity-content .entity-price .price ins bdi{
	font-size: 15.6px;
	letter-spacing: .8px;
	display: contents;
	text-decoration: none;
}
.entity-content .entity-price .price del bdi{
	font-size: 11.8px;
	letter-spacing: .8px;
	display: content;
	text-decoration: none;
}
.entity-content .entity-price .price bdi{
	font-size: 15.6px;
	letter-spacing: .8px;
	display: contents;
	text-decoration: none;
}
}

.detail-gallery span{width:100% !important;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width:100% !important;
}
.services-modal h5{
	font-size: 24px;
    color: #3b664a;
    letter-spacing: .5px;
    line-height: 29px;
    padding-bottom: 20px;
}
.thm-breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 0rem !important;
    font-family: 'Chivo', sans-serif !important;
	font-size: 14.2px !important;
    font-weight: 500 !important;
    line-height: 18px;
	letter-spacing: 1px;
	color: #b3b1b1;
}
.detail-gallery .wpgs-nav .slick-prev:before, .wpgs-nav .slick-next:before {
    font-size: 26px !important;
}

.detail-gallery .wpgs-nav .slick-prev {
    margin-left: 0px;
}
.detail-gallery .slick-next {
    right: 0px;
}
.detail-gallery .slick-prev, .slick-next {
    top: 35%;
}
.detail-gallery .slick-next {
    top: 35%;
}

.detail-gallery button:not(:hover):not(:active):not(.has-background){
	background-color:transparent !important;
}


.scroll-top {
    position: fixed;
    display: block;
    right: 1rem;
    bottom: 5rem !important;
    background-color: #3b664a;
    color: #fff;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    z-index: 20;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 -1px rgb(124 202 49 / 50%);
    box-shadow: 0 0 0 -1px rgb(124 202 49 / 50%);
}
.services-modal{
	padding: 30px !important;
}
.services-modal-header{
    border-bottom: none !important;
}
.services-modal-header button.close1 {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #3b664a !important;
    width: 40px;
    height: 40px;
	font-size: 26px;
    padding: 0px;
	line-height: 0px;
}
.services-modal-header button.close1:hover{
    background-color: #3b664a !important;
	border-color:#3b664a !important;
    width: 40px;
    height: 40px;
    font-size: 26px;
}
.services-modal-header button.close1:focus{
    outline: none !important;
}
#input_img_loader {
    position: absolute;
    bottom: -6px;
    right: 10px;
    
}
.contact-form-service-wrap.modal-content2 h3{ 
	margin-bottom: 0px !important;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .6px;
	color: #3b664a;
}
.contact-form-service-wrap .appointment-btn-1 {
    margin-top: 15px;
    text-align: center;
}
.contact-form-service-wrap .succ-msg.result_down {
    text-align: center;
}
.contact-form-service-wrap input[name="file"]{
	border: none !important;
}
.contact-form-service-wrap input.modal-btn-2{
	font-size: 14px !important;
    font-weight: 400 !important;
    height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    border: none;
    background-color: #3b664a !important;
    border-radius: 5px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    background: #3b664a;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.contact-form-service-wrap input.modal-btn-2:hover {
    color: #ffffff;
    background-color: #fa971c !important;
}

.modal-header.services-modal-header {
    background: none;
    padding: 20px;
}


@media screen and (min-device-width: 461px) and (max-device-width: 767px){
	nav.woocommerce-pagination {
		width: 75%;
		text-align: center;
		margin: 0px auto 25px auto;
	}
	nav.woocommerce-pagination  span.page-numbers.current {
		background:  #3c5f47;
		padding: 4px 10px;
		border-radius: 4px;
	}
	nav.woocommerce-pagination a.page-numbers{
		padding: 4px 10px;
	}
	nav.woocommerce-pagination a.next.page-numbers{
		padding: 4px 10px;
	}
	nav.woocommerce-pagination span.page-numbers.dots {
		color: #a5a3a3;
	}
	nav.woocommerce-pagination a.page-numbers:hover{
		background:  #3c5f47;
		padding: 4px 10px;
		color: #fff;
		opacity: 1;
		border-radius: 4px;
	}

	.paginator {
		padding: 1rem;
		border-bottom:1px dashed #3c5f47;
		border-top: 1px dashed #3c5f47;
		color: #fff !important;
		width: 75%;
		text-align: center;
		margin: 0px auto 45px auto;
		display: block;
	}
	.paginator  span.page-numbers.current {
		background:  #3c5f47;
		padding: 4px 10px;
		border-radius: 4px;
	}
	a.page-numbers{
		padding: 4px 10px;
	}
	.paginator span.page-numbers.dots {
		color: #a5a3a3;
	}
	.paginator a.page-numbers:hover{
		background:  #3c5f47;
		padding: 4px 10px;
		color: #fff;
		opacity: 1;
		border-radius: 4px;
	}
}

@media only screen and (max-width: 460px){
	nav.woocommerce-pagination {
		width: 95%;
		text-align: center;
		margin: 0px auto 25px auto;
	}
	nav.woocommerce-pagination  span.page-numbers.current {
		background:  #3c5f47;
		padding: 4px 10px;
		border-radius: 4px;
	}
	nav.woocommerce-pagination a.page-numbers{
		padding: 4px 10px;
	}
	nav.woocommerce-pagination a.next.page-numbers{
		padding: 4px 10px;
	}
	nav.woocommerce-pagination span.page-numbers.dots {
		color: #a5a3a3;
	}
	nav.woocommerce-pagination a.page-numbers:hover{
		background:  #3c5f47;
		padding: 4px 10px;
		color: #fff;
		opacity: 1;
		border-radius: 4px;
	}

	.paginator {
		padding: 1rem;
		border-bottom:1px dashed #3c5f47;
		border-top: 1px dashed #3c5f47;
		color: #fff !important;
		width: 100%;
		text-align: center;
		margin: 0px auto 45px auto;
		display: block;
	}
	.paginator  span.page-numbers.current {
		background:  #3c5f47;
		padding: 4px 10px;
		border-radius: 4px;
	}
	a.page-numbers{
		padding: 4px 10px;
	}
	.paginator span.page-numbers.dots {
		color: #a5a3a3;
	}
	.paginator a.page-numbers:hover{
		background:  #3c5f47;
		padding: 4px 10px;
		color: #fff;
		opacity: 1;
		border-radius: 4px;
	}
}
.site-blocks-2 .logo_sec_a{  
    background: #fa971c !important;
}
.blog-page-s .entity-hover-shadow img {
	display: block;
}
@media (max-width: 575px){
	.site-blocks-2 .box_index {
		text-align: center !important;
	}
	.star-rating {
    font-size: 15.2px !important;
    }
	.products.col-md-12.products-all-pro {
    padding-left: 0px;
    padding-right: 0px;
    }
}
@media (min-width: 992px){
#event-1a .owl-carousel .owl-nav {
    display: block !important;
}
#event-1a .owl-prev {
    right: 6% !important;
}

}
.products-all-pro .btn-sm {
    width: 100%;
}
.products-all-pro span.price {
    display: block;
	padding-bottom:7px;
	vertical-align: middle;
    align-items: baseline;
}

@media (max-width: 575px){
.prod-btn-134{
	padding:0px 15px !important;
}
}

#exampleModal .modal-content1 input#mySubmit{
	margin-bottom: 0px;
    background: #3b664a;
    color: #fff;
    width: 65%;
}
@media (max-width: 767px){
#exampleModal .modal-content1 h4 {
    font-size: 24px !important;
}
#exampleModal .modal-content1 h5 {
    margin-top: 10px;
}
}

@media (max-width: 460px){
#exampleModal .modal-content1 {
    border: none;
    background: #fff;
    padding: 15px;
    text-align: center;
}
#exampleModal .modal-content1 h4 {
    font-size: 18.6px !important;
    line-height: 26px !important;
}
.modal-a-i {
    font-size: 17px;
    letter-spacing: 1px;
    padding: 10px 15px;
}
.modal-box-1 {
    padding: 0px 10px 5px 10px !important;
}
}

/*-============== Slider =================-*/


#slide-container{
	max-width:100%;
}
.slider_box_p{
	padding:0px;
}
.slider_box_p1{
	padding-right: 16px;
    padding-left: 15px;
}
.slider_box .icon{
	display:block;
}
.slider_box_1 .icon{
	display:block;
}
.slider_box .icon:after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-color: #835e10;
    margin: 15px auto 15px;
}
.slider_box_p p.text {
    color: #000;
    font-size: 15.8px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.slider_box_1 .icon:after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-color: #835e10;
    margin: 15px auto 15px;
}
a.slider_box {
    display: block;
    padding: 51px 15px;
    background-color: #fcf1b94d;
    text-align: center;
	min-height:224.5px;
}
a.slider_box:focus {
    background-color: #fcf1b94d !important;
}
a.slider_box_1{
   display: block;
    padding: 51px 15px;
    background-color: #f1dda2ad;
    text-align: center;
	min-height:224.5px;
}
a.slider_box_1:focus{
    background-color: #f1dda2ad !important;
}
.slider_box_p a:hover:before {
    opacity: 1;
    width: 90%;
    height: 87%;
}
.slider_box_p a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    z-index: 0;
    transform: translate(-50%,-50%);
    margin: auto;
    border: 3px solid rgb(131 94 16);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.slider_box_p1  .icon img{
	width:52px;
}
#ishislider .owl-dots .owl-dot span {
    border-radius: 5%;
    width: 10px;
    height: 10px;
    border: 1px solid #835e10;
    background: transparent;
    margin: 0 3px;
    display: block;
    transition: all 0.3s;
}
#ishislider .owl-dots .owl-dot.active span, #ishislider .owl-dots .owl-dot:hover span {
    background: #835e10;
    border-color: #835e10;
}
#ishislider .owl-nav {
    margin: 0;
    position: unset;
    display: none;
}
@media screen and (min-device-width: 1281px) and (max-device-width: 1399px){
    	a.slider_box {
    display: block;
    padding: 40px 10px;
    background-color: #fcf1b94d;
    text-align: center;
	min-height:200px;
}
a.slider_box_1{
   display: block;
    padding: 40px 10px;
    background-color: #f1dda2ad;
    text-align: center;
	min-height:200px;
}
.slider_box_p p.text {
    font-size: 14.8px;
}
#ishislider {
    min-height: 400px;
}
#ishislider .item {
    height: 400px;
}
}
@media screen and (min-device-width: 1121px) and (max-device-width: 1280px){
	a.slider_box {
    display: block;
    padding: 15px 10px;
    background-color: #fcf1b94d;
    text-align: center;
	min-height:160px;
}
a.slider_box_1{
   display: block;
    padding: 15px 10px;
    background-color: #f1dda2ad;
    text-align: center;
	min-height:160px;
}
.slider_box_p p.text {
    font-size: 14px !important;
}
.slider_box_p1 .icon img{
	width:45px;
}
.slider_box .icon:after {
    width: 45px;
    margin: 15px auto 10px;
}
.slider_box_1 .icon:after {
    width: 45px;
    margin: 15px auto 10px;
}
#ishislider {
    min-height: 320px;
}
#ishislider .item {
    height: 320px;
}
}
@media screen and (min-device-width: 992px) and (max-device-width: 1120px){
	a.slider_box {
    display: block;
    padding: 15px 10px;
    background-color: #fcf1b94d;
    text-align: center;
	min-height:145px;
}
a.slider_box_1{
   display: block;
    padding: 15px 10px;
    background-color: #f1dda2ad;
    text-align: center;
	min-height:145px;
}
.slider_box_p p.text {
    font-size: 12px !important;
}
.slider_box_p1 .icon img{
	width:45px;
}
.slider_box .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
.slider_box_1 .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
#ishislider {
    min-height: 290px;
}
#ishislider .item {
    height: 290px;
}
}
@media screen and (min-device-width: 841px) and (max-device-width: 991px){
	a.slider_box {
    display: block;
    padding: 20px 10px;
    background-color: #fcf1b94d;
    text-align: center;
	min-height:137px;
}
a.slider_box_1{
   display: block;
    padding: 20px 10px;
    background-color: #f1dda2ad;
    text-align: center;
	min-height:137px;
}
.slider_box_p p.text {
    font-size: 12px !important;
}
.slider_box_p1 .icon img{
	width:45px;
}
.slider_box .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
.slider_box_1 .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
#ishislider {
    min-height: 275px;
}
#ishislider .item {
    height: 275px;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 840px){
	a.slider_box {
    display: block;
    padding: 15px 10px;
    background-color: #fcf1b94d;
    text-align: center;
	min-height:125px;
}
a.slider_box_1{
   display: block;
    padding: 15px 10px;
    background-color: #f1dda2ad;
    text-align: center;
	min-height:125px;
}
.slider_box_p p.text {
    font-size: 12px !important;
}
.slider_box_p1 .icon img{
	width:45px;
}
.slider_box .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
.slider_box_1 .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
#ishislider {
    min-height: 250px;
}
#ishislider .item {
    height: 250px;
}
}
@media screen and (min-device-width: 461px) and (max-device-width: 767px){
	a.slider_box {
    display: block;
    padding: 25px 10px;
    background-color: #fcf1b94d;
    text-align: center;
	min-height:125px;
}
a.slider_box_1{
   display: block;
    padding: 25px 10px;
    background-color: #f1dda2ad;
    text-align: center;
	min-height:125px;
}
.slider_box_p p.text {
    font-size: 12px;
}
.slider_box_p1 .icon img{
	width:45px;
}
.slider_box .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
.slider_box_1 .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
}
@media screen and (min-device-width: 361px) and (max-device-width: 460px){
	a.slider_box {
    display: block;
    padding: 15px 10px;
    background-color: #fcf1b94d;
    text-align: center;
	min-height:110px;
}
a.slider_box_1{
   display: block;
    padding: 15px 10px;
    background-color: #f1dda2ad;
    text-align: center;
	min-height:110px;
}
.slider_box_p p.text {
    font-size: 12px;
}
.slider_box_p1 .icon img{
	width:45px;
}
.slider_box .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
.slider_box_1 .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
}

@media (max-width: 360px) {
	a.slider_box {
    display: block;
    padding: 20px 10px;
    background-color: #fcf1b94d;
    text-align: center;
	min-height:125px;
}
a.slider_box_1{
   display: block;
    padding: 20px 10px;
    background-color: #f1dda2ad;
    text-align: center;
	min-height:125px;
}
.slider_box_p p.text {
    font-size: 12px;
}
.slider_box_p1 .icon img{
	width:50px;
}
.slider_box .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
.slider_box_1 .icon:after {
    width: 45px;
    margin: 10px auto 7px;
}
}

@media screen and (min-width: 1200px) {
  a.slider_box {min-height: 204px;}
  a.slider_box_1{min-height: 204px;  }
}
@media screen and (min-width: 1400px) {
  a.slider_box {min-height: 224.5px;}
  a.slider_box_1{min-height: 224.5px;  }
}
@media screen and (min-width: 1600px) {
   a.slider_box {min-height: 250.5px;}
  a.slider_box_1{min-height: 250.5px;  }
}
@media screen and (min-width: 1700px) {
   a.slider_box {min-height: 281.5px;}
  a.slider_box_1{min-height: 281.5px;  }
}
@media screen and (min-width: 1900px) {
   a.slider_box {min-height: 300.5px;}
  a.slider_box_1{min-height: 300.5px;  }
}
@media screen and (min-width: 2100px) {
   a.slider_box {min-height: 338px;}
  a.slider_box_1{min-height: 338px;  }
}
@media screen and (min-width: 2800px) {
   a.slider_box {min-height: 452px;}
  a.slider_box_1{min-height: 452px;  }
}
@media screen and (min-width: 4300px) {
   a.slider_box {min-height: 678.5px;}
  a.slider_box_1{min-height: 678.5px;  }
}
@media screen and (min-width: 5700px) {
   a.slider_box {min-height: 906px;}
  a.slider_box_1{min-height: 906px;  }
}

/*--------panchkarma----------*/

#panchkarma-top .section-head {
    margin-bottom: 0px !important;
}
#panchkarma-top .section-head:not(.container){
    max-width: 1200px;
}
#panchkarma-top1 .section-head {
    margin-bottom: 0px !important;
}
#panchkarma-top2 .section-head {
    margin-bottom: 0px !important;
}
#panchkarma-top3 .section-head {
    margin-bottom: 40px !important;
}
#panchkarma-top2 ol{
    padding-left:25px;
}
#panchkarma-top2 ol li {
    color: #888;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: .5px;
	padding-bottom:10px;
}
#panchkarma-top .section-text, #panchkarma-top1 .section-text, #panchkarma-top2 .section-text {
	text-align:justify;
}
.panchkarma-service {
    position: relative;
    border-radius: 1px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease-in-out;
    background: #fff;
    padding: 0px;
	margin-bottom:40px;
}
.panchkarma-service:hover {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 25%);
    transition: all .5s ease-in-out;
    transform: translateY(-20px);
}
.panchkarma-content {
    padding: 20px 0px;
}
@media (max-width: 460px){
    #panchkarma .about-page__right {
		margin-top:25px;
	}
	#panchkarma .section-solid {
    padding-top: 45px;
	padding-bottom: 45px;
}
}
@media (max-width: 575px){
    .panchkarma-service {
    margin:20px 30px;
}
}
@media screen and (min-device-width: 461px) and (max-device-width: 767px){
    #panchkarma .about-page__right {
		margin-top:25px;
	}
	#panchkarma .section-solid {
    padding-top: 60px;
    padding-bottom: 60px;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px){
    #panchkarma {
		padding:0px 25px;
	}
	#panchkarma .section-solid {
    padding-top: 60px;
    padding-bottom: 60px;
}
}
@media screen and (min-device-width: 992px) and (max-device-width: 1198px){
	#panchkarma-top2 ol li {
    font-size: 14px;
    padding-bottom: 5px;
}
#panchkarma .section-solid {
    padding-top: 60px;
    padding-bottom: 60px;
}
}

/*--------testimonial----------*/

.testimonial1-box {
    position: relative;
    border-radius: 1px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease-in-out;
    background: #fff;
    padding: 0px;
	margin-bottom:40px;
}
.testimonial1-box:hover {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 15%);
    transition: all .5s ease-in-out;
    transform: translateY(-10px);
}
.testimonial1-content {
    padding: 20px;
}
.testimonial1_image{
	text-align:center;
	margin:0px auto;
	display: block;
}
.testimonial1-btn{
	background: #3b664a;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    border-radius: 6px;
    padding: 7px 25px;
    font-size: 13.6px;
    letter-spacing: 1px;
	margin-top:10px;
}
.testimonial1-btn:hover {
    background: #fa971c !important;
    color: #ffffff;
    opacity: 1;
}

/*--------testimonial-detail----------*/
.testimonial1-box-detail {
    position: relative;
    border-radius: 1px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease-in-out;
    background: #fff;
    padding: 0px;
	margin: 0px auto;
}
.testimonial1-box-detail:hover {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 15%);
    transition: all .5s ease-in-out;
    transform: translateY(-10px);
}
#testimonial-detail-1 .testimonial1-detail-content h4{
	font-size:26px !important;
	padding:15px 0px;
}
#testimonial-detail-1 .testimonial1-detail-content p{
	padding-bottom:20px;
	line-height:30px;
}
.testimonial-detail-12{
	padding-bottom:70px;
}
