body {
	color: #888888;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #ba963e;
}
p{ color: #888;}

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;
}
strong{
	color: #333;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

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;
}
/*-- 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: #363636;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 24px;
}
.error .error__title {
    color: #ba963e;
    font-size: 50px;
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}
.error__subtitle {
    margin-bottom: 8px;
}
.error__description{
    font-size: 14px;
    color: #888;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.btn-default-grey {
    border-color: #d7d7d7;
    color: #ffffff  ;
}
/*end*/
/*--- Contact Us ---*/
.information-contact .contact-left .title i.fa {
    background: #ba963e;
    border: 2px solid #ba963e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    height: 35px;
    margin: 0px 5px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}
.information-contact .contact-left .title{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.content-address{
    margin-bottom: 15px;
}
.contact-left .btn-info{
    background: #ffffff;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-left .btn-info:hover{
    background: #ba963e;
    color: #ffffff;
    border-color: #ba963e;
}
.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;
    }
}
/*end*/
/** Start 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.8);
    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: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
}
.quickview-loader{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    margin: auto;
    background: transparent;
}
.image_block {
    position: absolute;
    transition: all .9s;
}
.product-thumb:hover .image_block .quickview {
    opacity: 1;
}
.image_block .quickview:hover{
    background: #000000;
    color: #fff;
}
.image_block .quickview:hover {
    background: #16bf7a;
}
/** End QuickView **/
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg{
	display: inline!important;
}
.spinner-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background: url(../image/mahardhi/ajax_loader.gif) 50% 50% no-repeat rgb(255,255,255);*/
	opacity: 1;
}
.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;
}
.loader:before, .loader:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid transparent;
    border-top-color: #ba963e;
}
.loader:before{
    z-index: 100;
    animation: spin 1s infinite;
}
.loader:after{
    border: 3px solid #ebebeb;
}
@keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu{
	background: #eeeeee;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.dropdown-menu li > a:hover {
	background: none;
}
.btn{
	border: unset;
}
p:focus,
#top .btn-link,
#top-links li,
#top-links a,
.btn:focus,
.fa:focus,
a,.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus{
	outline: 0;
	    text-overflow: ellipsis;
    white-space: nowrap;
}
/*alert*/
a:focus {
	outline: 0;
	outline-offset:0;
	text-decoration: none;
}
.alert.alert-success {
	position: fixed;
	left: 0;
	top: 1px;
	width: 100%;
	z-index: 2;
	border-radius: 0;
}
button:focus,
button:active {
	outline: none;
	background: none;
	border: none;
}
.alert a:focus, .alert a:hover {
	color: #888888;
}
.alert-dismissable .close,
.alert-dismissible .close {
	font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
}
.affix {
	position: fixed;
	top: 0;
	z-index: 111;
	background-color: #333333;
	width: 100%;
	animation: slide-down 0.7s;
	-moz-animation: slide-down 0.7s;
	-webkit-animation: slide-down 0.7s;
	-o-animation: slide-down 0.7s;
}
#stickyheader{
	z-index: 99;
	height: auto;
	width: 100%;
	padding: 0;
	animation: slide-down 0.7s;
	-moz-animation: slide-down 0.7s;
	-webkit-animation: slide-down 0.7s;
	-o-animation: slide-down 0.7s;
}

/** Newsletter Popup **/
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius:0;
}
.newsletter-popup .modal-dialog{
	margin:20px auto;
	max-width: 700px;
	text-align: center;
}
.newsletter-btn-close.close{
	width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.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;
	color: #333;
}
.newsletter-content input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
    padding: 0 10px;
}
.newsletter-content .btn{
    text-transform: capitalize;
    font-weight: 500;
    display: table;
    margin: 15px auto;
    padding: 10px 12px;
}
.newsletter-content-bottom{
	margin-bottom: 20px;
}
.newsletter-content .newsletter_usr_popup_email {
    padding: 8px 20px;
    width: 70%;
	border: none;
}
.newsletter-popup .modal-body {
    padding: 20px;
    background: url(../image/mahardhi/newsletter.jpg) no-repeat 0 0;
    background-size: cover;
}
.newsletter-popup .modal-body:before {
    content: "";
    background: rgba(255,255,255,.3);
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.newsletter-content-innner {
    opacity: .9;
	color: #333;
}
.modal-open .modal{
	overflow: unset;
}
.modal-open {
    overflow: unset!important;
	padding-right: 0!important;
}
@media (min-width: 541px){
	.newsletter-content-innner .alert {
	    max-width: 70%;
	}
}
@media (max-width: 640px){
    .newsletter-popup .modal-dialog {
        max-width: 90%;
    }
}
/* top */
#top {
	background-color: #ba963e;
}
.position-top-link-left {
	padding: 10px 0;
	float: left;
}
.position-top-link-left p {
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
#top #form-currency .currency-select,
#top #form-language .language-select,
.dropdown-menu>li>a{
	color:#000;
	text-align: left;
	padding: 7px 20px;
	font-size: 14px;
}
#top .btn-link,
#top-links li,
#top-links a {
	color: #fff;
	text-decoration: none;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	float: left;
	color: #000;
}
#top-links .dropdown-menu a:hover {
	color: #ba963e;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	color: #fff;
}
#top-links {
	padding: 9px 0;
}
#top-links ul.list-inline {
    margin: 0;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links span.hidden-xs,
#top-links span.hidden-sm,
#top-links span.hidden-md,
#top-links span.hidden-lg{
	margin: 0 5px 0 5px;
	font-weight: 300;
}
#top-links span:active,
#top-links span:focus,
#top-links .dropdown:focus{
	outline: 0;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover{
	background: none;
	border: none;
}
#top-links .btn{
	padding: 0;
}
#top-links .btn-group > .btn{
	font-size: 14px;
	margin-right: 20px;
}
#top-links li.dropdown {
	padding-left: 20px;
	padding-right: 0;
}
i.user {
	background: #ba963e url(../image/mahardhi/my-account.png) no-repeat scroll 5px 4px;
	position: absolute;
	width: 24px;
	height: 24px;
	z-index: 1;
	left: -7px;
	top: -3px;
}
#top-links i.fa.fa-caret-down {
	top: 2px;
	position: relative;
}
/* logo */
#logo {
	padding: 30px 0;
}
/*header*/
header .col-sm-3:first-child{
	width: 28%;
}
header .col-sm-6 {
	width: 60%;
}
header {
	background-color: #333333;
	padding: 24px 0 0;
}
header .cart-search {
	float: right;
	width: 12%;
}
.header-right {
	float: right;
	display: flex;
	padding: 40px 0 ;
}
.navbar {
	margin-bottom: 0;
}
.navbar .navbar-nav .menulist,
.navbar .navbar-nav li.blog{
	padding: 34px 0;
}
.navbar .navbar-nav .menulist.hiden_menu .menulist{
	padding: 0;
}
.navbar .navbar-nav .hiden_menu .dropdown-inner .menulist{
	padding-bottom: 0;
}
.navbar .navbar-nav .menulist,
.navbar .navbar-nav{
	float: left;
	cursor: pointer;
}
.btn.focus, .btn:focus {
	color: #fff;
}
#top-links .dropdown-menu{
	top: 140%;
}
/* Mahardhi Search */
#search.mahardhi-search .box-content {
	width: 250px;
	left: auto;
	position: absolute;
	right: 0;
	display: none;
	z-index: 11;
	top: 70px;
}
.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 {
    display: none;
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
 /* End */
/* search */
#search .btn_search {
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll 3px 0px;
	height: 30px;
	width: 30px;
	z-index: 9;
	border: 1px solid transparent;
	float: right;
	margin-right: 15px;
	margin-left: 10px;
	position: relative;
	top: 3px;
	cursor: pointer;
}
#search button.btn.btn-default.btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 11px 10px;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
	right: 0;
	border: none;
	z-index: 5;
	color: #000000;
	top: 0;
	float: right;
}
#search  .box-content .form-control{
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#search {
	float: left;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 35px 0 10px;
}
#search .btn_search.active {
	background: url(../image/mahardhi/cross-icon.png) 6px 7px no-repeat;
}
/* cart */
#cart {
	float: right;
}
#cart p{
	font-size: 16px;
}
#cart > .btn {
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll -46px 0px;
	height: 28px;
	width: 28px;
	z-index: 9;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
#cart .btn-lg{
	padding: 0;
}
span#cart-total {
	top: 20px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    padding: 1px 5px;
    font-size: 12px;
    color: #fff;
    right: -8px;
}
#cart .dropdown-menu {
	background: #eee;
	border: unset;
	z-index: 1001;
	border-radius: 0;
	top: 70px;
	margin: 0;
	padding: 0px;
	width: 310px;
}
#cart .dropdown-menu li {
    float: none;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 230px;
	padding: 0 20px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
#cart .dropdown-menu table {
	border: none;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #dddddd;
    padding: 15px 20px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #eee;
}
#cart .dropdown-menu table td {
	background: none;
	border: medium none;
	padding: 0;
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 30px;
}
p.text-right strong{
	color: #fff;
}
#cart .img-thumbnail{
	padding: 0;
	border: none;
}
#cart .table tbody tr td.text-right, #cart .text-left > a{
	color: #000;
	font-size: 14px;
	line-height: 25px;
}
#cart .btn-danger {
	background: none;
	border: 1px solid #ba963e;
	color: #ffffff;
	padding: 5px 8px;
	background-color: #ba963e;
	box-shadow: none;
	position: absolute;
	right: 0;
}
.fa-times:before {
	font-size: 14px;
}
#cart .dropdown-menu li p.product-cart-empty {
    padding: 20px 0;
    margin: 0;
}
#cart .dropdown-menu li p {
	margin: 0px 0 7px;
}
#cart .dropdown-menu table.table-bordered td {
	padding: 4px 6px;
}
#cart .text-right .addcart {
	padding: 9px 15px;
	margin: 0 5px 0 0;
}
#cart .text-right .checkout {
	padding: 9px 20px;
}
#cart .dropdown-menu li tr:last-child td:last-child,
#checkout-cart .col-sm-offset-8 tr:last-child td.text-right:last-child {
    color: #ba963e;
    font-size: 16px;
    font-weight: 500;
}
#cart .product-cart-info .product-cart-price, .product-cart-total{
	color: #ba963e;
	font-size: 14px;
}
#accordion.panel-group .panel{
	border-radius: 0
}
#accordion.panel-group .panel+.panel {
    margin-top: 20px;
}
#checkout-cart .table>tbody>tr>td, #checkout-cart .table>tfoot>tr>td, #checkout-cart .table>thead>tr>td,
#account-wishlist .table>tbody>tr>td, #account-wishlist .table>tfoot>tr>td, #account-wishlist .table>thead>tr>td,
#product-compare .table>tbody>tr>td,#product-compare .table>tfoot>tr>td,#product-compare .table>thead>tr>td{
    vertical-align: middle;
    white-space: unset!important;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

/* menu */
#menu {
	background-color: #333;
	border-color: #333;
	min-height: auto;
}
#menu .nav > li > a {
	color: #fff;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	font-weight: 300;
	background-color: transparent;
	text-transform: uppercase;
	border-left: 5px solid #333;
}
#menu .nav > li:hover > a,
#menu .nav > li.open:hover > a{
	background-color: #ba963e;
	border-radius: 4px;
	border-left: 5px solid #d30000;
}
#menu .dropdown-inner,
#navCategory .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
	display: table-cell;
}
.navbar-nav>li:focus{
	outline: 0;
}
#menu .dropdown-inner a,
#navCategory .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 8px 20px;
	clear: both;
	color: #000;
}
#menu ul li.hiden_menu .dropdown-inner{
	display: none;
	background-color: #eeeeee;
	position: absolute;
	top: 100%;
	z-index: 1000;
	float: left;
	padding: 5px 0;
}
#menu ul li.hiden_menu:hover .dropdown-inner {
	display: block;
	visibility: visible;
	opacity: 1;
}
#menu .nav .hiden_menu .dropdown .dropdown-menu .dropdown-inner,
#menu .nav .hiden_menu .dropdown .dropdown-menu {
	display: none;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,
#menu .nav.navbar-nav > li:hover > span,
#menu .dropdown-inner li:hover > a,
#menu .dropdown-inner li a:hover,
#navCategory .dropdown-inner a:hover,
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover{
	color: #ba963e;
	text-shadow: unset;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #333;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	color: #fff;
	left: 60px;
	position: absolute;
}
#menu .btn-navbar {
	font-size: 20px;
	font-stretch: expanded;
	color: #FFF;
	padding: 3px 10px;
	float: left;
	background-color: #ba963e;
	background-repeat: repeat-x;
	border: none;
}
.header-box {
    position: relative;
}
header .col-sm-3 {
    padding: 0;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #ba963e;
}
@media (min-width: 992px) {
	#menu .dropdown .dropdown-menu,
	#menu ul li.hiden_menu .dropdown-inner{
		opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity:0;
		transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform-origin: 20% 20% 0;
		-ms-transform-origin: 20% 20% 0;
		-webkit-transform-origin: 20% 20% 0;
		-o-transform-origin: 20% 20% 0;
		-moz-transform-origin: 20% 20% 0;
		transition: all 0.7s ease 0s;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-ms-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		visibility: visible !important;
		display:block;
		top: 109px;
	}
	#menu .dropdown:hover .dropdown-menu,
	#menu ul li.hiden_menu:hover .dropdown-inner{
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity:1;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		visibility: visible;
	}
}
@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 .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/*slide show*/
.swiper-viewport .swiper-button-prev,
.swiper-viewport .swiper-button-next{
	opacity: 0;
	background-color: #333;
	width: 40px;
	height: 40px;
	color: #fff;
	text-shadow: none;
}
.swiper-viewport .swiper-button-prev{
	left: 10px;
	right: auto;
}
.swiper-viewport .swiper-button-next{
	left: auto;
	right: 10px;
}
.swiper-pager .swiper-button-prev:before,
.swiper-pager .swiper-button-next:before{
	font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.swiper-pager .swiper-button-prev:before{
	content: "\f104";
}
.swiper-pager .swiper-button-next:before{
	content: "\f105";
}
.swiper-button-prev:hover,
.swiper-button-next:hover,
.cms-homepage3 button:hover,
#blogcarousel .button-group:hover,
#category-blogs .button-group3:hover{
	background-color: #d30000;
}
.swiper-viewport:hover .swiper-button-next,
.swiper-viewport:hover .swiper-button-prev{
	opacity: 1!important;
}
.Main-banner2 .slidecontent,
.Main-banner1 .slidecontent,
.swiper-viewport .slidecontent{
	display: none;
}

.slidecontent button,
.banner-top button,
.cms-home-inner button,
#blogcarousel .button-group,
#comment_btn,
#category-blogs .button-group3{
	background-color: #ba963e;
	border-left: 5px solid #d30000;
	border-radius: 6px;
	border-width: 0 0 0 5px;
	padding: 10px 15px;
	font-size: 16px;
	height: 40px;
	color: #fff;
	text-transform: uppercase;
}
#comment_btn:hover{
	background-color: #d30000;
}
.cms-home-inner .cms-home-inner1:hover::after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
}
.cms-home-inner .cms-home-inner1::after {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	top: 0;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transition: all 0.7s ease 0s;
	width: 100%;
}
/*cms home page*/
.cms-homepage .cms-inner1,
.cms-homepage .cms-inner2,
.cms-homepage .cms-inner3 {
	width: 31.6%;
	float: left;
	background-image: linear-gradient(to right,rgba(51, 51, 51, .9),rgba(34, 34, 34, 1),rgba(0, 0, 0, 1));
}
.cms-homepage .cms-inner1 {
	margin-right: 15px;
}
.cms-homepage .cms-inner2 {
	margin: 0 15px;
}
.cms-homepage .cms-inner3{
	margin-left: 15px;
}
.service-icon1,
.service-icon2,
.service-icon3{
	height: 65px;
	width: 65px;
	position: relative;
	z-index: 2;
	float: left;
	top: 15px;
	left: 15px;
	/*transition: transform 300ms ease-in-out 0s;
	-webkit-transition: transform 300ms ease-in-out 0s;
	-moz-transition: transform 300ms ease-in-out 0s;
	-o-transition: transform 300ms ease-in-out 0s;
	-ms-transition: transform 300ms ease-in-out 0s;*/
}
.cms-homepage .cms-inner1:hover .service-icon1,
.cms-homepage .cms-inner2:hover .service-icon2,
.cms-homepage .cms-inner3:hover .service-icon3{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.cms-homepage p{
	color: #fff;
}
.service-icon1 {
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll 0px 3px;
}
.service-icon2 {
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll 0px -115px;
}
.service-icon3 {
	background: url(../image/mahardhi/services-icon.png) no-repeat scroll 0px -232px;
}
.cms-homepage .content-block {
	display: inline-block;
	position: relative;
	left: 25px;
}
.cms-homepage p,
.cms-homepage h4{
	padding-left: 25px;
}
.cms-homepage .content-detail {
	border-left: 1px solid #dddddd;
}
.cms-homepage .content-data {
	padding: 17px 0;
}
.cms-homepage h4 {
	font-size: 16px; color: #fff;
}
.cms-homepage {
	margin-bottom: 50px;
}
.cms-homepage2 .cms-inner1,
.cms-homepage2 .cms-inner2,
.cms-homepage2 .cms-inner3,
.cms-homepage2 .cms-inner4 {
	float: left;
}
.cms-homepage2 .content-data {
	text-align: center;
	background-color: #ba963e;
	border-left: 5px solid #d30000;
}
.cms-homepage2 .content-block {
	position: relative;
}
.cms-homepage2 h3{
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 14px;
	font-weight: 300;
}
.cms-homepage2 .content-data:hover,
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	background-color: #d30000;
}
/*product tab*/
.page-title,
.group-title {
	text-align: center;
	margin: 43px 0px;
	width: 100%;
}
.box-content .page-title h3,
.group-title h2,
.mblog .page-title h3,
.related-products-block  h3{
	color: #000;
	display: inline-block;
	float: none;
	font-size: 30px;
	font-weight: 500;
	position: relative;
	padding: 0 180px;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;
	margin: 0;
	text-align: left;
}
.group-title h2{
	color: #fff;
}
.box-content .page-title h3:before,
.mblog h3:before,
.group-title h2:before,
.related-products-block  h3:before {
	background: transparent url(../image/mahardhi/heading-left.png) no-repeat scroll 0 0;
	content: "";
	height: 20px;
	position: absolute;
	top: 6px;
	width: 100px;
	left: 60px;
}
.box-content .page-title h3:after,
.mblog h3:after,
.group-title h2:after,
.related-products-block  h3:after {
	background: transparent url(../image/mahardhi/heading-right.png) no-repeat scroll 0 0;
	content: "";
	height: 20px;
	position: absolute;
	top: 6px;
	width: 100px;
	right: 60px;
}
.mahardhi-tabs {
	width: 100%;
	margin-bottom: 50px;
}
.mahardhi-tabs b.m-none {
    font-weight: 300;
}
.nav-tabs {
	border: none;
	display: flex;
	justify-content: center;
	width: 100%;
}
.nav-tabs>li{
	position: relative;
	padding-right: 30px;
}
.nav-tabs>li:last-child{
	padding-right: 0;
}
.nav-tabs > li >a {
	border: none;
	font-size: 18px;
	color: #a6a6a6;
	line-height: 0;
	text-transform: uppercase;
}
.nav-tabs>li>a:hover,
.nav-tabs>li>a.selected{
	background-color: unset;
	border-color: unset;
	color: #333;
}
.mahardhi-tabs .nav-tabs li:after {
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: #a6a6a6;
	top: 23%;
	right: 16px;
	transform: rotate(45deg);
}
.mahardhi-tabs .nav-tabs li:last-child:after{
	display: none;
}
/*silder product*/
.owl-theme .owl-nav {
	top: 44%;
	position: absolute;
	width: 100%;
}
#related-carousel.owl-theme .owl-nav,
.tab-content .owl-theme .owl-nav {
	top: 35%;
}
.owl-theme .owl-nav .fa{
	font-size: 20px;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next,
#carousel0 .swiper-button-next,
#carousel0 .swiper-button-prev{
	background: #333;
	width: 40px;
	height: 40px;
	text-shadow: none;
	position: absolute;
	margin: 0;
	padding: 10px 7px;
	border-radius: 0;
	opacity: 1;
}
.owl-theme .owl-nav .owl-prev{
	left: -5px;
}
.owl-theme .owl-nav .owl-next{
	right: -5px;
}
.owl-next:after {
	bottom: 23px;
	content: "";
	right: 8px;
	position: absolute;
	transform: rotate(45deg);
	z-index: -1;
	border-top: 31px solid #333;
	border-left: 27px solid transparent;
	border-right: 0 solid transparent;
}
.owl-prev:before{
	left: 8px;
	bottom: 23px;
	content: "";
	position: absolute;
	transform: rotate(-45deg);
	z-index: -1;
	border-top: 31px solid #333;
	border-left: 0px solid transparent;
	border-right: 27px solid transparent;
}
.owl-theme .owl-nav .owl-prev:hover:before,
.owl-theme .owl-nav .owl-next:hover:after{
	border-top: 31px solid #d30000;
}
/*testimonial*/
.owl-carousel {
    touch-action: manipulation;
}
.testimonial-container {
	background: url(../image/mahardhi/testimonial-backgraund.jpg);
	width: 100%;
	margin: 20px 0 50px;
	padding: 50px 0;
}
.testimonial-images {
	padding-top: 15px;
	position: relative;
}
.testimonial-container .group-title{
	margin: 0;
	padding: 0 0 43px;
}
.testimonial-box {
	text-align: left;
	margin: 0px 15px;
	background:rgba(0,0, 0, 0.5);
}
.testimonial-author {
	position: relative;
	color: #333;
	font-size: 20px;
	text-align: center;
	padding-bottom: 15px;
	color: #fff;
	color: #ddd;
}
.testimonial-author b{
	margin-left: 10px;
}
.testimonial-text {
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
	position: relative;
	color: #a6a6a6;
	font-weight: normal;
	text-align: center;
}
/*banner*/
.cms-home-inner1 {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.owl-carousel .owl-dots{
	display: none;
}
.cms-home-inner {
	margin: 20px 0 0px;
}
.cms-home-inner .content-block {
	text-align: center;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
}
.cms-home-inner img,
.cms-homepage3 img,
.banner-top img{
	width: 100%;
}
.banner-top .inner1,
.banner-top .inner2 {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.banner-top .content-block {
	left: 15px;
	position: absolute;
	right: 0;
	top: 25%;
}
.banner-top h3 {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}
.banner-top button{
	margin-top: 15px;
}
.banner-top .content-detail p {
	color: #fff;
}
img{
	transition: all 0.7s ease 0s;
	 -webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
}
.banner-top .inner1:hover img,
.banner-top .inner2:hover img,
.cms-homepage2 a:hover img,
#column-left .swiper-slide:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.cms-inner1,
.cms-inner2,
.cms-inner3,
.cms-inner4{
	overflow: hidden;
	position: relative;
}
/*carousel*/
.carousel{
	margin-top: 50px;
	padding: 0;
}
#carousel0 .m-auto {
	margin: 0px auto;
	border: 1px solid #dddddd;
	padding: 0px 35px;
}
.carousel .page-title{
	display: none;
}
.product-block.blog-block.transition{
	border: 1px solid #ddd;
}
#carousel0 .swiper-slide:hover .m-auto{
	border: 1px solid #ba963e;
}
.carousel .swiper-viewport .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-button-next{
	opacity: 1;
	right: 0;
}
.carousel .swiper-viewport .swiper-button-prev,
.carousel .swiper-viewport:hover .swiper-button-prev{
	opacity: 1;
	left: 0;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.thumbnail a>img{
	height: 100%;
}
/*blog*/
#blogcarousel .caption  h4,
.blog-layout .caption-blog h4{
	font-size: 18px;
	padding-top: 0px;
	margin-top: 40px;
    margin-bottom: 13px;
}
.product-block .caption.blog-desc,
.blog-layout .caption-blog {
	padding: 30px 30px 27px 30px;
}
.blog-desc,
#content-blogs .info_blog p,
.caption-blog,
.caption-blog p{
	color: #888888;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
#content-blogs .info_blog p{
	margin-top: 30px;
}
.comment-box .row+.row .comment-item {
    padding-top: 20px;
	margin-top: 20px;
    border-top: 1px solid #eee;
}
/**/
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget td span:hover {
	background-color: #ba963e!important;
	color: #fff!important;
}
.blog-date {
	cursor: pointer;
	border: 2px solid #333;
	padding: 30px 23px;
	position: absolute;
	transform: translate(0, -60%);
}
.blog-date span{
	font-size: 30px;
	position: absolute;
	left: 20px;
	text-align: center;
}
.blog-date b {
	font-weight: 700;
	position: relative;
	top: 25px;
}
.blog-comment::before {
	content: '/';
	position: relative;
	left: 10px;
	color: #666;
}
.blog-comment {
	color: #666;
	margin-left: 85px;
	position: relative;
}
i.fa.fa-comments-o{
	font-size: 16px;
	padding-right: 5px;
	padding-left: 20px;
	color: #666;
}
#blogcarousel .button-group,
#category-blogs .button-group3{
	opacity: 1;
	position: relative;
	left: 30px;
	font-size: 13px;
	margin-bottom: 30px;
	transform: none;
	line-height: 20px;
	cursor: pointer;
}
#blogcarousel .blog-read,
#category-blogs .blog-read{
	color: #fff;
	font-weight: normal;
}
.blog-block:hover .hover-post::before {
	opacity: 1;
	right: 51%;
}
.blog-block:hover .image img{
	opacity: 0.7;
}
.blog-block:hover .hover-zoom::before{
	opacity: 1;
    bottom: 72%;
}
.blog-block:hover .blog-date{
	border: 2px solid #ba963e;
}
#blogcarousel .blog-block:hover .button-group,
#category-blogs .blog-block:hover  .button-group3,
.blog-block .hover-post:before:hover{
	background-color: #d30000;
}
.blog-block:hover .blog-date,
.blog-block:hover .blog-comment span,
.blog-block h4 a:hover {
	color: #ba963e;
}
.blog-block .hover-post:before,
.blog-block .hover-zoom:before {
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	height: 40px;
	background-color: #ba963e;
	line-height: 42px;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	width: 40px;
	z-index: 2;
	transform: translate(0,-50%);
}
.blog-block .hover-post:before {
	content: '\f0c1';
	display: block;
	font-family: FontAwesome;
	right: 75%;
}
.blog-block .hover-zoom:before {
	content: '\f002';
    display: block;
    font-family: FontAwesome;
    bottom: 100%;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
}
.blog-block .hover-post:hover:before,
.blog-block .hover-zoom:hover:before{ background-color: #d30000; }
#post_comment h4, #content-blogs .comment-box h4{
	font-size: 18px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.article-container .alert {
    position: relative;
}
#post_comment #commnt_form.form-horizontal .control-label{
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
#post_comment #commnt_form.form-horizontal #textcomment{
	background-color: #f7f7f7;
	margin-bottom: 10px;
}
#post_comment #commnt_form.form-horizontal #textemail,
#post_comment #commnt_form.form-horizontal #textauthor{
	margin-bottom: 20px;
	height: 40px;
	background-color: #f7f7f7;
}
/* coment in blog*/
.user_img {
	height: 60px;
	width: 60px;
	background-color: #e8e8e8;
	position: relative;
	float: left;
}
.comment-box .user_img i.fa.fa-user.comment_i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.comment-box .comment-text1 {
	margin: 0 0 0 90px;
}
.comment-box .name {
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #000;
}
.comment-box .date,
.comment-box .comment-dis {
	color: #888;
}
.comment-dis {
	margin: 10px 0 0 0;
}

/*chechout*/
#checkout-cart .table tbody tr td.text-right{
	color: #333;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down{
	float: right;
}
#accordion .btn-primary{
	font-size: 14px;
}
#checkout-cart input.form-control {
    background: transparent;
}
#checkout-cart .btn-block .btn-danger {
    padding: 10px 12px;
}
#product-compare .table-bordered {
    display: inherit;
    overflow: auto;
    border-style: solid none none none;
}
#product-compare .table>tbody+tbody {
    border-top: 0;
}
#column-left ul li a:hover{
	color: #ba963e;
}
.cat_info .input-group .form-control {
    height: 30px;
}
/* footer */
footer {
	padding-top: 37px;
	background-color: #333333;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #dddddd;
}
footer a {
	color: #fff;
	font-weight: 300;
}
footer a:hover {color: #ba963e;}
footer h5 {
	font-size: 18px;
	color: #ba963e;
	position: relative;
	text-transform: uppercase;
}
footer .footer-top h5 {
    margin-bottom: 17px;
}
.position-footer-top .text-content{
	background-image: linear-gradient(to right,rgba(51, 51, 51, .9),rgba(34, 34, 34, 1),rgba(0, 0, 0, 1));
	float: left;
	padding: 33px 20px;
}
.newsletter-block .title-text {
	color: #ffffff;
	line-height: 24px;
	margin: 0;
	position: relative;
	padding: 0px 0 0px 110px;
	float: left;
}
.newsletter-block .text-content h3:before{
	content:  url(../image/mahardhi/email-icon.png);
	height: 40px;
	position: absolute;
	color: #fff;
	left: 0;
	margin-right: 30px;
}
.position-footer-top .description {
	color: #fff;
	padding: 0px 0 0 110px;
	text-align: left;
	display: inline-block;
}
.newsletter-block .block-content {
	background: #ba963e;
	float: left;
	height: 110px;
    padding: 30px 20px;
}
.subscribe-form {
	position: relative;
}
.newsletter-block input.inputNew {
	background: #fff none repeat scroll 0 0;
	color: #888888;
	height: 50px;
	font-size: 14px;
	box-shadow: none;
	border-radius: 4px;
	padding: 10px 65px 10px 15px;
}
.nessletter_banner .alert,
.newsletter-content-innner .alert {
    margin: 15px auto 0;
    display: table;
    position: relative;
    width: 100%;
}
.newsletter-block .btn.button_mini {
	background: #151515 url(../image/mahardhi/send-icon.png) no-repeat scroll 10px 14px;
	position: absolute;
	right: 0px;
	top: 0;
	border-left: 5px solid #d30000;;
	transition: all 0.3s ease 0s;
	width: 50px;
	float: left;
	padding: 10px 15px;
	box-shadow: none;
	height: 50px;
	border-radius: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.footer-bottom p{
	font-weight: 300;
	color: #fff;
	margin: 0;
}
.bottom-left a {
    line-height: 24px;
}
.footer_payment ul.payment_block {
	margin: 0;
}
li.footer-logo {
	display: none;
}
.footer .list-unstyled li {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-weight: 300;
}
ul.list-unstyled {
    margin-bottom: 0;
}
.footer-top {
    margin-bottom: 38px;
}
.contact_phone, .contact_email {
	float: left;
	margin-left: 15px;
}
.address{
	margin-left: 30px;
}
.email {
	display: inline-block;
}
.footer li i.fa {
	float: left;
	top: 5px;
	position: relative;
}
.footer_payment {
	float: right;
	display: block;
}
.footer_payment .payment_block li {
	display: inline-block;
	height: 30px;
	margin-left: 8px;
}
footer .col-sm-3:first-child{
	padding-left: 0;
}
footer .col-sm-6{
	padding: 0;
}
.bottom-row {
    border-top: 1px solid #ddd;
	padding: 18px 0;
}
#footer_aboutus {
	padding-right: 0;
}
/* alert */
.alert {
	padding: 9px 30px 9px 14px;
	text-align: center;
	position: relative;
    border-radius: 0;
}
/* breadcrumb */
.breadcrumb {
	background: url(../image/mahardhi/shop-backgraund.jpg) no-repeat scroll center;
	height: 150px;
	padding: 50px 0;
	margin-bottom: 50px;
	border-radius: 0px;
	text-align: center;
	position: relative;
}
.breadcrumb h1,.breadcrumb h2{
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: -5px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	font-weight: normal;
	line-height: 24px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
	position: relative;
	left: 10px;
	color: #333;
}
.breadcrumb > li:last-child:after{
	content: '';
}
.breadcrumb > li a:hover{
	color: #333;
}
.pagination {
	margin: 0;
	display: block;
}
/*static page*/
.product-search #content p {
	margin-top: 10px;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
.well{
	background: transparent;
}
#information-contact h3{
	margin: 0 0 20px;
}
#information-contact .panel-default .col-sm-3:first-child{
	display: none;
}
#information-sitemap #content a {
	font-size: 14px;
	color: #888888;
	background: none;
	line-height: 30px;
}
#information-sitemap #content a:hover{
	color: #ba963e;
}
#information-sitemap #content .col-sm-6  ul:first-child{
	margin-bottom: 30px;
}
.manufacturer-list {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: #eeeeee;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}
.manufacturer-heading h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.manufacturer-content {
	padding: 8px;
}
/*content*/
#content .row.heading,
#content .row.subcat,
#content h3.title{
	display: none;
}
#column-left ,#column-right{
	background: none;
}
.box-category,
#column-left .box-content,
#column-right .box-content {
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 50px;
}
#column-left .page-title,
#column-right .page-title
#column-left .group-title,
#column-right .group-title{
	margin: 0;
    text-align: left;
}
#column-left .box-content .page-title h3:before,#column-left .group-title h2:before,#column-left .related-products-block h3:before,
#column-right .box-content .page-title h3:before,#column-right .group-title h2:before,#column-right .related-products-block h3:before,
#column-left .box-content .page-title h3:after,#column-left .group-title h2:after,#column-left .related-products-block h3:after,
#column-right .box-content .page-title h3:after,#column-right .group-title h2:after,#column-right .related-products-block h3:after{
	background: unset;
}
#column-left h3,
#column-right h3 {
	position: relative;
	background: #ba963e;
	padding: 17px 30px 11px 15px;
	font-size: 18px;
	color: #fff;
	margin: 0;
	height: 50px;
	text-transform: uppercase;
	display: block;
	border-left: 5px solid #d30000;
	border-radius: 0;
	text-align: left;
	font-weight: 500;
}
#column-right h3{
	border-right: 5px solid #d30000;
	padding: 17px 15px 11px 30px;
	text-align: right;
	border-left: unset;
}
#product-category .panel-default{
	border: none;
}
.filter .panel-footer {
	background: none;
	border: none;
	padding: 15px 20px 20px;
}
#column-left .filter .text-right {
	text-align: left;
}
#column-right .filter .text-right {
	text-align: right;
}
.list-group.list-group-filter {
	margin-bottom: 0;
}
.list-group-filter a.list-group-item {
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
}
.panel.filter .list-group div.list-group-item {
	padding: 0 30px;
}
.panel.filter .list-group-item{
	padding: 20px 20px 5px;
}
.panel.filter .btn-primary{
	height: 40px;
	text-transform: uppercase;
	width: 150px;
}
#column-left .box-product,
#column-right .box-product {
	margin-left: 15px;
	margin-right: 15px;
	padding: 20px 5px;
}
#column-left .product-layout + .product-layout .product-thumb,
#column-right .product-layout + .product-layout .product-thumb {
    margin-top: 30px;
}
#column-left .product-thumb.transition.clearfix,
#column-right .product-thumb.transition.clearfix{
	border-image: none;
	margin-bottom: 0;
}
.row.cat_info {
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	margin-bottom: 30px;
	padding: 0 5px;
	margin: 0 0 30px 0;
	clear: left;
}
.cat_info .btn-group{
	padding: 9px 0;
}
.cat_info .form-group{
	margin: 0;
}
.cat_info .form-group .btn{
	padding: 14px 12px;
	font-weight: normal;
	text-decoration: none;
}
.cat_info .input-group{
	padding: 9px 0 8px 0;
}
.cat_info .input-group label{
	border: none;
	background: transparent;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-shadow: none;
}
.cat_info .btn-group .btn{
	border-radius: 4px;
	height: 30px;
	width: 30px;
	border: none;
	font-size: 15px;
	padding: 5px 7px;
	box-shadow: none;
}
.form-control:focus{
	border-color: #dddddd;
	box-shadow: none;
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.pagination>li:first-child>a,
.pagination>li:first-child>span
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.cat_info .btn-group .btn:first-child {
	margin-left: 0;
	margin-right: 10px;
}
.row.pro_pagination {
	margin: 20px 0 30px 0;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding: 9px 5px;
	clear: both;
}
.row.pro_pagination  .col-sm-6.text-right{
	color: #333;
	float: right;
	line-height: 30px;
}
/*product page*/
.right_product span.old-price,
.quick-product-right .old-price {
    padding-left: 5px;
	color: #333;
}
.right_product .price_text,
.right_info .price_text{
    font-size: 20px;
    color: #ba963e;
}
#additional-carousel.owl-theme .owl-nav .owl-prev{
	left: 6%;
	width: auto;
	height: auto;
}
#quick-carousel.owl-theme .owl-nav .owl-prev{
	left: 0;
}
#additional-carousel.owl-theme .owl-nav{
	top: 20%;
}
#quick-carousel.owl-theme .owl-nav{
	top: 28%;
}
#additional-carousel.owl-theme .owl-nav .owl-next{
	right: -5%;
}
#quick-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
}
#product-product h2,
.quickview-content h3{
	font-size: 18px;
	color: #ba963e;
	margin: 0;
}
#form-review h2{
	margin-bottom: 15px;
}
#additional-carousel.owl-theme .owl-nav [class*=owl-],
#quick-carousel.owl-theme .owl-nav [class*=owl-]{
	color: #333;
}
#additional-carousel.owl-theme .owl-nav .owl-prev,
#additional-carousel.owl-theme .owl-nav .owl-next,
#quick-carousel.owl-theme .owl-nav .owl-prev,
#quick-carousel.owl-theme .owl-nav .owl-next{
	width: auto;
	height: auto;
	background: transparent;
}
#additional-carousel.owl-theme .owl-nav [class*=owl-]:hover,
#quick-carousel.owl-theme .owl-nav [class*=owl-]:hover{
	color: #ba963e;
}
#additional-carousel.owl-theme .owl-prev:before,
#additional-carousel.owl-theme .owl-next:after,
#quick-carousel.owl-theme .owl-prev:before,
#quick-carousel.owl-theme .owl-next:after{
	display: none;
}
#product-product li a,
.quickview-content li .disc1{
	color: #888;
	font-weight: normal;
}
#product-product li b,
.quickview-content li span{
	color: #333;
	font-weight: normal;
}
#product-product li a.stock,
.quickview-content li a.stock{
	color: #ba963e;
}
#product-product #content h2,
.quickview-content  .quick-product-right h3{
	font-size: 18px;
	color: #ba963e;
}
h2.product_title {
    margin: 0;
}
#form-review .alert {
    position: relative;
}
#product-product .rating .fa-pencil,
.quickview-content .rating .fa-pencil {
	font-weight: 500;
	padding-right: 5px;
	position: relative;
}
.footer_topnews{
	margin-top: 20px;
}
.account-return-add .footer_topnews{
	margin-top: 35px;
}
#product-product .rating a,
.quickview-content .rating a {
	padding-right: 10px;
}
#product-product .rating a+a:hover {
    color: #ba963e;
}
.rating p {
    float: left;
	padding-right: 10px;
}
#product-product .rating p,
.quickview-content .rating p{
	margin-bottom: 15px;
}
#product-product .rating a:hover,
.quickview-content .rating a:hover,
label.control-label {
	color: #333;
}
.form-control:focus{
	border-color: #ba963e;
}
.form-control {
	border-radius: 0;
}
.form-control{
	-webkit-appearance: none;
	-moz-appearance: none;
}
label.input-group-addon:after, .cat_search:after {
	content: '\f0d7';
	font-family: fontawesome;
	position: absolute;
	left: auto;
	right: 8px;
	z-index: 9;
	color: #888888;
}
.cat_search:after{
	right: 25px;
	top: 10px;
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn{
	border-radius: 0;
}
#product .control-label.qty{
	float: left;
	margin: 10px 10px 10px 0;
	text-transform: uppercase;
}
#product .btn-default{
	display: inline;
	width: auto;
}
#product #input-quantity{
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 50px;
	height: 40px;
	box-shadow: none;
}
#product-product #content .col-sm-6 {
	margin-bottom: 50px;
}
#product-product .nav-tabs {
	border: none;
	width: 100%;
	display: block;
	background-color: #333;
	box-shadow: 0 0 black;
	margin-bottom: 0;
	margin-top: 0px;
}
#product h3{
	margin-bottom: 15px;
	font-size: 16px;
}
#product-product .nav-tabs>li.active>a,
#product-product.nav-tabs>li.active>a:focus,
#product-product.nav-tabs>li.active>a:hover {
	cursor: default;
	background-color: #ba963e;
	border: none;
	border-bottom-color: transparent;
	border-left: 5px solid #d30000;
	border-radius: 0;
}
#product-product .nav-tabs li {
	padding-right: 0;
}
#product-product .nav-tabs li a {
	color: #fff;
	padding: 25px  15px;
}
#product-product .nav-tabs:focus,
#product-product .nav-tabs li:focus{
	outline: 0;
}
#product-product .tab-content {
	border: 1px solid #ddd;
	padding: 30px 15px 15px 15px;
}
#product-product .tab-content p {
	color: #888;
	line-height: 25px;
}
/*quick view page*/
.quickview-content .thumbnails .image-additional{
padding: 10px;
}
.btn:hover{
	text-decoration: none
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7px 12px;
	font-size: 14px;
	border:none;
	border-radius: 0;
	box-shadow:none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
#top-links li.lan-curr {
    padding: 0;
}
.btn-primary, .btn-default,
.pagination>li>a,
.pagination>li>span,
#cart .text-right .addcart,
#cart .text-right .checkout{
	color: #ffffff;
	text-shadow: none;
	box-shadow: none;
	border-left: 5px solid #d30000;
	background-color: #ba963e;
	background-repeat: repeat-x;
	font-size: 14px;
    text-transform: uppercase;
	border-radius: 0px;
	padding: 10px 12px;
    display: inline-block;
}
#account-wishlist .btn{
	padding: 10px 12px;
}
.input-group .form-control {
    height: 40px;
}
#column-right  .btn-primary,
#column-right  .btn-default{
	border-left: unset;
	border-right:  5px solid #d30000;
}
.pagination li a,
.pagination li span{
	border-radius: 4px;
	height: 30px;
	width: 30px;
	padding: 5px 11px;
	border: none;
	margin-right: 10px;
	font-weight: 300;
	text-align: center;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-primary.focus,
.open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
#cart .text-right .addcart:hover,
#cart .text-right .checkout:hover,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover{
	background-color: #d30000;
	border-color: #d30000;
	color: #fff;
	outline: 0;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-danger {
	color: #ffffff;
	text-shadow: none;
	background-color: #da4f49;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	padding: 10px 12px;
    text-transform: uppercase;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-repeat: repeat-x;
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-repeat: repeat-x;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #333;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	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;
}
#column-left .product-thumb h4,
#column-right .product-thumb h4{
	margin-bottom: 10px;
	margin-top: 0;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating {
	margin-bottom: 10px;
}
/*other page*/
#account-account #content h2{
	font-size: 20px;
}
#account-account #content h2:first-child{
	margin-top: 0;
	margin-bottom: 20px;
}
#account-account #content.col-sm-9 > h3:first-child {
    margin-top: 0;
}
#account-account #content .list-unstyled li{
	padding: 5px 0;
}
#account-account #content .list-unstyled li a:hover{
	color: #ba963e;
}
#account-login h2 {
    margin-top: 0;
}
.table-hover>tbody>tr:hover{
	background-color: transparent;
}
/* 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 {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.thumb-description.clearfix{
	border-top: 1px solid #ddd;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
	}
}
.product-thumb h4 {
        text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0;
	line-height: 18px;
}
.product-thumb .caption {
	padding: 0 20px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	.cat_info .col-md-2.col-sm-6 {
	    width: 100%;
	}
	.cat_info .form-group .btn{
		padding: 10px 15px;
	}
	.cat_info .input-group label{
		padding: 0 15px;
	}
	#top-links {
		width: 100%;
		text-align: center;
		padding: 0 0 10px;
	}
	.position-top-link-left{
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
	.pull-left{
		float: unset !important;
		text-align: center;
		display: inline-block;
	}
}
#input-limit .product-thumb .rating {
	padding-bottom: 10px;
	font-size: 12px;
}
.fa-stack {
	font-size: 8px;
}
.fa-star,
.fa-star-o {
	color: #333333;
}
h2.price {
	margin: 0;
}
.rating .fa-stack .fa-star,
.rating .fa-stack .fa-star-o{
    font-size: 14px;
}
.product-thumb .rating{
    display: none;
	margin-bottom: 7px;
}
.product-thumb .price {
	color: #ba963e;
	margin:0 0 10px;
    font-weight: 500;
}
.product-thumb .price-old {
    display: none;
	color: #a6a6a6;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-layout.product-list .product-thumb .button-group {
	display: none;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-layout.product-list .addcart_btn{
	display: none;
}
.addcart_btn {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}
.product-thumb:hover .addcart_btn {
	opacity: 1;
}
.product-thumb  .addcart,
#product .addcart,
.quickview-content .addcart {
	border: none;
	bottom: 0px;
	display: inline-block;
	background-color: #ba963e;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	position: relative;
	opacity: 0;
	width: auto;
	padding: 10px 15px 10px 15px;
}
#product .addcart,
.quickview-content #product .addcart {
	opacity: 1;
	float: left;
	position: relative;
	margin-right: 10px;
    line-height: 20px;
}
#product .btn-group1{
	position: unset;
}
.quickview-content #product .addcart {
	top: 0px; left: 0;
}
.product-thumb  button  .btncart,
#product  button .btncart{
	/*background: #d30000 url(../image/mahardhi/header-icon.png) no-repeat scroll -43px 3px;*/
	height: 40px;
	width: 40px;
	z-index: 9;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.product-thumb  .addcart span,
#product .addcart span,
.quickview-content .addcart span{
	text-align: center;
	position: relative;
}
.product-thumb  .addcart:hover,
#product .addcart:hover,
.product-list .product-thumb .addcart:hover{
	color: #fff;
	background-color: #d30000;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group1{
	display: none;
}
.product-list .product-thumb .button-group1{
	display: block;
    margin: 20px 0 0 30px;
}
.product-thumb h4 a:hover,
.product-list .product-thumb h4 a:hover {
	color: #ba963e;
}
.product-thumb:hover .price,
.product-thumb:hover .rating{
	opacity: 0;
}
.product-thumb:hover  .addcart{
	bottom: 55px;
}
.product-thumb:hover  .addcart,
.product-thumb:hover .button-group{
	transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	opacity: 1;
}
.product-layout.product-list .product-thumb{
	overflow: hidden;
}
.product-layout.product-list .image{
    border-right: 1px solid #ddd;
}
.product-layout.product-list .thumb-description.clearfix{
	height: auto;
	text-align: left;
	border-top: none;
}
.product-layout.product-list .product-thumb .caption {
	text-align: left;
    overflow: hidden;
    margin: 20px 0 0 30px;
    padding: 0;
}
.product-layout.product-list .product-thumb h4{
	font-size: 18px;
	text-shadow: none;
	font-weight: normal;
}
.pagination li a:first-child{
	padding: 5px 9px;
}
.product-list .product-thumb .addcart,
.product-list .product-thumb:hover .price,
.product-list .product-thumb:hover .rating{
	opacity: 1;
}
.product-list .product-thumb:hover .addcart{
	bottom: 0px;
}
p.description {
	color: #888888;
	line-height: 24px;
	margin-top: 15px;
}
.product-list .product-thumb .addcart{
	margin-right: 10px;
}
@media (max-width: 1200px) {
	.product-thumb  button{
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb button {
		width: 33.33%;
	}
	#column-left,
	#column-right {
		display: block !important;
	}
}
@media (max-width: 1199px) and (min-width: 992px){
    .latest-products .col-md-2:nth-child(6n+1),
    .latest-products .col-md-3:nth-child(4n+1),
    .latest-products .col-md-4:nth-child(3n+1),
    .latest-products .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1) {
		clear:right;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1) {
		clear:right;
	}
    .latest-products .col-sm-2:nth-child(6n+1),
    .latest-products .col-sm-3:nth-child(4n+1),
    .latest-products .col-sm-4:nth-child(3n+1),
    .latest-products .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
	/* Mahardhi */
	#content,
	#column-left,
	#column-right { width: 100%; }
	#menu #category { display: block !important; }
	#menu .navbar-toggle { display: block; }
	#menu .navbar-header { float: none; }
	.footer-top .col-sm-3 { width: 100%;  padding: 0;}
}
@media (max-width: 767px) and (min-width: 481px){
    .latest-products .col-xs-2:nth-child(6n+1),
    .latest-products .col-xs-3:nth-child(4n+1),
    .latest-products .col-xs-4:nth-child(3n+1),
    .latest-products .col-xs-6:nth-child(2n+1) {
        clear:left;
    }
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
	float: left;
	width: 32%;
	border: 1px solid #ddd;
	margin-right: 15px;
}
/* mahardhi */
@media (max-width: 1199px) {
	.cms-homepage .cms-inner3,
	.cms-homepage .cms-inner1{
		margin: 0;
	}
	.cms-homepage .cms-inner1,
	.cms-homepage .cms-inner2,
	.cms-homepage .cms-inner3{
		width: 32.2%;
	}
	.cms-homepage p,
	.cms-homepage h4 {
	    padding-left: 10px;
	}
	.cms-homepage .content-block,
	.service-icon1,
	.service-icon2,
	.service-icon3{
		left: 10px;
	}
	.position-footer-top .text-content{
		padding: 23px 20px;
	}
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image{
		margin-right: 10px;
	}
}
@media (max-width: 991px) {
	#column-left > div,
	#column-right > div {
		margin: 15px 0px;
	}
	.box-category h3.toggled {
		margin: 5px 0px;
	}
	#selectMe-desk {
		display: none;
	}
	#topCategoryList {
		display: none;
		position: absolute;
		width: 100%;
		background-color: rgba(0,0,0,.7);
		z-index: 11;
	}
	#menu .nav > li > a,
	#menu .nav > li:hover > a,
	#menu .nav > li.open:hover > a {
	    border-left: none;
	    background-color: transparent;
	}
	#menu .nav li.active > a,
	#menu #topCategoryList #more_asse .dropdown-inner li.active > a{
		background: transparent;
    	border: none;
	}
	#menu #topCategoryList ul {
		margin: 0px;
		float: none;
		display: block;
	}
	#topCategoryList ul li {
		float: none;
	}
	#topCategoryList li .toggle-menu {
		position: absolute;
		right: 5px;
		color: #ffffff;
		top: 8px;
		padding: 2px 6px;
	}
	.main-item.active .toggled > .fa-plus:before,
	.toggle-menu.active > .fa-plus:before {
		content: "\f068";
	}
	#topCategoryList li.sub-menu-item .toggle-menu {
		top: 8px;
        right: 30px;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
		background-color: transparent;
		border: none;
		box-shadow: none;
		display: none;
		padding: 0;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
		display: block;
		padding: 0  0 0 20px;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
		position: relative;
		left: auto;
		border: none;
		background-color: transparent;
		padding: 0px 20px;
	}
	#menu ul li .dropdown-inner a,
	#menu ul li .dropdown-inner .dropdown-submenu ul.sub-menu a,
	#menu ul li.hiden_menu .dropdown-inner .navcol-menu li a{
		font-size: 14px;
		font-weight: 300;
		text-transform: capitalize;
	}
	#menu ul li.hiden_menu .dropdown-inner {
		display: block;
		padding: 0;
		position: relative;
		width: 100%;
		background-color: transparent;
		margin-bottom: 10px;
	}
	#menu .nav .hiden_menu .dropdown .dropdown-menu .dropdown-inner{
		display: block !important;
	}
	#menu ul li.hiden_menu .dropdown-inner a {
		font-size: 16px;
		font-weight: 300;
		text-transform: uppercase;
		padding: 10px 15px 10px 15px;
	}
}
/* Quick View */
.button-group,
.button-group3 {
	opacity: 0;
	background-color: #ba963e;
	/*width: 120px;*/
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	bottom: 20%;
	transform: translate(-50%,0);
}
.btn-group1{
	background-color: #ba963e;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	/*margin-top: 5px;*/
}
.button-group1,
.button-group3{
	transform: unset;
}
.button-group .quickview-button,
.button-group .wishlist,
.button-group .compare,
.btn-group1 .wishlist,
.btn-group1 .compare{
	height: 40px;
	padding: 0px;
	width: 40px;
	border: none;
	float: left;
}
.button-group .quickview-button,
.button-group .wishlist,
.button-group .compare:focus{
	outline: 0;
}
.button-group .quickview-button {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.button-group .wishlist,
.button-group1 .wishlist,
.button-group .quickview-button,
.button-group .compare,
.button-group1 .compare{
	background: transparent;
	font-family: FontAwesome;
	color: #fff;
}
.button-group1 .wishlist,
.button-group1 .compare{
	background: #ba963e;
}
.button-group .wishlist:before,
.button-group1 .wishlist:before{
    content: "\f08a";
}
.button-group .quickview-button:before {
    content: "\f002";
}
.button-group .compare:before, .button-group1 .compare:before {
    content: "\f0ec";
}
.button-group .compare,
.button-group1 .compare {
	border-radius: 4px;
}
.button-group .quickview-button:hover,
.button-group .wishlist:hover,
.button-group .compare:hover,
.button-group1 .wishlist:hover,
.button-group1 .compare:hover{
	background-color: #d30000;
}
.button-group1 .wishlist{
	border-radius: 4px;
}
.product-thumb:hover .button-group{
	bottom: 53%;
	transform: translate(-50%,-50%);
}
#product-category .product-thumb:hover .button-group{
	bottom: 55%;
}
/* */
/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3,
	#column-right  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3,
	#column-right + #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%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
/* Mahardhi */
/* Common */
.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-bottom: 50px;
}
.carousel .swiper-viewport{
	margin-bottom: 30px;
}
.img-responsive
{
    position: relative;
    display: flex;
    justify-content: center;
    height: 100% !important;
    width: 100%;
}
/* Menu */
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
	position: relative;
}
#menu .menulist .dropdown-menu.column-2 .dropdown-submenu.sub-menu-item > a {
    font-size: 16px;
}
#menu .menulist .dropdown-submenu ul.sub-menu a {
    font-size: 14px;
}
#menu .menulist .dropdown-submenu ul.sub-menu a:hover {
	color: #ba963e;
}
#menu .dropdown-inner .dropdown-submenu a:hover + .fa {
	color: #ba963e;
}
#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: #eeeeee;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 10px;
	top: 10px;
}
#menu .navcol-menu:not(.column-1) .dropdown-inner li.dropdown-submenu {
	padding-bottom: 5px;
}
/* Category Menu */
.main-item.active .toggled > .fa-angle-right:before,
.toggle-menu.active > .fa-angle-right:before {
	content: "\f107";
}
.child-categories {
	display: none;
}
#column-left  .category-list .has-more-category .toggled,
#column-right  .category-list .has-more-category .toggled {
	position: absolute;
    right: 10px;
    padding: 0px 0px;
    float: right;
}
#column-right .swiper-viewport,
#column-left .swiper-viewport{
	border-radius: 0;
	border:unset;
	box-shadow: unset;
}
#column-right .category-list .has-more-category .toggled {
	float: left;
	left: 6px;
	right: auto;
}
#column-left .list-group-item.active,
#column-left .list-group-item.active:focus,
#column-left .list-group-item.active:hover,
#column-left a.list-group-item,
#column-left a.list-group-item:focus,
#column-left a.list-group-item:hover,
#column-left .list-group-item{
	border: none;
	color: #888888;
	text-decoration: none;
	background-color: transparent;
	text-align: left;
}
#column-left .list-unstyled,
#column-right .list-unstyled {
    margin-top: 6px;
	margin-bottom: 6px;
}
#column-left ul.list-unstyled.child-categories,
#column-right ul.list-unstyled.child-categories{
    margin: 0;
}
#column-left .box-category .list-group-item,
#column-right .box-category .list-group-item{
	padding: 10px 20px;
}
#column-left .box-category .list-group-item:hover,
#column-right .box-category .list-group-item:hover,
#column-left .account-content ul .list-group-item:hover,
#column-right .account-content ul .list-group-item:hover,
a:focus{
	color: #ba963e;
}
#column-right .list-group-item.active,
#column-right .list-group-item.active:focus,
#column-right .list-group-item.active:hover,
#column-right a.list-group-item,
#column-right a.list-group-item:focus,
#column-righta.list-group-item:hover,
#column-right .list-group-item{
	border: none;
	color: #888888;
	text-decoration: none;
	background-color: transparent;
	text-align: right;
}
#column-left .filter_box a.list-group-item,
#column-right .filter_box a.list-group-item{
	color:  #333;
	text-shadow: unset;
	font-weight: bold;
}
.filter_box .list-group-item .checkbox:last-child {
    margin-bottom: 0;
}
.toggled .toggle-open {
	position: absolute;
	right: 5px;
	top: -2px;
}
.box-category .fa{
	font-weight: bold;
}
.box-category .list-group-item:hover {
	color: #ba963e;
}
.toggled.active .fa-chevron-down:before {
	content: "\f077";
}
/* End */

/* left - right side */
#column-left .product-thumb,
#column-right .product-thumb {
	border: none;
}
#column-right .product-thumb > .image{
	float: right;
	margin-left: 15px;
	margin-right: 0px;
}
#column-left .thumb-description,
#column-right .thumb-description {
	float: left;
	border: none;
	text-align: left;
	height: auto;
	width: 60%;
}
#column-right .thumb-description {
	text-align: right;
	float: right;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0px;
}
#column-left  .addcart,
#column-right .addcart,
#column-left .button-group,
#column-right .button-group
#column-left  .price-tax,
#column-right  .price-tax,
#column-left p.description,
#column-right p.description,
.product-grid .description,
#related-carousel .description{
	display: none;
}
/*}*/
#column-left .product-thumb h4:hover a,
#column-right .product-thumb h4:hover a{
	color: #ba963e;
}
#column-left .product-thumb:hover .price,
#column-left .product-thumb:hover .rating,
#column-right .product-thumb:hover .price,
#column-right .product-thumb:hover .rating{
	opacity: 1;
}
#column-left .product-thumb:hover  .addcart,
#column-left .product-thumb:hover .button-group,
#column-right .product-thumb:hover  .addcart,
#column-right .product-thumb:hover .button-group{
	opacity: 0;
}
#column-left .product-title,
#column-right .product-title {
	margin-top: 0px;
}
#column-left .price,
#column-right .price{
	margin: 0 ;
	display: block;
}
#column-left .swiper-viewport,
#column-right .swiper-viewport{
	margin-bottom: 30px;
}
/* End */

/* Product page */
#additional-carousel {
	padding: 0px 20px;
}
.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin: 5px;
	display: block;
	border: 1px solid #ddd;
}
.thumbnail,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover,
.image-additional a{
	border: 1px solid #ddd;
	border-radius: 0;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
	overflow: hidden;
}
#column-left .account-content ul .list-group-item,
#column-left .sidebar ul li ,
#column-right .account-content ul .list-group-item,
#column-right .sidebar ul li {
	font-size: 14px;
	color: #888888;
	padding: 10px 20px;
	border: none;
	background: none;
	margin-bottom: 0;
	text-align: left;
}
#column-left .account-content .list-group,
#column-right .account-content .list-group{
	margin: 0;
}
#column-right .account-content ul .list-group-item,
#column-right .sidebar ul li{
	text-align: right;
}
#content-blogs .thumbnail {
	border: none;
	padding: 0;
}
#content-blogs .info_blog h3,
#content-blogs .blog-view,
#content-blogs .blog-comment,
#content-blogs .comment-box{
	display: none;
}
#content-blogs .comment-box{
	display: block;
}
#column-left .sidebar li a,
#column-right .sidebar li a {
	color: #888888;
}
#product .form-group.quality,
.quickview-content #product .form-group.quality{
	display: inline-block;
	vertical-align: top;
}
/* End */
/* Back to top */
.back-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	padding: 9px;
	text-align: center;
	border: 1px solid #ba963e;
	z-index: 5;
	color: #ba963e;
}
.fa .fa-chevron-up{
	font-size: 12px;
}
.back-to-top:hover {
	border-color: #d30000;
	color: #d30000;
}
/* */
@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
}
@media (max-width: 1440px){
	.Banner1 .slidecontent{
		left: 29%;
		bottom: 32%;
	}
	.Banner2 .slidecontent{
		right: 30%;
		bottom: 32%;
	}
}
@media (max-width: 1200px){
	.Banner1 .slidecontent{
		left: 29%;
		bottom: 29%;
	}
	.Banner2 .slidecontent{
		right: 29%;
		bottom: 29%;
	}
}
@media (max-width: 1150px) and (min-width: 992px){
	#top-links span {
		display: inline-block!important;
	}
}
@media (max-width: 1150px){
	.cms-homepage .content-block{
		left: 5px;
	}
	.cms-homepage p,
	.cms-homepage h4{
		padding-left: 20px;
	}
	.banner-top .content-block{
		top: 17%;
	}
	.cms-homepage2 .col-sm-3 img{
		width: 100%;
	}
	.Banner1 .slidecontent{
		left: 28%;
		bottom: 29%;
	}
	.cms-homepage .cms-inner2 {
		margin: 0px 10px;
	}
	#column-left .caption h4,
	#column-right .caption h4 {
		margin-top: 0;
	}
	.testimonial-container{
		padding: 35px 0;
	}
	.testimonial-container .group-title{
		padding: 0 0 35px;
	}
	.cms-homepage .content-data {
		padding-left: 20px;
	}
	.cms-homepage h4{
		font-size: 15px;
	}
	.cms-homepage p{
		font-size: 12px;
	}
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image{
		margin-right: 10px;
	}
	.addcart span{
		display: inline-block !important;
	}
	#carousel0 .m-auto{
		padding: 0 20px;
	}
	.form-group.btn-group{
		top:0;
		margin-bottom:15px;
	}
	.position-footer-top .text-content{
		padding: 23px 20px;
	}
	.blog-layout .blog-block .hover-post:before,
	.blog-layout .blog-block .hover-zoom:before{
		bottom: 75%;
	}
}
@media (max-width: 1024px){
	.Banner1 .slidecontent{
		bottom: 27%;
	}
	.Banner2 .slidecontent{
		right: 28%;
		bottom: 27%;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	#top-links span {
		display: inline-block!important;
	}
}
@media (max-width: 992px){
	.cms-homepage2 .row {
		margin: 0;
	}
}
@media (max-width: 991px){
	.cms-homepage .content-detail{
		border: unset;
	}
	.service-icon1,
	.service-icon2,
	.service-icon3{
		display: none;
	}
	.navbar .navbar-nav .menulist,
	.navbar .navbar-nav li.blog{
		padding: 0;
	}
	#menu .dropdown-inner a,
	#navCategory .dropdown-inner a,
	#menu .menulist .dropdown-submenu.sub-menu-item ul.sub-menu a{
    	color: #fff;
	}
	#topCategoryList{
		top: 55px;
	}
	#cart .dropdown-menu,
	#search.mahardhi-search .box-content{
		top: 54px;
	}
	header .col-sm-6{
		width: 100%;
		padding: 0;
	}
	header .col-sm-3:first-child{
		text-align: center;
		width: 100%;
	}
	#logo {
		display: inline-block;
		padding: 20px 0 0;
		vertical-align: top;
	}
	.Banner1 .slidecontent{
		left:27%;
		bottom: 27%;
	}
	.Banner2 .slidecontent{
		right: 28%;
		bottom: 27%;
	}
	.header-right{
		padding: 10px 0;
	}
	.col-sm-3.cart-search {
		position: absolute;
	    right: 0;
	    top: 70px;
	}
	.navbar {
		margin: 10px 0 20px;
	}
	.navbar .navbar-nav .menulist{
		padding-bottom: 0;
	}
	#menu .dropdown .dropdown-menu {
		transform-origin: unset;
		-ms-transform-origin: unset;
		-webkit-transform-origin: unset;
		-o-transform-origin: unset;
		-moz-transform-origin: unset;
		transition: unset;
		-webkit-transition: unset;
		-moz-transition: unset;
		-ms-transition: unset;
		-o-transition: unset;
		top: 0;
	}
	#menu .dropdown.active .dropdown-menu {
		transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
		-webkit-transform: unset;
		display: block;
	}
	.navbar-toggle{
		margin: 0;
	}
	#menu .dropdown-inner,
	#navCategory .dropdown-inner{
		width: 100%;
	}
	.navbar-header .fa {
		font-size: 20px;
	}
    #topCategoryList #more_asse{
        display: none;
    }
	.footer-top .list-unstyled li,
	#footer_aboutus li{
		width: 100%;
	}
	.newsletter-block .title-text{
		font-size: 18px;
	}
	.position-footer-top .description{
		font-size: 14px;
	}
	#content.col-sm-9{
		width: 100%;
	}
	#column-right.col-sm-3,
	#column-left.col-sm-3 {
		clear: both;
		display: block;
		margin-top: 5px;
		padding: 0 15px;
		width: 100%;
	}
	#column-right.col-sm-3 .box-content.special,
	#column-left.col-sm-3 .box-content.special{
		margin-bottom: 30px;
	}
	.navbar-nav>li {
		padding: 0px 0;
	}
	.banner-top .content-block{
		top: 17%;
	}
	.banner-top h3{
		font-size: 18px;
	}
	.banner-top .content-detail p{
		font-size: 12px;
	}
	#column-left h3,
	#column-right h3{
		display: inline-block;
		position: unset;
	}
	.list-group{
		margin-bottom: 0;
	}
	.cms-homepage2 .row {
		margin: 0;
	}
	.cms-homepage .cms-inner2{
		margin: 0px 12px;
	}
	.col-md-2.col-sm-6 {
		width: 15%;
	}
	.col-md-3.col-sm-6{
		width: 25%;
	}
	#column-right .box-content .toggle-open,
	#column-left .box-content .toggle-open,
	#column-left .box-category .toggle-open,
	#column-left .category-list .box-category .toggle-open,
	#column-right .box-category .toggle-open,
	#column-right .category-list .box-category .toggle-open{
		top: 15px;
		right: 15px;
	}
	#column-left .box-category,
	#column-left .box-content,
	#column-right .box-category,
	#column-right .box-content{
		position: relative;
        margin-bottom: 30px;
	}
	#column-left .box-content .toggle-open .fa,
	#column-left .box-category .toggle-open .fa,
	#column-right .box-content .toggle-open .fa,
	#column-right .box-category .toggle-open .fa{
		color: #333;
	}
	.product-layout.product-grid.col-xs-12 {
		width: 33.33%;
	}
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image{
		width: auto;
		margin-right: 20px;
	}
	#product-manufacturer #column-right.col-sm-3,
	#product-manufacturer #column-left.col-sm-3,
	#account-voucher #column-left.col-sm-3,
	#account-voucher #column-right.col-sm-3,
	#affiliate-login #column-left.col-sm-3,
	#affiliate-login #column-right.col-sm-3,
	#account-login #column-left.col-sm-3,
	#account-login #column-right.col-sm-3,
	#account-return #column-left.col-sm-3,
	#account-return #column-right.col-sm-3,
	#account-forgotten #column-left.col-sm-3,
	#account-forgotten #column-right.col-sm-3,
	.account-return-add .footer_topnews{
		margin-top: 20px;
	}
	#information-contact #column-left.col-sm-3,
	#information-contact #column-right.col-sm-3,
	#account-register #column-right.col-sm-3,
	#account-register #column-left.col-sm-3{
		margin-top: 35px;
	}
	.product-thumb .image a.quickview-button {
	    display: none;
	}
	.cat_info .col-xs-6 {
	    width: 30%;
	}
	.position-footer-top .text-content {
	    padding: 11px 20px;
	}
	.owl-prev:before,.owl-next:after{
		border: none;
	}
	.owl-theme .owl-nav .owl-next {
	    right: 15px;
	}
	.owl-theme .owl-nav .owl-prev {
	    left: 15px;
	}
	.button-group, .product-thumb:hover .button-group{
		opacity: 1;
		bottom: 60%;
        width: auto;
	}
    .button-group .quickview-button {
        display: none;
    }
	.product-thumb .addcart,.addcart_btn{
		opacity: 1;
	    position: relative;
	    margin-bottom: 5px;
	}
    .product-thumb:hover .addcart {
        bottom: 0px;
    }
    .product-thumb:hover .price,
    .product-thumb:hover .rating {
        opacity: 1;
    }
}
@media (min-width: 768px){
	.cms-homepage2 .col-sm-3 {
		width: auto;
	}
}
@media (max-width: 768px) {
	.cms-homepage .content-detail {
		border-left: 1px solid #fff;
	}
	.service-icon1,
	.service-icon2,
	.service-icon3{
		display: block;
	}
	#top-links .dropdown-menu{
		left: unset;
		right: 0;
	}
	.cms-homepage2 h3{
		font-size: 16px;
	}
	.banner-top .content-block{
		top: 7%;
	}
	.cms-homepage .cms-inner1,
	.cms-homepage .cms-inner2,
	.cms-homepage .cms-inner3{
		width: 100%;
		margin:0;
	}
	.cms-homepage .cms-inner2{
		margin:20px 0;
	}
	.position-footer-top .col-sm-6{
		width: 100%;
	}
	.banner-top .col-sm-6{
		width: 50%;
		float: left;
	}
	.position-footer-top .text-content{
		background: #333;
	    justify-content: center;
	    display: grid;
	    padding: 30px 20px;
	}
	.newsletter-block .title-text{
		font-size: 24px;
	}
	.Banner1 .slidecontent{
		left:25%;
		bottom: 20%;
	}
	.Banner2 .slidecontent{
		right: 25%;
		bottom: 20%;
	}
	.banner-top button,
	.cms-home-inner button{
		height: 30px;
		padding: 6px 15px;
		font-size: 12px;
		margin-top: 9px;
	}
	.cms-homepage .cms-inner1:hover .service-icon1,
	.cms-homepage .cms-inner2:hover .service-icon2,
	.cms-homepage .cms-inner3:hover .service-icon3,
	.banner-top .inner1:hover img,
	.banner-top .inner2:hover img,
	.cms-homepage2 a:hover img,
	#column-left .swiper-slide:hover img,
	#column-right .swiper-slide:hover img{
		transform: none;
	}
	.box-content .page-title h3:before,
	.mblog h3:before,
	.group-title h2:before,
	.related-products-block h3:before,
	.box-content .page-title h3:after,
	.mblog h3:after,
	.group-title h2:after,
	.related-products-block h3:after{
		background:unset;
		width: auto;
	}
	.blog-date {
		border: 2px solid #ba963e;
		color: #ba963e;
	}
	.blog-comment span,
	.blog-desc h4 a,
	.caption-blog .blog-comment span,
	.caption-blog h4 a,
	.product-thumb h4 a {
		color: #ba963e;
	}
	#blogcarousel.owl-theme .owl-nav{
		top: 58%;
	}
	.owl-theme .owl-nav{
		top: 44.5%;
	}
	.tab-content .owl-theme .owl-nav{
		top: 38%;
	}
	.blog-block .hover-post:before{
		opacity: 1;
		right: 51%;
		background-color: #d30000;
	}
	.thumb-description.clearfix{
		height: auto;
	}
	.product-thumb .addcart{
		opacity: 1;
	}
	.banner-top .content-detail p{
		font-size: 12px;
	}
	.product-layout.product-list .product-thumb .button-group1 .wishlist{
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.cms-homepage2 .cms-inner1,
	.cms-homepage2 .cms-inner2,
	.cms-homepage2 .cms-inner3,
	.cms-homepage2 .cms-inner4{
		float: none;
	}
	.cms-homepage2 .col-sm-3{
		float: left;
		width: 100%;
	}
	.owl-carousel .owl-item img {
		width: 100%;
	}
	.cms-homepage2 .cms-inner1,
	.cms-homepage2 .cms-inner2{
		margin-bottom: 30px;
	}
	.box-content .page-title h3,
	.group-title h2, .mblog .page-title h3,
	.related-products-block h3{
		font-size: 26px;
		text-align: center;
		padding: 0;
	}
	.buttons .btn-primary,
	#product-product .buttons .btn-primary {
		margin-bottom: 50px;
	}

	#product-search .col-sm-4,
	#product-search .col-sm-3 {
		width: 100%;
	}
	#product-search .col-sm-3 {
		margin-top: 10px;
	}
	.pro_pagination .col-sm-6 {
		width: 50%;
	}
	.quickview-content .col-sm-6 {
		margin-bottom: 50px;
	}
	.product-tab-block .page-title{
		margin: 30px 0 50px;
	}
	.col-sm-3 {
		width: auto;
	}
	#carousel0 .m-auto {
		padding: 0 35px;
	}
}
@media (max-width: 767px){
	#affiliate-login #column-left.col-sm-3,
	#affiliate-login #column-right.col-sm-3,
	#account-login #column-right.col-sm-3,
	#account-login #column-left.col-sm-3{
		margin-top: 30px;
	}
	#account-forgotten #column-left.col-sm-3,
	#account-forgotten #column-right.col-sm-3,
	#account-return #column-left.col-sm-3,
	#account-return #column-right.col-sm-3,
	#product-manufacturer #column-left.col-sm-3,
	#product-manufacturer #column-right.col-sm-3,
	#account-voucher #column-left.col-sm-3,
	#account-voucher #column-right.col-sm-3{
		margin-top: 50px;
	}
	#account-register #column-left.col-sm-3,
	#account-register #column-right.col-sm-3,
	#information-contact #column-left.col-sm-3,
	#information-contact #column-right.col-sm-3{
		margin-top: 100px;
	}
	.footer .col-sm-3{
		width: 100%;
		padding: 0;
	}
    .bottom-row{
        padding: 10px 0;
        text-align: center;
    }
    footer .bottom-right {
        padding: 10px 0 3px;
    }
	.footer_payment{
		float: unset;
	}
	.row.cat_info .col-md-3 {
		padding: 0;
	}
	#product-product #content .col-sm-6:first-child{
		margin: 0 auto 50px auto;
		width: 70%;
	}
	#product-manufacturer .row.pro_pagination .col-sm-6.text-right{
		top: 6px;
	}
	.row.pro_pagination{
		margin-bottom: 50px;
	}
	.product-special .row.pro_pagination .col-sm-6.text-right{
		top: 6px;
	}
	.col-md-2.col-sm-6.hidden-xs {
		display: block!important;
	}
}
@media (max-width: 766px){
    .product-layout.product-list .thumb-description.clearfix {
        border-left: none;
        border-top: 1px solid #ddd;
    }
    .product-layout.product-list .product-thumb .caption{
        margin: 20px 20px 10px 20px;
    }
    .product-list .product-thumb .button-group1 {
        margin: 0 0 15px 20px;
    }
}

@media (max-width: 680px){
	.col-sm-3 {
		width: 50%;
	}
	.col-md-2.col-sm-6 {
		width: 25%;
	}
	.banner-top .content-block{
		top: 2%;
	}
	.product-layout.product-grid.col-xs-12 {
		width: 50%;
	}
	.banner-top .content-block {
		top: 2%;
	}
	.row.cat_info .col-md-4 {
	    width: 40%;
	}
}
@media (max-width: 500px){
	.comment-box hr{
		display: none;
	}
	.comment-box .comment-text1 {
		margin: 0 0 0 75px;
	}
	.pro_pagination .col-sm-6 {
		width: 100%;
		text-align: center;
	}
	.pagination{
		display: inline-block;
	}
	.row.cat_info .hidden-xs {
		display: block!important;
	}
	.row.pro_pagination{
		height: auto;
	}
	#product-product .nav-tabs>li{
		float: unset;
	}
	#product-product .nav-tabs>li.active{
		display: block;
	}
	#product-product .nav-tabs>li>a{
		margin: 0;
	}
	.row.cat_info .col-md-4 {
	    width: 60%;
	    padding-left: 0;
	}
	.cat_info .col-xs-6 {
	    width: 35%;
	}
}
@media (max-width: 480px){
	#account-register #column-left.col-sm-3,
	#account-register #column-right.col-sm-3{
		margin-top: 120px;
	}
	.Banner1 .slidecontent{
		left: 22%;
		bottom: 20%;
	}
	.slidecontent button{
		font-size: 14px;
		height: 35px;
		padding: 8px 15px;
	}
	.Banner2 .slidecontent{
		right: 22%;
		bottom: 20%;
	}
	.owl-theme .owl-nav {
		top: 45%;
	}
	.banner-top .col-sm-6{
		width: 100%
	}
	.cms-home-inner{
		margin: 20px 0 0px;
	}
	.banner-top .inner1{
		margin-bottom: 30px;
	}
	.banner-top button{
		height: 40px;
		font-size: 16px;
		margin-top: 5px;
	}
	.cms-home-inner .content-block{
		display: none;
	}
	.owl-theme .owl-nav{
		top: 46%;
	}
	#blogcarousel.owl-theme .owl-nav{
		top: 40%;
	}
	.newsletter-block .title-text{
		font-size: 20px;
	}
	#additional-carousel.owl-theme .owl-nav .owl-prev{
		left: 6%;
	}
	.product-tabs .nav-tabs {
		display: unset;
		justify-content: unset;
		margin-bottom: 46px;
	}
	#product-product #content .col-sm-6:first-child{
		width: 100%;
	}
	.product-tabs .page-title{
		margin: 20px 0 15px;
	}
	.mahardhi-tabs{
		margin-bottom: 20px;
	}
	.product-tabs .nav-tabs>li{
		float: unset;
		text-align: center;
		padding-right: 0;
	}
	.product-tabs  .nav>li>a{
		padding: 25px 15px;
	}
	.mahardhi-tabs .nav-tabs li:nth-child(1):after,
	.mahardhi-tabs .nav-tabs li:nth-child(2):after{
		display: none;
	}
	.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12{
		width: 100%;
	}
	.col-md-2.col-sm-6 {
		width: 40%;
	}
	.col-md-3.col-sm-6 {
		width: 100%;
	}
	#checkout-cart .buttons .btn-primary{
		margin-bottom: 0;
	}
	.product-layout.product-list .thumb-description.clearfix{
		border-top:  1px solid #ddd;
		border-left: unset;
	}
	#cart .dropdown-menu,
	#search.mahardhi-search .box-content {
		top: 55px;
	}
	.banner-top .content-block {
		top: 15%;
	}
	.product-layout.col-xs-6{
		width: 100%;
	}
}
@media (max-width: 425px){
	.banner-top .content-block {
		top: 10%;
	}
	.breadcrumb h1{
		font-size: 24px;
	}
	#additional-carousel.owl-theme .owl-nav .owl-prev{
		left: 6%;
	}
	#top-links span.hidden-xs{
		display: none!important;
	}
}
@media (max-width: 375px){
	.cms-homepage h4{
		font-size: 14px;
	}
	.Banner1 .slidecontent {
		left: 18%;
		bottom: 10%;
	}
	.Banner2 .slidecontent {
		right: 18%;
		bottom: 10%;
	}
	.cms-homepage2 .col-sm-3{
		width: 100%;
	}
	#blogcarousel.owl-theme .owl-nav {
		top: 45%;
	}
	.cms-homepage2 .cms-inner3{
		margin-bottom: 30px;
	}
	.banner-top h3 {
		font-size: 16px;
	}
	.owl-theme .owl-nav {
		top: 45.5%;
	}
	.row.cat_info .col-md-2{
		padding-left: 15px;
	}
	.cat_info .col-xs-6 {
	    width: 50%;
	}
	.row.cat_info .col-md-4 {
	    width: 80%;
	}
	.rating p{
		width: 100%;
	}
}
@media (max-width: 320px){
	.cms-homepage .content-data{
		padding-left: 10px;
	}
	.service-icon1,
	.service-icon2,
	.service-icon3{
		left: 10px;
	}
	.cms-homepage p,
	.cms-homepage h4{
		padding-left: 15px;
	}
	.testimonial-container{
		padding: 30px 0;
	}
	.testimonial-container .group-title {
		padding: 0 0 30px;
	}
	.newsletter-block .text-content h3:before {
		left: 0px;
	}
	.blog-block .hover-post:before,
	.blog-block .hover-zoom:before,
	.blog-layout .blog-block .hover-post:before,
	.blog-layout .blog-block .hover-zoom:before{
		bottom: 77%;
	}
	.banner-top .content-block {
		top: 2%;
	}
	#top-links .dropdown-menu{
		right: -25px;
	}
	#slideshow0 .slidecontent {
		display: none;
	}
	.banner-top h3 {
		font-size: 14px;
	}
	.banner-top button {
		height: 35px;
		font-size: 13px;
		margin-top: 0px;
	}
	.position-footer-top .description{
		display: none;
	}
	.newsletter-block .title-text {
	    padding: 0px 0 0px 100px
	}
	#cart .dropdown-menu{
		right: -10px;
	}
	#carousel0 .m-auto{
		padding: 0 40px;
	}
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image {
		margin-right: 9px;
	}
}
@media (max-width: 991px) and (min-width: 769px){
	.cms-homepage .content-block {
	    left: 0;
	    right: 0;
	    display: block;
	    position: relative;
	    margin: 0 auto;
	    justify-content: center;
	    text-align: center;
	}
	.cms-homepage .content-data {
		padding-left: 0px;
	}
	.cms-homepage p,
	.cms-homepage h4 {
		padding-left: 0px;
	}
}
