body {
	font-family: 'Arimo', sans-serif;
	font-weight: normal;
	color: #424242;
	font-size: 14px;
	letter-spacing: 1px;
	background: #f5f5f5;
}
body.common-home {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 18px;
}
ul, ol {
	margin: 0 !important;
	padding: 0 !important;
}
li {
	list-style: none;
}
/* 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 {
	color: #888;
}
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;
}
/* 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 {
	background-color: #f2f2f2;
	padding: 0;
	min-height: 40px;
	display: none;
	text-align: center;
}
.header-top {
	background: #000;
	padding: 10px 0;
}
.header-top a{
	color: #fff;
}

.header-top ul li {
	list-style: none;
	display: inline-block;
}
.header-top ul li a {
	padding: 10px 0px;
	display: inline-block;
}
.header-top ul li ul li::after {
	content: none;
}
.header-top ul li ul li {
	width: 100%;
	padding: 0px 15px;
}
.header-top-left .contact .fa.fa-question {
	font-size: 14px;
	margin-right: 5px; 
}
.header-top-right {
	text-align: right;
}
#form-currency, #form-language {
	display: inline-block;
}
.header-top-right ul li::after{
    content: "";
    font-size: 12px;
    padding: 10px 0px 0 14px;
    margin: 0px 10px -2px 0;
    display: inline-block;
    border-right: 1px solid #fff;
}

.header-top-right ul li:last-child:after {
	content: none;
	border-right: none;
}
#form-currency .dropdown-menu, #form-language .dropdown-menu, #account-links .dropdown-menu {
	border: none;
	border-top: 2px solid #0fb4c2;
	box-shadow: none;
	padding: 10px 0 !important;
	background: #f5f5f5;
	position: absolute;
	top: 28px;
	margin: 0;
	left: 0;
	right: auto;
}
#account-links .dropdown-menu {
	top: 100%;
}
#form-currency > div > .btn, #form-language > div > .btn {
	padding: 0;
	color: #fff;
}
#form-currency .dropdown-menu .btn, .myaccount .dropdown-menu > li > a, #form-language .dropdown-menu .btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 4px;
	width: 100%;
	text-align: left;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #000 !important;
}
.myaccount .dropdown-menu > li > a > i {
	display: none;
}
#form-currency .btn-link:hover, #form-language .dropdown-menu .btn:hover, #form-language .dropdown-menu .btn:focus {
	text-decoration: none;
	color: #000;
}
.header-res-logo {
	display: none;
}
#top .contact > a {
	color: #808080;
	font-size: 16px;
	font-weight: 500;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent !important;
	border-color: transparent !important;
}
#form-currency > div > .btn:hover, #form-language .btn:hover {
	color: #0fb4c2;
}
#account-links > ul {
	margin: 0;
	float: left;
}
#account-links, .header-right .wishlist, .header-cart {
    display: inline-block;
    margin: 0 0 0 20px;
}
header.fixed .header-menu #menu {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 0;
	transition: 0.5s;
}
.header-block {
	background: #fff;
	padding: 20px 0;
}
header {
	position: relative;
}
.header-right{text-align: right;}
/* logo */

/* search */
.header-search {
    margin-top: 5px;
}
#search .input-lg {
	line-height: 20px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 0px;
	float: right;
}
#search .btn-lg i {
	font-size: 16px;
	padding: 9px 10px;
}
#search .btn-lg:hover i {
	color: #fff;
}
.form-control::-moz-placeholder {
 font-weight: normal;
}
/* cart */
#cart > .btn {
	background: transparent;
	padding: 9px 7px 9px 0;
	border: none;
	border-radius: 0;
}
#cart .cart-text {
	vertical-align: text-bottom;
	margin: 0 10px 0 0 ;
}
.cart-icon i {
	font-size: 19px;
	color: #0fb4c2;
}
#cart > .btn:hover .cart-icon i {
	color: #0fb4c2;
}
#cart-total, .wishlist-total {
	margin: 0;
	position: absolute;
	top: 0px;
	font-size: 12px;
	font-weight: 400;
}
#cart.open > .btn {
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #f5f5f5;
	color: #808080;
	z-index: 1001;
	border: none;
	border-top: 2px solid #0fb4c2;
}
#cart p.text-center {
	margin: 10px 0;
}
#cart .dropdown-menu {
	min-width: 300px;
	padding: 10px;
}
#cart .button-container {
	width: auto;
	float: right;
	margin: 15px 8px 0;
}
#cart .dropdown-menu table {
	position: relative;
	border: none;
	margin-bottom: 0;
}
#cart .dropdown-menu table tr {
	position: relative;
	border-bottom: 1px dashed #d3d3d3;
}
#cart .dropdown-menu table td {
	border: none;
	background: none;
}
/* menu */
.menu-image {
	display: table-cell;
	min-width: 300px;
	vertical-align: top;
}
#menu ul.active {
	display: none;
}
.header-menu {
	margin: 20px 0;
}
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	margin: 0;
	z-index: 999;
}
#menu {
	border: medium none;
	border-radius: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	padding-top: 0;
	z-index: 9;
}
#category-menu-header {
	display: none;
}
#column-left #menu {
	position: static;
	padding: 0;
	background-color: #f2f2f2;
	margin: 0 0 10px;
}
#menu ul.main-navigation {
	list-style: none;
	margin: 0;
	width: 100%;
	background: #000;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
}
#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: 15px 0;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
}
.more {
	padding: 10px 0 0;
	color: #000;
}
.more i {
	font-size: 20px;
	height: 30px;
	margin: 0 25px 0 20px;
	padding: 4px 0 0 12px;
	width: 30px;
	display: none;
}
#category-menu ul > li > ul > li a {
	color: #404040;
}
.header_blog_link {
	display: none !important;
}
#menu > div > ul > li {
	padding: 0 15px;
	position: relative;
	margin: 0 10px;
}
.hiden_menu li.main_cat {
	margin: 0;
	list-style: none;
}
.hiden_menu:hover ul {
	display: inline;
	opacity: 1;
	transform: scale(1);
	transform-origin: right top 0;
	transition: 0.3s;
}
.hiden_menu ul {
	padding: 30px;
	text-align: left;
	display: block;
	transform: scale(0);
	transform-origin: right top 0;
	transition: all 0.3s ease 0s;
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #f5f5f5;
	border-top: 2px solid #2874f0;
	min-width: 186px;
}
#menu li.hiden_menu ul > li > a {
	color: #000;
	padding: 8px 0;
}
#menu > div > ul > li:last-child .dropdown-menu {
	left: auto;
	right: 0;
}
#category-menu.in {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
}
#category-menu div > ul > li > a {
    color: #ff0000;
}
#category-menu .navbar-collapse {
	padding: 10px 20px;
	display: block;
	text-align: left;
	background-color: #fff;
	border: solid #e6e6e6;
	border-width: 0 1px 1px 1px;
}
#category-menu {
	border: medium none;
	padding: 0px 10px;
	z-index: 99;
	border-radius: 0;
	margin: 0;
	display: none;
}
#category-menu ul {
	padding: 0;
	margin: 0;
}
#category-menu.col-sm-3 {
	padding: 0 10px;
}
#column-left #category-menu {
	position: static;
	width: auto;
}
#category-menu ul li span .fa {
	color: #888;
}
#category-menu ul li:hover span .fa {
	color: #000;
}
#category-menu li:first-child a {
	border: none;
}
#category-menu a {
	color: #000;
	padding: 4px 0;
	display: inline-block;
}
#category-menu a:hover {
	color: #000;
}
#category-menu ul li, .left-category li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
}
#category-menu div > ul > li {
	width: 25%;
}
#category-menu div > ul > li > a {
	color: #000;
}
#category-menu ul li ul.menu-dropdown li ul {
	float: left;
	padding: 0 0 0 20px;
	width: 100%;
}
#category-menu .menu-dropdown > li > a, #category-menu .menu-dropdown > li > ul > li > a {
	padding: 0px 20px;
	float: left;
	width: 100%;
	color: #737373;
	border: none;
}
#category-menu .menu-dropdown > li > a:hover, #category-menu .menu-dropdown > li > ul > li > a:hover {
	color: #000;
}
#category-menu ul li span, .left-category li span {
	position: absolute;
	right: 0;
	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;
}
.menu-bar:hover{
	color:#7d7d7d;
}
.responsive-bar, .menu-bar, #account-links > .myaccount > a {
	display: inline-block;
	cursor: pointer;
	padding: 10px 0;
	text-transform: capitalize;
}
.responsive-bar {
	display: none;
}
.responsive-bar .fa {
	color: #fff;
}
.responsive-bar .fa:before {
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
}
.category-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.main-navigation > li:hover {
	background-color: #0fb4c2;
}
#menu > ul > li ul > li > a {
	min-width: 160px;
}
#menu .dropdown:hover .dropdown-menu, #menu .thumb:hover .dropdown-menu {
	display: inline;
	opacity: 1;
	transform: scale(1);
	transform-origin: left top 0;
	transition: all 0.3s ease 0s;
}
#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 li.dropdown .dropdown-inner > ul > li {
	margin-bottom: 0;
}
#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;
	margin: 5px 0 0;
	padding: 10px 0px 20px;
	position: relative;
	float: left;
	min-width: 149px;
	background: none;
	box-shadow: none;
}
#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;
	color: #000;
}
}
#menu ul.nav li .megamenu ul.list-unstyled li > a {
}
#menu ul.nav li > .megamenu.column1 > div > ul.list-unstyled > li {
	margin: 0 0 10px;
}
#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;
}
.hiden_menu .dropdown-inner li.main_cat a {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
}
#menu ul.nav li .megamenu ul.childs_1 {
	min-width: 185px;
	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: 20px;
	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 {
	background-color: #f5f5f5;
	padding: 30px;
	color: #000;
	text-align: left;
	border: none;
	box-shadow: none;
	left: 0%;
	top: 100%;
	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: 190px;
}
.navigation {
	margin: 38px 0 0;
}
#content, #column-left, #column-right {
	margin-top: 20px;
}
#common-home #content {
	margin-top: 0px;
}
/* Mainslider */
.main-slider .img-responsive {
	width: 100%;
}
.main-slider {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.mainbanner .swiper-button-next {
	background: transparent url("../image/sprite.png") no-repeat scroll -43px 3px;
}
.mainbanner .swiper-button-next:hover {
	background-position: -43px -41px;
}
.mainbanner .swiper-button-prev {
	background: transparent url("../image/sprite.png") no-repeat scroll 9px 3px;
}
.mainbanner .swiper-button-prev:hover {
	background-position: 9px -41px;
}
#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;
}
.category-banner, #content .category-banner-block .section-product .product-items {
	padding: 0 10px;
	text-align: center;
	margin: 20px 0 0px;
}
.category-banner .image {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #fff;
}
.category-banner > .categoryname > h3 > a {
	font-weight: bold;
	margin-top: 15px;
	display: inline-block;
}
.category-banner .view {
	background: #f5f5f5;
	letter-spacing: 0.5px;
	margin: 10px 0 0;
	opacity: 0;
	transition: 0.5s;
	text-transform: capitalize;
}
.category-banner .view:hover {
	background: #2874f0;
	transition: 0.5s;
}
.category-banner .view:hover a {
	color: #fff;
}
.category-banner:hover .image {
	opacity: 0.5;
	transition: 0.5s;
}
/* Home page Sub banner Start */
.cms_banner {
    display: inline-block;
    margin: 20px 0;
}
.banner {
	overflow: hidden;
}
.bannertext {
	position: absolute;
	bottom: 15%;
	top: auto;
	left: auto;
	right: 10%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto;
	text-align: right;
}
.sub-hover {
	overflow: hidden;
}
.bannertext > h2 {
	font-size: 16px;
	margin: 0;
	text-transform: capitalize;
	color: #000;
}

#subbanner4 .bannertext > h2{
	color: #0fb4c2;
}
.sub-hover:hover img {
	transform: scale(1.1);
	transition: all 0.6s ease 0s;
}
.bannertext .price {
	margin-bottom: 5px;
}
.bannertext .newprice {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
.oldprice {
	text-decoration: line-through;
	color: #888;
}
#subbanner2 {
	border: 1px dotted #000;
}
#subbanner2 .bannertext {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#subbanner2 .bannertext h2 {
	color: #000;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
#subbanner3 .bannertext {
	left: 10%;
	right: auto;
	text-align: left;
}
#subbanner4 .bannertext {
	left: 7%;
	right: auto;
	text-align: left;
	top: 0;
	bottom: 0;
}
#subbanner4 .bannertext h2 {
	font-size: 100px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Archivo Narrow";
	position: relative;
}
#subbanner4 .bannertext h2 sup {
	top: -1.2em;
	font-size: 37%;
	color: #0fb4c2;
}
#subbanner4 .bannertext h2 span {
	color: #f7a68c;
}
#subbanner4 .bannertext .text-group {
	position: relative;
}
#subbanner4 .bannertext .text-group > span {
	position: absolute;
	right: 31px;
	bottom: 42px;
	background: #fff;
	padding: 0 5px;
	color: #000;
}
#subbanner4 .bannertext .text-group > span.off {
	position: absolute;
	right: -10px;
	bottom: 20px;
	padding: 0 4px;
	background: transparent;
	transform: rotate(90deg);
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	font-family: "Archivo Narrow";
	color: #0fb4c2;
}
#subbanner4 .bannertext h3 {
	font-size: 26px;
	color: #000;
}
.bannertext .btn {
	margin-top: 10px;
}
/* Home page Sub banner End */

/* testimonial */
.testimonial {
	margin: 40px 0 10px !important;
}
.testmonial-author-name {
	text-transform: capitalize;
	font-size: 16px;
	color: #0fb4c2;
	margin: 5px 0 10px;
	font-weight: bold;
}
.testimonial .item {
	background: #f5f5f5;
	padding: 30px;
	margin: 0 10px;
	min-height: 178px;
}
.testimonial .owl-controls.clickable {
    margin-top: 20px;
}
/* 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;
}
.section {
	width: 100%;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.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: 20px;
	position: absolute;
	right: 0;
	top: 10px;
}
.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;
}
.filter-product {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	background-color: #fff;
	padding: 10px;
}
.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 -29px;
}
.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: 'Roboto';
	line-height: 17px;
}
#column-left .container, #column-right .container {
	width: auto;
	padding: 0;
	float: left;
}
.section .section-heading, #column-left .panel-heading, #column-right .panel-heading {
	font-size: 22px;
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
	position: relative;
	border: none;
	letter-spacing: 0.5px;
	padding: 0 0 10px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.section .section-heading::after {
	background: url(../image/divider.png) no-repeat scroll 0px 0px transparent;
    height: 11px;
    width: 140px;
    content: "";
    display: block;
    margin: 15px auto 5px;
}

#tabs li.tab a {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}
#column-left .section .section-block ul, #column-left .section .section-block ul {
	text-align: left;
}
#column-left .section .section-heading, #column-right .section .section-heading {
	text-align: left;
	margin: 0 ;
}
#column-left .section .section-heading::after, #column-right .section .section-heading::after {
    height: 0px;
    margin: 0;
}
.section #tabs .section-heading {
	margin: 0 0px 15px;
}
.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;
}
.category-banner-block .section-block, #content .section .section-block, #content .section.related .section-block, #content .section.featured .section-block, #content .section.blog .section-block, .viewed .section-block {
	margin: 0 -10px;
}
.section .section-block ul, #content .content ul {
	padding: 0px;
	margin: 14px 0 5px;
	text-align: center;
	list-style: none;
}
.section .section-block ul li.tab {
	display: inline-block;
}
.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 !important;
}
.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;
}
.overlayslidebottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0,0.8);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.blog .product-thumb:hover .overlayslidebottom {
	height: 20%;
}
.overlayslidebottom:hover .textslidebottom a {
    color: #0fb4c2;
}
.textslidebottom {
	white-space: nowrap;
	color: white;
	font-size: 16px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.blog .textslidebottom a {
	color: #fff;
	text-transform: capitalize;
}
.blog .product-thumb {
	border: none;
	margin: 0;
	padding: 10px 10px 0;
}
.special .product-thumb .image {
	float: left;
}
.special .product-carousel .slider-item .product-thumb h4 a, .special .product-thumb h4 a {
	color: #000;
}
.special .product-thumb h4 {
	margin: 0 0 10px;
}
.special .slider-item .product-thumb .image {
	width: auto;
}
.special .product-thumb .image {
	width: 45%;
}
.special .product-thumb .product-details {
	display: block;
	float: left;
	width: 47%;
	text-align: left;
	margin: 0 0 0 15px;
}
.special .slider-item .product-thumb, .special .product-thumb {
	padding: 20px 0;
	float: left;
	width: 100%;
}
.special .product-thumb .button-group {
	position: static;
	opacity: 1 !important;
	width: auto;
	margin: 0;
	float: left;
	transform: scale(1);
	margin: 15px 0px 0px 0px;
	background-color: rgb(55, 125, 239)
}
#column-left .desc, #column-right .desc {
	display: none;
}
.special .desc {
	margin: 10px 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;
	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 {
	text-align: left;
}
.product-list .product-thumb .button-group2 {
	position: static;
	background-color: transparent;
	width: auto;
	height: auto;
}
.product-list .product-thumb .button-group2 button.addtocart {
	width: auto;
	height: auto;
	padding: 6px 20px 6px 30px;
	color: #fff;
	font-size: 16px;
	background-color: rgba(55, 125, 239,.6);
	background-position: -96px 9px;
}
.product-list .product-thumb:hover .button-group2 button.addtocart, .product-list .product-thumb .button-group2 button.addtocart:hover {
	background-position: -96px -26px;
	background-color: #0fb4c2;
	color: #000;
}
.sale {
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	color: #0fb4c2;
	left: 0px;
	font-size: 10px;
	line-height: 18px;
	padding: 0px 6px;
}
/* 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: 10px 20px 20px 20px ;
	margin: 0;
	display: inline-block;
	width: 100%;
}
#column-left .filter a.list-group-item, #column-right .filter a.list-group-item {
	color: #000;
}
#column-left a.list-group-item:hover, #column-right a.list-group-item:hover {
	color: #000;
}
#column-left a.list-group-item, #column-right a.list-group-item {
	color: #808080;
}
#column-left .list-group a, #column-right .list-group a {
	border: none;
	border-radius: 0;
	margin: 10px 0 0;
	padding: 0;
}
#column-left .filter .list-group a, #column-right .filter .list-group a {
	font-size: 18px;
}
#column-left .filter .panel-footer, #column-right .filter .panel-footer {
	padding: 0;
}
#column-left .panel > .list-group div.list-group-item, #column-right .panel > .list-group div.list-group-item {
	padding: 0;
	border: none;
}
#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;
	width: 90px;
}
#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: 0px 0 5px;
}
#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: 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: block;
	opacity: 1;
	transform: scale(1);
	padding: 0;
	display: none;
}
#scrollup {
	font-size: 0;
	display: none;
}
#scrollup::before {
	background: #0fb4c2 none repeat scroll 0 0;
	bottom: 20px;
	color: #fff;
	content: "\f106";
	font-family: fontawesome;
	font-size: 28px;
	height: 40px;
	padding: 0 11px;
	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: 18px;
	color: #000;
	margin: 0;
	line-height: 26px;
}
.productpage .right {
	padding: 0 10px 0 30px;
}
/* service cms */
.Shipping {
    margin: 10px 0;
}
.services-image {
	content: "";
	width: 110px;
	height: 40px;
	transition: 0.5s;
	float: left;
}
.services-image {
	background: #0fb4c2 url(../image/services.png) no-repeat scroll center 10px;
}
.services-inner {
	float: left;
}
.Shipping .subtitile {
    background: #fff;
    padding: 9px;
    border: 1px solid #e5e5e5;
    border-width: 1px 1px 1px 0;
	min-width: 180px;
	color: #878787;
}
/*fido Blog light-box CSS */

#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-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	margin-top: 15px;
	display: block;
}
.blog-image .img-thumbnail {
	border: none;
	border-radius: 0;
	width: 100%;
	display: block;
}
.view-blog {
	border-top: 1px solid #e5e5e5;
	padding: 5px 0;
	margin: 10px 0 0;
	display: none;
}
.read-more a {
	color: #fff;
	text-transform: capitalize;
}
.write-comment a {
	color: #000;
}
.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;
	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;
	width: 100%;
	float: left;
}
.all-blog .blog-date {
	float: left;
	margin-right: 10px;
}
.dash {
	float: left;
	padding-right: 10px;
}
.all-blog .blog-desc {
	margin: 10px 0;
	clear: left;
	float: left;
	width: 100%;
	line-height: 25px;
}
.all-blog .read-more {
	float: right;
	margin-bottom: 30px;
}
.all-blog .read-more a {
	color: #0fb4c2;
}
.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 .manufacture-slider {
    background: #fff;
}
.brand .product-thumb img {
	opacity: 0.5;
	padding: 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 {
	text-align: center;
}
.brand .product-thumb .item {
	display: inline-block;
}
.manufacturer-heading {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}
/* Newsletter */

#txtemail {
	float: left;
	border: none;
	border-bottom: 1px dashed #000;
	border-radius: 0;
	background-color: transparent;
}
.newsletters {
	text-align: center;
}
.news-form {
	display: inline-block;
	margin: 15px 0 0;
}
.new-desc {
	letter-spacing: 0.4px;
}
.news-form .form-group {
	float: left;
	width: auto;
}
.newsletters input {
	background: #fff none repeat scroll 0 0;
	color: #000;
	float: left;
	height: 45px;
	margin: 0;
	padding: 0 20px;
	width: 350px;
}
.newsletters button {
	height: 45px;
	float: right;
	transition: 0.5s;
}
.newsletter-popup .popup-text {
    text-align: center;
    display: inline-block;
}
.newsletter-popup .checkbox label {
	color: #000000;
}
.newsletter-popup .popup-title{
    font-size: 60px;
    margin: 10px 0;
}
.newsletter-popup .form-group {
	position: relative;
	margin: 0;
	text-align: center;
}
.newsletter-popup a {
	font-size: 10px;
	float: right;
}
.popup-text.col-sm-4 {
	padding: 15px 15px 0;
}
.newsletter-popup {
	height: auto;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 20%;
	width: 560px;
	background-color: #fff;
	padding: 20px 20px 6px;
}
.newsletter-popup-static.newsletter-popup-top {
    border: 2px solid #000;
    display: inline-block;
    width: 100%;
}
.newsletter-popup-top .btn-default {
	height: 45px;
	float: right;
}
.newsletter-popup-top .btn-default:hover {
	background-color: #000;
	color: #fff;
}
.newsletter-popup-top .popup-desc {
	color: #888;
	font-weight: normal;
	font-size: 21px;
	text-transform: capitalize;
	text-align: center;
	clear: left;
	font-style: italic;
	margin-bottom: 25px;
	line-height: 1;
}
.newsletter-popup-top .popup-desc span {
	font-weight: bold;
}
.newsletter-popup-top #txtemailpopup {
	background: #fff none repeat scroll 0 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	width: 100%;
	border-radius: 0px;
	height: 45px;
	width: 225px;
	margin:0 10px 10px;
	float: left;
}
#newsletter-emailp {
    display: inline-block;
}
#xout {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 22px;
    background: #0fb4c2;
    color: #fff;
    line-height: 20px;
}
#xout:hover {
	background: #000;
}
#checkme {
	width: 20px;
	height: auto;
	margin: 0;
	vertical-align: -1px;
}
label.checkme {
	margin: 12px 0;
	color: #888;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 0px;
}
.footer-top {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #0fb4c2; 
}
#footer {
	background-color: #fff;
}
.footer_block {
	padding: 65px 0;
}
footer h5, footer h4 {
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 15px;
	color: #000;
	position: relative;
	letter-spacing: 2px;
	font-weight: bold;
}
footer h5.collapsed {
	display: none;
}
.footer_block ul li {
	padding: 8px 0;
}
.footer_block ul li a {
	color: #808080;
	transition: 0.5s;
}
.footer_block a:hover, .footer_block a:focus {
	color: #0fb4c2;
	padding-left: 3px;
	transition: 0.1s;
}
.footer-static ul li {
	line-height: 27px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	color: #808080;
}
.footer-static ul li.email {
	padding: 0;
}
.Footer-bottom {
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	width: 100%;
	background-color: #131A22;
	margin: 0 !important;
}
#powered {
	text-align: left;
	color: #fff;
}
#powered a {
	color: #0fb4c2;
}
/* Payment Logo */
.payment_icon{
	float: right;
}
.payment_icon .fa {
    font-size: 22px;
    margin: 0 5px;

}
.payment_icon > li {
	display: inline-block;
}
.payment_icon > li > a {
    color: #fff;
}
/* Social */

.social-icon .fa {
    font-size: 16px;
    line-height: 38px;
}
.social-icon, .app-icon {
    margin-top: 16px !important;
}
.social-icon > li ,.app-icon > li {
	display: inline-block;
}
.social-icon > li:hover a{
	color: #0fb4c2;
	border: 1px solid #0fb4c2;
	transition: all 0.3s;
}
.social-icon > li > a {
	height: 40px;
	width: 40px;
	border: 1px solid #000;
	display: inline-block;
	color: #000;
	transition: all 0.3s;
}
/* 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 {
	text-align: right;
	border-radius: 0 !important;
	margin: 20px 0;
	padding: 0 !important;
	display: inline-block;
	width: 100%;
}
.breadcrumb h1, .page-title {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	margin: 0 0 40px;
	text-align: left;
}
.breadcrumb h1 {
	margin: 0 0 20px;
}
.breadcrumb a:hover {
	color: #0fb4c2;
}
.breadcrumb > li {
	padding: 0;
	position: relative;
	white-space: nowrap;
	margin: 10px 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb .fa-home {
	font-size: 16px;
}
.breadcrumb li:last-child a {
	color: #000;
}
.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;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}
.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-default {
	color: #fff;
	background: #000;
}
.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: #2874f0;
}
.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;
	overflow: hidden;
}
.grid .product-items {
	padding: 0;
}
.grid .product-thumb {
	padding: 20px 10px 0;
}
.grid .product-thumb .image img {
	width: 100%;
}
#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;
	border: 3px solid #e5e5e5;
}
.product-list .product-thumb .image {
	float: left;
}
#column-left .first_image, #column-right .first_image {
	float: left;
}
.first_image {
	opacity: 1;
}
.product-thumb:hover .first_image {
	opacity: 0;
}
.swap_image {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.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: 0 auto;
}
.product-layout.product-grid .product-thumb .image img {
	width: 100%;
}
.row.product-grid {
	margin: 0;
}
.product-list .product-thumb h4 {
	font-size: 18px;
	margin: 8px 0;
	letter-spacing: 0.5px;
}
.product-list .desc {
	margin: 10px 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;
	text-align: left;
	width: 60%;
}
.special .product-thumb .product-details {
	display: block;
}
.product-thumb .product-details {
	padding: 10px 0 0;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
}
.product-thumb .rating {
	padding: 0;
}
.rating .fa-stack, #review .fa-stack {
	font-size: 5px;
	vertical-align: 2px;
}
.rating .fa-star, #review .fa-star {
	color: #0fb4c2;
	font-size: 14px;
	line-height: 1;
}
.fa.fa-star.blank {
	color: #ccc;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0 3px;
}
.product-thumb .price-old {
	text-decoration: line-through;
	color: #888;
}
.product-thumb .price-tax {
	color: #888;
	display: none;
	font-size: 12px;
	width: 100%;
}
.product-thumb .button-group {
    display: inline-block;
    background: #0fb4c2;
    position: absolute;
    left: 0;
    bottom: 100%;
    opacity: 0;
    width: 50%;
}
.product-thumb:hover .button-group {
    opacity: 1;
    transition: all 0.9s;
    width:100%;
}
.product-list .product-thumb:hover .button-group {

    opacity: 1;
    transition: all 0.9s;
    width: 210px;
    bottom: -60px;
    left: 30px;

}
.special .product-thumb .button-group2 {
	top: auto;
	bottom: 0;
}
#column-left .product-thumb .button-group2 button {
	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: 10px;
	padding: 0;
	overflow: hidden;
}
.row.product-layoutrow {
	margin: 0 -10px 20px;
}
.product-list .product-details {
	float: left;
	width: 65%;
	text-align: left;
	padding: 0 0 0 30px;
}
#cart .text-right .addtocart {
	margin-right: 10px;
}
#cart .text-right .addtocart, #cart .text-right .checkout {
	border: none;
	display: inline-block;
	float: left;
	background-color: #0fb4c2;
	color: #000;
	margin: 0 8px 16px;
	padding: 10px 28px;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}
#cart .text-right .addtocart:before {
	content: "";
}
#cart a:hover {
	color: #000;
}
#cart .btn-danger {
	background: none;
	color: #000;
	position: relative;
}
#cart .text-right .addtocart:hover, #cart .text-right .checkout:hover {
	background-color: #232F3E;
	color: #fff;
	transition: all 0.5s ease 0s;
}
.product-thumb .button-group button, #product .btn-group .btn {
	text-indent: -999px;
}
.product-thumb:hover .button-group button, .product-thumb .button-group a.quickview{
	width: 25%;
}
.product-thumb .button-group button, .product-thumb .button-group a.quickview, #product .btn-group .btn {
	background: url(../image/sprite.png) no-repeat scroll 50% -95px transparent;
	border: none;
	padding: 0;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	color: #fff;
	width: 25%;
	height: 50px;
	font-size: 0px;
	margin: 0;
	float: left;
	display: inline-block;
}

#input-quantity {
	display: inline;
	width: 50px;
	border-radius: 0px;
	text-align: center;
}
.review-count {
	margin: 0 10px;
}
.productpage .btn-group {
	display: block;
	max-width: 150px;
	overflow: hidden;
	background: #0fb4c2;
	margin-top:15px;
}
.productpage #product .btn-group .btn{
width: 75px!important;
}
#button-cart, #button-cart2 {
	margin: 0 10px;
	display: inline;
	transition: 0.5s;
}
.product-thumb .button-group i {
	display: none;
}
.quickviewblock #product .btn-group .btn.wishlist, .quickviewblock #product .btn-group .btn.compare {
	display: none;
}
.productpage .rating.rating-wrapper {
	margin-bottom: 20px;
}
.productpage .nav-tabs {
	margin-top: 50px;
}
#button-cart:hover, #button-cart2:hover {
	transition: 0.5s;
}
.product-thumb .button-group button.wishlist, #product .btn-group .btn.wishlist {
	background-position: 50% -189px;
}
.product-thumb .button-group button.compare, #product .btn-group .btn.compare {
	background-position: 50% -282px;
}
.product-thumb .button-group a.quickview {
	background-position: 50% -376px;
}
.product-thumb .button-group button:hover, #product .btn-group .btn:hover {
	background-position: 50% -142px;
}
.product-thumb .button-group button.wishlist:hover, #product .btn-group .btn.wishlist:hover {
	background-position: 50% -236px;
}
.product-thumb .button-group button.compare:hover, #product .btn-group .btn.compare:hover {
	background-position: 50% -329px;
}
.product-thumb .button-group a.quickview:hover {
	background-position: 50% -423px;
}
.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;

}
.thumbnails .image-additional {
	float: left;
}
.product-additional-block .product-thumb {
	margin: 0 10px;
	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;
}
.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 {
	text-transform: capitalize;
}
.subscribe-me {
	display: none;
}
.productpage .tab-content {
	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;
}
#category-menu ul li:not(.collapsed) span .fa:before, .left-category li:not(.collapsed) span .fa:before {
	content: "\f068";
}
#category-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;
}
.category_block .hitarea {
	float: right;
}
.section-block.category_block {
    background: #fff !important;
    display: inline-block;
    padding: 20px;
}
.category_block .hitarea.expandable-hitarea, .treeview-list .collapsable .expandable-hitarea {
	height: 20px;
	width: 20px;
	z-index: 9;
	text-align: center;
	cursor: pointer;
	position: static;
}
.category_block .hitarea.collapsable-hitarea, .treeview-list .expandable-hitarea {
	height: 20px;
	width: 20px;
	z-index: 9;
	text-align: center;
	cursor: pointer;
	position: static;
}
.treeview-list .expandable .collapsable-hitarea {
	height: 20px;
	width: 20px;
}
.treeview-list .expandable .collapsable-hitarea:after {
	content: "\f067";
	font-family: "FontAwesome";
	color: #999999;
	font-size: 14px;
	vertical-align: top;
}
.treeview-list .collapsable .expandable-hitarea {
	height: 20px;
	width: 20px;
}
.treeview-list .collapsable > .expandable-hitarea:after {
	content: "\f068";
	font-family: "FontAwesome";
	color: #999999;
	font-size: 14px;
	vertical-align: top;
}
.treeview-list .expandable-hitarea {
	height: 25px;
	width: 15px;
}
.treeview-list .expandable-hitarea::after {
	content: "\f067";
	font-family: "FontAwesome";
	color: #999999;
	font-size: 14px;
	vertical-align: top;
}
.treeview-list .collapsable-hitarea {
	height: 25px;
	width: 15px;
}
.treeview-list .collapsable-hitarea::after {
	content: "\f068";
	font-family: "FontAwesome";
	color: #999999;
	font-size: 14px;
	vertical-align: top;
}
.left-category li a.active, .left-category li a:hover {
	color: #000;
	display: block;
}
.left-category li a {
	margin-bottom: 12px;
	display: block;
	color: #808080
}

.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) {
#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;
}
}
@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;
}
.header-links li {
	padding: 13px 20px;
}
}
 @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;
}
#menu > div > ul > li {
	padding: 0 5px;
}
.timer-date {
	width: 50px;
	height: 50px;
}
.timer-date span {
	font : 500 13px /20px "Roboto";
}
.blog .blog-desc {
	padding-bottom: 20px;
}
.layout-2 #column-left, .layout-2 #column-right, .category-menubar-block.col-sm-3, #menu.col-sm-3 {
	width: 28%;
}
.layout-2 #content, .header-links.col-sm-9 {
	width: 72%;
}
.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;
}
.services-part {
	padding: 15px;
}
.services-part-inner {
	margin-left: 8px;
}
.footer_block {
	padding: 45px 0 25px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.header-top ul li::after {
	padding: 10px 0px 0 10px;
	margin: 0px 6px 0 0;
}
.header-top {
	letter-spacing: 0.5px;
}
#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;
}
#menu > div > ul > li {
	padding: 0 15px;
}
.layout-2 #column-left, .layout-2 #column-right, .category-menubar-block.col-sm-3, #menu.col-sm-3 {
	width: 35%;
}
.layout-2 #content, .header-links.col-sm-9 {
	width: 65%;
}
body.nav-open .container {
	width: auto;
}
}
@media (min-width: 992px) {
.footer_block .collapse {
	display: block;
	padding: 0;
}
}
@media (max-width: 991px) {
.header-search {
	margin: 15px 0;
	overflow: hidden;
}
.section-block.doubleslider {
    display: none;
}
#subbanner2 .bannertext h2{
	font-size: 18px;
}
#subbanner4 .bannertext h2{
	font-size: 60px;

}
#subbanner4 .bannertext h2 sup {
    top: -1.7em;
    font-size: 29%;
}
#subbanner4 .bannertext .text-group > span {
    right: 22px;
    bottom: 22px;
    background: transparent;
}
#subbanner4 .bannertext .text-group > span.off{
	right: -9px;
	bottom: 15px;
	font-size: 14px;
}
#subbanner4 .bannertext h3 {
    font-size: 16px;
    margin: 0;
}
.category-banner .view {
	padding: 6px 10px;
}
.category-banner .caption {
	top: 40%;
}
.category-banner:hover .caption {
	top: 20%;
}
.cms_parallax {
	padding: 45px 15px 0;
}
.special .product-thumb .image {
	width: auto;
}
.header-links a {
	font-size: 14px;
}
.header-links li {
	padding: 13px 10px;
}
.timer-date {
	margin: 0 4px 0 0;
}
.responsive-slider {
	display: block;
}
footer h5.collapsed {
	display: block;
}
footer h4 {
	display: none;
}
.footer-bottom-left {
	overflow: hidden;
}
.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: 25px 0;
}
.footer-static {
	padding: 0;
}
.category-menu ul li {
	list-style: none;
}
.category-menu ul li a {
	font-weight: 300;
}
.category-menu ul li a:hover {
	color: #fff;
}
.navigation {
	margin: 0;
}
.nav-open .header-middle-outer {
	left: 0;
}
.header-right {
	float: right !important;
}
.date-time, .view-blog {
	font-size: 12px;
}
#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
	font-size: 13px;
}
.footer_block h5 .icon {
	height: 36px;
	width: 100%;
	cursor: pointer;
	top: -12px;
	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 h5 {
	margin: 10px 0;
}
.footer_payment {
	float: none;
}
.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;
	padding: 5px 0;
}
#footer .column ul.social-icon li {
	padding: 10px 5px;
}
#footer .column .footer_social h5 {
	float: left;
	width: 100%;
}
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;
}
#column-left .product-details, #column-right .product-details {
	width: 100%;
	float: left;
}
.zoomContainer .zoomWindow {
	width: 350px !important;
}
.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;
}



/* 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, #menu .thumb: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) {
.header-top-left, .header-top-right {
	text-align: center;
}
#account-links > ul > li > a, .swiper-pager.mainbanner {
	display: none;
}
.category-banner h4 a {
	font-size: 14px;
}
.category-banner .view {
	margin: 0;
	display: none;
}
.category-banner .caption, .category-banner:hover .caption {
	top: 30%;
}
.product-list .product-thumb .button-group {
	opacity: 1;
	transition: 0.5s;
	transform: scale(1);
}
.services-part {
	padding: 17px 10px;
}
.category-banner .image:before {
	right: 0;
}
#common-home .product-thumb .button-group {
	opacity: 0;
}
#common-home .product-thumb:hover .button-group {
	opacity: 1;
}
.header-res-logo > a {
	width: 100%;
	padding: 10px 0;
	background: #0fb4c2;
	display: inline-block;
	border-bottom: 2px solid #e5e5e5;
}
.header-res-logo {
	display: block;
}
.header-res-logo a img {
	display: inline-block;
}
.header-middle-outer {
	background: #f5f5f5 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: 2px solid #dedede;
}
#menu {
	display: none;
}
.fixed {
	position: static;
}
#menu .dropdown:hover .dropdown-menu, #menu .thumb:hover .dropdown-menu {
	display: inline;
	opacity: 1;
	transform: scale(1);
	transform-origin: left top 0;
	transition: all 0.3s ease 0s;
}
.common-home #category-menu-header {
	margin: 10px -8px;
	display: block;
}
#category-menu-header .category-carousel {
	text-align: center;
}
#category-menu-header .category-carousel a {
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
#category-menu-header .category-carousel .slider-item {
	padding: 0 8px;
}
#category-menu-header img {
	height: 40px;
	width: 40px;
	background-color: transparent;
}
.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: absolute;
	display: block;
	z-index: 9;
	float: left;
	padding: 15px;
	cursor: pointer;
	background-color: transparent;
}
.category-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;
}
.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;
}
#account-links .myaccount {
	background-color: transparent;
	padding: 0;
	width: 100%;
}
#account-links > ul {
	width: 100%;
	text-align: left;
	padding: 10px 15px;
	margin: 0;
	border-top: 2px solid #e5e5e5;
}
#account-links > ul > li::after {
	content: "";
	padding: 0;
}
#form-language:before {
	border: none;
}
.setting-bar {
	display: block;
}
.setting-bar i {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
#account-links > ul > li:last-child {
	display: block;
}
#account-links ul li ul.dropdown-menu {
	margin: 0;
	width: 100%;
}
#account-links .dropdown-toggle span {
	display: none !important;
}
#top {
	position: absolute;
	top: 0;
	background: none;
	min-height: 0;
	display: block;
}
.header-links ul {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.5s ease 0s;
	transform: scale(0);
	transform-origin: right top 0;
	max-width: 200px;
	top: 100%;
	border: 4px solid #dedede;
	padding: 10px 0;
	opacity: 0;
}
.header-links li:first-child {
	padding-left: 12px;
}
.header-links {
	float: right !important;
	padding: 0 !important;
	display: block;
	position: relative;
	min-height: auto !important;
}
.header-custom-links > h5 {
	cursor: pointer;
	float: right;
	display: block;
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: -52px;
}
.header-links ul.in {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	opacity: 1;
}
.header-links a {
	color: #000;
}
.header-links li {
	display: block;
	float: none;
	padding: 4px 12px;
}
.header-links a {
	color: #a4a4a4;
	font-size: 13px;
	text-transform: capitalize;
}
.header-custom-links h5 .icon {
	font-size: 0;
}
.header-custom-links h5 .icon::before {
	background: #030303 none repeat scroll 0 0;
	color: #ffffff;
	content: "\f142";
	font-family: fontawesome;
	font-size: 24px;
	line-height: 33px;
	padding: 14px 20px;
}
.single-product-layout {
	margin: 0 auto;
}
#menu div.dropdown-inner > ul.list-unstyled {
	display: block;
}
.newsletters div.news-form.pull-right {
	float: left !important;
	margin: 10px 0 0;
}
#content .form-horizontal .form-group {
	margin: 0;
}
.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;
}
.footer_block.row {
	margin: 0;
}
.product-thumb:hover .button-group button, .product-thumb .button-group a.quickview{
	width: 33.33%;
}
.main-slider .owl-controls .owl-buttons, .product-thumb .button-group a.quickview {
	display: none;
}
.product-layout.product-grid {
	padding: 0;
	width: 33.33%;
}
.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;
	margin: 30px 0 0;
}
.col-sm-4.col-sm-offset-8 {
	float: left;
	width: 100%;
}
.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;
	border: none;
}
.header-custom-links {
	display: none;
}
.header-menu .row {
	margin: 0;
}
.category-menubar-block.col-sm-3 {
	padding: 0;
	display: none;
}
.blog .day {
	font-size: 20px;
	line-height: 20px;
}
.blog .product-thumb h4 a {
	font-size: 14px;
}
.special .slider-item .product-thumb .image, .special .product-thumb .image {
	width: 40%;
}
.special .product-thumb .product-details {
	width: 55%;
}
.newsletters input {
	width: 300px;
}
.newsletters button {
	width: 120px;
}
.header-block div.pull-left {
	display: none;
}
.services-part .subtitile {
	font-size: 12px;
	line-height: 20px;
}
.newsletter-popup {
	width: 450px;
}
.newsletter-popup .popup-title {
	font-size: 40px;
}
.newsletter-popup-top .popup-desc {
	font-size: 18px;
	margin: 10px 0 20px;
	line-height: 1;
}
}
 @media (max-width: 479px) {
.product-layout.product-grid {
	width: 50%;
}
.cms_banner>div{
	width: 100%;
	margin-bottom: 15px;
}
.cms_banner .col-xs-2.col-sm-2.col-md-2{
	display: none;
}
#subbanner4 .bannertext .text-group > span.off {
    right: 33px;
    bottom: 8px;
    font-size: 14px;
}
#subbanner4 .bannertext .text-group > span {
    right: 60px;
    bottom: 16px;
    background: transparent;
}
#subbanner4 .bannertext h2 {
    font-size: 46px;
}
#subbanner4 .input-group-btn {
    display: none;
}
#content .section.blog .section-block {
	margin: 0 auto;
}
#content .section.blog .owl-controls .owl-buttons .owl-prev {
	right: 30px;
}
#content .section.blog .owl-controls .owl-buttons .owl-next {
	right: 0px;
}
.blog .product-thumb {
	padding: 20px 0 0;
}
#shippingcart {
	display: none;
}
.header-middle-outer .nav-tabs > li > a {
	text-transform: capitalize;
	margin: 0 !important;
}
.special .slider-item .product-thumb, .special .product-thumb {
	text-align: center;
}
.special .product-thumb .button-group {
	float: none;
}
.special-timer-outer {
	float: none;
	display: inline-block;
}
.special .slider-item .product-thumb .image {
	width: auto;
	float: none;
	display: inline-block;
}
.special .product-thumb .product-details {
	width: 100%;
	margin: 15px 0 0;
	text-align: center;
}
.newsletter-popup {
	width: 290px;
}
.popup-offer-title {
	font-size: 30px;
	line-height: 30px;
	margin: 12px 0;
	padding: 20px 0;
}
.newsletter-popup .popup-title {
	font-size: 30px;
	line-height: 55px;
}
.popup-text.col-sm-4 {
	padding: 6px 15px 0;
}
.newsletter-popup-top .btn-default{
	float: none;
}
.newsform form {
	padding: 20px 10px;
}
label.checkme {
	font-size: 12px;
}
.newsletter-popup-top input {
	padding: 0 10px;
	width: 100%;
}
.sort-filter {
	margin: 0 0 10px 10px;
	width: 175px;
}
.col-sm-8.newsform {
	padding: 25px 15px;
}
.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;
}
.nav-tabs > li {
	width: 100%;
}
.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 {
	text-align: center;
}
.newsletters button {
	width: 100px;
	padding: 8px 10px;
}
.newsletters input {
	width: 180px;
}
#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, .newsletters h2 {
	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: 50%;
}
.special .grid .product-items {
	width: 100%;
}
.special .slider-item .product-thumb .image, .special .product-thumb .image {
	float: none;
	width: auto;
	display: inline-block;
}
.singlebanner {
	display: none;
}
.productpage .left {
	margin: 0 auto;
	width: 340px;
}
.footer-cms-left, .footer-cms-right {
	text-align: center;
}
.footer-logo {
	float: none;
	padding: 0;
}
.contactpage .panel-body {
	margin: 0;
}
.timer-date {
	margin: 0px 10px 0 0;
}
.product-thumb .product-details {
	float: left;
	width: 100%;
	padding: 10px 0 0px;
}
.services-part {
	padding: 10px 5px;
	min-height: auto;
}
}
@media (max-width: 360px) {
	.brand .product-thumb:after {
		border: none;
		left: 0;
	}
	.productpage .left {
		margin: 0 auto;
		width: 300px;
	}
	.section .section-block ul li.tab {
		margin: 0;
	}
	.section .section-block ul li.tab a {
		padding: 6px 10px;
	}
	#tabs li.tab a {
	    margin: 0;
	}
}
@media (min-width: 321px) {
	.product-additional-block .product-thumb img {
		width: 100%;
	}
}
 @media (max-width: 320px) {
	#content .image-additional .item {
		float: none;
	}
	.productpage .left {
		margin: 0 auto;
		width: auto;
		padding: 0 20px;
	}
}
.at-resp-share-element .at-share-btn .at-label {
	display: none;
}
