body {
	color: #333333;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333333;
}
a:hover,a:focus {
	text-decoration: none;
	color: #179a94;
}
::-moz-selection {
    background-color: #333;
    color: #ffffff;
}

::selection {
    background-color: #333;
    color: #ffffff;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
    color: #333;
    font-weight: 400;
}
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: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.ui-widget-content{
    z-index: 9999 !important;
}
body ::-webkit-scrollbar-track{
    background-color: #f2f2f2;
    border-radius:0;
}
body ::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color: #ddd;
    border-radius: 0;
}
body ::-webkit-scrollbar-thumb{
    background-color: #ddd;
    border-radius: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}

/* touch scroll erroe fix !important*/
.owl-carousel {
    touch-action: manipulation;
}

/*----------------------------------------------*/
/* error page */
/*----------------------------------------------*/
.error {
    text-align: center;
}
.error__box {
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 30px;
}
.error__box i {
    display: inline-block;
    font-size: 30px;
    color: #cccccc;
    margin: 0 0 15px;
}
.error h2 {
    color: #179a94;
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 24px;
}
.error .error__title {
    color: #179a94;
    font-size: 50px;
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}
.error h2.error__subtitle {
    margin-bottom: 8px;
}
.error__description{
    color: #777;
    line-height: 26px;
    margin-bottom: 30px;
}

/*loader*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../image/mahardhi/loader.gif) 50% 50% no-repeat rgb(255,255,255);
    opacity: 1;
}
/*Quickview loader*/
.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: 36px;
    margin: 0 auto;
    text-align: center;
    content: "\f1ce";
    color: #179a94;
    vertical-align: middle;
}

/** 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;
}
.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 **/

/** Newsletter Popup **/
.modal-open {
    overflow: unset !important;
    padding: 0px !important;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius:0;
    box-shadow: none;
}
@media (min-width: 576px){
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}
.modal-dialog{
    pointer-events: none;
}
.newsletter-popup .modal-dialog{
    margin:0px auto;
    max-width: 610px;
    text-align: center;
    width: auto;
}
.newsletter-btn-close.close{
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
    font-weight: 400;
    font-size: 22px;
    opacity: 1;
    outline: none;
}
.newsletter-popup .modal-body{
    padding:0px;
}
.newsletter-popup .modal-body:before{
    content: "";
    background: rgba(255,255,255,.6);
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.newsletter-content-innner {
    padding: 100px 0;
    height: 470px;
}
.newsletter-content h3{
    font-weight: 600;
    text-transform: uppercase;
    margin: 25px 0;
    font-size: 20px;
}
.newsletter-content p{
    margin-bottom: 20px;
    line-height: 25px;
    padding: 0 25px;
    font-weight: 400;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 80%;
    margin: 0 auto;
    padding: 9px 20px;
    border: 1px solid #ebebeb;
    outline: none;
    text-align: center;
}
.newsletter-content .btn{
    text-transform: uppercase;
    font-weight: 500;
    display: table;
    margin: 20px auto;
    padding: 9px 16px;
    box-shadow: none;
}
.newsletter-btn-close {
    color: #333;
}
.newsletter-btn-close:hover {
    color: #16bf7a;
}
.newsletter-popup-message .alert,
.common-home .newsletter-popup-message .alert{
    margin-bottom: 15px;
}
.newsletter-content1{
    background: url(../image/mahardhi/newsletter.jpg) no-repeat;
    height: 470px;
    padding: 0;
}
div#popup2 {
    right: 5px;
    left: auto;
    cursor: pointer;
    line-height: 24px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
}
.b-close {
    display: block;
    position: relative;
    z-index: 1;
    height: 25px;
    width: 25px;
}
.b-close:before {
    background: rgba(0, 0, 0, 0) url(../image/mahardhi/close-icon.png) no-repeat scroll 5px 5px;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transition: all 0.3s ease-in-out 0ms;
    -webkit-transition: all 0.3s ease-in-out 0ms;
    -moz-transition: all 0.3s ease-in-out 0ms;
    -o-transition: all 0.3s ease-in-out 0ms;
    -ms-transition: all 0.3s ease-in-out 0ms;
    width: 25px;
    z-index: 1;
}
#popup2:hover .b-close:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #179a94;
}
/* start top */
#top {
    position: relative;
    background-color: #222222;
}
#top .nav-left {
    display: inline-block;
    float: left;
    color: #fff;
    padding: 10px 0;
}
#top .nav-right {
    float: right;
    padding: 9px 0;
}
.nav-left .contact {
    padding-left: 30px;
}
#form-currency .btn-link strong{
    font-weight: normal;
}
#form-currency .dropdown-toggle,
#form-language .dropdown-toggle,
.account-dropwon .dropdown-toggle{
    color: #333;
    font-size: 14px;
    width: 100%;
    padding: 5px 0;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    text-align: left;
}
#top .nav-right .fa-angle-down {
    font-size: 14px;
    color: #ffffff;
}
#top #form-language .btn-link{
    padding: 0;
}
#top #form-language .dropdown-menu,
#top #form-currency .dropdown-menu{
    top: 30px;
    padding: 10px 15px;
}
.dropdown-menu.dropdown-menu-right{
    padding: 10px 15px;
}
#top-links .dropdown-menu a {
    color: #222222;
     line-height: 30px;
    padding: 0 0 0 15px;
    background: none;
    border:none;
    text-align: left;
}
header .account-dropwon .currency,
header .account-dropwon .language{
    margin-top: 5px;
}
#top #form-language .btn-link:hover,
#top #form-currency .btn-link:hover,
#top-links a:hover,
#top .nav-right .btn-link:hover .fa-angle-down,
#top .nav-right a:hover .fa-angle-down{
    color: #179a94;
}
li.myaccount-dropdown{
    padding: 0;
}
.dropdown-menu.dropdown-menu-right  {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    margin: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    width: 250px;
    padding: 15px;
    top: 79px;
}
.dropdown-menu.dropdown-menu-right li {
    display: block;
}
ul.currency-menu,
ul.language-menu {
  padding: 0 0 0 15px;
}
.header-right,
#top .container,
.header-top .container{
    text-align: center;
    position: relative;
}
.btn-link:focus, .btn-link:hover {
    text-decoration: none;
}
.lan-curr .dropdown-menu{
    display: block;
}
.currency-menu button,.language button{
    text-align: left;
    padding: 0;
    line-height: 30px;
    font-weight: 400;
}
/*end top*/

/*start header*/
.header-top{
    position: relative;
}
.top-left {
    position: relative;
    float: left;
    padding: 15px 0;
}
.top-center{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.top-right {
    float: right;
    position: relative;
    display: flex;
}
span.mail a {
    color: #fff;
}
.header-menu {
    padding: 0;
}
/*end header*/
/* search */
#button-search {
    margin-bottom: 20px;
}
header .fa{
    color: #333;
    font-size: 20px;
}
i.fa.fa-phone{
    font-size: 18px;
}
#top-links.Myaccount .list-inline,
#cart.btn-block,
#search {
    padding: 28.5px 10px;
    margin: 0;
    cursor: pointer;
}
.head_wish{
    margin: 0;
    padding: 29px 0 28px 10px
}
#cart{
    width: auto;
}
#search.mahardhi-search .box-content {
    padding: 0;
    border: 0;
    margin: 0;
    background: rgba(0,0,0,0.75);
    box-shadow: none;
    right: 0;
    width: auto;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
}
#search .input-lg {
    position: absolute;
    width: 80%;
    background: transparent;
    border-style: hidden;
    border-bottom: 2px solid #179a94;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 18px;
    color: #fff;
}
#search .btn-lg {
    box-shadow: none;
    right: 20%;
    top: 360px;
    padding: 0;
    z-index: 999;
    border: none;
    background: none;
    margin: 0;
    color: #fff;
    position: relative;
    float: right;
}
.dropdown-menu .fa.fa-search{
    color: #ffffff;
}
.position-menu-right .input-group .form-control:first-child::placeholder {
    color: #ffffff;
}
/* Mahardhi Search */
.ui-autocomplete.ui-menu .ui-menu-item {
    list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
    display: table-cell;
    vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
    width: 80px;
    padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail {
    white-space: nowrap;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
    color: #666;
    text-decoration: line-through;
    margin-left: 10px;
}
.header-search.active{
    opacity: 1;
    visibility: visible;
}
.text-empty {
    margin-top: 10px;
}
/* End search */

/*Start cart */
#cart > button {
   box-shadow: none;
    width: auto;
    position: relative;
    border: none;
    background: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 0;
    color: #222;
}
#cart .dropdown-menu {
    width: 320px;
    padding: 0px;
    border: none;
    overflow: hidden;
    display: none;
    background: #ffffff;
    z-index: 1001;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin: 0;
    top: 79px;
}
#cart:hover .dropdown-menu,
#top-links:hover .dropdown-menu.dropdown-menu-right{
    opacity: 1;
    display: block;
}
#cart .cart_block {
    display: inline-block;
    font-size: 14px;
    color: #222222;
    padding: 0 0 0 10px;
}
.table-striped>tbody>tr{
    background-color: unset;
}
.table>tbody>tr>td {
    border-top: none;
}
#cart .dropdown-menu table td {
    border: none;
    background: none;
    padding: 5px 4px;
    white-space: normal;
}
#cart .dropdown-menu .product-cart-img img{
    border-radius: 0;
    max-width: 100%;
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 278px;
}
#cart .dropdown-menu .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}
#cart .dropdown-menu .btn-danger {
    background: transparent;
    color: #222222;
    border-radius: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #eeeeee;
    padding: 5px 20px  0px 20px;
}
#cart .dropdown-menu table {
    border: none;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn {
    width: auto;
    display: block;
    color: #ffffff;
    background: #333;
    padding: 9px 20px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
}
#cart .text-right .addtocart-btn:hover,
#cart .text-right .checkout-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:focus {
    background: #179a94;
    text-decoration: none;
    color: #fff;
}
#cart .dropdown-menu li td{
    color: #222222;
    font-size: 14px;
    font-weight: 600;
}
#cart .dropdown-menu table td.product-cart-thumb{
    padding: 0;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}
#cart .dropdown-menu li .product-item-name{
   color: #222;
    font-weight: 400;
}
.product-cart-info{
    margin-top: 8px;
}
#cart .product-cart-info .product-cart-qty {
    font-weight: 300;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: #179a94;
}
#cart .dropdown-menu li tr:last-child td:last-child,
#accordion .table>tfoot>tr:last-child>td:last-child{
    font-size: 16px;
    font-weight: 500;
    color: #179a94;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr{
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
    display: block;
}
.product-cart-button{
    padding: 0px 0px 20px 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#review tr:first-child {
    background: #eee;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 20px;
}
#cart .dropdown-menu table td.product-cart-close{
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
}
#cart .dropdown-menu li p {
    margin: 0px;
    font-size: 14px;
}
.product-cart-empty {
    padding-bottom: 20px;
    padding-top: 20px;
}
.product-cart-close i {
    font-size: 14px;
}
#cart-total,.wishlist-total{
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    bottom: 15px;
    right: 13px;
    width: 16px;
    height: 16px;
    line-height: 15px;
    text-align: center;
    margin-top: 3px;
    margin-right: -17px;
    color: #fff;
    background: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
span.wishlist-total{
    top: 17px;
    right: 10px;
}
/*End Cart*/

/*start main menu*/
#menu {
    margin: 0;
    min-height: unset;
    border: none;
}
.common-home .main-category{
    display: none;
}
.catgory-left{
    position: relative;
    width: 270px;
}
.position-top-category{
    position: absolute;
}
.vertical-category .category-list{
    padding: 12px 0;
    margin: 0;
}
#column-left .main-category ul li:first-child,
#column-right .main-category ul li:first-child,
#column-left .main-category ul li,
#column-right .main-category ul li,
#column-left .main-category ul li:last-child,
#column-right .main-category ul li:last-child{
    padding: 0;
}
#column-left .main-category,
#column-right .main-category {
    margin: 0;
}
ul.category-list li:hover > a{
    color: #16bf7a;
}
#column-left ul.list-unstyled.child-categories.group,
#column-left ul.child-categories li:last-child,
#column-left .category-list ul li:last-child,
#column-right .category-list ul li:last-child {
    padding: 0;
}
/*end main menu*/

/* start static menu*/
@media (min-width: 992px){
    /*menu fixed*/
    header .header-top {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        position: relative;
        z-index: 999;
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.06);
        -moz-box-shadow: 0 2px 3px rgba(0,0,0,.06);
        box-shadow: 0 2px 3px rgba(0,0,0,.06);
    }
    header.active .header-top{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        background: #ffffff;
        -webkit-animation: fadeInDown 0.3s ease-out forwards;
        -moz-animation: fadeInDown 0.3s ease-out forwards;
        -o-animation: fadeInDown 0.3s ease-out forwards;
        animation: fadeInDown 0.3s ease-out forwards;
    }
}
#menu .nav > li > a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    padding: 27px 25px;
    text-transform: uppercase;
    font-weight: 500;
    background: transparent;
    outline: none;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a,
#menu .nav > li > a:active {
    color: #179a94;
    background: none;
}
/*menu static end*/

/*contact*/
#information-contact .location-title i {
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #999999;
    font-size: 16px;
    height: 30px;
    margin: 7px 8px 7px 0;
    padding: 5px;
    text-align: center;
    width: 30px;
    position: relative;
    top: 5px;
}
#information-contact .location-detail {
    margin: 0 0 10px 37px;
    color: #999999;
    font-weight: 400;
}
#information-contact .location-title {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
}
.btn.btn-info.map_btn {
    margin-left: 37px;
}
#information-contact .col-sm-12{
    padding: 0;
}
#information-contact h3{
    margin-top: 0;
}
/*End Account*/

/*Main Slider*/
.swiper-pager div{
    border: 2px solid #e1e1e1;
    background: #f7f7f9;
    color: #9e9e9e;
    font-size: 20px;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 32px;
    border-radius: 100%;
}
.swiper-pager div:hover {
	background-color: #179a94;
    color: #ffffff;
}
.swiper-viewport .swiper-button-next {
	right: 10px !important;
    opacity: 1 !important;
}
.swiper-viewport .swiper-button-prev {
    opacity: 1 !important;
	left: 10px !important;
}
.slideshow .swiper-button-prev:before,
.slideshow .swiper-button-next:before{
	content:"";
	text-shadow: none;
}
.subbanner-item-inner img {
    width: 100%;
    height: 100%;
}

/*start banner effect*/
.n-p{
    padding: 0 !important
}
.col-sm-12.subbanner-item.inner3 {
    margin-top: 35px;
}
.col-sm-12.subbanner-item.n-p {
    padding: 0;
}
.col-sm-6.subbanner-right {
    padding-right: 0;
}
.col-sm-6.subbanner-left {
    padding-left: 0;
}
.subbanner-section.container {
    margin-top: 20px;
}
.hover_content {
    position: absolute;
    padding: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    line-height: 60px;
    text-transform: uppercase;
    right: 0;
}
.hover_data {
    display: table;
    height: 100%;
    width: 100%;
}
.hover_inner {
    display: table-cell;
    vertical-align: middle;
}
.subbanner-item-inner1 .hover_content .title {
    font-size: 60px;
    font-weight: 600;
    font-family: "Montserrat";
}
.subbanner-image-wrapper:hover .hover_content .title,
.subbanner-image-wrapper:hover .hover_content .desc-text{
     animation: blinker 1s linear;
}
.subbanner-item-inner1 .desc-text {
    font-size: 28px;
}
.hover_content button.btn.btn-primary {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
    background: #333;
    color: #fff;
    font-weight: 500;
}
.hover_content button.btn.btn-primary:hover {
    background: rgb(51,51,51,.8);
}
.subbanner-right .title,
.subbanner-right .desc-text {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-family: "Montserrat";
}
.subbanner-right .subbanner-item-inner3 .title,
.subbanner-right .subbanner-item-inner3 .desc-text{
    font-size: 46px;
}
.subbanner-item-inner3 .hover_content {
    right: 0;
    text-align: right;
}
.subbanner-image-wrapper {
    overflow: hidden;
    position: relative;
}
.subbanner-section .subbanner-image-wrapper img,
.col-sm-3 .swiper-slide img {
	width: 100%;
}
.subbanner-image-wrapper img {
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.subbanner-image-wrapper:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
/*end banner effect*/

/*start product tab*/
.mahardhi-tabs {
    margin: 0 0 30px;
}
.mahardhi-tabs ul.nav.nav-tabs {
    border: medium none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.product-thumb .image .hover-img {
    opacity: 0;
    position: absolute;
    left: 0;
    visibility: hidden;
    right: 0;
    top: 0;
    bottom: 0;
}
.product-thumb .image:hover .hover-img{
    opacity: 1;
    visibility: visible;
}
.product-thumb .image:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.product-thumb .image img{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    transform: scale(1);
}
.mahardhi-tabs li a b {
    font-weight: 500;
    font-size: 18px;
}
.mahardhi-tabs .nav-tabs>li a.selected,
.mahardhi-tabs .nav-tabs>li>a:hover {
    color: #179a94;
    border-color: transparent;
}
.mahardhi-tabs h3 {
    margin: 0;
}
.mahardhi-tabs .nav-tabs>li a {
    padding: 0 10px;
    margin: 0;
}

@media screen and (min-width: 992px)
{
    .product-tabs .nav-tabs li:after {
        content: '';
        background: #179a94;
        height: 8px;
        width: 8px;
        position: absolute;
        right: -5px;
        vertical-align: middle;
        top: 8px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .product-tabs .nav-tabs li {
        display: inline-block;
        padding: 0 25px;
        position: relative;
    }
    .product-tabs .nav-tabs li:last-child:after{ display: none; }
}
/*end product tab*/

/*start Latest Product*/
.box {
	margin-top: 50px;
}
.page-title {
	margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.page-title h3 {
    font-size: 30px;
    margin: 0;
    padding-bottom: 15px;
}
.page-title h3:before{
    background: #179a94;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 1;
}
.page-title h3:after{
    background: #e1e1e1;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 110px;
}
#column-left .page-title,
#column-right .page-title{
	margin: 0;
	border: none;
}
#column-left .container,
#column-right .container {
    width: auto;
    padding: 0;
}
#column-left .row,
#column-right .row {
    margin: 0;
}
#column-left .sale-text,
#column-right .sale-text,
#column-left .cart_btn,
#column-right .cart_btn {
    display: none;
}
/*owl start*/
.owl-item.active .image-additional,
.owl-item.active .product-layout{
    -moz-animation: zoomIn 500ms ease;
    -o-animation: zoomIn 500ms ease;
    -webkit-animation: zoomIn 500ms ease;
    animation: zoomIn 500ms ease;
}
.owl-carousel.owl-theme .owl-nav div {
    position: absolute;
    top: 50%;
    font-size: 20px;
    margin: 0;
    margin-top: -20px;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 46px;
    color: #9e9e9e;
    background: #f7f7f9;
    border: 2px solid #e1e1e1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    z-index: 6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav div:hover{
    background: #179a94;
    color: #fff;
}
.owl-carousel.owl-theme:hover .owl-nav div {
    opacity: 1;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev {
    left: 0;
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-prev {
    left: -6px;
}
.owl-carousel.owl-theme .owl-nav div.owl-next {
    right: 0;
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-next {
    right: -6px;
}
/*owl end*/
.owl-theme .owl-nav .disabled{
	opacity: 0.8;
}
.product-thumb {
	margin-bottom: 30px;
    overflow: auto;
    position: relative;
}
.product-thumb .caption {
    text-align: center;
    position: relative;
    padding: 10px 0 0px;
    overflow: hidden;
}
.product-thumb h4 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px;
    line-height: 20px;
}
.product-thumb h4 a {
    color: #333;
}
.product-thumb h4 a:hover{
    color: #179a94;
}
.thumb-description p {
	display: none;
}
.rating .fa-star,
#tab-review .fa-star{
	color: #179a94;
	font-size: 14px;
}
.rating .fa-star-o,
#tab-review .fa-star-o{
	color: #179a94;
	font-size: 14px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o{
	color: #179a94;
}
.rating .fa-stack,#tab-review  .fa-stack{
	font-size: 8px;
	width: 1.5em;
}
.product-grid .list-button-group{
	display: none;
}
.product-thumb:hover .product_btn .button-group{
	opacity: 1;
	right: 0;
}
.product_btn .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: 0;
	right: 0px;
}
.product-thumb .button-group .wishlist,
.product-thumb .button-group .compare,
.product-thumb .button-group .quickview{
	border-radius: 0;
    padding: 10px 10px;
    background: #fff;
    color: #333;
    text-transform: uppercase;
    width: auto;
    height: 40px;
    width: 40px;
    box-shadow: 0px 7px 10px rgba(0,0,0,.05);
}
.product-thumb .button-group .compare {
    margin-bottom: 10px;
}
.product-thumb .cart_btn .addcart span:before,
.right-info .btn-block span:before,
.quick-product-right .btn-block span:before{
    content: "\f291";
    font-family: "FontAwesome";
    padding-right: 10px;
}
.thumb-description .price{
    display: block;
    margin: 5px 0 0;
    color: #179a94;
    font-size: 16px;
    line-height: 18px;
}
.product-thumb .price-old {
	color: #707070;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 8px;
}
.cart_btn {
	position: absolute;
	left: 0;
	bottom: 10px;
	right: 0;
	opacity: 0;
	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;
}
.product_btn button.addcart,
.pro_list .addcart{
	border-radius: 0;
    padding: 8px 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    outline: none;
    border: none;
    box-shadow: 0px 5px 7px rgba(0,0,0,.05);
    background: #fff;
}
.product-thumb:hover .product_btn .cart_btn{
	opacity: 1;
}
.btn-default:active:focus{
	background: #ffffff;
	color: #179a94;
}
.product-thumb:hover .quickview-button {
    display: block;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .price-tax {
	color: #666666;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	overflow: auto;
}
.product-carousel.owl-theme .owl-nav {
	margin:0px;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
#checkout-cart .table>thead>tr>td,
#checkout-cart .table>thead>tr>th{
    padding: 10px;
    font-weight: 500;
}
h2.price {
    margin: 0;
}
.sale-text {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 18px;
    color: #179a94;
    border: 1px solid #179a94;
    padding: 0px 8px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 500;
}

/*start service*/
.home-page-service {
    width: 100%;
    display: inline-block;
    background: #fff;
    margin-bottom: 50px;
    padding: 50px 50px 0 50px; 
}
.content-block h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #222222;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.content-block p {
    color: #707070;
    margin: 0;
}
.cms-inner > div {
    display: inline-table;
    margin-right: 34px;
    width: 31.4%;
    padding: 0;
    overflow: hidden;
}
.cms-inner .cms-inner4{
    margin: 0;
}
.cms-inner .col-sm-4:hover .content-block h4{
    color: #179a94;
}
.cms-inner1 .service-icon1 {
    background: url(../image/mahardhi/service-icon.png) no-repeat -21px -20px;
    height: 40px;
    width: 55px;
}
.cms-inner2 .service-icon2 {
    background: url(../image/mahardhi/service-icon.png) no-repeat -20px -130px;
    height: 40px;
    width: 40px;
}
.cms-inner4 .service-icon4 {
    background:  url(../image/mahardhi/service-icon.png) no-repeat -20px 96.5%;
     height: 40px;
    width: 40px;
}
.cms-inner1:hover .service-icon1 {
    background: url(../image/mahardhi/service-icon.png) no-repeat 94.3% -20px;
}
.cms-inner2:hover .service-icon2 {
    background: url(../image/mahardhi/service-icon.png) no-repeat 85% -130px;
}
.cms-inner4:hover .service-icon4 {
    background: url(../image/mahardhi/service-icon.png) no-repeat 85% 96.5%;
}
.cms-homepage .content-block {
    padding: 0 0 0 20px;
}
.service {
    display: inline-block;
    width: 100%;
    position: relative;
}
.service1-content {
    position: relative;
    display: block;
    width: 100%;
}
.banner-content {
    display: flex;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    z-index: 1;
    height: auto;
    padding: 20px;
}
.service1-content::before {
    border-top: 1px dashed #dadada;
    -webkit-border-top: 1px dashed #dadada;
    -moz-border-top: 1px dashed #dadada;
    -ms-border-top: 1px dashed #dadada;
    -o-border-top: 1px dashed #dadada;
    content: "";
    height: 2px;
    position: absolute;
    width: 200%;
    top: 0;
}
.service::before {
    border-left: 1px dashed #dadada;
    -webkit-border-left: 1px dashed #dadada;
    -moz-border-left: 1px dashed #dadada;
    -ms-border-left: 1px dashed #dadada;
    -o-border-left: 1px dashed #dadada;
    content: "";
    height: 200%;
    left: 0;
    position: absolute;
    width: 2px;
    right: auto;
    z-index: 1;
}
.cms-inner > div:hover .service::before {
    animation: slideDashYopp 1.5s infinite linear;
    -webkit-animation: slideDashYopp 1.5s infinite linear;
    -moz-animation: slideDashYopp 1.5s infinite linear;
    -ms-animation: slideDashYopp 1.5s infinite linear;
    -o-animation: slideDashYopp 1.5s infinite linear;
    border-color: #179a94;
}
.cms-inner > div:hover .service1-content::before {
    -webkit-animation: slideDash 10s infinite linear;
    animation: slideDash 10s infinite linear;
    -moz-animation: slideDash 10s infinite linear;
    -ms-animation: slideDash 10s infinite linear;
    -o-animation: slideDash 10s infinite linear;
    border-color: #179a94;
}
.service1-content::after {
    border-bottom: 1px dashed #dadada;
    -webkit-border-bottom: 1px dashed #dadada;
    -moz-border-bottom: 1px dashed #dadada;
    -ms-border-bottom: 1px dashed #dadada;
    -o-border-bottom: 1px dashed #dadada;
    content: "";
    height: 2px;
    position: absolute;
    width: 200%;
    bottom: 0;
}
.service::after {
    border-right: 1px dashed #dadada;
    -webkit-border-right: 1px dashed #dadada;
    -moz-border-right: 1px dashed #dadada;
    -ms-border-right: 1px dashed #dadada;
    -o-border-right: 1px dashed #dadada;
    content: "";
    height: 200%;
    right: 0;
    position: absolute;
    top: 0;
    width: 2px;
    left: auto;
    z-index: 1;
}
.cms-inner > div:hover .service1-content::after {
    -webkit-animation: slideDashXopp 10s infinite linear;
    animation: slideDashXopp 10s infinite linear;
    -moz-animation: slideDashXopp 10s infinite linear;
    -ms-animation: slideDashXopp 10s infinite linear;
    -o-animation: slideDashXopp 10s infinite linear;
    border-color: #179a94;
}
.cms-inner > div:hover .service::after {
    -webkit-animation: slideDashY 1.5s infinite linear;
    animation: slideDashY 1.5s infinite linear;
    -moz-animation: slideDashY 1.5s infinite linear;
    -ms-animation: slideDashY 1.5s infinite linear;
    -o-animation: slideDashY 1.5s infinite linear;
    border-color: #179a94;
}
/*end service*/

/*Blog*/
.caption.blog-desc {
    padding: 0 15px;
}
.link_info {
    background: #ffffff;
    margin: -15px 0 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    position: relative;
}
.blog-desc h4 {
    font-size: 18px;
    margin: 0px;
}
.blog-block h4 a:hover{
    color: #179a94;
}
.blog-group {
    display: inline-block;
    position: relative;
    float: right;
}
.blog-text {
    margin: 15px 0;
    color: #707070;
}
.blog-read{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.blog-info {
    position: relative;
}
.blog-info .image{
	position: relative;
	overflow: hidden;
}
.blog-block:hover .post_hover{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
}
.post_hover{
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    padding: 10px;
}
.blog_post{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
}
.blog-block:hover .hover-zoom,
.blog-block:hover .hover-post{
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1);
     -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.blog-block .hover-zoom,
.blog-block .hover-post {
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: #ffffff;
    line-height: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    opacity: 0;
    margin: 5px;
    outline: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.blog-info span.blog-date {
    position: absolute;
    top: 10px;
    line-height: 1;
    left: 10px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    padding: 8px 10px;
}
.blog-info .blog-date span.day {
    font-size: 24px;
    display: block;
    color: #179a94;
    margin-bottom: 5px;
}
.blog-block .hover-zoom:hover,
.blog-block .hover-post:hover{
    background: #179a94;
    color: #ffffff;
    border-color: #179a94;
}
.blog-block .hover-zoom i,
.blog-block .hover-post i {
	font-size: 16px;
}
.image-blog {
    float: left;
    width: 45%;
    position: relative;
}
.caption-blog {
    float: right;
    width: 55%;
    padding-left: 30px;
}
.product-thumb.blog-block.clearfix{
    border-radius: 0;
    overflow: unset;
}
.blog-category .blog-date,
#content-blogs .blog-date{
    font-size: 14px;
    color: #222222;
}
.blog-block h4.blog-title a {
    font-size: 18px;
    font-weight: 400;
}
.blog-block .comment {
    float: right;
}
.blog-category .blog-view,
.blog-category .leave-comment {
    color: #222222;
    font-size: 14px;
    text-transform: capitalize;
}
.blog-block i.fa.fa-comment-o{
    margin-right: 5px;
}
.caption-blog p,
.article-container p {
    margin: 15px 0;
    font-size: 14px;
    color: #999999;
}
.article-container .blog-comment{
    margin: 0
}
#post_comment .leave-hedding,
.comment_cust .leave-hedding {
    color: #222;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 30px;
    font-size: 18px;
}
#comment_btn{
    width: auto;
    border: 1px solid #ebebeb;
    display: inline-block;
    color: #ffffff;
    border-radius: 0;
    padding: 9px 20px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #333333;
    text-decoration: none;
    outline: none;
}
#comment_btn:hover{
    background: #179a94;
    color: #ffffff;
}
.comment_cust h3 {
    margin: 30px 0 20px;
}
.comment_cust .comment-text .user_img i {
    font-size: 24px;
    color: #999999;
}
.owl-theme .owl-nav{
    margin: 0!important;
}
.article-container .thumbnail {
    border: none;
    margin-bottom: 0;
}
#commnt_form label.control-label {
    text-align: left;
}
#commnt_form label {
    color: #333;
}
#post_comment .leave-hedding,
.comment_cust .leave-hedding {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 20px;
    font-size: 18px;
}
.blog-title {
    margin: 0px;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
}
.blog-category .leave-comment:hover,
.blog-category .leave-comment:hover i.fa.fa-comment-o{
    color: #16bf7a;
}
.blog-comment {
    margin: 0;
}
.product-list .blog-block .button-group {
    display: block;
}
.blog-title {
    margin-bottom: 15px;
}
.info_blog p {
    line-height: 25px;
    margin-top: 15px;
}
.comment-item {
    min-height: 80px;
    padding: 20px;
}
.comment_cust .comment-text .user_img {
    height: 60px;
    width: 60px;
}
.comment_cust .comment-desc {
    line-height: 25px;
    letter-spacing: 0.5px;
}
.comment_cust .comment-desc {
    padding-left: 80px;
}
.comment_cust .comment-desc .name {
   font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}
.comment_cust .comment-desc .date {
    color: #707070;
}
.info_blog p{
    line-height: 25px;
    margin-top: 15px;
}
.comment_cust h4{
    margin-bottom: 20px;
    color: #222;
    font-size: 18px;
}
.comment_cust .panel-default{
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border: none;
}
#post_comment #commnt_form.form-horizontal .control-label,
.form-horizontal .control-label {
   text-align: left;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
}
#post_comment #commnt_form.form-horizontal .form-group {
    margin-bottom: 20px;
}
#post_comment #commnt_form.form-horizontal .buttons.text-left,
#post_comment #commnt_form.form-horizontal .form-group:last-child {
    margin: 0;
    padding: 0;
}
#post_comment #commnt_form.form-horizontal .form-control::placeholder{
    color: #999999;
}
.form-group {
    margin-bottom: 20px;
}
#post_comment label{
    color: #222;
}
.product-list .product-thumb .caption-blog .button-group{
    border: none;
}
.article-container img {
    width: 100%;
}
.product-list .product-thumb h4.blog-title{
    margin: 0 0 15px 0;
}
/*end blog*/

/*start testimonial*/
.testimonial-box {
    padding: 20px 100px 20px;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.testimonial-block {
    background-size: cover;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
}
.testimonial-container .block_box {
    padding: 0 80px;
}
.testimonial-container .owl-container{
    padding: 20px 0;
}
#slideTestimonial.owl-carousel .owl-nav .owl-next,
#slideTestimonial.owl-carousel .owl-nav .owl-prev{
    background: none;
    border: none;
    top: -39px;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
}
#slideTestimonial.owl-carousel .owl-nav .owl-prev{
    left: auto;
    right: 35px;
}
#slideTestimonial.owl-carousel .owl-nav .owl-next{
    left: auto;
    right: 15px;
}
#slideTestimonial.owl-carousel .owl-nav i{
    font-size: 20px;
}
#slideTestimonial.owl-carousel .owl-nav i:hover{
    color: #16bf7a;
}
.testimonial-author {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
}
.testimonial-post a {
    font-size: 12px;
    color: #16bf7a;
}
.testimonial-images {
    border: 3px solid rgba(255, 255, 255, 0.5);
    width: 106px;
    display: block;
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
    background: #000;
    width: 8px;
    height: 8px;
    margin: 0 5px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #179a94;
}
#slideTestimonial .owl-theme .owl-dots .owl-dot span{
     background: #707070;
}
#slideTestimonial.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 20px;
    line-height: 8px;

}
/*end testimonial*/

/*Start Newslatter*/
.newsletter-block .text-content h3.title-text{
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px 0;
}
.newsletter-block .description {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.newsletter-inner.newsletter-block{
    text-align: center;
    margin-bottom: 50px;
}
.newsletter-form.block-content {
    width: 573px;
    margin: 0 auto;
}
.newsletter-block .block-content .subscribe-form {
    position: relative;
}
.newsletter-block .block-content .txtemail {
    border: none;
    height: 45px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 55px 10px 20px;
    box-shadow: none;
    background: #222;
    border-color: #444;
    color: #fff;
}
.newsletter-block .block-content .subscribe-btn{
   border-radius: 0;
    color: #707070;
    padding: 12px 20px;
    position: absolute;
    right: 0;
    font-weight: 700;
    font-size: 16px;
    box-shadow: none;
    background: transparent;
    top: 0;
    border: none;
}
/*End Newslatter*/
@media (min-width: 1300px){
    .container {
        width: 1300px;
    }
}
@media (max-width: 1299px) and (min-width: 992px){
    .subbanner-right .title,
    .subbanner-right .desc-text{
        font-size: 28px;
    }
    .subbanner-right .subbanner-item-inner3 .title,
    .subbanner-right .subbanner-item-inner3 .desc-text{
        font-size: 35px;
    }
    .subbanner-item-inner1 .hover_content .title{
        font-size: 50px;
    }
    .subbanner-item-inner1 .desc-text{
        font-size: 26px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .hover_content{
        line-height: 45px;
    }
    .subbanner-right .title,
    .subbanner-right .desc-text{
        font-size: 22px;
    }
    .subbanner-right .subbanner-item-inner3 .title,
    .subbanner-right .subbanner-item-inner3 .desc-text{
        font-size: 28px;
    }
    .subbanner-item-inner1 .hover_content .title{
        font-size: 40px;
    }
    .subbanner-item-inner1 .desc-text{
        font-size: 20px;
    }
    .subbanner-right .title,
    .subbanner-right .desc-text{
        line-height: 34px;
    }
}
@media (max-width: 1299px) {
    .container {
        max-width: 1170px;
    }
    .col-sm-12.subbanner-item.inner3 {
        margin-top: 32px;
    }
}
@media (max-width: 1199px) and (min-width: 680px){
    .hidden-md {
        display: inline!important;
    }
}
@media (max-width: 1199px){
    .box-categories{
        width: 22.7%;
        padding: 15px 0 15px 40px;
    }
    .catgory-left{
        width: 22.7%;
    }
    .cat_list_gird{
        width: 15%;
    }
    .newsletter-block .block-content .txtemail{
        padding-right: 32%;
    }
    .cms-inner > div{
        margin-right: 25px;
    }
    #menu .nav > li > a{
        padding: 27px 20px;
    }
    .col-sm-12.subbanner-item.inner3 {
        margin-top: 26px;
    }
    #checkout-cart .input-group .form-control[name^=quantity],
    #checkout-cart .table .input-group .form-control {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 50px;
}
.footer-top{
    background: #333333;
    padding: 50px 0;
}
footer h5 {
	font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.footer-top li a{
    color: #ffffff;
    line-height: 30px;
}
.footer-top li a:hover{
    color: #179a94;
}
.footer-bottom {
    background: #222222;
    padding: 18px 0;
}
.footer_powered {
    float: left;
}
.position-footer-bottom {
    float: right;
}
p.powered {
    margin: 0;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.powered a {
    color: #ffffff;
}
.powered a:hover{
    color: #179a94;
}
.footer_social {
    float: left;
}
.bottom_text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer_social a {
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    background: #fff;
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.footer_social a + a {
    margin-left: 10px;
}
.footer_middle.clearfix {
    padding: 50px 0 0;
    border-top: 1px solid #444444;
}
.footer-top li{
	display: block;
    width: 100%;
}
.footer_middle .col-sm-3,
.footer_middle .col-sm-2 {
    padding-left: 0;
}
.col-sm-3.clearfix.footer-right-panel {
    padding-right: 0;
}
.footer-top .position-footer-right ul li {
   padding: 0 0 0 25px;
    line-height: 30px;
    color: #ffffff;
}
.footer-top .position-footer-right ul.social-media li {
    padding-left: 0px;
}
.position-footer-right li i {
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: inherit;
}
.position-footer-left p{
    line-height: 30px;
    margin: 0;
}
.footer_middle ul{
    margin:0;
}
.position-footer-left h5 {
    display: none;
}
.position-footer-left li:last-child{
    padding: 0;
}
.position-footer-left li:first-child{
    padding: 0 0;
}
.position-footer-right li:last-child{
    margin-bottom: 0px;
}
.payment_block.list-unstyled,
li.payment_block.list-unstyled:last-child {
    margin: 0px;
}
.footer_social .facebook.social_block:hover {
    background-color: #617bba;
}
.footer_social .twitter.social_block:hover {
    background-color: #55ACEE;
}
.footer_social .g-plus.social_block:hover {
    background-color: #dd4b39;
}
.footer_social .rss.social_block:hover {
    background-color: #ff6600;
}
.footer_social .linkedin.social_block:hover {
    background-color: #007bb5;
}
.footer_social .instagrm.social_block:hover {
    background-color: #125688;
}
.footer_social .youtube.social_block:hover {
    background-color: #bb0000;
}
.footer_social a:hover{
    color: #fff;
}

/* alert */
#map {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}
#gmap_canvas {
   height: 400px;
   width: 100%;
}
#information-contact .panel-group{
    display: none;
}
.alert {
    padding: 9px 30px 9px 14px;
    border-radius: 0;
    text-align: center;
    position: relative;
    line-height: 20PX;
}
.alert.alert-success {
    position: fixed;
    left: 0;
    top: 1px;
    width: 100%;
    z-index: 10001;
    border-radius: 0;
    margin: 0;
}
#form-review .alert{
    position: relative;
}
.alert-dismissable .close,
.alert-dismissible .close{
    color: #222;
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    line-height: 40px;
    top: 0;
    font-weight: 300;
    text-shadow: none;
    outline: none;
}
.nessletter_banner .alert,
.newsletter-content-innner .alert{
    margin: 15px auto 0;
    display: table;
    position: relative;
    width: 100%;
}
@media (min-width: 541px) {
    .newsletter-content-innner .alert{
        max-width: 70%;
    }
}
.right-info .alert,
.quick-product-right .alert{
    margin: 0;
}
.article-container .alert{
    position: relative;
    margin-bottom: 20px;
}
/* breadcrumb */
ul.breadcrumb li:not(:last-child):after {
    font-family: 'FontAwesome';
    content: '\f178';
    font-size: 16px;
    color: #333;
    top: 0;
    line-height: 22px;
    right: -4px;
    position: absolute;
}
ul.breadcrumb li {
    display: inline-block;
    padding: 0 17px 0 0;
    margin-right: 7px;
    position: relative;
}
.breadcrumb-back {
    background: #f5f5f5;
    position: relative;
    text-align: left;
    padding: 15px 0;
    margin: 0 0 50px 0;
}
.breadcrumb {
   list-style: outside none none;
    margin: 0;
    padding: 0;
    float: right;
    border: none;
    background: none;
    border-radius: 0;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb a {
    color: #333333;
    line-height: 22px;
}
.breadcrumb a:hover{
    color: #179a94;
}
.breadcrumb li:last-child a {
    color: #179a94;
}
.breadcrumb li:last-child{
    margin: 0;
    padding: 0;
}
.pagination {
	margin: 0;
}

/* buttons */
.btn {
	padding: 8px 12px;
    font-size: 14px;
    border: none;
    border-radius: 0;
    font-weight: 500;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus{
    outline: none;
}
.btn-info.focus,
.btn-info:focus,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover{
        background-color: #df5c39;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
	background-repeat: repeat-x;
}
.btn-primary {
	background-color: #333;
    border: 1px solid #ebebeb;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    font-weight: 500;
    border-radius: 0;
    padding: 10px 20px;
}
.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-color: #179a94;
    color: #fff;
    box-shadow: none;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-repeat: repeat-x;
    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 {
	cursor: pointer;
	color: #333;
	border-radius: 0;
}
.btn-link.language-select:hover,
.btn-link.currency-select:hover{
    color: #179a94;
}
#form-currency .dropdown-toggle .btn:hover,
#form-language .dropdown-toggle .btn:hover{
    color: #179a94;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
}
#accordion.panel-group .panel{
    border-radius: 0px;
}
#accordion.panel-group .panel+.panel {
    margin-top: 20px;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}
/* list group */
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* start product list */
.product-list .product-thumb .caption {
    text-align: left;
    padding: 0;
}
.product-list .product-thumb .button-group .addcart:hover,
.product_btn button.addcart:hover,
.product-thumb .button-group button:hover{
    color: #179a94;
}
.product-thumb .button-group button .fa{
    font-weight: 500;
}
.product-thumb .pro_list .button-group button{
    display: inline-block;
    margin: 0;
}
.product-list .thumb-description.clearfix{
    background: none;
    padding: 0px;
    overflow: hidden;
}
.product-list .product-thumb h4{
    margin: 0 0 10px 0;
    padding: 0;
}
.product-list .image {
    border: none;
    margin-right: 30px;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product-list .thumb-description p {
    display: block;
    margin: 15px 0 10px;
}
.pro_list {
    display: none;
}
.product-list .pro_list {
    display: block;
}
.page_title,
.article-page-title{
   color: #333333;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    float: left;
}
.cat_thumb .cat_des {
   float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    color: #999999;
    padding: 20px 0;
}
.text_refine {
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 15px 0;
    font-size: 18px;
}
.refine .list-unstyled > li {
    margin: 0 5px 10px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
     border: 1px solid #ebebeb;
    padding: 5px 10px;
    display: inline-block;
}
.refine .list-unstyled > li a:hover{
    color: #179a94;
    border-color: #179a94;
}
.refine .list-unstyled > li a {
    color: #707070;
}
.cat_info.clearfix {
   margin-bottom: 30px;
    border: 1px solid #ebebeb;
    width: 100%;
    padding: 8px 15px;
}
.cat_list_gird #list-view.btn.btn-default,
.cat_list_gird #grid-view.btn.btn-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #333;
    padding: 1px 16px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.cat_list_gird #grid-view.btn.btn-default{
    background: url(../image/mahardhi/grid-list.png) -13px -21px;
}
.cat_list_gird #grid-view.btn.btn-default.active,
.cat_list_gird #grid-view.btn.btn-default:hover{
    background: url(../image/mahardhi/grid-list.png) -13px 38px;
}
.cat_list_gird #list-view.btn.btn-default{
    background: url(../image/mahardhi/grid-list.png) -72px -21px;
}
.cat_list_gird #list-view.btn.btn-default.active,
.cat_list_gird #list-view.btn.btn-default:hover{
    background: url(../image/mahardhi/grid-list.png) -72px 38px;
}
.fa-th-large:before,
.fa-th-list:before{
    content: "";
}
.cat_list_gird {
    float: left;
    margin-top: 0px;
    padding: 5px 0;
}
.com-total {
    float: left;
    padding: 5px 0;
}
.cat_list_gird #list-view.btn.btn-default i,
.cat_list_gird #grid-view.btn.btn-default i{
    font-size: 18px;
}
#compare-total.btn.btn-link {
    color: #333333;
    font-size: 14px;
    outline: none;
    border: none;
    padding: 0px;
    text-decoration: none;
}
.cat-pagination-right {
    float: right;
    width: auto;
    padding: 0;
}
.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;
}
.select-filter-show::after,
.select-filter-sort::after {
    font-family: 'fontawesome';
    content: '\f0dd';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 2px;
    color: #999999;
    pointer-events: none;
}
.cat-sort .form-control,
.cat-show .filter-selection .form-control,
.cat-pagination-right .limits-text {
    background-color: #ffffff;
    padding: 4px 12px;
    margin: 0;
    color: #707070;
    margin-top: 2px;
    height: 30px;
    border: 1px solid #ebebeb;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.common-home #content[class*="col-sm-"]{
    margin-top: 0px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.cat-show .col-md-7{
    padding: 0 10px 0 5px;
}
.cat-sort .col-md-7{
    padding: 0 0 0 5px;
}
.text_limit {
    margin: 6px 0 6px;
    padding: 0;
    width: auto;
    font-size: 14px;
}
select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.row.pro_pagination {
    margin: 0px;
    border: 1px solid #ebebeb;
    padding: 4px 15px;
    clear: left;
}
.pro_pagination .text-left {
    padding: 5px 0;
}
.pagination {
    margin: 0;
    display: block;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span{
    border-radius: 0;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    background: #179a94;
    cursor: pointer;
    z-index: 2;
    border: 1px solid #179a94;
    color: #fff;
    border-radius: 0;
}
.pagination>li>a,
.pagination>li>span {
    background: #fff;
    margin-left: 10px;
    text-align: center;
    position: relative;
    text-decoration: none;
    border-radius: 0;
    padding: 5px 5px;
    width: 30px;
    height: 30px;
    color: #222;
    border: 1px solid #ebebeb;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span{
    border-radius: 0;
}
.pro_pagination .text-right {
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    padding: 0;
	float: right;
}
.cat_thumb .cat_img {
    float: left;
    padding: 0;
    text-align: left;
    width: 100%;
}
.cat_thumb .img-thumbnail {
    border: medium none;
    padding: 0;
    border-radius: 0;
}
.cat_thumb .cat_des p{
    margin: 0;
}
/*end category page*/

/*Product Page*/
.product_title,
.item-title {
    margin: 0;
    font-size: 18px;
    color: #222222;
    margin-bottom: 20px;
    font-weight: 500;
}
.rating > a {
    float: left;
    font-size: 14px;
    padding: 0px 20px 0 20px;
    color: #333;
    border-left: 1px solid #ebebeb;
}
.write-review:hover{
    color: #179a94;
}
.rating .product-rating {
    float: left;
    padding: 0px 20px 0 0;
}
.right-info .disc,
.quick-product-right .disc {
    color: #333;
    min-width: 125px;
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
}
.right-info li a,
.right-info .disc1,
.quick-product-right li a,
.quick-product-right .disc1{
    color: #707070;
    font-size: 14px;
}
.right-info .product-manufacturer,
.quick-product-right .product-manufacturer {
    margin: 15px 0;
}
.right-info .product-manufacturer li+li{
    margin-top: 8px;
}
.stock-info .disc1,
.disc1.stock-info{
    color:#179a94;
}
.pro_price {
    font-size: 24px;
    color: #179a94;
    font-weight: 500;
}
.pro_oldprice{
    font-size: 14px;
    margin-left: 5px;
}
.pro_tax {
    margin: 5px 0;
    font-size: 14px;
    color: #707070;
}
.tab-block {
    width: 15%;
    float: left;
    padding: 50px 0;
}
#product-product .tab-content {
    padding: 50px;
    float: left;
    width: 85%;
    position: relative;
    min-height: 352px;
}
#product-product .tab-content:before {
    content: "";
    position: absolute;
    background-color: #ececec;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
}
#product-product .nav-tabs>li>a {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 0;
    border: none;
    margin: 0;
}
#product-product .tabs>li.active>a,
#product-product .tabs>li.active>a:focus,
#product-product .tabs>li.active>a:hover,
#product-product .tabs>li>a:focus,
#product-product .tabs>li>a:hover {
    color: #179a94;
}
#product-product .tab-block li.active > a::before {
    content: "";
    background-color: #179a94;
    width: 3px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 7;
}
hr.tab-block-hr {
    margin: 0;
    clear: left;
}
.tab-block-hr-start{
    margin: 30px 0 0 0;
}
.tab-pane, .tab-pane p font {
    color: #999999;
    font-size: 14px;
    line-height: 25px;
}
#additional-carousel .owl-nav .owl-next,
#quick-carousel .owl-nav .owl-next {
    right: 0;
}
#additional-carousel .owl-nav .owl-prev,
#quick-carousel .owl-nav .owl-prev {
    left: 0;
    right: auto;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div {
    margin: 0;
    top: 35%;
    position: absolute;
    border: none;
    background: no-repeat;
    color: #242424;
    border-radius: 0;
    font-size: 36px;
    padding: 0;
}
#additional-carousel .owl-nav .owl-prev:hover,
#additional-carousel .owl-nav .owl-next:hover,
#quick-carousel .owl-nav div:hover{
    color: #333;
}
#additional-carousel .owl-nav .owl-prev:hover i,
#additional-carousel .owl-nav .owl-next:hover i{
    color: #179a94;
}
.manufacturer-list {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: #f5f5f5;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.right-info button#button-cart,
.quick-product-right #quick-cart {
    width: auto;
    border-radius: 0;
}
.pro_wish:before {
    content: "\f004";
    font-family: "FontAwesome";
    float: left;
    font-size: 15px;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.pro_comper:before {
    content: "\f021";
    font-family: "FontAwesome";
    float: left;
    font-size: 15px;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.product-btn-quantity {
    margin-bottom: 15px;
}
.pro_wish:hover,
.pro_comper:hover{
    color: #179a94;
}
#content .right-info ul.list-unstyled li b,
.tab-pane h3,
.tab-pane b {
    color: #222222;
}
.quick-product-right .pro_oldprice{
    margin: 0;
}
hr {
    margin: 15px 0;
    border-top: 1px solid #ebebeb;
}
.product-options h3{
    margin: 0 0 15px 0;
}
.product-options label{
    margin: 0;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover{
    background: #179a94;
}
#product-product .thumbnail:hover,
.quickview-container .thumbnail:hover {
    border-color: #dddddd;
}
.btn-default {
    width: auto;
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #333;
    text-decoration: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
}
.btn-default:hover{
    background: #179a94;
    color: #fff;
}
.right-info .form-control,
.quick-product-right .form-control {
    border-radius: 0px;
    height: 40px;
    transition: none;
    color: #888;
}
.right-info #input-quantity,
.quick-product-right #input-quantity {
    float: left;
    width: 60px;
    height: 36px;
    text-align: center;
    margin-right: 10px;
}
.product-btn-quantity .qty{
	float: left;
    margin: 8px 10px 8px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.pro_wish,.pro_comper {
    border: none;
    background: none;
    padding: 0px;
    color: #222222;
    outline: none;
    margin: 0 10px 0 0;
}
.thumbnail {
    padding: 0px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    padding: 0;
    margin: 0 0 20px;
    overflow: hidden;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -khtml-transition: none;
    -o-transition: none;
    position: relative;
}
.thumbnails-gellery {
    clear: both;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#product-product .nav-tabs {
   margin: 0;
    border-bottom: none;
}
#product-product .nav-tabs>li {
    float: none;
}
.related-products-block {
    margin-top: 50px;
    clear: left;
}
.user_img {
    display: inline-block;
    float: left;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin-right: 15px;
    padding: 2px;
    border-radius: 3px;
}
.table-bordered {
    border: 1px solid #ebebeb;
}
#review strong{
    font-weight: normal;
    text-transform: capitalize;
}
#form-review .table>tbody>tr>td{
    border: none;
}
.tab-content h2{
    font-size: 20px;
    color: #333;
}
.tab-review .table-bordered{
    border: 1px solid #eeeeee;
}
.related-products-block .product-thumb{
	margin-bottom: 0px;
}

/*quickView*/
.quickview-content {
    padding: 15px 5px;
}
.quick-product-right .pro_price{
    margin: 0;
}
/*End quickView*/

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    max-width: 45px;
    text-align: center;
}
.checkout-cart .input-group.btn-block .form-control {
    width: 45px;
    background: #f5f5f5;
    text-align: center;
}
#checkout-cart table .input-group-btn {
    display: table;
}
.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;
    font-weight: 400;
    border: 1px solid #ebebeb;
    vertical-align: middle;
    white-space: unset!important;
}
#cart .dropdown-menu .table>tbody>tr>td{
    vertical-align: top;
}
#checkout-cart  td.cart-total-title{
    color: #222222;
    font-size: 14px;
}
#checkout-cart  td.cart-total-price{
    color: #333;
    font-size: 14px;
}
#checkout-cart tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: #179a94;
    font-weight: 500;
}
#cart .dropdown-menu li td,
#accordion .table>tfoot>tr>td,
#accordion .table>thead>tr>td {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}
#accordion .table>tfoot>tr>td strong{
    font-weight: 400;
}
/* 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 */
.relative {
    position: relative;
}
.m-auto {
    margin: 0px auto;
}
.m-image-auto {
    width: auto !important;
}
.common-home .swiper-viewport {
	box-shadow: none;
	border: none;
	border-radius: 0;
	overflow: hidden;
	margin: 0px;
}
/* Category Menu */
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
    content: "\f068";
}
.child-categories {
    display: none;
}
.category-list .has-more-category .toggled {
	position: absolute;
	right: 0;
}
.category-list .list-group-item {
	color: #666666;
	text-decoration: none;
	background: none;
	border: none;
    padding: 10px 0px;
}
.category-list a,
.category-list a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
	background: none;
    color: #222;
}
.category-list .list-group-item.active,
.category-list .list-group-item.active:focus,
.category-list .list-group-item.active:hover {
	color: #222;
	text-decoration: none;
	background: none;
	border: none;
}
.toggled .toggle-open {
	position: absolute;
	right: 15px;
}
.sidebar .toggled .toggle-open{
    right: 30px;
}
footer .toggled .toggle-open {
	position: absolute;
	right: 5px;
	top: 0;
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}
/* End */

/* left - right side */
#column-left .product-title,
#column-left .product-title {
    margin-top: 0px;
}
#column-left h3,
#column-right h3{
    color: #333;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: none;
    margin: 0 0 20px 0;
    border-radius: 0;
    text-align: left;
}
#column-left .page-title h3:before,
#column-left .page-title h3:after{
    content: "";
    display: none;
}
#column-left ul li a,
#column-right ul li a {
    padding: 0;
    font-size: 14px;
    display: block;
    padding: 0;
    margin-top: 15px;
    color: #707070;
    background: none;
}
 #column-left .category-list ul,
  #column-right .category-list ul {
    z-index: 999999;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    margin: 0;
}
#column-left ul a:hover,
#column-right ul a:hover{
    color: #179a94;
    background: none;
}
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
    padding:0px;
}
#column-left .product-thumb,
#column-right .product-thumb {
    margin: 0;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 30%;
    margin-right: 15px;
}
#column-left .thumb-description.clearfix,
#column-right .thumb-description.clearfix{
    background: none;
    overflow: hidden;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 61%;
    padding: 0px;
}
#column-left .product-thumb h4,
#column-right .product-thumb h4 {
    margin: 0px 0px 0 0px;
    overflow: hidden;
    padding: 0;
    line-height: 20px;
}
#column-left .product-thumb p.price,
#column-right .product-thumb p.price {
    float: unset;
    margin: 2px 0 0;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating{
    padding: 8px 0;
    display: block;
}
/*.product-thumb:hover h4 a,*/
#column-left .product-thumb:hover .button-group .addcart span,
#column-right .product-thumb:hover .button-group .addcart span{
    color: #16bf7a;
}
#column-left .product-layout + .product-layout .product-thumb{
    margin-top: 20px;
}
#column-left .button-group{
    display: none;
}
.alert + #column-left,
.alert + #column-right{
    margin-top: 0px;
}
.alert + #column-left + #content,
.alert + #column-right + #content{
    margin-top: 0px;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0px;
    text-align: left;
}
#column-left .product-thumb .button-group button:hover,
#column-right .product-thumb .button-group button:hover{
    background: none;
    color: #16bf7a;
}
#column-left .product_btn .compare,
#column-right .product_btn .compare,
#column-left .product_btn .wishlist,
#column-right .product_btn .wishlist{
    display: none;
}
#column-left .container.latest-product,
#column-right .container.latest-product {
    width: auto;
    padding: 0;
}
#column-left .latest-product > .row,
#column-right .latest-product > .row{
    margin: 0;
}
#column-left > div,
#column-right > div {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #ebebeb;
    border-radius: 0;
}
#column-left > div:last-child,
#column-right > div:last-child{
    margin: 0;
}
#column-left .box{
    margin-top: 0;
}
#column-left .newsletter-wrapper.nessletter_banner,
#column-right .newsletter-wrapper.nessletter_banner{
    margin-bottom: 0;
}
.account-content {
    position: relative;
}
.account-content .list-group a:hover{
    color: #333;
}
.account-content .list-group a.active,
.account-content .list-group a.active:hover,
.account-content .list-group a:hover{
    background: none;
}
.account-content .list-group a {
    border: none;
    margin-bottom: 15px;
    padding: 0;
    background: none;
    color: #707070;
}
#column-left .account-content ul a:last-child,
#column-right .account-content ul a:last-child,
.account-content .list-group {
    margin-bottom: 0;
}
.sitemap .col-sm-6 ul li a {
    color: #707070;
}
.sitemap .col-sm-6 ul li a:hover {
    color: #179a94;
}
.sitemap .col-sm-6 li {
    margin: 5px 0;
    color: #707070;
    font-size: 14px;
}
.sitemap .col-sm-6 li:last-child {
    margin: 5px 0px 0px 0px;
    color: #707070;
}
.main-item.active .toggled > .fa-angle-right:before,
.toggle-menu.active > .fa-angle-right:before {
    content: "\f068";
}

/*start filter*/
.filter.panel-default {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.panel.panel-default.filter {
    border-bottom: 1px solid #ebebeb;
}
.filter_box a.list-group-item{
   color: #222222;
    text-transform: capitalize;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}
.filter_box .list-group-item div label {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    text-transform: capitalize;
}
.filter_box .list-group-item {
    border: none;
}
.filter .list-group a.active,
.filter .list-group a.active:hover,
.filter .list-group a:hover {
    text-shadow: none;
    background: transparent;
}
#filter .panel-footer {
    background-color: transparent;
    text-align: left;
    padding: 0;
}
.filter_box .list-group-item .checkbox{
    margin-top: 15px;
    margin-bottom: 15px;
}
#button-filter {
    background-color: #fff;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: none;
    color: #ffffff;
    background: #333;
    font-weight: 500;
    padding: 10px 20px;
}
#button-filter:hover{
    background: #179a94;
    color: #ffffff;
}
.filter_box .list-group-item {
	padding: 0px 15px;
    background: none;
}
/*end filter*/

#column-left .swiper-viewport,
#column-right .swiper-viewport {
    box-shadow: none;
    margin-bottom: 0;
}
/* End */

#category-blogs .blog-layout .product-thumb {
    margin-bottom: 30px;
}
#category-blogs .blog-layout:last-child .product-thumb{
    margin-bottom: 0;
}
/* Category page */
.product-grid .description {
    display: none;
}
/* End */

/* Product page */
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin: 5px;
	display: block;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
}
.image-additional img{
    width: 100%;
    height: auto;

}
.form-control:focus{
    box-shadow: none!important;
   border: 1px solid #ebebeb;
}
/* End */
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
#comment_btn,
.btn-primary,
.btn-danger,
.btn-info {
    padding: 10px 14px;
    border: none;
    line-height: 20px;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
.table>tbody+tbody {
    border-top: 1px solid #ddd;
}
#checkout-cart .btn-block .btn-danger{
    box-shadow: none;
    border-radius: 0px;
    border-color: #ac2925;
}
/*Account*/
.panel-default>.panel-heading {
    color: #222222;
    background-color: #f5f5f5;
    }
#accordion .btn-primary{
    font-size: 14px;
}
.well {
    border: 1px solid #eeeeee;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    border-radius: 0;
    background-color: #fff;
}
.well h2 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.account-login strong {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
#account-account .col-sm-9 .list-unstyled li a{
    padding-bottom: 5px;
    display: block;
}
#account-return .date button.btn.btn-default{
    padding: 10px 13px;
}

/*other Pages*/
#accordion .panel-body h2 {
    font-size: 18px;
    font-weight: 400;
}
.img-thumbnail{
    border:none;
}
.checkout .img-thumbnail{
    max-width: unset;
}
#product-compare a.btn.btn-danger.btn-block{
    border-radius: 0;
    text-transform: uppercase;
}
#product-compare strong {
    font-weight: 500;
}
/* Back to top */
.back-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 30px;
    height: 30px;
    line-height: 30px;
	padding: 0;
	text-align: center;
	background-color: #179a94;
	z-index: 5;
    color: #ffffff;
}
.back-to-top:hover,
.back-to-top:focus {
     color: #fff;
}
.back-to-top:before {
   content: '';
    width: 42px;
    bottom: -6px;
    right: -6px;
    position: absolute;
    height: 42px;
    cursor: pointer;
    box-shadow: 0 0 7px 6px rgba(23, 154, 148, .5);
     -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
}
.close-sidebar.hidden-md.hidden-lg.hidden-xl {
    display: none!important;
}

header .container-fluid{
    padding: 0 40px;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
	}
}
@media (max-width: 767px) {
    .telephone{
        padding: 0 0 0 50px;
    }
    .telephone .phone{
        padding: 4px 0 4px 10px;
    }
    .pagination{
    	display: inline-block;
    }
}
.product-thumb .button-group button {
	border: none;
	display: block;
    margin: 10px 10px 0 0;
}
.product-thumb .button-group button:focus {
    outline: none;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (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 #category {
        display: block !important;
    }
	.footer-top .col-sm-3 {
        width: 100%;
    }
}
@media (max-width: 640px) {
    #content .col-xs-12:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) {
	#menu .dropdown:hover .dropdown-menu,
    #menu .menulist.menu_drop:hover .dropdown-inner,
    #menu.menulist.menu_drop:hover .dropdown-inner {
        display: block;
        visibility: visible;
    }
	#topCategoryList .menu_drop .dropdown-inner{
		position: absolute;
		visibility: hidden;
	}
	#menu .dropdown .dropdown-menu,
    #menu ul li.hiden_menu .dropdown-inner {
        border: none;
        left: 0;
        padding: 0px;
        position: absolute;
        z-index: 5;
        top: 79px;
        text-align: left;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
	}
    #menu .dropdown:hover .dropdown-menu li,
    #menu ul li.hiden_menu:hover .dropdown-inner li{
        margin-top: 0;
    }
    #menu .dropdown .dropdown-menu li,
    #menu ul li.hiden_menu .dropdown-inner li{
        margin-top: 10px;
        margin-right: 0px;
        display: block;
        background: #fff;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    #menu .dropdown .dropdown-menu a,
    #menu ul li.hiden_menu .dropdown-inner a{
        padding: 10px 20px;
        min-width: 200px;
        display: block;
        border-bottom: 1px solid #dcdcdc;
    }
    #menu .dropdown-inner ul,
    #navCategory .dropdown-inner > ul {
        display: table-cell;
    }
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
        position: absolute;
        display: none;
    }
    #menu .dropdown-inner li.dropdown-submenu > .fa {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 16px;
    }
    #menu .dropdown-inner .dropdown-submenu,
    #navCategory .dropdown-inner .dropdown-submenu {
        position: relative;
    }
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu{
        display: block;
        left: 100%;
        top: 0;
    }
     #menu .nav > li:hover > a,
     #menu .menulist .dropdown-menu a:hover,
     #menu .dropdown-inner li.dropdown-submenu:hover > a,
      #menu .dropdown-inner li.dropdown-submenu:hover .fa{
        color: #179a94;
     }
    #menu .dropdown-inner li.dropdown-submenu:first-child > a{
        font-size: 14px;
        /*font-weight: 500;*/
    }
    #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
        display: none;
    }
}
/* mahardhi */
@media (max-width: 1150px) {
	.footer_payment.col-lg-6,
    .footer_social.col-lg-6{
		width: 50%;
		float: left;
	}
	.col-sm-6.services.service_content1,
    .col-sm-6.services.service_content2 {
		padding-right: 0;
	}
    .currency-menu{
        display: block !important;
    }
    .top-left {
        padding: 20px 0;
        width: 140px;
    }
    #menu .nav > li > a {
        padding: 27px 15px;
    }
    .content-detail h4{
        font-size: 22px;
    }
    header .container-fluid {
        padding: 0 10px;
    }
}
@media (max-width: 1024px) {
	.image_block .quickview{
		top: 32%;
		left: 40%;
	}
	.cat-pagination-right {
		padding-right: 0px;
	}
}
@media (max-width: 991px) {
    /*menu start*/
    #menu .btn-navbar{
        padding: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        display: flex;
        margin: 0;
    }
    #menu .btn-navbar span:before {
        top: -7px;
    }
    #menu .btn-navbar span:before,
    #menu .btn-navbar span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #333;
        left: 0;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    #menu .btn-navbar span:after {
        top: 7px;
    }
    #menu .btn-navbar span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #333;
        left: auto;
        top: 8px;
    }
    /*end menu*/
    #topCategoryList .dropdown.menulist .dropdown-menu{
        padding: 0 15px;
    }
    .position-footer-left h5 {
        display: block;
    }
    .col-sm-3.clearfix.footer-right-panel{
        margin-bottom: 0;
    }
	.box-category h3.toggled {
        margin: 5px 0px;
    }
	#selectMe-desk {
        display: none;
    }
	#topCategoryList {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
        clear: both;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        display: none;
	}
    div#topCategoryList.open-nav{
        display: block;
        background: #f5f5f5;
    }
    #topCategoryList .close-sidebar {
        display: block!important;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        padding: 10px;
        margin-bottom: 5px;
        background: #333;
    }
    #menu .dropdown-inner .dropdown-submenu,
    #navCategory .dropdown-inner .dropdown-submenu {
        position: relative;
    }
	#menu #topCategoryList ul {
        margin: 0;
        float: none;
        display: block;
    }
	#topCategoryList ul li {
        float: none;
    }
	#topCategoryList li .toggle-menu {
		position: absolute;
        right: 15px;
        top: 5px;
        padding: 0;
	}
	#topCategoryList li.sub-menu-item .toggle-menu {
        top: 7px;
        right: 10px;
    }
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
		border: none;
		box-shadow: none;
		display: none;
		background: transparent;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
        display: block;
    }
	#topCategoryList .dropdown-submenu > .fa {
        display: none;
    }
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
	    position: relative;
		left: auto;
		border: none;
		background: transparent;
		padding: 0px 10px;
	}
	#menu #topCategoryList .dropdown-inner a,
    #menu .nav > li > a,
    #menu .nav > li > a:hover,
    #menu .nav > li.open > a,
    #menu .nav > li > a:active {
        color: #000;
		padding: 10px 15px;
		min-height: 15px;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		margin: 0px;
        display: block;
	}
    #menu .dropdown-menu .dropdown-inner > ul,
    .menu-nav .dropdown-menu {
        padding: 0;
    }
	#menu #category{
		color: #ffffff;
		letter-spacing: 0.5px;
		padding-left: 0px;
        line-height: 48px;
        font-size: 16px;
	}
	#top .container{
		position: relative;
	}
	#menu .btn-navbar i {
		font-size: 25px;
		line-height: 30px;
	}
	#menu .btn-navbar:hover,
    #menu .btn-navbar:focus {
		color: #333;
		background-color: transparent;
		outline: none;
	}
	#topCategoryList #more_cat {
		display: none;
	}
	#menu .dropdown-inner,
    #navCategory .dropdown-inner {
		display: block;
	}
    i.fa.fa-close,
    .fa-angle-down:before{
        font-size: 14px;
    }
    .fa-angle-down:before{
        right: 5px;
        position: relative;
    }
    i.fa.fa-close{
        color: #ffffff;
    }
    .main-item.active .toggled > .fa-angle-down:before,
    .toggle-menu.active > .fa-angle-down:before {
        content: "\f106";
    }
    .top-center{
        float: right;
        position: relative;
        right: 30px;
        top: 30px;
    }
    #service-block .service-outer h3:before{
        top: auto;
        left: auto;
        position: relative;
    }
    .service-outer h3{
        text-align: center;
        padding:  10px;
        line-height: 40px;
    }
    .main-category.left-column-main-category{
        display: none;
    }
	.services.service_content1 {
		padding-left: 0;
	}
	.col-sm-2.top-right{
		float: right;
	}
	.breadcrumb {
        text-align: center;
        width: 100%;
        margin: 15px 0 0;
    }
    .page_title{
        text-align: center;
        margin-top: 0;
        float: unset;
    }
	#column-left .swiper-viewport,
    #column-right .swiper-viewport {
		display: none;
	}
	.show-select, .text-right.show-text {
		display: inline-block;
	}
    #column-left > div,
    #column-right > div,
    #column-left .box,
    #column-right .box,
    #column-left > div:last-child,
    #column-right > div:last-child{
        margin: 30px 0 0 0;
        padding: 0;
    }
    #column-left h3,
    #column-right h3,
    #column-left .category-list ul,
    #column-right .category-list ul,
    #column-left .box-content .block_box,
    #column-right .box-content .block_box,
    #column-left .box-content .filter_box,
    #column-right .box-content .filter_box,
    #column-left .box-content ul,
    #column-right .box-content ul{
        padding: 10px 15px;
        margin: 0;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: auto;
    }
    #column-left .box-content.latest,
    #column-right .box-content.latest{
        padding: 0;
    }
    .menulist > a::after{
        background: none;
    }
    .footer_payment.col-lg-6,
    .footer_social.col-lg-6{
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer_payment.col-lg-6{
        padding: 10px 15px;
    }
    .footer_payment.col-lg-6 {
        padding: 25px 15px;
    }
    p.powered{
        top: auto;
        position: relative;
    }
    .account-login .breadcrumb{
        text-align: center;
    }
    .footer_middle .col-sm-3,
    .footer_middle .col-sm-2{
        margin-bottom: 15px;
        padding-left: 0;
        width: 100%;
        padding-right: 0;
    }
    footer h5{
        margin: 0 0 10px 0;
    }
    .footer_payment{
        padding: 0;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        margin-right: 15px;
    }
    .thumb-description p.price{
        display: block;
    }
    .cms-homepage .content-block{
        text-align: center;
        padding: 10px 0 0 0;
    }
    .cms-inner .col-sm-3 a div{
        margin: 0 auto;
    }
    .cms-inner .col-sm-3{
        display: inline-block;
        width: 50%;
    }
    .home-page-service{
        padding: 0;
    }
    .newsletter-block .block-content .txtemail{
        padding-right: 42%;
    }
    .product-thumb .button-group .quickview{
        display: none;
    }
    .banner-content {
        display: block;
        padding: 12px;
    }
    .banner-content div {
        margin: 0 auto;
    }
    .cms-inner > div {
        margin-right: 21px;
    }
    .tab-block{
        width: 20%;
    }
    #product-product .tab-content{
        width: 80%;
    }
    .testimonial-container .block_box{
        padding: 0;
    }
    body.active {
        overflow: hidden;
    }
    body.active::before {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
        transition: all .2s ease 0s;
    }
    .col-sm-12.subbanner-item.inner3 {
        margin-top: 20px;
    }
    .hover_content{
        padding: 20px;
    }
    #column-left .category-list li:first-child > .main-item {
        margin-top: 0;
    }
    .owl-carousel.owl-theme .owl-nav div{
        opacity: 1;
    }
    .owl-carousel.owl-theme .owl-nav div.owl-next {
        right: 2px;
    }
    .owl-carousel.owl-theme .owl-nav div.owl-prev {
        left: 2px;
    }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}
@media (max-width: 767px) {
    #product-search #content .row .col-sm-4 .form-control,
    #product-search #content .row .col-sm-3 .form-control {
        margin-bottom: 10px;
    }
    .hidden-xs{
        display: block!important;
    }
    .myaccount-dropdown .hidden-xs{
        display: inline!important;
    }
	.col-sm-3.top-left{
		float: left;
	}
    #search .btn-lg i {
        font-size: 18px;
    }
	.product-grid.col-xs-12,
    #related-carousel .product-layout.col-lg-4.col-md-4.col-sm-4.col-xs-12{
		width: 33%;
	}
	.pro_pagination .col-sm-6.text-right,
    .pro_pagination .col-sm-6.text-left {
		width: 100%;
		text-align: center;
        margin: 0;
        line-height: 20px;
        padding: 0;
	}
    .product-list .thumb-description.clearfix {
        width: 100%;
        padding: 20px 0 0;
    }
    .product-list .image{
        margin:0;
        float: left;
    }
    .right-info {
        margin-top: 30px;
    }
    .banner-item-inner{
        text-align: center;
    }
    .banner-image-wrapper img{
        margin: 0 auto;
    }
    .banner2 .banner-item-inner,
    .subbanner2 .banner-item-inner  {
        margin-top: 30px;
    }
    .col-sm-6.subbanner-left,
    .col-sm-6.subbanner-right{
        padding: 0;
    }
    .subbanner-section .subbanner-item,
    .col-sm-12.subbanner-item.inner3 {
        margin-top: 30px;
    }
    #top #form-language .dropdown-menu,
    #top #form-currency .dropdown-menu{
        right: 0px;
    }
    .row.pro_pagination{
      padding: 7px 0px 7px;
    }
    #account-register #column-left,
    #account-register #column-right {
        margin-top: 80px;
    }
    .cms-inner .col-sm-3{
        width: 49%;
    }
    .bottom_text{
        font-size: 18px;
    }
    .cms-inner {
        display: flex;
    }
    .col-sm-5.product-left {
        width: 480px;
        margin: 0 auto;
    }
}
@media (max-width: 640px) {
    #top .nav-left {
        width: 100%;
    }
    #top .nav-right{
        float: none;
    }
    .cms-inner {
        display: block;
    }
    .cms-inner > div{
        width: 100%;
        margin: 0;
    }
    .cms-inner .cms-inner2,
    .cms-inner .cms-inner4{
        margin: 30px 0 0 0;
    }
    .banner-content {
        display: flex;
        justify-content: center;
        padding: 15px;
    }
    .cms-homepage .content-block {
        text-align: left;
        padding: 0 0 0 15px;
    }
    .banner-content div{
        margin: 0;
    }
}
@media (max-width: 680px) {
    .breadcrumb,
    .page_title {
        text-align: center;
    }
    .cms-inner .col-sm-6{
        justify-content: center;
    }
    .newsletter-form.block-content{
        width: 100%;
    }
    .image-blog {
        width: 100%;
    }
    .caption-blog {
        width: 100%;
        margin-top: 15px;
        padding: 0;
    }
    .cat-pagination-right {
        width: 100%;
        margin: 5px 0;
    }
    .text-right.show-text{
        padding: 0;
    }
    .newsletter-block .block-content .txtemail{
        padding-right: 24%;
    }
    #product-product .tab-content {
        width: 70%;
    }
    .tab-block {
        width: 30%;
    }
    .footer-bottom div{
        width: 100%;
        text-align:center;
        float: unset;
    }
    .footer_powered{
        margin-bottom: 10px;
    }
    #product-product .tab-content{
        padding: 75px 30px;
    }
    .testimonial-box {
        padding: 20px 20px 20px;
    }
}
@media (max-width: 600px){
    .newsletter-block .block-content .txtemail {
        padding-right: 30%;
    }
    .subbanner-right .title,
    .subbanner-right .desc-text{
        font-size: 30px;
        line-height: 40px;
    }
    .subbanner-right .subbanner-item-inner3 .title,
    .subbanner-right .subbanner-item-inner3 .desc-text{
        font-size: 36px;
    }
    .newsletter-popup .modal-dialog {
        width: 90%;
    }
}
@media (max-width: 500px) {
    .footer_payment, .footer_social {
        width: 100%;
    }
    .footer_social{
        margin-bottom: 20px;
    }
    .bottom_text{
        margin-bottom: 10px;
    }
    .cms-inner .col-sm-3 {
        width: 100%;
        margin-bottom: 10px;
    }
    .cat_list_gird {
        width: 25%;
    }
    .cms-inner4 .content-block{
        padding-bottom: 0;
    }
    .cms-inner4.col-sm-3{
        margin-bottom: 0;
    }
    .newsletter-block .block-content .txtemail {
        padding-right: 35%;
    }
}
@media (max-width: 480px) {
    .pro-image .thumbnail{
        width: 100%;
    }
	.banner .banner-inner{
		width: 100%;
	}
    #product-product .nav-tabs{
        border: none;
        margin: 15px 0;
    }
    .payment_block {
        margin-bottom: 20px;
    }
    .newsletter-block .title-text{
        font-size: 20px;
    }
    .nav-right{
        margin-top: 5px;
    }
    #form-language img {
        vertical-align: unset;
    }
    #product-product .nav-tabs>li {
        text-align: center;
    }
    #product-product .tab-block li.active > a::before,
    #product-product .tab-content:before{
        width: unset;
    }
    #product-product .tab-content{
        width: 100%;
        padding: 0 0 30px 0;
    }
    .dropdown-menu-right{
        right: 0;
    }
    .tab-block {
        width: 100%;
        padding: 0;
    }
    #tab-specification .table-bordered{
        margin: 0;
    }
    #tab-description ul:last-child{
        margin: 0;
    }
    .col-sm-5.product-left {
        width: auto;
    }
    .subbanner-item-inner1 .desc-text {
        font-size: 25px;
    }
    .subbanner-item-inner1 .hover_content .title{
        font-size: 50px;
    }
    .subbanner-right .subbanner-item-inner3 .title,
    .subbanner-right .subbanner-item-inner3 .desc-text{
        font-size: 36px;
    }
    .checkout-cart #accordion .input-group-btn {
        float: left;
        margin: 5px 0 0;
    }
    .newsletter-popup .modal-dialog{
        max-width: 300px;
    }
    .modal-body .col-xs-6 {
        width: 100%;
    }
    .newsletter-content-innner{
        padding: 50px 0;
        height: unset;
    }
}
@media (max-width: 425px) {
    .newsletter-block .title-text{
        font-size: 22px;
    }
    #product-product .nav-tabs>li.active>a,
    #product-product .nav-tabs>li.active>a:focus,
    #product-product .nav-tabs>li.active>a:hover{
        border: none;
    }
    #cart .dropdown-menu{
        right: 0px;
        width: 290px;
    }
    .newsletter-block .block-content .txtemail {
        padding-right: 40%;
    }
    .cat-sort, .cat-show{
        width: 100%;
    }
    .cat-show {
        margin-bottom: 5px;
    }
    .top-center{
        right: 25px;
    }
    .head_wish{
        padding: 29px 0 28px 7px;
    }
    #top-links.Myaccount .list-inline,
    #cart.btn-block,
    #search{
        padding: 28.5px 7px;
    }
    .top-left{
        width: 120px;
    }
    .hover_content{
        line-height: 42px;
    }
    .subbanner-item-inner1 .hover_content .title{
        font-size: 34px;
    }
    .subbanner-item-inner1 .desc-text {
        font-size: 18px;
    }
    .subbanner-right .subbanner-item-inner3 .title,
    .subbanner-right .subbanner-item-inner3 .desc-text {
        font-size: 20px;
    }
    .subbanner-right .title,
    .subbanner-right .desc-text{
        line-height: 28px;
            font-size: 18px;
    }
    .box .product-layout.col-xs-6,
    .product-grid,
    #related-carousel .product-layout.col-xs-6{
        width: 100%;
    }
}
@media (max-width: 375px) {
    .com-total {
        margin: 0px;
    }
    .content-detail h4{
        font-size: 18px;
    }
    .product-grid.col-xs-12,
    #related-carousel .col-xs-6{
        width: 100%;
    }
    #content.col-sm-9 .page-title h3{
        font-size: 20px;
    }
    .rating .product-rating{
        width: 100%;
        margin-bottom: 10px;
    }
    .rating a.reviews {
        border: none;
        padding-left: 0;
    }
    #tab-special .product-layout.col-xs-6 {
        width: 100%;
    }
    #cart .dropdown-menu {
        right: -40px;
    }
}

/* Mahardhi Category */
#column-left .dropdown-inner li.menu-item,
#column-right .dropdown-inner li.menu-item {
	padding-left: 0;
	padding-right: 0;
}
.m-list {
	padding: 0px;
	list-style: none;
}
#navCategory .dropdown-menu.item-column {
	left: 100%;
	top: 0px;
}
.cat-list.dropdown:hover .dropdown-menu {
	display: block;
}
#navCategory .list-group-item {
	border-radius: 4px;
}
#navCategory .dropdown-inner a {
	min-width: 180px;
	padding: 5px 20px;
}
#navCategory .dropdown.cat-list:after {
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	right: 12px;
	top: 12px;
}
#navCategory .dropdown-inner a:hover {
	color: #222222;
	background-color: #f5f5f5;
}
#navCategory .column-1 .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 10px;
	top: 8px;
}
#navCategory .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
	position: absolute;
	display: none !important;
	left: 100%;
	top: 0px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#navCategory .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
	display: block !important;
}
#navCategory .navcol-menu:not(.column-1) .dropdown-inner li.dropdown-submenu {
	padding-bottom: 4px;
}
#navCategory .cat-list .dropdown-submenu ul.sub-menu a {
	font-size: 12px;
	color: #797979;
}
/* End */

/** Category DropDown Menu **/
.vertical-category-wrapper{
    position: relative;
    padding: 0;
    width: 100%;
}
#column-left ul li.submenu3,
#column-right ul li.submenu3 {
    padding: 12px 12px 8px 0;
    padding-left: 0;
}
ul.category-list > li {
    width: 100%;
}
ul.category-list .single-dropdown .megamenu-dropdown li a:after{
    top: 7.5px;
}
