/*
ORGATURE - Online shopping HTML Theme
Author: Glory Themes 
Version: 1.0
Email: 
*/

@charset "utf-8";

/*===================================================*/
/*
[Table Of Contents]
----------------------
1.GLOBAL STYLES
2.PAGELOADER
3.BUTTON
4.PAGINATION
5.ACCORDION
6.FORM CONTROL
7.OWL CAROUSEL
8.OVERLAY
9.SECTION
10.NAVIGATION MENU
11.CART
12.SIDEMENU WRAPPER
13.FULL SCREEN SEARCH
14.PAGE TITLE BAR
15.CONTACT INFO SECTION
16.CALL TO ACTION
17.ICON LIST
18.IMAGE GRID
19.NUMBER COUNTER
20.PRODUCTS
  20.1 Product Single
  20.2 Product-List
21.TEAM
22.TESTIMONIALS
23.LATEST-POST
24.SUBSCRIBE
25.GALLERY GRID
26.GALLERY MASONRY  
27.BLOG
28.SHOP
29.MY CART
30.CHECKOUT
31.REQUEST A CALLBACK
32.WIDGET
33.CLIENT SLIDER
34.FOOTER
35.SPACING  
36.PRICE FILTER
*/
/* =================================================================== 
							GLOBAL STYLES
======================================================================*/
body{
	color: #000;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	font-weight:400;
	line-height:24px;
	overflow-x:hidden;
}
.container {
    max-width: 1200px;
    width: 100%;
}
.row {
	margin-bottom:30px;
}
.row:last-child {
	margin-bottom:0;
}
p {
	color: #000;
	margin-bottom:25px;
    font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
	color:#2e2b2b;
	font-family: 'Playfair Display', serif;
	margin-bottom: 20px;
    margin-top: 0;
}
h1 {
    font-size: 60px;
    line-height: 60px;
	font-weight:700;
}
h2 {
    font-size: 50px;
    line-height: 55px;
	font-weight:700;
}
h3 {
    font-size: 36px;
    line-height: 48px;
	font-weight:700;
}
h4 {
    font-size: 24px;
    line-height: 48px;
	font-weight:700;
}
h5 {
 	font-size: 20px;
    line-height: 35px;
	font-weight:700;
}
h6 {
	font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px;
}
a {
	color:#909090;
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#2e2b2b;
}
a.btn-link {
	color:#2e2b2b;
	font-weight:600;
	font-size: 14px;
	text-transform:uppercase;
	margin-right: 15px;
}
a.btn-link:after {
	color:#909090;
	display:inline-block;
	font-family: "Ionicons";
	font-size: 17px;
	content: "\f3d6";
	margin-left:10px;
	position:absolute;
}
a.btn-link:hover:after,a.btn-link:focus:after {
    color: inherit;
}
.btn-link.letter-spacing.typo-grey {
    color: #dadada;
    font-weight: 700;
    letter-spacing: 7px;
}
.btn-link.letter-spacing.typo-grey:after {
	content:none;
}
a:focus, a:hover {
	outline:none;
	text-decoration:none;
}
.dashed,.dashed:hover {
	border-bottom:1px dashed;
	text-decoration:none;
}
.typo-light {
	font-weight:300;
}
.typo-white,.typo-white p,.typo-white a,.typo-white h1,.typo-white h2,.typo-white h3,.typo-white h4,.typo-white h5,.typo-white h6 {
	color:#fff;
}
.typo-white a { color:rgba(255,255,255,0.5); }
.typo-white a:hover,.typo-white a:focus {
	color:#fff;
}
.typo-black,.typo-black p,.typo-black a,.typo-black h1,.typo-black h2,.typo-black h3,.typo-black h4,.typo-black h5,.typo-black h6,
.typo-white .typo-black,.typo-white .typo-black p,.typo-white .typo-black a,.typo-white .typo-black h1,.typo-white .typo-black h2,.typo-white .typo-black h3,.typo-white .typo-black h4,.typo-white .typo-black h5,.typo-white .typo-black h6 {
	color:#2e2b2b;
}
.typo-grey,a.typo-grey,a.btn-link.typo-grey {
	color:#909090;
}
.typo-caps {
    text-transform: uppercase;
}
.theme-bg .typo-grey {
	color:rgba(255,255,255,0.5);
}
.black-bg { background:#2e2b2b; }
.grey-bg,.gray-bg { background:#f9f9f9; }
.white-bg { background:#fff; }
.transparent-bg { background:transparent; }
.bg-contain {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.border-top {
    border-top: 1px solid #eaeaea;
}
.verticle-middle {
	vertical-align:middle!important;
}
.shadow-block {
	box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
}



.category-item img{
    border: 1px solid #ccc;
    border-radius: 50px;
}

ol, ul {
	list-style: none;
	margin-left:0;
	padding:0;
}
ul:last-of-type {
 margin-bottom:0;
}
.list-inline > li {
    padding-left: 0px;
    padding-right: 0px;
}
/* MEDIA */
.media-object {
    width: auto !important;
	margin:0 auto;
}
.media-body p {
	margin-bottom:20px;
}
/* ANIMATED */
.animated{
	visibility:hidden;
}
.visible{
	visibility:visible;
}
.hide {
	display:none;
}
/* Tooltip */
.tooltip{
	z-index: 999;
	font-size:10px;
	font-family: 'Lato', sans-serif;
}
.tooltip-inner {
	padding: 10px;
	border-radius: 0;	-webkit-border-radius: 0;	-moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0;
}
/* =================================================================== 
							PAGELOADER
======================================================================*/
#pageloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
	left:0;
	right:0;
    width: 100%;
    z-index: 99999;
}
#pageloader > img {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	width:150px;
	height:150px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
/* =================================================================== 
						BUTTON
======================================================================*/
.btn.btn-default,.navbar-default .navbar-nav > li > a.btn.btn-default {
    border-color: transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    font-weight: 300;
    height: 44px;
    line-height: 42px;
    padding: 0 34px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    opacity: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.rev_slider .btn.btn-default {
	height:auto;
}
.rev_slider a.btn.border-solid-black:hover {
    background: #000;
    color: #fff !important;
}
.rev_slider a.btn.border-solid-white:hover {
    background: #fff;
    color: #000 !important;
} 
.btn.btn-default:hover,.btn.btn-default:focus {
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}
.theme-bg .btn.btn-default {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
}
.theme-bg .btn.btn-default:hover,.theme-bg .btn.btn-default:focus {
    background: rgba(0, 0, 0, 0.1);
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default.focus[disabled], .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #ecedef;
    border-color: transparent;
    color: #333;
}
.input-group-btn > .btn {
    border: 1px solid #eaeaea;
    height: 44px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    background: #fff;
    font-size: 19px;
}
.form-control:focus,
.has-success .form-control:focus,
.has-error .form-control:focus {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
}
.form-control-feedback {
    height: 40px;
    line-height: 40px;
    width: 40px;
}
form .row:lastchild {
	margin-bottom:30px;
}
.subscribe-form .form-control-feedback {
	right:40px;
}
.border-solid-white {
    border: 1px solid #fff;
    border-radius: 0;
}
.border-solid-black {
	border:1px solid #000;
}

/* =================================================================== 
						PAGINATION
======================================================================*/
.pagination {
    margin: 0 0 25px 0;
}	
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	width: 60px;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: medium none;
    color: #909090;
    height: 45px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    width: 45px;
    margin-right: 6px;
	border: 1px solid #ccc;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	border-color:#ccc;
}
/* =================================================================== 
						ACCORDION
======================================================================*/
.panel-group .panel {
	 box-shadow: none;	-webkit-box-shadow: none;	-moz-box-shadow: none;	-ms-box-shadow: none;	-o-box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: 5px;
    margin-bottom: 5px;
	background:transparent;
	border-color: transparent;
}
.panel-default {
	border-color: transparent !important;
	background: transparent;
}
.panel-collapse {
    margin-top: 10px;
}
.panel-default > .panel-heading,.panel-heading {
	background-color: transparent;
    padding: 0;
	 position:relative;
}
.panel-title {
    font-size: 14px;
    font-weight: 600;
	line-height:40px;
}	
.panel-group .panel-title > a {
    display: block;
    line-height: 60px;
	padding:0 30px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.panel-group .panel-title > a.collapsed {
	background:#fff;
	color:#2e2b2b;
}
.accordion-plus.panel-group .panel-title > a:after {
	content: "\f207";
    color: #eaeaea;
    font-family:"Ionicons";
	font-size:18px;
	float:right;
	line-height:60px;
	position:absolute;
	right:15px;
	-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;
}
.accordion-plus.panel-group .panel-title > a.collapsed:after {
	color:#eaeaea;
	content:"\f359";
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    padding: 30px;
	background:#e8facf;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.faq .panel-group {
    padding: 0 50px;
}
.faq .section-title h4 {
    margin-top: 25px;
	margin-bottom:40px;
}
.image-shop img.media-object {
    padding-top: 25px;
}
/* =================================================================== 
						FORM CONTROL
======================================================================*/
.form-message {
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 0;
}
.form-control {
    border: 1px solid #eee;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
    height: 44px;
	margin-bottom:20px;
}
.grey-bg .form-control {
	background-color: #fff;
}
.has-feedback label ~ .form-control-feedback {
    font-size: 20px;
    top: 32px;
}
/* =================================================================== 
						OWL CAROUSEL
======================================================================*/
.owl-theme .owl-dots {
	margin: 15px -5px 0;
}
.owl-theme .owl-dots .owl-dot {
    padding: 0 5px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #cecece;
    height: 7px;
    margin: 0;
    width: 7px;
}
/* =================================================================== 
						OVERLAY
======================================================================*/
.overlay-container {
	display:inline-block;
    overflow: hidden;
    position: relative;
	border-radius: 5px;
}

.dark-overlay,.theme-overlay {
	background:rgba(46,43,43,0.4);
	top: 0; right:0; bottom: 0; left:0;
    height: 100%; width: 100%;
    position: absolute;
	transition: all ease-in-out 0.4s;-webkit-transition: all ease-in-out 0.4s;-moz-transition: all ease-in-out 0.4s;-o-transition: all ease-in-out 0.4s;
}
.hv-wrapper .dark-overlay,.hv-wrapper .theme-overlay {
	opacity:0;
	visibility:hidden;
}
.hv-wrapper:hover .dark-overlay,.hv-wrapper:hover .theme-overlay {
	opacity:1;
	visibility:visible;
}
/* =================================================================== 
						SECTION
======================================================================*/
.page-content {
	padding-top:100px;
	padding-bottom:100px;
}

section,.section,.page-title-wrapper {
	padding:100px 0;
	position:relative;
	background-position:center center;
	/*background-size:cover;*/
}
section .container,.section .container {
	position:relative;
}
section.bottom-shadow {
	box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
}
/* SECTION TITLE */
.section-title {
    margin-bottom: 10px;
}
.section-title.text-center  {
    margin-bottom: 30px;
}
.section-title .bottom-line {
    font-weight: 600;
	margin-bottom: 10px;
}
.section-title h3 {
	margin-bottom:15px;
}
h4.sub-title {
	font-weight:700;
	margin-bottom:25px;
}
.section-desc {
    margin: 0px auto 30px;
    max-width: 80%;
}
.fluid-col {
	height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.side-content {
	padding-right:4%;
	padding-left:4%;
}
/* =================================================================== 
						NAVIGATION MENU
======================================================================*/
.header-type-7 .nav-top {
	background-color:#323435;
	}

.nav-top {
	background-color:#eaeaea;
	line-height:45px;
}
.nav-top .menu-inline > li {
    padding: 0 10px;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}
.top-item li a i {
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
}
.top-item li {
    background: #e0e0e0;
}
.header-type-7 .top-item li {
    background: #2d2f30;
}
.top-toggle-btn {
    display: block;
    float: left;
    width: 100%;
}
.navbar-toggle {
    font-size: 24px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.top-toggle-btn .navbar-toggle {
    line-height: 40px;
}
.navbar-default .navbar-toggle {
    border: none;
	margin: 0 15px 0 0;
	line-height:50px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;	-webkit-border-radius: 0;	-moz-border-radius: 0;	-ms-border-radius: 0;	-o-border-radius: 0;
	margin:0;
	z-index:99;
}
.navbar-header {
    line-height: 90px;
	display:inline-block;
	min-width: 300px;
}
.navbar-brand {
    display: inline-block;
	float: none;
    margin: 0 !important;
    padding: 0;
    vertical-align: middle;
    height: auto;
}
.nav-top .navbar-collapse {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-collapse {
	padding:0;
}
.menu-inline {
    margin: 0 -15px;
}
.menu-inline > li {
    float: none;
}
.menu-inline.navbar-right > li {
    padding: 0 10px;
}
.navbar-default .menu-inline > li > a {
	display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #909090;
    vertical-align: middle;
    letter-spacing: 1.5px;
}
.dropdown-toggle i {
    color: #909090;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}
.dropdown-toggle {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 10px;
}
/* =================================================================== 
						CART
======================================================================*/
.cart-toggle .cart-count {
    font-size: 11px;
    font-weight: 500!important;
    line-height: 12px;
    background: #eaeaea;
    position: relative;
    top: -14px;
    right: 14px;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-top: 1px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
button.btn.btn-number {
    background: none;
    border: 1px solid #eaeaea;
}
.dropdown-cart {
    right: 0 !important;
    left: auto !important;
    min-width: 280px !important;
    padding: 15px!important;
}
.dropdown-cart li .item {
    display: block;
    margin: 3px 0;
    padding: 3px 0 10px 0;
}
.dropdown-cart li .item-left {
    float: left;
    width: 75%;
}
.dropdown-cart li.cart-item {
    margin-bottom: 15px;
}
.dropdown-cart li .item-left img {
    float: left;
    margin-right: 15px;
}
.dropdown-cart .item-name {
    line-height: 1em;
}
.dropdown-cart .item-name p {
    margin-top: 19px;
}
.dropdown-cart li .item-left .item-info > span {
    font-size: 14px;
    display: block;
    padding-top: 15px;
}
.dropdown-cart li .item-right {
    float: right;
}
.dropdown-cart .btn.btn-xs {
    font-size: 9px;
    width: 20px;
    height: 20px;
    line-height: 10px !important;
}
.dropdown-cart .cart-total {
    padding: 5px 0 0;
}
.cart-total .cart-button {
    display: inherit;
    margin: 0 auto;
}
.dropdown-cart .cart-total .cart-price {
    font-size: 17px;
}
.dropdown-cart .cart-total .cart-btn {
    padding: 0 0 5px;
}
.dropdown-cart .cart-total .cart-btn > li {
    display: block;
}
.dropdown-cart .cart-btn .btn {
    margin-bottom: 0;
}
.btn.right-pad, .btn.i-left i, i.right-pad {
    margin-right: 10px;
}

/* STICKY */
.is-sticky #sticker {
	border:none;
    width: 100%;
    z-index: 99;
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	left:0;
	right:0;
}

.icon-box {
	line-height:normal;
}
.icon-box .icon-wrapper,
.icon-box .inner-wrapper{
	display:table-cell;
	vertical-align:top;
}
.comingsoon p.services-heading {
    font-size: 16px;
    line-height: 16px;
}
.icon-box .icon-wrapper {
    padding-right: 30px;
}
.icon-box .icon-wrapper i {
	background: #f9f9f9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}	
.icon-bordered,.icon-square {
    border: 1px solid #e1e1e1;
    display: inline-block;
    font-size: 32px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
.icon-box .icon-wrapper .icon-square {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.inner-wrapper > p {
    margin-bottom: 0;
}
/*Header Type - 7 */
.header-type-7 .navbar-header {
    width: 100%;
}
.header-type-7 .navbar-default {
    border-top: 1px solid #ccc;
}
.nav-menu, .extra-nav {
    display: inline-block;
}
.header-type-7 .logo-bar {
	position:relative;
}
.header-type-7 .logo-bar:after {
    content: "";
    left: -25%;
    position: absolute;
    right: 0;
    height: 1px;
    width: 150%;
    background: #eaeaea;
}
/*Header Type - 8 */
header.header-type-8 {
    height: 115px;
    line-height: 115px;
}
.header-type-8 .menu-bar {
    position: relative;
    height: 115px;
}
.navbar-default{background-color:#fff!important;}
.header-type-8 a.navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header-type-8 .is-sticky #sticker {
    background: #fff;
}
.header-type-8 ul.nav.navbar-nav.menu-inline.navbar-right {
    float: right !important;
}
.comingsoon .header-type-8 button, .comingsoon .header-type-8 .cart-toggle {
    opacity: 0;
}
.navbar-default .menu-inline > li > a .top-cart {
	text-align: center;
	font-size:25px;
}
a.dropdown-toggle.cart-toggle {
    padding: 0;
    height: auto;
    width: auto;
}	

body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}
#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #8dc53e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #5c970a;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    padding: 10px 15px 10px 30px;
    background: #5c970a;
    margin-bottom: 1px;
    font-size: 11px;
    text-transform: uppercase;
}
.sidebar-nav > li > a {
	color: rgba(255,255,255,0.7);
    font-size: 12px;
    text-transform: uppercase; 
    padding: 14px 20px 14px 20px
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background: #8dc63f;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
    border: none;
    background-color: #5c970a;
    box-shadow: none;
}
.sidebar-nav .dropdown-menu a{
	color: rgba(255,255,255,0.8);
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: absolute;
  top: 50%;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  transform: translateY(-50%);
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  border:1px solid;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
/*menu*/
.sidebar-nav .dropdown .dropdown-icon {
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 2000;
}

/*---------------------------------------------------------------
						FULL SCREEN SEARCH
-------------------------------------------------------------- */
.header-main-section .navbar-nav > li > a.srch-clk {
	font-weight:normal;
}
.full-search-wrapper {
    background: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(bottom, #000 0%, rgba(0,0,0,0.5) 100%);
	background: -moz-linear-gradient(bottom, #000 0%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(bottom, #000 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(bottom, #000 0%, rgba(0,0,0,0.5) 100%);
    height: 100%; width: 100%;
    position: fixed;
	display:none;
	left:0;
	right:0;
    top: 0;
    z-index: 99999;
}
.full-search-wrapper .search-form {
	position:absolute;
	width:50%;
	left:0; right:0;
	margin:0 auto;
	top:50%;
	transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);
}
.full-search-wrapper .search-close {
	font-size: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.full-search-wrapper .input-group {
	width:100%;
}
.full-search-wrapper .form-control {
	border:1px solid;
	background:transparent;
	border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;
	font-size: 15px;
    height: auto;
    padding: 15px;
	color:#fff;
}
.full-search-wrapper .input-group-btn {
	width:auto;
}
.full-search-wrapper .input-group-btn .btn.btn-default {
	background:transparent;
    border: none;
    font-size: 20px;
    line-height: 60px;
    padding: 0;
    position: absolute;
    top: 0; right: 15px;
}

/* =================================================================== 
						PAGE TITLE BAR
======================================================================*/
h3.page-title {
    margin-bottom: 0;
	font-size: 40px;
color: #000;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}
p.title-desc.text-center {
    text-align: center;
    max-width: 800px;
    margin: 20px auto 0;
}
/* =================================================================== 
						SLIDER
======================================================================*/

/* =================================================================== 
						CONTACT INFO SECTION
======================================================================*/
.theme-bg .feature-box {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.feature-box > div {
	border-right:1px solid #ebedef;
	padding: 0 50px;
    margin: 40px 0;
}
.theme-bg .feature-box > div {
	padding: 40px 50px;
	border-color:rgba(255,255,255,0.1);
}
.feature-box > div:last-child {
	border-right:none;
}

/* =================================================================== 
						CALL TO ACTION
======================================================================*/	
.cta-section {
	padding: 0;
}
.cta-wrapper {
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
    box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
    margin-top: -65px;
    padding: 0 30px;
}
.cta-block,.cta-btn-block {
	padding: 40px 0;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.cta-title {
	margin-bottom:0;
} 
p.cta-sub-title {
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
	opacity:1;
}
.cta-block > p:last-child {
    margin-bottom: 0;
}
.cta-link {
	font-weight: 600;
    text-transform: uppercase;
	text-decoration:underline;
	line-height:70px;
}
/* =================================================================== 
						ICON LIST
======================================================================*/
.icon-list > li:before {
	font-family:"Ionicons";
	content:"\f120";
	padding-right:15px;
}
.icon-list > li {
    margin-bottom: 5px;
}
/* =================================================================== 
						GRID
======================================================================*/
/* IMG GRID */
.img-grid.white-bg {
	padding-bottom:30px;
}
.img-grid .overlay-container {
    margin-bottom: 10px;
}
.text-center .grid-details {
    padding: 0 22px;
}
.img-grid h4 {
    margin-bottom: 10px;
}
.img-grid p,.icon-grid p {
    margin-bottom: 10px;
}
.img-grid p:last-child {
    margin-bottom: 0;
}
.icon-grid.icon-grid-bg {
	padding: 45px 50px 40px;
}
.icon-grid.icon-grid-bg,.icon-grid.icon-grid-bg * {
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
}
.icon-grid .grid-icon {
	font-size:32px;
}
.icon-grid .grid-icon,.icon-grid h5.grid-title {
	margin-bottom:20px;
	display:block;
}
.icon-grid h5.grid-title {
	margin-bottom:15px;
}
.icon-grid.icon-grid-bg:hover {
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
}
.icon-grid.icon-grid-bg:hover .grid-icon,.icon-grid.icon-grid-bg:hover h5.grid-title,.icon-grid.icon-grid-bg:hover p  {
	color:#fff;
}

/* FEATURE BOX GRID */
.icon-grid i {
	 font-family: fontAwesome;
	 font-style:normal;	
}

.icon-grid i.icon-medium {
    display: inline-block;
    font-size: 65px;
    height: 95px;
    line-height: 95px;
    margin-bottom: 18px;
	position:relative;
	transition: all ease-in-out 0.4s;-webkit-transition: all ease-in-out 0.4s;-moz-transition: all ease-in-out 0.4s;-o-transition: all ease-in-out 0.4s;
    width: 120px;
	z-index:1;
}
.icon-grid i.icon-circle:after {
	background:inherit;
	border-radius: 50%;	-webkit-border-radius: 50%;	-moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;-webkit-transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;-moz-transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;-o-transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
	z-index:-1;
}

/*feature Box style two */ 

.feature-box-style-two .feature-box-item {
    padding: 40px 15px;
	margin-bottom:30px;
}
.feature-box-style-two .feature-box-item .btn {
    font-size: 15px;
    margin-top: 10px;
}
.feature-box-item {
	position:relative;
	 -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    -ms-transition: 350ms ease-in;
    -o-transition: 350ms ease-in;
    transition: 350ms ease-in;
}
.feature-box-style-two .feature-box-item:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
	opacity:0;
	tranform:scale(0);
}
.feature-box-style-two a:hover .feature-box-item:after {
	opacity:1;
	transform:scale(1);
	 -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    -ms-transition: 350ms ease-in;
    -o-transition: 350ms ease-in;
    transition: 350ms ease-in;
}
/*color-box*/
.feature-box-style-two a:hover .feature-box-item,
.feature-box-style-two a:focus .feature-box-item {
    box-shadow: 0px 7px 67px -15px #2222227a;
    -webkit-box-shadow: 0px 7px 67px -15px #2222227a;
    -moz-box-shadow: 0px 7px 67px -15px #2222227a;
    -ms-box-shadow: 0px 7px 67px -15px #2222227a;
    -o-box-shadow: 0px 7px 67px -15px #2222227a;
    -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    -ms-transition: 350ms ease-in;
    -o-transition: 350ms ease-in;
    transition: 350ms ease-in;
}
.feature-box-item.orange-box {
    background: #fff5ce;
}
.feature-box-item.orange-box  i, .feature-box-item.orange-box .feature-title,.feature-box-item.orange-box p, .feature-box-item.orange-box .btn { 
	color: #9f765b;
}
.feature-title {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height:18px;
}
.feature-box-item.green-box {
    background: #e8facf;
}
.feature-box-item.green-box i, .feature-box-item.green-box .feature-title, .feature-box-item.green-box p, .feature-box-item.green-box .btn {
    color: #89a366;
}

.feature-box-item.blue-box {
    background: #d6effa;
}
.feature-box-item.blue-box i, .feature-box-item.blue-box .feature-title, .feature-box-item.blue-box p, .feature-box-item.blue-box .btn  {
	color: #407a89;
}
.feature-box-item.yellow-box {
    background: #f7fad6;
}
.feature-box-item.yellow-box i, .feature-box-item.yellow-box .feature-title, .feature-box-item.yellow-box p, .feature-box-item.yellowsss-box .btn  {
	color: #323435;
}
.feature-box-item p {
    margin-bottom: 0;
}

/*feature- box -style -three*/
.feature-box-style-three .feature-box-item {
    padding: 33px 25px;
    margin-bottom: 30px;
}
.feature-box-style-three .feature-title {
    margin-bottom: 10px;
}

/* ICON LEFT */
.icon-grid .media-left {
    padding-right: 30px;
}
.icon-grid .grid-details h4 {
	margin-bottom:5px;
}
.icon-grid .grid-details h6 {
	margin-bottom:20px;
} 
/* ICON ON SIDE */	
.icon-box.style-2 .icon-wrapper,
.icon-box.style-2 .inner-wrapper{
	display:table-cell;
	vertical-align:top;
}
.icon-box.style-2 .icon-wrapper {
	padding-right:30px;
}

/* =================================================================== 
						NUMBER COUNTER
======================================================================*/
.wolf-counter li {
    width: 167px;
    border: 1px dotted #cbdee6;
    padding: 40px 30px 10px;
    display: table-cell;
}
span.cstyle {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}
.wolf-counter {
    display: initial;
}
/* =================================================================== 
						NUMBER COUNTER
======================================================================*/
h3.number-counter {
	font-weight:300;
	font-size:48px;
	margin-bottom:10px;
}
.counter-title {
	margin-bottom:10px;
}
.counter-wrapper p {
	margin-bottom:10px;
}

/* =================================================================== 
						HOME FEATURE BOX
======================================================================*/
.title-before-text {
    color: #bbb;
    font-weight: 600;
}
/* =================================================================== 
						SHOP BY CATEGORY
======================================================================*/
.category-item.last-image {
    margin-top: 15px;
}
.category-item {
    position: relative;
}
.cat-overlay {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.5);
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
	opacity:0;
	transform:scaleY(0); 
    border-radius: 50px;
}

.green-bg{background-color: #91b547!important;}
.about-img .cat-overlay {
    left: 4px;
    right: 4px;
}
.category-item:hover .cat-overlay {
	opacity:1;
	transform:scaleY(1);
	transition:all 400ms;
}
/* =================================================================== 
						FEATURED PROPERTY
======================================================================*/
.time-counter li {
    padding: 0;
}
.time-counter li {
    padding: 0;
    border: none;
    width: auto;
	display:table-cell;
}
.time-counter .counter-child {
    background: #eaeaea;
    margin-right: 3px;
	margin-left: 3px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.time-counter span {
    font-size: 19px;
	font-family: 'Playfair Display', serif;
}
.time-counter span {
    font-size: 19px;
    font-family: 'Playfair Display', serif;
    line-height: 35px;
    font-weight: 900;
}
.time-counter p {
	margin-bottom:0;
}
.time-counter li:last-child .counter-child {
    margin-right: 0;
}
.feature-column  {
	margin-bottom:30px;
}
.feature-column .content-box {
    border: 1px solid #eaeaea;
    padding: 47px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.time-countdown {
    display: inline-block;
}
figure.feature-product-image {
    padding: 34px 0;
}
.feature-column .pricing {
    padding: 20px 0;
}
.link-box a {
    padding: 0 74px !important;
}
/* =================================================================== 
						PRODUCT NEW
======================================================================*/

.product-item {
    margin-bottom: 20px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.product-content-wrapper h6 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 2px;
}
.product-content-wrapper h6 a {
	color: #fff;
	font-weight: 900;
	padding: 0 5px;
}
.product-content-wrapper .price{
	color: #90624b;
}
.product-item{
	transition: .5s;
}
.product-item:hover{
	margin: 10px 0 10px 0;
	transition: .5s;
}
.product-content-wrapper.text-center {
    border-top: 1px solid #eaeaea;
    padding: 20px 5px;
    background: #8bc53e;
height: 75px!important;
}
.product-item figure.image {
    padding: 38px 25px;
    background: #f9f9f9;
	text-align: center;
}
/*FEATURED PRODUCTS*/
.pop-product:hover .dark-overlay {
    opacity: 1;
	transistion:350ms all ease-in;
}
.pop-product .dark-overlay > span {
	font-size:30px;
}
.pop-product .dark-overlay {
    opacity: 0;
}
a img.widgets__products {
    float: left;
}
.products-name a.products__link {
    font-size: 15px;
}
.widgets_heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.product-details {
    display: inline-block;
	margin-left:25px;
}
.product-details h6 {
    font-weight: 600;
}
h6.products-name {
    margin-bottom: 0;
}
.product-category {
    display: inline;
    padding: 3px 9px 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color:#fff;
}
.category-fruit {
    background: #d07268;
}
.category-veg {
    background: #add068;
}
.category-beauty {
    background: #68afd0;
}
span.line-through {
    text-decoration: line-through;
    color: #ccc;
    margin: 0 10px;
}
span.product-price {
    color: #111;
    font-weight: 500;
}
.product-details .price {
    margin-bottom: 10px;
    margin-top: 10px;
}
.rating span {
    color: #fcc602;
}

/* =================================================================== 
						Product Single
======================================================================*/
.shop_single_page .product_details .product_top_section {
    margin-bottom: 50px;
}
.clear_fix {
    clear: both;
}
.shop_single_page .product_details .product_top_section .img_holder {
    background: #f7f7f7;
    padding: 70px 60px;
    position: relative;
	border:1px solid #eaeaea;
}
.float_left {
    float: left;
}
.product-name {
    margin-bottom: 0;
	line-height:1;
}
.shop_single_page .product_details .product_top_section .item_description {
    width: 55%;
    padding-left: 30px;
    margin-top: -3px;
}
span.single-fav {
    padding: 9px 15px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
    font-size: 17px;
    border: 1px solid #eaeaea;
}
.shop_single_page .product_details .product_top_section .item_description>ul>li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 9px;
    margin-bottom: 9px;
}
.wrapper ul.rating>li {
    color: #fcc602;
}
ul.list-inline.single-gallery {
    margin: 10px 0;
}
ul.single-gallery li {
    margin-right: 10px;
    padding: 11px 8px;
    background: #eaeaea;
    border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom:10px;
}

.shop_single_page .product_details .product_top_section .item_description>ul.rating>li:last-child {
	color:#333;
}

.product-desc-social {
    padding: 20px 0 30px;
    border-width: 1px 0px 1px 0px;
    border-color: #f7f7f7;
    border-style: solid;
	margin-top:20px;
}
ul.single-product-social-icons {
    margin:0;
}

.shop_single_page .product_details .product_top_section .item_description>div button {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #9e9e9e;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    background: none;
}

.button-right {
    margin: 20px 3px;
}
.shop_single_page .button-right.cart-count {
    margin-top: 33px;
    margin-bottom: 0;
}
.shop_single_page .single-fullwidth .button-right.cart-count {
    margin-top: 24px;
}
.shop_single_page .single-fullwidth .input-center {
	margin-top:30px;
	
}
.shop_single_page .input-center {
    margin-top: 40px;
    margin-bottom: 0;
}
.input-center {
    width: 154px;
    margin: 26px 10px 20px 0px;
}
.shop_single_page .product_details .product_top_section .item_description>div span {
    font-weight: normal;
    font-size: 14px;
    line-height: 38px;
}
.shop_single_page .product_details .product_top_section .item_description>div span.single-fav {
    font-size: 17px;
    background: #eaeaea;
}
.clear_fix:after {
    display: table;
    content: '';
    clear: both;
}
.shop_single_page .product_details .product_top_section .item_description>a {
    width: 170px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10px;
}
.item_description input.form-control {
    width: 50px;
}
.shop_single_page .product_details .single-product-social-icons li:first-child {
	background:none;
	margin-right:20px !important;
}
.shop_single_page .product_details .single-product-social-icons li {
    width: 36px;
    height: 35px;
    line-height: 35px;
    background: #eaeaea;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
    text-align: center;
	display:inline-block;
	margin-right:10px;
}
.shop_single_page .product_details .product-review-tab {
    margin-bottom: 80px;
}
.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
}
.nav-tabs {
    text-align:center;
}
.shop_single_page .product_details .product-review-tab .nav {
    border-bottom: 1px solid #f7f7f7;
}
.shop_single_page .product_details .product-review-tab .tab-pane {
    padding: 40px 50px;
    background: #f9f9f9;
	border:1px solid #eaeaea;
}
.add_your_review {
    background: #f9f9f9;
    padding: 50px;
	border-bottom:1px solid #eaeaea;
}
.item_review_content img {
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.shop_single_page .product_details .product-review-tab .item_review_content:last-child {
	border-bottom:none;
}
.shop_single_page .product_details .product-review-tab .tab-pane.tab-pane.review-tab {
    background: none;
    padding: 0;
}
.product-review-tab .nav-pills>li.active>a, .product-review-tab .nav-pills>li.active>a:focus, .product-review-tab .nav-pills>li.active>a:hover {
    background: none;
}
.product_details .nav-tabs>li.active>a {
    border-color: transparent;
    border-bottom: 2px solid;
    padding: 4px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.product_details .nav-tabs>li>a:hover {
	border-color:transparent;
}
.product_details .nav-pills>li>a {
    font-weight: 600;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}
.product-review-tab .content li {
    padding: 10px 0;
}
.product-review-tab .content li span {
    margin-right: 15px;
}
.reviews-container p {
    color: #323435;
    margin: 20px 0;
}
.reviews-container .review-date {
    margin-bottom: 0;
    margin-top: 7px;
    font-weight: 500;
    color: #ccc;
    font-size: 16px;
    line-height: 19px;
}
p.comments-count {
    margin-bottom: 30px;
}
.reviews-container {
    padding: 40px;
    border-bottom: 1px solid #eaeaea;
    border-top: none;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text {
    padding-left: 30px;
    width: 85%;
}
.float_right {
    float: right;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up span {
    margin-right: 7px;
    font-size: 14px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up span, .shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up ul {
    display: inline-block;
	margin-left:20px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up ul li {
    display: inline-block;
    margin-left: 2px;
    font-size: 12px;
}
.shop_single_page ul.rating {
    margin-top: 0 !important;
    margin-bottom: 10px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav, .shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area {
    display: inline-block;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav a:first-child {
    border-right: 1px solid #f7f7f7;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav a {
    font-size: 18px;
    line-height: 20px;
    padding: 0 10px 0 0;
    margin-right: 5px;
    color: #9e9e9e;
}

.shop_single_page .product_details .product-review-tab .item_review_content {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.theme_inner_title h4 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.shop_single_page .product_details .product-review-tab .add_your_review>span {
    display: block;
    margin: 0 25px 0 0px;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul {
    line-height: 20px;
    border-right: 1px solid #f7f7f7;
    padding-right: 6px;
    margin-right: 5px;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul li {
    font-size: 12px;
    margin-right: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul, .shop_single_page .product_details .product-review-tab .add_your_review ul li {
    display: inline-block;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul.fix_border {
    border: none;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul {
    line-height: 20px;
    border-right: 1px solid #f7f7f7;
    padding-right: 6px;
    margin-right: 5px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form {
    margin-top: 31px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form button {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    width: 150px;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    border-radius: 3px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form input, .shop_single_page .product_details .product-review-tab .add_your_review form textarea {
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    color: #9e9e9e;
    resize: none;
}
.sec_up h6 {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
}
.item_review_content ul.rating {
    margin-top: 5px;
	margin-bottom:0;
}
.shop_single_page .product_details .product-review-tab .add_your_review form input {
    height: 54px;
    padding: 0 15px 0 19px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form textarea {
    max-width: 100%;
    min-height: 165px;
    padding: 15px 17px 5px 19px;
	margin-bottom:10px;
}
.shop_single_page .product_details .related_product {
    position: relative;
}
.shop_single_page .related_product p {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
}

/* =================================================================== 
						Product-List
======================================================================*/
.product-list-box {
    margin-bottom: 30px;
}
.product-list-box img {
	width:100%;
}
.product-list-box .media-body {
    text-align: left;
    padding: 9px 30px;
	border: 1px solid #eaeaea;
}
.fullwidth .product-list-box .media-body {
    padding: 21px 30px;
}
.product-list-box .media-body .product-list-box-content h4 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.product-list-box .image-box {
    padding: 19px;
	margin-bottom:0;
	border-radius:0;
	display:list-item;
	border:none;
}
/*style-two*/
.product-list-box.style-two .media {
    padding-left: 0;
}
.style-two .image-box {
    padding: 8px 10px;
}

.style-two p.list-text {
    margin: 15px 0;
}
.product-list-box.style-two h4 {
    margin-bottom: 5px;
}
.style-two .pricing-area {
    padding: 10px 0;
}
.stock {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 0;
}
.product-list-box .price {
    margin: 15px 0 1px 0;
}
.product-list-box .rating {
    margin-bottom: 10px;
}
.product-list.style-two {
    padding: 0 15px;
}
.product-list-box.style-two {
	padding : 0;
}

/* =================================================================== 
						Home-3
======================================================================*/
/*Faq section*/
.faq {
    background-size: cover;
    background-repeat: no-repeat;
}	
/* =================================================================== 
						About Us 
======================================================================*/
.about-img.category-item {
    overflow: hidden;
    padding: 0 4px;
    margin-bottom: 10px;
}sss
.about-img:last-child img {
    padding-top: 1px;
}
/* =================================================================== 
						ABOUT SIGNATURE
======================================================================*/
.signature-block {
	padding-top:10px;
}
.signature-block .signature-img {
	margin-bottom:20px;
}
.signature-block P {
	font-size:14px;
}

/* =================================================================== 
						TEAM
======================================================================*/
.team-grid .team-img {
	margin: 0 auto 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.team-grid .team-name {
	margin-bottom:10px;
}
.team-grid .team-name > a {
    color: #333;
    display: block;
    font-size: 17px;
	line-height:17px;
    font-weight: 500;
}
.team-social li > a {
    font-size: 18px;
}
.team-content {
    padding: 0 25px;
}
.team-designation {
    margin-bottom: 15px;
}

/* =================================================================== 
						TESTIMONIALS
======================================================================*/
.testimonial-wrapper {
	margin-bottom:50px;
}
.testimonial-wrapper:last-child {
	margin-bottom:0;
}
.testimonial-wrapper .testimonial-cmt {
	padding: 10px 244px 20px;
	position:relative;
	margin-bottom: 20px;
}
.testimonial-wrapper .testimonial-cmt.grey-bg {
	background:#e9f1f8;
}
.testimonial-wrapper .testimonial-cmt p:last-of-type {
	margin-bottom:0;
}
.testi-details-block {
	vertical-align:middle;
}	
.testimonial-cmt p {
	margin-bottom: 0!important;
	font-size: 19px;
    line-height: 30px;
	text-align: center;
    font-style: italic;
}
.testimonial-wrapper .test-info {
    position: relative;
    padding: 15px 0px 10px 110px;
    min-height: 100px;
    text-align: left;
    max-width: 270px;
    margin: 0 auto;
}	
.testimonial-wrapper .test-info .author-thumb {
    position: absolute;
    left: 0px;
    width: 100px;
    height: 100px;
}
.testimonial-wrapper img.media-object {
    border: 3px solid rgba(255,255,255,0.5);
    padding: 6px;
}
.testimonial-wrapper p.testi-name {
    margin-top: 14px;
    margin-bottom: 0;
	text-transform:uppercase;
	font-weight: 500;
}
/* =================================================================== 
					LATEST-POST
======================================================================*/
.latest-post .post-thumbnail.overlay-container {
    display: block;
}
p.latest-post-category {
    background: red;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 20px;
    margin-top: 11px;
}
.latest-post a.btn {
    padding-left: 0;
}
.latest-post .latest-post-container {
    position: relative;
    margin-top: 20px;
    padding: 0 0px 10px 90px;
    min-height: 100px;
    max-width: 100%;
}
.latest-post-date-container {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 0;
}
span.latest-post-date {
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
    color: #ececec;
}
span.latest-post-month {
    position: absolute;
    left: 5px;
    right: 0;
    text-align: center;
    top: 15%;
    font-size: 15px;
    color: #000;
	font-family: 'Playfair Display', serif;
}
/* =================================================================== 
					SUBSCRIBE
======================================================================*/

.subscribe-box {
    padding: 38px 0 10px;
}
section.subscribe {
    padding: 0;
}
.subscribe .form input.email, .subscribev3 .form input.email {
	width: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
	color: #ababab;
    padding: 10px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
}
.sub-button {
    margin: 10px 0;
}
.subscribe-title {
    display: inline;
}
span.divider {
    font-size: 29px;
    line-height: 29px;
    padding: 0 5px;
}
p.subscribe-sub {
    display: inline;
font-size: 26px;
line-height: 2;
color: #000;
}
.subscribe-head {
    padding: 10px 0;
}
.garden-img-block {
    margin-top: -30px;
    margin-bottom: -53px;
}
/* =================================================================== 
					OPEN POSITION
======================================================================*/
.pic-shadow {
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}
.pretty-container {
	position:relative;
}
.pretty-play {
	background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 70px;
    line-height: 75px!important;
    padding: 0 0 0 10px;
    position: absolute;
    text-align: center;
    width: 70px;
    z-index: 9;
}
.pretty-play.pretty-middle {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
/* =================================================================== 
					OPEN POSITION
======================================================================*/
.table.table-position > tbody > tr > td, .table.table-position > tbody > tr > th, .table.table-position > tfoot > tr > td, .table.table-position > tfoot > tr > th, .table.table-position > thead > tr > td, .table.table-position > thead > tr > th {
	border:none;
	padding:30px;
}
.table.table-position > thead > tr > th {
	padding:10px 30px;
	color:#fff;
}
.table.table-position > thead > tr > th > span {
	padding-left:5px;
}
.table.table-position > tbody > tr > td {
	background:#ebedef;
	border-bottom:1px solid #fff;
}
/* =================================================================== 
					GALLERY GRID
======================================================================*/
.isotope-grid-outer {
	padding:50px 0;
}
.isotope-grid .img-wrapper {
	position:relative;
}
.isotope-grid .img-wrapper .overlay {
    bottom: 0;
    left: 0;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
	opacity:0;
	visibility:hidden;
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
}
.isotope-grid .img-wrapper:hover .overlay {
	opacity:1;
	visibility:visible;
}
.overlay .pretty-link {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.isotope-grid .img-wrapper .overlay .image-popup {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.isotope-grid .overlay .content-block {
	position:absolute;
	top:auto;
	bottom:-15px;
	left:0;
	right:0;
	margin:0 auto;
	padding:15px;
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out; 
}
.img-wrapper:hover .overlay .content-block {
	bottom:0;
}
.isotope-grid .overlay .content-block p.product-category {
	font-size:12px;
	margin-bottom:5px;
	padding-left:0;
}
.isotope-grid .overlay .content-block h6,
.isotope-grid .overlay .content-block h4 {
	margin-bottom:0;
	line-height: 28px;
}
.isotope-grid .overlay .content-block h4 {
	font-weight:500;
	line-height:30px;
}
.isotope-grid .overlay .read-more {
	border: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 15px;
    font-size: 20px;
    height: 30px;
    left: 15px;
    line-height: 30px;
    opacity: 1;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    width: 30px;
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
}
.isotope-grid .overlay .read-more:hover,.isotope-grid .overlay .read-more:focus {
	color:#fff;
}
.isotope-grid .img-wrapper:hover .overlay .read-more {
	top: 15px;
}
/* ISOTOPE GRID WITH GUTTER */
.gutter-15.isotope-grid {
	margin:-15px;
}
.isotope-grid .grid-sizer,
.isotope-grid .grid-item {
	 width: 25%;
}
.element-item {
  float: left;
  width: 269px;
  height: 206px;
  margin: 15px 15px;
}
.isotope-grid-button a:first-child {
    padding-left: 0;
}
.isotope-grid-button a {
    padding: 0 12px;
}
.isotope-grid-button a:hover {
    cursor: pointer;
}


/* =================================================================== 
						Masonry
======================================================================*/

.grid {
  max-width: 1200px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  float: left;
}
* { box-sizing: border-box; }

/* ---- grid ---- */

.isotope-grid {
  max-width: 1200px;
}

/* clear fix */
.isotope-grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.isotope-grid-item {
  float: left;
  width: 265px;
  height: 260px;
  margin:20px;
  margin-left:0;
  margin-top:0;
  margin-bottom:25px;
}
.isotope-grid .img-wrapper {
	height:100%;
}
.isotope-grid .img-wrapper img {
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.isotope-grid-item .img-wrapper img {
    height: 100%;
}
.isotope-grid-item--height1 {
	height: 310px;
}
.isotope-grid-item--height2 {
	height: 170px;
}
.isotope-grid-item--height3 {
	height: 220px;
}
.isotope-grid-item--height4 {
	height: 270px;
}

/* =================================================================== 
						BLOG GRID
======================================================================*/

.isotope-blog-grid {
	max-width:1200px;
}
.blog-grid-item {
    width: 250px;
}

/* =================================================================== 
						BLOG SINGLE
======================================================================*/

.post-single .post-author {
    display: inline;
}
.post-single .post-date {
    display: inline;
}
/* =================================================================== 
						BLOG
======================================================================*/
.dark-overlay > span {
    color: #fff;
    font-size: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);	-webkit-transform: translateY(-50%);	-moz-transform: translateY(-50%);	-ms-transform: translateY(-50%);	-o-transform: translateY(-50%);
}
.post .post-title,.project .project-title {
    margin-bottom: 10px;
}
.post .post-title > a:hover,.project .project-title > a:hover {
	text-decoration:none;
}
.project .project-name {
	font-size: 12px;
    margin-bottom: 5px;
}
p.post-category {
    margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
    background: #eaeaea;
    padding: 3px 13px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.post-list p.post-category {
    margin-top: 0;
}
.post-author, .post-author a, .post-date, .comment-date {
	color: #bebebe;
}
p.comment-heading {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
}
/* POST STANDARD */
.post-standard,.post-list {
	border-bottom: 1px solid #ebedef;
    margin-bottom: 45px;
    padding-bottom: 45px;
}
article p:last-child {
    margin-bottom: 0;
}
/*quote post*/
.post .quote-post ,  .link-post {
    padding: 30px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.post .quote-post p, .post .quote-post h6 , .link-post p ,.link-post a {
    color: #fff;
}
.link-post a {
    word-wrap: break-word;
	font-size: 14px;
    line-height: 14px;s
}
p.link-post-head {
    font-size: 18px;
    line-height: 30px;
	margin-bottom:5px;
}
.link-post p {
	margin-bottom:10px;
}
.link-post span:before {
    background: rgba(0,0,0,0.1);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    color: #000;
    opacity: 0.3;
    font-size: 28px;
}
.post .quote-post p , .link-post {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0;
}
.post .quote-post h6 {
    margin-bottom: 0;
    margin-top: 10px;
}
/* POST LIST */
.post-list .post-thumbnail {
	margin-bottom:0;
}
.post-list .media-left, .post-list.media > .pull-left {
    padding-right: 30px;
}
/* POST SINGLE */
.post.post-single .post-date {
	margin-bottom:0;
}
.post.post-single .post-date, .post.post-single .post-author {
    padding: 10px;

}
.post-thumbnail img {
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.post-top-area {
    margin-bottom: 20px;
    margin-top: 20px;
}
.post.post-single .post-title {
    font-weight: 500;
}	
.post.post-single .post-content,
.post.post-single .post-content p {
	margin-bottom: 20px;
}
.author-wrapper {
	padding:30px;
	margin-bottom: 45px;
	border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.author-social li {
    width: 33px;
    height: 30px;
    line-height: 30px;
    background: #eaeaea;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-right:5px;
	text-align:center;
}
ul.author-social.list-inline {
    margin-left: 0;
}
.author-wrapper .media-left,.author-wrapper .media > .pull-left {
    padding-right: 30px;
}
.author-wrapper h6 {
	font-size:13px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.author-wrapper p:last-child {
	margin-bottom:0;
}
p.note-text {
    margin-bottom: 0;
    padding: 10px 0;
}
/* POST COMMENT */
.comment-main-wrapper {
	margin-bottom:20px;
	margin-top:20px;
}
.comment-form {
    background: #f9f9f9;
    padding: 40px;
    padding-bottom: 1px;
    border: 1px solid #eaeaea;
}
.comment-form .form-control {
    border-color: #eaeaea;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.comment-form textarea {
    height: 100px;
}
.comment-form h6 {
	margin-bottom:40px;
}
.comment-wrapper {
	border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.comment-wrapper:last-child {
	padding-bottom: 40px;
    margin-bottom: 0px;
}

.comment-wrapper .media-left,.comment-wrapper .media > .pull-left {
    padding-right: 30px;
}
.comment-wrapper .comment-name {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}
p.comment-date {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
    color: #bbb;
}
a.reply-link {
    color: #2e2b2b;
    font-weight: 600;
}	
a.reply-link:before {
	content:"\f13a";
	color: #909090;
    display: inline-block;
    font-family: "Ionicons";
    margin-right: 10px;
}
/*related Post*/
.related-posts article.post.post-standard {
    border: 0;
}
.related-posts {
    border-bottom: 1px solid #eaeaea;
}
.related-posts {
    margin-top: 40px;
	margin-bottom:40px;
    padding-bottom: 40px;
}
/*post audio */
.audio-wrapper {
    padding-bottom: 0px;
}
/* =================================================================== 
						SHOP
======================================================================*/

.shop-page-area .inner-shop-top-right ul > li {
    border: 1px solid #e1e1e1;
    display: inline-block;
    padding: 8px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.shop-page-area .inner-shop-top-right ul > li.sort-order .dropdown {
	padding:8px 17px;
}
.shop-page-area .inner-shop-top-right ul > li.sort-order {
    padding: 0;
	margin-right:15px;
}
.shop-page-area .inner-shop-top-right ul > li.active > a {
    color: #fff;
}
.shop-page-area .inner-shop-top-right ul > li > a {
    padding: 8px 17px;
}
.shop-page-area .inner-shop-top-right ul > li ul > li {
    border: none;
    display: block;
	padding:0;
}
.shop-page-area .inner-shop-top-right {
    float: right;
}
.inner-shop-top-right.float_left {
    float: initial;
}
.inner-shop-top-right.float_left li:last-child {
    border: none;
}
a.sorting-btn {
    padding-right: 20px;
}

.filter-by-price .filter-circle {
    width: 100%;
    height: 7px;
    background: #f2f2f2;
    display: inline-flex;
    position: relative;
    z-index: -1;
}


/* =================================================================== 
						PRICE FILTER
======================================================================*/
.ui-widget.ui-widget-content {
    background: #ccc;
	height: 7px;
    line-height: 7px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 15px;
}
	.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 15px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 15px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 15px;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-slider-horizontal {
    height: 4px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
    width: 23px !important;
    height: 23px !important;
    line-height: 23px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -9px !important;
    margin-left: -13px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
	outline:0;
} 
  

ul.price-filter-text {
    margin: 20px 0;
}

a.btn.btn-default.filter-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
}
ul.filter-check-box li {
    padding: 13px 0;
    border-bottom: 1px solid #eaeaea;
    list-style-type: none !important;
}
ul.filter-check-box li:last-child {
    border-bottom: none;
}
span.filter-option {
    padding-left: 40px;
}
.filter-check-box input[type="checkbox"] {
  display: none;
}

.checkbox {
	padding-left: 20px; 
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
 }
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 10px;
	top:6px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	line-height:16px;
	left: 10px;
	top: 6px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"] {
	opacity: 0; 
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; 
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65; 
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
 }

.checkbox-success input[type="checkbox"]:checked + label::after {
color: #fff; }


input[type="checkbox"]:checked {
  font-weight: bold;
}

.product-item .product-img-holder {
	position:relative;
}
.product-item .product-img-holder:after {
    opacity:0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(139, 197, 62, 0.19);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
	transform:scale(0);
}
.product-item:hover .product-img-holder:after {
    opacity: 1;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
	transform:scale(1);
}
.image-box {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    text-align: center;
    margin-bottom: 30px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product-item .product-carts {
    opacity: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    z-index: 2;
    -moz-transform: scale(1) translateX(-250px);
    -webkit-transform: scale(1) translateX(-250px);
    -o-transform: scale(1) translateX(-250px);
    -ms-transform: scale(1) translateX(-250px);
    transform: scale(1) translateX(-250px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.product-item:hover .product-carts {
    opacity: 1;
    -moz-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.product-item .product-carts li {
    display: inline-block;
    height: 40px;
	line-height: 45px;
    width: 42px;
    border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    margin: 0 1px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.product-carts li a {
    color: #fff;
	display:block;
	animation: shadow-pulse2 1s infinite;
    -webkit-: shadow-pulse2 1s infinite;
    width: 40px;
    height: 38px;
    background: #8bc53e;
}
.product-carts li a i {
    font-size: 23px;
    line-height: 20px;
    font-weight: 700;
}
/* =================================================================== 
						MY CART PAGE
======================================================================*/
.cart .shop_cart_table .table-1 {
    margin-bottom: 30px;
}
.cart .shop_cart_table .table-1 tr th:first-child {
    padding-left: 30px;
}
.cart .shop_cart_table .table-1 tr th {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    line-height: 65px;
    color: #262626;
    text-transform: uppercase;
}
.cart .shop_cart_table .table-1 th {
    padding: 0 8px;
}

.cart .shop_cart_table .table-1 tr td.flex_item {
    padding: 29px 0 29px 27px;
}
.cart .shop_cart_table .table-1 tr td {
    padding: 29px 0 29px 10px;
    border-top: none;
}
.cart .shop_cart_table .table-1 tr {
    border-bottom: 1px solid #f7f7f7;
}
.float_left {
    float: left;
}
.cart .shop_cart_table .table-1 tr td.flex_item h6 {
    font-size: 20px;
    line-height: 20px;
    margin: 16px 0 16px 0px;
}
.cart .shop_cart_table .table-1 tr td input[type="number"] {
    width: 50px;
}
.shop_cart_table .input-center {
    width: 150px;
}
.cart .shop_cart_table .table-1 input {
    display: inline-block;
}
.cart .shop_cart_table .table-1 tr td span {
    display: inline-block;
    margin: 40px 0 40px 0;
    font-size: 14px;
    line-height: 18px;
}
.cart .shop_cart_table .table-1 tr td .input-center span {
    display: table-cell;
    margin: 0 !important;
    font-size: 25px;
    line-height: 14px;
    color: #000;
    font-weight: 100;
    font-family: inherit;
}
.cart .shop_cart_table .table-1 tr td .input-center span button {
    background: none;
	padding: 0 17px;
}
.remove-btn span:before {
    border: 1px solid #ccc;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    padding: 3px 5px;
}
.remove-btn:hover span:before {
    background: red;
    color: #fff;
}
.cart input.coupon {
    height: 43px;
    line-height: 43px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px;
    width: 150px;
}
.cart-button-inline p {
    margin-bottom: 0;
}
.cart_button button {
    padding: 10px 17px;
    margin-left: 9px;
}
.cart_update {
    text-align: right;
}
a.remove-btn.clear-btn {
    padding-left: 15px;
}
span.ion-close-round {
    padding: 0 10px;
}
.cart-form select, .cart-form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 1px solid #eaeaea;
     border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.cart-form button.btn {
    height: 40px;
    padding: 0 20px;
	background : #eaeaea;
}
.cart-form.submit_form {
    margin-bottom: 20px;
}
.cart .cart-total-box {
    background: #f9f9f9;
    padding: 34px 30px 10px;
    text-align: center;
}
.cart-total-box .table-2 td {
    border: 0;
}
.cart-total-box button.cart_btn2 {
    padding: 0 30px;
    margin-bottom: 10px;
}
.cart-button-inline {
    font-size: 13px;
    float: left;
	margin-right: 22px;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
    margin-bottom: 19px;
} 

/* =================================================================== 
						CHECKOUT
======================================================================*/
a.tran3s.color2_bg.btn.btn-default {
    width: 100%;
}
.checkout-box {
    padding: 15px 30px 30px;
}
img.check-payment {
    margin-left: 18px;
    margin-bottom: 10px;
}
.payment_system {
    margin-bottom: 20px;
}
.payment_system input {
    margin-right: 10px;
}
.checkout-check input {
    margin-right: 15px;
}
table.table.table-2.check-out tr td {
    padding: 15px 0 !important;
}
.check-out-product td {
    border: none !important;
    color: #999;
    padding: 8px 0 !important;
}
.cart-head {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.checkout-box p {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 21px;
}
/* =================================================================== 
						REQUEST A CALLBACK
======================================================================*/
.contact-wrapper {
    padding: 25px 50px 50px;
}
.floating-wrapper {
	background: #fff;
	box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	margin-bottom:-50px;
}
.textarea-message textarea {
    height: 120px;
	margin-bottom:0;
}

/* =================================================================== 
						WIDGET
======================================================================*/
.sidebar .widget {
	margin-bottom:50px;
}
.sidebar p {
	color: #a8a8a8;
	font-weight:600;
}
.sidebar .widget:last-child {
	margin-bottom: 0 !important;
}
/* CUSTOM MENU WIDGET */
.menu-widget ul > li > a {
	color:#323435;
	display:block;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 1px;
    padding: 0 20px 0 35px;
	position:relative;
	
}
.menu-widget ul > li:last-child > a {
    border: none;
}
.menu-widget ul > li > a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #606060;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left:10px;
}
.menu-widget ul > li > a:hover,.menu-widget ul > li > a:focus {
	padding-left:20px;
}
span.item-count {
    float: right;
}
.widget-subscribe p {
	margin-bottom:25px;
}
/* BROCHURES WIDGET */
.brochures-widget ul > li > a {
	background: #ebedef;
	display:block;
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 1px;
    padding: 0 30px;
}
.brochures-widget ul > li > a span {
	line-height:50px;
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
}
.brochures-widget ul > li > a:hover,.brochures-widget ul > li > a:focus,
.brochures-widget ul > li > a:hover .text-color,.brochures-widget ul > li > a:focus .text-color {
	color:#fff !important;
}
/* SEARCH WIDGET */
.search-widget .form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebedef;
}
/* RECENT POST WIDGET */
.recent-widget .post-list {
    border: medium none;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.recent-widget .post-list .media-left, .recent-widget .post-list.media > .pull-left {
    padding-right: 15px;
}
.recent-widget .post .post-title {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
}
.recent-widget .post .post-date {
	margin-bottom:0;
}
/*Box*/
.sidebar-box {
    height: 313px;
    width: 100%;
    background: url(../images/blog-standard/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.widget.border-box {
    border: 1px solid #eaeaea;
    padding: 10px;
}
/*Tag Widgets */
.tag-wrapper a {
    margin-right: 10px;
}
.tags a {
    margin-bottom: 14px;
	font-size:13px;
    display: inline-block;
    background: #eaeaea;
    padding: 4px 10px 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.tags li {
	display :inline-block;
}
span.tag-title {
    margin-right: 10px;
}

/* =================================================================== 
						CLIENT SLIDER
======================================================================*/

.owl-carousel .owl-controls .owl-nav div {
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0; 
  margin-right:7.5px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 15px;
  margin-left:7.5px;
}
.owl-theme .owl-nav > div {
	font-size:0;
	padding:0;
	border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	margin:0;
	text-align:center
}
.owl-carousel .owl-controls .owl-nav .owl-prev:after,
.owl-carousel .owl-controls .owl-nav .owl-next:after {
	font-family:"Ionicons";
	content:"\f3d2";
	border:none;
	position:absolute;
	font-size:30px;
	font-weight:800;
	color:#333;
	left:0;
	right:0;
	opacity:0.3;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover:after,
.owl-carousel .owl-controls .owl-nav .owl-next:hover:after {
	opacity:1;
}
.typo-white .owl-carousel .owl-controls .owl-nav .owl-prev:after,
.typo-white .owl-carousel .owl-controls .owl-nav .owl-next:after {
	color:#fff;
}
.owl-carousel .owl-controls .owl-nav .owl-next:after {
	content:"\f3d3";
}
/* =================================================================== 
						FOOTER
======================================================================*/
.footer-widget-area {
	padding:75px 0 0px;
    background-color:#add068; 
}
footer.grey-bg {
    border-top: 1px solid #eaeaea;
}
.widget, .footer-info {
	margin-bottom:30px!important;
}
.widget-title {
	padding-bottom:15px;
	margin-bottom:15px;
	position:relative;
	text-transform: uppercase;
    font-weight: 700;
}
footer .form-control,
footer .input-group-btn > .btn {
	background:rgba(21,21,21,0.3);
}
footer .form-control {
	font-size:10px;
	color:#fff;
}
footer hr {
	border-color:##eaeaea;
	margin:0;
}
footer .row{
	margin: 0!important;
}
.footer-bottom-area {
	  padding: 8px 0;
	position:relative;
}
.footer-bottom-area p:last-child {
    margin-bottom: 0;
}
.footer-bottom-area p.copyright-text {
    margin-bottom: 0;
margin-top: 5px;
text-align: center !important;
font-size: 14px!important;
width: 100%;
}
.widget-menu li {
    padding: 5px 0 5px 0;
}
.widget-menu li:first-child {
	padding-top:0;
}
.footer-bottom-area .footer-bottom-menu li {
    padding: 0 0;
	text-align:left;
}
.social-icons li a i {
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 19px;
}
ul.social-icons li a {
    width: 40px;
    height: 40px;
    background: #eaeaea;
	padding: 12px;
     border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
ul.social-icons li a:hover,
ul.social-icons li a:focus{
	background: #eaeaea;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.footer-bottom-area .footer-bottom-menu .social-icons li {
    margin-right: 10px;
	display:inline-block;
}
.footer-bottom-area .footer-bottom-menu .social-icons li:last-child {
    margin-right: 0;
}
p.copyright-designed-text,.footer-logo .designed-logo {
    display: inline;
	margin-right: 3px;
}
.footer-bottom-area .nav li a{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
/*contact Page*/
.submit {
    text-align: center;
}
.contact-box .services-heading {
    margin-bottom: 0;
}
.contact-box .services-heading {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
}
/* =================================================================== 
						SPACING
======================================================================*/
.padding-none {
	padding:0;
}
.padding-bottom-none {
	padding-bottom:0;
}
.padding-tb-120 {
	padding-top:120px;
	padding-bottom:120px;
}
.padding-tb-70 {
	padding-top:70px;
	padding-bottom:70px;
}
.padding-bottom-45 {
	padding-bottom:45px;
}
.padding-top-45 {
	padding-top:45px;
}
.padding-bottom-none {
	padding-bottom:0px;
}
.padding-top-120 {
	padding-top:120px;
}
.padding-bottom-120 {
	padding-bottom:120px;
}
.padding-bottom-160 {
	padding-bottom:160px;
}
.padding-top-220 {
	padding-bottom:220px;
}
.padding-bottom-160 {
	padding-bottom:260px;
}
.padding-top {
	padding-top:70px;
}
.padding-tp-30 {
	padding-top:30px;
}
.padding-tp-0 {
    padding-top: 0;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-top-20 {
	margin-top:20px;
}

.margin-none {
	margin:0!important;
}
.padding-tb-30 {
	padding-top:30px;
	padding-bottom:30px;
}
.padding-top-10 {
	padding-top:10px;
}



/* =================================================================== 
						COLOR PANEL
======================================================================*/
.color-panel {
	position:fixed;
	right:2%;
	bottom:10%;
	min-width:150px;
	text-align:center;
    z-index: 9999;
}
.panel-icons > li {
    margin-bottom: 15px;
	position:relative;
}
.panel-colors {
    display: inline-block;
    position: relative;
    padding-top: 40px;
}
.panel-icons > li > a,
.panel-colors > li > a {
	width:42px;
	height:42px;
	font-size:20px;
	display:inline-block;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius: 50%;	-webkit-border-radius: 50%;	-moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
	line-height:38px;
	color:#fff;
	background:#333;
	text-align:center;
	position:relative;
	z-index:1;
}
.panel-icons > li > a.purchase-icon:after {
	content:"";
	background:inherit;
	border-radius: 50%;	-webkit-border-radius: 50%;	-moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
	z-index:-1;
	opacity: 0;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: hvr-icon-float-away;
	animation-name: hvr-icon-float-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.panel-colors > li > a {
	bottom: 0;
    cursor: pointer;
    height: 20px;
    right: -35px;
    line-height: 20px;
    position: absolute;
    width: 20px;
	opacity:0;
	visibility:hidden;
	transform:translateY(10px);	-webkit-transform:translateY(10px);	-moz-transform:translateY(10px);	-ms-transform:translateY(10px);	-o-transform:translateY(10px);
	-webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  	transition:all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.panel-color-list:hover .panel-colors > li > a {
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}
.panel-colors > li:nth-child(2) > a { bottom: 35px; right: -25px; transition-delay: 0.1s;-webkit-transition-delay: 0.1s;}
.panel-colors > li:nth-child(3) > a { bottom: 50px; right: 7px; transition-delay: 0.2s;-webkit-transition-delay: 0.2s;}
.panel-colors > li:nth-child(4) > a { bottom: 35px; right: 40px; transition-delay: 0.3s;-webkit-transition-delay: 0.3s;}
.panel-colors > li:nth-child(5) > a { bottom: 0; right: 50px; transition-delay: 0.4s;-webkit-transition-delay: 0.4s;}
.panel-icons > li > a.switcher-icon {
	background:#2e2e2e;
}
.panel-icons > li > a.purchase-icon {
	background:#4CAF50;
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}

/*--------------SELECTION---------------*/
::selection{
	background:#fff85f; color:#333;
}
::-moz-selection{
	background:#fff85f; color:#333;
}
::-ms-selection{
	background:#fff85f; color:#333;
}
::-webkit-selection{
	background:#fff85f; color:#333;
}


					/*//////////////////////////
					----------------------------
===================/////////////////////////////======================
					pratyaya css start from here
===================/////////////////////////////======================
					----------------------------
					//////////////////////////*/
.sec_padding{
	padding: 85px 0!important;
}
p{
	text-align: justify!important;
}
h2{
	font-size: 35px!important;
	color: #8dc440 !important;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
}
.cus_btn{
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  padding: 12px 30px;
  text-transform: capitalize;
  transition: all ease-in-out .5s;
  background: #8dc440;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
}
.cus_btn:hover{
  transition: all ease-in-out .5s;
  background: #f49420;
  color: #fff;
}
.cus_btn::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  top: 5%;
  left: 0;
  transition: all ease-in-out .5s;
  transform: scale(0, 1);
  border: 2px solid #fff;
  color: #fff;
  background: 0 0;
}
.cus_btn:hover::before{
  transform: scale(1);
  transition: all ease-in-out .5s;
}
.about_img{
 height: 400px;
 width: 100%;
 border: 7px solid #8dc33d40 !important;
padding: 25px;
overflow: hidden;
border-radius: 20px;
position: relative;
}
.about_img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: rgba(141, 196, 64, 0.14);
  -webkit-transition: -webkit-transform 1.8s;
  transition: -webkit-transform 1.8s;
  transition: transform 1.8s;
  transition: transform 1.8s, -webkit-transform 1.8s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  z-index: 1;
}
.about_img:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
-webkit-transition: -webkit-transform 1.8s;
  transition: -webkit-transform 1.8s;
  transition: transform 1.8s;
  transition: transform 1.8s, -webkit-transform 1.8s;
}
.about_img img{
 width: 100%;
 height: 100%;
 object-fit: contain;
}
.about-us2 {
	position: relative;
}
.about-us2::before {
  content: '';
  background: url(../images/bottom-bg.png) repeat-x;
    background-size: auto;
  position: absolute;
  top: -25px;
  left: 0;
  height: 5%;
  width: 100%;
  z-index: 2;
  background-size: contain;
}
.about-us2::after {
  content: '';
  background: url(../images/top-bg.png) repeat-x;
    background-size: auto;
  position: absolute;
  bottom: -28px;
  left: 0;
  height: 5%;
  width: 100%;
  z-index: 2;
  background-size: contain;
}
.about-us3{
	position: relative;
}
.about-us3::before {
  content: '';
  background: url(../images/bottom-bg.png) repeat-x;
    background-size: auto;
  background-size: auto;
  position: absolute;
  top: -25px;
  left: 0;
  height: 10%;
  width: 100%;
  z-index: 2;
  background-size: contain;
}
.about-us3::after {
  content: '';
  background: url(../images/top-bg.png) repeat-x;
    background-size: auto;
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 10%;
  width: 100%;
  z-index: 2;
  background-size: contain;
}
.design1{
	position: relative;
	width: 100%;
	height: 100%;
}
.design1:after{
	position: absolute;
	content: '';
	width: 200px;
	height: 150px;
	top: -125px;
	right: 0px;
	box-shadow: none !important;
	background-size: 100%;
	background-position: center;
	animation: float 8s ease-in-out infinite;
	background-image: url(../images/design1.png);
	background-repeat: no-repeat;
	z-index: 99;
}
.design1:before{
	position: absolute;
	content: '';
	width: 200px;
	height: 200px;
	bottom: 50px;
	left: -55px;
	box-shadow: none!important;
	background-size: 100%;
	background-position: center;
	animation: float2 15s ease-in-out infinite;
	background-image: url(../images/design1-1.png);
	background-repeat: no-repeat;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	25% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translateX(10px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
		background-blend-mode: screen;
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translateX(0px);
	}

}
@keyframes float2 {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-130px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}
.cus_bg{
	background: #8bc53e!important;
}
.cus_bg h2{
	color: #fff!important;
}
.line_left .line {
  margin: 15px 0 20px;
}
.line_left h2 {
  text-align: left;
}
.cus_bg .line{
	background: #ffffff6b;
}
.cus_bg .line::before{
	background: #fff;
}
.line {
  height: 5px;
  width: 90px;
  background: #8dc44069;
  margin: 15px auto 20px;
  position: relative;
  border-radius: 30px;
}
.line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2.6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #8dc440;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
.main_menu{
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	transition: .5s;
	height: 325px;
	text-align: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 0px;
	border: 2px #fff solid;
}
.main_menu:hover{
	margin-top: 10px;
	margin-bottom: 30px;
	transition: .5s;
	border-radius: 20px;
	box-shadow: #ffffff75 0 0 0 4px;
	border: 2px #8bc53ed4 solid;
}
.main_menu:hover .menu_img img{
	box-shadow: 0 5px 0 0 #8bc53e8a;
	transition: .5s;
}
/*.main_menu:hover h4{
	color: #f49420;
}*/
.main_menu h4{
	color: #8bc53e;
	padding: 10px;
	font-size: 20px;
	margin: 0;
	transition: .5s;
	line-height: 1;
	margin-bottom: 10px;
}
.main_menu p{
	color: #00000091;
	font-size: 16px;
	margin: 0;
}
.main_menu .menu_txt{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: .5s;
}
.main_menu .menu_img{
	width: 100%;
}
.main_menu .menu_img img{
	width: 90px;
	height: 90px;
	object-fit: contain;
	border-radius: 50%;
	box-shadow: 5px 0 0 0 #fff;
	transition: .5s;
	background: #8bc53e;
	margin-bottom: 20px;
}
.fixwhatsapp a {
  width: 50px!important;
  height: 50px!important;
  line-height: 0!important;
  font-size: 35px!important;
  background-color: #009933;
  border-radius: 50%!important;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: shadow-pulse 3s infinite;
    -webkit-: shadow-pulse 3s infinite;
}


@keyframes shadow-pulse {
    0% {
        box-shadow: 0px 0px 0px 0px #0099333d;
    }
    100% {
        box-shadow: 0px 0px 0px 50px rgb(255 255 255 / 0);
    }
}

@-webkit-keyframes shadow-pulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 0.2);
    }
    100% {
        box-shadow: 0px 0px 0px 50px rgb(255 255 255 / 0);
    }
}

@keyframes shadow-pulse2 {
    0% {
        box-shadow: 0px 0px 0px 0px #fff;
    }
    100% {
        box-shadow: 0px 0px 0px 50px rgb(255 255 255 / 0);
    }
}

@-webkit-keyframes shadow-pulse2 {
    0% {
        box-shadow: 0px 0px 0px 0px #fff;
    }
    100% {
        box-shadow: 0px 0px 0px 50px rgb(255 255 255 / 0);
    }
}
.owl-theme .owl-nav{
	margin: 0!important;
}
.owl-theme .owl-dots{
	margin: 0!important;
}
.owl-theme .owl-dots .owl-dot span {
  height: 6px!important;
  margin: 5px!important;
  width: 30px!important;
}
.image_box{
	position: relative;
	transition: .5s;
}
.image_box: after{
	position: absolute;
content: '';
width: 70%;
height: 70%;
transform: rotate(45deg);
left: 15%;
top: 15%;
background-color: #0664cd66;
transition: .5s;
opacity: 0;
border-radius: 50%;
border: 2px dashed #fff;
}
.image_box:hover::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 90%;
  transform: rotate(0deg);
  left: 5%;
  top: 5%;
  border-radius: 0;
  display: block;
  transition: .5s;
  opacity: 1;
  z-index: 1;
}
.middle2 a{
	color: #fff;
}
.middle2 .cus_btn{
	margin: 20px;
}
.vdozpart iframe{
	border: 10px #fff solid;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.widget-title {
  font-weight: 900!important;
  font-size: 20px;
  color: #fff !important;
  font-family: cursive;
}
.subscribe {
  padding: 0;
  background: url(../images/home/garden.png);
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
}
.divider {
  background-color: #8bc53e!important;
}
.input-group .cus_input{
	width: 100%;
	padding: 10px;
	border: 1px #8bc53e solid;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.subscribe .input-group{
	width: 100%;
}
.copyright-text a:hover{
	color: #8bc53e;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(141, 196, 64);
    width: 40px;
    height: 50px;
    padding: 12px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    animation: shadow-pulse2 1s infinite;
-webkit-: shadow-pulse2 1s infinite;
z-index: 99999;
border: 2px solid #fff;

}
#return-to-top i {
    color: #fff;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.item_area {
  border: 10px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.item_area h2{
  color: #fff!important;
  text-align: left!important;
  font-size: 25px !important;
}
.item_area {
  transition: .5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px!important;
}
.item_area:hover{
  transition: .5s;
  background: #fe9711;
}
.item_area .line {
    background: #fff;
    margin: 15px 0 20px;
}
.item_area .line::before {
    background: #fff;
}
.item_area .cus_btn {
    background: #000;
    color: #fff;
}
.item_area .cus_btn:before{
border: 2px solid #fe9711;
}
.item_area .cus_btn:hover {
    background: #fff;
    color: #000;
}
.spclmnu a {
  height: auto;
  width: auto;
  padding: 15px 13px;
  float: left;
  background-color: #8dc53e;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  box-shadow: #fff inset 2px 0 0 0;
  transition: 1s;
}
.spclmnu .active{
  height: auto;
  width: auto;
  padding: 15px 13px;
  float: left;
  background-color: #fff!important;
  text-transform: uppercase;
  font-weight: bold;
  color: #8dc53e!important;
  font-size: 18px;
  letter-spacing: 1px;
  box-shadow: #fff inset 100px 0 0 0;
  transition: 1s;
}
.spclmnu a:hover{
  height: auto;
  width: auto;
  padding: 15px 13px;
  float: left;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #8dc53e!important;
  font-size: 18px;
  letter-spacing: 1px;
  box-shadow: #fff inset 100px 0 0 0;
  transition: 1s;
}
.carouselthumbimg {
  height: 120px!important;
  margin-top: 10px;
  width: 120px!important;
  border-radius: 50%;
  object-fit: contain !important;
  background: #fff;
}
.icon img {
  box-shadow: #ffffff38 0 0 0 4px;
border: 2px solid #ffffffad;
border-radius: 50%;
}
.item_area {
  padding: 4%;
  background: #8dc43c!important;
}
.item_area .cus_pro{
	background: transparent!important;
	height: 180px;
}
.item_image img {
  margin-bottom: 10px;
}
.item_image img {
  background: #fff;
}
.table-editable {
  width: 100%!important;
}
.bg_2{
	background: #bfd5a261;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 20px;
	border: 10px #fff solid;
	padding: 50px 25px;
}
.bg_3{
	background: #c2d5a9;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 20px;
	border: 10px #fff solid;
	padding: 50px 25px;
}
.flag{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flag img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 50px;
	animation: shadow-pulse 1s infinite;
-webkit-: shadow-pulse 1s infinite;
}
.icon-box .icon-wrapper i {
  color: #8dc440!important;
  border: 5px #fff solid;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
justify-content: center;
align-items: center;
}
.cus_mx {
	width: 46%!important;
  margin: 2%!important;
  height: 530px;
}
footer{
	position: relative;
}
footer:after{
	content: '';
  background: url(../images/top-bg.png) repeat-x;
    background-size: auto;
  position: absolute;
  top: -12px;
  left: 0;
  height: 10%;
  width: 100%;
  z-index: 2;
  background-size: contain;
}
.page-title-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0!important;
  background-color: #fff;
}