body {
	font-family: 'Raleway', Open Sans;
	font-weight: 400;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	letter-spacing: 0.5px;
}
body.common-home {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
:focus {
	outline: none !important;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
img {
	transition: all 0.6s;
}
/* margin pading class */
/* =====  margin top  ===== */

.mtblr_20 {
	margin: 20px;
}
.mt_0 {
	margin-top: 0;
}
.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_25 {
	margin-top: 25px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_40 {
	margin-top: 40px;
}
.mt_50 {
	margin-top: 50px;
}
.mt_60 {
	margin-top: 60px;
}
.mt_70 {
	margin-top: 70px;
}
.mt_80 {
	margin-top: 80px;
}
.mt_90 {
	margin-top: 90px;
}
.mt_100 {
	margin-top: 100px;
}
/* =====  margin bottom  ===== */

.mb_0 {
	margin-bottom: 0;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_70 {
	margin-bottom: 70px;
}
.mb_80 {
	margin-bottom: 80px;
}
.mb_90 {
	margin-bottom: 90px;
}
.mb_100 {
	margin-bottom: 100px;
}
/* =====  margin top bottom ===== */

.mtb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mtb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mtb_30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mtb_40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mtb_50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mtb_60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mtb_70 {
	margin-top: 70px;
	margin-bottom: 70px;
}
.mtb_80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mtb_90 {
	margin-top: 90px;
	margin-bottom: 90px;
}
.mtb_100 {
	margin-top: 100px;
	margin-bottom: 100px;
}
/* =====  padding  ===== */

.no-padding {
	padding: 0;
}
/* =====  padding top ===== */
.pt_10 {
	padding-top: 10px;
}
.pt_20 {
	padding-top: 20px;
}
.pt_30 {
	padding-top: 30px;
}
.pt_40 {
	padding-top: 40px;
}
.pt_50 {
	padding-top: 50px;
}
.pt_60 {
	padding-top: 60px;
}
.pt_70 {
	padding-top: 70px;
}
.pt_80 {
	padding-top: 80px;
}
.pt_90 {
	padding-top: 90px;
}
.pt_100 {
	padding-top: 100px;
}
/* =====  padding bottom ===== */
.pb_10 {
	padding-bottom: 10px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pb_30 {
	padding-bottom: 30px;
}
.pb_40 {
	padding-bottom: 40px;
}
.pb_50 {
	padding-bottom: 50px;
}
.pb_60 {
	padding-bottom: 60px;
}
.pb_70 {
	padding-bottom: 70px;
}
.pb_80 {
	padding-bottom: 80px;
}
.pb_90 {
	padding-bottom: 90px;
}
.pb_100 {
	padding-bottom: 100px;
}
/* =====  padding top bottom ===== */
.ptb_10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ptb_20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ptb_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb_40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb_50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.ptb_70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.ptb_80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.ptb_90 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.ptb_100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
/*margin padding class end*/


/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline !important;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */

/* top */
#top {
	padding: 0;
	min-height: 40px;
	text-align: center;
	background: #8ebe43;
	border-bottom: 1px solid #8ebe43;
}
header {
	background: #fff;
}

.header_menu_dropdown {
	position: relative;
	margin: 0px 10px;
}
.header-custom-links i {
	font-size: 21px;
	color: #fff;
}
#currency .dropdown-menu {
	padding: 8px;
}
#language .dropdown-menu > li > a {
	padding: 3px 8px;
}
#currency .dropdown-menu .btn {
	padding: 2px !important;
}
#language .dropdown-menu > li > a:hover {
	color: #FFFFFF;
}
.curr, .lang {
	float: left;
	padding: 0 0 0 15px;
	width: auto;
}
#form-currency .dropdown-menu, #form-language .dropdown-menu, #top-links .dropdown-menu {
	border: 4px solid #dedede;
	box-shadow: none;
	padding: 10px;
	background: #fff;
	position: absolute;
	top: 100%;
	margin: 0;
	left: 0;
	right: auto;
}
#top-links ul li ul.dropdown-menu {
	margin: 8px 0 0;
	right: 0;
	left: auto;
}
#form-currency > div > .btn, #form-language .btn {
	padding: 10px 0;
	color: #fff;
}
#form-language button img {
	margin: -4px 0 0 0;
}
.currency-select.btn.btn-link.btn-block, .myaccount .dropdown-menu > li > a, #form-language .dropdown-menu .btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
}
#form-currency span, #form-currency strong, #form-language span {
	color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #8ebe43 !important;
}
.myaccount .dropdown-menu > li > a > i {
	display: none;
}
#form-currency .btn-link:hover, #form-currency .btn-link:focus, #form-language .dropdown-menu .btn:hover, #form-language .dropdown-menu .btn:focus {
	text-decoration: none;
	color: #8ebe43;
}
.header-res-logo {
	display: none;
}
.fa-mobile {
	font-size: 18px;
	vertical-align: middle;
}
#top .contact > a:hover, #top .contact > a:focus, #top .contact:focus span {
	color: #000;
}
#top .contact span:hover {
	color: #000;
}
#top-links >ul >li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent !important;
	border-color: transparent !important;
}

#top-links >ul >li > a > span {
	padding-right: 5px;
}
#top-links > ul > li:after {
	content: "|";
	padding: 0 0 0 10px;
	color: #fff;
}
#top-links > ul > li:last-child:after {
	content: "";
	padding: 0;
}
#top-links >ul >li > a:hover, #form-currency button:hover span, #form-currency button:hover strong, #form-language button:hover span, #form-currency > div > .btn:hover, #form-language .btn:hover {
	color: #000;
}
#top-links > ul {
	margin: 8px 15px;
	float: left;
}
header.fixed .header-menu #menu {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 0;
	transition: 0.5s;
}
/* logo */
#logo {
	display: inline-flex;
}
#logo > a {
	display: inline-block;
	margin: 34px 0;
}
.header-logo {
	float: left;
}
/* search */

.header-search {
	margin: 47px 20px 0;
}
.search-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	text-align: center;
}
.search-overlay.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.search-overlay .container {
	height: 100%;
}
.search-overlay .search-popup {
	position: relative;
	vertical-align: middle;
	top: 50%;
	left: 0;
	margin: -180px 0 0;
	width: 100%;
	text-align: left;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
#search .input-group-btn {
	font-size: 0;
	position: absolute;
	right: 0;
	top: 140px;
	white-space: nowrap;
	cursor: pointer;
	z-index: 5;
}
#search input {
	height: 120px;
	width: 100%;
	color: #aaa;
	background: transparent;
	border-top: 0px none;
	border-bottom: 2px solid #707070 !important;
	border-left: 0px none;
	border-right: 0px none;
	font-size: 55px;
	font-weight: 700;
	outline: none;
	padding: 25px 0;
	font-family: "Raleway", sans-serif;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.search-overlay form input:focus {
	color: #fff;
}
.search-overlay .search-popup button {
	background: rgba(0, 0, 0, 0) url("../image/search-go.png") no-repeat scroll center center;
	border: medium none;
	height: 120px;
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 35px;
	color: #c6c6c6;
	padding: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: none;
}
.search-overlay form button:hover {
	background-color: none;
	background: rgba(0, 0, 0, 0) url("../image/search-go-hover.png") no-repeat scroll center center;
}
.search-overlay .search-overlay-close {
	background: url("../image/close-icon-black.png") center center no-repeat;
	position: absolute;
	top: 25px;
	right: 25px;
	opacity: 1;
	font-size: 27px;
	z-index: 100;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #333;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.search-overlay .search-overlay-close:hover {
	background: url("../image/close-icon-color.png") center center no-repeat;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
 @media only screen and (max-width: 776px) {
.search-overlay form button {
	height: 60px;
}
.search-overlay form input {
	height: 60px;
	font-size: 30px;
	padding: 10px 45px 10px 0px;
}
.search-overlay form {
	margin-top: -47px;
}
}
.search-box input.input-text {
	border: 1px solid #CCC;
	width: 0;
	opacity: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#search-overlay-btn {
	background: transparent url("../image/sprite.png") no-repeat scroll -80px -101px;
	border: medium none;
	display: block;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
#search-overlay-btn:hover {
	background-position: -50px -13px;
}
.header-search .search-box input {
	background-color: #fff;
}
.shopping-icon {
	float: right;
	margin: 3px 0 0 0px;
	display: inline-flex;
	cursor: pointer;
	position: relative;
}
.shopping-icon .cart-item {
	color: #000;
	font-weight: 600;
}
.shopping-icon span {
	color: #8ebe43;
}
.shopping-icon:hover:before {
	background: transparent url("../image/sprite1.png") no-repeat scroll -102px -424px;
	transition: 0.5s;
}
.shopping-icon:before {
	background: transparent url("../image/sprite1.png") no-repeat scroll -102px -472px;
	width: 24px;
	height: 24px;
	content: "";
	display: block;
	margin: 0 10px 0 0px;
	transition: 0.5s;
}
.form-control::-moz-placeholder {
 font-weight: normal;
}
/* cart */
.header-cart {
	margin: 50px 0 0;
}
#cart {
	margin-bottom: 0;
	float: right;
}
#shippingcart {
	float: left;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin: 4px 0 0;
	text-transform: capitalize;
	display: none;
}
.res_cart_total {
	float: left;
}
#cart-total {
	color: #8ebe43;
	margin: 0 5px;
}
.cart-icon {
	float: left;
	margin: 0px 0 0 0px;
	display: inline-flex;
	cursor: pointer;
	position: relative;
}
.cart-icon::before {
	background: transparent url("../image/sprite.png") no-repeat scroll -133px -104px;
	width: 24px;
	height: 24px;
	content: "";
	display: block;
	margin: 0 10px 0 0px;
	transition: 0.5s;
}
#cart > .btn {
	background: transparent;
	line-height: 20px;
	color: #000;
	padding: 0;
	border: none;
	font-weight: 600;
	border-radius: 0;
}
#cart > .btn > i {
}
#cart.open > .btn {
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	color: #808080;
	z-index: 1001;
	border: 4px solid #dedede;
}
.cart-menu p.text-center {
	margin: 10px 0;
}
#cart .dropdown-menu {
	min-width: 350px;
	padding: 10px;
}
#cart .button-container {
	width: auto;
	float: right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	position: relative;
	border: none;
}
#cart .dropdown-menu table tr {
	position: relative;
}
#cart .dropdown-menu table td {
	border: none;
	background: none;
}
/* menu */
#menu{
	float: right;
}
#menu ul.active {
	display: none;
}
.navbar-header {
	display: block !important;
}
.header-menu {
	background-color: #1071DC;
	position: relative;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
}
#menu > ul > li a:hover {
	background: #8ebe43;
}
#menu a:hover {
	text-decoration: none
}
#menu > ul > li:hover > ul {
	display: block;
}
#menu > ul > li ul > li > ul {
	display: none;
	background: #15BCF0;
	position: absolute;
	z-index: 5;
	padding: 5px;
	margin-left: -13px;
}
#menu > ul > li ul > li:hover > ul {
	display: block;
	top: 0px;
	left: 173px;
}
#menu ul > li > a, .more {
	padding: 52px 12px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-weight: 700;
	color: #000;
}

.more {
	color: #8ebe43;
	padding: 50px 12px;
}
.more i {
	font-size: 20px;
	height: 30px;
	margin: 0 25px 0 20px;
	padding: 4px 0 0 12px;
	width: 30px;
	display: none;
}
#hiden_menu-dropdown {
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 166px;
    z-index: 99;
    border: 4px solid #D4D4D4;
    padding: 20px;
}
.header_blog_link {
	display: none !important;
}
#menu > div > ul > li.menu-last, #menu > div > ul > li:last-child {
	border: none;
}
.hiden_menu li.main_cat {
	list-style: none;
}
.hiden_menu .main_cat a {
    padding: 0 !important;
}
.hiden_menu ul {
	padding: 0;
	display: none;
}
#responsive-menu .navbar-collapse {
	padding: 0;
	display: block;
	text-align: left;
	display: block;
}
#responsive-menu {
	border: medium none;
	padding: 10px 15px 0;
	z-index: 99;
	border-radius: 0;
	margin: 0;
	display: none;
	border-bottom: 1px dashed #dedede;
}
#responsive-menu ul {
	padding: 0 10px;
}
#responsive-menu.col-sm-3 {
	padding: 0 10px;
}
#column-left #responsive-menu {
	position: static;
	width: auto;
}
#responsive-menu ul li span .fa {
	color: #888;
}
#responsive-menu ul li:hover span .fa {
	color: #000;
}
#responsive-menu li:first-child a {
	border: none;
}
#responsive-menu a {
	color: #808080;
	font-weight: 400;
	padding: 0;
}
#responsive-menu a:hover {
	color: #000;
}
#responsive-menu ul li, .left-category li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
}
#responsive-menu div > ul > li:first-child {
	border: none;
}
#responsive-menu div > ul > li {
	padding: 8px 0;
}
#responsive-menu ul li ul.menu-dropdown li ul {
	float: left;
	padding: 0 0 0 20px;
	width: 100%;
}
#responsive-menu .menu-dropdown > li > a, #responsive-menu .menu-dropdown > li > ul > li > a {
	padding: 5px 20px;
	float: left;
	width: 100%;
	color: #737373;
	border: none;
}
#responsive-menu .menu-dropdown > li > a:hover, #responsive-menu .menu-dropdown > li > ul > li > a:hover {
	color: #000;
}
#responsive-menu ul li span, .left-category li span {
	position: absolute;
	right: 14px;
	padding: 0 6px;
	top: 8px;
	cursor: pointer;
	height: 25px;
	width: 25px;
}
.responsive-bar.active:before, .menu-bar.active:before {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.responsive-bar, .menu-bar {
	position: relative;
	display: block;
	z-index: 999;
	float: left;
	cursor: pointer;
	font-weight: normal;
	padding: 8px 20px;
	background-color: #8ebe43;
	font-size: 14px;
	color: #fff;
	font-family: "Raleway";
	text-transform: uppercase;
	width: 100%;
}
.responsive-bar {
	display: none;
}
.menu-bar .fa {
	padding: 0;
	color: #000;
	float: right;
}
.responsive-bar .fa {
	color: #000;
}
.category_text {
	float: left;
	padding: 5px 0;
	font-weight: 700;
}
.menu-bar .fa:before {
	font-size: 21px;
	line-height: 34px;
	font-weight: normal;
}
.responsive-bar .fa:before {
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
}
.menu-bar.active .fa:before {
	content: "";
	background: transparent url("../image/sprite.png") no-repeat scroll -19px -1095px;
	float: left;
	height: 40px;
	width: 40px;
}
.responsive-menu > ul > li {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #444;
	position: relative;
	float: left;
	width: 100%;
}
.navbar-nav > li > a {
	position: relative;
}
#menu ul > li > a:hover {
	color: #fff;
}
#hiden_menu-dropdown > li > a:hover{
color: #8ebe43 !important;
}
#menu > ul > li ul > li > a {
	min-width: 160px;
}
#menu > ul > li > ul > ul > li > a {
	color: #666;
}
#menu > ul > li > ul > ul > li > a {
	color: #666;
}
#menu ul li.dropdown .dropdown-inner > ul {
	display: table-cell;
	float: none;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	display: none;
	left: 130px;
	padding: 10px 20px 20px;
	position: absolute;
	top: 0;
	border: 4px solid #dedede;
	background-color: #fff;
}
#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .main_cat a {
	width: 100%;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
	border: medium none;
	padding: 10px 0px 0;
	position: static;
	float: none;
	min-width: 149px;
	background: none;
	box-shadow: none;
	display: inline-block;
}
#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .main_cat a {
	background: none;
	padding: 0px;
	font-weight: 500;
	text-transform: capitalize;
	margin-right: 0;
	transition: all 0.3s ease 0s;
}
#menu ul.nav li .megamenu ul.list-unstyled li > a {
}
#menu ul.nav li > .megamenu.column1 > div > ul.list-unstyled > li {
	margin: 5px 0;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li > a:hover{
	color: #8ebe43;
}
.hiden_menu .dropdown-inner li.main_cat a {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
}
ul ul li {
	margin-bottom: 4px;
}
#menu ul.nav li .megamenu ul.childs_1 {
	min-width: 156px;
	padding-right: 10px;
}
#menu ul.nav li .megamenu ul.childs_1 > li {
	margin-bottom: 15px;
}
#menu ul.nav li .megamenu ul.childs_1 > li.dropdown {
	margin-bottom: 0;
}
#menu ul.nav li .megamenu ul.childs_1:last-child {
	border: medium none;
}
#menu ul.nav li .megamenu ul.childs_1:first-child {
	padding: 0 10px 0 0;
}
#menu ul.nav li .megamenu.column1 ul.childs_1 {
	border: none;
	padding: 0;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover {
	color: #000;
}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #808080;
	display: inline-block;
	font-size: 13px;
	padding: 0px 0;
	font-weight: normal;
	line-height: 24px;
	position: relative;
	text-transform: capitalize;
	font-weight: 400;
}
.nav-container.fixed #menu > ul > li.blog-link a, #menu > ul > li.blog-link a {
	background: none !important;
}
#menu > ul > li.hiden_menu .dropdown-menu {
	display: none !important;
}
#menu .dropdown .dropdown-menu {
	padding: 12px 25px;
	box-shadow: none;
	margin: 0 !important;
	position: absolute;
	display: block;
	transform: scale(0);
	transform-origin: left top 0;
	transition: all 0.3s ease 0s;

}
#menu ul.nav li.hiden_menu .megamenu ul.childs_1 li {
	margin-bottom: 10px;
}
#menu .dropdown .dropdown-menu.column1 {
	min-width: 240px;
}
.navigation {
	margin: 38px 0 0;
}
/* Header links */

.header-links ul {
	margin: 0;
}
.header-links li {
	float: left;
	padding: 52px 18px;
	position: relative;
	overflow: hidden;
}
.header-links li a {
	color: #fff;
}
.header-custom-links > h5 {
	margin: 0;
	display: none;
}
.header-links a {
	text-transform: uppercase;
	font-weight: 500;
}
.header-links li:hover {
	color: #fff;
	background: #8ebe43;
}
.header-links li:hover a {
	color: #fff;
}
.header-links li:hover:before {
	transform: scaleY(1);
}
.header-links li:before {
	background: #8ebe43 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition-duration: 0.3s;
	z-index: -1;
}
/* Header CMS */
.header-bottom-right {
	margin: 0;
	padding: 0;
}
.offers {
	padding: 12px 0px 12px 0;
	letter-spacing: 0;
	font-style: italic;
	font-weight: 600;
	color: #cbccc7;
}
.offers i {
	color: #fff;
	font-size: 10px;
	margin: 0 10px 0 1px;
}
.offers span {
	color: #fff;
	font-style: normal;
}
/* Mainslider */
.main-slider .img-responsive {
	width: 100%;
}
.mainbanner .swiper-button-prev {
	background: rgba(0, 0, 0, 0) url("../image/sprite.png") no-repeat scroll -17px -175px;
}
.mainbanner .swiper-button-next {
	background: url(../image/sprite.png) no-repeat scroll -490px -175px transparent;
}
.mainbanner .swiper-button-prev:hover {
	background: url(../image/sprite.png) no-repeat scroll -17px -282px transparent;
}
.mainbanner .swiper-button-next:hover {
	background: url(../image/sprite.png) no-repeat scroll -490px -282px transparent;
}
.main-slider {
	position: relative;
	margin: 0px 0 20px;
}
#spinner {
	background: #fff url("../image/spinner.gif") no-repeat scroll 50% 50%;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
/* Home page Sub banner Start */
.banner {
	overflow: hidden;
}
.bannertext {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	text-align: center;
}
.bannertext > h2 {
	font-size: 50px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}
.bannertext > span {
    color: #fff;
    font-size: 18px;
    padding: 10px 0 15px;
    text-transform: uppercase;
}
.bannertext > p {
	color: #8ebe43;
	font-size: 16px;
}
.sub-hover {
	overflow: hidden;
}
.sub-hover:hover img {
	transform: scale(1.1);
	transition: all 0.6s ease 0s;
}

/* Home page Sub banner End */

/* Start CustomTab */

.section {
	margin: 10px 0 30px;
}
.section .section-heading {
	margin: 0;
	float: left;
	width: 100%;
	padding: 0 0 15px;
}
.section .section-heading .border {
	float: left;
	width: 18%;
	border-bottom: 3px solid #8ebe43;
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 0;
}
.section .section-heading::after {
	content: "";
	float: left;
	width: 100%;
	border-bottom: 3px solid #e5e5e5;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.customtab .tab-content {
	clear: both;
	margin: 0 -10px;
}
.customtab li {
	float: left;
	margin: 0;
}
.customtab li a {
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 0 30px;
}
.customtab li a.selected {
	color: #000;
}
.customtab-inner {
	float: right;
	position: absolute;
	top: 20px;
	right: 0;
}
#content .section #tabs.section-block {
	position: relative;
}
.customtab .owl-controls .owl-buttons .owl-prev {
    right: auto;
}

.customtab .owl-controls .owl-buttons .owl-next {
	right: 0px;
	top: 46%;
}
.customtab .owl-controls .owl-buttons .owl-prev {
    right: auto;
    top: 46%;
}
/* Full cms banner */
.fullcmsbanner {
	position: relative;
	float: left;
	width: 100%;
	margin: 17px 0 35px;
	display: block;
	overflow: hidden;
}
.home-img {
	transition: 0.5s;
	transform: scale(1);
}
.banner-text {
	font: 700 24px/30px "Raleway";
	text-transform: uppercase;
	color: #fff;
	float: left;
	letter-spacing: 0.5px;
}
.banner-text span {
	color: #8ebe43;
}
.cms-button a {
	color: #fff;
	font: 600 14px/20px "Raleway";
	transition: 0.5s;
}
.cms-button:hover a {
	color: #fff;
	background: #000;
}
.cms-button a {
    background: #8ebe43 ;
    padding: 12px 22px;
    text-transform: uppercase;
    color: #fff;
}
.cmsbanner2 .cms-desc {
	left: 0;
	right: auto;
	position: absolute;
	top: 28%;
	padding: 0 40px;
}
.cmsbanner2 {
	margin: 30px 0;
}
/* content */
.product-title {
	color: #7b7b7b;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 10px;
	padding-left: 0;
}
.common-home #column-left, .common-home #column-right {
	margin: 0;
}
.common-home #content {
	margin: 30px 0 0;
}
.section {
	margin: 0 0 20px;
	position: relative;
	float: left;
	width: 100%;
}
.section.col-sm-4{
	width: 33.33%;
}
}
.testimonial-outer .section {

	width: 100%;
}
#content {
	margin-top: 30px;
}
#column-right {
	margin-top: 10px;
}
.category_description {
	margin-top: 10px;
}
.category_list ul li {
	float: left;
	padding: 0 40px 0 0px;
}
h3.refine-search {
	border-top: 1px solid #dfdfdf;
	color: #000;
	margin: 10px 0 20px;
	padding-top: 20px;
	text-transform: uppercase;
	display: none;
}
.category_thumb, .subcateory {
	display: none;
}
.btn-grid-list, .compare-total {
	float: left;
}
.product-layout.product-list.col-xs-12 {
	padding: 0;
}
.btn-grid-list #grid-view {
	position: relative;
}
.btn-grid-list #grid-view:before {
	border-right: 1px solid #ccc;
	content: "";
	height: 26px;
	position: absolute;
	right: 0;
}
.sort-filter label, .show-filter label {
	margin-top: 8px;
}
.sort-filter, .show-filter {
	float: left;
}
.sort-filter .form-control, .show-filter .form-control {
	border-radius: 0;
	padding: 6px;
}
.filter-product-right {
	float: right;
	margin: 0 -10px;
}
.layout-3 .filter-product-right {
	float: left;
	margin: 10px -10px 0;
	clear: left;
}
.compare-total {
	margin: 7px 0 0 10px;
}
.filter-product {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	background-color: #fff;
	padding: 10px;
	border: 3px solid #dedede;
}
.btn-grid-list .btn i:before {
	content: "";
	background: rgba(0, 0, 0, 0) url("../image/gridlist.png") no-repeat scroll -33px 6px;
	height: 20px;
	float: left;
	width: 22px;
}
.btn-grid-list .btn.active i:before {
	background-position: -33px -30px;
}
.btn-grid-list #grid-view.btn i:before {
	content: "";
	background: rgba(0, 0, 0, 0) url("../image/gridlist.png") no-repeat scroll 0 6px;
}
.btn-grid-list #grid-view.btn.active i:before {
	background-position: 0 -29px;
}
.btn-grid-list #list-view.btn-default, .btn-grid-list #grid-view.btn-default {
	border: none;
	background: none;
	color: #bcbcbc;
	box-shadow: none;
}
.btn-grid-list #list-view.btn-default.active, .btn-grid-list #grid-view.btn-default.active {
	color: #000;
}
.btn-grid-list .fa {
	font-size: 20px;
}
/* box */
#column-left .cms-section, #column-right .cms-section {
	background-color: #f5f5f5;
	padding: 25px 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
#column-left .cms-section.last, #column-right .cms-section.last {
	margin-bottom: 40px;
}
#column-left .cms-section .image, #column-right .cms-section .image {
	float: left;
	margin-right: 20px;
}
#column-left .cms-section .heading, #column-right .cms-section .heading {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	margin: 4px 0 0;
}
#column-left .cms-section:hover .heading, #column-right .cms-section:hover .heading {
	color: #fa5460;
	cursor: pointer;
}
#column-left .cms-section .description, #column-right .cms-section .description {
	color: #808080;
	font-family: 'Raleway';
	line-height: 17px;
}
#column-left .container, #column-right .container {
	width: auto;
	padding: 0;
	float: left;
}
#column-left .sidebar, #column-right .sidebar, #column-left .panel, #column-right .panel, #column-left .section, #column-right .section {
	margin: 20px 0 0px;
}
#button-filter {
	margin-bottom: 15px;
}
.section .section-heading, #column-left .panel-heading, #column-right .panel-heading {
	text-align: left;
	margin-bottom: 5px;
	font-size: 20px;
	text-transform: capitalize;
	color: #000000;
	font-weight: normal;
	margin-top: 20px;
	font-weight: 700;
	position: relative;
	background: none;
	border: none;
	letter-spacing: 1px;
}
.productpage .price li.oldprice, .quickviewblock .price li.oldprice {
	float: left;
	margin: 0 10px 0 0;
}
.quickviewblock {
	margin-bottom: 20px;
	padding: 20px;
}
.quickviewblock .rating {
	margin-bottom: 30px;
}
.special-price {
	margin: 0;
}
.product-option, .quickviewblock .product-option {
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
}
.productpage .date .btn, .productpage .time .btn, .productpage .datetime .btn, .account-return-add .date .btn {
	padding: 6px 12px 5px;
}
.responsive-slider {
	display: none;
}
.section .section-block {
	padding: 4px 0;
}
#content .section .section-block {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 0;
}
#content .section.blog .section-block {
	margin: 0 -10px;
}
.section .section-block ul, #content .content ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}
.section .section-block ul li, #content .content ul li {
	line-height: 22px;
	padding: 5px 0;
}
.section .section-block ul li a + a, .section .section-block ul li a + a:hover {
	background: none;
	padding-left: 0;
}
.section .section-block ul ul {
	margin-left: 25px;
}
.section .section-block ul ul.collapse.in {
	display: inline-block;
}
.product-grid li, #content .section-product .product-items, .product-carousel .slider-item {
	float: left;
	display: inline-block;
	padding: 0;
}
.product-layout.product-grid {
	padding: 0;
	margin: 0 0 15px;
}
.blog .product-thumb {
	border: none;
	margin: 0;
}
.product-carousel .slider-item .product-thumb, .product-thumb {
}
.product-carousel .slider-item .product-thumb:hover h4 a, .product-thumb:hover h4 a {
	color: #000;
}
.product-carousel .slider-item .product-thumb h4 a, .product-thumb h4 a {
	letter-spacing: 0.7px;
}
.special .product-thumb .button-group button, .special .product-thumb .button-group a.quickview {
	width: 46px;
}
.special .product-carousel .slider-item .product-thumb h4 a, .special .product-thumb h4 a {
	letter-spacing: 1px;
	font: 700 18px/20px "Raleway";
	color: #000;
}
.special .section {
	margin: 0 15px 0 -15px;
}
.special .product-thumb .product-details {
	display: block;
	float: left;
	width: 60%;
	margin-left: 25px;
}
.special .product-carousel .slider-item .product-thumb, .special .product-thumb {
	padding: 20px 0 0;
	float: left;
	width: 100%;
}
.special .product-thumb .button-group {
	position: static;
	opacity: 1;
	width: 100%;
	margin: 0;
	float: left;
	margin: 15px 0px 0px -10px;
}
.special-timer-outer {
	float: left;
	clear: both;
	margin: 20px 0;
}
.timer-date {
	border: 3px solid #8ebe43;
	padding: 4px;
	float: left;
	height: 60px;
	width: 60px;
	background: #ffff;
	margin: 0px 20px 0 0;
}
.timer-date span {
	font: 700 20px /24px "Raleway";
	color: #8ebe43;
	text-align: center;
	display: block;
}
.timer-date span.text {
	color: #000;
	font: 400 14px/22px "Source Sans Pro";
	display: block;
	text-transform: capitalize;
}
.special .desc {
	letter-spacing: 0.5px;
	margin: 13px 0 0;
}
.special .product-thumb .rating {
	margin: 13px 0 0;
}
.product-layout.product-list .product-thumb, #column-left .product-thumb, #column-right .product-thumb {
	float: left;
	width: 100%;
}
.ie7 .product-grid li {
	width: 192px !important;
}
#content .image-additional .item {
	float: left;
}
#content .image-additional .slider-item {
	display: inline-block;
	float: left;
}
#content .image-additional .slider-item .product-thumb {
	margin: 4px 2px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	clear: both;
	overflow: hidden;
}
#content .image-additional .slider-item .product-thumb:hover {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.product-thumb {
	position: relative;
}
.banners-slider-carousel .product-thumb {
	text-align: center;
}
#content .product-layout .product-thumb:hover h4 a {
	color: #000;
}
.product-grid .product-thumb .desc, .grid .product-thumb .price-tax, .product-carousel .product-thumb .price-tax {
	display: none;
}
.product-list .product-details {
	overflow: hidden;
	text-align: left;
}
.singlebanner {
	margin: 20px 0;
	clear: both;
	float: left;
	width: 100%;
}
.sale {
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	background-color: #8ebe43;
	color: #fff;
	right: 10px;
	padding: 2px 10px;
}
/* box products for Left Column and Right Column */

#column-left .section-product > div, #column-right .section-product > div {
	display: block;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 100%;
	padding: 0;
}
#column-left .section-product > div#morebutton, #column-right .section-product > div#morebutton, .section-product.product-carousel #morebutton {
	display: none;
}
#column-left .panel > .list-group, #column-right .panel > .list-group {
	padding: 0;
	border: none;
}
.sidebarFilter .panel-footer {
	display: none;
}
#column-left .sidebarFilter .panel, #column-right .sidebarFilter .panel {
	margin: 0;
}
#column-left .list-group, #column-right .list-group {
	padding: 0px;
	margin: 0 0 12px;
	display: inline-block;
}
#column-left a.list-group-item, #column-right a.list-group-item {
	color: #000;
}
#column-left a.list-group-item:hover, #column-right a.list-group-item:hover, #column-left .filter a.list-group-item, #column-right .filter a.list-group-item {
	color: #737373;
}
#column-left .list-group a, #column-right .list-group a {
	padding: 8px 0;
	border: none;
	border-radius: 0;
}
#column-left .panel > .list-group .list-group-item, #column-right .panel > .list-group .list-group-item {
	padding: 10px 0;
}
#column-left .sidebar .section-block div.product-items:last-child > div, #column-right .sidebar .section-block div.product-items:last-child > div, #column-left .sidebar .section-block div.slider-item:last-child > div, #column-right .sidebar .section-block div.slider-item:last-child > div {
	border: 0 none;
}
#column-left .section-product .image, #column-right .section-product .image {
	display: block;
	margin-bottom: 0px;
	float: left;
	margin-right: 10px;
}
#column-left .product-thumb .caption, #column-right .product-thumb .caption {
	padding: 0;
	margin-top: 0;
}
#column-left .section-product .product-thumb h4, #column-right .section-product .product-thumb h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 10px;
}
#column-left .blog .section-product .product-thumb h4, #column-right .blog .section-product .product-thumb h4 {
	margin: 20px 0 5px;
}
#column-left .section-product .name, #column-right .section-product .name {
	display: block;
}
#column-left .section-product .cart, #column-right .section-product .cart {
	display: block;
}
#column-left .section-product .cart .button, #column-right .section-product .cart .button {
	padding: 0;
	background: none;
	box-shadow: none;
	height: auto;
	font-weight: normal;
	border-radius: 0;
	color: #555;
	display: block;
	text-align: left;
}
#column-left .section-product .cart .button:hover, #column-right .section-product .cart .button:hover {
	text-decoration: underline;
}
#column-left .section-product .rating, #column-right .section-product .rating, #column-left .section-product .name, #column-right .section-product .name, #column-left .section-product .price, #column-right .section-product .price, #column-left .section-product .cart, #column-right .section-product .cart {
	margin-bottom: 2px;
}
#column-left .section-product .rating, #column-right .section-product .rating {
	display: block;
	margin-bottom: 0px;
	padding: 0;
}
#column-left .product-thumb, #column-right .product-thumb {
	margin: 15px 0 0px;
	padding: 5px 0;
}
#column-left .sale, #column-right .sale, #column-left .price-tax, #column-right .price-tax, #column-left .wishlist, #column-right .wishlist, #column-left .compare, #column-right .compare, #column-left .quickview, #column-right .quickview {
	display: none !important;
}
#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
	background: transparent none repeat scroll 0 0;
	color: #737373;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: auto;
	height: auto;
}
#column-left .product-thumb .button-group button:hover, #column-right .product-thumb .button-group button:hover {
	color: #000;
}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {
	background: none;
	border: none;
	margin: 0;
	position: static;
	top: auto;
	display: none;
	opacity: 1;
}
#scrollup {
	font-size: 0;
	display: none;
}
#scrollup::before {
	background: #8ebe43 none repeat scroll 0 0;
	bottom: 20px;
	color: #fff;
	content: "\f106";
	font-family: fontawesome;
	font-size: 25px;
	height: 40px;
	padding: 8px 13px;
	position: fixed;
	right: 20px;
	width: 40px;
	z-index: 99;
}
#content ul.list-unstyled, .quickviewblock ul.list-unstyled {
	margin-bottom: 20px;
	overflow: auto;
}
#content ul.list-unstyled li, .quickviewblock ul.list-unstyled li {
	line-height: 22px;
	padding: 4px 0;
}
#content ul.list-unstyled li .old-price, .quickviewblock ul.list-unstyled li .old-price {
	vertical-align: text-top;
}
#content ul.list-unstyled li.stock, .quickviewblock ul.list-unstyled li.stock {
	color: #ec4a00;
}
#content ul.list-unstyled.detail li .label, .quickviewblock ul.list-unstyled.detail li .label {
	color: #000;
	font-weight: 400;
	margin-right: 10px;
}
.productpage .product-price, .productpage .special-price, .quickviewblock .special-price {
	font-size: 24px;
	color: #000;
	margin: 0;
	line-height: 26px;
}
.productpage .right {
	padding: 0 10px 0 30px;
}
/*left services CMS*/
.Shipping, .Order, .Save, .Safe {
	background: transparent url("../image/icon.png") no-repeat scroll -127px 0px;
	overflow: hidden;
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.Order {
	background-position: -127px -120px
}
.Save {
	background-position: -127px -238px
}
.Safe {
	background-position: -128px -357px
}
.feature-i-left:hover .Shipping {
	background-position: 2px 0px
}
.feature-i-left:hover .Order {
	background-position: 2px -120px
}
.feature-i-left:hover .Save {
	background-position: 2px -238px
}
.feature-i-left:hover .Safe {
	background-position: 1px -357px
}
.icon-right {
	position: absolute;
	left: 0;
}
.feature-i-left {
	padding: 40px 0 40px 75px;
	position: relative;
	display: inline-block;
}
.left-cms ul {
	padding: 0;
}
.left-cms ul > li {
	border-top: 3px solid #e5e5e5;
	padding-left: 20px;
	cursor: pointer;
	list-style: none;
}
.left-cms ul > li:last-child {
	border-bottom: 3px solid #e5e5e5;
}
.feature-i-left h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	margin: 0;
}
.feature-i-left p {
	margin: 0;
}
.feature-i-left:hover h4 {
	color: #8ebe43;
}
/* testimonial */
.testimonial-outer {
	padding: 0 !important;
}
.testimonial .owl-pages {
	bottom: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.testimonial .owl-page {
	display: inline-block;
}
.testimonial .owl-page > span {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	border: 2px solid #8ebe43;
	border-radius: 50%;
	display: inline-block;
	height: 14px;
	margin: 4px;
	width: 14px;
}
.testimonial .owl-page.active > span {
	background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 14px;
	margin: 4px;
	width: 14px;
}
.testimonial .owl-wrapper-outer {
	background: #8ebe43;
	padding: 10px 0 80px;
	margin: 20px 0 0;
	display: inline-block;
}
.testimonial .fa {
	color: #8ebe43;
}
.client-avatar img {
	border-radius: 50%;
}
.testimonial .item {
	padding: 0 10px;
	text-align: center;
}
.footer-desc {
	line-height: 24px;
	padding: 24px 10px 0;
	font-weight: 300;
	color: #fff;
	max-width: 410px;
	float: left;
}
.testimonial-img {
	border-radius: 50px;
	font-size: 0;
	background-color: #ff3e33;
	margin: 30px 0;
}
.testmonial-author-name {
	color: #000;
	font-weight: bold;
	text-transform: capitalize;
	padding-bottom: 0;
	display: block;
	font-size: 18px;
	line-height: 20px;
}
.testmonial-designation {
	margin: 5px 0;
	color: #000;
}
.testimonial .desc {
	color: #fff;
}
.testmonial-author {
	color: #8ebe43;
	float: left;
	letter-spacing: 0.5px;
	clear: left;
	display: block;
	font-style: italic;
}
/* service cms */
.shipping-outer {
	float: left;
	width: 100%;
}
.shipping-inner {
	background: #fff none repeat scroll 0 0;
	color: #000;
	cursor: pointer;
	overflow: hidden;
	padding: 20px 0;
	margin: 35px 0 40px;
}
.subtitle-part::before {
	background: #f6f6f6 none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	transition: background-color 0.3s ease 0s;
	width: 90px;
}
.subtitle-part .subtitile1 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
	transition: all 0.3s ease 0s;
}
.subtitle-part .subtitile2 {
	color: #737373;
	font-family: "Lato";
	font-size: 14px;
	line-height: 22px;
}
.subtitle-part.subtitle-part1::before {
	background: #f6f6f6 url("../image/sprite.png") no-repeat scroll -2px -597px;
}
.subtitle-part.subtitle-part2::before {
	background: #f6f6f6 url("../image/sprite.png") no-repeat scroll 5px -676px;
}
.subtitle-part.subtitle-part3::before {
	background: #f6f6f6 url("../image/sprite.png") no-repeat scroll -1px -753px;
}
.subtitle-part.subtitle-part1:hover::before {
	background: #000000 url("../image/sprite.png") no-repeat scroll -485px -597px;
}
.subtitle-part.subtitle-part2:hover::before {
	background: #000000 url("../image/sprite.png") no-repeat scroll -493px -676px;
}
.subtitle-part.subtitle-part3:hover::before {
	background: #000000 url("../image/sprite.png") no-repeat scroll -488px -753px;
}
.subtitle-part.subtitle-part1.col-md-4, .subtitle-part.subtitle-part2.col-md-4, .subtitle-part.subtitle-part3.col-md-4 {
	padding: 20px 0 20px 110px;
}
/*fido Blog light-box CSS */
#add-comment .btn {
	padding: 10px 20px;
	text-transform: uppercase;
}
#column-left .blog .blog-desc, #column-right .blog .blog-desc {
	color: #808080;
	border: none;
}
#column-left .blog .buttons, #column-right .blog .buttons, #column-left .blog .view-blog, #column-right .blog .view-blog {
	display: none;
}
.single-blog .blog-desc {
	margin: 20px 0 50px;
	line-height: 25px;
}
.single-blog h4, .block-title h3 {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	text-transform: capitalize;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	font-size: 20px;
}
.single-blog .form-horizontal .control-label {
	text-align: left;
}
.single-blog .form-horizontal .form-group {
	margin: 0 0 10px;
}
.block-title {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.blog .blog-image {
	position: relative;
	overflow: hidden;
}
.blog .product-thumb h4 a {
	color: #000;
	font: 700 14px/24px "Raleway";
	text-transform: uppercase;
	margin: 15px 0;
	display: block;
}
.view-blog {
	margin: 10px 0;
	display: flow-root;
	border-top: 3px solid #efefef;
	padding-top: 10px;
}
.blog-image .img-thumbnail {
	border: none;
	border-radius: 0;
	width: 100%;
}
.date-time {
	background: #8ebe43;
	color: #FFF;
	float: right;
	left: 10px;
	padding: 6px 0;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	z-index: 9;
	min-width: 50px;
	min-height: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
.blog .day {
	font-family: "Raleway";
	font-size: 20px;
	font-weight: bold;
}
.read-more {
	float: right;
	margin: 0;
}
.write-comment {
	float: left;
}
.blog-image:hover .post-image-hover {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	transition: all 0.5s ease-out 0s;
}
.post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.2s ease-out 0s;
	width: 100%;
}
.blog-image .post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0px;
	padding: 25px;
	text-align: left;
}
.product-thumb .blog-image:hover .post_hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.all-blog .blog-left-content {
	float: left;
	width: 100%;
}
.all-blog .blog-left-content .blog-image {
	float: left;
	position: relative;
	height: 450px;
	overflow: hidden;
}
.all-blog h4 {
	font-size: 22px;
	color: #000;
	text-transform: capitalize;
	display: none;
}
.all-blog .panel-body {
	padding: 0;
}
.all-blog h3 a {
	font-size: 22px;
	color: #000;
	text-transform: capitalize;
	margin: 15px 0 20px;
	width: 100%;
	float: left;
}
.all-blog .blog-date {
	float: left;
	margin-right: 10px;
}
.dash {
	float: left;
	padding-right: 10px;
}
.all-blog .blog-desc {
	margin: 20px 0 10px;
	clear: left;
	float: left;
	width: 100%;
	line-height: 25px;
}
.all-blog .read-more {
	margin: 0;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
}
.all-blog .read-more a {
	color: #000;
}
.blog-left-content:hover .post-image-hover {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	transition: all 0.5s ease-out 0s;
}
.post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.2s ease-out 0s;
	width: 100%;
}
.blog-left-content .post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.all-blog .blog-left-content:hover .post_hover, .all-blog .blog-left-content:hover .zoom, .all-blog .blog-left-content:hover .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.blog-left-content .icon.zoom .fa, .blog-left-content .icon.readmore_link .fa {
	font-size: 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.blog-left-content:hover .blog-image .zoom .fa, .blog-left-content:hover .blog-image .readmore_link .fa {
	font-size: 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.blog-left-content .blog-image .zoom:hover, .blog-left-content .blog-image .readmore_link:hover {
	color: #fff;
	border-color: #fff;
}
.blog-left-content .blog-image .readmore_link, .blog-left-content .blog-image .zoom {
	border: 2px solid #afafaf;
	color: #afafaf;
	display: table-cell;
	opacity: 0;
	width: 45px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#add-comment .col-sm-10 {
	width: 66.6667%;
}
#add-comment .col-sm-2 {
	width: 25%;
}
.blog .buttons {
	display: none;
}
/*fido Blog light-box CSS */

/*fido Blog CSS */


.section .customNavigation {
	display: none;
}
/* Brand Logo */
.brand {
	margin: 15px 0;
}
.brand .product-thumb img {
	opacity: 0.5;
	padding: 20px 0;
	transition: all 0.6s ease 0s;
}
.brand .product-thumb:hover img {
	opacity: 1;
	transition: all 0.6s ease 0s;
	cursor: pointer;
}
.brand .product-thumb {
	padding: 20px 0;
}
.brand .product-thumb .item {
	display: inline-block;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 0px;
}
.footer_block a {
	color: #000;
}
.footer_block a:hover, .footer_block a:focus {
	color: #8ebe43;
}
.footer-top {
	margin: 60px 0;
	float: left;
	width: 100%;
}
footer {
	background-color: #fafafa;
}
.common-home footer {
	margin-top: 0;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
	margin: 0;
}
.footer_block {
	padding: 57px 0 43px;
}
.footer-logo {
	margin: -10px 0 20px 0;
}
footer h5, footer h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0;
	color: #000;
	position: relative;
	letter-spacing: 0.5px;
	cursor: pointer;
	font-weight: 700;
	width: 100%;
	display: inline-block;
}
footer h5.collapsed {
	display: none;
}
.footer_block ul li {
	padding: 5px 0;
}
.footer-bottom-left.col-md-4 {
	padding: 0;
}
.footer-bottom-right.col-md-4 {
	float: right;
}
.news-head {
	color: #000;
}
.Footer-bottom {
	overflow: hidden;
	padding: 6px 0;
	position: relative;
	width: 100%;
	margin: 0 !important;
	color: #fff;
	background: #8ebe43;
}
.footer_payment ul.payment_icon {
	margin: 4px 0 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
.footer_payment .payment_icon li {
	background: none;
	display: inline-block;
	padding: 4px;
	margin: 0px;
}
.footer_payment .payment_icon li:last-child {
	padding-right: 0px;
}
.footer_payment .payment_icon li a {
	display: block;
	color: #fff;
}
.footer_payment .payment_icon li i {
	font-size: 22px;
}
.footer_payment .payment_icon li a span {
	font-size: 0px;
}
#powered {
	line-height: 34px;
	text-align: left;
}
#powered a {
	color: #fff;
}
#footer .bottom-footer ul li a {
	padding: 0 5px;
	transition: all 0.5s ease 0s;
	text-transform: capitalize;
}
#footer .bottom-footer ul li a::before {
	content: "/";
	height: 10px;
	line-height: 5px;
	margin-right: 10px;
}
#footer .bottom-footer ul li:first-child a::before {
	content: "";
}
footer .bottom-footer {
	text-align: center;
	margin: 43px 0 45px;
	color: #fff;
	display: none;
}
footer .bottom-footer ul li {
	display: inline;
}
.footer-static ul li {
	list-style: outside none none;
	margin: 0;
	color: #000;
}
.footer-content {
	padding: 0;
}
.footer-logo .name {
	display: none;
}
.footer-top-right.col-sm-3 {
	padding: 0 0 0 50px;
}
.footer-top-middle .footer-common .footer-static {
	width: 480px;
	margin: 0 auto;
	padding: 0 0 15px;
	text-align: center;
}
/* Newsletter */

.newsletters button {
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 25px;
	margin: 15px 0;
}
.newsletter-popup .popup-text {
	text-align: center;
}
.newsletter-popup .popup-image {
	margin-bottom: 35px;
}
.newsletter-popup .checkbox label {
	color: #000000;
}
.newsletter-popup .popup-title {
	font-size: 80px;
	line-height: 60px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-weight: 700;
	padding-bottom: 0px;
	margin-left: -50px;
}
.newsletter-popup .popup-title span {
	font-size: 24px;
	margin-left: -20px;
}
.newsletter-popup {
	top: 20%;
	margin: 0 auto;
	width: 784px;
	height: 497px;
	background: #f0f0f0;
	padding: 25px;
	box-shadow: none;
	position: fixed;
	left: 0;
	right: 0;
}
.offerimg {
	float: left;
}
.newsletter-popup-top {
	overflow: visible;
	width: 300px;
	margin: 55px auto 0 20px;
	padding: 0px 0px 50px 0px;
	float: left;
}
.newsletter-popup-top .btn-default {
	transition: all 0.5s ease 0s;
	padding: 12px 35px;
	margin: 20px 0 0;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.newsletter-popup-top .popup-desc {
	padding: 20px 20px;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	margin-bottom: 30px;
	line-height: 17px;
	text-align: left;
}
.newsletter-popup-top .popup-desc span {
	font-weight: bold;
}
.newsletter-popup-top input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	box-shadow: none;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 5px 18px;
	width: 100%;
}
#checkme {
	margin: 20px 10px 0 0;
	width: auto;
}
#xout {
	color: #000;
	cursor: pointer;
	font-size: 22px;
	font-weight: 300;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 30px;
	text-align: center;
}
#xout:hover {
	color: #555;
}
label.checkme {
	clear: left;
	display: block;
	float: left;
	margin: 10px 0 0;
}
.footer-bottom-right {
	float: right;
}
.copy-right.col-sm-4 {
	display: inline-block;
	float: none;
	text-align: center;
}
/* Payment Logo */

.footer_payment {
	float: right;
}
/* Social */
#footer .column ul.social-icon li {
	float: left;
	list-style: none;
}
.social-icon {
	float: left;
	margin: 0 -8px;
	padding: 0;
	width: 100%;
}
.social-icon .fa {
	font-size: 14px;
}
.social-icon > li > a {
	display: block;
	float: left;
	padding: 0 8px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.common-home .breadcrumb {
	display: none;
}
.content-top-breadcum {
	background: #000 url(../image/category-banner.jpg)repeat scroll 0 0;
}
.breadcrumb {
	background: url(../image/breadcrumb.jpg) repeat-x scroll 0 0;
	text-align: right;
	border-radius: 0 !important;
	margin: 0 0 30px;
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.breadcrumb h1, .page-title {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	text-align: left;
	margin: 0;
}
.breadcrumb a:hover {
	color: #8ebe43;
}
.breadcrumb > li {
	padding: 0;
	position: relative;
	white-space: nowrap;
	margin: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb .fa-home {
	font-size: 16px;
}
.breadcrumb li:last-child a {
	color: #fff;
}
.common-home .content-top-breadcum {
	display: none;
}
.content-top-breadcum {
	margin-top: 0px;
	height: 156px;
	overflow: hidden;
}
.pagination {
	margin: 0;
}
.bottom-pagination {
	float: left;
	width: 100%;
	margin: 45px 0 30px;
}
.bottom-pagination-result {
	margin: 10px 0 0;
}
.col-sm-6.text-left.bottom-pagination-link, .col-sm-6.text-right.bottom-pagination-result {
	padding: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display: inline-block;
	width: 100%;
}
.btn {
	padding: 6px 12px;
	font-size: 14px;
	background: #8ebe43;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu, #currency .dropdown-menu .btn-link {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	background: #8ebe43;
}
.btn-default.focus, .btn-default:focus {
	background-color: #7f7f7f;
}
.btn-primary {
	color: #fff;
	background-color: #000;
}
.btn-info {
	color: #ffffff;
	background-color: #000;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
	background-color: #8ebe43;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #7f7f7f;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
}
/* list group */


.list-group a {
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	padding: 20px 10px;
}
.grid .product-items {
	padding: 0;
}
#column-left .product-thumb .caption, #column-right .product-thumb .caption, .product-list .product-thumb .caption {
	text-align: left;
}
.latest .section-product .product-items {
	display: none;
}
#morebutton {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	clear: both;
}
#morebutton .btn-default {
	border-radius: 50px;
	background-color: #000;
	color: #fff;
	margin: 30px 0 0;
	padding: 17px 45px;
	text-transform: uppercase;
}
#morebutton .btn-default:hover {
	background-color: #fff;
	color: #000;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	float: left;
	overflow: hidden;
}
.first_image {
	opacity: 1;
}
.product-thumb:hover .first_image {
	opacity: 0;
}
.swap_image {
	opacity: 0;
	position: absolute;
	top: 0;
}
.product-thumb:hover .swap_image {
	opacity: 1;
}
.product-thumb .image > a {
	display: block;
}
.product-thumb:hover .image {
	border-color: #dedede;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.row.product-grid {
	margin: 0;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-list .product-thumb h4 {
	font-size: 18px;
	margin: 8px 0;
	letter-spacing: 0.5px;
}
.product-list .desc {
	margin: 20px 0;
	line-height: 25px;
}
.product-list .product-thumb .price-new {
	font-size: 14px;
}
#column-left .product-thumb .product-details, #column-right .product-thumb .product-details {
	float: left;
	margin: 0;
}
.special .product-thumb .product-details {
	display: block;
}
.product-thumb .product-details {
	margin: 15px 0 0;
	display: inline-block;
}
.rating .fa-stack, #review .fa-stack {
	font-size: 7px;
	vertical-align: 0px;
}
.rating .fa-star, #review .fa-star {
	color: #8ebe43;
	font-size: 14px;
	line-height: 1;
}
.fa.fa-star.blank {
	color: #ccc;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	font: 700 20px/20px 'Source Sans Pro';
	display: inline-block;
	vertical-align: middle;
}
.product-thumb .price-new {
	font-weight: 700;
	float: left;
}
.product-thumb .price-old {
	color: #737373;
	text-decoration: line-through;
	margin-left: 10px;
	float: right;
	font: 400 20px/20px 'Source Sans Pro'
}
#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
	margin-left: 5px;
}
.product-thumb .price-tax {
	color: #999;
	display: none;
	font-size: 12px;
	width: 100%;
}
.product-thumb .button-group {
	opacity: 0;
	position: absolute;
	bottom: 10px;
	left: -60px;
	right: 0;
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.product-thumb:hover .button-group {
	opacity: 1;
	transition: 0.5s;
	left: 0;
}
.latest .product-thumb .button-group, .featured .product-thumb .button-group, .bestseller .product-thumb .button-group {
	display: none;
}
.section.col-sm-4 .section-heading {
	margin-bottom: 10px;
}
.single-product-layout {
	margin: 0 -15px;
}
.section.col-sm-4 .sale {
	display: none;
}
.section.col-sm-4 .product-thumb {
	padding: 20px 0px 0;
	overflow: hidden;
}
.section.col-sm-4 .product-thumb .product-details {
	margin: 5px 0px 0 10px;
	float: left;
	width: 65%;
}
.section.col-sm-4 .product-thumb .price {
	margin: 0;
}
.product-layout .product-thumb {
	margin: 20px 10px;
	padding: 0;
	overflow: hidden;
}
.row.product-layoutrow {
	margin: 0 -10px;
}
.product-list .product-details {
	float: left;
	width: 65%;
	text-align: left;
	padding: 0 0 0 30px;
}
#cart strong {
	font-weight: normal;
}
#cart .text-right .addtocart {
	margin-right: 10px;
}
#cart .text-right .addtocart, #cart .text-right .checkout {
	border: none;
	display: inline-block;
	float: left;
	background-color: #8ebe43;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px 25px;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}
#cart a:hover {
	color: #000;
}
#cart .btn-danger {
	background: none;
	color: #000;
	font-size: 20px;
	border: none;
	position: relative;
	top: -10px;
	right: -10px;
}
#cart .text-right .addtocart:hover, #cart .text-right .checkout:hover {
	background-color: #343434;
	color: #fff;
	transition: all 0.5s ease 0s;
}
.product-thumb .button-group button, #product .btn-group .btn {
	text-indent: -999px;
}
.product-thumb .button-group button, .product-thumb .button-group a.quickview, #product .btn-group .btn {
	background: url(../image/sprite.png) no-repeat scroll -91px -58px transparent;
	border: none;
	padding: 0;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	color: #fff;
	width: 36px;
	height: 36px;
	font-size: 0px;
	margin: 0;
	display: inline-block;
}
#product .btn-group .btn {
	width: 46px;
}
#input-quantity {
	display: inline;
	width: 50px;
	height: 42px;
	border-radius: 0px;
	text-align: center;
}
.review-count {
	margin: 0 10px;
}
.productpage .btn-group {
	display: block;
	width: 100%;
	overflow: hidden;
}
#button-cart, #button-cart2 {
	font-size: 14px;
	padding: 12px 25px 12px;
	margin: 0 10px;
	display: inline;
	width: auto;
	height: auto;
	text-transform: capitalize;
	color: #fff;
	transition: 0.5s;
	background: #8ebe43;
}
.related-products {
	margin: 0 -10px;
}
.product-thumb .button-group i {
	display: none;
}
.quickviewblock #product .btn-group .btn.wishlist, .quickviewblock #product .btn-group .btn.compare {
	display: none;
}
#product .btn-group .btn.wishlist, #product .btn-group .btn.compare {
	margin: 15px 0px 0 0;
}
.productpage .rating.rating-wrapper {
	margin-bottom: 20px;
}
.productpage .nav-tabs {
	margin-top: 50px;
}
.product-thumb .button-group button.wishlist, #product .btn-group .btn.wishlist {
	background-position: -141px -58px;
}
.product-thumb .button-group button.compare, #product .btn-group .btn.compare {
	background-position: 11px -58px;
}
.product-thumb .button-group a.quickview {
	background-position: -42px -58px;
	text-indent: 0;
	margin: 0 0 -17px 0;
}
.product-thumb .button-group button:hover, #product .btn-group .btn:hover {
	background-position: -91px -10px;
}
#button-cart:hover, #button-cart2:hover {
	background-color: #343434;
	transition: 0.5s;
}
.product-thumb .button-group button.wishlist:hover, #product .btn-group .btn.wishlist:hover {
	background-position: -141px -10px;
}
.product-thumb .button-group button.compare:hover, #product .btn-group .btn.compare:hover {
	background-position: 11px -10px;
}
.product-thumb .button-group a.quickview:hover {
	background-position: -42px -10px;
}
.product-thumb .button-group button:hover {
	color: #444;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0;
	display: block;
	border: 1px solid #dedede;
}
.thumbnail {
	border: 1px solid #dedede !important;
}
.thumbnails .image-additional {
	float: left;
}
.product-additional-block .product-thumb {
	margin: 0 5px;
	overflow: hidden;
	padding: 0;
	border: none;
}
.product-additional-block .product-thumb:hover {
	border: none;
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.owl-controls .owl-buttons .owl-prev {
	background: url(../image/sprite.png) no-repeat scroll -23px -388px transparent;
}
.owl-controls .owl-buttons .owl-next {
	background: url(../image/sprite.png) no-repeat scroll -531px -388px transparent;
}
.owl-controls .owl-buttons .owl-prev:hover {
	background: url(../image/sprite.png) no-repeat scroll -23px -436px transparent;
}
.owl-controls .owl-buttons .owl-next:hover {
	background: url(../image/sprite.png) no-repeat scroll -531px -436px transparent;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background: #000 !important;
	text-shadow: none !important;
}
.picker-switch .btn:hover {
	color: #fff;
}
.checkout .input-group .form-control {
	z-index: 1;
	background: #fff;
}
.checkout .btn.refresh {
	padding: 8px 12px 7px;
	z-index: 1;
}
.checkout .btn.delete {
	padding: 8px 12px 7px;
	z-index: 1;
}
.checkout .panel-title > a {
	display: block;
}
.checkout .panel-title > a > i {
	float: right;
}
.checkout .panel-group .panel {
	border: 1px solid #dfdfdf;
	border-radius: 0;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
}
.checkout .panel-group {
	width: 100%;
	float: left;
}
.checkout .panel-body {
	margin: 10px 0 0 0px;
}
.checkout .panel-body .btn#button-coupon, .checkout .panel-body .btn#button-voucher {
	padding: 8px 12px;
	height: 35px;
}
.wishlist .table-responsive {
	margin-top: 30px;
}
.table-hover > tbody > tr:hover {
	background-color: #fff;
}
.contactpage .panel-body {
	padding: 0;
	margin: 40px 0;
}
.contactpage h2, .account h2, .wishlist h2 {
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
}
.forgotten {
	color: #ec4a00;
	float: left;
	margin: 10px 0;
	text-align: right;
	width: 100%;
}
.search_subcategory {
	margin: 10px 0;
	float: left;
	width: 100%;
}
#button-search {
	margin: 10px 0 40px;
}
.search > label {
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
}
h2 {
	color: #333;
	text-transform: capitalize;
}
.subscribe-me {
	display: none;
}
.productpage .tab-content {
	background-color: #fff;
	margin: 20px 0;
}
#tab-description {
	line-height: 25px;
}
.search > .row {
	margin: 0;
}
.search > p, .search > h2 {
	padding: 0 10px;
}
.search > label {
	padding: 0 10px 10px;
}
.left-category li span {
	top: 5px;
	right: -6px;
}
#responsive-menu ul li:not(.collapsed) span .fa:before, .left-category li:not(.collapsed) span .fa:before {
	content: "\f068";
}
#responsive-menu ul li ul.menu-dropdown, .left-category li.active ul {
	background: transparent none repeat scroll 0 0;
	margin: 0;
	padding: 0px;
	position: static;
	width: 100%;
	border: none;
	float: left;
	box-shadow: none;
}
.left-category .dropdown-menu > li > a {
	padding: 0;
}
.left-category li a.active {
	color: #000;
	display: block;
}
.left-category li a {
	display: block;
}
.section .section-block ul.left-category li ul li {
	padding: 0;
	margin: 10px 0 0;
}
.zoomContainer .zoomWindow {
	border: 2px solid #DBDEE1 !important;
	-webkit-box-shadow: 3px 4px 4px -1px #999999;
	-moz-box-shadow: 3px 4px 4px -1px #999999;
	box-shadow: 3px 4px 4px -1px #999999;
}
.header_links {
	display: none;
}
/* start about us page*/
.aboutus {
	margin-bottom: 50px;
}
.aboutuspage h2 {
	text-transform: uppercase;
}
.aboutuspage p, .aboutus p {
	color: #888888;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0 0 10px;
}
.aboutuspage .mb-30, .aboutuspage .mtb-30 {
	margin-bottom: 30px;
}
.skillbar {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.skillbar-bar:before {
	background: #eee;
	content: "";
	height: 3px;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.skillbar-bar {
	height: 3px;
	width: 0px;
	background: #323232;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
}
.skillbar-title {
	display: inline-block;
}
.skillbar-title, .skill-bar-percent {
	color: #323232;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.skill-bar-percent {
	float: right;
	display: inline-block;
}
/* end about us page*/

.fancybox-skin {
	border-radius: 0 !important;
}
 @media (min-width: 1200px) {
.header-links .collapse {
	display: block;
	padding: 0;
}
.header-custom-links {
	display: none;
}
#content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
	clear: left;
}
#content .related-products .section-product .product-items, .related-products .product-carousel .slider-item {
	width: 20%;
}
}
@media (max-width: 1200px) {
#column-left .panel > .list-group .list-group-item, #column-right .panel > .list-group .list-group-item {
	padding: 10px 4px;
}
#column-left .section .section-heading, #column-right .section .section-heading, #column-left .panel-heading, #column-right .panel-heading {
	font-size: 16px;
}
.section.col-sm-4 .product-thumb .product-details {
	width: 60%;
}
#subbanner3 .bannertext > h2{
	font-size: 46px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
#content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
	clear: left;
}
.special .product-thumb .product-details {
	width: 46%;
}
.section.col-sm-4 .product-thumb .product-details {
	width: 50%;
}
.timer-date {
	margin: 0 10px 0 0;
}
.banner-text {
	font: 700 14px/22px "Raleway";
}
.cms-name, .cms-data {
	font: 700 20px/25px "Raleway";
}
.newsletters button {
	width: 130px;
}
.footer-desc {
	max-width: 330px;
}
.blog .blog-desc {
	padding-bottom: 20px;
}
.product-list .product-details {
	width: 48%;
}
.compare-total {
	float: right;
}
.filter-product-right {
	float: none;
	display: inline-block;
	margin: 10px 0px 0;
	width: 100%;
}
.sort-filter .text-right {
	text-align: left;
}
.show-filter {
	float: right;
	margin-right: -10px;
}
#column-left .section-product .image, #column-right .section-product .image {
	width: 70px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
	clear: left;
}
body.nav-open .container {
	width: auto;
}
}
@media (min-width: 992px) {
.footer_block .collapse {
	display: block;
	padding: 0;
}
}
 @media (max-width: 991px) {
#responsive-menu {
	display: block;
}
.bannertext > h2 {
	font-size: 20px;
}
.product-thumb .button-group {
	left: 0;
}
.special .product-thumb .product-details {
	width: 100%;
	margin-left: 0;
}
.responsive-slider {
	display: block;
}
.doubleslider {
	display: none;
}
.product-thumb .price, .product-thumb .price-old {
	font-size: 16px;
}
.single-product-layout .product-thumb .product-details {
	margin: 0 0px 0 10px;
}
#column-left .cms-section .image, #column-right .cms-section .image {
	margin-right: 10px;
}
.product-thumb .button-group {
	opacity: 1;
	transition: 0.5s;
}
footer h5.collapsed {
	display: inline-block;
	width: 100%;
}
footer h4 {
	display: none;
}
.compare-total {
	float: right;
}
.filter-product-right {
	float: none;
	display: inline-block;
	margin: 10px 0px 0;
	width: 100%;
}
.sort-filter .text-right {
	text-align: left;
}
.show-filter {
	float: right;
	margin-right: -10px;
}
.footer_block {
	padding: 30px 0px;
}
.banner-bottom .cms-title .text1 a, .banner-top .cms-title .text1 a, .cms-banner-right .cms-title .text1 a {
	font-size: 20px;
}
.sale {
	padding: 2px;
	font-size: 12px;
	line-height: 12px;
}
.footer-static {
	padding: 0;
}
.responsive-menu ul li {
	list-style: none;
}
.responsive-menu ul li a {
	font-weight: 300;
}
.responsive-menu ul li a:hover {
	color: #fff;
}
.navigation {
	margin: 0;
}
.header-right .header_menu_dropdown {
	display: none;
}
.nav-open .header-middle-outer {
	left: 0;
	box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}
.header-right {
	float: right !important;
}
.bannertext > span{
	font-size: 14px;
}
.date-time, .view-blog {
	font-size: 12px;
}
.post_hover h4 {
	margin: 0 0 10px;
}
.subtitle-part.subtitle-part1.col-md-4, .subtitle-part.subtitle-part2.col-md-4, .subtitle-part.subtitle-part3.col-md-4 {
	padding: 20px 0 20px 100px;
}
#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
	font-size: 13px;
}
#column-left .product-thumb .price, #column-right .product-thumb .price {
	font-size: 15px;
}
.subtitle-part .subtitile1 {
	font-size: 16px;
}
.footer-top-middle .footer-common .footer-static {
	width: auto;
	padding: 0;
}
.newsletters input {
	width: 240px;
}
.newsletters button {
	width: auto;
}
.footer_block h5 .icon {
	height: 36px;
	width: 100%;
	cursor: pointer;
	top: -16px;
	right: 0px;
	position: absolute;
	background: transparent url("../image/footer-arrow.png") no-repeat scroll right -38px;
}
.footer_block h5.collapsed .icon {
	background-position: right 14px;
}
#powered {
	text-align: center;
}
.footer_payment {
	float: none;
}
.footer-top-middle {
	border: none;
	padding: 35px 0;
}
.footer-logo .name, .newsletters h5 {
	display: block;
	position: relative;
	text-align: left;
}
footer ul {
	padding: 0;
	margin: 0;
}
.footer-static ul li {
	text-align: left;
}
footer .Footer-bottom ul, .bottom-footer ul {
	display: inline-block;
}
.Footer-bottom {
	text-align: center;
}
.footer_payment ul.payment_icon {
	display: inline-block;
	float: none;
}
.social-icon {
	float: none;
}
.copy-right {
	margin: 10px 0;
}
footer .bottom-footer {
	margin: 30px 0 25px;
}
.information ul {
	padding: 0;
	margin: 0;
}
.header-middle-outer .nav-tabs > li.active, .header-middle-outer .nav-tabs > li.active > a, .header-middle-outer .nav-tabs > li.active > a:hover, .header-middle-outer .nav-tabs > li.active > a:focus {
	background-color: #171717;
	color: #fff;
}
.header-middle-outer .nav-tabs, .header-middle-outer .nav-tabs > li::before {
	border: none;
}
.header-middle-outer .nav-tabs > li > a, .header-middle-outer .nav-tabs > li, .header-middle-outer .nav-tabs > li > a:hover, .header-middle-outer .nav-tabs > li > a:focus {
	background-color: #000;
	color: #737373;
}
.header-middle-outer .nav-tabs > li {
	width: 33.33%;
	padding: 10px 0;
	text-align: center;
}
.product-list .product-details {
	width: 100%;
	margin: 20px 0 0 0px;
	padding: 0 10px;
}
#column-left .product-details, #column-right .product-details {
	width: 50%;
	float: left;
}
.zoomContainer .zoomWindow {
	width: 350px !important;
}
.banner-bottom .cms-title .text1 a, .banner-left .cms-banner-right.cms-text .cms-title {
	padding: 20px 0;
}
.banner-bottom .cms-banner-right.cms-text {
	margin-top: -30px;
}
.banner-left .cms-banner-right.cms-text {
	margin-top: -45px;
}
.left-innner .cms-banner-right.cms-text {
	bottom: 20px;
	width: 80%;
}
.blog .blog-image .post_hover {
	position: absolute;
	opacity: 1;
	bottom: 0px;
	min-height: 60px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
}
.blog .post-image-hover {
	display: none;
}
.blog h4 a {
	font-size: 16px;
}
.blog .post_hover h4 {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8e8e8e;
}
.main-slider .owl-controls .owl-buttons .owl-prev, .main-slider .owl-controls .owl-buttons .owl-next {
	display: none !important;
}
.home-subbanner.left {
	width: 43%;
}
.home-subbanner.right {
	width: 52.5%;
}
.customtab li a {
	margin: 0 0 0 15px;
}
.cmsbanner2 {
	margin: 0;
}
}


/* fixed colum left + content + right*/
@media (min-width: 768px) {
#column-left .product-layout .col-md-3 {
	width: 100%;
}
#column-left + #content .product-layout .col-md-3 {
	width: 50%;
}
#column-left + #content + #column-right .product-layout .col-md-3 {
	width: 100%;
}
#content + #column-right .product-layout .col-md-3 {
	width: 100%;
}
#menu .dropdown:hover .dropdown-menu {
	display: inline;
	opacity: 1;
	transform: scale(1);
	transform-origin: left top 0;
	transition: all 0.3s ease 0s;
}
#cart .btn-danger {
	left: 0px;
	right: auto;
}
}
 @media (max-width: 767px) {
 	#top{
 		border: none;
 	}
 	.nav > li > a:hover, .nav > li > a:focus{
 		background: transparent;
 	}
header {
	padding: 15px 0 5px;
	margin: 0;
}
.header-res-logo > a {
	width: 100%;
	padding: 10px 0;
	background: #000;
	display: inline-block;
}
.header-res-logo {
	display: block;
}
.common-home #content {
	margin: 0;
}
.header-res-logo a img {
	display: inline-block;
}
.header-middle-outer {
	background: #fff none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	z-index: 99;
 left:calc(-1 * (100% - 54px));
	transition: left 0.3s ease 0s;
	width: calc(100% - 54px);
	top: 0;
	overflow-y: scroll;
	border: 4px solid #dedede;
}
.responsive-bar.active:before {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.responsive-bar {
	position: relative;
	display: block;
	z-index: 9;
	float: left;
	padding: 25px 15px;
	cursor: pointer;
	background-color: transparent;
}
.header-links ul {
	top: 70px;
}
#logo {
	padding-left: 25px;
}
.responsive-menu > ul > li {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #444;
	position: relative;
	float: left;
	width: 100%;
}
.nav-open .header-middle-outer {
	left: 0;
	box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}
.header-middle-outer.closetoggle {
	display: none;
}
body {
	left: 0;
	transition: left 0.3s ease 0s;
}
body.nav-open {
	height: 100%;
	left: calc(100% - 54px);
	overflow: hidden;
	width: 100%;
	position: fixed;
	transition: left 0.3s ease 0s;
}
#top-links > ul, .curr, .lang {
	border-bottom: 1px dashed #dedede;
	width: 100%;
	text-align: left;
	padding: 10px 5px;
	margin: 0;
}
#top-links > ul > li::after {
	content: "";
	padding: 0;
}
#form-currency .dropdown-menu, #form-language .dropdown-menu, #top-links .dropdown-menu {
	display: block;
	position: static;
	border: none;
	padding: 0;
}
#top-links {
	display: block;
	width: 100%;
}
#top-links > ul > li:last-child {
	display: block;
}
#top-links ul li ul.dropdown-menu {
	margin: 0;
}
#top-links .dropdown-toggle span {
	display: none !important;
}
#top-links .fa, #top-links .contact {
	display: none;
}
#form-currency > div > .btn, #form-language .btn.dropdown-toggle {
	display: none;
}
#form-language .btn img {
	padding-right: 5px;
}
#top {
	position: absolute;
	top: 0;
	background: none;
	min-height: 0;
}
.swiper-viewport {
	margin: 0 0 15px !important;
}
.menu-bar {
	display: none;
}
.header-custom-links {
	margin: 22px 0 0;
}
.header-cart {
	margin: 18px 0 0;
}
.header-search {
	margin: 17px 20px 0;
}
#search {
	width: 100%;
}
#logo > a {
	margin: 0;
}
.single-product-layout {
	margin: 0 auto;
}
.subbanner4 .cms-desc {
	bottom: 17%;
	right: 10px;
}
.testmonial-author-name {
	clear: both;
	margin: 0;
}
.testimonial-img {
	margin-bottom: 10px;
}
.testimonial .desc {
	margin: 20px 0 0;
}
.header_blog_link {
	display: inline-block !important;
}
#menu div.dropdown-inner > ul.list-unstyled {
	display: block;
}
.newsletters div.news-form.pull-right {
	float: left !important;
	margin: 10px 0 0;
}
.offerimg {
	display: none;
}
.newsletter-popup {
	width: 320px;
	height: auto;
}
.newsletter-popup-top {
	width: auto;
	margin: auto;
	padding: 0;
	text-align: center;
	float: none;
}
.newsletter-popup .popup-title {
	margin: auto;
	font-size: 50px;
}
.newsletter-popup .popup-title span {
	margin-left: -5%;
}
.newsletter-popup-top .popup-desc {
	text-align: center;
}
.newsletter-popup-top .btn-default {
	display: inline-block;
}
label.checkme {
	float: none;
}
#content .form-horizontal .form-group {
	margin: 0;
}
.common-home .alert {
	top: 61px !important;
}
.common-home header {
	position: static !important;
}
.product-thumb .button-group {
	opacity: 1;
}
.product-thumb .price-old {
	margin-left: 5px;
}
.product-carousel .slider-item .product-thumb h4 a, .product-thumb h4 a {
	letter-spacing: 0;
}
#menu div.dropdown-menu {
	margin-left: 0 !important;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner {
	display: block;
}
#menu .dropdown-inner a {
	width: 100%;
	color: #fff;
}
#menu .see-all {
	margin-top: 0;
	border: none;
	border-radius: 0;
	color: #fff;
}
.home-subbanner .cms-button a {
	opacity: 1;
	padding: 6px 10px;
}
.footer_block.row {
	padding: 30px 0;
	margin: 0;
}
.homepage-text .center-content {
	line-height: 24px;
	font-size: 15px;
}
.brand .product-thumb {
	text-align: center;
}
.main-slider .owl-controls .owl-buttons, .product-thumb .button-group a.quickview {
	display: none;
}
.product-layout.product-grid {
	padding: 0;
	width: 33.33%;
}
.product-thumb .image img {
	width: 100%;
	float: left;
}
.product-list .product-thumb .image img {
	width: auto;
}
.product-list .product-thumb .image {
	float: left;
}
.product-layout.product-list.col-xs-12 {
	padding: 0 10px;
}
.newsletters form {
	margin: 0 0 10px;
}
.thumbnails .image-additional {
	width: 320px;
	text-align: center;
	float: none;
	margin: 0 auto;
}
.productpage .right {
	padding: 0 20px;
}
.filter-product {
	margin: 0 -10px 40px;
}
#content, #column-left, #column-right {
	margin-top: 40px;
}
.col-sm-4.col-sm-offset-8 {
	float: left;
	width: 100%;
}
.banner-bottom .cms-title .text1 a, .banner-top .cms-title .text1 a, .cms-banner-right .cms-title .text1 a {
	font-size: 16px;
}
.cms-title .text2 a {
	font-size: 12px;
	margin-top: 5px;
}
.banner-outer .banner-top {
	padding-bottom: 13px;
}
#content .section.blog .section-block {
	margin: 0 auto;
}
.col-sm-6.text-left.bottom-pagination-link, .col-sm-6.text-right.bottom-pagination-result {
	padding: 0 10px;
	float: left;
	clear: both;
}
.productpage .left {
	margin: 0 auto;
	width: 450px;
}
.testimonial .desc {
	width: auto;
}
.header-search.col-xs-7 {
	padding: 0;
}
.category_text {
	padding: 5px 10px;
}
.header-menu {
	margin: 16px 0 0;
	display: none;
}
.header-menu .row {
	margin: 0;
}
.responsive-menubar-block.col-sm-3 {
	padding: 0;
	display: none;
}
.subbanner1 .cms-desc {
	bottom: 30px;
}
#subbanner3 .bannertext > span{
	padding: 0;
}
#content .section.featured .section-block {
	margin: 0 auto;
}
.blog .day {
	font-size: 20px;
	line-height: 20px;
}
.blog .product-thumb h4 a {
	font-size: 14px;
}
.header-middle-outer .nav {
	width: 100%;
}
}
@media (max-width: 650px) {
.cms_banner > div {
	width: 100%;
}
}
@media (max-width: 580px) {
.grid .product-items {
	width: 50%;
}
.product-layout.product-grid {
	width: 50%;
}
.header-cart {
	margin: 13px 0 0;
}
.header-search {
	margin: 10px 20px 0px 0;
}
.header-custom-links {
	margin: 16px 22px 0 0;
}
}
@media (max-width: 479px) {
.main-slider {
	margin: 0 0 15px;
}
.home-subbanner-outer {
	margin: 0 0 15px;
}
.res_cart_total {
	display: inline;
	position: absolute;
	top: -7px;
	right: 0px;
	color: #343434;
	font-size: 0;
	margin: 0;
}
#cart-total {
	font-size: 14px;
}
.cart-icon .fa {
	color: #343434;
}
#cart {
	margin: 0;
}
.cart-icon {
	margin: 0;
	padding: 0;
}
.responsive-bar {
	padding: 23px 15px;
}
.header-custom-links {
	margin: 7px 22px 0 0;
}
.header-links ul {
	top: 46;
}
.header-search {
	margin: 3px 20px 0px 0;
}
.header-cart {
	margin: 6px 0 0;
}
.home-subbanner {
	width: 100% !important;
}
.offer {
	display: none;
}
.customtab li a {
	margin: 0 0 0 25px;
}
#logo {
	width: 170px;
}
#shippingcart {
	display: none;
}
.header-middle-outer .nav-tabs > li > a {
	text-transform: capitalize;
	margin: 0 !important;
}
.bannertext > h2 {
	font-size: 16px;
}
.bannertext > p {
	font-size: 14px;
	line-height: 1;
}
.newsletter-popup {
	width: 290px;
}
.popup-offer-title {
	font-size: 30px;
	line-height: 30px;
}
.home-subbanner .subbanner1, .home-subbanner .subbanner2 {
	width: 100%;
}
#subbanner3 .bannertext > h2{
	font-size: 16px;
}
#subbanner3 .bannertext > span {
    font-size: 10px;
    margin-bottom: -15px;
}
.cms-button a{
	padding: 7px 17px;
}
.shipping-inner {
	padding: 0;
	margin: 0;
}
.cms_parallax .parallax-text2 {
	font-size: 16px;
}
.sort-filter {
	margin: 0 0 10px 10px;
	width: 175px;
}
.show-filter {
	width: 102px;
	margin: 0;
}
.sort-filter .form-control, .show-filter .form-control {
	padding: 2px;
}
.filter-product-right .col-xs-4, .filter-product-right .col-xs-8, .filter-product-right .col-xs-6 {
	padding: 0;
}
.sort-filter label, .show-filter label {
	margin: 8px 5px 5px 0;
}
.footer-cms-right {
	margin: 15px 0 0;
}
#cart .dropdown-menu {
	min-width: 300px;
	padding: 10px;
}
.nav-tabs > li {
	width: 100%;
}
.tab-content {
	margin: 4px 0px 0;
}
.thumbnails .image-additional {
	width: 200px;
}
.common-home .breadcrumb {
	width: auto;
}
.breadcrumb h1, .page-title {
	font-size: 16px;
	letter-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.breadcrumb {
	padding: 10px !important;
	text-align: center;
	margin: 0 0 20px;
}
.cms-title .text2 a, .banner-outer .banner-top {
	display: none;
}
.footer-top div.col-xs-6 {
	width: 100%;
}
.content-top-breadcum {
	height: 100px;
}
.banner-bottom {
	margin-top: 10px;
}
.banner-common.banner-left, .banner-top-left.left-innner, .banner-common.banner-right, .banner-top-right.right-innner {
	padding: 0;
	width: 100%;
}
.subtitle-part1, .subtitle-part2, .subtitle-part3 {
	width: 100%;
	padding: 0 0 10px 0;
}
.shipping-outer {
	margin-bottom: 30px;
	margin-top: 30px;
}
.banner-outer {
	margin: 30px 0;
}
.newsletters div.col-sm-12 {
	padding: 0;
}
.newsletters button {
	width: 100px;
	padding: 8px 10px;
}
#live-search {
	width: 255px !important;
}
.btn-block+.btn-block {
	margin-top: 0;
}
.brand {
	text-align: center;
}
.form-horizontal .form-group {
	margin: 0 -10px !important;
}
.section .section-heading, #column-left .panel-heading, #column-right .panel-heading {
	font-size: 22px;
}
#footer .bottom-footer ul li a {
	line-height: 30px;
}
#scrollup::before {
	bottom: 10px;
	right: 10px;
}
.search > .row > .col-xs-6 {
	width: 100%;
	margin-bottom: 10px;
}
#morebutton .btn-default {
	padding: 12px 25px;
}
.panel-body h2 {
	margin-top: 10px;
}
.grid .product-items {
	width: 100%;
}
.singlebanner {
	display: none;
}
.productpage .left {
	margin: 0 auto;
	width: 340px;
}
.home-subbanner .cms-data {
	opacity: 1;
}
.subbanner2 {
	margin: 15px 0 15px;
}
.home-subbanner .subbanner1 .cms-desc {
	bottom: 11%;
}
.home-subbanner .subbanner2 .cms-desc, .home-subbanner .subbanner3 .cms-desc {
	bottom: 27%;
}
.footer-top {
	margin: 20px 0 60px;
}
.footer-cms-left, .footer-cms-right {
	text-align: center;
}
.footer-logo {
	float: none;
	padding: 0;
}
.contactpage .panel-body {
	margin: 0;
}
.customtab li {
	float: none;
	display: inline-block;
}
.customtab-inner {
	top: 75px;
	width: 100%;
	text-align: center;
}
.section.customtab .section-heading {
	margin-bottom: 40px;
}
.timer-date {
	margin: 0px 5px 0 0;
}
.customtab .product-thumb .product-details {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.customtab .tab-content {
	margin: 0;
}
}
@media (max-width: 360px) {
.brand .product-thumb:after {
	border: none;
	left: 0;
}
.productpage .left {
	margin: 0 auto;
	width: 300px;
}
.newsletters {
	margin: 30px 0 0;
}
}
@media (min-width: 321px) {
.product-additional-block .product-thumb img {
	width: 100%;
}
}
 @media (max-width: 320px) {
.header-search {
	margin: 3px 10px 0px 0;
}
.header-custom-links {
	margin: 7px 10px 0 0;
}
#content .image-additional .item {
	float: none;
}
.productpage .left {
	margin: 0 auto;
	width: auto;
	padding: 0 20px;
}
.thumbnails .image-additional {
	width: 120px;
}
}
