body {
	color: #777777;
	font-family: 'Raleway';
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #777777;
}
a:hover,a:focus {
	text-decoration: none;
	color: #0c64ab;
}
::-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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.ui-widget-content{
	z-index: 9999 !important;
}
body ::-webkit-scrollbar-track
{
	background-color: #f2f2f2;
	border-radius:0;
}
body ::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: #ddd;
	border-radius: 0;
}
body ::-webkit-scrollbar-thumb
{
	background-color: #ddd;
	border-radius: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
/* touch scroll erroe fix !important*/
.owl-carousel {
	touch-action: manipulation;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
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: #0c64ab;

}
/*----------------------------------------------*/
/* 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: #0c64ab;
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 24px;
}
.error .error__title {
	color: #0c64ab;
	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: #777;
	line-height: 26px;
	margin-bottom: 30px;
}
/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
	background: #0c64ab;
	border: 2px solid #0c64ab;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	height: 35px;
	margin: 0px 5px 10px 0;
	padding: 7px;
	text-align: center;
	width: 35px;
}
.information-contact .contact-left .title{
	font-size: 18px;
	font-weight: 600;
	color: #222;
}
.content-address{
	margin-bottom: 15px;
}
.contact-left .btn-info{
	background: #ffffff;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	border: 1px solid #222;
	color: #222;
	font-size: 14px;
	margin-bottom: 15px;
}
.contact-left .btn-info:hover{
	background: #0c64ab;
	color: #ffffff;
	border-color: #0c64ab; 
}
.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: 30px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #222;
}
.quickview-loader{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
	margin: auto;
}
/*----------------------------------------------*/
/* Loader */
/*----------------------------------------------*/
.page-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,1);
	z-index: 9999999;
	display: block;
}
.loader {
	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 #0c64ab;
	-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-open {
	overflow: unset!important;
	padding-right: 0px!important;
}
.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: normal;
	font-size: 30px;
	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 #ddd;
	padding: 0 10px;
}
.newsletter-content .btn{
	text-transform: uppercase;
	font-weight: 500;
	display: table;
	margin: 20px auto;
	padding: 12px 16px;
}
.newsletter-content-bottom{
	margin-bottom: 20px;
}
.newsletter-btn-close {
	color: #222;
}
.newsletter-btn-close:hover {
	color: #0c64ab;
}
.newsletter-popup-message .alert,
.common-home .newsletter-popup-message .alert{
	margin-bottom: 15px;
}
/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
b, strong{
	color: #222;
}
span:focus,
button:focus,
a:focus {
	outline: 0;
}
/*----------------------------------------------*/
/* Top */
/*----------------------------------------------*/
#top {
	position: relative;
	padding: 0px 100px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.nav-left {
	float: left;
	width: 30%;
	padding: 10px 0;
	display: inline-flex;
}
.nav-left span{
	color: #222;
	font-weight: 500;
}
.contact {
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll -34px -7px transparent;
	padding: 0 0 0 30px;
}
.nav-center{
	display: inline-block;
	vertical-align: top;
}
#top .nav-center .social_block:first-child {
	border-left: 1px solid #dddddd;
}
#top .nav-center .social_block{
	display: table-cell;
	border-right: 1px solid #dddddd;
	text-align: center;
	position: relative;
}
.position-header-top li a {
    padding: 10px;
    width: 40px;
    display: table-cell;
}
.position-header-top ul{
	margin-bottom: 0;
	padding: 0;
}
.facebook.social_block:hover {
	background: #3B5998;
}
.twitter.social_block:hover {
	background: #55ACEE;
}
.g-plus.social_block:hover {
	background: #dd4b39;
}
.linkedin.social_block:hover {
	background: #0077B5;
}
.instagrm.social_block:hover {
	background: #125688;
}
.position-header-top li:hover i,
.position-header-top a:hover {
	color: #fff;
}
.nav-right {
	float: right;
	width: 30%;
	text-align: right;
}
.header-top{
	padding: 25px 100px;
	position: relative;
}
.top-left {
	padding: 5px 0;
	float: left;
	display: inline-block;
	width: 30%;
}
.header-right{
	text-align: center;
	position: relative;
}
.top-right {
	float: right;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 2px 0 0;
	width: 30%;
}
#top-links {
    padding: 12px 0;
}
#top .btn-link, #top-links li, #top-links a {
	color: #222;
	text-decoration: none;
}
.btn-link:hover{
	text-decoration: none;
}
.currency-box, .languages-box {
	display: inline-block;
	padding: 10px 0;
}
.languages-box img {
	vertical-align: unset;
}
#form-currency span, #form-language span {
	font-size: 14px;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}
#top-links a + a {
	margin-left: 15px;
}
#top #form-currency .btn-link i,#top #form-language .btn-link i{
	font-size: 14px;
	position: relative;
	top:1px;
}
ul.currency-menu li,.lan-dropdown li {
	display: inline-block;
	margin-right: 5px;
}
ul.currency-menu,.lan-dropdown {
	padding: 0px;
	list-style: none;
	float: left;
	clear: both;
}
#form-currency .currency-select {
	text-align: left;
	width: 100%;
	padding: 4px 10px;
	border: 1px solid #dddddd;
}
.Myaccount .currency-contant .pull-left,
.Myaccount .language-contant .pull-left {
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 15px;
}
.Myaccount .dropdown .dropdown-menu{
	padding: 15px;
	border-radius: 0;
	border:1px solid rgba(0,0,0,.15);
	}
#top #form-language .lan-dropdown > li .language-select {
	padding: 0px 12px 0px 0px;
}
.language-contant .btn-group,.currency-contant .btn-group{
	float: left;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover,
#top-links .dropdown-menu a:hover {
	text-shadow: none;
	color: #0c64ab;
	background: none;
	background-repeat: repeat-x;
}
#top #form-language .btn-link,
#top #form-currency .btn-link {
	border: none;
	border-radius: 0;
	padding: 0px 0px 0px 15px;
}
#top #form-language .btn-link:hover,
#top #form-currency .btn-link:hover,
#top .btn-link:hover strong{
	color: #0c64ab;
}
#top #form-language .btn-link {
	padding: 0;
}
#top #form-currency .currency-menu .btn-link{
	padding: 7.5px 12px 7.5px 12px;
	border:1px solid #ddd;
}
#top #form-currency .currency-menu .dropdown-menu  .btn-link{
	padding: 7.5px 12px 7.5px 12px;
	border:1px solid #ddd;
}
#top #form-currency .currency-menu .btn-link:hover{
	border:1px solid #ddd;
}
.language-contant .btn-group {
	float: left;
}
#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;
	text-align: left;
	font-size: 14px;
	display: block;
	text-transform: capitalize;
	height: inherit;
	border-radius: 0;
	text-shadow: none;
}
.languages-box .dropdown-menu,
.currency-box .dropdown-menu,
.dropdown-menu.dropdown-menu-right {
	position: absolute;
	left: auto;
	right: 0;
	text-align: left;
	margin: 0;
	top: 32px;
	border-bottom: 2px solid #0c64ab;
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: none;
	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;
	box-shadow: none;
}
.dropdown-menu.dropdown-menu-right,
#cart .header-cart-toggle{
	top: 100px;
}
.Myaccount:hover .dropdown-menu-right,
#cart:hover .header-cart-toggle{
	opacity: 1;
	display: block;
	top: 58px;
}
.languages-box:hover .dropdown-menu,
.currency-box:hover .dropdown-menu{
	opacity: 1;
	display: block;
}
/*----------------------------------------------*/
/* logo */
/*----------------------------------------------*/
.top-center {
	vertical-align: top;
	display: inline-block;
}
.n-p{
	padding: 0 !important;
}
/*----------------------------------------------*/
/* search */
/*----------------------------------------------*/
#search .btn-lg {
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 999;
	top: 1px;
	box-shadow: none;
	background: none;
	color: #222;
	padding: 12px 10px;
}
.product-search .cat_info {
	margin-top: 30px;
}
/* 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: #777;
	text-decoration: line-through;
	margin-left: 10px;
}
.header-search{
	position: relative;
	left: 0;
	z-index: 9;
	background: #fff;
	display: block;
}
#search .input-lg{
	border: 0;
	-webkit-box-shadow: 0 0px 16px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0px 16px rgba(0,0,0,.1);
	box-shadow: 0 0px 16px rgba(0,0,0,.1);
	width: 350px;
	font-size: 14px;
	height: 50px;
	padding: 6px 45px 6px 12px;
}
#search .btn-lg i{
	font-size: 18px;
}
.text-empty {
	margin-top: 10px;
}
#search .search-icon{
	content: "";
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll -8px -58px;
	height: 25px;
	width: 25px;
	display: block;
}
#search .search-icon:hover{
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll -57px -58px;
}
.res-search{display: none;}
.btn_search{padding: 15px 0;}
.res-search.active .btn_search:before,
.btn_search:before {
	content: "";
	background: url(../image/mahardhi/search-cross-icon.png) no-repeat scroll 4px 5px;
	height: 25px;
	width: 25px;
	display: block;
}
.res-search.active .btn_search:before{
	background: url(../image/mahardhi/search-cross-icon.png) no-repeat scroll -40px 5px;
}
/*----------------------------------------------*/
/* Account */
/*----------------------------------------------*/
.Myaccount .list-inline{margin-bottom: 0;}
.Myaccount .account_menu {
	content: "";
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll -6px -105px;
	height: 25px;
	width: 25px;
	display: block;
	padding: 0;
}
.Myaccount:hover .account_menu {
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll -6px -157px;
}
.Myaccount:hover,
#cart:hover{
	touch-action: manipulation;
    cursor: pointer;
}
/*----------------------------------------------*/
/* Cart */
/*----------------------------------------------*/
#cart {
	padding: 12px 0 12px 0px;
	margin-left: 5px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
#cart.open > .btn {
	color: #777;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #222;
}
#cart .dropdown-menu {
	background: #fff;
	margin: -3px 0 0;
	padding: 0;
	right: 0px;
	width: 310px;
	top: 55px;
	color: #777;
	border-bottom: 2px solid #0c64ab;
	overflow: hidden;
	display: none;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	z-index: 1001;
}
#cart > .btn {
	background-color: unset;
	border: none;
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll -52px -106px;
	box-shadow: none;
	height: 30px;
	width: 30px;
	padding: 0;
}
#cart:hover > .btn {
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll -52px -158px;
}
#cart-total {
	position: relative;
	top: 10px;
	right: -8px;
	background-color: #222;
	color: #ffffff;
	height: 5px;
	width: 4px;
	border-radius: 20px;
	line-height: 14.5px;
	padding: 1px 3px;
}
.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;
	border: none;
}
#cart .dropdown-menu table td {
	border: none;
	background: none;
	padding: 5px 4px;
	white-space: normal;
}
#cart .dropdown-menu .cart-content-product {
	max-height: 301px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cart .dropdown-menu .product-cart-img img{
	border-radius: 0; 
}
#cart .dropdown-menu li {
	float: none;
	padding: 0px 20px;
}
#cart .dropdown-menu .btn-danger {
	background: #fff;
	color: #222;
	border-radius: 0;
	line-height: 20px;
	font-size: 14px;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
	border-top: 1px solid #ddd;
	padding: 10px 20px  0px 20px;
}
#cart .text-right .addtocart-btn {
	margin: 0 5px 0 0;
}
#cart .dropdown-menu li td{
	color: #222;
	font-size: 14px;
	font-weight: 600;
}
#cart .dropdown-menu table td.product-cart-thumb{
	padding: 0;
}
#cart .dropdown-menu li td strong,#cart .dropdown-menu li small {
	color: #777;
	font-size: 14px;
	font-weight: 500;
}
#cart .dropdown-menu li .product-item-name{
	color: #222; 
}
#cart .dropdown-menu li a:hover{
	color: #0c64ab;
}
#cart .product-cart-info .product-cart-price{
	font-family: 'Ubuntu';
}
#cart .product-cart-info .product-cart-price,.product-cart-total {
	color: #0c64ab;
}
#cart .dropdown-menu li tr:last-child td:last-child{
	font-size: 16px;
	color: #0c64ab;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr{
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	border-bottom: 1px solid #eee;
	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;
}
.product-cart-info,
.voucher-info{
	margin-top: 8px;
}
#cart .dropdown-menu table td.product-cart-details,
#cart .dropdown-menu table td.voucher-details {
	vertical-align: top;
	padding: 5px 15px 5px 5px;
}
#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 table td.voucher-close{top: 15px;}
#cart .dropdown-menu li p {
	margin: 0px;
	font-size: 14px;
}
.product-cart-empty {
	padding-bottom: 20px;
	padding-top: 20px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
/*----------------------------------------------*/
/* menu */
/*----------------------------------------------*/
.header-menu{
	background: #f5f5f5;
	padding: 0 100px;
}
header.light-bg{
	background: #ffffff;
}
.menu-nav{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center; 
}
#menu {
	margin: 0px;
}
#menu .nav > li > a {
	font-size:16px;
	color: #222;
	padding: 15px 25px;
	text-transform:uppercase;
	background-color: transparent;
	font-weight: 500;
}
.light-bg #menu .nav > li > a {
	color: #222;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a,
#menu .nav > li:hover > a,
#menu .dropdown-inner li.dropdown-submenu:hover > a,
#menu .dropdown-inner li.dropdown-submenu:hover .fa,
#menu #topCategoryList .dropdown-inner li:hover > a,
#menu .menulist .dropdown-submenu ul.sub-menu a:hover,
#menu .menulist .dropdown-menu a:hover,
#menu #topCategoryList li:hover > .toggle-menu{
	color: #0c64ab;
}
.menu-nav li > a:hover {
	color: #0c64ab;
}
.menu-nav .dropdown-menu{
	border: 0;
	padding: 15px 0px;
	border-radius: 0px;
}
#menu .dropdown-inner .sub-menu li:first-child a {
	padding-top: 0px;
}
#menu .dropdown-inner .sub-menu li:last-child a {
	padding-bottom: 0px;
}
#menu .dropdown-inner .sub-menu li a{
	padding: 5px 0px;
}
#menu .dropdown-inner, #navCategory .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul, #navCategory .dropdown-inner > ul {
	display: table-cell;
}
#menu .dropdown-inner a, #navCategory .dropdown-inner a {
	min-width: 180px;
	display: block;
	padding: 5px 20px;
	clear: both;
	line-height: 20px;
	font-size: 14px;
	color: #222;
}
#menu .dropdown-inner .sub-menu-item .sub-menu > li > a{padding: 5px 20px;}
#menu .dropdown-inner > ul {
	padding: 10px 0;
}
#menu .dropdown-inner li a:hover, #navCategory .dropdown-inner li a:hover {
	color: #0c64ab;
	background-color: transparent;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #222;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 45px;
	color: #222;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #222;
	background-repeat: repeat-x;
	border-color: #222;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #222;
}
#menu .dropdown-inner li.dropdown-submenu:first-child > a{
	font-size: 14px;
	font-weight: bold;
}
#menu .menulist .column-2 .dropdown-submenu > a {
	padding-bottom: 10px;
}
#menu .dropdown-inner .dropdown-submenu, #navCategory .dropdown-inner .dropdown-submenu {
	position: relative;
}
#menu .menulist .dropdown-submenu ul.sub-menu a {
	font-size: 14px;
	color: #222;
}
#menu .menulist .dropdown-submenu ul.sub-menu a:hover,
#menu .menulist .dropdown-menu a:hover,
#menu .dropdown-inner .dropdown-submenu a:hover + .fa { 
	color: #0c64ab;
}
#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-bottom: 2px solid #0c64ab;
	padding: 10px 0px;
	box-shadow: none;
}
#menu .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 15px;
	top: 10px;
	color: #222;
}
#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 {
}
/*----------------------------------------------*/
/* Main Slider */
/*----------------------------------------------*/
.slideshow img{
	width: 100%;
}
.swiper-viewport.slideshow .swiper-button-prev {
	left: -20px;
}
.swiper-viewport.slideshow .swiper-button-next{
	right: -20px;
}
.swiper-viewport.slideshow:hover .swiper-button-prev
{
	left: 20px;
	opacity: 1;
}
.swiper-viewport.slideshow:hover .swiper-button-next{
	right: 20px;
	opacity: 1;
}
.swiper-viewport .swiper-pager div {
	background-color: #fff;
	border: 1px solid #0c64ab;
	color: #0c64ab;
	border-radius: 0;
	width: 40px;
	height: 40px;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
}
.swiper-viewport .swiper-pager div:hover{
	background-color: #0c64ab;
}
.swiper-viewport .swiper-button-next::before,
.swiper-viewport .swiper-button-prev::before{
	content: "";
	width: 35px;
	height: 35px;
	display: block;
}
.swiper-viewport .swiper-button-next::before{
	background: url(../image/mahardhi/arrow.png) no-repeat scroll -63px -63px;
}
.swiper-viewport .swiper-button-prev::before {
	background: url(../image/mahardhi/arrow.png) no-repeat scroll -1px -63px;
}
.swiper-viewport .swiper-button-next:hover::before{
	background: url(../image/mahardhi/arrow.png) no-repeat scroll -63px -1px;
}
.swiper-viewport .swiper-button-prev:hover::before {
	background: url(../image/mahardhi/arrow.png) no-repeat scroll -1px -1px;
}
/*pagination*/
.swiper-pagination{bottom: 20px!important;}
.slideshow .swiper-pagination-bullet,
.owl-theme .owl-dots .owl-dot{
	height: 12px;
	width: 12px;
	display: inline-block;
	margin: 0 10px;
	background: transparent;
	border: none;
	border-radius: 0;
	opacity: 1;
	box-shadow: none;
	position: relative;
	transform: rotate(45deg);
}
.slideshow .swiper-pagination-bullet-active,
.slideshow .swiper-pagination-bullet:hover,	
.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover{
	border: 1px solid #0c64ab;
	background: transparent;
}
.slideshow .swiper-pagination-bullet:before,
.owl-theme .owl-dots .owl-dot span {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 0;
}
.owl-theme .owl-dots .owl-dot span{ background: #ddd; }
.slideshow .swiper-pagination-bullet-active:before,
.slideshow .swiper-pagination-bullet:hover:before,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: #0c64ab;
}
/*----------------------------------------------*/
/* product tab */
/*----------------------------------------------*/
.padding-section{
	padding: 0 15px;
}
.nav-tabs {
	margin-bottom: 30px;
	border: none;
	justify-content: center;
	display: flex;		
}
.nav-tabs>li>a{
	border: none;
	font-size: 18px;
	line-height: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 30px;
	background-color: transparent;
}
.nav-tabs>li:first-child a{
	padding-left: 0;
}
.nav-tabs>li:last-child a{
	padding-right: 0;
}
.nav-tabs>li>a.selected,
.nav-tabs>li>a.selected:focus,
.nav-tabs>li>a.selected:hover,
.nav-tabs>li>a.v:hover,
.nav>li>a:focus,
.nav>li>a:hover{
	color: #222;
	background-color: transparent;
	border: none;
}
.product-tabs .nav-tabs li a::after {
	border-right: 2px solid #777;
	bottom: 0;
	content: "";
	height: auto;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.product-tabs .nav-tabs li:last-child a::after{border: none;}
.page-title h3 { 
	position: relative;
	margin: 50px 0 30px;
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
	color: #222;
	text-align: center;
	text-transform: uppercase;
}
.thumb-description{
	text-align: center;
	background: transparent;
	padding: 15px 0px;
	margin: 0 2px 2px;
	box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);
}
.product-thumb h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.product-thumb h4 a:hover{
	color: #0c64ab;
}
.product-thumb .rating,
.product-thumb p.product-des,
.product-thumb p.description,
#column-left .product-thumb p.description,
#column-right .product-thumb p.description{
	display: none;
}
.product-thumb .price{
	color: #222;
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin: 9px 0 10px;
}
.product-thumb .price-new {
	margin-right: 5px;
}
.product-thumb .price-old {
	color: #777777;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #777777;
	font-size: 12px;
	display: none;
}
i.fa.fa-heart-o,
i.fa.fa-exchange{
	line-height: 38px;
}
a.list-group-item:focus{background: unset;}
.product-item-addcart .addcart .fa.fa-plus {
	font-size: 10px;
	margin-right: 5px;
	color: #222;
	top: -1px;
	position: relative;
	font-weight: normal;
}
.product-item-addcart button{
	border: 1px solid #222;
	background-color: transparent;
	border-radius: 0;
	color: #222;
	width: 40px;
	display: inline-block;
	position: relative;
	text-align: center;
	margin-left: 5px;
	padding: 0;
}
.product-item-addcart button.addcart{
	background: transparent;
	border: 1px solid #222;
	padding: 7px 21px;
	width: auto;
	color: #222;
	line-height: 24px;
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}
.right-info .product-item-addcart button.addcart,
.quick-product-right .product-item-addcart button.addcart{
	background: #222;
	color: #fff;
}
.right-info .product-item-addcart button.addcart:hover,
.product-item-addcart button:hover,
.product-thumb .product-item-addcart button:hover,
.product-list .product-thumb .product-item-addcart button:hover,
.product-list .product-thumb .product-item-addcart button.addcart:hover{
	background: #0c64ab;
	color: #fff;
	border: 1px solid #0c64ab;
}
.product-item-addcart button:hover .fa.fa-plus,
.right-info .product-item-addcart .addcart .fa.fa-plus,
.quick-product-right .product-item-addcart .addcart .fa.fa-plus{
	color: #fff;
}
.product-thumb .button-group {
	right: 0px;
	position: absolute;
	bottom: 0;
	display: none;
	overflow: hidden;
}
.product-thumb .button-group .quickview {
	display: block;
	width: 70px;
	height: 70px;
	background: #222;
	border: none;
	position: relative;
	z-index: 999;
	right: 0px;
	padding: 0;
	opacity: 1;
	color: #fff;
	clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.product-thumb:hover .button-group {
	display: block;
}
.product-thumb .button-group .quickview .fa{
	margin: 30px 0 0 30px;
}
.fa-star-o:before {
	content: "\f005";
}
.owl-theme .owl-nav{margin: 0;}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
	background: #fff;
	border-radius: 0px;
	border: 1px solid #0c64ab;
	height: 30px;
	width: 30px;
	margin: 0 0px;
	padding:0;
	position: absolute;
	opacity: 0;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
	top: 34%;
}
.tab-content .owl-theme .owl-nav .owl-prev,
.tab-content .owl-theme .owl-nav .owl-next{
	top: 47.5%;
}
#blogcarousel.owl-theme .owl-nav .owl-prev,
#blogcarousel.owl-theme .owl-nav .owl-next{
	top: 48%;
}
.tab-content .owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-prev{
	left: 15px;
}
.tab-content .owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-next{
	right: 15px;
}
#blogcarousel.owl-theme .owl-nav .owl-prev{
	left: 0;
}
#blogcarousel.owl-theme .owl-nav .owl-next{
	right: 0;
}
.owl-theme:hover .owl-nav .owl-prev,
.owl-theme:hover .owl-nav .owl-next{
	opacity: 1;
}
.owl-theme:hover .owl-nav .disabled{
	opacity: 0.8;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	border: 1px solid #0c64ab;
	background: #0c64ab;
}
.owl-theme .owl-nav .owl-prev:before,
.owl-theme .owl-nav .owl-next:before{
	content: "";
	width: 30px;
	height: 30px;
	display: block;
}
.owl-theme .owl-nav .owl-next:before{
	background: url(../image/mahardhi/arrow.png) no-repeat scroll -67px -68px;
}
.owl-theme .owl-nav .owl-prev::before {
	background: url(../image/mahardhi/arrow.png) no-repeat scroll -5px -68px;
}
.owl-theme .owl-nav .owl-next:hover:before {
	background: url(../image/mahardhi/arrow.png) no-repeat scroll -67px -7px;
}
.owl-theme .owl-nav .owl-prev:hover:before{
	background: url(../image/mahardhi/arrow.png) no-repeat scroll -5px -7px;
}
.rating .fa-stack,#tab-review  .fa-stack{
	font-size: 8px;
}
.rating .fa-star-o, #tab-review .fa-stack .fa-star-o {
	color: #666666;
	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;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}
#cart .dropdown-menu .table>tbody>tr>td, 
#account-address .table>tbody>tr>td{
	vertical-align: top;
}
.table>thead>tr>td, .table>thead>tr>th{
	padding: 10px;
	font-weight: 500;
	color: #222;
}
h2.price {
	margin: 0;
}
.sale-text {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #0c64ab;
	color: #fff;
	padding: 3px 7px;
	text-transform: uppercase;
	opacity: 1;
	transform: rotate(90deg);
}
.product-list .product-thumb .sale-text{top: 9px;}
.sale-text::after {
	content: "";
	position: absolute;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #0c64ab;
	right: -14px;
	bottom: 0;
}
.sale-text::before {
	content: "";
	position: absolute;
	border-top: 15px solid #0c64ab;
	border-right: 15px solid transparent;
	right: -14px;
	top: 0;
}
/*----------------------------------------------*/
/* home page banner2 */
/*----------------------------------------------*/
.cms-homepage-banner.clearfix{
	background: url(../image/mahardhi/sub-banner-backgraund.jpg);
	background-color: #333;
	padding: 50px 0;
	height: auto;
	max-width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.cms-home-banner {
    background: #000;
    margin: 20px 30px 0;
    position: relative;
}
.cms-homepage-banner:before{
	background: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0
}
.cms-homepage-banner .content-data {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	float: left;
	color: #fff;
	left: 200px;
	position: relative;
}
.cms-homepage-banner .title {
	font-size: 24px;
	font-style: italic;
	line-height: 24px;
	text-transform: capitalize;
}
.cms-homepage-banner .subtitle {
	font-size: 48px;
	font-weight: 500;
	line-height: 40px;
	margin: 20px 0 15px;
	text-transform: capitalize;
}
.cms-homepage-banner .desc-text  {
	font-size: 22px;
	line-height: 30px;
	position: relative;
}
.cms-homepage-banner .offer {
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	margin: 20px 0 30px;
	position: relative;
	color: #222;
}
.cms-homepage-banner button {
	background: #222;
	border: none;
	border-bottom: 3px solid #0c64ab;
	color: #fff;
	cursor: pointer;
	padding:9.5px 21px;
	line-height: 14px;
}
.cms-home-banner{
	position: relative;
	overflow: hidden;
}
.cms-home-banner .cms-homepage-banner{
	transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
}

.cms-homepage-banner button:hover{
	background: #0c64ab;
}
button .fa.fa-angle-right,
a .fa.fa-angle-right{
	font-size: 18px;
	padding-left: 5px;
}
/*----------------------------------------------*/
/*sub banner Home Page*/
/*----------------------------------------------*/
.banner-section{
	margin: 30px 30px 0px;
}
.banner1,
.sub-banner,
.banner-data,
.banner-img,
.banner-img1{
	width: 50%;
	float: left;
	position: relative;
}
.banner-section img{width: 100%;}
.banner-item-inner {
	position: relative;
	overflow: hidden;
}
#content .banner-section .col-lg-6:nth-child(2n+1){
	clear: unset;
}
.hover_content {
	position: absolute;
	color: #fff;
	opacity: 1;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.hover_data {
	position: relative;
}
.hover_content .title{
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	line-height: 27px;
}
.hover_content .desc-text{
	font-size: 18px;
	padding: 30px 0px;
	line-height: 14px;
	font-weight: 500;
	position: relative;
}
.hover_content button{
	background: #fff;
	color: #222;
	padding: 9.5px 21px;
}
.banner-img1 .banner-item-inner:before, .banner-img1 .banner-item-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.banner-img1 .banner-item-inner:before {
	width: 0;
	height: 90%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.banner-img1 .banner-item-inner:after{
	height: 0;
	width: 90%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.banner3 .banner-img1 .banner-item-inner:before{
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
}
.banner3 .banner-img1 .banner-item-inner:after{
	border-left: 2px solid #222;
	border-right: 2px solid #222;
}
.banner:hover .banner-img1 .banner-item-inner:before {
	width: 90%;
}
.banner:hover .banner-img1 .banner-item-inner:after {
	height: 90%;
}
.banner:hover .hover_mask{
	border: 235px solid rgba(0, 0, 0, 0.5);
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
}
.hover_mask{
	border: 0 solid rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	overflow: visible;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/*----------------------------------------------*/
/* Blog */
/*----------------------------------------------*/
.mblog{padding: 0 30px;}
.mblog .product-layout.col-xs-12 {
	padding: 0;
	background: #f5f5f5;
}
.blog-info {
	position: relative;
}
.blog-info .image{
	background: rgba(0,0,0,0.9);
	position: relative;
	overflow: hidden;
}
.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);
	opacity: 0.5;
}
.blog-block .blog-info img {
	transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
}

.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 .link_info {
	text-align: center;
	padding: 52px 50px;	
}
.owl-item:nth-child(even) .blog-info {
	position: absolute;
	top: 100%;
	width: 100%;
}
.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;
}
.product-list .blog-block .post_hover{
	top: 37%;
}
.blog-block:hover .hover-zoom, .blog-block:hover .hover-post {
	opacity: 1;
	transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
}
.blog-block .hover-zoom, .blog-block .hover-post {
	background-color: #fff;
	color: #0c64ab;
	border: 2px solid #0c64ab;
	border-radius: 50%;
	display: inline-block;
	opacity: 0;
	position: relative;
	transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
	-o-transform: scale(0) rotate(0deg);
	-ms-transform: scale(0) rotate(0deg);
	margin: 0 5px;
	height: 40px;
	width: 40px;
	line-height: 36px;
	font-size: 16px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.blog-block .hover-zoom:hover, .blog-block .hover-post:hover{
	background-color: #0c64ab;
	color: #fff;
}
.blog-desc h4 {
	margin: 25px 0 0;
}
.blog-desc h4 a,
.product-list .product-thumb h4 a {
	font-size: 18px;
	text-transform: capitalize;
}
.blog-desc h4 a,
h4.blog-title a{
	color: #222;
}
.blog-desc h4 a:hover,
.product-list .product-thumb h4 a:hover
{
	color: #0c64ab;
}
.blog-date{
	color: #0c64ab;
}
.blog-date span {
	font-size: 36px;
	font-weight: bold;
}
.blog-date b {
	font-size: 18px;
	line-height: 24px;
	color: #0c64ab;
}
.blog-date b::before {
	content: '/';
	position: relative;
	color: #0c64ab;
	margin: 0 5px;
	font-weight: 500;
}
.blog-group {
	display: none;
}
.blog-text {
	margin: 25px 0;
}
.blog-read span {
	cursor: pointer;
}
.article-container .thumbnail {
	border: none;
	margin-bottom: 0px;
}
#commnt_form label.control-label {
	text-align: left;
}
#commnt_form label {
	color: #222;
}
.caption.blog-desc .link_info{
	position: relative;
}
.caption.blog-desc .link_info:before{
	content: '';
    position: absolute;
    z-index: 999;
    border-bottom: 16px solid #f5f5f5;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    left: 47%;
    top: -16px;
}
.owl-item:nth-child(even) .caption.blog-desc .link_info:after{
	content: '';
    position: absolute;
    z-index: 999;
    border-top: 16px solid #f5f5f5;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    left: 47%;
    bottom: -16px;
}
.owl-item:nth-child(even) .caption.blog-desc .link_info:before{
	border:none;
}
/*----------------------------------------------*/
/*testimonial*/
/*----------------------------------------------*/
.testimonial-block.clearfix.col-sm-6,
.newsletter-wrapper.nessletter_banner.col-sm-6{
	padding: 0;
}
.mix-block{margin: 0 30px 50px;}
.testimonial-container {
	border-right: 1px solid #ddd;
	padding: 0 60px;
}
#slideTestimonial .testimonial-images img {
	border-radius: 50%;
	border: 2px solid #0c64ab;
}
.testimonial-content.text-center{
	text-align: left;
}
.testimonial-images {
	float: left;
	position: relative;
	margin-right: 21px;
}
.testimonial-box {
	position: relative;
	display: block;
}
.light-bg .testimonial-box,.light-bg .testimonial-author{
	color: #fff;
}
.light-bg #slideTestimonial .testimonial-images img{
	border: 5px solid #fff;
}
.testimonial-author {
	color: #222;
	font-size: 16px;
	padding: 5px 0 10px;
	font-weight: 500;
	text-transform: capitalize;
}
/*----------------------------------------------*/
/*Newslatter*/
/*----------------------------------------------*/
.newsletter-inner {
	padding: 0 180px;
}
.newsletter-block .description {
	margin: -10px 0px 40px 0;
	text-align: center;
}
.newsletter-block .block-content .subscribe-form {
	position: relative;
}
.newsletter-block .block-content .txtemail {
	background-color: rgba(255, 255, 255, 0.13);
	font-size: 14px;
	border-radius: 0;
	padding-right: 135px;
}
.newsletter-block .block-content .subscribe-btn {
	background-color: #222;
	border-radius: 0;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	padding: 12px 25px;
	position: absolute;
	right: 0;
	top: 0;
}
.message-box {
	position: absolute;
	top: 50px;
}
/*----------------------------------------------*/
/* Blog page*/
/*----------------------------------------------*/
.product-list .product-thumb.blog-block{
	margin-bottom: 50px;
	box-shadow: none;
}
.product-list:last-child .product-thumb.blog-block{
	margin-bottom: 0px;
}
.caption-thumb .blog-group,
.article-container .blog-group{
	padding: 15px 0;
	display: block;
	padding: 15px 0;
	display: block;
	border-color: #ddd;
	border-width: 4px;
	border-style: none none double none;
}
.blog-category .blog-comment {
	float: right;
}
.blog-group .blog-date{
	color: #222;
}
.blog-group .blog-date span,
.blog-group .blog-date b
{
	font-size: 18px;
	font-weight: normal;
	color: #222;
}
.blog-group .blog-date span.day{
	margin-left: 5px;
}
.blog-group .blog-date span.day::after,
.blog-group .blog-date b::after {
	content: '/';
	position: relative;
	color: #222;
}
.blog-group .blog-date b:before{
	content: " ";
	margin: 0;
}
.blog-category .blog-view {
	color: #222;
}
.blog-category .blog-view i{
	margin-right: 10px;
}
.product-list .product-thumb:hover .leave-comment{
	color: #0c64ab;
}
.product-list .product-thumb h4.blog-title{
	font-size: 18px;
	color: #222;
	font-weight: 500;
	text-transform: capitalize;
	margin: 15px 0 0;
}
.caption-blog p {
	margin-bottom: 10px;
}
.product-list .caption-blog p,
p.blog-dis {
	margin: 10px 0 15px;
}
.product-list .blog-block .button-group {
	display: block;
	overflow: unset;
	position: relative;
	text-align: left;
	text-shadow: none;
}
.info_blog p {
	line-height: 25px;
	margin-top: 15px;
}
.comment_cust{
	margin-top: 30px;
}
#post_comment{
	margin-top: 40px;
}
#post_comment .leave-hedding, .comment_cust .leave-hedding {
	color: #222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	text-shadow: none;
}
.comment-item {
	min-height: 80px;
	padding:20px 20px 0px 20px
}
.comment_cust .comment-text .user_img {
	float: left;
	height: 60px;
	width: 60px;
	background-color: #e8e8e8;
	border-radius: 50px;
	text-align: center;
	line-height: 65px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.3)inset;
}
.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;
	margin-bottom: 20px;
}
.comment_cust .comment-desc .name {
	float: left;
	margin-right: 10px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}
.comment-desc .name{
	color: #222;
}
#commnt_form .form-group{
	margin-bottom: 30px;
}
#commnt_form .form-group:last-child{
	margin-bottom: 0;
} 
.info_blog p{
	line-height: 25px;
	margin-top: 15px;
}
.comment_cust h4{
	margin-bottom: 20px;
	color: #222;
	font-size: 18px;
}
.comment_cust .panel-default{
	border-radius: 0;
	box-shadow: none;
}
#post_comment #commnt_form.form-horizontal .control-label {
	text-align: left;
}
#post_comment label{
	color: #222;
}
#post_comment .buttons.text-right{
	margin: 0;
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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 .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/*----------------------------------------------*/
/*footer top*/
/*----------------------------------------------*/
.home-page-service {
	padding: 25px 0;
}
.service-box {
	position: relative;
	display: block;
	text-align: center;
}
.service-box .service-icon {
	display: inline-table;
	vertical-align: middle;
}
.service-box .service-icon span {
	width: 45px;
	height: 45px;
	display: block;
	transition: all 0.7s ease;
}
.service-box:hover .service-info h4{
	color: #0c64ab;
}
.truck{
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll -7px 2px;
}
.wallet{
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll -7px -57px;
}
.gift{
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll -7px -115px;
}
.phone{
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll -7px -173px;
}
.service-box:hover .truck{
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll -96px 2px;
}
.service-box:hover .wallet{
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll -96px -57px;
}
.service-box:hover .gift{
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll -96px -115px;
}
.service-box:hover .phone{
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll -96px -173px;
}
.service-box .service-info {
	padding-left: 10px;
	text-align: left;
	display: inline-table;
	vertical-align: middle;
}
.service-info h4{
	font-size: 18px;
}
/*----------------------------------------------*/
/*footer*/
/*----------------------------------------------*/
footer {
	margin-top: 50px;
	background: #f5f5f5;
}
.common-home footer {
	margin-top: 0px; 
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #ddd;
}
footer a:hover {
	color: #0c64ab;
}
footer h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #222;
	position: relative;
	text-transform:uppercase;
}
.footer-top{
	padding: 25px 0px 25px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
footer.light-bg h5,.light-bg .position-footer-right li i{
	color: #ffffff
}
.footer-bottom{
	padding: 20px 0px;
	line-height: 25px;
}
.light-bg .footer-top,.light-bg .footer-bottom{
	background: #222222;
}
.footer-top li{
	display: block;
	width: 100%;
}
.footer-top li a{
	line-height: 30px;
}
.footer-logo {
    text-align: center;
    margin: 15px 0;
}
.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: #0c64ab;
}
.position-footer-right .contact_site,
.position-footer-right .email,
.position-footer-right .phone {
	overflow: hidden;
	display: flex;
	color: #777777;
	line-height: 30px;
}
.position-footer-right li:last-child{
	margin-bottom: 0px;
}
.position-footer-bottom {
	float: right;
}
p.powered {
	float: left;
	margin: 0;
	color: #222;
}
.powered a {
	color: #0c64ab;
}
/*----------------------------------------------*/
/*alert*/
/*----------------------------------------------*/
.alert {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	border-radius: 0;
	text-align: center;
	padding: 9px 30px 9px 15px;
	font-size: 14px;
}
.container .alert,
.article-container .alert{
	position: relative;
}
.alert-dismissable .close, .alert-dismissible .close {
	color: #222;
    border: none;
    font-size: 30px;
    opacity: 1;
    position: absolute;
    right: 15px;
    line-height: 40px;
    text-shadow: none;
    top: -5px;
    font-weight: normal;
}
.nessletter_banner .alert,.newsletter-content-innner .alert{
	margin: 15px auto 0;
	display: table;
	position: relative;
	width: 100%;
}
/*----------------------------------------------*/
/*breadcrumb*/
/*----------------------------------------------*/
.breadcrumb-back {
	background: url(../image/mahardhi/shop-banner-1.jpg) no-repeat scroll center;
	padding: 100px 0 100px;
	margin-bottom: 50px;
	border-radius: 0px;
	text-align: center;
	position: relative;
	width: 100%;
	top: 0;
	background-size: cover;
}
.breadcrumb {
	margin-bottom: 0px;
	padding: 0;
	float: left;
	border: none;
	background: none;
	border-radius: 0;
}
.breadcrumb-back h2,
.breadcrumb-back h1 {
	font-size: 36px;
	margin: 0 0 15px;
	color: #fff;
	line-height: 36px;
	text-align: left;
	text-transform: uppercase;
}
.breadcrumb-back .light-bg .breadcrumb h2,
.breadcrumb-back .light-bg .breadcrumb h1
{
	color: #222;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.breadcrumb > li + li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
}
.breadcrumb > li a{
	color: #fff;
}
.breadcrumb li a:hover{
    color: #0c64ab;
}
.pagination {
	margin: 0;
}
/*----------------------------------------------*/
/* buttons*/
/*----------------------------------------------*/
.buttons {
	margin: 1em 0 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #ddd;
	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 > .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 {
	background-color: #222;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font-weight: 500;
	padding: 11.5px 21px;
	border-bottom: 3px solid #0c64ab;
	display: inline-block;
	line-height: 14px;
	cursor: pointer;
}
.blog-read{padding: 9.5px 21px;}
.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: #0c64ab;
	border: none;
	border-bottom: 3px solid #0c64ab;
	color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: none;
	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 {
	color: #ffffff;
	text-shadow: none;
	background-color: #da4f49;
	background-repeat: repeat-x;
	padding: 11.5px 14px;
	border: unset;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-danger:hover, .btn-danger:active,
.btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: none;
	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 {
	color: #ffffff;
	text-shadow: none;
	background-color: #df5c39;
	background-repeat: repeat-x;
	border: unset;
	border-radius: 0;
	padding: 11.5px 15px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	cursor: pointer;
	color: #222;
	border-radius: 0;
	border: none;
}
.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: none;
	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: #999;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
}
.form-control:focus{
	box-shadow: none;
	border-color: #0c64ab;
}
#accordion.panel-group .panel{
	border-radius: 0px;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #777777;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #222222;
	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;
}
/*----------------------------------------------*/
/*  product list*/
/*----------------------------------------------*/
.product-thumb {
	margin-bottom: 30px;
	position: relative;    
}
.product-list .product-thumb {
	box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);
}
.product-list .thumb-description{
	padding: 0;
	margin: 0;
}
.product-list .product-thumb .caption {
	padding: 30px 30px 0;
	overflow: hidden;
	text-align: left;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-list .product-thumb .price{
	margin: 15px 0 10px;
}
.product-list .thumb-description p.description {
	display: block;
	margin-bottom: 15px;
}
/*----------------------------------------------*/
/*Category Page*/
/*----------------------------------------------*/
#content .cat_thumb, #content .row.subcat, #content h3.text_refine {
	display: none;
}
.col-md-3.cat_list_gird{
	width: 25%;
	float: left;
}
.cat_info.clearfix {
	margin-bottom: 25px;
	border: 1px solid #ddd;
	padding: 9px 0px;
	width: 100%;
	display: inline-block;
}
#list-view.btn-default,
#grid-view.btn-default {
	border: none;
    box-shadow: none;
    padding: 5px 6px;
    border-radius: 0;
    text-shadow: none;
}
#list-view.btn-default{
	margin-left: 10px;
}
#list-view.btn-default .fa,
#grid-view.btn-default .fa{
	font-size: 20px;
	line-height: 20px;
	vertical-align: top;
}
#grid-view.btn-default {
	margin-left: 0;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
	background-color: #222;
}
.com-total {
	float: left;
	margin: 0px 20px 0;
}
#compare-total {
	color: #222;
	text-decoration: none;
	font-size: 14px;
	outline: none;
	border:none;
	padding: 5px 0px;
}
.cat-pagination-right {
	float: right;
	width: auto;
}
.cat-sort, .cat-show {
	float: left;
}
.text-right.show-text {
	padding: 0px 10px 0 5px;
	width: auto;
}
.text_sort,
.text_limit {
	width: auto;
	padding: 0;
	font-size: 14px;
	margin: 0;
	color: #222;
	line-height: 30px;
}
.col-md-7.text-right.show-select.clearfix {
	padding: 0 15px 0 0;
	width: auto;
}
.select-filter-sort, .select-filter-show {
	position: relative;
}
.select-filter-show::after, .select-filter-sort::after {
	font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 5px;
	pointer-events: none;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.cat-sort .form-control,
.cat-show .form-control{
	background-color: #ffffff;
	padding: 4px 12px;
	height: 30px;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: #777;
}
.cat-pagination-right .limits-text:focus{
	border-color: #0c64ab;
}
.row.pro_pagination {
	margin: 0;
	border: 1px solid #ddd;
	padding: 10px 0px;
	clear: left;
	height: 50px;
}
.pagination {
	margin: 0;
	vertical-align: top;
}
.pagination>li {
	display: inline;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus, .pagination>li>a:hover,
.pagination>li>span:focus, .pagination>li>span:hover {
	background: #0c64ab;
	color: #ffffff;
	cursor: pointer;
	z-index: 2;
	border-radius: 0px;
	border: 1px solid #0c64ab;
}
.pagination>li>a:last-child {
	border-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
	background-color: #222;
	color: #ffffff;
	float: left;
	line-height: 1.42857;
	margin-left: 10px;
	padding: 4px 11px;
	position: relative;
	text-decoration: none;
	border-radius: 0px;
	border: 1px solid #222;
}
.pro_pagination .text-left {
	color: #222;
	line-height: 30px;
}
.product-grid .description {
	display: none;
}
#product-product #content .col-sm-6.product-left {
    margin-bottom: 20px;
}
#product-product #content .col-sm-6.right-info{
	margin-bottom: 15px;
}
.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.thumbnail {
	padding: 0px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	margin: 0 0 20px;
	overflow: hidden;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
	position: relative;
}
.thumbnails-gellery {
	padding-left: 30px;
	padding-right: 30px;
}
.image-additional a {
	margin: 0 10px;
	display: block;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div {
	top: 35%;
	position: absolute;
	height: 25px;
	width: 25px;
	padding: 1px 9px;
	color: #0c64ab;
	opacity: 1;
}
#additional-carousel.owl-carousel .owl-nav div:hover,
#quick-carousel .owl-nav div:hover{
	color: #fff;
}
#additional-carousel.owl-theme .owl-nav .owl-next:before,
#additional-carousel.owl-theme .owl-nav .owl-prev:before,
#quick-carousel.owl-theme .owl-nav .owl-next:before,
#quick-carousel.owl-theme .owl-nav .owl-prev:before{
	display: none;
}
#additional-carousel.owl-carousel .owl-nav div i,
#quick-carousel.owl-carousel .owl-nav div i{
	font-size: 20px;
}
#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;
	padding: 1px 9px 1px 8px;
}
.product_title,.item-title {
	margin: 0;
	font-size: 24px;
	color: #222;
	margin-bottom: 15px;
}
.rating .product-rating {
	float: left;
}
.rating a.write-review:hover, .rating a:hover .fa-pencil, .com-total a:hover {
    color: #0c64ab;
}
.rating a, .rating a:hover {
    color: #222;
}
.right-info .rating a.reviews, .quick-product-right .rating a.reviews,
.rating .product-rating {
    margin: 0px 20px 0 0;
}
.right-info .rating a + a i{
	margin-right: 5px;
	color: #222
}
.right-info .disc {
	font-weight: 500;
	color: #222;
}
.stock-info,
#compare-total:hover{ 
	color:#0c64ab;
}
.stock-info b{ 
	color: #222;
}
#content .right-info ul.list-unstyled li b, .tab-pane h3, .tab-pane b {
	color: #222;
}
.alert.alert-info{
	position: relative;
}
.pro_price {
	font-size: 18px;
	color: #0c64ab;
}
.pro_oldprice{
	font-size: 14px;
	color: #999;
	margin-left: 5px;
}
label.control-label{
	color: #222;
	font-weight: 500;
}
.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: #0c64ab;
}
.right-info .btn-block.btn-upload {
	line-height: 14px;
}
.btn-default {
	width: auto;
	border: none;
	display: inline-block;
	color: #ffffff;
	padding: 12px 20px;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	background: #0c64ab;
	border-color: #0c64ab;
	text-decoration: none;
	border-radius: 0px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-default.active, .btn-default.active:hover, .btn-default.active.focus,
.btn-default.active:focus, .btn-default:active.focus, .btn-default:active:focus,
.btn-default:active:hover, .open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover{
	background: #222;
	border-color: #222;
	color: #ffffff;
}
.right-info .btn-default,.quick-product-right .btn-default{
	padding: 12px 16px;
}
.right-info .form-control,.quick-product-right .form-control {
	border-radius: 0px;
	transition: none;
	color: #999;
}
.product-btn-quantity .qty{
	float: left;
	margin: 0px 10px 0 0;
	font-size: 14px;
	line-height: 40px;
}
.right-info #input-quantity, .quick-product-right #input-quantity {
	float: left;
	width: 40px;
	text-align: center;
	border-left: none;
	border-right: none;
	padding: 6px 9px;
}
.minus, .plus {
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 0px;
	height: 40px;
	float: left;
	color: #0c64ab;
}
.right-info .product-item-addcart,
.quick-product-right .product-item-addcart{
	margin: 20px 0;
}
#product-product .nav-tabs {
	margin: 25px 0;
}
#product-product .nav-tabs>li {
	float: left;
}
#product-product .nav-tabs>li>a {
	color: #fff;
	background: #222;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	border-bottom: 3px solid #0c64ab;
	font-size: 16px;
	padding: 13px 20px 10px;
	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: #0c64ab;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:none;
}
#product-product #tab-description ul:last-child,#tab-specification .table {
    margin: 0;
}
.tab-pane, .tab-pane p font {
	color: #777777;
	font-size: 14px;
}
.tab-content h2{
	font-size: 20px;
	color: #222;
}
.manufacturer-list {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: #eeeeee;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}
#related-carousel .product-thumb{
	margin-bottom: 0;
}
#product-product .right-info li a,
.quickview-container .quick-product-right li a {
    color: #777;
}
/*----------------------------------------------*/
/*quickView*/
/*----------------------------------------------*/
.quickview-content {
	padding: 15px 5px;
}
.quick-product-right .disc {
	font-weight: bold;
	color: #222;
}
.quick-product-right .disc {
	font-weight: normal;
	color: #222;
}
/*End quickView*/
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	max-width: 45px;
	text-align: center;
}
.input-group .form-control{
	background: transparent;
}
.checkout-cart .input-group.btn-block .form-control{
	width: 45px;
	text-align: center;
}
td.cart-total-title{
	color: #777;
	font-size: 14px;
	font-weight: 500;
}
td.cart-total-price{
	color: #222;
	font-size: 14px;
	font-weight: 600;	
}
tr:last-child td.cart-total-price:last-child {
	font-size: 16px;
	color: #0c64ab;
}
 .img-thumbnail{
 	border: none;
 }  
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled],
.btn-info:active:focus, .btn-info:active:hover {
	background-image: none;
	background-color: #df5c39;
}
/* 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: 0px;
}
/* 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: 20px;
}
.category-list .list-group-item {
	color: #222;
	text-decoration: none;
	background: none;
	border: none;
	font-weight: 600;
	padding: 10px 20px;
	text-shadow: none;
	line-height: 1.1;
	text-transform: uppercase;
}
.category-list .child-categories .list-group-item
{
	font-weight: 600;
	text-transform: capitalize;
}
.category-list  a,.category-list  a:hover {
	background: none;
	color: #0c64ab;
}
.category-list .list-group-item.active, .category-list .list-group-item.active:focus,
.category-list .list-group-item.active:hover {
	color: #0c64ab;
	text-decoration: none;
	background: none;
	border: none;
}
.toggled .toggle-open {
	position: absolute;
	right: 15px;
}
footer .toggled .toggle-open {
	position: absolute;
	right: 5px;
}
.toggled.active .fa-chevron-down:before {
	content: "\f077";
}
/* End */

/* left - right side */
#column-left > div, #column-right > div{
	margin-bottom: 30px;
}
#column-left > div:last-child, #column-right > div:last-child{
	margin-bottom: 0;
}
#column-left > div.swiper-viewport, #column-right > div.swiper-viewport {
	margin-bottom: 0;
}
.box-category,
#column-left .box-content, #column-right .box-content {
	border-radius: 0;
	position: relative;
}
#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 0px;
}
#column-left .block_box, #column-right .block_box{
	padding: 10px 5px;
}
#column-left ul.list-unstyled.child-categories, #column-right ul.list-unstyled.child-categories{
	border: none;
	padding: 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 15px;
	background: #0c64ab;
	margin: 0;
	border-radius: 0;
	font-size: 18px;
	text-align: left;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
}
.filter.panel-default {
	border: none;
	box-shadow: none;
}
.filter_box a.list-group-item {
	color: #222;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	padding: 10px 20px;
	line-height: 14px;
}
.filter_box .list-group-item {
	border: none;
	padding: 0px 30px;
}
.filter_box .list-group-item .checkbox{
	margin-top: 0;
}
.filter .list-group a.active, .filter .list-group a.active:hover, .filter .list-group a:hover {
	text-shadow: none;
	background: #ffffff;
	color: #222;
}
#filter .panel-footer {
	background-color: #ffffff;
	text-align: left;
	padding: 10px 20px;
}
.alert + #column-left,.alert + #column-right{
	margin-top: 0px;
}
.alert + #column-left + #content,.alert + #column-right + #content{
	margin-top: 0px;
}
#column-left .padding-section,
#column-right .padding-section{
	padding: 0;
}
#column-left .product-thumb, #column-right .product-thumb {
	border: none;
	border: none;
	margin: 10px 0;
}
#column-left .product-thumb > .image, #column-right .product-thumb > .image {
	float: left;
	width: 30%;
	margin-right: 10px;
}
#column-left .product-thumb > .thumb-description, #column-right .product-thumb > .thumb-description {
	float: left;
	width: 65%;
	padding: 0px;
	margin: 0;
	box-shadow: none;
}
#column-left .thumb-description .product-item-addcart,
#column-right .thumb-description .product-item-addcart,
#column-left .button-group,
#column-right .button-group,
#column-left .thumb-description .price-tax,
#column-right .thumb-description .price-tax,
#column-left .sale-text,
#column-right .sale-text{
	display: none;
}
#column-left .product-thumb .caption, #column-right .product-thumb .caption {
	text-align: left;
}
#column-left .product-thumb p.price, #column-right .product-thumb p.price {
	margin: 10px 0 5px;
}
#column-left .product-thumb .rating, #column-right .product-thumb .rating{
	display: block;
}

#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;
}
#column-left .list-group{
	margin-bottom: 0;
}
.account-content .list-group a,
.sidebar ul li a{
	border: none;
	padding: 10px 20px;
	color: #222;
	font-weight: 500;
	display: block;
	line-height: 14px;
}
.account-content .list-group a:hover,
.sidebar ul li a:hover{
	background: none;
	color: #0c64ab;
}
.sitemap li {
	margin: 5px 0;
}
.sitemap li:last-child {
	margin: 5px 0px 0px 0px;
}
.main-item.active .toggled > .fa-angle-right:before, .toggle-menu.active > .fa-angle-right:before {
	content: "\f068";
}
/* End */
/*static page*/
.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;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.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;
}
.input-group input{
	font-size: 14px;
}
#checkout-cart .btn-block .btn-primary,
#account-wishlist .text-right .btn-primary{
	border: none;
	padding: 13px 15px;
}
#information-contact .Phone {
    padding: 15px 0 10px;
}
.cart_input_block.input-group {
    display: inline-block;
    width: auto;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
/*end*/
/*Account*/
#account-account h3{
	color: #222;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 500;
}
#account-account h3:first-child,
#information-contact h3:first-child{
	margin-top: 0;
}
.well {
	border: 1px solid #ddd;
	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: #777;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}
/*other Pages*/
#accordion .panel-body h2 {
	font-size: 18px;
	font-weight: 400;
}
hr {
    border-top: 1px solid #ddd;
}
.contact-left .store-img {
	text-align: center;
}
/* Back to top */
.back-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	border: 1px solid #0c64ab;
	height: 40px;
	width: 40px;
	padding: 5px 11px;
	text-align: center;
	background: url(../image/mahardhi/scroll-arrow.png) no-repeat scroll center center #0c64ab;
	z-index: 999;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0px;
	}
}
@media (max-width: 767px) {
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
@media (max-width: 767px) {
	#column-left { display: block !important; }
}

@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;
	}
}
@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,
	.footer-top .col-sm-2{
		width: 100%;
	}
}
@media (min-width: 992px) {
	.navcol-menu:before,
	#menu ul li.hiden_menu .dropdown-inner:before{
		content: '';
		position: absolute;
		top: 0;
		left: 15%;
		border-top: 10px solid #ddd;
		border-right: 12px solid transparent;
		border-bottom: 0 solid transparent;
		border-left: 12px solid transparent;
	}
	#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: 0;
		padding: 0px;
		top: 150px;
		display: none;
		visibility: hidden;
		position: absolute;
		border-bottom: 2px solid #0c64ab;
		z-index: 999;
		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;
	}
	#menu ul li.hiden_menu .dropdown-inner{
		padding: 10px 0;
	}
	#menu .dropdown:hover .dropdown-menu, #menu .menulist.menu_drop:hover .dropdown-inner,
	#menu.menulist.menu_drop:hover .dropdown-inner {
		display: block;
		visibility: visible;
		top: 50px;
		text-transform: capitalize;
		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;
	}
	#menu ul li.hiden_menu .dropdown.menulist .dropdown-menu {
		display: none;
	}
	#menu .nav > li:first-child > a {
		padding-left: 0;
	}
	#menu .nav > li:last-child > a {
		padding-right: 0;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
}
/* mahardhi */
@media (max-width: 1440px){
	.hover_content .title,
	.banner-data .title{
		font-size: 32px;
	}
	.caption.blog-desc .link_info {
		padding: 18.5px 20px;
	}
	.blog-desc h4{
		margin: 10px 0 0;
	}
	.blog-text{
		margin: 10px 0;
	}
	.newsletter-inner {
		padding: 0 150px;
	}
	.tab-content .owl-theme .owl-nav .owl-prev,
	.tab-content .owl-theme .owl-nav .owl-next {
		top: 47%;
	}
}
@media (max-width: 1440px) and (min-width: 1201px){
	.banner_content {
		padding: 37.5% 0;
	}
}
@media (max-width: 1200px) and (min-width: 1150px){
	.product-item-wrapper .product-layout{
		width: 25%;
	}
}
@media (max-width: 1200px) {
	#search .input-lg{width: 250px;}
	.caption.blog-desc .link_info {
		padding: 36.5px 20px;
	}
	.blog-desc h4{margin: 15px 0 0;}
	.blog-text{margin: 15px 0;}
	.testimonial-container,
	.newsletter-inner{
		padding: 0 50px;
	}
}
@media (max-width: 1199px){
	.service-box .service-info{
		text-align: center;
		padding: 0;
	}
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image{
		margin-right: 5px;
	}
}
@media (max-width: 1149px) and (min-width: 991px){
	.product-item-wrapper .product-layout{
		width: 33.33%;
	}
}
@media (max-width: 1150px) {
	.caption.blog-desc .link_info {
		padding: 25px 20px;
	}
	.blog-desc h4{
		margin: 10px 0 0;
	}
	.blog-text{
		margin: 10px 0;
	}
	#menu .nav > li > a{
		padding: 15px 20px;
	}
	.testimonial-images{
		float: unset;
		margin: 0;
	}
	.testimonial-box{
		text-align: center;
	}
	.testimonial-author{
		padding: 15px 0 10px;
	}
	.testimonial-container{
		padding: 0 35px;
	}
}
@media (max-width: 1024px) {
	.caption.blog-desc .link_info {
		padding: 17px 10px;
	}
	.blog-desc h4{
		margin: 5px 0 0;
	}
	.blog-text{
		margin: 5px 0;
	}
	.product-list .blog-block .post_hover {
		top: 38%;
	}
	#blogcarousel.owl-theme .owl-nav .owl-prev,
	#blogcarousel.owl-theme .owl-nav .owl-next {
		top: 47%;
	}
	.tab-content .owl-theme .owl-nav .owl-prev,
	.tab-content .owl-theme .owl-nav .owl-next {
		top: 47.3%;
	}
}
@media (max-width: 990px) and (min-width: 481px){
	.product-item-wrapper .product-layout{
		width: 50%;
	}
}
@media (max-width: 991px) {
	#top{
		padding: 10px 100px;
	}
	.nav-left,
	.nav-right{
		width: 50%;
		padding: 0;
	}
	.currency-box, .languages-box{
		padding: 0;
	}
	.nav-center{
		display: none;
	}
	.header-top{
		padding: 18px 100px;
	}
	.top-center{
		float: left;
	}
	.top-left{
		padding: 0;
		width: auto;
		display: none;
	}
	.res-search{
		display: block;
		position: relative;
	}
	.btn_search{
		margin-right: 10px;
		float: right;
	}
	#search .btn-lg{
		padding: 12px 10px;
	}
	.res-search.active .top-left{
		display: block;
		position: absolute;
		float: unset;
		right: 0;
		top: 55px;
	}
	#menu {
		width: 100%;
	}
	#menu .btn-navbar i {
		font-size: 24px;
		line-height: 30px;
	}
	#menu #category{
		color: #222;
		letter-spacing: 0.5px;
		padding-left: 0px;
	}
	#menu .btn-navbar{
		background: transparent;
		border: none;
		color: #222;
		box-shadow: none;
		padding: 0;
		margin: 9px 0;
	}
	#menu .btn-navbar:hover, #menu .btn-navbar:focus,
	.btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
		color: #222;
		background-color: transparent;
		outline: none;
	}
	#topCategoryList {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 11;
		background: #fff;
	}
	#menu #topCategoryList ul {
		margin: 0px;
		float: none;
		display: block;
	}
	#topCategoryList ul li {
		float: none;
	}
	#topCategoryList ul li a{
		border-bottom: 1px solid #ddd;
	}
	#menu #topCategoryList .dropdown-inner a, #menu .nav > li > a {
		color: #222;
		padding: 6px 15px;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 14px;
		line-height: 26px;
	}
	#menu #topCategoryList .dropdown-menu .dropdown-inner a{
		padding: 6px 30px;
	}
	#menu #topCategoryList .dropdown-menu .dropdown-inner .sub-menu  a{
		padding: 6px 45px;
	}
	#column-left .category-list, #column-right .category-list,
	#column-left .swiper-viewport, #column-right .swiper-viewport,
	#topCategoryList #more_asse,
	.product-thumb .button-group .quickview{
		display: none;
	}
	#topCategoryList li .toggle-menu {
		position: absolute;
		right: 15px;
		color: #222;
		top: 8px;
	}
	#topCategoryList li.sub-menu-item .toggle-menu {
		right: 15px;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
		border: none;
		box-shadow: none;
		display: none;
		background: transparent;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
		display: block;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
		position: relative;
		left: auto;
		right: 0;
		border: none;
		background: transparent;
		box-shadow: none;
	}
	#menu .dropdown-menu .dropdown-inner > ul,.menu-nav .dropdown-menu {
		padding: 0;
	}
	#menu .dropdown-inner, #navCategory .dropdown-inner {
		display: block;
	}
	.cms-homepage-banner .subtitle{
		font-size: 40px;
		margin: 15px 0 10px;
	}
	.caption.blog-desc .link_info {
		padding: 53px 50px;
	}
	.blog-desc h4{
		margin: 25px 0 0;
	}
	.blog-text{
		margin: 25px 0;
	}
	.col-md-3.cat_list_gird {
		width: 20%;
	}
	#column-left, #column-right{
		margin-top: 50px;
	}
	#column-left > div.box, #column-right > div.box,
	#column-left > div.sidebar, #column-right > div.sidebar{
		margin-bottom: 0;
	}
	.box-category h3.toggled {
		margin: 5px 0px;
	}
	.show-select, .text-right.show-text {
		display: inline-block;
	}
	#column-left .product-thumb > .image, #column-right .product-thumb > .image{
		width: auto;
		margin-right: 10px;
	}
	footer h5{
		line-height: normal;
	}
	.position-footer-left .footer_text{
		text-align: center;
	}
	.footer-top li{
		padding: 5px 15px;
	}
	.footer-top .position-footer-right ul li{
		margin: 0 0 0 15px;
	}
	.footer_payment.col-lg-6{
		width: 100%;
		float: none;
		text-align: center;
	}
	.footer_payment.col-lg-6{
		padding: 10px 15px;
	}
	.footer_payment.col-lg-6 {
		padding: 25px 15px;
	}
	p.powered{
		top: auto;
		position: relative;
	}
	.footer-top li:last-child {
		padding: 5px 15px 0px;
	}
	.product-list .product-thumb:hover,.product-list .product-thumb{
		border: none;
	}
	.col-md-3.service-item {
		width: 25%;
		float: left;
	}
	.tab-content h2 {
		margin-top: 20px;
	}
	#blogcarousel.owl-theme .owl-nav .owl-prev,
	#blogcarousel.owl-theme .owl-nav .owl-next {
		top: 47.5%;
	}
	.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: 800px){
	.caption.blog-desc .link_info {
		padding: 22px 20px;
	}
	.blog-desc h4{
		margin: 15px 0 0;
	}
	.blog-text{
		margin: 15px 0;
	}
	.testimonial-container, .newsletter-inner {
		padding: 0;
	}
	.testimonial-block.clearfix.col-sm-6,
	.newsletter-wrapper.nessletter_banner.col-sm-6 {
		width: 100%;
	}
	.testimonial-container{
		border: unset;
	}
}
@media (max-width: 768px) {
	.caption.blog-desc .link_info {
		padding: 22px 20px;
	}
	.blog-desc h4{
		margin: 10px 0 0;
	}
	.blog-text{
		margin: 10px 0;
	}
	.tab-content .owl-theme .owl-nav .owl-prev,
	.tab-content .owl-theme .owl-nav .owl-next {
    	top: 47.6%;
	}
}
@media (max-width: 767px) {
	.padding-section {
		padding: 0;
	}
	.mblog {
		padding: 0 15px;
	}
	.mix-block {
		margin: 0 15px 50px;
	}
	.banner-section{
		margin: 30px 15px 0;
	}
	#top{
		padding: 10px 15px;
	}
	.header-menu{
		padding: 0px 15px;
	}
	.header-top{
		padding: 18px 15px;
	}
	.swiper-viewport .swiper-button-prev,
	.swiper-viewport .swiper-button-next{
		opacity: 0!important;
	}
	.breadcrumb-back{
		padding: 80px 0;
	}
	.banner1,
	.sub-banner{
		width: 100%;
	}
	.caption.blog-desc .link_info {
		padding: 28px 20px;
	}
	.col-md-3.service-item {
		width: 100%;
		padding-bottom: 10px;
	}
	.col-md-3.service-item:last-child{padding-bottom: 0;}
	.service-box .service-info {
		padding-left: 15px;
		text-align: left;
	}
	.row.pro_pagination{
		height: auto;
		padding: 8px 0 10px;
	}
	.pro_pagination .text-right, .pro_pagination .text-left {
		width: 100%;
		text-align: center;
	}
	.pro_pagination .text-left{
		margin: 0 0 10px;
	}
	p.powered,.position-footer-bottom{
		float: none;
		text-align: center;
	}
	.position-footer-bottom{
		margin-top: 15px;
	}
	#product-search #content .row .col-sm-4,
	#product-search #content .row .col-sm-3 {
		margin-bottom: 10px;
	}
	#account-register #column-left, #account-register #column-right {
		margin-top: 100px;
	}
	.cms-homepage-banner.clearfix{
		margin: 20px 15px 0;
	}
	.product-left {
		width: 450px;
		margin: 0 auto;
	}
	.col-sm-6.right-info {
		margin: 30px 0;
	}
}
@media (max-width: 680px){
	.cms-homepage-banner .title{
		font-size: 18px;
	}
	.cms-homepage-banner .subtitle {
		font-size: 36px;
	}
	.cms-homepage-banner .desc-text {
		font-size: 16px;
	}
	.cms-homepage-banner .offer {
		font-size: 30px;
		margin: 10px 0 25px;
	}
	.caption.blog-desc .link_info {
		padding: 18px 10px;
	}
	.blog-desc h4{
		margin: 5px 0 0;
	}
	.blog-text{
		margin: 5px 0;
	}
	.col-md-3.cat_list_gird {
		width: 25%;
	}
	.cat_info.clearfix{
		padding: 15px 0;
	}
	.cat-pagination-right {
		float: left;
		width: 100%;
		margin: 15px 0 0;
		padding-left: 10px;
	}
	.tab-content .owl-theme .owl-nav .owl-prev,
	.tab-content .owl-theme .owl-nav .owl-next {
		top: 47.5%;
	}
	.product-list .product-thumb{
		box-shadow: none;
	}
	.product-list .product-thumb .image{
		float: left;
	}
	.product-list .thumb-description{
		width: 100%;
		float: left;
		box-shadow: none;
	}
	.product-list .product-thumb .caption{
		padding: 20px 0 0;
	}
	#blogcarousel.owl-theme .owl-nav .owl-prev,
	#blogcarousel.owl-theme .owl-nav .owl-next {
		top: 47%;
	}
	.product-list .product-thumb {
		clear: left;
		float: left;
	}
}
@media (max-width: 640px) {
	.newsletter-popup .modal-dialog {
		max-width: 90%;
	}
}
@media (max-width: 600px){
	.nav-left,
	.nav-right{
		float: unset;
		width: auto;
	}
	.nav-left{
		padding: 0 0 5px;
	}
	.nav-right{
		text-align: center;
	}
	.caption.blog-desc .link_info {
		padding: 55px 50px;
	}
	.blog-desc h4{
		margin: 25px 0 0;
	}
	.blog-text{
		margin: 25px 0;
	}
	.nav-tabs {
		display: block;
		text-align: center;
		padding: 0;
	}
	#tabs .nav-tabs>li{
		padding: 15px 0;
		float: unset;
	}
	#tabs .nav-tabs>li:first-child{
		padding-top: 0;
	}
	#tabs .nav-tabs>li:last-child{
		padding-bottom: 0;
	}
	#tabs .nav-tabs>li>a{
		padding: 0;
	}
	.product-tabs .nav-tabs li a::after {
		border-right: none;
	}
	#product-product .nav-tabs>li {
		float: unset;
		display: block;
		margin: 0 0 15px;
	}
	.tab-content .owl-theme .owl-nav .owl-prev,
	.tab-content .owl-theme .owl-nav .owl-next {
		top: 47.2%;
	}
	#product-product .nav-tabs>li:last-child{
		margin: 0;
	}
	#product-product .nav-tabs>li>a{
		margin: 0;
	}
	.product-thumb .product-item-addcart button.addcart{
		padding: 7px 5px;
	}
	.product-item-addcart button{
		width: 35px;
	}
}
@media (max-width: 500px){
	.caption.blog-desc .link_info {
		padding: 30px 30px;
	}
	.blog-desc h4{
		margin: 15px 0 0;
	}
	.blog-text{
		margin: 15px 0;
	}
	.product-list .blog-block .post_hover {
		top: 30%;
	}
	.tab-content .owl-theme .owl-nav .owl-prev,
	.tab-content .owl-theme .owl-nav .owl-next {
		top: 48.5%;
	}
	#blogcarousel.owl-theme .owl-nav .owl-prev,
	#blogcarousel.owl-theme .owl-nav .owl-next {
		top: 54%;
	}
}
@media (max-width: 480px) {
	.product-item-wrapper .product-layout,
	.product-layout.product-grid.col-xs-6,
	.product-thumb .image img{
		width: 100%;
	}
	.product-thumb .product-item-addcart button.addcart {
		padding: 7px 21px;
	}
	.product-item-addcart button {
		width: 40px;
	}
	.product-list .product-thumb .image{
		float: unset;
	}
	.hover_content .title{
		font-size: 26px;
	}
	.hover_content .desc-text {
		font-size: 16px;
		padding: 15px 0px;
	}
	.breadcrumb-back {
		padding: 50px 0;
	}
	.col-md-3.cat_list_gird {
		width: 100%;
	}
	.com-total {
		float: left;
		margin: 10px 15px 0;
	}
	.alert-dismissable .close, .alert-dismissible .close{
		right: 5px;
	}
	#blogcarousel.owl-theme .owl-nav .owl-prev,
	#blogcarousel.owl-theme .owl-nav .owl-next {
		top: 53%;
	}
	.cat-pagination-right{
		margin: 10px 0 0;
	}
	.product-left {
		margin: 0 auto;
		width: 340px;
	}
	.cms-homepage-banner .content-data {
		margin: 0 auto;
		right: 0;
		float: unset;
		left: 0;
		justify-content: center;
		display: block;
	}
}
@media (max-width: 425px) {
	.product-list .blog-block .post_hover {
		top: 28%;
	}
	#account-register #column-left, #account-register #column-right {
		margin-top: 120px;
	}
	.tab-content .owl-theme .owl-nav .owl-prev,
	.tab-content .owl-theme .owl-nav .owl-next {
		top: 48.2%;
	}
	#blogcarousel.owl-theme .owl-nav .owl-prev,
	#blogcarousel.owl-theme .owl-nav .owl-next {
		top: 48%;
	}
}
@media (max-width: 375px) {
	#cart .dropdown-menu{
		right: -5px;
	}
	.res-search.active .top-left{
		right: -15px;
	}
	.languages-box .dropdown-menu,
	.currency-box .dropdown-menu{
		left:  auto;
		right: -20px;
	}
	.cms-homepage-banner .subtitle {
		font-size: 30px;
	}
	.caption.blog-desc .link_info {
		padding: 20px 10px;
	}
	.cat-show{
		margin-top: 15px;
	}
	#compare-total.btn.btn-link{
		padding: 7.5px 0px;
	}
	.newsletter-block .block-content .subscribe-btn{
		padding: 12px 15px;
	}
	.btn-default{
		padding: 12px 15px;
	}
	.btn-primary{
		padding: 11.5px 18px;
	}
	.hover_content .title {
		font-size: 24px;
	}
	.tab-content .owl-theme .owl-nav .owl-prev,
	.tab-content .owl-theme .owl-nav .owl-next {
		top: 48%;
	}
	#blogcarousel.owl-theme .owl-nav .owl-prev,
	#blogcarousel.owl-theme .owl-nav .owl-next {
		top: 46%;
	}
	.rating .product-rating {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	.product-left {
		margin: 0 auto;
		width: 300px;
	}
}
@media (max-width: 320px) {
	.tab-content .owl-theme .owl-nav .owl-prev,
	.tab-content .owl-theme .owl-nav .owl-next {
		top: 47.6%;
	}
	#blogcarousel.owl-theme .owl-nav .owl-prev,
	#blogcarousel.owl-theme .owl-nav .owl-next {
		top: 42%;
	}
}