body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #222222;
	font-size: 14px;
	line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color: #f5f5f5;
}
/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: 500;
	text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #222;
}
a:hover {
	text-decoration: none;
}
.fa {
	font-size: 14px;
}
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: 14px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline;}
a:focus, a:hover, div:focus, button:focus, img:focus {
	text-decoration: none;
	outline: none;
	color: #434a54;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, .addcart:focus {
    outline: none;
}
a:focus,button:focus, input:focus, textarea:focus, select:focus, div:focus, img:focus, .form-control:focus{
	outline: none;
	color: unset; 
	box-shadow: none;
	border-color: #ddd;
    text-decoration: none;
}
a:focus, button:focus, i:focus,.btn.active.focus, .btn.active:focus, .btn.focus, 
.btn:active.focus, .btn:active:focus, .btn:focus, button:focus, input:focus,
select:focus, textarea:focus{
	outline: none;
	box-shadow: none;
}
/*----------------------------------------------*/
/* scroll bar */
/*----------------------------------------------*/
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;
}
::-moz-selection {
	background-color: #222;
	color: #fff;
}
::selection {
	background-color: #222;
	color: #fff;
}
/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop i {
	color: #ffffff;
    font-size: 24px;
}
.scrollToTop {
	position: fixed;
    right: 15px;
    bottom: 20px;
    color: #444444;
    z-index: 5;
    border: 1px solid #ffffff;
    background-color: #434a54;
    height: 40px;
    padding: 6px;
    width: 40px;
    text-align: center;
}
.back-to-top:hover {
	background-color: #ffffff;
	border-color: #333333;
}
.back-to-top:hover i{
	color: #000000;
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
/*.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 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: #444;
}

.loader:before{
  z-index: 100;
  animation: spin 1s infinite;
}

.loader:after{
  border: 3px solid #eee;
}

@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);
  }
}
/** End QuickView **/
/*----------------------------------------------*/
/* 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;
}

.page-loader .home-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
}
.page-loader .home-loader .loader-spinner {
    opacity: 1;
    height: 100%;
    width: 10%;
}
.page-loader .home-loader .loader-spinner:before {
    animation: 0.8s linear infinite spinner;
    -webkit-animation: 0.8s linear infinite spinner;
    -moz-animation: 0.8s linear infinite spinner;
    -o-animation: 0.8s linear infinite spinner;
    animation-play-state: inherit;
    -webkit-animation-play-state: inherit;
    -moz-animation-play-state: inherit;
    -o-animation-play-state: inherit;
    border: solid 2px #dedede;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: " ";
    top: 50%;
    left: 50%;
    position: absolute;
    opacity: inherit;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    height: 40px;
    width: 40px;
    border-bottom-color: #333333;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}
/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert.alert-success {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
}
.alert {
    padding: 9px 30px 9px 15px;
    border-radius: 0;
    text-align: center;
    position: relative;
    line-height: 20px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 36px;
}
.newsletterblock .alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#form-review .alert.alert-success,
#post_comment .alert{
    position: relative;
}

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
 .quickview-wrapper {
    background-color: #f5f5f5;
    display: none;
    height: 80vh;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    padding: 30px 20px;
    position: fixed;
    right: 0;
    top: 7%;
    width: 70%;
    z-index: 999;
}
.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: 50px;
	height: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
	margin: auto;
	background-color: transparent;
	line-height: 50px;
}
.quickview-loader-inner{
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;	
}
.quickview-loader-inner:before{
	font-family: FontAwesome;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	content: "\f1ce";
	color: #333;
	vertical-align: middle;
}

/*----------------------------------------------*/
/* Start 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;
}
.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;
}
.modal-open .modal{
	overflow: unset;
}
.modal-open {
    overflow: unset!important;
	padding-right: 0!important;
}
.newsletter-content-innner .alert {
    margin: 15px auto 10px;
    display: table;
    position: relative;
    width: 100%;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 80%;
}
@media (max-width: 600px){
	.newsletter-popup .modal-dialog {
	    width: 90%;
	}
}
@media (min-width: 541px){
	.newsletter-content-innner .alert {
	    max-width: 70%;
	}
}

/*----------------------------------------------*/
/* top */
/*----------------------------------------------*/
#top {
	background-color: #222222;
	min-height: 150px;
}
#top .col-sm-4.col-xs-4{
	padding: 0;
}

/* header left */
.contact {
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll 0px 0px transparent;
    margin: 37px 0;
    font-size: 16px;
    color: #fff;
    width: max-content;
    width: -moz-max-content;
    text-transform: capitalize;
}
.contact span {
	line-height: 25px;
}
.contact span:first-child {
    padding-left: 35px;
}

/*logo*/
#logo {
    margin: 29px 0;
}
#logo img {
    margin: 0 auto;
}
@media (max-width: 375px){
    #logo img {
        width: 155px;
    }
}

/*header right*/
.header-links {
    float: right;
    margin: 38px 0;
}
.header_cart,
#header_ac,
.header-search {
    float: right;
}
/* search */
#search .btn_search {
	background:url(../image/mahardhi/header-icon.png) 6px -43px no-repeat transparent;
    height: 25px;
    width: 30px;
    z-index: 9;
    position: relative;
    cursor: pointer;
}
#search .btn_search.active {
	background: url(../image/mahardhi/cross.png) no-repeat scroll 10px 2px;
}
#search .box-content {
    width: 250px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 11;
    top: 62px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#search .btn-lg {
	padding: 0 10px;
    background-color: #fff;
    position: absolute;
    right: 0;
    z-index: 5;
    color: #222;
    top: 0;
    line-height: 40px;
}
#search .input-lg {	
	height: 40px;
    padding: 0px 35px 0 10px;
    border-radius: 0;
    border: none;
}
#search .box_content .btn-default.btn-lg {
	background: none;
	padding: 10px 15px;
	border:none;
	color: #222222;
	box-shadow: none;
}
#search.mahardhi-search .box-content {
	display: none;
}
.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: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
/*cart*/
.header-links .header_cart{
	padding: 0 20px;
}
#cart > .btn {
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll 0px -87px transparent;
    height: 25px;
    width: 25px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
#cart-total {
	position: absolute;
    font-size: 14px;
    line-height: 12px;
    padding: 2px 4px;
    top: -15px;
    right: -5px;
    border-radius: 15px;
    background-color: #fff;
    color: #222;
    z-index: 9;
}
#cart .dropdown-menu {
	top: 62px;
    border: none;
    overflow: hidden;
    display: none;
    background: #fff;
    z-index: 1001;
    border-radius: 0;
    margin: 0;
    padding: 0px;
    width: 300px;
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}
#cart .dropdown-menu li p {
	margin: 0;
	font-size: 14px;
}
.product-cart-empty {
    padding: 20px 0;
}
.header_cart i.fa.fa-shopping-cart {
	display: none;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #ffffff;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
    display: block;
}
#cart .dropdown-menu .table>tbody>tr>td, #account-address .table>tbody>tr>td {
    vertical-align: top;
}
#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
}
#cart .dropdown-menu table td {
    background: none;
    border: none;
    padding: 5px 4px;
    color: #222;
}
#cart .dropdown-menu li td, td.cart-total-price {
    font-size: 14px;
    font-weight: 600;
}
#cart .img-thumbnail {
    border: none;
    padding: 0;
    border-radius: 0;
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 10px;
}
#cart .dropdown-menu .product-item-name, #cart .product-cart-info .product-cart-qty {
    font-weight: normal;
}
.product-cart-info {
    margin-top: 8px;
}
#cart .product-cart-info .product-cart-price, .product-cart-total {
    color: #434a54;
}
#cart .dropdown-menu li tr:last-child td:last-child, tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: #434a54;
}
#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 .btn-danger {
    background: #fff;
    color: #222;
    border-radius: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #ddd;
    padding: 10px 20px 0px 20px;
}
#cart .dropdown-menu li td strong, #cart .dropdown-menu li small, td.cart-total-title {
    font-size: 14px;
}
.product-cart-button {
    padding: 0px 0px 20px 0px;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
    background: #fff;
    z-index: 1001;
    margin: 0;
}
@media only screen and (max-width: 375px){
    #cart .dropdown-menu {
        left: auto;
        right: -35px;
    }
}
/*account*/
#header_ac .account_menu {
    background: url(../image/mahardhi/header-icon.png) no-repeat scroll 0px -130px transparent;
    display: block;
    height: 25px;
    width: 25px;
}
#header_ac .dropdown-menu {
    margin: 0;
    top: 62px;
    padding: 10px 0;
}
.dropdown-menu li> a {
	color: #777777;
    padding: 5px 20px;
}
#header_ac .pull-left {
    padding: 0 8px;
}
ul.curr,
ul.lang {
    padding: 0px 5px;
    min-width: 240px;
    display: flex;
}
#header_ac .curr li,
#header_ac .lang li {
    list-style-type: none;
    margin: 5px 5px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
    border: 1px solid #eee;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}
@media only screen and (max-width: 640px){
    #top .col-sm-4.col-xs-4:first-child {
        display: none;
    }
    #top .col-sm-4.col-xs-4 {
        width: 50%;
    }
    #logo{
        float: left;
    }
}
@media (max-width: 375px){
    #logo {
        margin: 32px 0;
    }
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.servicecontent {
    background-color: #fff;
    margin: -50px 0 30px 0;
    box-shadow: 0px 8px 10px rgba(0,0,0,0.2);
}
header .service-box {
    padding-top: 30px;
}
.service {
    background-color: #eeeeee;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.service:hover {
    background-color: #e2e2e2;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 640px){
    header .col-sm-4 {
        width: 100%;
        padding: 15px;
    }
    header .service-box {
        padding-top: 15px;
    }
}
@media (max-width: 375px){
    header .col-sm-4 {
        padding: 15px 0;
    }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
.menu {
    clear: both;
}
#menu {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
#menu .nav > li > a {
    color: #222222;
    padding: 25px 35px;
    background-color: transparent;
}
#menu .dropdown-inner,
#navCategory .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
	display: table-cell;
}
#menu .menulist .dropdown-menu a {
    font-size: 14px;
    text-transform: capitalize;
}
#menu .dropdown-inner li a:hover,
#navCategory .dropdown-inner li a:hover {
	color: #434a54;
	background-color: transparent;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#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: 1px solid #f7f7f7;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 10px;
	top: 15px;
}
#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;
	/*display: none;*/
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
@media (min-width: 992px) {
    #topCategoryList .navbar-nav{
        float: unset;
        padding: 0;
    }
    #topCategoryList .navbar-nav>li{
        float: unset;
        display: inline-block;
    }
    #menu .nav > li.dropdown.menulist:hover > a::before,
    #menu .nav > li.menulist.hiden_menu:hover > a::before{
        color: #000;
        text-shadow: 10px 0 #cccccc, -10px 0 #cccccc; 
    }
    #menu .nav > li.dropdown.menulist > a::before,
    #menu .nav > li.menulist.hiden_menu > a::before {
        position: absolute;
        bottom: 0px;
        left: 0px;
        color: transparent;
        content: "•";
        text-shadow: transparent 0px 0px;
        font-size: 1.2em;
        pointer-events: none;
        right: 0px;
        text-align: center;
        transition: text-shadow 0.3s, color 0.3s;
        margin: 0px auto;
    }
    #menu .nav > li > a:hover,
    #menu .nav > li.open > a {
        color: #434a54;
    }
	#menu .dropdown-menu,
	#menu .hiden_menu .dropdown-inner{
		padding: 0;
		border-radius: 0;
		left: 36px;
		-o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
		transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
		visibility: hidden;
		display: block;
		opacity: 0;
		margin-top: 50px;
		/*filter: alpha(opacity=0);*/
		-webkit-transition: all 0.35s ease-out 0s;
		-o-transition: all 0.35s ease-out 0s;
		transition: all 0.35s ease-out 0s;
		min-width: 222px;
		background-color: #fff;
	}
	#menu .dropdown-inner a {
        min-width: 160px;
        display: block;
        padding: 10px 18px;
        clear: both;
        line-height: 26px;
        color: #222222;
        font-size: 14px;
        font-weight:500;
        text-transform: capitalize;
		min-width: 222px;
        border-bottom: 1px solid #f7f7f7;
    }
    #menu .dropdown:hover .dropdown-menu,
    #menu ul li.hiden_menu:hover .dropdown-inner {
        display: block;
        visibility: visible;
        opacity: 1;
        /*filter: alpha(opacity=100);*/
        margin-top: 0px;
        text-align: left;
    }
    #menu ul li.hiden_menu .dropdown-inner {
        position: absolute;
        z-index: 999;
        border: 1px solid #f7f7f7;
    }    
    #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
        display: none;
    }
}
@media (max-width: 1199px) {
    #menu .nav > li > a {
        padding: 25px;
    }
}
@media (max-width: 991px) {
	#menu .btn-navbar {
		font-size: 15px;
		font-stretch: expanded;
		color: #FFF;
		padding: 5px 15px;
		border-radius: 0;
		float: right;
		background-color: #333;
		background-repeat: repeat-x;
		border-color: #333;
		margin: 0;
		box-shadow: none;
		display: block;
	}
	#menu #category {
		font-size: 16px;
		font-weight: 600;
		color: #222222;
		float: left;
		position: relative;
	    top: 7px;
	    display: block!important;
	}
	.fa-bars {
	    font-size: 20px;
	}
	#menu .nav > li > a,
	#menu #topCategoryList .dropdown-inner a{
		color: #ffffff;
		font-weight: 500;		
		padding: 10px 20px;
		display: block;
	}
	#topCategoryList {
		display: none;
	    position: absolute;
	    width: 100%;
	    background-color: #222;
	    z-index: 99999;
	    padding: 10px 0;
	}
	#menu #topCategoryList ul {
		float: none;
	    display: block;
	    text-align: left;
	    margin: 0;
		background: transparent;
	}
	#menu .dropdown-inner,
    #navCategory .dropdown-inner {
	    display: block; 
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
	    display: block;
	    margin-left: 15px;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
	    float: none;
	    background-color: transparent;
	    border: none;
	    box-shadow: none;
	    display: none;
	    padding: 0;
	}
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none; 
		position: unset;
		border: none;
		margin: 0 0 0 15px;
	}
	#topCategoryList li .toggle-menu {
		position: absolute;
		right: 15px;
		color: #ffffff;
		top: 8px;
		padding: 2px 6px;
	}
	#topCategoryList li.sub-menu-item .toggle-menu {
		right: 25px;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
	#topCategoryList ul li {
	    float: none;
	}
	#menu .navbar-header {
		margin: 10px;
	}
    #topCategoryList #more_cat {
        display: none;
    }
}

/*----------------------------------------------*/
/* swiper pager */
/*----------------------------------------------*/
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev,
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
	opacity: 1!important;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev{
	left: 20px!important;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
	right: 20px!important;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev,
.slideshow .swiper-viewport .swiper-pager .swiper-button-next{
	height: 40px;
    width: 40px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 27px;    
    text-align: center;
}
.swiper-viewport .swiper-pager .swiper-button-prev:hover,
.swiper-viewport .swiper-pager .swiper-button-next:hover{
    background-color: #434a54;
    border-color: #434a54;
}
.swiper-viewport {
	border: unset;
}
.swiper-pagination {
	display: none;
}
.slideshow  .swiper-slide img {
	width: 100%;
	max-width: 100%;
}
.swiper-viewport .swiper-pager .swiper-button-prev i,
.swiper-viewport .swiper-pager .swiper-button-next i{
	font-size: 24px;
	margin: 0px;
	color: #ffffff;
	position: relative;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before{
	content:"";
}
.slideshow .swiper-button-next:before, 
.slideshow .swiper-button-prev:before {
    vertical-align: middle;
}
/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.common-home .swiper-viewport {
    box-shadow: none;
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.furniture-banner-outer.container-outer > div{
	position: relative;
	text-transform: uppercase;
}
.furniture-banner1,
.furniture-banner3,
.furniture-banner4 {
    float: left;
}
.furniture-banner2,
.furniture-banner5{
    float: right;
}
.furniture-banner-outer img {
    width: 100%;
}
.cms_banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hover_content {
    display: table;
    height: 100%;
    width: 100%;
}
.inner1 .hover_content {
	position: absolute;
	color: #222222;
	z-index: 200; 
	text-transform: uppercase;
	padding: 20px;
}
.hover_data {
	display: table-cell;
    vertical-align: middle;
}
.hover_content .desc-text::after {
	content: "";
    height: 1px;
    left: 0;
    right: 0;
    width: 18%;
    position: absolute;
    background-color: #222222;
    text-decoration: none;
    bottom: 0;
    margin: 0 auto;
}
.furniture-banner4 {
    width: 36.7%;
}
.furniture-banner4 .inner2 .hover_content {
    background: #222222;
    color: #ffffff;
    margin: 30px;
    padding: 37px 10px;
	width: 86.2%;
}
.inner2 .hover_content .desc-text::after {
	background-color: #ffffff;
    height: 2px;
    width: 50px;
}
.furniture-banner1 .hover_content,
.furniture-banner4 .hover_content,
.furniture-banner5 .hover_content {
    text-align: center;
}
.furniture-banner1 .hover_content .title,
.furniture-banner5 .hover_content .title {
    font-size: 30px;
    font-weight: 600;
}
.hover_content .desc-text {
    font-weight: 600;
    padding: 20px 0;
    position: relative;
}
.hover_data	.shop-now {
    padding-top: 20px;
}
.furniture-banner-outer .hover_data .shop-now a{
	background: transparent;
	border: 1px solid #222222;
	color: #222222;
	padding: 14px 19px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	line-height: 10px;
}
.furniture-banner4 .inner2 .hover_data	.shop-now a {
	border: 1px solid #ffffff;
	color: #ffffff;
}
.furniture-banner-outer .inner1:hover .hover_data .shop-now a {
	background-color: #222222;
	color: #ffffff;
}
.furniture-banner4 .inner2:hover .hover_data .shop-now a {
	background-color: #ffffff;
	color: #222222;	
}
.furniture-banner2 .hover_content .desc-text::after,
.furniture-banner3 .hover_content .desc-text::after {
	top: 0;
	left: 0;
	right: auto;
    width: 43%;
}
.hover_content .main_title {
    margin-bottom: 20px;
}
.furniture-banner3 .hover_data{
	display: block;
	vertical-align: top;
    margin-top: 40px;
}
.furniture-banner3 {
	margin: 30px 0 0 0px;
}
.furniture-banner4 .hover_data .title{
	font-size: 36px;
	line-height: 26px;
	font-weight: 600;
}
.furniture-banner4 .hover_data .desc-text{
	font-size: 16px;
	padding: 20px 0;
}
.furniture-banner2 .inner1 .hover_content .desc-text,
.furniture-banner3 .inner1 .hover_content .desc-text{
	color: #ffffff;
}
.furniture-banner2 .hover_content .title,
.furniture-banner3 .hover_content .title {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}
.inner1 .imghover,
.furniture-banner .imghover {
	background: #ffffff;
	height: 85.8%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	width: 94.8%;
	margin: 20px;
}
.furniture-banner .imghover {
	height: 83.8%;
	width: 96.5%;
}
.inner1:hover .imghover,
.furniture-banner:hover .imghover {
	opacity: 0.5;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.furniture-banner2 .inner1 .imghover,
.furniture-banner3 .inner1 .imghover {
	 height: 92.4%;
	 width: 89%;
} 
.inner2 .hover_content:hover::before,
.inner2 .hover_content:hover::after {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.inner2 .hover_content::before {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
}
.inner2 .hover_content::after,
.inner2 .hover_content::before {
	bottom: 40px;
	content: "";
	left: 40px;
	opacity: 0;
	position: absolute;
	right: 40px;
	top: 40px;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	z-index: 1;
}
.inner2 .hover_content::after {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: scale(1, 0);
}
.furniture-banner img {
    width: 100%;
}
.furniture-banner {
    margin: 50px 0 0 0;
    position: relative;
}
@media only screen and (max-width: 1199px){
	.inner1 .imghover,
	.furniture-banner .imghover {
	    height: 83%;
	    width: 93.3%;
	}
	.furniture-banner1,
	.furniture-banner5 {
	    width: 63.66666667%;
	}
	.furniture-banner4 .inner2 .hover_content {
		padding: 27px 0;
		width: 81.4%;
	}
	.furniture-banner4 .hover_data .title {
		font-size: 28px;
	}
	.furniture-banner2,
	.furniture-banner3,
	.furniture-banner4 {
		width: 33.33%;
	}
	.furniture-banner2 .inner1 .imghover,
	.furniture-banner3 .inner1 .imghover {
    	height: 91%;
   	 	width: 87%;
	}	
}
@media only screen and (max-width: 991px){
	.furniture-banner-outer .hover_data .shop-now a{
		background-color: #222222; color: #ffffff;
	}
	.furniture-banner4 {
	    display: none;
	}
	.furniture-banner1, .furniture-banner5{
		width: 100%;
	}
	.furniture-banner2, .furniture-banner3{
		width: 48%;
		margin: 0;
	}
	.furniture-banner1 {
	    margin-bottom: 30px;
	}
	.furniture-banner5{
		margin-top: 30px;
	}
	.inner1 .hover_content{
		padding: 0 20px;
	}
	.furniture-banner3 .hover_data{
		display: table-cell;
		vertical-align: middle;
	}
    .inner1:hover .imghover,
    .furniture-banner:hover .imghover {
        opacity: 0;
        display: none;
    }
}
@media only screen and (max-width: 540px){
	.furniture-banner1 .hover_content .title,
	.furniture-banner5 .hover_content .title{
		font-size: 20px;
	}
	.hover_content .desc-text{
		padding: 5px 0;
	}
	.hover_data .shop-now{
		padding-top: 5px;
	}
	.furniture-banner-outer .hover_data .shop-now a{
		padding: 6px 10px;
	}
	.hover_content .main_title {
	    margin-bottom: 5px;
	}
	.furniture-banner2 .hover_content .title,
	.furniture-banner3 .hover_content .title{
		font-size: 20px;
		line-height: 20px;
	}
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.newsletter-block {
    padding: 50px 0px;
    margin: 50px 0 0;
    background-size: cover;
}
.banner-content1 {
	background:  url(../image/mahardhi/chair_news.png) no-repeat 0;
	height: 400px;
	position: relative;
}
.col-sm-8.content_cms {
	position: absolute;
	top: 32%;
	left: 30%;
	width: 400px;
}
.cms_text1 {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 36px;
	font-weight: normal;
}
.cms_subtitle {
	text-transform: uppercase;
	line-height: 45px;
	font-weight: 600;
	font-size: 74px;
	padding: 15px 0 0 0;
}
.news {
	position: relative;
}
.newsletterblock {
	width: 360px;
	text-align: center;
	color: #999999;
	background-color: #ffffff;
	padding:40px 35px;
	position: absolute;
    bottom: 60px;
	right: 0;
	z-index: 1;
	box-shadow: 2px 10px 12px 1px #DFDFE0;
}
.newsletterblock .text-content .des {
	background: transparent url(../image/mahardhi/envelope.png) no-repeat scroll left center;
	height: 38px;
	width: 50px;
	display: inline-table;	
}
.newsletterblock .title-text {
	text-transform: uppercase;
	color: #777777;
	margin-top: 17px;
}
.newsletterblock .text-content .title-text span {
	color: #222222;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	display: inline-table;
	margin-top: 5px;
}
.text-content .description{
	line-height: 24px;
	padding: 0 20px;
	color: #777777; 
	margin: 0;
    font-size: 14px;
}
.subscribe-form #newsletter_usr_email{
	margin:25px 0;
	box-shadow: none;
}
.newsletterblock .block-content button.btn {
    background-image: unset;
    background-color: #222222;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.subscribe-form .input-lg,
.newsletter-content .newsletter_usr_popup_email{
	height: 36px;
	background-color: #f4f4f4;
	border-radius: 0;
	padding: 10px 15px;
	border:1px solid #e6e6e6;
}
@media only screen and (max-width: 1199px){
	.col-sm-8.content_cms {
	    left: 32%;
	    width: 320px;
	}
	.cms_text1 {
	    font-size: 25px;
	}
	.cms_subtitle {
	    font-size: 55px;
	}
}
@media only screen and (max-width: 991px){
	.banner-content1 {
	    background: none;
	}
	.col-sm-8.content_cms{
		display: none;
	}
    .newsletterblock { 
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 375px){
    .newsletterblock {
        width: 300px;
    }
    .text-content .description{
        padding: 0;
    }
}

/*----------------------------------------------*/
/* buttons */
/*----------------------------------------------*/
.buttons {
	margin: 1em 0;
}
#tab-review .buttons {
	margin: 1em 0 0;
}
.btn {
	padding: 7.5px 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: 16px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
	width: auto;
	border: none;
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #222;
	text-decoration: none;
}
#cart .text-right .addtocart-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:hover,
#cart .text-right .checkout-btn:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active,
.btn-default:active: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]{
	background: #434a54;
	border-color: #434a54;
	color: #fff;
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding: 10px 12px;
	font-weight: 600;
}
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-repeat: repeat-x;
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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: #222;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-repeat: repeat-x;
	border-color: #222 #222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222;
}
.btn-link:focus, .btn-link:hover {
    color: #434a54;
    text-decoration: none;
    outline: none;
}

/* 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;
}

/* list group */
.list-group a {
	border: none;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #ffffff;
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.box {
    margin: 80px 0 0 0;
}
.page-title h3 {
    background: #434a54;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 12.5px 30px;
    text-transform: uppercase;
}
.page-title {
    position: relative;
    margin-bottom: 30px;
}
.page-title:before {
    border-bottom: 2px solid #434a54;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
}
.product-thumb {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}
.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-thumb:hover {
    box-shadow: 2px 10px 12px 1px #DFDFE0;
}
.product-thumb:hover .quickview-button {
    opacity: 1;
}
.product-thumb .quickview-button{ 
    position: absolute;
    top: 40%;
    height: 40px;
    width: 40px;
    padding: 10px;
    background-color: rgba(255,255,255,0.7);
    opacity: 0;
    color: #222;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.product-thumb:hover .button-group {
    opacity: 1;
    right: 10px;
}
.product-thumb .button-group {
    transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    opacity: 0;
    position: absolute;
    top: 25%;
    right: -50px;
}
.product-thumb .button-group button {
    border-radius: 50px;
    padding: 0;
    color: #434a54;
    height: 40px;
    width: 40px;
    display: block;
    background-color: #fff;
    border: 2px solid #434a54;
    margin-bottom: 10px;
    line-height: 38px;
}
.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #434a54;
}
.thumb-description {
    position: relative;
    overflow: hidden;
}
.product-thumb .caption {
    text-align: -webkit-center;
    text-align: -moz-center;
    position: relative;
}
.product-thumb .price {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background-color: #434a54;
    padding: 0 15px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0;
}
.product-thumb .price-new {
    margin-right: 5px;
}
.product-thumb .price-old {
    font-weight: 500;
    text-decoration: line-through;
}
.product-thumb .product-title {
    font-weight: normal;
    text-align: center;
    margin: 17px 0;
    font-size: 14px;
    text-transform: uppercase;
	line-height: 18px;    
}
.product-thumb .thumb-description .caption p::after {
    content: "";
    height: 1px;
    left: 50px;
    max-width: 100%;
    padding: 0;
    position: absolute;
    right: 50px;
    background-color: #434a54;
}
.section-sale {
    position: absolute;
    top: 10px;
    right: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #434a54;    
    padding: 0px 10px;
}
.product-thumb .rating,
.product-thumb .price-tax,
.product-thumb .thumb-description .price_cart {
    display: none;
}
/*product tab*/
.product-tab-block .nav-tabs {
	border: none;
    padding: 0;
}
.product-tab-block .nav-tabs>li{
	margin: 0;
}
.nav-tabs>li>a:hover,
.product-tab-block .nav-tabs>li>a.selected {
	background-color: #434a54;
	color :#ffffff;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
}
/* product hover */
.product-thumb .hover-img {
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transform: scale(0.8) rotateY(0deg);
    -moz-transform: scale(0.8) rotateY(0deg);
    -webkit-transform: scale(0.8) rotateY(0deg);
    -ms-transform: scale(0.8) rotateY(0deg);
    -o-transform: scale(0.8) rotateY(0deg);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    visibility: hidden;
}
.product-thumb:hover .hover-img {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    overflow: hidden;
    transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -webkit-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transition-duration: 500ms;
    -webkit-transition-duration:500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    visibility: visible;
}
@media (max-width: 991px){
	.product-thumb .button-group{
		opacity: 1;
		right: 10px;
	}
	.product-thumb .quickview-button,
    .product-list .button-group{
	    display: none;
	}
}
@media (max-width: 680px){
    .product-layout.col-xs-4{
        width: 50%;
    }
}
@media (max-width: 640px){
    .product-list .product-thumb .image,
    .product-list .thumb-description {
        float: left;
    }
    .product-list .thumb-description {
        margin-left: 20px;
    }
}
@media (max-width: 480px){
    .product-tab-block .nav-tabs>li>a {
        padding: 10px 15px;
        margin: 0;
    }
}
@media (max-width: 425px){
    .product-layout.col-xs-4 {
        width: 100%;
    }    
}
@media (max-width: 375px){
    .product-tab-block .nav-tabs>li>a {
        padding: 10px 7px;
    }
}

/*carousel*/
.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-carousel.owl-theme .owl-nav div {
    margin: 0;
    opacity: 1;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #434a54;
    height: 25px;
    width: 25px;
    position: absolute;
    top: -65px;
    line-height: 25px;
    padding: 0 8px;
     color: #434a54;
}
.owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 45px;
}
.owl-carousel .owl-nav .owl-next {
    right: 15px;
}
.owl-carousel .owl-nav i {
    font-size: 20px;
}
.owl-carousel.owl-theme .owl-nav div:hover {
    background-color: #434a54;
    border: 1px solid #434a54;
    color: #fff;
}
.carousel .swiper-pager {
    top: 60%;
}
.carousel .swiper-pager {
    top: 60%;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev,
.carousel .swiper-viewport .swiper-pager .swiper-button-next {
    opacity: 1;
    height: 25px;
    width: 25px;
    left: 0;
    border: 1px solid #434a54;
    text-align: center;
    line-height: 10px;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-next {
    right: 0;
    left: auto;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev i,
.carousel .swiper-viewport .swiper-pager .swiper-button-next i {
    color: #000000;
    font-size: 20px;
 }

.carousel .swiper-viewport .swiper-pager .swiper-button-prev:hover,
.carousel .swiper-viewport .swiper-pager .swiper-button-next:hover {
    background-color: #434a54;
}
.carousel .swiper-viewport .swiper-pager .swiper-button-prev:hover i,
.carousel .swiper-viewport .swiper-pager .swiper-button-next:hover i{
    color: #ffffff;
}
.owl-carousel.owl-theme  .owl-nav .disabled {
    opacity: 0.8;
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
.carousel .swiper-viewport {
    margin: 80px 0 0 0;
    background-color: transparent;
}
#carousel0 .swiper-slide img.img-responsive {
    opacity: 0.7;
}
#carousel0 .swiper-slide img.img-responsive:hover {
    opacity: 1;
}
.carousel .swiper-pager {
    top: 60%;
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.mblog .product-layout.col-xs-12 {
	padding: 0;
}
.product-block.blog-block.transition {
	background-color: #fff;
}
.blog-info .image ,.image-blog {
	position: relative;
}
.blog-block .image {
	background: #000000;
}
.blog-block:hover .image img {
	opacity: 0.6;
}
.link_info {
	text-align: center;
	padding: 36px 55px;
}
.link_info .blog-date {
	font-size: 18px;
	font-weight: bold;
}
.blog-text {
	line-height: 25px;
	color: #777777;
}
.caption .blog-group {
	margin: 23px 0 0 0;
}
.link_info .blog-comment {
	font-weight: bold;
	display: inline-block;
}
.blog-read {
	margin-left: 20px;
}
.mblog .owl-nav .owl-next {
	right: 0;
}
.mblog .owl-nav .owl-prev {
	right: 30px;
}
.owl-item:nth-child(even) .blog-info{
	position: absolute;
	top:100%;
}
.blog-block:hover .hover-post::before {
	opacity: 1;
	left: 51%;
}
.blog-block:hover .hover-zoom::before {
	opacity: 1;
	right : 51%;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post:before{
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	height: 45px;
	display: block;
	line-height: 42px;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	top: 50%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	width: 45px;
	z-index: 2;
	border:1px solid #fff;
	transform: translate(0,-50%);
}
.blog-block .hover-zoom::before {
	content: "\f002";
	font-family: FontAwesome;
	right : 90%;
}
.blog-block .hover-post:before {
	content: '\f0c1';
	font-family: FontAwesome;
	left:  90%;
	line-height: 43px;
}
.blog-block .hover-post:hover:before,
.blog-block .hover-zoom:hover:before {
	background: #434a54;
	border:1px solid #434a54;
}
@media (max-width: 1199px){
	.link_info {
	    padding: 74px 30px;
	}
}
@media (max-width: 991px){
	.link_info {
	    padding: 27px 30px;
	}
}
@media (max-width: 767px){
    .owl-item:nth-child(even) .blog-info {
        position: unset;
        top: unset;
    }
    .link_info {
        padding: 30px;
    }
}
@media (max-width: 480px){
    .link_info {
        padding: 30px 10px;
    }
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
#product-page .col-sm-6{
	margin-bottom: 50px;
}
#category-blogs #content .product-thumb {
	background: none;
	margin-bottom: 50px;
}
#category-blogs .product-thumb:hover{ 
	box-shadow: none;
}	
.blog-category .blog-date {
	position: absolute;
	top: 0;
	background: #434a54;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
}
#category-blogs .product-thumb h4,
h4.article-page-title {
	margin: 20px 0 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.caption-blog  p,
.info_blog p,
.singblog-description{
	color: #777777;
	line-height: 25px;
	margin: 0;
}
/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
#content-blogs .thumbnails .thumbnail {
	border: unset;
	margin: 0;
	padding: 0;
}
#post_comment .leave-hedding, .comment_cust .leave-hedding {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
}
#post_comment #commnt_form.form-horizontal .control-label {
	text-align: left;
}
.comment_cust h4 {
	margin-bottom: 20px;
}
.commentlist ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.commentlist ul li:last-child {
	padding-bottom: 0;
}
.commentlist ul li {
	padding-bottom: 25px;
}
.comment_cust .comment-text .user_img {
	float: left;
	height: 60px;
	width: 60px;
	background-color: #d5d5d5;
	text-align: center;
	line-height: 65px;
}
.comment_cust .comment-text .user_img i {
	font-size: 24px;
}
.comment_cust .comment-desc {
	padding-left: 80px;
	line-height: 25px;
	letter-spacing: 0.5px;
}
.comment_cust .comment-desc .name {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}
.comment_cust .comment-desc .date {
	color: #777777;
}
.comment-text {
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	background: #fff;
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
footer {
    margin-top: 80px;
    background-color: #434a54;
    color: #fff;
}
.footer-top {
    padding: 80px 0;
    border-bottom: 1px solid #fff;
}
footer .col-sm-2,
footer .col-sm-3:not(:last-child) {
    border-right: 1px solid #fff;
    height: 245px;
}
footer a {
    color: #fff;
}
footer a:hover,
footer a:focus {
    color:#eee;
}
footer h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: unset;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}
footer .col-sm-2 a{
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    line-height: 30px;
}
footer .col-sm-2, footer .col-sm-3:last-child {
    padding-left: 20px;
}
footer .col-sm-2 a:hover{
    margin-left: 5px;
}

/* footer left */
footer .position-footer-left ul p {
    line-height: 29px;
    margin: 20px 0 20px;
}
li.social_block {
    display: inline-block;
    margin-right: 8px;
}
.block-social li a {
    background: #eeeeee;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.social_block a i {
    line-height: 30px;
    color: #777777;
}
.social_block a:hover i {
    color: #fff;
}
.facebook.social_block a:hover {
    background: #3B5998;
}
.twitter.social_block a:hover {
    background: #55ACEE;
}
.g-plus.social_block a:hover {
    background: #dd4b39;
}
.linkdin.social_block a:hover {
    background: #0077B5;
}
.instagrm.social_block a:hover {
    background: #125688;
}

/* footer right */
.footer-top .position-footer-right ul li {
    padding-left: 25px;
    position: relative;
    line-height: 30px;
}
.position-footer-right li i {
    position: absolute;
    left: 0;
    line-height: inherit;
    color: #fff;
}
.footer_payment {
    margin-top: 20px;
}
.footer-top .position-footer-right ul li.footer_payment {
    padding-left: 0;
}

/* footer bottom*/
footer .footer_bottom p {
    text-align: center;
    margin: 0;
    font-weight: bold;
    padding: 20px 0;
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}
@media (max-width: 991px){
	.footer-top {
	    padding: 35px 0 30px;
	}
	footer .col-sm-2, footer .col-sm-3:not(:last-child) {
	    height: auto;
	    border: none;
	}
	.position-footer-left ul.list-unstyled {
	    display: block!important;
	}
	.position-footer-left {
	    margin-bottom: 30px;
	}
	footer .position-footer-left ul p {
	    margin: 10px 0 20px;
	}
	footer h5 {
	    position: relative;
	    margin: 20px 0;
	}
	footer .col-sm-2,
	.footer-top .col-sm-3{
	    width: 100%;
        float: unset;
	}
    .block-social span,
    .footer_payment span{
        display: none;
    }
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    float: left;
}
@media (max-width: 767px){
    .breadcrumb,
    .page_title{
        width: 100%;
        float: unset;
        text-align: center;
    }
    .page_title {
        margin-bottom: 12px;
    }
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.row.breadcrumb-row {
    margin: 0 0 30px 0;
    background: #434a54;
    padding: 14px 15px;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	float: right;
	color: #ffffff;
	font-size: 14px;
	border: none;
	background: #434a54;
}
.breadcrumb > li {
    position: relative;
    white-space: nowrap;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb i.fa.fa-home {
    font-size: 16px;
}
.breadcrumb > li + li:before {
    content: "\00bb";
    font-family: 'FontAwesome';
    padding: 0;
    color: #ffffff;
    display: inline-block;
    margin: 0px 10px;
    font-size: 20px;
    font-weight: bold;
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
/*categories*/
#column-left > div,
#column-right > div {
    margin-bottom: 30px;
}
#column-left > div:last-child,
#column-right > div:last-child{
    margin-bottom: 0;
}
#column-left .box-content,
#column-right .box-content,
#column-left .banner,
#column-right .banner,
#column-left .category-list,
#column-right .category-list {
    background-color: #fff;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
    background-color: #434a54;
    padding: 17px 20px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
}
#selectMe-desk,
.filter_box{
	margin-bottom: 0;
	padding: 10px 0;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #434a54;
    text-decoration: none;
    background-color: #fff;
    border-color: transparent;
}
.category-list .list-group-item {
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #777777;
    padding: 8px 20px;
}
.category-list .has-more-category .toggled {
    position: absolute;
    right: 10px;
}
.child-categories { display: none; }
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
	content: "\f068";
}

/*sidebar category*/
.box-category .list-unstyled.childs_1 {
    display: none;
}
.parent li .toggled span {
    color: #222222;
    font-size: 12px;
    position: absolute;
    right: 5px;
    padding: 0 5px;
}
.parent .active .open-menu::after {
    color: #222222;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 14px;
}
.parent .open-menu::after {
    color: #222222;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
}

/*REFINE SEARCH*/
.panel-default.filter {
    border: none;
}
.panel {
    border-radius: 0;
}
.filter_box .list-group a {
    padding: 10px 20px;
    color: #222222;
    font-weight: 600;
    text-transform: capitalize;
}
.filter_box .list-group-item {
    border: none;
    padding: 0px 20px;
}
.checkbox label, .radio label {
    color: #777777;
    text-transform: capitalize;
}
.filter_box .checkbox+.checkbox,
.filter_box .radio+.radio{
	margin-top: 10px;
}
#filter .panel-footer {
    text-align: left;
    padding: 5px 20px 10px;
    background: #fff;
}

/*INFORMATION*/
.sidebar .list-unstyled, .account-content .list-unstyled {
    padding: 10px 0;
}
.sidebar li, .account-content .list-group a {
    padding: 5px 20px;
}
.sidebar li a {
    color: #777777;
}
.sidebar li a:hover {
    color: #434a54;
}

/*product*/
#column-left .box,
#column-right .box{
	margin-top: 0;
}
#column-left .page-title,
#column-right .page-title {
    margin: 0;
    border-bottom: unset;
}
#column-left .page-title:before{
	display: none;
}
#column-left .page-title h3,
#column-right .page-title h3{
	display: block;
}
#column-left .block_box,
#column-right .block_box{
    padding: 20px 5px;
}
#column-left .row,
#column-right .row {
    margin: 0;
}
#column-left .product-thumb,
#column-right .product-thumb {
    margin: 0;
	box-shadow: unset;
}
#column-left .product-layout + .product-layout .product-thumb,
#column-right .product-layout + .product-layout .product-thumb {
    margin: 20px 0 0 0;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 30%;
    margin-right: 5%;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 65%;
}
#column-left .quickview-button,
#column-right .quickview-button,
#column-left .button-group,
#column-right .button-group,
#column-left .sale-text,
#column-right .sale-text,
#column-left .caption p::after,
#column-right .caption p::after,
#column-right .product-thumb .price,
#column-left .product-thumb .price{
	display: none;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0px; 
	text-align: left;
	position: relative;
    min-height: 70px;
}
#column-left .product-thumb .price-left,
#column-right .product-thumb .price-left {
    color: #222;
    background: none;
    padding: 0;
    margin: 8px 0;
    font-weight: 600;
}
#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title {
    text-align: left;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
#column-left .product-thumb .thumb-description .addcart-left,
#column-right .product-thumb .thumb-description .addcart-left {
    display: block;
}
.product-thumb .thumb-description .addcart-left {
    background: none;
    color: #777777;
    border: none;
    padding: 0;
}
#column-left .product-thumb .thumb-description .price_cart{
	display: block;
}
@media only screen and (max-width: 991px){
	#column-left, #column-right {
	    margin-top: 50px;
	}
	.toggled .toggle-open {
		position: absolute;
		right: 15px;
	}
	#selectMe-desk {
	    display: none;
	}
	.category-list .has-more-category .toggled{
		right: 20px;
	}
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image{
		width: auto;
        margin-right: 3%;
	}
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 60%;
    }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat_info {
    background: #fff;
    margin: 0px 0 30px;
    padding: 7.5px 0;
}
.cat_list_gird {
    float: left;
    width: auto;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
    color: #222;
}
#list-view.btn-default,
#grid-view.btn-default {
    border: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    color: #bbbbbb;
    padding: 0;
    margin: 7px 0;
}
#list-view.btn-default {
    margin: 7px 0 7px 10px;
}
#list-view.btn-default .fa,
#grid-view.btn-default .fa {
    font-size: 20px;
    line-height: 20px;
    vertical-align: top;
}
.com-total {
    float: left;
}
#compare-total.btn.btn-link {
    text-decoration: none;
    font-size: 16px;
    outline: none;
    padding: 5px 15px;
}
.cat-pagination-right {
    float: right;
    width: auto;
}
.cat-sort, .cat-show {
    float: left;
}
.text-right.show-text {
    padding: 0px 5px;
}
.text_sort {
    width: auto;
    padding: 0;
    font-size: 14px;
    margin-top: 6px;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-sort .form-control,
.cat-show .filter-selection .form-control,
.cat-pagination-right .limits-text {
    padding: 4px 12px;
    margin: 0;
    height: 35px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
select.form-control,
.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.select-filter-show::after,
.select-filter-sort::after {
    font-family: 'fontawesome';
    content: '\f0d7';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
}
.text_limit {
    margin: 6px 5px 0;
    padding: 0;
    width: auto;
    font-size: 14px;
}
.product-grid .description,
.product-grid .pro_description{
	display: none;
}
@media (max-width: 991px){
	.show-select,
	.text-right.show-text {
	    display: inline-block;
	}
}
@media (max-width: 767px){
    .cat-pagination-right {
        float: left;
        width: 100%;
        margin: 10px 0 0 10px;
    }
    .cat_info {
        padding: 10px 0 15px;
    }
}
@media (max-width: 480px){
    .cat-sort {
        margin-bottom: 15px;
        width: 100%;
    }
}


/*product list*/
.product-list .product-thumb:hover .button-group,
.product-grid .pro_list {
    display: none;
}
.product-list .product-thumb .caption {
    text-align: left;
    overflow: hidden;
    padding-right: 15px;
}
.product-list .product-thumb .price {
    position: absolute;
    bottom: 0;
    color: #222;
    background-color: transparent;
    border: none;
    padding: 0;
}
.product-list .caption h4 {
    text-align: left;
    margin: 20px 0 15px;
}
.product-list .caption .product-title a {
    font-weight: bold;
}
.product-list .description {
    color: #777777;
}
.product-list .product-thumb .rating {
    display: block;
    padding-bottom: 15px;
    margin: 15px 0 20px;
}
.rating .fa-stack,
#tab-review .fa-stack{
	font-size: 8px;
}
.rating .fa-star-o:before,
#tab-review .fa-star-o:before{
	content: "\f005";
}
.rating .fa-star-o,
#tab-review .fa-star-o{
	color: #cccccc;
	font-size: 15px;
}
.rating .fa-star,
#tab-review .fa-star{
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o{
	color: #ffc315;
}
.pro_list {
	margin: 20px 0;
}
.pro_list button.addcart {
    background-color: #222;
    color: #fff;
}
.pro_list button {
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    border: 1px solid #222;
    padding: 9px 20px;
}
.pro_list .wishlist, .pro_list .compare {
    padding: 9px 12px;
    margin-left: 5px;
}
.pro_list button:hover {
    background-color: #434a54;
    color: #fff;
    border-color: #434a54;
}
.product-list .product-thumb .thumb-description .caption p::after{
	display: none;
}

@media (min-width: 641px) {
	.product-list .product-thumb .image {
		float: left;
		margin-right: 30px;
	}
}

/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.row.pro_pagination {
    margin: 0;
    padding: 9px 0px;
    clear: left;
    background: #fff;
}
.pro_pagination .text-left {
    line-height: 30px;
    float: left;
}
.pagination {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: #222;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    border-radius: 0px;
    border-color: #222;
}
.pagination>li>a:last-child {
    border-radius: 0px;
}
.pagination>li>a,
.pagination>li>span {
    background-color: transparent;
    color: #222;
    float: left;
    line-height: 30px;
    margin-left: 10px;
    padding: 0px 12px;
    position: relative;
    text-decoration: none;
    border-radius: 0px;
    border: 1px solid #222;
}
@media (max-width: 767px){
    .pro_pagination .text-left,
    .pro_pagination .text-right{
        width: 100%;
        float: unset;
        text-align: center;
    }
    .pro_pagination .text-left {
        margin-bottom: 5px;
    }
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
#product-page .col-sm-12 {
    padding: 0;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
a.thumbnail {
    padding: 0;
    border: none;
}
#additional-carousel,
#quick-carousel{
    padding: 0px 25px;
}
.image-additional a {
    margin: 0 15px;
    display: block;
}
#additional-carousel .owl-nav .owl-prev,
#quick-carousel .owl-nav .owl-prev{
	left:0;
}
#additional-carousel .owl-nav .owl-next,
#quick-carousel .owl-nav .owl-next{
	right:0;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div{
	top:40px;
}
.right_info h1, .quick-product-right h1 {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 15px 0;
}
.rating .product-rating, .rating > a {
    margin-right: 15px;
    float: left;
}
.rating .fa-pencil {
    color: #222;
    font-weight: 500;
    padding-right: 5px;
}
.right_info .disc {
    color: #222222;
    font-weight: 600;
    margin-right: 5px;
    line-height: 27px;
    min-width: 125px;
    display: inline-block;
}
.right_info .disc1 {
    color: #666666;
    margin-right: 10px;
}
.pro_price {
    font-size: 20px;
    font-weight: 600;
    color: #434a54;
    margin-right: 5px;
}
.right_info .tax {
	margin: 5px 0;
    color: #777777;
}
.product-options h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}
.right_info .control-label {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #222;
}
#input-quantity {
    border-radius: 0;
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 60px;
    box-shadow: none;
}
.control-label.qty {
    float: left;
    margin: 0px 10px 0 0;
    line-height: 40px;
}
button.pro_wish,
button.pro_comper {
	background: transparent;
	box-shadow: unset;
	border: unset;
	color: #777777;
	padding: 0;
}
.pro_wish {
    margin-right: 15px;
}
button.pro_wish:hover,
button.pro_comper:hover {
	color: #434a54;
}
button.pro_wish i,
button.pro_comper i{
	margin-right: 5px;
}
#product-page .nav-tabs {
    border-bottom: 2px solid #434a54;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-bottom: 2px solid #434a54;
    background-color: #434a54;
    color: #fff;
    border-radius: 0;
    border: none;
}
.nav-tabs>li> a {
    text-transform: uppercase;
    color: #434a54;
    font-weight: bold;
    padding: 11px 30px;
    border: none;
    text-align: center;
}
#product-page .tab-content {
    padding: 25px 0 50px;
}
.tab-content #tab-description {
    color: #777777;
}
#product-page #tab-description ul:last-child,
#product-page #tab-specification .table {
    margin: 0;
}
#product-page #content h2 {
    font-size: 20px;
}
.related-products-block .product-thumb{
	margin-bottom: 20px;
}
#form-review .form-group.required {
	margin: 0;
}
.right_info hr {
	border-color: #cccccc;
}
.quickview-wrapper-inner.container {
    width: auto;
}
@media (max-width: 767px){
    .product-img {
        width: 480px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 500px){
    #product-page .nav-tabs li {
        width: 100%;
        float: unset;
        text-align: center;
    }
    #product-page .nav-tabs li a {
        margin: 0;
    }
}
@media (max-width: 480px){
    .product-img {
        width: auto;
    }
    .rating .product-rating {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
	background: #434a54;
	border: 2px solid #434a54;
	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: bold;
	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: #434a54;
	color: #ffffff;
	border-color: #434a54; 
}
.contact-left .btn-info i {
	font-size: 18px;
}
.content-details {
	background: #fff;
	padding:15px;
}
.contact-left .content-details > div{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.contact-left .content-details .comment-info{
	border: none;
	padding:0;
	margin: 0px;
}
#information-contact .panel-body .col-sm-3 {
	float: left;
	width: 100%;
	padding: 15px;
	line-height: 25px;
}
@media(max-width: 991px){
	.contact-left{
		margin-bottom: 30px;
	}
}
/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
#accordion .panel-body .btn-primary {
	font-size: 14px;
}
.checkout-cart .input-group.btn-block .form-control {
	width: 45px;
	text-align: center;
}
.checkout .input-group .form-control {
	z-index: 1;
	background: #fff;
}
.cart_input_block.input-group {
	display: inline-block;
	width: auto;
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
    margin: 0 0 10px 0;
}

/* manufacture page */
#product-manufacturer #content p> a {
	color: #6a3212;
}
.manufacturer-list {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: #e2e2e2;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}
.manufacturer-content {
	padding: 8px;
}

/*account*/
#account-account h2.page_title {
	color: #222;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	display: block;
}
#account-account #content ul {
	margin-bottom: 20px;
}
.well {
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 19px;
    border-radius: 0;
    background-color: #fff;
}
.well h2 {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

/*sitemap*/
#information-sitemap #content li > a {
	line-height: 28px;
}

/*compare*/
#product-compare .table {
	display: inherit;
    border-style: solid none none none;
    overflow: auto;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
#product-compare .table>tbody+tbody {
    border-top: 1px solid #ddd;
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
#content {
    min-height: 600px;
}
#content > h3 {
    margin-top: 0;
}
.relative {
    position: relative;
}
.m-auto {
    margin: 0px auto;
}
.m-image-auto {
    width: auto !important;
}
ul.list-unstyled{
	margin: 0;
}
.owl-carousel {
    touch-action: manipulation;
}
.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>tr>td {
    border-top: none;
}
.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #777777;
	background: #fff;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cccccc;
	box-shadow: none;
	border-radius: 0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 40px;
}

@media (min-width: 1200px) {
	.container {
		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 (max-width: 991px) and (min-width: 768px) {
	#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 .navbar-header {
		float: none;
		margin: 10px;
	}
	
}
@media screen and (max-width: 767px){
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 1px solid #ddd;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child{
        border-left: 0;
    }
}
/* mahardhi */
@media (max-width: 991px) {
	.box-category h3.toggled { margin: 5px 0px; }
	
}
/* 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: 1199px) {
    .checkout-cart .input-group.btn-block .form-control{
        margin-bottom: 5px;
    }
}
@media (max-width: 991px) {
    footer,
    .carousel .swiper-viewport,
    .box{
        margin-top: 50px;
    }
    .furniture-banner,
    .newsletter-block{
        margin: 20px 0 0 0;
    }
}

@media (max-width: 767px) {
    #column-left,
    #column-right {
        display: block !important;
    }
}