body {
	color: #888888;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* 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: #888888;
}
a:hover,a:focus {
	text-decoration: none;
	color: #0682cd;
}
::-moz-selection {
	background-color: #333;
	color: #ffffff;
}
::selection {
	background-color: #333;
	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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.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: #0682cd;
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 24px;
}
.error .error__title {
	color: #0682cd;
	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: #888;
	line-height: 26px;
	margin-bottom: 30px;
}
/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
	background: #0682cd;
	border: 2px solid #0682cd;
	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: 500;
	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: #0682cd;
	color: #ffffff;
	border-color: #0682cd; 
}
.contact-left .btn-info i {
	font-size: 18px;
}
.content-details {
	background: #F5F5F5;
	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: #ffffff;
	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: #333;
}
.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 {
	line-height: 50px;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top: 50%;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #0682cd;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 9999;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*----------------------------------------------*/
/* 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;
}
@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;
}
@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; 
}
.newsletter-content h3{
	font-weight: 500;
	text-transform: uppercase;
	margin: 25px 0;
}
.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;
	line-height: 40px;
}
.newsletter-content-bottom{
	margin-bottom: 20px;
}
.newsletter-btn-close {
	color: #333;
}
.newsletter-btn-close:hover {
	color: #0682cd;
}
.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 {
	text-decoration: none;
	color: #0682cd;
}
/*----------------------------------------------*/
/* all section efface and space */
/*----------------------------------------------*/
.section{margin: 50px auto;}
.clip:before{
	background: #0682cd;
	content: "";
	height: 100%;
	position: absolute;
	width: 50%;
	-webkit-clip-path: polygon(0 0, 70% 0, 60% 100%, 0% 100%);
	clip-path: polygon(0 0, 70% 0, 60% 100%, 0% 100%);
}
/*----------------------------------------------*/
/* top */
/*----------------------------------------------*/
.top-header{
	position: relative;
	background: #333;
}

#top {
	position: relative;
	padding: 12.5px 0px;
}
.nav-left {
	float: left;
}
.nav-left p {
	color: #ffffff;
	margin: 0px;
}
.nav-right {
	float: right;
}
.currency-box,.languages-box,.myaccount{
	float: left;
}
.myaccount{
	position: relative;
}
#top .btn-link, #top-links li, #top-links a {
	color: #ffffff;
	text-decoration: none;
}
#top-links a{background: none;}
#top #form-language .btn-link,#top #form-currency .btn-link {
	border: none;
	border-radius: 0;
	padding: 0px 15px 0px 0px;
}
#form-currency span, #form-language span {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #fff;
}
#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: #0682cd;
}
#top-links li.myaccount-dropdown {
	position: relative;
	padding: 0;
}
#top i.fa.fa-caret-down {
	margin-left: 3px;
}
#top-links .list-inline {
	margin: 0;
}
#top #form-language .dropdown-menu,
#top #form-currency .dropdown-menu,
.dropdown-menu.dropdown-menu-right {
	position: absolute;
	text-align: left;
	margin: 0;
	background: #ffffff;
	border-top: 2px solid #0682cd;;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#top #form-language .dropdown-menu,
#top #form-currency .dropdown-menu{
	top: 34px;
}
.dropdown-menu.dropdown-menu-right{
	top: 37px;
}
#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 li > button:hover{
	color: #0682cd;
}
#top-links .dropdown-menu a {
	color: #333;
}
#top-links .dropdown-menu a:hover {
	color: #0682cd;
	background: none;
}
#top-links a + a {
	margin-left: 15px;
}
#form-currency .currency-select {
	text-align: left;
	width: 100%;
	padding: 4px 10px;
	border: 1px solid #ddd;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-currency .language-select:hover {
	text-shadow: none;
	color: #0628cd;
	background: none;
	background-repeat: repeat-x;
}
#top #form-language .dropdown-menu .btn-link,
#top #form-currency .dropdown-menu .btn-link {
	color: #333;  
}
#top #form-language .dropdown-menu .btn-link:hover,
#top #form-currency .dropdown-menu .btn-link:hover {
	color: #0682cd;
}
/*----------------------------------------------*/
/* header */
/*----------------------------------------------*/
.header-top{
	padding: 0px 0px 40px;
	position: relative;
}
#top .container,.header-top .container{
	text-align: center;
	position: relative;
}
.header-link {
	background: #ffffff;
	position: relative;
	text-align: center;
}
/*logo*/
.header-left {
	position: relative;
	float: left;
	width: 25%;
	display: inline-block;
	text-align: center;
	padding: 27px 0 27px 25px;
}
.header-center {
	display: inline-block;
	vertical-align: top;
}
.n-p{
	padding: 0 !important
}
#logo{
	max-width: 180px;
}
.header-right{
	float: right;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 25%;
	padding: 37.5px 25px 37.5px 0;
}
/* search */
#search {
	width: 90%;
	position:relative;
	display: table;
	height: 100%;
	margin: 0 auto;
}
#search .search-box{
	display: table-cell;
	vertical-align: middle;
}
#search .btn-lg {
	cursor: pointer;
	position: relative;
	padding: 0;
	display: inline-block;
	float: left;
	font-size: 25px;
	position: absolute;
	right: 15px;
	transition: none 0s ease 0s;
	vertical-align: top;
	z-index: 999;
	top: 0;
	box-shadow: none;
	background: none;
	color: #333;
}
/* 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;
}
.btn_search{
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll 5px 8px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	position: relative;
	margin-right: 5px;
}
.btn_search:hover{
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll 5px -108px;
}
.header-search{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #fff;
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.header-search.active{
	opacity: 1;
	visibility: visible;
}
.close-button {
	background: url(../image/mahardhi/close-icon.png) no-repeat scroll center center transparent;
	cursor: pointer;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 6px 0px;
	z-index: 9999;
	position: absolute;
	top: 0px;
	right:0px;
}
#search .input-lg{
	height: 40px;
	border: 0;
	font-size: 16px;
	-webkit-box-shadow: 0 8px 30px rgba(0,0,0,.1);
	-moz-box-shadow: 0 8px 30px rgba(0,0,0,.1);
	box-shadow: 0 8px 30px rgba(0,0,0,.1);
	line-height: 20px;
    padding: 0 40px 0 15px;
}
#search .btn-lg i{
	font-size: 18px;
}
/* End */
/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart > .btn {
	background-color: unset;
	border: none;
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll 4px -50px;
	box-shadow: none;
	height: 35px;
	width: 35px;
	padding: 0;
}
#cart > .btn:hover {
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll 4px -170px;
}
#cart-total {
	position: relative;
	top: 10px;
	right: -10px;
	background-color: #0682cd;
	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: #888888;
	width: 320px;
	padding: 0px;
	border-top: 2px solid #0682cd;
	right: 0px;
	top: 46px;
	border-radius: 0;
	margin: 0;
	overflow: hidden;
	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 {
	margin-bottom: 10px;
}
#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: #333;
	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: #333;
	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: #666;
	font-size: 14px;
	font-weight: 500;
}
#cart .dropdown-menu li .product-item-name{
	color: #666;
	font-weight: normal; 
}
.product-cart-info{
	margin-top: 8px;
}
#cart .dropdown-menu li a:hover{
	color: #0682cd;
}
#cart .product-cart-info .product-cart-qty {
	font-weight: normal;
}
#cart .product-cart-info .product-cart-price,.product-cart-total {
	color: #0682cd;
}
#cart .dropdown-menu li tr:last-child td:last-child{
	font-size: 16px;
	color: #0682cd;
}
#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 {
	padding-left: 10px;
	padding-right: 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;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
/*----------------------------------------------*/
/* menu */
/*----------------------------------------------*/
header.light-bg{
	background: #ffffff;
}
#menu {
	margin: 0px;
	border:none;
}
#menu .nav > li > a {
	font-size:16px;
	font-weight: 500;
	color: #333;
	padding: 45px 15px;
	min-height: 15px;
	text-transform:uppercase;
	background-color: transparent;
	position: relative;
}
.light-bg #menu .nav > li > a {
	color: #333;
}
#menu .nav > 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: #0682cd;
}
#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: #333;
}
#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: #333;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 45px;
	color: #333;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #333;
	background-repeat: repeat-x;
	border-color: #333;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #333;
	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: #333;
}
#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;
}
#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;
}
/*----------------------------------------------*/
/* Main Slider */
/*----------------------------------------------*/
.slideshow img{
	width: 100%;
}
.swiper-pager div {
	height: 40px;
	width: 40px;
	background-color: #0682cd;
	border: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.swiper-pager div.swiper-button-prev, .swiper-pager div.swiper-button-next{
	text-shadow: none;
}
.swiper-viewport:hover .swiper-button-next, .swiper-viewport .swiper-button-next {
	opacity: 1!important;
	right: 10px!important;
}
.swiper-viewport:hover .swiper-button-prev, .swiper-viewport .swiper-button-prev {
	opacity: 1!important;
	left: 10px!important;
}
.swiper-viewport .swiper-button-prev:hover,.swiper-viewport .swiper-button-next:hover{
	background: #fff;
	color: #0682cd;
}
.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;
}
/*----------------------------------------------*/
/* Home page banner1 */
/*----------------------------------------------*/
#part-banner{
	position: relative;
}
#part-banner .part {
	position: relative;
	overflow: hidden;
}
#part-banner .content-outer{
	position: absolute;
	text-align: left;
	bottom: 30px;
	left: 30px;
	right: auto;
	color: #333;
	text-transform: uppercase;
}
#part-banner h3{
	font-size: 24px;
	margin-bottom: 20px;
}
span.buy-now a{
	color: #0682cd;
}
span.buy-now a:hover{
	color: #0682cd;
}
#part-banner img {
	max-width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
#part-banner .part:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
#part-banner .part:hover h3 {
	animation: 2s 0.1s bounceIn both;
	-moz-animation: 2s 0.1s fadeInDown both;
	-o-animation: 2s 0.1s fadeInDown both;
	-webkit-animation: 2s 0.1s fadeInDown both;
	-webkit-animation: 1s 0.1s bounceIn both;
}
/*----------------------------------------------*/
/* all page title */
/*----------------------------------------------*/
.pagetitle{
	background: #333;
	position: relative;
	margin-bottom: 30px;
}
.pagetitle.clip:before{
	-webkit-clip-path: polygon(0 0, 67% 0, 64% 100%, 0% 100%);
	clip-path: polygon(0 0, 67% 0, 64% 100%, 0% 100%);
}
.page-title h3 {
	position: relative;
	margin: 0px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	background: #0682cd;
	display: inline-block;
	vertical-align: top;
	padding: 18px 0px;
}
#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 */
/*----------------------------------------------*/
.product-thumb .percent, .product-percent {
	color: #0682cd;
	font-size: 12px;
	font-weight: 600;
	left: 10px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: auto;
	text-transform: capitalize;
	top: 10px;
	z-index: 1;
}
.product-thumb:hover .percent,.product-percent {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.mahardhi-tabs {
	left: 35%;
	position: absolute;
	top: 12px;
}
.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>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: #ffffff;
	line-height: 1.42857;
	margin-right: 10px;
	padding: 8px 12px;
	background: transparent;
	border: medium none;
	font-weight: 500;
	font-size: 16px;
}
.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: #0682cd;
}
/* product list */
.product-thumb {
	margin-bottom: 30px;
	overflow: auto;
	position: relative;
	border: 1px solid #dddddd;
	padding: 5px;
}
.product-thumb:hover {
	border: 1px solid #0682cd;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin: 0 auto;
	width: 100%;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.product-thumb:hover .image img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.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;
}
.product-thumb h4 a:hover{
	color: #333333;
}
.product-thumb .price{
	color: #0682cd;
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin-bottom: 13px;
}
.product-thumb .price-new{
	margin-right: 5px;
}
.product-thumb .price-old {
	color: #888888;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #888888;
	font-size: 12px;
	display: none;
}
.thumb-description p{
	display: none;
}
.fa-star-o:before {
	content: "\f005";
}
.rating .fa-stack,
#tab-review .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o,
#tab-review .fa-stack .fa-star-o{
	color: #ccc;
	font-size: 15px;
}
.rating .fa-star,
#tab-review .fa-star {
	color: #fbca08;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o {
	color: #fbca08;
}
.product-thumb .product-item-addcart {
	background: #888888;
	position: relative;
	text-align: center;
}
.product-thumb .product-item-addcart:hover {
	background: #333333;
}
.product-thumb .product-item-addcart .addcart {
	border: none;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
.product-thumb .button-group .fa {
	font-size: 20px;
	margin: 0px;
	color: #ffffff;
	line-height: 40px;
	vertical-align: middle;
	display: inline-block;
}
.product-thumb .button-group .wishlist,
.product-thumb .button-group .compare,
.product-thumb .button-group .quickview{
	text-align: center;
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px 11px;
	float: none;
	color: #ffffff;
}
.product-thumb .button-group{
	background:rgba(51,51,51,0.8);
	margin: 0 auto;
	display: inline-block;
	border-radius: 4px;
	position: relative;
	border-radius: 0;
	overflow: hidden;
	vertical-align: top;
}
.product-thumb .button-group .wishlist:hover,
.product-thumb .button-group .compare:hover,
.product-thumb .button-group .quickview:hover{
	background: #0682cd;
}
.product_btn {
	top: 0;
	left: 0;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	margin: 0px;
	opacity: 0;
}
.product-thumb:hover .product_btn {
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	opacity: 1;
	top: 40%;
}
.product-thumb:hover .button-group{
	opacity: 1;
}
.product-carousel.owl-theme .owl-nav {
	margin:0px;
}
.sale-text {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #0682cd;
	color: #fff;
	padding: 0px 10px;
	text-transform: capitalize;
	display: block;
}
.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: -77px;
	background: #0682cd;
	border: none;
	border-radius: 0px;
	color: #fff;
	margin: auto 0px auto auto;
	overflow: hidden;
	text-shadow: none;
	text-align: center;
	font-size: 18px;
	padding: 5px 14px;
}
.owl-theme .owl-nav .owl-next{
	right: 15px;
}
.owl-theme .owl-nav .owl-prev{
	right: 60px;
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover{
	background: #fff;
	color: #0682cd;
}
/*----------------------------------------------*/
/* testimonial */
/*----------------------------------------------*/
.testimonial-container {
	background-image: url(../image/mahardhi/service-bg.png);
	background-position: center center;
	background-repeat: repeat;
	padding: 45px  35px;
}
#slideTestimonial .row-items{
	max-width: 80%;
    text-align: center;
    margin: 0 auto;
}
.testimonial-images {
	position: relative;
}
#slideTestimonial .testimonial-images img {
	border-radius: 50%;
}
.testimonial-text {
	position: relative;
	text-align: center;
	margin: 20px 0 15px;
}
.testimonial-quote{
	background: url(../image/mahardhi/quote.png);
	content: "";
	width: 50px;
	height: 40px;
	z-index: 999;
	position: relative;
	margin: 0 auto;
}
.testimonial-author {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	margin: 18px 0 15px;
	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: 2px solid #0682cd;
}
#slideTestimonial .owl-dot.active span {
	background: #0682cd;
}
/*----------------------------------------------*/
/* home page banner2 */
/*----------------------------------------------*/
.cms-homepage-banner .content-block {
	text-align: center;
	padding: 90px 0;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.cms-homepage-banner .banner-text,
.cms-homepage-banner .banner-text1{
	font-weight: bold;
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	line-height: 44px;
}
.cms-homepage-banner .banner-text1{
	padding: 20px 0;
}
.cms-homepage-banner .desc-text {
	line-height: 36px;
	font-size: 36px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	background: #333;
	font-weight: 100;
	text-transform: uppercase;
	padding: 7px 5px 7px 20px;
	letter-spacing: 15px;
	margin-bottom: 40px;
	display: inline-block;
}
span.view-more {
	display: block;
}
span.view-more a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
span.view-more a:hover{
	color: #0682cd;
	border-bottom: 1px solid #0682cd;
}
.cms-homepage-banner:hover .banner-text,
.cms-homepage-banner:hover .banner-text1{
	animation: 2s 0.1s fadeInDown both;
	-moz-animation: 2s 0.1s fadeInDown both;
	-o-animation: 2s 0.1s fadeInDown both;
	-webkit-animation: 2s 0.1s fadeInDown both;
	-webkit-animation: 2s 0.1s fadeInDown both;
}
.cms-homepage-banner:hover .desc-text{
	animation: 2s 0.1s fadeInLeft both;
	-moz-animation: 2s 0.1s flipInX both;
	-o-animation: 2s 0.1s flipInX both;
	-webkit-animation: 2s 0.1s flipInX both;
	-webkit-animation: 2s 0.1s flipInX both;
}
.cms-homepage-banner:hover span.view-more{
	animation: 2s 0.1s fadeInUp both;
	-moz-animation: 2s 0.1s fadeInUp both;
	-o-animation: 2s 0.1s fadeInUp both;
	-webkit-animation: 2s 0.1s fadeInUp both;
	-webkit-animation: 2s 0.1s fadeInUp both;
}
/*----------------------------------------------*/
/* Blog */
/*----------------------------------------------*/
.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);
	-webkit-filter: blur(1px);
	-ms-filter: blur(1px);
	-moz-transform: blur(1px);
	filter: blur(1px);
}
.blog-block .hover-zoom{
	background-color: #333333;
	color: #fff;
	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: #0682cd;
}
.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,
.caption-blog {
	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,
.blog-block:hover .caption-blog{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.blog-desc h4 {
	margin: 0;
}
.blog-desc h4 a,
.product-list .product-thumb .blog-title a {
	font-size: 18px;
	line-height: 20px;
	color: #333;
}
.blog-block h4 a:hover
{
	color: #0682cd;
}
.blog-date {
	color: #fff;
	background: #0682cd;
	vertical-align: top;
	line-height: 33px;
	text-align: center;
	display: inline-block;
	margin-top: -7%;
	position: relative;
	border: 3px solid #fff;
}
.blog-date .day {
	display: block;
	font-size: 28px;
	padding-top: 5px;
}
.blog-date .month-year {
	padding: 0 7px;
}
.blog-group {
	display: none;
}
.blog-text {
	margin: 15px 0;
	line-height: 25px;
	display: inline-block;
}
.blog-read{
	background: #333333;
	padding: 11px 18px;
}
.link_info,.caption-thumb {
	padding: 15px;
}
.article-container .thumbnail {
	border: none;
	margin-bottom: 20px;
}
#commnt_form label.control-label {
	text-align: left;
}
#commnt_form label {
	color: #333;
}
.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 .blog-block .button-group {
	display: block;
}
.blog-title {
	margin-bottom: 15px;
}
.product-list .caption-blog p {
	margin-top: 15px;
	margin-bottom: 0px;
}
.info_blog p {
	line-height: 25px;
	margin-top: 15px;
}
.comment_cust{
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.article-container .blog-view{
	color: #333;
	float: right;
}
#content-blogs .blog-comment {
	display: none;
}
#content-blogs .article-page-title{
	font-size: 18px;
}
i.fa.fa-comments-o {
	margin-right: 5px;
}
#post_comment .leave-hedding, .comment_cust .leave-hedding {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin-top: 2px;
	margin-bottom: 20px;
	font-size: 18px;
}
h3.leave-comment_count {
	margin-bottom: 20px;
	line-height: 24px;
}
.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;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.comment_cust .comment-desc .name {
	float: left;
	margin-right: 10px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}
.comment_cust .comment-desc .date {
	color: #888888;
}
.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;
	border: none;
	box-shadow: none;
}
.comment_cust .panel-default:last-child{
	margin-bottom: 30px;
}
.product-list .product-thumb .caption-blog .button-group{
	border: none;
	background: none;
	margin-top: 20px;
}
#post_comment .form-group:last-child {
	margin-bottom: 0;
}
/*----------------------------------------------*/
/* Home page services */
/*----------------------------------------------*/
#cmsserviceblock {
	background-color: #333333;
	padding-bottom: 30px;
}
#cmsserviceblock .cms_icon {
	text-align: center;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.cms_img {
	background: #0682cd none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	float: none;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	transition: all 0.5s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.cms_img i {
	display: block;
	height: 100%;
	width: 100%;
	transform: rotate(-45deg);
	font-size: 28px;
	line-height: 60px;
}
.inner-content:hover .cms_img {
	transition: all 0.5s;
	transform: rotate(406deg);
}
.inner-content:hover .cms_img i {
	transform: rotate(-406deg);
}
.banner_img1 {
	background: transparent url(../image/mahardhi/service.png) no-repeat scroll -7px -6px;    
}
.banner_img2 {
	background: transparent url(../image/mahardhi/service.png) no-repeat scroll -6px -52px;   
}
.banner_img3 {
	background: transparent url(../image/mahardhi/service.png) no-repeat scroll -3px -96px;   
}
.banner_img4 {
	background: transparent url(../image/mahardhi/service.png) no-repeat scroll -7px -141px;    
}
.service_content {
	text-align: center;
	color: #fff;
}
.title {
	padding: 5px 0;
}
#cmsserviceblock .title a{
	color: #ffffff;
	font-size:18px;
}
#cmsserviceblock .inner-content:hover .title a{
	color: #0682cd;
}
/*----------------------------------------------*/
/* 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: #333;
}
.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: #888888;
	width: 79%;
}
.newsletter-block .block-content .subscribe-btn {
	background-color: #0682cd;
	border-radius: 0;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 50px;
	text-shadow: none;
	box-shadow: none;
	padding: 0 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 {
	background: url(../image/mahardhi/service-bg.png) center no-repeat;
	background-size: cover;
	margin-top: 50px;
}
.common-home footer {
	margin-top: 0px; 
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #ddd;
}
footer a:hover {
	color: #333333;
}
footer h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #333;
	position: relative;
	text-transform:uppercase;
	margin-bottom: 15px;
}
.common-home .footer-service {
	margin-top: 62px;
}
.footer-top{
	padding: 38px 0px 35px;
}
footer.light-bg h5,.light-bg .position-footer-right li i {
	color: #ffffff
}
.light-bg .footer-top,.light-bg .footer-bottom {
	background: #333;
}
.footer-top li{
	display: block;
	width: 100%;
	padding: 5px 0px;
}
.footer-top li:last-child{
	padding: 5px 0px 0px 0px;
}
.footer-top .position-footer-right ul li {
	padding-left: 25px;
	position: relative;
}
.position-footer-right li i {
	position: absolute;
	left: 0;
	line-height: inherit;
	color: #0682cd;
}
.position-footer-right li:last-child{
	margin-bottom: 0px;
}
.footer-center.clearfix {
	background: #333;
	position: relative;
}
.footer-bottom {
	padding: 18px 0px;
}
.position-footer-bottom {
	float: right;
}
p.powered {
	float: left;
	margin: 0;
}
.powered a {
	color: #0682cd;
}
/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert {
	border-radius: 0;
	text-align: center;
	padding: 9px 35px 9px 15px;
	position: relative;
}
.alert.alert-success {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
	border-radius: 0;
	margin: 0;
	font-size: 14px;
}
#form-review .alert.alert-success{
	position: relative;
}
.alert-dismissable .close, .alert-dismissible .close {
	color: #333;
	border: none;
	font-size: 28px;
	opacity: 1;
	position: absolute;
	right: 15px;
	top:0;
	font-weight: normal;
	text-shadow: none;
	line-height: 42px;
}
.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: 15px;
}
.article-container .alert{
	position: relative;
	margin-bottom: 20px; 
}
/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
	background: #eeeeee;
	padding: 14px 0px;
	margin-bottom: 50px;
}
.breadcrumb {
	list-style: outside none none;
	margin-bottom: 0px;
	padding:0;
	float: right;
	border: none;
	background: none;
	border-radius: 0;
	margin-top: 2px;
	width: 50%;
	text-align: right;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
}
.breadcrumb > li + li:before {
	content: "/";
	padding: 0;
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;  
}
.breadcrumb > li:last-child::after {
	content: "";
}
.breadcrumb > li a {
	color: #333;
}
.breadcrumb li a:hover,
.breadcrumb  li:last-child a {
	color: #337ab7;
}
/*----------------------------------------------*/
/* buttons */
/*----------------------------------------------*/
.buttons {
	margin: 1em 0 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-repeat: repeat-x;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.blog-read,
#comment_btn,
.product-list .blog-read,
.btn-primary,
.theme-btn,
.btn-default,
.btn-danger,
.btn-info{
	border: none;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font-weight: 500;
	padding: 0px 18px;
	line-height: 40px;
	cursor: pointer;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.blog-read,
#comment_btn,
.product-list .blog-read,
.btn-primary,
.theme-btn {
	background-color: #333;
	
}
.blog-read,
.product-list .blog-read{
	padding: 11px 18px;
}
.theme-btn:hover,
.blog-read:hover,
#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: #0682cd;
	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);
}
.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);
}
.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: #333;
}
.btn-link {
	cursor: pointer;
	color: #333;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	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: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0px;
	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: #888888;
	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: #333;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0px;
	float: left;
	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: 20px;
	float: left;
	padding: 0;
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
}
.text_refine {
	text-transform: capitalize;
	color: #333333;
	margin: 15px 0px;
	font-size: 16px;
}
.refine .list-unstyled {
	margin-bottom: 30px;
}
.refine .list-unstyled > li {
	display: inline-block;
	margin-right: 5px;
	padding: 4px 10px;
	border: 1px solid #eeeeee;
}
#content ul.list-unstyled li {
	line-height: 22px;
}
.refine .list-unstyled > li a {
	color: #666;
	font-weight: 400;
}
.refine .list-unstyled > li a:hover {
	color: #0628cd;
}
.cat_info.clearfix {
	background: #333333;
	padding: 7.5px 0;
	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;
	border-radius: 0;
	background: none;
	color: #ffffff;
	padding: 8px 8.3px 7px;
	background: #0682cd;
	text-shadow: none;
}
.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: #333;
}
.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{
	background: #ffffff;
	color: #333333;
}
.com-total {
	float: left;
	margin: 0 10px;
}
#compare-total.btn.btn-link {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	outline: none;
	border:none;
	padding: 6.5px 0px;
	font-weight:normal;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.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;
}
.cat-pagination-right label.control-label{
	color: #fff;
}
.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: #ffffff;
	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 {
	display: none;
}
.cat-sort .form-control,
.cat-show .form-control{
	background:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border:1px solid #ffffff;
	color: #ffffff;
	height: 35px;
}
.cat-pagination-right .limits-text:focus{
	box-shadow: none;
}
.product-grid .list-button-group{
	display: none;
}
.product-list .product-thumb .product-item-addcart .addcart{
	padding: 0px 20px;
}
.product-list .product_btn,.product-list .rating {
	display: none;
}
.product-list .list-rating .rating {
	display: block;
}
.product-list .product-thumb .rating{
	padding-bottom: 0px; 
}
.product-list .list-rating .rating{
	position: relative;
	top: auto;
}
.product-list .thumb-description p {
	display: block;
	margin: 15px 0 10px;
}
.row.pro_pagination {
	margin: 0px;
	background: #333;
	padding: 10px 0px;
	clear: left;
}
.pagination {
	margin: 0;
	vertical-align: top;	
}
.pagination>li {
	display: inline;
}
.pagination>li>a, .pagination>li>span {
	background-color: #0682cd;
	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: #ffffff;
	color: #333;
	cursor: pointer;
	z-index: 2;
	border-radius: 0px;
}
.pro_pagination .text-right {
	color: #ffffff;
	line-height: 30px;
	float: right;
}
.product-list .pro_pagination .text-right{
	color: #333;
}
.product-list .thumb-description.clearfix{
	overflow: hidden;
}
.product-list .product-thumb .caption {
	text-align: left;
}
.description {
	line-height: 25px;
}
.product-list  .product-thumb .price{
	margin: 15px 0 25px;
}
.product-list .image {
	border: none;
	border: 1px solid #dddddd;
	padding: 5px;
	margin-right: 30px;
}
.product-list .product-thumb:hover  .image {
	border: 1px solid #0682cd;
}
.product-list .list-rating {
	margin-bottom: 15px;
}
.product-list .product-thumb .product-item-addcart {
	float: left;
	margin-right: 10px;
}
.product-list .list-button-group {
	display: inline-block;    
}
.product-list .list-button-group .button-group {
	background: #333;
}
.product-list .product-thumb h4 {
	margin-top: 0px;
}
.product-list .product-thumb {
	border: none;
	margin-bottom: 30px;
	padding: 0;
}
.product-list .product-thumb .button-group .wishlist:hover,
.product-list .product-thumb .button-group .compare:hover {
	background: #0682cd;
}
/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin: 0 10px;
	display: block;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
}
.product_title,.item-title {
	margin: 0;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
}
.product_title{
	font-size: 20px;
}
.stock-info { 
	color:#0682cd;
}
.stock-info b{ 
	color: #333;
}
#content .right-info ul.list-unstyled li b, .tab-pane h3, .tab-pane b {
	color: #333333;
}
.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: #333333;
	float: left;
	font-size: 14px;
}
.rating > a.write-review:hover{
	color: #0682cd;
}
/*.product-manufacturer {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 15px 0;
	margin: 20px 0;
}*/
.pro_price {
	font-size: 18px;
	color: #0682cd;
}
.pro_oldprice{
	font-size: 14px;
	color: #333;
	margin-left: 5px;
}
.pro_wish, .pro_comper {
	border: none;
	background: none;
	padding: 0px;
	color: #333;
}
.pro_wish {
	margin-right: 15px;
}
.pro_wish:hover, .pro_comper:hover {
	color: #0682cd;
}
.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: #333333;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
	outline: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0px 18px;
	margin-right: 5px;
}
.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: #0682cd;
	border: none;
}
.right-info .disc {
	font-weight: normal;
	color: #333;
}
#product-product .right-info li a,
.quickview-container .quick-product-right li a {
    color: #777;
}
.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: #0682cd;
}
#product-product .thumbnail:hover,.quickview-container .thumbnail:hover {
	border-color: #0682cd;
}
.btn-default {
	display: inline-block;
	background: #333;
}
.btn-default:hover{
	background: #0682cd;
	border-color: #0682cd;
	color: #ffffff;
} 
.right-info .form-control,.quick-product-right .form-control {
	border-radius: 0px;
	height: 40px;
	transition: none;
	color: #888888;
}
.right-info #input-quantity, .quick-product-right #input-quantity {
	float: left;
	margin-right: 10px;
	width: auto;
	height: 40px;
	text-align: center;
	margin-left: 5px;
}
.product-btn-quantity .qty{
	float: left;
	margin: 6px 10px 0 0;
	font-size: 14px;
}
.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 15px;
	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 {
	background: none;
	border-radius: 0;
	color: #0682cd;
	margin: auto auto auto auto;
	top: 39%;
	position: absolute;
	border: 1px solid #0682cd;
	padding: 0 8px;
	font-size: 20px;
}
#additional-carousel .owl-nav div:hover,#quick-carousel .owl-nav div:hover{
	background: #0682cd;
	color: #fff;
} 
.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;
}
#product-product .nav-tabs {
	justify-content: center;
	display: flex;
	margin-bottom: 0px;
	border: none;
	text-align: center;
}
#product-product .nav-tabs>li {
	float: left;
}
#product-product .tab-content {
	padding: 25px 0px;
	margin-bottom: 25px;
}
#product-product #tab-description ul:last-child,
#product-product  #tab-specification .table{
	margin: 0;
}
#product-product .nav-tabs>li>a {
	color: #fff;
	background: #333;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 35px;
	border-radius: 0;
	border:none;
	font-size: 14px;
	padding: 0 20px;
	margin-right: 10px;
}
#product-product .nav>li>a:focus,
#product-product .nav>li>a:hover,
#product-product .nav-tabs>li.active>a,
#product-product .nav-tabs>li.active>a:focus,
#product-product .nav-tabs>li.active>a:hover {
	background: #0682cd;
}
.tab-pane, .tab-pane p font {
	color: #888888;
	font-size: 14px;
}
.tab-content h2{
	font-size: 20px;
	color: #333;
}
.related-products-block .product-thumb{ 
	margin-bottom: 0px;
}
.manufacturer-list {
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: #dddddd;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}
.dropdown-menu-right{
	display: none;
}
#tab-review .buttons{
	margin: 0;
}
.col-sm-6.product-left {
	margin-bottom: 50px;
}
.col-sm-6.right-info {
	margin-bottom: 35px;
}
/*----------------------------------------------*/
/* quickview */
/*----------------------------------------------*/
.quickview-content {
	padding: 15px 5px;
}
.quick-product-right .disc {
	font-weight: bold;
	color: #333;
}
.quick-product-right .disc {
	font-weight: normal;
	color: #333;
}
/* 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;
	border: none;
	border-radius: 0;
	overflow: hidden;
	margin: 0;
}
/* 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: 0;
}
.category-list .list-group-item{
	color: #888888;
	text-decoration: none;
	background: none;
	border: none;
	padding: 5px 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: #333;
	text-decoration: none;
	background: none;
	border: none;
}
.toggled .toggle-open {
	position: absolute;
	right: 15px;
}
.toggled.active .fa-chevron-down:before {
	content: "\f077";
}
/*----------------------------------------------*/
/* left - right side */
/*----------------------------------------------*/
#column-left > div, #column-right > div {
	margin-bottom: 30px;
}
#column-left .swiper-viewport, #column-right .swiper-viewport,
#column-left .sidebar, #column-right .sidebar,
#column-left .sidebar ul.list-unstyled, #column-right .sidebar ul.list-unstyled{
	margin-bottom: 0px;
}
.alert + #column-left,.alert + #column-right{
	margin-top: 0px;
}
.alert + #column-left + #content,.alert + #column-right + #content{
	margin-top: 0px;
}
#column-left .product-title, #column-right .product-title {
	margin-top: 0px;
}
#column-left .pagetitle, #column-right .pagetitle{
	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: #0682cd;
	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;
}
#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{
	border: 1px solid #ddd;
	padding: 10px 20px;
}
#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;
}
.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;
}
#column-left .list-group {
	margin-bottom: 0;
}
.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 .section, #column-right .section{
	margin-bottom: 0;
}
#column-left .block_box,
#column-right .block_box{
	margin-bottom: 30px;
	padding: 20px 20px 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; 
}
#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 .product_btn,#column-right .product_btn,
#column-left .product-thumb .product-item-addcart, #column-left .product-thumb .product-item-addcart,
#column-left .thumb-description .price-tax, #column-right .thumb-description .price-tax,
#column-left .product-thumb .sale-text, #column-right .product-thumb .sale-text{
	display: none;
}
.account-content {
	position: relative;
}
.sidebar {
	margin-bottom: 30px;
	position: relative;
}
.sidebar ul li {
	padding: 5px 0px;
}
.sidebar ul li a{
	color: #888888;
}
.sidebar ul li a:hover,.account-content .list-group a:hover{
	color: #333;
}
.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: #888888;
}
.sitemap li {
	margin: 5px 0;
}
.sitemap li:last-child {
	margin: 5px 0px 0px 0px;
}
#column-left .swiper-viewport, #column-right .swiper-viewport {
	border: none;
	box-shadow: none;
}
#column-left .swiper-viewport:hover img, #column-right .swiper-viewport:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-moz-transform: scale(1.08);
}
#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;
}
.banner-cms{
	padding: 0px 15px;
}
/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
a.list-group-item:focus{
	background: unset;
}
span:focus,
button:focus,
a:focus {
	outline: none;
}
.form-control:focus{
	box-shadow: none;
}
hr{
	border: 0.5px solid #ddd;
}
b, strong {
	color: #333;
}
label.control-label {
	color: #333;
	font-weight: 500;
}
.input-group .form-control {
	background: transparent;
}
/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
	margin-bottom: 20px;
}
#checkout-cart .btn-block .btn-danger{
	box-shadow: none;
	border-radius: 0px;
	border-color: #ac2925;
}
.img-thumbnail {
	border: none;
}
.checkout .img-thumbnail {
    max-width: 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: 500;
	color: #333;
}
td.cart-total-title{
	color: #666;
	font-size: 14px;
	font-weight: 500;
}
td.cart-total-price{
	color: #333;
	font-size: 14px;
	font-weight: 600;
}
tr:last-child td.cart-total-price:last-child {
	font-size: 16px;
	color: #0682cd;
}
.checkout-cart .input-group.btn-block .form-control {
	width: 45px;
	text-align: center;
}
#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;
	margin-bottom: 0;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
.contact-left .store-img {
	text-align: center;
}
/*----------------------------------------------*/
/* Account */
/*----------------------------------------------*/
#account-account h3,
#checkout-cart h3 {
	color: #222;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 500;
}
#checkout-cart h3{
	margin-top: 10px;
}
#account-account ul.list-unstyled{
	margin-bottom: 20px;
}
.well {
	border: 1px solid #eeeeee;
	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: #888888;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 0.5px;
}
/*----------------------------------------------*/
/*  Back to top */
/*----------------------------------------------*/
.back-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	border: transparent;
	height: 70px;
	width: 65px;
	text-align: center;
	background: url(../image/mahardhi/scroll-arrow2.png) no-repeat scroll center center;
	z-index: 999;
	-webkit-animation: movebounce 3s linear infinite;
	animation: movebounce 3s linear infinite; 
}
@keyframes movebounce {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(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 #0682cd;
		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;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		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: #0682cd 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: 1200px) {
	.pagetitle.clip:before{
		width: 35%;
		-webkit-clip-path: polygon(0 0, 70% 0, 64% 100%, 0% 100%);
		clip-path: polygon(0 0, 70% 0, 64% 100%, 0% 100%);
	}
}
@media (max-width: 1199px) {
	.pagetitle.clip:before {
		width: 45%;
	}
	#cmsserviceblock .col-sm-6{
		width: 25%;
	}
	.newsletter-block .title-text{
		font-size: 20px;
		padding: 0px 0 0px 65px;
	}
	.cat_list_gird{
		width: 20%;
	}
	.newsletter-block .block-content .txtemail{
		width: 74%;
	}
}
@media (max-width: 991px) {
	.product-thumb .button-group .quickview{
		display: none;
	}
	.top-header.clip:before{
		width: 65%;
	}
	.header-left{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		left: 0;
		right: 0;
		justify-content: center;
		display: flex;
		padding: 15px 0 0;
	}
	#logo{
		max-width: 150px;
	}
	.header-right{
		position: absolute;
		right: 15px;
		top: 60%;
		padding: 0;
	}
	#cart .dropdown-menu{
		top: 44px;
	}
	.header-center{
		width: 100%;
	}
	#menu {
		width: 100%;
	}
	#menu #category{
		color: #ffffff;
		letter-spacing: 0.5px;
		padding-left: 0px;
		display: none !important;
	}
	#menu .btn-navbar{
		position: absolute;
		color: #333;
		background: none;
		border: none;
		box-shadow: none;
		left: 15px;
		margin: 10px 0;
		padding: 0;
	}
	#menu .btn-navbar i {
		font-size: 25px;
		line-height: 30px;
	}
    #topCategoryList {
		border-top: 2px solid #0682cd;
		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);
	}
	#menu #topCategoryList ul {
		float: none;
		display: block;
	}
	#topCategoryList ul li {
		float: none;
	}
	#topCategoryList #more_cat {
		display: none;
	}
	#menu #topCategoryList .dropdown-inner a, #menu .nav > li > a {
		color: #333;
		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: #333;
		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;
		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;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
	#part-banner h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.pagetitle.clip:before {
		width: 50%;
	}
	.related-products-block .pagetitle.clip:before {
		width: 60%;
	}
	.mahardhi-tabs {
		left: 35%;
	}
	.cms-homepage-banner .content-block{
		padding: 100px 0;
	}
	.cms-homepage-banner .banner-text, .cms-homepage-banner .banner-text1{
		font-size: 40px;
	}
	.cms-homepage-banner .desc-text{
		font-size: 30px;
	}
	#slideTestimonial .row-items{
		max-width: 100%;
	}
	#cmsserviceblock .col-sm-6 {
		width: 50%;
	}
	.third_content,.forth_content {
		margin: 30px 0px 0px 0px;
	}
	.first_content, .secound_content {
		margin: 50px 0px 10px 0px;
	}
	#cmsserviceblock .cms_icon {
		text-align: center;
		transform: translateY(0%); 
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-webkit-transform: translateY(0); 
		margin-bottom: 30px;
	}
	.footer-service,.common-home .footer-service {
		margin: 0px;
	}
	.col-sm-6.services.service_content1, .col-sm-6.services.service_content2 {
		padding-right: 0;
	}
	.footer-top li,
	.footer-top li:last-child{
		padding: 5px 15px;
	}
	.footer-top .position-footer-right ul li{
		margin: 0 0 0 15px;
	}
	.newsletter-block .title-text .news-description{
		display: none;
	}
	.newsletter-block .title-text {
		font-size: 22px;
		padding: 0px 0 0px 70px;
	}
	.show-select, .text-right.show-text {
		display: inline-block;
	}
	aside#column-left,aside#column-right {
		margin-top: 50px;
	}
	#column-left .swiper-viewport, #column-right .swiper-viewport { 
		display: none;
	}
	#column-left > div.box, #column-right > div.box,
	#column-left > div.sidebar, #column-right > div.sidebar {
		margin-bottom: 0;
	}
	#column-left .product-thumb > .image, #column-right .product-thumb > .image{
		width: auto;
		margin-right: 3%;
	}
	#category-blogs #content .col-xs-12 {
		width: 50%;
	}
	#selectMe-desk,
	aside#column-left > div:first-child, aside#column-right > div:first-child {
		display: none;
	}
	.newsletter-block .block-content .txtemail {
		width: 66%;
	}
	.cat-show .text-right.show-text {
		padding: 0 10px 0 0;
	}
	.common-home footer {
		margin-top: 20px;
	}
	.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) {
	.navbar-nav{
		margin: 0;
	}
	.pagetitle.clip:before {
		-webkit-clip-path: polygon(0 0, 69% 0, 60% 100%, 0% 100%);
		clip-path: polygon(0 0, 69% 0, 60% 100%, 0% 100%);
	}
	.tab-content .product-tab-carousel .owl-nav div{
		top: -120px;
	}
	.mahardhi-tabs {
		position: relative;
		top: 0;
		left: auto;
		float: none;
		margin: -8px 0 12px;
		text-align: center;
	}
	.mahardhi-tabs .nav>li {
		margin: 0;
		text-align: center;
		float: unset;
		display: inline-block;
	}
	.product-tabs .nav-tabs>li>a{
		color: #333333;
		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;
	}
	.newsletter-form.block-content,.text-content{
		text-align: center;
		width: 100%;
	}
	.newsletter-form.block-content{
		margin-top: 15px;
	}
	.newsletter-block .title-text {
		padding: 0;
		background: none;
		float: unset;
	}
	.newsletter-block .block-content .txtemail {
		width: 84%;
	}
	.newsletter-block .title-text .news-description{
		width: 100%;
		display: block;
	}
	.cms-homepage-banner .banner-text, .cms-homepage-banner .banner-text1 {
		font-size: 36px;
	}
	.cms-homepage-banner .banner-text1 {
		padding: 16px 0;
	}
	.cms-homepage-banner .desc-text {
		font-size: 20px;
		letter-spacing: 12px;
		margin-bottom: 30px;
	}
	p.powered,.position-footer-bottom{
		float: none;
		text-align: center;
	}
	.position-footer-bottom{
		margin-top: 15px;
	}
	.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 aside#column-left, #account-register aside#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){
	.clip:before {
		-webkit-clip-path: polygon(0 0, 72% 0, 55% 100%, 0% 100%);
		clip-path: polygon(0 0, 72% 0, 55% 100%, 0% 100%);
	}
	.cat_list_gird {
		width: 25%;
	}
	.cat_info.clearfix{
		padding: 15px 0;
	}
	.cat-pagination-right {
		width: 100%;
		float: left;
		margin: 15px 0px 0px 15px;
	}
	.product-list .product-thumb .image {
		float: left;
	}
	.product-list .thumb-description.clearfix {
		float: left;
		margin-top: 20px;
	}
	.newsletter-block .block-content .txtemail {
		width: 82%;
	}
	.page_title {
		width: 100%;
		float: unset;
		text-align: center;
	}
	.breadcrumb {
		float: unset;
		text-align: center;
		width: 100%;
	}
}
@media (max-width: 640px) {
	#top{
		max-width: 100%;
		padding: 10px 0px;
		max-height: 100%;
	}
	.nav-left,.nav-right{
		width: 100%;
	}
	.currency-box, .languages-box, .myaccount {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#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: #fff;
	}
	#top #form-language .dropdown-menu, #top #form-currency .dropdown-menu {
		top: 32px;
	}
	.dropdown-menu.dropdown-menu-right {
		top: 35px;
	}
	#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;
	}
	.cms-homepage-banner .banner-text, .cms-homepage-banner .banner-text1 {
		font-size: 32px;
	}
	.cms-homepage-banner .banner-text1 {
		padding: 5px 0 10px;
	}
	.cms-homepage-banner .desc-text{
		font-size: 16px;
	}
	.pagetitle.clip:before {
		width: 55%;
	}
	.related-products-block .pagetitle.clip:before {
		width: 80%;
	}
	.product-list .thumb-description.clearfix {
		background: none;
		text-align: left;
		clear: both;
	}
	.product-list .product-thumb .image,.product-list .thumb-description{
		float: left;
	}
	.product-list .product-thumb .caption {
		margin-left: 0;
		padding: 0px;
	}
	.newsletter-popup .modal-dialog {
		max-width: 90%;
	}
}
@media (max-width: 500px){
	.pagetitle.clip:before {
		width: 65%;
	}
	#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>a{
		margin: 0;
	}
	#product-product .nav-tabs>li:last-child {
		margin: 0;
	}
	#category-blogs #content .col-xs-12 {
		width: 100%;
	}
	.newsletter-block .block-content .txtemail {
		width: 74%;
	}
}
@media (max-width: 480px) {
	.product-item-wrapper .product-layout{
		width: 100%;
	}
	.related-products-block .pagetitle.clip:before {
		width: 90%;
	}
	.product-left {
		margin: 0 auto;
		width: 340px;
	}
	.payment_block {
		margin-bottom: 20px;
	} 
	.list-button-group{
		padding: 0px;
	}
	.newsletter-block .title-text .news-description {
		display: none;
	}
	.product-layout.product-grid,
	#cmsserviceblock .col-sm-6,
	.cat_list_gird
	{
		width: 100%;
	}
	.com-total {
		margin: 5px 0 0 15px;
	}
	.cat-pagination-right {
		margin: 5px 0px 0px 15px;
	}
	.article-container .blog-view{
		float: left;
		width: 100%;
	}
	.third_content, .forth_content, .secound_content {
		margin: 30px 0px 0px 0px;
	}
}
@media (max-width: 425px) {
	.clip:before {
		-webkit-clip-path: polygon(0 0, 80% 0, 55% 100%, 0% 100%);
		clip-path: polygon(0 0, 80% 0, 55% 100%, 0% 100%);
	}
	.pagetitle.clip:before {
		width: 75%;
	}
	#part-banner h3 {
		font-size: 16px;
	}
	span.buy-now a{
		font-size: 12px;
	}
	.cms-homepage-banner .desc-text {
		font-size: 14px;
		padding: 5px 5px 5px 15px;
		letter-spacing: 10px;
		margin-bottom: 25px;
	}
	.newsletter-block .title-text {
		font-size: 24px;
		line-height: 30px;
	}
	.newsletter-block .block-content .txtemail {
		width: 69%;
	}
	.product-list .product-thumb .image{
		float: unset;
		margin-right:0	;
	}
	.cat-show {
		margin-top:15px;
		width: 100%
	}
	#account-register aside#column-left, #account-register aside#column-right {
		margin-top: 110px;
	}
}
@media (max-width: 375px) {
	#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: 7px;
	}
	.myaccount {
		top: 2px;
	}
	#top #form-language .dropdown-menu, #top #form-currency .dropdown-menu {
		top: 34px;
	}
	.dropdown-menu.dropdown-menu-right {
		top: 37px;
	}
	#top #form-language .btn-link, #top #form-currency .btn-link {
		padding: 0px 10px 0px 0px;
	}
	.pagetitle.clip:before {
		width: 100%;
	}
	.related-products-block .page-title h3{
		font-size: 18px;
	}
	#part-banner h3 {
		font-size: 14px;
	}
	.cms-homepage-banner .banner-text, .cms-homepage-banner .banner-text1 {
		font-size: 24px;
	}
	.related-products-block .pagetitle.clip:before {
		width: 100%;
	}
	.product-left {
		margin: 0 auto;
		width: 300px;
	}
	.rating .product-rating{
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	#column-left .product-thumb > .image, #column-right .product-thumb > .image{
		width: 30%;
	}
}
@media (max-width: 320px) {
	.clip:before {
		-webkit-clip-path: polygon(0 0, 90% 0, 60% 100%, 0% 100%);
		clip-path: polygon(0 0, 90% 0, 60% 100%, 0% 100%);
	}
	.pagetitle.clip:before {
		-webkit-clip-path: polygon(0 0, 65% 0, 60% 100%, 0% 100%);
		clip-path: polygon(0 0, 65% 0, 60% 100%, 0% 100%);
	}
	.btn_search{
		margin-right: 5px;
	}
	#cart .dropdown-menu {
		right: -20px;
		width: 300px;
	}
	.newsletter-block .title-text {
		font-size: 22px;
	}
	.refine .list-unstyled > li{
		margin-right: 3px;
	}
	.newsletter-block .block-content .txtemail {
		width: 58%;
	}
}