body {
	color: #999999;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	background-color: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #999999;
	 transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
a:hover,a:focus {
	text-decoration: none;
	color: #ed4c4c;
}
::-moz-selection {
	background-color: #222;
	color: #ffffff;
}
::selection {
	background-color: #222;
	color: #ffffff;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
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: 12px;
	height: 30px;
}
.ui-widget-content {
	z-index: 9999 !important;
}
body ::-webkit-scrollbar-track
{
	background-color: #f2f2f2;
	border-radius:0;
}
body ::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: #ddd;
	border-radius: 0;
}
body ::-webkit-scrollbar-thumb
{
	background-color: #ddd; 
	border-radius: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
/* touch scroll erroe fix !important*/
.owl-carousel {
	touch-action: manipulation; 
}
/*----------------------------------------------*/
/* error page */
/*----------------------------------------------*/
.error {
	text-align: center;   
}
.error__box {
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 0px 30px;
}
.error__box i {
	display: inline-block;
	font-size: 30px;
	color: #cccccc;
	margin: 0 0 15px;
}
.error h2 {
	color: #ed4c4c;
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 24px;
}
.error .error__title {
	color: #ed4c4c;
	font-size: 50px;
	margin-bottom: 24px;
	font-weight: 500;
	line-height: 48px;
	text-transform: capitalize;
}
.error h2.error__subtitle {
	margin-bottom: 8px;
}
.error__description{
	color: #999;
	line-height: 26px;
	margin-bottom: 30px;
}
/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
	background: #ed4c4c;
	border: 2px solid #ed4c4c;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	height: 35px;
	margin: 0px 5px 10px 0;
	padding: 7px;
	text-align: center;
	width: 35px;
}
.information-contact .contact-left .title{
	font-size: 18px;
	font-weight: 600;
	color: #222;
}
.content-address{
	margin-bottom: 15px;
}
.contact-left .btn-info{
	background: #ffffff;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	border: 1px solid #222;
	color: #222;
	font-size: 14px;
	margin-bottom: 15px;
}
.contact-left .btn-info:hover{
	background: #ed4c4c;
	color: #ffffff;
	border-color: #ed4c4c; 
}
.contact-left .btn-info i {
	font-size: 18px;
}
.content-details {
	background: #fff;
	padding:15px;
}
.contact-left .content-details > div{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.contact-left .content-details .comment-info{
	border: none;
	padding:0;
	margin: 0px;
}
@media(max-width: 991px){
	.contact-left{
		margin-bottom: 30px;
	}
}
/*----------------------------------------------*/
/* QuickView */
/*----------------------------------------------*/
.quickview-wrapper-inner.container{
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.quickview-wrapper {
	display: none;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	max-width: 900px;
}
.quickview-wrapper-inner{
	position: relative;
	background-color: #f5f5f5;
	transform:translateY(-50%) ;
	height: 70vh;
	top: 50%;
	padding: 30px 30px 30px 30px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}
.quickview-overlay {
	display: none;
	background-color: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: fixed;
	z-index: 99;
}
.quickview-btn {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	font-size: 24px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #222;
}
.quickview-loader{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
	margin: auto;
}
/*----------------------------------------------*/
/* Loader */
/*----------------------------------------------*/
.page-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,1);
	z-index: 9999999;
	display: block;
}
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../image/mahardhi/loader.gif) 50% 50% no-repeat rgb(255,255,255);
	opacity: 1;
}
/*----------------------------------------------*/
/* Newsletter Popup */
/*----------------------------------------------*/
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}
.modal-content{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius:0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
@media (min-width: 576px){
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}
/*----------------------------------------------*/
/* Newsletter Popup */
/*----------------------------------------------*/
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}
.modal-content{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius:0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
@media (min-width: 576px){
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}
.modal-dialog{
	pointer-events: none;
}
.newsletter-popup .modal-dialog{
	margin:0px auto;
	max-width: 700px;
	text-align: center;
	width: auto;
}
.newsletter-btn-close.close{
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-shadow: none;
	font-weight: 400;
	font-size: 22px;
	opacity: 1;
}
.newsletter-popup .modal-body {
    padding: 20px;
    background: url(../image/mahardhi/newslatter-back-black.jpg) no-repeat 0 0;
    background-size: cover;
}
.newsletter-content h3{
	font-weight: 500;
	text-transform: uppercase;
	margin: 25px 0;
	color: #fff;
}
.newsletter-content p{
	margin-bottom: 20px;
	line-height: 25px;
	padding: 0 25px;
}
.newsletter-content .newsletter_usr_popup_email {
	width: 70%;
	margin: 0 auto;
	height: 42px;
	border: 1px solid #eee;
	padding: 0 10px;
}
.newsletter-content .btn{
	text-transform: uppercase;
	font-weight: 500;
	display: table;
	margin: 20px auto;
	padding: 0 16px;
	color: #fff;
	background: #ed4c4c;
}
.newsletter-content-bottom{
	margin-bottom: 20px;
}
.newsletter-btn-close {
	color: #fff;
	transition: all 0.3s ease-in-out 0ms;
	-webkit-transition: all 0.3s ease-in-out 0ms;
	-moz-transition: all 0.3s ease-in-out 0ms;
	-o-transition: all 0.3s ease-in-out 0ms;
	-ms-transition: all 0.3s ease-in-out 0ms;
}
.newsletter-btn-close:hover {
	color: #fff;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.newsletter-popup-message .alert,
.common-home .newsletter-popup-message .alert{
	margin-bottom: 15px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu li:hover > a,
.dropdown-menu li:focus > a
 {
	text-decoration: none;
	color: #ed4c4c;
	background: transparent;
}
/*----------------------------------------------*/
/* all section efface and space */
/*----------------------------------------------*/
.sectionpart{margin-bottom: 30px;}
/*----------------------------------------------*/
/* top */
/*----------------------------------------------*/
#top {
	position: relative;
	border-bottom: 1px solid #ddd;
}
.nav-left{
	float: left;
	display: inline-block;
}
#top .nav-left .social_block:first-child {
	border-left: 1px solid #ddd;
}
#top .nav-left .social_block{
	display: table-cell;
	border-right: 1px solid #ddd;
	text-align: center;
	position: relative;
}
.social_header li a {
	width: 40px;
	height: 40px;
	display: table-cell;
	line-height: 40px;
}
.facebook.social_block:hover {
	background: #3B5998;
}
.twitter.social_block:hover {
	background: #55ACEE;
}
.g-plus.social_block:hover {
	background: #dd4b39;
}
.linkedin.social_block:hover {
	background: #0077B5;
}
.instagrm.social_block:hover {
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
.social_header li:hover i,
.social_header a:hover {
	color: #fff;
}
.nav-right {
	float: right;
	padding: 6px 0;
}
.currency-box,.languages-box,.myaccount{
	float: left;
}
.myaccount{
	position: relative;
}
#top .btn-link, #top-links li, #top-links a {
	color: #222;
	text-decoration: none;
}
.languages-box img {
    vertical-align: initial;
}
#top #form-language .btn-link,#top #form-currency .btn-link {
	border: none;
	padding: 0px 15px 0px 0px;
}
#form-currency span, #form-language span {
	font-size: 14px;
	font-weight: normal;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}
#top #form-currency .btn-link i,#top #form-language .btn-link i{
	font-size: 14px;
	position: relative;
	top:1px;
}
#top .btn-link:hover span,
#top .btn-link:hover strong,
#top .btn-link:hover, #top-links a:hover,
#form-currency span:hover, #form-language span:hover {
	color: #ed4c4c;
}
#top-links li.myaccount-dropdown {
	position: relative;
	padding: 0;
}
#top-links .list-inline {
	margin: 0;
}
#top #form-language .dropdown-menu,
#top #form-currency .dropdown-menu,
.dropdown-menu.dropdown-menu-right {
	margin: 0;
	top: 30px;
	border-bottom: 2px solid #ed4c4c;;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
.dropdown-menu.dropdown-menu-right{
	top: 34px;
}
#top #form-language .dropdown-menu li,
#top #form-currency .dropdown-menu li,
.dropdown-menu.dropdown-menu-right li{
	border-bottom: 1px solid #ddd;
}
.dropdown-menu.dropdown-menu-right li:last-child,
#top #form-language .dropdown-menu li:last-child,
#top #form-currency .dropdown-menu li:last-child{
	border:none;
}
#top #form-language .dropdown-menu li > button,
#top #form-currency .dropdown-menu li > button,
.dropdown-menu.dropdown-menu-right li  a{
	padding: 7px 20px;
	line-height: 26px;
	font-size: 14px;
	display: block;
	text-transform: capitalize;
	font-weight: normal;
	height: inherit;
	border-radius: 0;
}
#top #form-language .dropdown-menu .btn-link:hover,
#top #form-currency .dropdown-menu .btn-link:hover,
#top #form-language .dropdown-menu li > button:hover{
	color: #ed4c4c;
}
#top-links .dropdown-menu a:hover {
	color: #ed4c4c;
	background: none;
}
#top-links a + a {
	margin-left: 15px;
}
#top #form-currency .currency-select:hover,
#top #form-currency .language-select:hover {
	text-shadow: none;
	color: #ed4c4c;
	background: none;
	background-repeat: repeat-x;
}
.social_header {
    margin: 0;
    padding: 0;
}
/*----------------------------------------------*/
/* header */
/*----------------------------------------------*/
/*logo*/
.header-top{padding: 25px 0;}
.header-left {
	position: relative;
	float: left;
	width: 50%;
	display: inline-block;
	text-align: center;
}
.n-p{
	padding: 0 !important
}
#logo {
	padding: 5px 0;
	max-width: 200px
}
#logo img.img-responsive {
	min-height: 40px;
}
/*end*/
.header-right{
	float: right;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 50%;
}
/* search */
.res-search{display: none;}
.header-search-box{
	float: right;
}
#search {
	width: 300px;
	padding: 10px 0px;
}
#search .input-lg {
	padding: 0 50px 0 12px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border: none;
}
#search span .btn-lg {
	background-color: #ed4c4c;
	height: 40px;
	line-height: 16px;
	padding: 10px 11px;
	border: none;
	position: absolute;
	right: 0;
	text-shadow: none;
}
#search .fa.fa-search {
	font-size: 17px;
}
/* Mahardhi Search */
.ui-autocomplete.ui-menu .ui-menu-item { list-style-image: none; }
.ui-autocomplete .mahardhi-search {
	position: relative;
	display: table;
	width: 100%;
	padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
	display: table-cell;
	vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
	width: 80px;
	padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail { white-space: nowrap; }
.ui-autocomplete .mahardhi-search .product-detail .price-old {
	color: #666;
	text-decoration: line-through;
	margin-left: 10px;
}
.ui-autocomplete .text-center {
	text-align: center;
	padding: 5px 0;
	margin: 0;
}
/* End */
/*comtact*/
.contact {
    border-right: 1px solid #ddd;
    position: relative;
}
.contact:before{
	content: "\f10b";
    font-family: FontAwesome;
    color: #222;
    font-size: 50px;
    position: absolute;
    left: 0px;
    line-height: 50px;
}
.contact_info{
	display: inline-block;
	padding: 0 10px 0 35px;
}
p.val_contact {
	margin: 0;
}
/* cart */
#cart .cart_block {
	text-transform: uppercase;
	display: inline-block;
	text-align: left;
	color: #222;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	color: #666;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart > .btn {
	display: block;
	background: #ed4c4c url(../image/mahardhi/cart.png) no-repeat scroll 15px 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border: none;
	height: 50px;
	width: 50px;
	position: relative;
	text-align: center;
	margin-left: 10px;
}
#cart-total {
	position: relative;
	top: 20px;
	right: -15px;
	background-color: #222;
	color: #ffffff;
	height: 5px;
	width: 4px;
	border-radius: 20px;
	line-height: 14.5px;
	padding: 0px 4px;
}
#cart .dropdown-menu {
	display: none;
	background-color: #ffffff;
	color: #999999;
	width: 320px;
	padding: 0px;
	border-bottom: 2px solid #ed4c4c;
	right: 0px;
	top: 60px;
	border-radius: 0;
	margin: 0;
	overflow: hidden;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index: 1001;
}
.table-striped>tbody>tr, .table-striped>tbody>tr:nth-of-type(odd){
	background-color: #ffffff;
}
.table>tbody>tr>td {
	border-top: none;
}
#cart .dropdown-menu table td {
	border: none;
	background: none;
	padding: 5px 4px;
	white-space: normal;
}
#cart .dropdown-menu .cart-content-product {
	max-height: 265px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cart .dropdown-menu .product-cart-img img{
	border: 1px solid #eeeeee;
	border-radius: 0; 
	max-width: 100%;
}
#cart .dropdown-menu li {
	float: none;
	padding: 0px 20px;
}
#cart .dropdown-menu .btn-danger {
	background: #fff;
	color: #222;
	border-radius: 0;
	line-height: 20px;
	font-size: 12px;
	padding: 0;
}
#cart .dropdown-menu li + li {
	border-top: 1px solid #eeeeee;
	padding: 10px 20px  0px 20px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: none;
}
#cart .text-right .addtocart-btn, #cart .text-right .checkout-btn {
	width: auto;
	display: inline-block;
}
#cart .dropdown-menu li td{
	color: #222;
	font-size: 14px;
	font-weight: 600;
}
#cart .dropdown-menu table td.product-cart-thumb{
	padding: 0;
}
#cart .dropdown-menu li td strong,#cart .dropdown-menu li small {
	color: #999;
	font-size: 14px;
	font-weight: 600;
}
#cart .dropdown-menu li .product-item-name{
	font-weight: normal;
}
.product-cart-info{
	margin-top: 8px;
}
#cart .product-cart-info .product-cart-qty {
	font-weight: normal;
}
#cart .product-cart-info .product-cart-price,.product-cart-total,
#cart .voucher-price,
#cart .dropdown-menu li a:hover {
	color: #ed4c4c;
}
#cart .dropdown-menu li tr:last-child td:last-child{
	font-size: 16px;
	color: #ed4c4c;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr{
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	border-bottom: 1px solid #dddddd;
	display: block;
}
.product-cart-button{
	padding: 0px 0px 20px 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child{
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#cart .dropdown-menu table td.product-cart-details,
#cart .dropdown-menu table td.voucher-details {
	vertical-align: top;
    padding: 5px 15px 5px 10px;
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 0;
}
#cart .dropdown-menu li p {
	margin: 0px;
	font-size: 14px;
}
.product-cart-empty {
	padding-bottom: 20px;
	padding-top: 20px;
}
.product-cart-close i,
.voucher-close i {
	font-size: 14px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
/*statix menu*/
.header-menu-list{
	background: #222;
}
.static .nav>li {
    display: inline-block;
}
.static .nav>li>a{
	padding: 17px 15px;
}
.static{
	display: inline-block;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
/*----------------------------------------------*/
/* menu */
/*----------------------------------------------*/
#menu {
	margin: 0px;
	border:none;
}
#menu .nav > li > a,
#st-menu > li > a{
	font-size:16px;
	font-weight: 500;
	color: #fff;
	padding: 17.5px 15px;
	text-transform:uppercase;
	background-color: transparent;
	position: relative;
}
#menu .nav > li:first-child > a{
	padding-left: 0;
}
.light-bg #menu .nav > li > a {
	color: #fff;
}
#menu .nav > li:hover > a,
#st-menu > li:hover > a,
#menu .nav > li.open > a,
#menu .dropdown-inner li a:hover,
#menu #topCategoryList .dropdown-inner li:hover > a,
#navCategory .dropdown-inner li a:hover
#menu .dropdown-inner li.dropdown-submenu:hover > a,
#menu .menulist .dropdown-submenu ul.sub-menu a:hover,
#menu .menulist .dropdown-menu a:hover,
#menu .dropdown-inner .dropdown-submenu:hover a + .fa,
#menu #topCategoryList li:hover > .toggle-menu{
	color: #ed4c4c;
}
#menu .dropdown-inner, #navCategory .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul, #navCategory .dropdown-inner > ul {
	display: table-cell;
}
#menu .dropdown-inner > ul {
	padding: 10px 0;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
	position: relative;
}
#menu .dropdown-inner a, #navCategory .dropdown-inner a {
	min-width: 180px;
	display: block;
	padding: 5px 20px;
	clear: both;
	line-height: 20px;
	font-size: 14px;
	color: #222;
}
#menu .menulist .column-2 .dropdown-submenu > a {
	padding-bottom: 10px;
}
#menu .dropdown-inner li.dropdown-submenu:first-child > a{
	font-size: 14px;
	font-weight: bold;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #222;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 45px;
	color: #222;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #222;
	background-repeat: repeat-x;
	border-color: #222;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #fff;
	background: transparent;
	outline: 0;
}
#menu .menulist .dropdown-menu a {
	font-size: 14px;
}
#menu .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 15px;
	top: 9px;
	color: #222;
}
#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
	position: absolute;
	display: none;
}
#menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
	display: block;
	left: 100%;
	top: 0px;
	background-color: #ffffff;
	border: none;
	padding: 10px 0px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#menu .navcol-menu:not(.column-1) .dropdown-inner li a {
	font-size: 14px;
}
#menu .navcol-menu:not(.column-1) .dropdown-inner .dropdown-submenu ul.sub-menu {
}
#menu .navcol-menu:not(.column-1) .dropdown-inner .dropdown-submenu ul.sub-menu a {
}
#menu .navcol-menu:not(.column-1) .dropdown-inner .dropdown-submenu ul.sub-menu a:hover {
}
#menu .hiden_menu .dropdown-inner .dropdown:hover .dropdown-menu {
	display: none;
}
/*----------------------------------------------*/
/* Mahardhi Category */
/*----------------------------------------------*/
.m-list {
	padding: 0px;
	list-style: none;
}
.category-menu.navbar{
	margin: 0;
	border: none;
}
#navCategory .dropdown-menu.item-column {
	left: 100%;
	top: 0px;
}
.cat-list.dropdown:hover .dropdown-menu {
	display: block;
}
#navCategory .list-group-item { border-radius: 4px; }
#navCategory .dropdown-inner a {
	min-width: 180px;
	padding: 5px 20px;
}
#navCategory .dropdown.cat-list:after {
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	right: 12px;
	top: 12px;
}
#navCategory .dropdown-inner a:hover {
	color: #222222;
	background-color: #f5f5f5;
}
#navCategory .column-1 .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 10px;
	top: 8px;
}
#navCategory .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
	position: absolute;
	display: none !important;
	left: 100%;
	top: 0px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#navCategory .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
	display: block !important;
}
#navCategory .navcol-menu:not(.column-1) .dropdown-inner li.dropdown-submenu {
	padding-bottom: 4px;
}
#navCategory .cat-list .dropdown-submenu ul.sub-menu a {
	font-size: 12px;
	color: #797979;
}
/** Category DropDown Menu **/
.vertical-category-wrapper{
	position: relative;
	padding: 0;
	width: 100%;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.09);
	-webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,.09);
	-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,.09);
}
.vertical-category > ul{
	background: #ffffff;
	display: block;
	padding: 8px 0;
	width: 100%;
	list-style: none;
	margin: 0;
}
ul.category-list > li {
	margin: 0;
	display: block;
	position: relative;
	width: 100%;
	padding: 0 20px;
}
ul.category-list > li li{
	padding: 0 20px;
}
ul.category-list > li a{
	padding: 12px 0;
	display: block;
	width: 100%;
	color: #888888;
	position: relative;
	line-height: normal;
	border-bottom: 1px solid #ddd;
}
.category-list.nav > li.open>a, .category-list.nav > li.open>a:focus, .category-list.nav >li.open>a:hover,
.category-list.nav>li>a:focus, .category-list.nav>li>a:hover{
	border-bottom: 1px solid #ddd;
}
ul.category-list > li:hover > a,
ul.category-list > li:focus > a,
ul.category-list > li:active > a,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
ul.category-list > li:hover > a:after,
.nav>li>a:focus, .nav>li>a:hover{
	background: transparent;
	color: #ed4c4c;
}
ul.category-list > li:last-child  a,
ul.category-list > li:last-child:hover a,
ul.category-list > li:hover > a:after,
ul.category-list > li .dropdown-inner li a,
.category-list.nav>li .dropdown-inner li a:focus, .category-list.nav>li .dropdown-inner li a:hover{
	border-bottom: none;
}
#column-left .vertical-category ul.list-unstyled, #column-right .vertical-category ul.list-unstyled{
	border: none;
	padding: 10px 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
@media (min-width: 992px) {
	header .header-center,
	ul.category-list li.dropdown .dropdown-wrapper a:after,
	ul.category-list li.hiden_menu .dropdown-menu li:hover .dropdown-menu{
		display: none;
	}
	ul.category-list li.dropdown > a:after{
		content: "\f105";
		font-family: fontawesome;
		font-size: 14px;
		left: auto;
		position: absolute;
		right: 0;
		top: 14px;
		z-index: 2;
	}
	ul.category-list li.hiden_menu .dropdown-menu{
		padding: 8px 0;
	}
	ul.category-list li.hiden_menu .dropdown-menu .dropdown-menu{
		width: auto;
		padding: 0;
	}
	ul.category-list > li .dropdown-inner li a,
	ul.category-list > li.hiden_menu li a{
		padding: 8px 0;
	}
	#column-left .vertical-category ul.list-unstyled .column2 .dropdown-inner ul, #column-right .vertical-category ul.list-unstyled .column2 .dropdown-inner ul{
		padding: 10px 0 0;
	}
	ul.category-list > li .dropdown-inner .column2 li li{
		padding: 0px;
	}
	ul.category-list li .dropdown-menu{
		display: none;
		left: 100%;
		right: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		border: 1px solid #ddd;
		z-index: 999;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		min-width: 180px;
	}
	ul.category-list li:hover > .dropdown-menu{
		display: block;
	}
	ul.category-list li ul{
		margin: 0;
		padding: 0;
		width: 100%;
		list-style: none;
	}
	.dropdown-wrapper .megamenu-dropdown .dropdown-menu{
		position: inherit;
		display: block;
		min-width: inherit;
		border: none;
		left: inherit;
		right: inherit;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		width: 100%;
	}
	#column-left ul.category-list .megamenu-dropdown.column2 > li > a, #column-right ul.category-list .megamenu-dropdown.column2 > li > a {
		font-size: 16px;
		border-bottom: 1px solid #ed4c4c;
	}
	.dropdown-wrapper .megamenu-wrapper.column4 li{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		display: inline-block;
	}
	.dropdown-wrapper .megamenu-wrapper.column3 li{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		display: inline-block;
	}
	.dropdown-wrapper .megamenu-wrapper.column2 li{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		display: inline-block;
	}
	ul.category-list .megamenu-dropdown{
		float: left;
		padding: 20px;
	}
	ul.category-list .megamenu-dropdown.column2{
		width: 760px;
	}
	ul.category-list .megamenu-dropdown.column3{
		width: 540px;
	}
	ul.category-list .megamenu-dropdown.column4{
		width: 720px;
	}
	.megamenu-dropdown.column2 > li{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 25%;
		float: left;
	}
	.megamenu-dropdown.column3 > li{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		width: 33.333333%;
		float: left;
	}
	.megamenu-dropdown.column4 > li{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		width: 25%;
		float: left;
	}
	.megamenu-dropdown  > li > li{
		display: block;
		width: 100%;
	}
}
@media (max-width: 991px) {
	.category-heading {
		background-color: #229ac8;
		background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
		background-repeat: repeat-x;
		border-color: #1f90bb #1f90bb #145e7a;
		min-height: 40px;
		border-radius: 4px;
		position: relative;
		margin-bottom: 20px;
		border: 1px solid transparent;
	}
	.category-heading span{
		float: left;
		padding-left: 15px;
		font-size: 16px;
		font-weight: 700;
		line-height: 40px;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	}
	.category-heading .btn-navbar{
		font-size: 15px;
		font-stretch: expanded;
		color: #FFF;
		padding: 2px 18px;
		float: right;
		background-color: #229ac8;
		background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
		background-repeat: repeat-x;
		border-color: #1f90bb #1f90bb #145e7a;
	}
	ul.category-list li.dropdown > a:after{
		content: "\f067";
		font-family: fontawesome;
		font-size: 14px;
		left: auto;
		position: absolute;
		right: 8px;
		top: 8px;
		z-index: 2;
	}
	ul.category-list li.dropdown.open > a:after{
		content: "\f068";
	}
	ul.category-list li.dropdown .dropdown-wrapper a:after{
		display: none;
	}
	.category-list .dropdown-menu ul.list-unstyled{
		padding: 0 15px;
	}
	.category-list .dropdown-menu ul.list-unstyled .dropdown-menu{
		display: block;
		padding: 0;
		margin: 0;
	}
}
/*----------------------------------------------*/
/* Main Slider */
/*----------------------------------------------*/
.swiper-viewport .swiper-pager{top: 47%;}
.slideshow img{
	width: 100%;
}
.swiper-pager div {
	height: 40px;
	width: 40px;
	background-color: #ed4c4c;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.swiper-viewport .swiper-button-prev:hover,.swiper-viewport .swiper-button-next:hover{
	background: #222;
}
.swiper-pager div i {
	line-height: 40px;
	font-size: 20px;
}
.slideshow .swiper-button-prev:before,.slideshow .swiper-button-next:before{
	content:""; 
	font-size:14px;
	text-shadow: none;
}
.slideshow .swiper-button-prev,.slideshow .swiper-button-next{text-shadow: none;}
.swiper-viewport .swiper-button-next{
	opacity: 1!important;
	right: 10px!important;
}
.swiper-viewport .swiper-button-prev{
	opacity: 1!important;
	left: 10px!important;
}
.slideshow  .swiper-pagination{
	bottom: 35px;
}
.slideshow .swiper-pagination-bullet{
	background: transparent;
	border: 1px solid #ed4c4c;
}
.slideshow .swiper-pagination-bullet-active {
    background: #ed4c4c;
}
.swiper-slide.swiper-slide-active{
    -moz-animation: pulse 500ms ease;
    -o-animation: pulse 500ms ease;
    -webkit-animation: pulse 500ms ease;
    animation: pulse 500ms ease;
}
/*----------------------------------------------*/
/* Home page banner1 */
/*----------------------------------------------*/
#part-banner{
	position: relative;
	margin-bottom: 28px;
}
#part-banner .part {
	position: relative;
	overflow: hidden;
}
#part-banner .content-outer{
	position: absolute;
	text-align: left;
	bottom: 30px;
	left: 30px;
	right: auto;
	text-transform: uppercase;
}
#part-banner .part2 .content-outer{
	text-align: right;
	right: 30px;
	left: auto;
	transition: all 0.1s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.1s;
}
#part-banner h3{
	font-size: 24px;
	margin: 0 0 20px;
	color: #fff;
}
span.buy-now a{
	color: #fff;
	text-decoration: underline;
}
#part-banner img {
	max-width: 100%;
}
.part .image::before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.1);
	border-radius: 0%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	opacity: 0;
}
.part.part2 .image::before{
	right: 0;
	left: auto;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.part:hover .image::before {
	-webkit-animation: circle 1s;
	animation: circle 1s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/*----------------------------------------------*/
/* all page title */
/*----------------------------------------------*/
.pagetitle{
	position: relative;
	margin-bottom: 20px;
}
.page-title h3 {
	position: relative;
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: #222;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 12px;
	border-bottom: 2px solid #ed4c4c;
}
#column-left .page-title h3,
#column-right .page-title h3 {
	display: block;
}
#column-left .page-title,
#column-right .page-title {
	width: auto;
	padding: 0;
}
/*----------------------------------------------*/
/* Product Tab */
/*----------------------------------------------*/
.sale-text {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #222;
	text-transform: capitalize;
	display: block;
}
.product-thumb .percent, .product-percent {
	color: #ed4c4c;
	font-size: 12px;
	font-weight: 600;
	left: 10px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: auto;
	text-transform: capitalize;
	top: 5px;
	z-index: 1;
}
/*countdown*/
.mahardhi-tabs {
	position: absolute;
	top: 0px;
	right: 100px;
}
.box-content.product-tab-box {
	position: relative;
}
.box .box-content ul, #content .content ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.mahardhi-tabs .nav-tabs {
	border:none;
}
.product-tabs .nav-tabs>li{
	padding: 8px 20px 8px 0;
	display: inline-block;
}
.product-tabs .nav-tabs>li>a,
.product-tabs .nav-tabs>li>a.selected,
.product-tabs .nav-tabs>li>a.selected:focus,
.product-tabs .nav-tabs>li>a.selected:hover,
.product-tabs.nav>li>a:focus,
.product-tabs .nav>li>a:hover{
	border-radius: 0;
	color: #222;
	line-height: 1.42857;
	padding: 0;
	background: transparent;
	border: medium none;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}
.product-tabs .nav-tabs>li:last-child{padding-right: 0;}
.product-tabs .nav-tabs>li>a.selected,
.product-tabs .nav-tabs>li>a.selected:focus,
.product-tabs .nav-tabs>li>a.selected:hover,
.product-tabs .nav>li>a:focus,
.product-tabs .nav>li>a:hover {
	color: #ed4c4c;
}
/* product list */
.product-thumb {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.09);
	-webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,.09);
	-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,.09);
	background: #fff;
}
.product-thumb:hover {
	background: #fff;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.09);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.09);
}
.product-thumb .image {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .caption {
	text-align: center;
}
.product-thumb h4{
	margin-bottom: 0;
	line-height: 20px;
	margin-top: 15px;
}
.product-thumb h4 a{
	font-size: 16px;
	color: #222;
}
.product-thumb h4 a:hover{
	color: #ed4c4c;
}
.product-thumb .price{
	color: #ed4c4c;
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin-bottom: 15px;
}
.product-thumb .price-new{
	margin-right: 5px;
}
.product-thumb .price-old {
	color: #999999;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999999;
	font-size: 12px;
	display: none;
}
.thumb-description p{
	display: none;
}
.fa-star-o:before {
	content: "\f005";
}
.product-thumb .rating {
	margin: 5px 0 10px;
}
.rating .fa-stack,
#tab-review .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o,
#tab-review .fa-stack .fa-star-o{
	color: #ddd;
	font-size: 15px;
}
.rating .fa-star,
#tab-review .fa-star {
	color: #ed4c4c;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o {
	color: #ed4c4c;
}
.product-thumb .button-group{
	position: absolute;
	bottom: -20%;
	left: 0;
	right: 0;
	opacity: 1;
	transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.product-thumb:hover .button-group{
	bottom: 0;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
}
.product-thumb .list-button-group{
	position: relative;
}
.product-thumb .button-group button,
.product-thumb .list-button-group button{
	opacity: 0;
	float: none;
	text-align: center;
	background-color: #222;
	border: none;
	margin: 0px;
	padding: 0px 12px;
	color: #ffffff;
	display: inline-block;
}
.product-thumb .list-button-group button,
.product-thumb:hover .button-group button{
	opacity: 1;
}
.product-thumb .button-group button:hover,
.product-thumb .list-button-group button:hover{
	background: #ed4c4c;
}
.product-thumb .button-group .fa,
.product-thumb .list-button-group .fa{
	font-size: 16px;
	margin: 0px;
	color: #ffffff;
	line-height: 40px;
	vertical-align: middle;
	display: inline-block;
}
.product-carousel.owl-theme .owl-nav {
	margin:0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-theme .owl-nav .disabled{
	opacity: 0.8;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev{
	position: absolute;
	top: -54px;
	background: #ed4c4c;
	border-radius: 0px;
	color: #fff;
	margin: auto 0px auto auto;
	overflow: hidden;
	text-shadow: none;
	text-align: center;
	font-size: 18px;
	padding: 0px 12px;
}
.owl-theme .owl-nav i.fa {
	line-height: 30px;
}
.owl-theme .owl-nav .owl-next{
	right: 15px;
}
.owl-theme .owl-nav .owl-prev{
	right: 55px;
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover{
	background: #222;
}
.product-thumb .image .hover-img {
	left: 0;
	max-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	transition-duration: 500ms;
	transform: translate(100%);
	-moz-transform: translate(100%);
	-webkit-transform: translate(100%);
	-ms-transform: translate(100%);
	-o-transform: translate(100%);
}
.product-thumb:hover .hover-img {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	overflow: hidden;
	transform: translate(0%);
	-moz-transform: translate(0%);
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	visibility: visible;
}
/*----------------------------------------------*/
/* testimonial */
/*----------------------------------------------*/
#column-left .testimonial-block .block_box, #column-right .testimonial-block .block_box{
	padding: 20px;
}
.testimonial-images {
	position: relative;
}
#slideTestimonial .testimonial-images img {
	border-radius: 50%;
}
.testimonial-text {
	position: relative;
	text-align: center;
	margin: 0px 0 20px;
}
.testimonial-author {
	color: #222;
	font-size: 16px;
	line-height: 18px;
	margin: 20px 0;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
.testimonial-container .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: 0px
}
#slideTestimonial .owl-dot span {
	background: #ffffff;
	height: 12px;
	width: 12px;
	border: 1px solid #ed4c4c;
	margin: 0 5px;
}
#slideTestimonial .owl-dot.active span {
	background: #ed4c4c;
}
/*----------------------------------------------*/
/* home page banner2 */
/*----------------------------------------------*/
.cms-homepage-banner.clearfix{
/*	background: url(../image/mahardhi/subbanner2.jpg) center no-repeat;
	height: auto;
	max-width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin-bottom: 28px;*/
	margin-bottom: 28px;
}
.cms-homepage-banner .content-block {
	padding: 45px 0px;
	text-align: center;
	display: block;
	width: 50%;
	float: right
}
.cms-homepage-banner .banner-text{
	font-size: 36px;
	color: #fff;
	line-height: 36px;
	font-weight: bold;
}
.cms-homepage-banner .desc-text {
	line-height: 24px;
	font-size: 24px;
	color: #ed4c4c;
	font-weight: 600;
	margin: 10px 0 15px;
	display: inline-block;
}
span.view-more {
	display: block;
}
span.view-more a {
	text-decoration: underline;
	color: #fff;
	font-weight: 600;
}
.cms-homepage-banner:hover .content-block {
	animation: 1s 0.1s bounceIn both;
	-moz-animation: 1s 0.1s bounceIn both;
	-o-animation: 1s 0.1s bounceIn both;
	-webkit-animation: 1s 0.1s bounceIn both;
	-webkit-animation: 1s 0.1s bounceIn both;
}
/*----------------------------------------------*/
/* Blog */
/*----------------------------------------------*/
.mblog{
	margin-bottom: 25px;
}
.blog-info {
	position: relative;
}
.blog-info .image{
	position: relative;
	overflow: hidden;
}
.blog-block .blog-info img {
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.blog-block:hover .blog-info img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-block .hover-zoom{
	background-color: #ed4c4c;
	color: #fff;
	border:none;
	display: inline-block;
	opacity: 0;
	position: relative;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	width: 40px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	font-size: 12px;
}
.blog-block:hover .hover-zoom{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.blog-block .hover-zoom:hover{
	background-color: #222;
}
.blog-block .hover-zoom i{
	font-size: 16px;
	line-height: 40px;
}
.blog-block .post_hover {
	margin: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	z-index: 1;
}
.blog-block:hover .post_hover {
	opacity: 1;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.caption.blog-desc{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin: -15px 15px 5px 15px;
	position: relative;
	background: #ffffff;
	text-align: center;
}
.blog-block:hover .caption.blog-desc{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.blog-desc h4,
.caption-blog h4 {
	margin: 0;
}
.blog-desc h4 a,
.product-list .product-thumb .blog-title a {
	font-size: 18px;
	line-height: 20px;
	color: #222;
	text-transform: capitalize;
}
.blog-block h4 a:hover,
.product-list .product-thumb .blog-title a:hover,
.blog-read span:hover{
	color: #ed4c4c;
}
.blog-date {
	color: #fff;
	background: #ed4c4c;
	vertical-align: top;
	line-height: 24px;
	padding-bottom: 2px;
	text-align: center;
	display: inline-block;
	position: absolute;
	border: 2px solid #fff;
	right: 0;
	top: 0;
}
.blog-date .day {
	display: block;
	font-size: 22px;
	padding-top: 5px;
}
.blog-date .month {
	padding: 0 15px;
}
.blog-group {
	display: none;
}
.blog-text {
	margin: 8px 0 0;
	line-height: 25px;
	display: inline-block;
}
.caption.blog-desc .blog-text{
	margin-bottom: 5px;
}
.blog-read span {
	color: #222;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;	
	cursor: pointer;
}
.link_info,.caption-thumb {
	padding: 20px;
}
.article-container .thumbnail {
	border: none;
	margin: 0;
}
#commnt_form label.control-label {
	text-align: left;
}
#commnt_form label {
	color: #222;
}
.image-blog {
	position: relative;
}
.blog-title {
	margin: 0px;
	font-size: 18px;
	color: #222;
	font-weight: 500;
	text-transform: capitalize;
}
.caption-blog p {
	line-height: 25px;
	margin-bottom: 10px;
}
.product-list .product-thumb.blog-block .button-group {
	display: block;
	position: relative;
	bottom: 0;
	text-align: right;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
}
.product-list .caption-blog p {
	margin-top: 15px;
}
.info_blog p {
	line-height: 25px;
	margin-top: 15px;
}
.article-page-data {
	background: #fff;
	padding: 15px 15px 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.comment_cust{
	padding-top: 25px;
}
.article-container .blog-view{
	color: #222;
	float: right;
}
#content-blogs .blog-comment {
	display: none;
}
#content-blogs .article-page-title{
	font-size: 18px;
	margin: 0;
	line-height: 25px;
}
i.fa.fa-comments-o {
	margin-right: 5px;
}
#post_comment .leave-hedding, .comment_cust .leave-hedding {
	color: #222;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
}
h3.leave-comment_count {
	margin-bottom: 20px;
}
.comment_cust .comment-text .user_img {
	float: left;
	height: 60px;
	width: 60px;
	background-color: #e8e8e8;
	border-radius: 50px;
	text-align: center;
	line-height: 65px;
}
.comment_cust .comment-text .user_img i {
	font-size: 24px;
}
.comment_cust .comment-desc {
	line-height: 25px;
	letter-spacing: 0.5px;
}
.comment_cust .comment-desc {
	padding-left: 80px;
}
.comment_cust .comment-desc .name {
	margin-right: 10px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}
.comment_cust .comment-desc .date {
	color: #999999;
}
.comment-desc .name{
	color: #222;    
}
.info_blog p{
	line-height: 25px;
	margin-top: 15px;
}
.comment_cust h4{
	margin-bottom: 20px;
	color: #222;
	font-size: 18px;
}
.comment_cust .panel-default{
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 20px;
}
.comment_cust .panel-default:last-child{margin-bottom: 25px;}
#post_comment .form-group:last-child {
	margin-bottom: 0;
}
/*----------------------------------------------*/
/* Home page services */
/*----------------------------------------------*/
.cmsserviceblock {
	padding-bottom: 0px;
	margin-bottom: 28px;
}
.service_content{
	text-align: center;
	background: #fff;
	padding: 22px 0;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.09);
}
.cmsserviceblock .cms_icon {
	text-align: center;
	margin-bottom: 15px;
}
.cms_img{
	color: #ed4c4c;
	display: inline-block;
	float: none;
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	border: 1px solid #ed4c4c;
	transition: all 0.5s;
	border-radius: 50%;
}
.cms_img i {
	display: block;
	font-size: 28px;
	line-height: 50px;
}
.cmsserviceblock .title a{
	color: #222;
	font-size:18px;
	font-weight: 500;
}
.cmsserviceblock .service-cms:hover .title a{color: #ed4c4c;}
.cmsserviceblock .service-cms:hover .cms_img{
	color: #fff;
	border: 1px solid #ed4c4c;
	background: #ed4c4c;
}
/*----------------------------------------------*/
/* Newslatter */
/*----------------------------------------------*/
.nessletter_banner {
	padding: 30px 0px;
	position: relative;
}
.text-content {
	width: 50%;
	float: left;
}
.newsletter-form.block-content {
	width: 50%;
	float: right;
	position: relative;
}
.newsletter-block .title-text {
	background: transparent url(../image/mahardhi/services1.png) no-repeat scroll -20px -251px;
	position: relative;
	color: #ffffff;
	font-size: 24px;
	line-height: 25px;
	font-weight: 500;
	float: left;
	margin: 0;
	padding: 0px 0 0px 75px;
}
.newsletter-block .title-text .news-description {
	font-size: 14px;
	float: left;
	font-weight: normal;
}
.light-bg .newsletter-block .title-text,.light-bg .newsletter-block .description {
	color: #222;
}
.light-bg .newsletter-block .block-content .txtemail {   
	background-color: rgba(0, 0, 0, 0.13);
}
.newsletter-block .description {
	color: #fff;
	font-size: 14px;
	margin: 10px 0px 30px 0;
	line-height: 14px;
}
.newsletter-block .block-content .subscribe-form {
	position: relative;
}
.newsletter-block .block-content .txtemail {
	border: none;
	background-color: #ffffff;
	height: 50px;
	font-size: 14px;
	border-radius: 0;
	color: #999999;
	padding: 6px 125px 6px 12px;
}
.newsletter-block .block-content .subscribe-btn {
	background-color: #ed4c4c;
	border-radius: 0;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 50px;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0px 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.message-box {
	position: absolute;
	top: 50px;
}
@media (max-width: 767px) {
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#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 .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/*----------------------------------------------*/
/* footer */
/*----------------------------------------------*/
footer hr {
	border-top: none;
	border-bottom: 1px solid #ddd;
}
footer a:hover {
	color: #ed4c4c;
}
footer h5 {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	position: relative;
	text-transform:uppercase;
	margin-bottom: 15px;
	margin-top: 0;
}
.footer-top{
	padding: 45px 0 40px;
	border-bottom: 1px solid #ddd;
}
footer.light-bg h5,.light-bg .position-footer-right li i {
	color: #ffffff
}
.light-bg .footer-top,.light-bg .footer-bottom {
	background: #222;
}
.footer-position-top.clearfix {
	background: #222;
	position: relative;
}
.footer-top li{
	display: block;
	width: 100%;
}
.footer-top li a {
    line-height: 30px;
}
.footer-top li.footer-logo{
	padding-top: 0px;
    padding-bottom: 10px;
}
.footer-logo img {
	max-width: 200px;
	max-height: 40px;
}
.footer-top ul{
	margin: 0;
}
.position-footer-left h5 {
	display: none;
}
.footer-top .position-footer-right ul li {
	padding-left: 25px;
	position: relative;
}
.position-footer-right li i {
	position: absolute;
	left: 0;
	line-height: 28px;
	color: #ed4c4c;
}
.position-footer-right li:last-child{
	margin-bottom: 0px;
}
.footer-bottom {
	padding: 17px 0px;
}
.position-footer-bottom {
	float: right;
}
p.powered {
	float: left;
	margin: 0;
}
.powered a {
	color: #ed4c4c;
}
@media (max-width: 991px) {
	footer h5 { margin-top: 10px; }
}
/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert {
	padding: 9px 14px 9px 14px;
	border-radius: 0;
	text-align: center;
}
.alert.alert-success {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
	border-radius: 0;
	margin: 0;
	font-size: 14px;
}
#tab-review .alert.alert-success{
	position: relative;
}
.alert-dismissable .close, .alert-dismissible .close {
	color: #222;
	border: none;
	font-size: 24px;
	opacity: 1;
	position: relative;
	right: 0;
	top: 0px;
	font-weight: normal;
	text-shadow: none;
}
.common-home .alert{
	margin: 0px;
}
.nessletter_banner .alert,.newsletter-content-innner .alert{
	margin: 15px auto 0;
	display: table;
	position: relative;
	width: 100%;
}
.right-info .alert{ 
	margin-top: 20px;
}
.article-container .alert{
	position: relative;
	margin-bottom: 20px; 
}
/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-block{
	margin-bottom: 15px;
}
#category-blogs .breadcrumb-block{
	margin-bottom: 15px;
}
.breadcrumb {
	list-style: outside none none;
	padding:0;
	float: right;
	border: none;
	background: none;
	border-radius: 0;
	margin: 0;
	width: 50%;
	text-align: right;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: "/";
	padding: 0;
	color: #222;
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
	line-height: 14px;
}
.breadcrumb > li:last-child::after {
	content: "";
}
.breadcrumb > li a {
	color: #222;
	line-height: 14px;
	vertical-align: top;
}
.breadcrumb li a:hover,
.breadcrumb  li:last-child a {
	color: #ed4c4c;
}
/*----------------------------------------------*/
/* buttons */
/*----------------------------------------------*/
.buttons {
	margin: 1em 0 2em;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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 {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
}
.btn-default {
	color: #fff;
	text-shadow: none;
	background-color: #222;
	background-repeat: repeat-x;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
#comment_btn,
.btn-primary,
.btn-danger,
.btn-info,
.btn-default {
	border: none;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
	font-weight: 500;
	padding: 0px 15px;
	line-height: 40px;
	transition: all 0.5s;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
#comment_btn,
.btn-primary{
	background-color: #222;
}

#comment_btn:hover,
#cart .text-right .addtocart-btn:hover,
#cart .text-right .checkout-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:focus,
.btn-primary:hover, .btn-primary:focus,
.btn-primary:active, .btn-primary:active:hover,
.btn-primary:active:focus, .btn-primary.active,
.btn-primary.disabled, .btn-primary[disabled],
.btn-primary[disabled]:hover
{
	background-color: #ed4c4c;
	border: none;
	color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-warning:hover, .btn-warning:active,
.btn-warning.active, .btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	background-color: #da4f49;
	background-repeat: repeat-x;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-repeat: repeat-x;
}
.btn-success:hover, .btn-success:active, .btn-success.active,
.btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	background-color: #df5c39;
	background-repeat: repeat-x;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #222;
}
.btn-link {
	cursor: pointer;
	color: #222;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active,
.btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #999999;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#accordion.panel-group .panel{
	border-radius: 0px;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}
/*----------------------------------------------*/
/* list group */
/*----------------------------------------------*/
.list-group a {
	border: 1px solid #DDDDDD;
	color: #999999;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/*----------------------------------------------*/
/* carousel */
/*----------------------------------------------*/
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.common-home #content[class*="col-sm-"]{
	margin-top: 0px;
}
.page_title,.article-page-title{
	color: #222;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.cat_thumb .cat_img {
	float: left;
	padding: 0;
	text-align: left;
	width: 100%;
}
.cat_thumb .img-thumbnail {
	border: medium none;
	padding: 0;
	border-radius: 0;
}
.cat_thumb .cat_des {
	margin-top: 10px;
	float: left;
	padding: 0;
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
}
.text_refine {
	text-transform: uppercase;
	color: #222;
	margin: 10px 0px 15px;
	font-size: 18px;
	font-weight: 600;
}
.refine .list-unstyled li{
	margin-bottom: 10px;
}
.refine .list-unstyled > li {
	display: inline-block;
	margin-right: 5px;
	padding: 0px 10px;
	border: 1px solid #ddd;
	background: #fff;
}
#content ul.list-unstyled li {
	line-height: 28px;
}
.refine .list-unstyled > li a {
	color: #222;
}
.refine .list-unstyled > li a:hover {
	color: #ed4c4c;
}
.cat_info.clearfix {
	background: #fff;
	padding: 10px 0;
	border:1px solid #ddd;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.cat_list_gird {
	float: left;
	width: 25%;
	padding-left: 15px;
}
.cat_list_gird #list-view.btn.btn-default, .cat_list_gird #grid-view.btn.btn-default {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	background: none;
	color: #222;
	padding: 8px 0px 7px 10px;
	text-shadow: none;
}
.cat_list_gird #grid-view.btn.btn-default{
	padding: 8px 0 7px;
}
.cat_list_gird .btn.btn-default i{
	font-size: 20px;
	line-height: 20px;
	vertical-align: top;
}
.category-list .list-group-item:hover {
	background: none;
	color: #222;
}
.cat_list_gird #grid-view.btn.btn-default.active,
.cat_list_gird #grid-view.btn.btn-default:hover,
.cat_list_gird #list-view.btn.btn-default.active,
.cat_list_gird #list-view.btn.btn-default:hover{
	color: #ed4c4c;
}
.com-total {
	float: left;
	margin: 0 10px;
}
#compare-total.btn.btn-link {
	color: #222;
	text-decoration: none;
	font-size: 16px;
	line-height: 25px;
	outline: none;
	border:none;
	padding: 5px 0px;
	font-weight:normal;
}
.cat-pagination-right {
	float: right;
}
.cat-sort, .cat-show {
	float: left;
}
.text-right.show-text {
	padding: 0 10px 0 0;
}
.cat-show .text-right.show-text {
	padding: 0 15px 0 0;
}
.cat-sort .text-right.show-text{
	width: auto;
}
.text_sort ,
.text_limit {
	margin: 5px 0px;
	font-size: 14px;
}
.col-md-7.text-right.show-select.clearfix {
	padding: 0 15px 0 0;
}
.select-filter-sort, .select-filter-show {
	position: relative;
}
.select-filter-show::after, .select-filter-sort::after {
	font-family: 'fontawesome';
	color: #999999;
	content: '\f0d7';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 6px;
	pointer-events: none;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.product-grid .description,
.product-grid .list-button-group {
	display: none;
}
.cat-sort .form-control,
.cat-show .form-control{
	background:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	height: 35px;
}
/*pagonation*/
.row.pro_pagination {
	margin: 0 0 30px;
	padding: 12px 0px;
	clear: left;
	border: 1px solid #ddd;
	background: #fff;
}
.pagination {
	margin: 0;
	vertical-align: top;
}
.pagination>li {
	display: inline;
}
.pagination>li>a, .pagination>li>span {
	background-color: #ed4c4c;
	color: #ffffff;
	float: left;
	line-height: 30px;
	margin-left: 10px;
	padding: 0px 12px;
	position: relative;
	text-decoration: none;
	border-radius: 0px;
	border:none;
}
.pagination>li>a:last-child {
	border-radius: 0px;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus, .pagination>li>a:hover,
.pagination>li>span:focus, .pagination>li>span:hover {
	background: #222;
	color: #fff;
	cursor: pointer;
	z-index: 2;
	border-radius: 0px;
}
.pro_pagination .text-right {
	color: #222;
	line-height: 30px;
	float: right;
}
/*product list page*/
.product-list .product-thumb .button-group{
	display: none;
}
.product-list .thumb-description p {
	display: block;
	margin: 10px 0 10px;
}
.product-list .thumb-description.clearfix{
	overflow: hidden;
}
.product-list .product-thumb .caption {
	text-align: left;
	padding: 5px 10px 20px 20px ;
}
.product-list .product-thumb .price{
	margin: 15px 0 25px;
}
.product-list .list-rating {
	margin-bottom: 15px;
}
/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin: 0 15px;
	display: block;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
}
.owl-item.active .image-additional {
    -moz-animation: zoomIn 500ms ease;
    -o-animation: zoomIn 500ms ease;
    -webkit-animation: zoomIn 500ms ease;
    animation: zoomIn 500ms ease;
}
.product_title,.item-title {
	margin: 0;
	font-size: 15px;
	color: #222;
	margin-bottom: 15px;
}
.product_title{
	font-size: 20px;
}
.stock-info { 
	color:#ed4c4c;
}
.quick-product-right .product-manufacturer a, #product-product .right-info li a {
    color: #888888;
}
.stock-info b{ 
	color: #222;
}
#content .right-info ul.list-unstyled li b, .tab-pane h3, .tab-pane b {
	color: #222;
}
.right-info .rating a + a i,
.quick-product-right .rating a + a i{
	margin-right: 5px;
}
.rating .product-rating {
	float: left;
	margin-right: 20px;
}
.right-info .rating a.reviews,
.quick-product-right .rating a.reviews {
	margin: 0px 20px 0 0;
}
.rating > a {
	color: #222;
	float: left;
	font-size: 14px;
}
.rating > a.write-review:hover{
	color: #ed4c4c;
}
.pro_price {
	font-size: 18px;
	color: #ed4c4c;
}
.pro_oldprice{
	font-size: 14px;
	color: #222;
	margin-left: 5px;
}
.pro_wish, .pro_comper {
	border: none;
	background: none;
	padding: 0px;
	color: #222;
}
.pro_wish {
	margin-right: 15px;
}
.pro_wish:hover, .pro_comper:hover {
	color: #ed4c4c;
}
.pro_wish:before {
	content: "\f004";
	font-family: "FontAwesome";
	float: left;
	font-size: 15px;
	margin-right: 5px;
}
.pro_comper:before {
	content: "\f0ec";
	font-family: "FontAwesome";
	float: left;
	font-size: 15px;
	margin-right: 5px;
}
.right-info .btn-block, .quick-product-right .btn-block {
	display: inline-block;
	width: auto;
	background: #222;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
	outline: none;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	padding: 0px 18px;
	margin-left: 10px;
}
.right-info .btn-block:hover,
.right-info .btn-block.btn-primary:active,
.right-info .btn-block.btn-primary:active:hover,
.quick-product-right .btn-block:hover {
	background: #ed4c4c;
	border: none;
}
.right-info .disc {
	font-weight: normal;
	color: #222;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
.btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus,
.btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background: #ed4c4c;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ed4c4c;
}
.btn-default {
	display: inline-block;
	background: #222;
}
.btn-default:hover{
	background: #ed4c4c;
	border-color: #ed4c4c;
	color: #ffffff;
}
.right-info .form-control,.quick-product-right .form-control {
	border-radius: 0px;
	height: 40px;
	transition: none;
	color: #999999;
}
.right-info #input-quantity, .quick-product-right #input-quantity {
	float: left;
	width: auto;
	height: 40px;
	text-align: center;
	border-left: none;
	border-right: none;
}
.product-btn-quantity .qty{
	float: left;
	margin: 6px 10px 0 0;
	font-size: 14px;
}
.minus, .plus {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	float: left;
	color: #ed4c4c;
	line-height: 38px;
	padding: 0 10px;
}
.thumbnail {
	padding: 0px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #dddddd;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	padding: 0;
	margin: 0 0 20px;
	overflow: hidden;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
	position: relative;
}
#additional-carousel .owl-nav .owl-next,#quick-carousel .owl-nav .owl-next {
	right: 0;
}
#additional-carousel .owl-nav .owl-prev,#quick-carousel .owl-nav .owl-prev {
	left: 0;
	right: auto;
}
#additional-carousel .owl-nav div,#quick-carousel .owl-nav div {
	border-radius: 0;
	margin: auto;
	top: 39%;
	position: absolute;
	padding: 0 9px;
	font-size: 20px;
}
#additional-carousel.owl-theme .owl-nav i.fa,
#quick-carousel.owl-theme .owl-nav i.fa{
	line-height: 25px;
}
.thumbnails-gellery {
	clear: both;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.quickview-container .thumbnails-gellery {
	padding: 0px;
}
.tab-block .nav-tabs {
	margin-bottom: 0px;
	border: none;
	text-align: center;
}
.tab-block .nav-tabs>li {
	float: left;
}
#product-product .tab-content {
	padding: 25px 30px;
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-top: 2px solid #ed4c4c;
}
.tab-block .nav-tabs>li>a {
	color: #fff;
	background: #222;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	border:none;
	font-size: 14px;
	padding: 0 20px;
	margin-right: 10px;
	line-height: 40px;
}
.tab-block .nav>li>a:focus,
.tab-block .nav>li>a:hover,
.tab-block .nav-tabs>li.active>a,
.tab-block .nav-tabs>li.active>a:focus,
.tab-block .nav-tabs>li.active>a:hover {
	background: #ed4c4c;
	border:none;
	color: #fff;
}
.tab-pane, .tab-pane p font {
	color: #999999;
	font-size: 14px;
}
.tab-content h2{
	font-size: 20px;
	color: #222;
}
#product-product #tab-description ul:last-child, #product-product #tab-specification .table {
	margin: 0;
}
.related-products-block .product-thumb{ 
	margin-bottom: 5px;
}
.manufacturer-list {
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: #dddddd;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 0px 8px;
}
.dropdown-menu-right{
	display: none;
}
#tab-review .buttons{
	margin: 0;
}
.col-sm-6.product-left {
	margin-bottom: 30px;
}
.col-sm-6.right-info {
	margin-bottom: 20px;
}
/*----------------------------------------------*/
/* quickview */
/*----------------------------------------------*/
.quickview-content {
	padding: 15px 5px;
}
.quick-product-right .disc {
	font-weight: bold;
	color: #222;
}
.quick-product-right .disc {
	font-weight: normal;
	color: #222;
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
	padding:0px;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* Mahardhi */
/* Common */
.relative { position: relative; }
.m-auto { margin: 0px auto; }
.m-image-auto { width: auto !important; }
.common-home .swiper-viewport {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	border-radius: 0;
	overflow: hidden;
	margin: 0;
	background: transparent;
}
/* Category Menu */
.main-item.active .toggled > .fa-plus:before, .toggle-menu.active > .fa-plus:before {
	content: "\f068";
}
.child-categories {
	display: none;
}
.category-list .has-more-category .toggled {
	position: absolute;
	right: 6px;
	padding: 0px 5px;
}
.category-list .list-group-item{
	color: #999999;
	text-decoration: none;
	background: none;
	border: none;
	padding: 8px 0px;
}
.category-list .list-group-item.active,
.category-list .list-group-item.active:focus,
.category-list .list-group-item.active:hover,
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #222;
	text-decoration: none;
	background: none;
	border: none;
}
.toggled .toggle-open {
	position: absolute;
	right: 15px;
}
.toggled.active .fa-chevron-down:before {
	content: "\f077";
}
/*focus and hover*/
a.list-group-item:focus{
	background: unset;
}
span:focus,
button:focus,
a:focus {
	outline: none;
}
.form-control:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-color: #ddd;
}
/*----------------------------------------------*/
/* left - right side */
/*----------------------------------------------*/
#column-left > div, #column-right > div {
	margin-bottom: 30px;
}
.alert + #column-left,.alert + #column-right,
.alert + #column-left + #content,.alert + #column-right + #content,
#column-left .product-title, #column-right .product-title {
	margin-top: 0px;
}
#column-left .pagetitle, #column-right .pagetitle,
#column-left .list-group {
	margin-bottom: 0;
}
#column-left  .box-category h3,
#column-right  .box-category h3,
.filter h3,#column-left  .box-content h3,
#column-right  .box-content h3{
	color: #ffffff;
	padding: 15px;
	background: #ed4c4c;
	border-radius: 0;
	margin: 0px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}
#column-left .box-content h3, #column-right .box-content h3{
	border-bottom: none;
	font-weight: 600;
}
#column-left ul.list-unstyled, #column-right ul.list-unstyled,
#column-left .block_box, #column-right .block_box,
#column-left .filter_box, #column-right .filter_box{
	padding: 10px 0px 10px 20px;
	background:#fff;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.09);
	-webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,.09);
	-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,.09);
}
#column-left ul.list-unstyled.child-categories, #column-right ul.list-unstyled.child-categories {
	border: none;
	padding: 0;
}
.filter.panel-default {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.main-item.active .toggled > .fa-angle-right:before, .toggle-menu.active > .fa-angle-right:before {
	content: "\f068";
}
.filter_box a.list-group-item {
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	padding: 8px 0px;
}
.filter_box .list-group-item {
	border: none;
	padding: 0px 10px;
}
.filter .list-group a.active, .filter .list-group a.active:hover, .filter .list-group a:hover {
	text-shadow: none;
	background: #ffffff;
	color: #000000;
}
#filter .panel-footer {
	background-color: #ffffff;
	text-align: left;
	padding: 10px 0px;
}
#column-left .block_box,
#column-right .block_box{
	padding: 20px 0px 0px 0px;
}
#column-left .container,
#column-right .container{
	padding: 0;
	width: 100%;
}
#column-left .row,
#column-right .row{
	margin: 0;
}
#column-left .product-layout, #column-right .product-layout{
	margin-bottom: 20px;
}
#column-left .product-thumb, #column-right .product-thumb {
	border: none;
	padding: 0;
	margin: 0px 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#column-left .product-thumb > .image, #column-right .product-thumb > .image {
	float: left;
	width: 30%;
	margin-right: 5%;
}
#column-left .product-thumb > .thumb-description, #column-right .product-thumb > .thumb-description {
	float: left;
	width: 65%;
	padding: 0px;
}
.product-thumb .rating {
	margin: 5px 0 8px;
}
#column-left .product-thumb p.price,
#column-right .product-thumb p.price {
	margin: 0px;
}
#column-left .product-thumb h4,#column-right .product-thumb h4,
#column-left .thumb-description.clearfix, #column-left .thumb-description.clearfix,
#column-right .thumb-description.clearfix, #column-right .thumb-description.clearfix{
	overflow: hidden;
}
#column-left .product-thumb .caption, #column-right .product-thumb .caption {
	text-align: left;
}
#column-left .button-group, #column-right .button-group,
#column-left .thumb-description .price-tax, #column-right .thumb-description .price-tax,
#column-left .product-thumb .sale-text, #column-right .product-thumb .sale-text,
#column-left .product-thumb .percent, #column-right .product-thumb .percent{
	display: none;
}
.account-content {
	position: relative;
}
.sidebar {
	margin-bottom: 30px;
	position: relative;
}
.sidebar ul li {
	padding: 5px 0px;
}
.sidebar ul li a{
	color: #999999;
}
.sidebar ul li a:hover,.account-content .list-group a:hover{
	color: #ed4c4c;
}
.account-content .list-group a.active,
.account-content .list-group a.active:hover,
.account-content .list-group a:hover{
	background: none;
}
.account-content .list-group a {
	border: none;
	padding: 5px 0px;
	color: #999999;
}
.sitemap li {
	margin: 5px 0;
}
.sitemap li:last-child {
	margin: 5px 0px 0px 0px;
}
.sitemap  .col-sm-6 > ul:last-child{
	margin-bottom: 30px;
}
#column-left .swiper-viewport, #column-right .swiper-viewport {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#column-left .swiper-viewport:hover img, #column-right .swiper-viewport:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
#column-left .swiper-viewport img, #column-right .swiper-viewport img {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	vertical-align: middle;
}
/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
hr{
	border: 0.5px solid #ddd;
	margin-top: 15px;
	margin-bottom: 15px;
}
b, strong {
	color: #222;
}
label.control-label {
	color: #222;
	font-weight: 500;
}
.product-search .cat_info {
	margin-top: 10px;
}
#button-search {
    margin-bottom: 20px;
}
address{
	margin-bottom: 0;
}
/*checkout page*/
.img-thumbnail {
	border: none;
}
.cart_input_block.input-group {
	display: inline-block;
	width: auto;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 10px 15px;
	vertical-align: middle;
	white-space: unset!important;
}
#cart .dropdown-menu .table>tbody>tr>td, 
#account-address .table>tbody>tr>td{
	vertical-align: top;
}
.table>thead>tr>td, .table>thead>tr>th {
	font-weight: 600;
	color: #222;
}
td.cart-total-title{
	color: #999;
	font-size: 14px;
	font-weight: 600;
}
td.cart-total-price{
	color: #222;
	font-size: 14px;
	font-weight: 600;
}
tr:last-child td.cart-total-price:last-child {
	font-size: 16px;
	color: #ed4c4c;
}
.checkout-cart .input-group.btn-block .form-control {
	width: 45px;
	background: #fff;
	text-align: center;
}
#checkout-checkout #accordion{
	margin-bottom: 30px;
}
#accordion .panel-body h2 {
	font-size: 22px;
}
#information-contact #content h3{
	margin-top: 0;
	font-size: 20px;
}
#information-contact .panel-default{
	border-radius: 0;
}
/*compar page*/
.table>tbody+tbody {
	border-top: 1px solid #ddd;
}
#product-compare .table-bordered{
	display: inherit;
	overflow: auto;
	border: 0px solid #ddd;
	border-top: 1px solid #ddd;
}
.contact-left {
    margin-bottom: 30px;
}
/*----------------------------------------------*/
/* Account */
/*----------------------------------------------*/
#account-account h3 {
	color: #222;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 500;
}
#account-account ul.list-unstyled{
	margin-bottom: 20px;
}
.well {
	border: 1px solid #ddd;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
	border-radius: 0;
	background-color: #fff;
}
.well h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.account-login strong {
	font-size: 14px;
	color: #999999;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 0.5px;
}
.contact-left .store-img {
	text-align: center;
}
/*----------------------------------------------*/
/*  Back to top */
/*----------------------------------------------*/
.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 15px;
	border: transparent;
	height: 65px;
	width: 45px;
	text-align: center;
	background: url(../image/mahardhi/scroll-arrow.png) no-repeat scroll center center;
	z-index: 999;
}
@keyframes moveleftbounce {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(15px);
	}
	100% {
		transform: translateX(0px);
	} 
}
@media (min-width: 1200px) {
	#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;
	}
	.container {
		width: 1200px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#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;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#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;
	}

	/* Mahardhi */
	#content, #column-left, #column-right { width: 100%; }
	#menu #category { display: block !important; }
	#menu .navbar-toggle { display: block; }
	#menu .navbar-header { float: none; }
	.footer-top .col-sm-3 { width: 100%; }
}
@media (min-width: 992px) {
	#topCategoryList .menu_drop .dropdown-inner{
		position: absolute;
		visibility: hidden;
	}
	#menu .dropdown .dropdown-menu, #menu ul li.hiden_menu .dropdown-inner {
		background-color: #ffffff;
		border: none;
		left: 15px;
		right: auto;
		padding: 0px;
		display: none;
		visibility: hidden;
		position: absolute;
		z-index: 5;
		border-radius: 0;
		text-align: left;
		border-top: 2px solid #ed4c4c;
		margin-top: 50px;
		-webkit-transition: all 2s ease;
		-moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		-o-transition: all 2s ease;
		transition: all 2s ease;
		box-shadow: 0 6px 12px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
		-moz-box-shadow: 0 6px 12px rgba(0,0,0,.1);
	}
	#menu .dropdown:hover .dropdown-menu, #menu .menulist.menu_drop:hover .dropdown-inner,
	#menu.menulist.menu_drop:hover .dropdown-inner {
		display: block;
		visibility: visible;
		margin-top: 0px;
		-webkit-transition: all 5s ease;
		-moz-transition: all 5s ease;
		-ms-transition: all 5s ease;
		-o-transition: all 5s ease;
		transition: all 5s ease;
	}
	#menu ul li.hiden_menu .dropdown-inner {
		padding: 10px 0;
	}
	.navcol-menu:before, #menu ul li.hiden_menu .dropdown-inner:before{
		content: "";
		position: absolute;
		top: -10px;
		left: 5%;
		border-width: 0px 10px 10px 10px;
		border-style: solid;
		border-color: #ed4c4c transparent;
		display: block;
		z-index: 10000;
	}
}
@media (min-width: 768px) {
	.newsletter-block .title-text::before {
		border: 2px solid #ffffff;
		border-radius: 50%;
		color: #ffffff;
		content: "";
		display: block;
		font-family: FontAwesome;
		height: 50px;
		left: 31px;
		line-height: 42px;
		margin: -30px 0 0 -30px;
		position: absolute;
		text-align: center;
		top: 31px;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		width: 50px;
		z-index: 99999;
		color: #fff;
	}
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
	}
}
/* mahardhi */
@media (max-width: 1199px) {
	.newsletter-block .title-text{
		font-size: 20px;
		padding: 0px 0 0px 65px;
	}
	.cat_list_gird{
		width: 20%;
	}
	#part-banner .content-outer{
		bottom: 20px;
		left: 20px;
	}
	#part-banner .part2 .content-outer{
		right: 20px;
	}
	#part-banner h3{
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	#column-left .main-category.left-column-main-category,
	#column-left .swiper-viewport, #column-right .swiper-viewport,
	header .static,
	.product-thumb .button-group .quickview,
	.product-thumb .list-button-group .quickview,
	#topCategoryList #more_cat ,
	#topCategoryList .dropdown-submenu > .fa,
	#column-left > div:first-child, #column-right > div:first-child,
	.newsletter-block .title-text .news-description{
		display: none;
	}
	.header-menu-list .container{
		position: relative;
	}
	.header-search-box {
		position: absolute;
		right: 15px;
		top: -5px;
	}
	.footer-top .col-sm-3,
	.footer-top .col-sm-2,
	#menu {
		width: 100%;
	}
	#menu #category{
		color: #ffffff;
		letter-spacing: 0.5px;
		padding-left: 0px;
		display: none !important;
	}
	#menu .btn-navbar{
		position: absolute;
		color: #fff;
		background: none;
		border: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		left: 0;
		margin: 10px 0;
		padding: 0;
	}
	#menu .btn-navbar i {
		font-size: 25px;
		line-height: 30px;
	}
	#topCategoryList {
		border-top: 2px solid #ed4c4c;
		display: none;
		position: absolute;
		width: 100%;
		z-index: 11;
		top: 100%;
		padding: 10px 15px;
		background: #fff;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	}
	#menu #topCategoryList ul {
		float: none;
		display: block;
	}
	#topCategoryList ul li {
		float: none;
	}
	#menu #topCategoryList .dropdown-inner a, #menu .nav > li > a {
		color: #222;
		padding: 7px 0;
		min-height: 15px;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		margin: 0px;
		text-align: left;
	}
	#topCategoryList li .toggle-menu {
		position: absolute;
		right: 0;
		color: #222;
		top: 5px;
	}
	#menu .dropdown-menu .dropdown-inner > ul,.menu-nav .dropdown-menu {
		padding: 0 15px;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu,
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu  {
		position: relative;
		float: none;
		border: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		display: none;
		background: transparent;
		padding: 0;
	}
	#menu .dropdown-inner, #navCategory .dropdown-inner {
		display: block;
	}
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
		left: auto;
		padding: 0px 15px;
	}
	#part-banner h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.newsletter-block .title-text {
		font-size: 22px;
		padding: 0px 0 0px 70px;
	}
	.show-select, .text-right.show-text {
		display: inline-block;
	}
	#column-left .product-thumb > .image, #column-right .product-thumb > .image{
		width: auto;
		margin-right: 3%;
	}
	.position-footer-left{
		padding: 0;
	}
	.footer-top li.footer-logo{
		padding: 0 0 10px;
	}
	.position-footer-left ul.list-unstyled {
		display: block !important;	
	}
	.footer-top li,
	.footer-top li:last-child{
		padding: 5px 15px;
	}
	.footer-top .position-footer-right ul li{
		margin: 0 0 0 15px;
	}
	.checkout-cart .input-group.btn-block .form-control {
		margin: 0 0 5px;
	}
}
/* 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%;
	}
}
@media (max-width: 767px) {
	address{
		margin-bottom: 15px;
	}
	.navbar-nav{
		margin: 0;
	}
	.newsletter-form.block-content,.text-content{
		text-align: center;
		width: 100%;
	}
	.newsletter-form.block-content{
		margin-top: 25px;
	}
	.newsletter-block .title-text {
		padding: 0;
		background: none;
		float: unset;
	}
	.newsletter-block .title-text .news-description{
		width: 100%;
		display: block;
	}
	.cat_list_gird {
		width: 16%;
	}
	.pro_pagination .text-right, .pro_pagination .col-sm-6.text-left {
		width: 100%;
		text-align: center;
	}
	.row.pro_pagination{
		padding: 10px 0 5px;
	}
	.pro_pagination .col-sm-6.text-left{
		margin-bottom: 5px;
	}
	#column-left,#column-right{
		display: block !important;
	}
	.product-left {
		width:450px;
		margin: 0 auto;
	}
	.col-sm-6.right-info {
		margin: 30px 0;
	}
	#account-register #column-left, #account-register #column-right {
		margin-top: 85px;
	}
	#product-search #content .row .col-sm-4,
	#product-search #content .row .col-sm-3 {
		margin-bottom: 10px;
	}
}
@media (max-width: 680px){
	.product-layout.col-sm-4.col-xs-4{
		width: 50%;
	}
	.cms-homepage-banner .banner-text{
		font-size: 30px;
	}
	.cms-homepage-banner .desc-text{
		font-size: 20px;
		line-height: 20px;
	}
	.cmsserviceblock .col-xs-4{
		width: 100%;
		padding: 20px 15px;
	}
	.cmsserviceblock .col-xs-4:first-child,
	.cmsserviceblock .col-xs-4:last-child{
		padding: 0 15px;
	}
	.cat_info.clearfix{
		padding: 9px 0;
	}
	.cat_list_gird {
		width: 25%;
	}
	.cat-pagination-right {
		width: 100%;
		float: left;
		margin: 8px 0px 6px 15px;
	}
	.product-list .product-thumb .image {
		float: left;
	}
	.product-list .thumb-description.clearfix {
		float: left;
		clear: both;
	}
	.product-list .product-thumb .caption{
		padding-top: 0;
	}
}
@media (max-width: 640px) {
	#form-currency span, #form-language span{
		display: none;
	}
	.myaccount-dropdown .dropdown-toggle{
		font-size: 0;
	}
	.myaccount-dropdown .dropdown-toggle i {
		font-size: 14px;
		padding-right: 5px;
	}
	#top #form-language .dropdown-menu,
	#top #form-currency .dropdown-menu {
		top: 29px;
		right: 0;
		left: auto;
	}
	.nav-right {
		padding: 5px 0 4px;
	}
	.product-tabs .product-tab-carousel .owl-nav div{
		top: -102px;
	}
	.mahardhi-tabs {
		position: relative;
		top: 0px;
		right: auto;
		float: none;
		text-align: center;
		margin: -5px 0 15px;
	}
	.mahardhi-tabs .nav>li {
		margin: 0;
		text-align: center;
		float: unset;
		display: inline-block;
	}
	.product-tabs .nav-tabs>li>a{
		color: #222;
		margin: 0;
	}
	.product-tabs .nav-tabs>li>a.selected, .product-tabs .nav-tabs>li>a.selected:focus, .product-tabs .nav-tabs>li>a.selected:hover, 
	.product-tabs .nav>li>a:focus, .product-tabs .nav>li>a:hover{
		margin: 0;
	}
	#part-banner .col-xs-6,
	#part-banner img{
		width: 100%;
	}
	#part-banner .part.part1{
		margin-bottom: 20px;
	}
	#part-banner .part {
		text-align: center;
	}
	#part-banner h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.page_title {
		width: 100%;
		float: unset;
		text-align: center;
		margin-bottom: 10px;
	}
	.breadcrumb {
		float: unset;
		text-align: center;
		width: 100%;
	}
	.breadcrumb-block {
		margin-bottom: 20px;
	}
	.newsletter-popup .modal-dialog {
		max-width: 90%;
	}
	p.powered,.position-footer-bottom{
		float: none;
		text-align: center;
	}
	.position-footer-bottom{
		margin-top: 15px;
	}
}
@media (max-width: 500px){
	.contact{
		display: none;
	}
	#part-banner h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#product-product .nav-tabs{
		display: block;
	}
	#product-product .nav-tabs>li{
		float: unset;
		display: block;
		margin: 0 0 15px;
	}
	#product-product .nav-tabs>li:last-child {
		margin: 0;
	}
	.tab-block .nav-tabs>li>a{
		margin-right: 0;
	}
	#category-blogs #content .col-xs-12 {
		width: 100%;
	}
	.cms-homepage-banner .desc-text {
		font-size: 18px;
		line-height: 18px;
		margin: 5px 0 10px;
	}
	.cms-homepage-banner .banner-text {
		font-size: 24px;
	}
	#product-product .nav-tabs>li>a{
		margin: 0;
	}
}
@media (max-width: 480px) {
	.res-search {
		display: block;
		position: absolute;
		right: 15px;
		top: 29%;
	}
	.btn_search {
		float: right;
		right: 0;
		color: #fff;
		font-size: 18px;
		top: -2px;
		position: relative;
	}
	.res-search .btn_search:before {
		content: "";
		background: url(../image/mahardhi/search-icon.png) no-repeat scroll 4px 5px;
		height: 25px;
		width: 25px;
		display: block;
	}
	.res-search.active .btn_search:before {
		content: "";
		background: url(../image/mahardhi/cross-icon.png) no-repeat scroll 2px 5px;
		height: 25px;
		width: 25px;
		display: block;
	}
	.header-search-box{
		display: none;
	}
	.res-search.active .header-search-box {
		display: block;
		position: absolute;
		float: unset;
		right: 0;
		top: 36px;
	}
	#search{
		padding: 0;
		width: 250px;
	}
	#search .input-lg{
		padding: 0 40px 0 10px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	}
	#search span .btn-lg{
		background: transparent;
	}
	#search .fa.fa-search {
		color: #222;
	}
	.product-left {
		margin: 0 auto;
		width: 340px;
	}
	.payment_block {
		margin-bottom: 20px;
	}
	.newsletter-block .title-text .news-description {
		display: none;
	}
	.cat_list_gird{
		width: 100%;
	}
	.com-total {
		margin: 0 0 0 15px;
	}
	.article-container .blog-view{
		float: left;
		width: 100%;
	}
}
@media (max-width: 425px) {
	.product-layout.col-sm-4.col-xs-4{
		width: 100%;
	}
	#logo {
		padding: 10px 0;
		max-width: 170px;
	}
	#logo img.img-responsive,
	.footer-logo img {
		min-height: 30px;
	}
	.footer-logo img {
		max-width: 175px;
	}
	.product-layout.product-grid{
		width: 100%;
	}
	#part-banner h3 {
		font-size: 16px;
	}
	span.buy-now a{
		font-size: 12px;
	}
	.newsletter-block .title-text {
		font-size: 20px;
		line-height: 30px;
	}
	.product-list .product-thumb .image{
		float: unset;
		margin-right:0;
	}
	.cat-show {
		margin-top:15px;
		width: 100%
	}
	#account-register #column-left,
	#account-register #column-right {
		margin-top: 110px;
	}
}
@media (max-width: 375px) {
	#top{
		max-width: 100%;
		max-height: 100%;
	}
	#top .container {
		padding: 0;
	}
	.nav-left,.nav-right{
		width: 100%;
		float: unset;
		display: flex;
		justify-content: center;
	}
	.nav-right{
		padding: 5px 0 5px;
	}
	.nav-left{
		border-bottom: 1px solid #ddd;
	}
	#top #form-language .dropdown-menu, 
	#top #form-currency .dropdown-menu{
		right: -30px;
		top: 30px;
	}
	.dropdown-menu.dropdown-menu-right {
		top: 36px;
	}
	.cms-homepage-banner .banner-text {
		font-size: 20px;
	}
	.cms-homepage-banner .desc-text {
		font-size: 16px;
		line-height: 16px;
	}
	.related-products-block .page-title h3{
		font-size: 18px;
	}
	#part-banner h3 {
		font-size: 14px;
	}
	.product-left {
		margin: 0 auto;
		width: 300px;
	}
	.rating .product-rating{
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
}
@media (max-width: 320px) {
	#cart .dropdown-menu {
		width: 300px;
	}
	.refine .list-unstyled > li{
		margin-right: 3px;
	}
}