body {
	color: #222222;
    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: #222222;
}
a:hover,a:focus {
	text-decoration: none;
	color: #16bf7a;
}
::-moz-selection {
    background-color: #222222;
    color: #ffffff;
}

::selection {
    background-color: #222222;
    color: #ffffff;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
    color: #222222;
    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;
}
.buttons {
    margin: 0;
}

/* touch scroll erroe fix !important*/
.owl-carousel {
    touch-action: manipulation; 
}
/*----------------------------------------------*/
/* Loader Start*/
/*----------------------------------------------*/
/*Loader1*/
.loader{
   position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../image/mahardhi/ajax-loader.gif) 50% 50% no-repeat rgb(255,255,255);
    opacity: 1;
}
/*Loader2*/
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9999999;
    display: block;
}
.page-loader .home-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
}
.loader-spinner {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.loader-spinner div {
    width: 40px;
    border-radius: 50%;
    position: absolute;
    height: 40px;
    background: #16bf7a;
    animation: spinner 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader-spinner div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes spinner {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/*----------------------------------------------*/
/* Loader End*/
/*----------------------------------------------*/
/*error page*/
.error {
    text-align: center;   
}
.error__box {
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 30px;
}  
.error__box i {
    display: inline-block;
    font-size: 30px;
    color: #cccccc;
    margin: 0 0 15px;
}
.error h2 {
    color: #363636;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.error h2.page_title{
    text-align: left;
}
.error .error__title {
    color: #16bf7a;
    font-size: 50px;
    margin: 0 0 24px 0;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}
.error__subtitle {
    margin-bottom: 8px;
}
.error__description{
    font-size: 14px;
    color: #888;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.btn-default-grey {
    border-color: #d7d7d7;
    color: #ffffff  ;
}
/*end error*/

/** QuickView **/
.quickview-wrapper-inner.container{
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.quickview-wrapper {    
    display: none;    
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;    
    z-index: 9999;
    max-width: 900px; 
}
.quickview-wrapper-inner{
    position: relative;
    background-color: #ffffff;
    transform:translateY(-50%) ;
    height: 70vh;
    top: 50%;
    padding: 30px 30px 30px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.quickview-overlay {
    display: none;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 99;
}
.quickview-btn {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
}
.quickview-loader{
    display: none;
    position: fixed;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    margin: auto;
}
.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;
}

/** 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: 700px;
    text-align: center;
    width: auto;
}
.newsletter-btn-close.close{
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
    font-weight: 400;
    font-size: 22px;
    opacity: 1;
    outline: none;
}
.newsletter-popup .modal-body{
    padding:20px; 
    background: url(../image/mahardhi/newslatter-back.jpg) no-repeat 0 0;
    background-size: cover;
}
.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 {
    opacity: .9;
}
.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: 70%;
    margin: 0 auto;
    border: none;
    padding: 9px 20px;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 15px;
    outline: none;
}
.newsletter-content .btn{
    text-transform: uppercase;
    font-weight: 500;
    display: table;
    margin: 20px auto;    
    padding: 10px 20px;
    box-shadow: none;
}
.newsletter-content-bottom{
    margin-bottom: 20px;
}
.newsletter-btn-close {
    color: #333;
}
.newsletter-btn-close:hover {
    color: #16bf7a;
}
.newsletter-popup-message .alert,
.common-home .newsletter-popup-message .alert{
    margin-bottom: 15px;
}
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);
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #78ae00;
}
/* 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;
    background: url(../image/mahardhi/call-icons.png) no-repeat scroll 0px 0 transparent;
}
#form-currency .btn-link strong{
    font-weight: normal;
}
#form-currency .btn-link,
#form-language .btn-link,
.Myaccount a {
    color: #ffffff;
    font-size: 14px;
}
#top .nav-right .fa-angle-down {
    font-size: 14px;
    color: #ffffff;
}
#top #form-language .btn-link{
    padding: 0;
}
#top-links.Myaccount .list-inline,
#top #form-currency .btn-link {
    margin: 0;
    padding: 0 0 0 30px;
}
#top #form-language .dropdown-menu,
#top #form-currency .dropdown-menu{
    top: 30px;
    padding: 10px 15px;
}
.dropdown-menu.dropdown-menu-right{
    padding: 10px 15px;
}
#top #form-language .dropdown-menu .btn-link,
#top #form-currency .dropdown-menu .btn-link,
#top-links .dropdown-menu a {
    color: #222222;  
    font-weight: 300;
    padding: 5px 0;
    background: none;
    border:none;
    text-align: left;
}
#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: #16bf7a;
}
.dropdown-menu-right{
    right: 15px;
}
.currency-box,
.languages-box,
.Myaccount{
    float: left;
}
li.myaccount-dropdown{
    padding: 0;
}
#top #form-language .dropdown-menu,
#top #form-currency .dropdown-menu,
.dropdown-menu.dropdown-menu-right  {
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    margin: 0;
    border: none;
    border-radius: 0;
    background: #f5f5f5;
}
.header-right,
#top .container,
.header-top .container{
    text-align: center;
    position: relative;
}
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}
/*end top*/

/*start header*/
.header-top{
    padding: 30px 0px;
    position: relative;
}
.top-left {
    position: relative;
    float: left;
}
.top-center{
    display: inline-block;
    top: 5px;
    position: relative;
    width: 48.72%;
}
.top-right {
    float: right;
    position: relative;
    top: 5px;
}
/*end header*/

/* search */
#search .input-lg{
    border-radius: 25px;
    font-size: 14px;
    border: none;
    height: 40px;
    padding: 0 70px 0 30px;
    box-shadow: none;
    background: #f5f5f5;
}
#search .btn-lg {
   padding: 20px 30px;
    position: absolute;
    border-radius: 0 25px 25px 0;
    right: 0;
    background: #16bf7a;
    color: #fff;
    background: url(../image/mahardhi/searc-cart-icon.png) no-repeat scroll center 8px #16bf7a;
}
div#search .btn-lg:hover{
    background: url(../image/mahardhi/searc-cart-icon.png) no-repeat scroll center 65% #16bf7a;
}
.product-search .cat_info {
    margin-top: 30px;
}
div#search {
    width: 100%;
}

/* 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;
}
.btn_search{
    background: url(../image/mahardhi/header-icon.png) no-repeat scroll 5px 8px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: relative;
    padding:4px;
}
.btn_search:hover{
    background: url(../image/mahardhi/header-icon.png) no-repeat scroll 5px -39px;
}
.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: #f5f5f5;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 10.5px 10px 10.5px 0;
}
.cart_img{
    background: url(../image/mahardhi/searc-cart-icon.png) no-repeat scroll center -39px #16bf7a;
    padding: 9.5px 25px;
    border-radius: 25px 0 0 25px;
}
#cart > button .cart_img:hover{
     background: url(../image/mahardhi/searc-cart-icon.png) no-repeat scroll center 102% #16bf7a;
}
#cart .dropdown-menu {
    width: 380px;
    padding: 0px;
    border: none;
    overflow: hidden;
    display: none;
    background: #f5f5f5;
    z-index: 1001;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    top: 50px;
}
#cart .cart_block {
    display: inline-block;
    font-size: 14px;
    color: #222222;
    padding: 0 0 0 10px;
}
.table-striped>tbody>tr,
.table-striped>tbody>tr:nth-of-type(odd){
    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; 
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 282px;
}
#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 #dddddd;
    padding: 15px 20px 0px 20px;
}
#cart .dropdown-menu table {
    border: none;
}
#cart .text-right .addtocart-btn {
    margin: 0 5px 0 0;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn {
    width: auto;
    display: inline-block;
    color: #fff;
    padding: 9px 20px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    border-radius: 25px;
    line-height: 22px;
    text-transform: uppercase;
    background: #16bf7a;
    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: #222222;
    text-decoration: none;
    color: #ffffff;
}
#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 .dropdown-menu li a:hover{
    color: #16bf7a;
}
#cart .product-cart-info .product-cart-qty {
    font-weight: 300;    
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: #16bf7a;    
}
#cart .dropdown-menu li tr:last-child td:last-child,
#accordion .table>tfoot>tr:last-child>td:last-child{
    font-size: 16px;
    color: #16bf7a;
    font-weight: 500;
}
#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;
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 18px;
}
#cart .dropdown-menu .table>tbody>tr>td {
    vertical-align: top;
}
#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;
}
.btn.focus, .btn:focus, .btn:hover{
    color: #fff;
}
.product-cart-close i {
    font-size: 14px;
}
/*End Cart*/

/*start main menu*/
.main-category{
    display: none;
}
#column-left .main-category{
    display: block;
}
li.view_more.my-menu {
    cursor: pointer;
}
.catgory-left{
    position: relative;
    width: 270px;
}
.position-top-category{
    position: absolute;
}
.position-top-category,
.left-column-main-category,
 #column-left .category-list ul {
    z-index: 999999;
    font-size: 16px;
    background: #f5f5f5;
    color: #222222;
    font-weight: 400;
}
.box-categories,.menu{
    display: inline-block;
}
.box-categories{
    background: #222222 url(../image/mahardhi/list-icon.png) no-repeat 20px 18px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 15px 93px 15px 40px;
}
.vertical-category .category-list{
    padding: 12px 0;
    margin: 0;
}
#column-left .category-list ul li:first-child,
#column-right .category-list ul li:first-child{
    padding: 0;
}
#column-left .category-list ul li,
#column-right .category-list ul li{
    padding: 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;
}
.vertical-category ul li a,
#column-left .category-list ul li a{
    padding: 8px 30px 8px 20px;
    font-size: 16px;
}
.vertical-category .dropdown-menu ul li a{
    font-size: 14px;
}
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){
    .header-menu {
        display: none;
    }
    /*menu fixed*/
    .common-home .header-menu-list.fixed {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 9;
        -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        animation: slide-down 0.7s;
        left: 0;
        right: 0;
    }    
}
@media (max-width: 991px){
    .static {
        display: none;
    }
}
.static .nav>li{
    display: inline-block;
}
.header-menu-list{
    background: #16bf7a;
}
.static .nav > li > a {
    font-size: 16px;
    color: #fff;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 500;
    background: transparent;
    outline: none;
}
.static .nav > li > a:hover,
.static .nav > li.open > a,
.static .nav > li > a:active {
    color: #222222;
    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;
}
a.btn.btn-info.map_btn {
    margin-left: 37px;
}
#information-contact .col-sm-12{
    padding: 0;
}
#map {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}
#gmap_canvas {
   height: 400px;
   width: 100%;
}
#information-contact .panel-group{
    display: none;
}
/*End Contact*/

/*Main Slider*/
.swiper-pager div{
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #242424;
    font-size: 20px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 26px;
    text-shadow: none;
    box-shadow: none;
}
.swiper-pager div:hover {
	background-color: #16bf7a;
    color: #ffffff;
    border: 1px solid #16bf7a;    
}
.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
}
.subbanner-item-inner1{
   margin-right: 15px;
}
.subbanner-item-inner1 {
    margin-right: 15px;
}
.subbanner-item-inner2 {
    margin-left: 15px;
}
.subbanner-section .subbanner-image-wrapper a,
.col-sm-3 .swiper-slide a{
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s; 
}
.subbanner-section .subbanner-image-wrapper img,
.col-sm-3 .swiper-slide img {
	width: 100%;
}
.col-sm-3 .swiper-slide a:hover img,
.subbanner-image-wrapper a:hover img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.col-sm-3 .swiper-slide img,
.subbanner-image-wrapper img{
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
/*end banner effect*/

/*start Latest Product*/
.box {
	margin-top: 30px;
}
#content.col-sm-9 .page-title h3{ 
	position: relative;
	margin: 0px;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 15px;
	display: inline-block;
	font-weight: 500;
	color: #222222;
	border-bottom: 3px solid #16bf7a;
}
.page-title:before {
    border-bottom: 2px solid #dddddd;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
}
.page-title {
	margin-bottom: 30px;
	position: relative;
}
#column-left .page-title,
#column-right .page-title{
	margin: 0;
	border: none;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {  
	left: auto; 
	right: 15px;
	position: absolute;
	top: -73px;
	border: 1px solid #dddddd;
	background: #eeeeee;
	color: #242424;
	border-radius: 0;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
	background: #16bf7a;
	color: #ffffff;
	border-color: #16bf7a;
}
.owl-theme .owl-nav .disabled{
	opacity: 0.8;
}
.owl-theme .owl-nav .owl-prev{
	left: auto;
	right: 50px;
}
.product-thumb {
	margin-bottom: 30px;
	overflow: auto;
	position: relative;  
}
.product-thumb h4 {
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	padding: 15px 0 10px;
}
.thumb-description p {
	display: none;
}
.thumb-description .rating {
	display: inline-block;
}
.rating .fa-star-o:before,
#tab-review .fa-star-o:before {
	content: "\f005";
}
.rating .fa-star,
#tab-review .fa-star{
	color: #fbca08;
	font-size: 14px;
}
.rating .fa-star-o,
#tab-review .fa-star-o{
	color: #cccccc;
	font-size: 14px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o{
	color: #fbca08;
}
.rating .fa-stack,
#tab-review  .fa-stack{
	font-size: 8px;
	width: 1.4em;
}
.product-grid .list-button-group{
	display: none;
}
.product-thumb:hover .product_btn .button-group{
	opacity: 1;
	left: 10px;
}
.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;
	left: -50px; 
}
.product-thumb .button-group .wishlist,
.product-thumb .button-group .compare,
.product-thumb .button-group .quickview{
	border-radius: 25px;
	padding: 0;
	background: #16bf7a;
	color: #ffffff;
	text-transform: uppercase;
	width: auto;
	height: 40px;
	width: 40px;
}
.product-thumb .button-group button:hover{
	background: #222222;
}
.product-thumb .button-group .addcart span,
.right-info .btn-block span,
.quick-product-right .btn-block span,
.product-thumb .cart_btn .addcart span{
	font-size: 14px;
	font-weight: 500;
	padding: 0px 0px 0px 27px;
	background: url(../image/mahardhi/cart.png) no-repeat scroll 0px 0px;
}
.thumb-description p.price{
	display: inline-block;
	margin: 0;
	float: right;
	color: #16bf7a;
	font-size: 16px;
	line-height: 18px;
}
.product-thumb .price-old {
	color: #999999;
	text-decoration: line-through;
	font-size: 14px;
    margin-left: 5px;
}
.cart_btn {
	position: absolute;
	left: 0;
	bottom: -50px;
	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{
	background: #16bf7a;
	border-radius: 25px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	outline: none;  
    border:none;
}
.product-thumb:hover .product_btn .cart_btn{
	opacity: 1;
	bottom: 10px;
}
.btn-default:active:focus{
	background: #16bf7a;
	color: #fff;
}
.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;
    right: 10px;
    top: 10px;
    background: #16bf7a;
    color: #fff;
    padding: 2px 9px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 400;
}

/*start service*/
.home-page-service {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 30px 15px;
    margin-top: 50px;
    vertical-align: top;
}
.content-block h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: #222222;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.content-block p {
    color: #999999;
    margin: 0;
}
.cms-inner .col-sm-3 a div{
    height: 50px;
    border-radius: 50%;
    width: 50px;
    background: #f5f5f5;
    text-align: center;
    padding: 15px 0px;
    font-size: 26px;
    color: #16bf7a;
}
.cms-inner .col-sm-3 {
    display: flex;
    padding: 0;
}
.cms-inner .col-sm-3:hover .content-block h4{
    color: #16bf7a;
}
.cms-inner:hover .service-icon1:before{
    color: #16bf7a;
}
.cms-inner1 .service-icon1:before {
    content: "\f0d1";
    font-family: fontawesome;
}
.cms-inner2 .service-icon2:before {
    content: "\f0d6";
    font-family: fontawesome;
}
.cms-inner3 .service-icon3:before {
     content: "\f06b";
    font-family: fontawesome;
}
.cms-inner4 .service-icon4:before {
     content: "\f025";
    font-family: fontawesome;
}
.cms-homepage .content-block {
    padding: 4px 0 4px 10px;
}
/*end service*/

/*Blog*/
.blog-desc h4 {
    font-size: 18px;
    margin: 15px 0px;
}
.blog-block h4 a:hover{
    color: #16bf7a;
}
.blog-group {
    display: inline-block;
    position: relative;
    float: right;
}
.blog-text {
    margin: 12px 0;
    color: #999999;
}
.blog-read{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    color: #222222;
}
.blog-block .blog-read:hover {
    color: #16bf7a;
}
.blog-info {
    position: relative;
}
.blog-info .image{
	position: relative;
	overflow: hidden;
}
.blog-block:hover .post_hover{
    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);
    background-color: rgba(255, 255, 255, 0.4);
    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;
}
.blog-block .hover-zoom,
.blog-block .hover-post {
    border-radius: 50%;
    border: 2px solid #000;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    opacity: 0;
    margin: 5px;
    outline: none;
}
.blog-block .hover-zoom:hover,
.blog-block .hover-post:hover{
    background: #000;
    color: #fff;
}
.blog-block .hover-zoom i,
.blog-block .hover-post i {
	font-size: 16px;
}
.image-blog {
    float: left;
    width: 48.3%;
    position: relative;
}
.caption-blog {
    float: right;
    width: 48.3%;
}
.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 h4.blog-title a:hover{
    color: #16bf7a;
}
.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 {
    line-height: 25px;
    margin: 10px 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: none;
    display: inline-block;
    color: #ffffff;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #16bf7a;
    text-decoration: none;
    outline: none;
}
#comment_btn:hover{
    background: #222222;
    color: #ffffff;
}
.comment_cust h3 {
    margin: 30px 0 20px;
    line-height: 24px;
}
.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: 10px;
}
.comment_cust .comment-text .user_img {
    float: left;
    height: 60px;
    width: 60px;
    background-color: #eeeeee;
    border-radius: 50px;
    text-align: center;
    line-height: 65px;
}
.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: #999999;
}
.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 0 10px 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-control,
.form-horizontal .form-control{
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border:none;
}
.form-horizontal .form-control:focus{
    border:none;
}
#post_comment #commnt_form.form-horizontal .form-group {
    margin-bottom: 30px;
}
#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;
}
#post_comment label{
    color: #222;
}
.product-list .product-thumb .caption-blog .button-group{
    border: none;
}
.blog-block .blog-info img {
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}
.blog-block:hover .blog-info img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*end blog*/

/*start testimonial*/
.testimonial-box {
    padding: 30px 0;
    color: #999999;
}
#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;
	color: #fff;
}
#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: #222222;
    text-transform: capitalize;
    font-weight: 400;
}
.testimonial-post a {
    font-size: 12px;
    color: #16bf7a;
}
/*end testimonial*/

/*Start Newslatter*/
.newsletter-block .text-content h3.title-text{
    font-size: 24px;
    margin: 0 0 5px 0;
}
.newsletter-block .description {
    color: #999999;
    font-size: 14px;
}
.newsletter-block .text-content{
    float: left;
    padding: 0px 0 0px 66px;
    position: relative;
    display: block;
    width: 50%;
}
.newsletter-block .text-content:before{
    border: 2px solid #16bf7a;
    border-radius: 50%;
    content: "";
    font-family: FontAwesome;
    height: 50px;
    width: 50px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s; 
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s; 
}
.newsletter-block:before{
    content: "\f0e0";
    font-family: FontAwesome;
    position: absolute;
    padding: 15px 15px;
    font-size: 20px;
    color: #16bf7a;    
}
.newsletter-form.block-content {
    display: inline-block;
    float: right;
    width: 50%;
}
.newsletter-block .block-content .subscribe-form {
    position: relative;
}
.newsletter-block .block-content .txtemail {
    border: none;
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
    padding: 10px 26% 10px 20px;
    box-shadow: none;
    background: #fff;
}
.newsletter-block .block-content .subscribe-btn{
    background-color: #16bf7a;
    border-radius: 0 25px 25px 0;
    color: #fff;
    padding: 15px 26px 14px;
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 16px;
    top: 0;
}
/*End Newslatter*/

@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%;
    }
}
@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 .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px; 
}
.footer-top{
    background: #f5f5f5;
    padding: 50px 0;
}
footer h5 {
	font-size: 18px;
    font-weight: 600;
    color: #222222;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.footer_powered {
    background: #16bf7a;
}
p.powered {
   margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
p.powered a:hover{
    color: #222;
}
.powered a {
    color: #ffffff;
}
.footer_payment {
    float: right;
}
.footer_social {
    float: left;
}
.bottom_text {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer_social a {
    color: #999999;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background: #fff;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.footer_social a + a {
    margin-left: 10px;
}
.footer_middle.clearfix {
    padding: 50px 0 30px;
}
.footer-top li{
	display: block;
    width: 100%;
    padding: 5px 0px;
}
.footer-top li:last-child{
    padding: 5px 0px 0px 0px;
}

.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;
}
.footer-top .position-footer-right ul.social-media li {
    padding-left: 0px;
}
.position-footer-right li i {
    position: absolute;
    left: 0;
    color: #222222;
    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: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)
}
.footer_social .youtube.social_block:hover {
    background-color: #bb0000;
}
.footer_social a:hover{
    color: #fff;
}
.footer_powered {
    visibility: visible!important;
}

/* alert */
.alert {
    padding: 9px 30px 9px 15px;
    border-radius: 0;
    text-align: center;  
    position: relative;
    line-height: 20px;
}
.alert-dismissable .close,
.alert-dismissible .close{
    opacity: 1;
    position: absolute;
    right: 10px;
    line-height: 40px;
}
.container .alert{
    margin: 20px 0 0;    
}
.alert-dismissable .close{
    color: #222;
    opacity: 1;
}
.alert.alert-success {
    position: fixed;
    left: 0;
    top: 1px;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0;
}
.alert-dismissable .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;
}
.common-home .alert{
    margin: 0px;
}
.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 */
.breadcrumb {
    list-style: outside none none;
    margin: 30px 0 0 0;
    padding:0;
    float: right;
    border: none;
    background: none;
    border-radius: 0;
}
.breadcrumb > li:after {
    content: '\f178';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    color: #cccccc;
    font-size: 18px;
    line-height: 22px;
}
.breadcrumb > li {
    padding: 0 25px 0 7px;
    position: relative;
    white-space: nowrap;
    font-weight: 400;
}
.breadcrumb > li:last-child::after {
    content: "";
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:first-child {
    padding: 0 25px 0 0;
}
.breadcrumb  li:last-child{
    padding: 0px 0 0 7px;
}
.breadcrumb a {
    color: #222222;
}
.breadcrumb a:hover{
    color: #16bf7a;
}
.breadcrumb li:last-child a {
    color: #16bf7a;
}
.pagination {
	margin: 0;
}

/* buttons */
.btn {
	padding: 8px 12px;
	font-size: 14px;
	border: none;
	border-radius: 4px;
}
.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;
    box-shadow: 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: #16bf7a;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    font-weight: 500;
    border-radius: 25px;
    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: #222222;
    border: none;
    color: #ffffff;
}
.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;
    font-weight: 500;
}
.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,
.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;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border-radius: 5px;
    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 .button-group .addcart:hover,
.product_btn button.addcart:hover{
    background: #222222;
    color: #fff;
}
.product-thumb .pro_list .button-group button{
    display: inline-block;
    margin: 0;
}
.product-list .product-thumb .wishlist,
.product-list .product-thumb .compare{
    background: #222222;
    color: #ffffff;
}
.product-list .product-thumb .wishlist:hover,
.product-list .product-thumb .compare:hover{
    background: #16bf7a;
    color: #ffffff;
}
.product-list .product-thumb .fa.fa-heart-o:hover,
.product-list .product-thumb .fa.fa-exchange:hover{
    background: #16bf7a;
}
.product-list .thumb-description.clearfix{
    background: none;
    padding: 0px;
    overflow: hidden;
}
.product-list .product-thumb h4{
    margin: 0 0 15px 0;
    padding: 0;
}
.product-list .image {
    border: none;
    margin-right: 30px;
}
.product-thumb .image {
    text-align: center;
    position: relative;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product-list .thumb-description p {
    display: block;
}
.product-list p.description {
    margin: 15px 0;
}
/* end product list */

/*start Category Page*/
.pro_list {
    display: none;
}
.product-list .pro_list {
    display: block;
}
.page_title,.article-page-title{
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0px 20px 0px;
}
.cat_thumb .cat_des {
   float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    color: #999999;
    padding: 12px 0 18px 0;
}
.text_refine {
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.refine .list-unstyled > li {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 20px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
    background: #16bf7a;
    cursor: pointer;
}
.refine .list-unstyled > li a {
    color: #ffffff;
}
.cat_info.clearfix {
   margin-bottom: 30px;
    border: 1px solid #dddddd;
    width: 100%;
}
.cat_list_gird #list-view.btn.btn-default,
.cat_list_gird #grid-view.btn.btn-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    color: #333;
    padding: 15px 5px;
    line-height: 15px;
}
.cat_list_gird #grid-view.btn.btn-default.active,
.cat_list_gird #grid-view.btn.btn-default:hover,
.cat_list_gird #list-view.btn.btn-default.active,
.cat_list_gird #list-view.btn.btn-default:hover {
    border: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    color: #16bf7a;
    line-height: 15px;
}
.cat_list_gird {
    float: left;
    margin-top: 0px;
    padding: 0 0 0 15px;
}
.com-total {
    float: left;
    margin: 0px 20px 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: #222222;
    font-size: 14px;
    outline: none;
    border: none;
    padding: 14px 0px;
    text-decoration: none;
}
#compare-total.btn.btn-link:hover{
    color: #16bf7a;
}
.cat-pagination-right {
    float: right;
    width: auto;
    padding: 8px 0 7px 0;
}
.cat-sort {
    margin-right: 20px;
}
.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: #999999;
    margin-top: 2px;
    height: 30px;
    border: 1px solid #dddddd;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.refine .list-unstyled {
    margin-bottom: 30px;
}
.refine .list-unstyled > li:hover{
    color: #ffffff;
    background: #222222;
}
.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 20px 0 5px;
}
.cat-sort .col-md-7{
    padding: 0;
}
.product-list .product_btn {
    display: none;
}
.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 #dddddd;
    padding: 4px 20px;
    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: #16bf7a;
    cursor: pointer;
    z-index: 2;
    border: none;
    color: #fff;
    border-radius: 0;
}
.pagination>li>a,
.pagination>li>span {
    background: #222222;
    margin-left: 10px;
    text-align: center;
    position: relative;
    text-decoration: none;
    border-radius: 0;
    height: 30px;
    color: #ffffff;
    width: 30px;
    border: none;
}
.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: 15px;
    font-weight: 500;
}
.rating > a {
    float: left;
    font-size: 14px;
    padding: 0px 20px 0 0;
    color: #999999;
}
.rating .write-review:hover,
.rating > a:hover i.fa.fa-pencil {
    color: #16bf7a;
}
i.fa.fa-pencil {
    color: #222;
}
.rating .product-rating {
    float: left;
    padding: 0px 20px 0 0;
}
.right-info .disc,
.quick-product-right .disc {
    font-weight: 500;
    color: #222222;
    font-size: 14px;
    min-width: 125px;
    display: inline-block;
}
.right-info li a,
.right-info .disc1,
.quick-product-right li a,
.quick-product-right .disc1{
    color: #999999;
    font-size: 14px;
}
.right-info .product-manufacturer,
.quick-product-right .product-manufacturer {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
    margin: 15px 0;
}
.right-info .product-manufacturer li+li{
    margin-top: 8px;
}
.stock-info .disc1,.disc1.stock-info{ 
    color:#16bf7a;
}
.pro_price {
    font-size: 24px;
    color: #16bf7a;
    font-weight: 500;
}
.pro_oldprice{
    font-size: 14px;
    margin-left: 5px;
}
.pro_tax {
    margin: 5px 0;
    font-size: 14px;
    color: #999999;
}
#product-product .tab-content {
   padding: 30px;
    border: 1px solid #dddddd;
}
#tab-specification table,
#tab-description ul:last-child {
    margin: 0;
}
#product-product .nav-tabs > li.active{
    border-left: 1px solid #dddddd;
    border-radius: 0;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
#product-product .nav-tabs>li>a {
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 9px 20px;
    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 {
    padding: 9px 20px;
    color: #16bf7a;
    margin-right: 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: 39%;
    position: absolute;
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #242424;
    border-radius: 0;
    font-size: 16px;
    padding:0;
}
#additional-carousel .owl-nav .owl-prev:hover,
#additional-carousel .owl-nav .owl-next:hover,
#quick-carousel .owl-nav div:hover{
    background: #16bf7a;
    border-color: #16bf7a;
    color: #ffffff;
}
#additional-carousel .owl-nav .owl-prev:hover i,
#additional-carousel .owl-nav .owl-next:hover i{
    color: #fff;
}
.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: 25px;
    line-height: inherit;
}
.pro_wish:before {
    content: "\f004";
    font-family: "FontAwesome";
    float: left;
    font-size: 15px;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.pro_comper:before {
    content: "\f0ec";
    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: #16bf7a;
}
#content .right-info ul.list-unstyled li b,
.tab-pane h3, .tab-pane b {
    color: #222222;
}
.rating > a:last-child {
    border-right: medium none;
    margin-right: 0;
}
.quick-product-right .pro_oldprice{
    margin: 0;
}
hr {
    margin: 15px 0;
    border-top: 1px solid #dddddd;
}
.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: #16bf7a;
}
#product-product .thumbnail:hover,
.quickview-container .thumbnail:hover {
    border-color: #dddddd;
}
.btn-default {
    width: auto;
    border: none;
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #222222;
    text-decoration: none;
    border-radius: 25px;
    text-shadow: none;
}
.btn-default:hover{
    background: #16bf7a;
    color: #ffffff;
}
.right-info .btn-default,
.quick-product-right .btn-default{
    padding: 10px 16px;
}
.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-bottom: 0px;
    margin-top: 30px;
    border-bottom: none;
}
#product-product .nav-tabs>li {
    float: left;
}
.related-products-block {
    margin-top: 30px;
}
#form-review .table-bordered {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
#review strong{
    font-weight: normal;
    text-transform: capitalize;
}
#form-review .table>tbody>tr>td{
    border: 1px solid #eee;
}

.tab-content h2{
    font-size: 16px;
    color: #333;
}
.tab-review .table-bordered{
    border: 1px solid #eeeeee;
}
.related-products-block .page-title h3 {
    margin-top: 50px;
}
.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;
    height: 40px;
}
.checkout-cart .input-group.btn-block .form-control {
    width: 45px;
    height: 40px;
    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;
	vertical-align: middle;
	font-weight: 400;
	white-space: unset!important;
}
#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: #16bf7a;
    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: 600;
}
    
/* 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: 6px;
	padding: 0px 5px;
}
.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  .box-category h3,
#column-right  .box-category h3,
.filter h3,
#column-left  .box-content h3,
#column-right .box-content h3,
#column-right .newsletter-wrapper h3,
#column-left .newsletter-wrapper h3,
#column-left .category-heading h3,
#column-right .category-heading h3,
#column-left .testimonial-container h4,
#column-right .testimonial-container h4{
    color: #ffffff;
    padding: 16.5px 20px;
    background: #222222;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: none;
    margin: 0;
    border-radius: 0;
}
#column-left .box-content ul,
#column-right .box-content 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 .vertical-category > ul,
#column-right .vertical-category > ul{
    background: #f5f5f5;
    margin-bottom: 0;
}
.banner-cms,
#column-left .block_box,
#column-right .block_box{
	padding: 0px 15px;
}
#column-left #slideTestimonial,
#column-right #slideTestimonial,
#column-left .box .box-product,
#column-right .box .box-product{
    padding: 20px 20px;
    background: #f5f5f5;
}
#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: 33%;
    margin-right: 5px;
}
#column-left .thumb-description.clearfix,
#column-left .thumb-description.clearfix,
#column-right .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: 64%;
    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;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating{
    padding: 5px 0;
    display: block;
}
.product-thumb h4 a:hover,
#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,
#column-right .button-group,
#column-left .sale-text,
#column-right .sale-text,
#column-left .cart_btn,
#column-right .cart_btn{
    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;
}
#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-top: 30px;
}
#column-left > div:last-child,
#column-right > div:last-child {
    margin-bottom: 0;
}
#column-left .newsletter-wrapper.nessletter_banner,
#column-right .newsletter-wrapper.nessletter_banner{
    margin-bottom: 0;
}
.account-content {
    position: relative;
}
#column-left ul li,
#column-right ul li{
    padding: 8px 20px;
    font-size: 16px;
}
#column-left ul li:first-child,
#column-right ul li:first-child{
    padding-top: 20px;
} 
#column-left ul li:last-child,
#column-right ul li:last-child{
    padding-bottom: 20px;
}
#column-left ul li a,
#column-right ul li a{
    color: #222222;
    background: none;
}
#column-left ul li a:hover,
#column-right ul li a:hover,
#column-left ul a:hover,
#column-right ul a:hover,
#column-left ul.category-list li:hover > a,
#column-right ul.category-list li:hover > a {
    color: #16bf7a;
    background: none;
}
.account-content .list-group a:hover{
    color: #333;
}
.account-content .list-group a.active,
.account-content .list-group a.active:hover,
.account-content .list-group a:hover{
    background: none;
}
.account-content .list-group a {
    border: none;
    padding: 8px 20px;
    font-size: 16px;
    background: none;
    color: #222222;
}
#column-left .account-content ul a:first-child,
#column-right .account-content ul a:first-child {
    padding-top: 20px;
}
#column-left .account-content ul a:last-child,
#column-right .account-content ul a:last-child {
    padding-bottom: 18px;
}
.sitemap .col-sm-6 ul li a {
    color: #999999;
}
.sitemap .col-sm-6 ul li a:hover{
    color: #16bf7a;
}
.sitemap .col-sm-6 li {
    margin: 5px 0;
    color: #999999;
    font-size: 14px;
}
.sitemap .col-sm-6 li:last-child {
    margin: 5px 0px 0px 0px;
    color: #999999;
}
.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;
}
.filter_box a.list-group-item{
   color: #222222;
    text-transform: capitalize;
    border: none;
    font-size: 14px;
    font-weight: 600;
}
.filter_box .list-group-item div label {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    text-transform: capitalize;
}
#column-left .filter_box,
#column-right .filter_box{
    background: #f5f5f5;
}
.filter_box a.list-group-item{
    padding: 20px 20px 15px 20px;
}
.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: 10px 20px 20px;
}
.filter_box .list-group-item .checkbox{
    margin-top: 0;
}
.filter_box .list-group-item .checkbox:last-child{
    margin: 0;
}
#button-filter {
    background-color: #16bf7a;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 20px;
    text-align: right;
    border-radius: 25px;
}
#button-filter:hover{
    background: #222222;
    color: #fff;
}
.filter_box .list-group-item {
	padding: 0px 30px;
    background: none;
}
/*end filter*/

#column-left .swiper-viewport,
#column-right .swiper-viewport {
    border: none;
    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: 10px;
	display: block;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
}
#additional-carousel .image-additional img,
#quick-carousel .image-additional img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.form-control:focus{
    box-shadow: none!important;
   border: 1px solid #dddddd;
}
/* End */
#checkout-cart .btn-block .btn-danger{
    box-shadow: none;
    border-radius: 0px;
    border-color: #ac2925;
    padding: 10px 15px;
}
/*Account*/
.panel-default>.panel-heading {
    color: #222222;
    background-color: #f5f5f5;
    }
#accordion .btn-primary{
    font-size: 14px;
}
#account-wishlist table .btn-primary,
#account-order table .btn-primary{
    padding: 8px 11px;
	border-radius: 5px;
}
.account-login .breadcrumb{
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}
.well {
    border: 1px solid #eeeeee;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    border-radius: 0;
    background-color: #fff;
}
.well h2 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.account-login strong {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
#account-account .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;
}
#product-compare a.btn.btn-danger.btn-block{
    border-radius: 25px;
    padding: 10px;
    text-transform: uppercase;
}
#product-compare strong {
    font-weight: 500;
}
#product-compare .table-bordered{
    display: inherit;
    overflow: auto;
    border-style: solid none none none;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
.table>tbody+tbody {
    border-top: 1px solid #ddd;
}
/* Back to top */
.back-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
    line-height: 34px;
	padding: 3px;
	text-align: center;
	background-color: #222222;
	z-index: 5;
    color: #ffffff;
    font-size: 24px;
}
.back-to-top:hover,.back-to-top:focus {
	background-color: #16bf7a;
    color: #fff;
}
/* */
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@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;
    }
    .top-center,.top-right.top_contact {
        width: 100%;
    }
    .pagination{
    	display: inline-block;
    }
}
.product-thumb .button-group button {
	border: none;
	display: block;
    margin: 10px 0 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 (min-width: 681px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}

	/* Mahardhi */
	#content, #column-left, #column-right { width: 100%; }
	#menu #category { display: block !important; }
	#menu .navbar-toggle { display: block; }
	#menu .navbar-header { float: none; }
	.footer-top .col-sm-3 { width: 100%; }
}
@media (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 {
		background-color: #ffffff;
		border: none;
		left: 15px;
		right: auto;
		padding: 0px;
		display: none;
		position: absolute;
		z-index: 5;
		border-bottom: 2px solid #83b700;
	}
}
/* 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;
	}
	.top-center{
		padding-right: 0;
	}
    .currency-menu{
        display: block !important; 
    }
    .top-left {    
        width: 25%;
    }
    .content-detail h4{
        font-size: 22px;
    }
}
@media (max-width: 1024px) {
	.image_block .quickview{
		top: 32%;
		left: 40%;
	}
	.cat-pagination-right {
		padding-right: 0px;
	}
	.text-right.show-text {
    	padding: 0px 5px;
	}	
}
@media (max-width: 991px) {
    /*menu start*/
    #menu .btn-navbar{
        background: none;
        border: none;
        color: #333;
        box-shadow: none;
        padding: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        top: 0;
        display: flex;
        margin: 15px 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: #ffffff;
        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: #ffffff;
        left: auto;
        top: 8px;
    }
    #menu .btn-navbar.active span {
        background: rgba(0,0,0,0);
    }
    #menu .btn-navbar.active span:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
    }
    #menu .btn-navbar.active span:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
    }
    /*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 {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 11;
		top: 100%;
		padding: 9px 0;
		background: rgba(245, 245, 245,.9);
	}
    #menu .dropdown-inner li,
    #navCategory .dropdown-inner .dropdown-submenu {
        position: relative;
    }
    #menu .dropdown-inner li .sub-menu li {
        padding-bottom: 0;
    }
	#menu #topCategoryList ul {
		margin: 0px;
		float: none;
		display: block;
	}
	#topCategoryList ul li {
		float: none;
	}
	#topCategoryList li .toggle-menu {
		position: absolute;
		right: 5px;
		top: 8px;
		padding: 2px 6px;
	}
	#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: 6px 15px;
		min-height: 15px;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 14px;
		line-height: 26px;
		margin: 0px;
        position: relative;
         display: block;
	}
    #menu .nav > li:first-child > a,
    #menu .nav > li:last-child > a{
        padding: 6px 15px;
    }
	#menu .btn-navbar{
		background: none;
		border: none;		
		color: #333;
		box-shadow: none;
		margin-right: 0;
		padding: 0;
	}
    #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 {
		width: 100%;
		margin-bottom: 0;
	}
	#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;
	}
    .top-left {
        width: auto; 
    }
    #logo{
        width: 140px;
    }
    .top-center{
        width: 100%;
        margin-top:20px;
    }
    #service-block .service-outer h3:before{
        top: auto;
        left: auto;
        position: relative;
    }
    .service-outer h3{
        text-align: center;
        padding:  10px;
        line-height: 40px;
    }
    .header-top{
        padding:20px 0;
    }
    .top-right{
        position: absolute;
        right: 0;
        width: auto;
        top: 0;
    }    
    #column-left .category-list{
        display: none;
    }
	.services.service_content1 {
		padding-left: 0;
	}	
	.col-sm-2.top-right{
		float: right;
	}
	.breadcrumb {
        text-align: center;
        width: 100%;
        margin: 30px 0 15px 0;
    }
    .page_title{
        text-align: center;
        margin-top: 0;
    }
	#column-left .swiper-viewport,
	#column-right .swiper-viewport { 
		display: none;
	}	
	.show-select,
	.text-right.show-text {
		display: inline-block;
	}	
	#column-left .category-list,
	#column-right .category-list,
	#column-left .filter,
	#column-right .filter, 
	#column-left .box-content.special,
	#column-right .box-content.special {
		margin-bottom: 0px;
	}
	#column-left .category-list,
	#column-right .category-list,
    #column-left .filter .box-content,
    #column-right .filter .box-content,
    .sidebar,
    #column-right .box-content.special,
    #column-left .box-content.special{
		margin-bottom: 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;
    }
    .btn_search{
        padding: 18px;
    }
    .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 5px 0;
    }
    .footer_payment{
        padding: 0;
    }
    .footer_middle.clearfix {
        padding: 30px 0;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        margin-right: 15px;
    }
    .thumb-description p.price{
        display: block;
    }
    .newsletter-block .description{
        display: none;
    }
    .newsletter-form.block-content{
        top: 1px;
        position: relative;
    }
    .newsletter-block .text-content h3.title-text{
        margin: 0;
    }
    .cms-homepage .content-block{
        text-align: center;    }

    .cms-inner .col-sm-3 a div{
        margin: 0 auto;
    }
    .cms-inner .col-sm-3{
        display: inline-block;
        width: 50%;
    }
    .home-page-service{
        padding: 15px;
        margin-top: 30px;
    }
    .cms-inner3 .content-block,
    .cms-inner4 .content-block{
        padding: 10px 0 0 0;
    }
    .cms-inner1 .content-block,
    .cms-inner2 .content-block{
        padding: 10px 0 20px 0;
    }
    .newsletter-block .block-content .txtemail{
            padding-right: 42%;
    }
    .product-thumb .button-group .quickview{
        display: none;
    }
     #checkout-cart .input-group .form-control[name^=quantity],
     #checkout-cart .table .input-group .form-control {
        margin-bottom: 10px;
    }
}
/* 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;
    }
	.row.pro_pagination{
		height: auto;
	}
	.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;
    }
    #additional-carousel .image-additional a img,
    #quick-carousel .image-additional a img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    } 
    .right-info {
        margin-top: 20px;
    }
    .banner-item-inner{
        text-align: center;
    }
    .banner-image-wrapper img{
        margin: 0 auto;
    }
    .banner2 .banner-item-inner,
    .subbanner2 .banner-item-inner  {
        margin-top: 30px;
    }
    .subbanner-item{
        width: 50%;
        float: left;
    }
    .row.pro_pagination{
		padding: 12px 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;
    }
    .product-left {
        width: 450px;
        margin: 0 auto;
    }
}
@media (max-width: 640px) {
    .newsletter-popup .modal-dialog {
        max-width: 90%;
    }
    #top .nav-left {
        width: 100%;
    }
    .currency-box,
    .languages-box,
    .Myaccount{
        float: none;
        display: inline-block;
    }
    #top .nav-right{
        float: none;
    }
    .dropdown-menu-right{
        right: auto;
    }
}
@media (max-width: 680px) {
    .breadcrumb,
    .page_title {
        text-align: center;
    }
    .cms-inner {
        display: block;
    }
    .cms-inner .col-sm-6{
        justify-content: center;
    }
    .breadcrumb{
        width: 100%;
        margin-bottom: 10px;
    }
    .newsletter-block .text-content{
        width: 100%;
        margin-bottom: 20px;
    }
    .newsletter-block .description {
        display: block;
    }
    .newsletter-form.block-content{
        width: 100%;
    }
    .image-blog {
        width: 100%;
    }
    .caption-blog {
        width: 100%;
        margin-top: 15px;
    }
    .cat-pagination-right {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        padding: 0 0 0 15px;
    }
    .newsletter-block .block-content .txtemail{
        padding-right: 24%; 
    }
    .newsletter-block .text-content h3.title-text{
        margin: 0 0 5px 0;
    }
    .box .product-layout.col-xs-4,
    #related-carousel .product-layout.col-xs-4,
    .product-grid{
	    width: 50%;
	}
}
@media (max-width: 600px){
    .newsletter-block .block-content .txtemail {
        padding-right: 30%;
    }
    .footer_payment,
    .footer_social {
        width: 100%;
    }
    .footer_social{
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .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;
    }
    .cms-inner3 .content-block{
        padding: 10px 0 20px 0;
    }
    .newsletter-block .block-content .txtemail {
        padding-right: 35%;
    }
}
@media (max-width: 480px) {
    .comment_cust .comment-desc {
        padding-left: 75px;
    }
    .pro-image .thumbnail{
        width: 100%;
    }
    #cart .dropdown-menu {
        width: 320px;
    }
	.footer_payment.col-lg-6,
	.footer_social.col-lg-6{
		width: 100%;
		float: none;
		text-align: center;
	}	
	.banner .banner-inner{
		width: 100%;		
	}
	.banner-cms1 {
		margin-bottom: 30px;
	}
    #product-product .nav-tabs{
        border: none;
        margin: 30px 0 20px;
    }
    .payment_block {
        margin-bottom: 20px;
    }
    .newsletter-block .title-text{
        font-size: 20px;
    }
    .related-products-block .col-xs-6{
        width: 100%;
    } 
    .nav-right{
        margin-top: 5px;
    }
    .subbanner-item{
        width: auto;
        float: none;
    }
    .subbanner-item-inner1 {
        margin-right: 0;
        margin-bottom: 30px;
    } 
    .subbanner-item-inner2 {
        margin-left: 0;
    }
    #top-links.Myaccount .list-inline,
    #top #form-currency .btn-link{
        padding: 0 0 0 20px;
    }
    #form-language img {
        vertical-align: unset;
    }
    #product-product .nav-tabs>li {
        float: unset;
        width: 100%;
        text-align: center;
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }
    #product-product .nav-tabs>li a{
        width: 100%;
    }
    .dropdown-menu-right{
        right: 15px;
    }
    .product-left {
        width: 100%;
    }
    .box .product-layout.col-xs-4,
    #related-carousel .product-layout.col-xs-4,
     .product-grid{
	    width: 100%;
	}
	.cat-sort, .cat-show{
        width: 100%;
    }
    .cat-show {
        margin-bottom: 10px;
    }
    .refine .list-unstyled > li{
        display: table;
        margin: 5px 0 0 0;
    }
}
@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;
    }
    .caption-blog p{
        margin: 10px 0;
    }
    .newsletter-block .block-content .txtemail {
        padding-right: 40%;
    }
    .newsletter-block .text-content h3.title-text{
        font-size: 22px;
    }
}
@media (max-width: 375px) {
    .myaccount-dropdown .hidden-xs,
    #form-currency span,
    #form-language span{
        display: none!important;
    }
    .col-sm-3.top-left,
    .col-sm-2.top-right{
        width: 100%;
        float: none;
        padding: 0px;
    }
    .col-sm-2.top-right {
        justify-content: center;
    }
    .col-sm-3.top-left img{
        margin:0 auto;
    }    
    .com-total { 
        margin: 0px;
    }
    .page-title h3{
        font-size: 22px;
    } 
    #logo img{
        margin: 0 auto;
    }
    #service-block .service-outer h3:before{
        background: none;
        padding: 0px;
        margin: 0px;
    }
    .content-detail h4{
        font-size: 18px;
    }
    .product-grid.col-xs-12,
    #related-carousel .col-xs-12{
        width: 100%;
    }
    #content.col-sm-9 .page-title h3{
        font-size: 20px;
    }
    .newsletter-block .block-content .subscribe-btn{
        padding: 15px 10px 14px;
    }
    .rating .product-rating{
        width: 100%;
        margin-bottom: 10px;
    }
    .cat_list_gird {
        width: 30%;
    }
}
@media (max-width: 320px) {
    .rating .product-rating{
        width: 100%;
        margin: 0px 0px 10px 0px;
    } 
}

/* 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;
}
@media (min-width: 992px) {
    ul.category-list li:hover > .dropdown-menu{
        display: block;
    }
    ul.category-list li .dropdown-menu{
        display: none;
        left: 100%;
        right: auto;
        margin: 0;
        padding: 7.5px 0;
        position: absolute;
        top: 0;
        border: none;
        background: #f5f5f5;
        z-index: 999;
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
        border-radius: 0;
    }
    .category-list .dropdown-menu .dropdown-inner {
        display: table;
    }
    .category-list .dropdown-menu .dropdown-inner > ul {
        display: table-cell;
    }
    .vertical-category .megamenu-dropdown.column2 > li{
        padding: 0px;
    }
    .category-list .dropdown-inner a {
        min-width: 200px;
        display: block;
        padding: 7.5px 15px;
        clear: both;
        line-height: 20px;
        font-size: 14px;
        text-transform: capitalize;
    }
    .dropdown-wrapper .megamenu-dropdown .dropdown-menu{
        position: inherit;
        display: block;
        min-width: inherit;
        border: none;
        left: inherit;
        right: inherit;
        box-shadow: none;
        float: none;
        padding: 0;
    }
    .column2 li .dropdown-menu ul li{
        padding: 0;
    }
    .single-dropdown ul.list-unstyled.megamenu-dropdown li{
        padding: 0;
    }
    .vertical-category ul.category-list > li > a:hover,
    .vertical-category ul.category-list > li .megamenu-dropdown li.dropdown:hover .single-dropdown1,
    .vertical-category ul li a:hover,
    .vertical-category ul a:hover,
    #column-left .vertical-category ul.category-list > li .megamenu-dropdown li.dropdown:hover .single-dropdown1,
    #column-right .vertical-category ul.category-list > li .megamenu-dropdown li.dropdown:hover .single-dropdown1,
    .column2 li .dropdown-menu ul li a:hover,
    #column-left .column2 li .dropdown-menu ul li a:hover,
    #column-right .column2 li .dropdown-menu ul li a:hover,
    .column4 li .dropdown-menu ul li a:hover,
    #column-left .column4 li .dropdown-menu ul li a:hover,
    #column-right .column4 li .dropdown-menu ul li a:hover{
        color: #16bf7a;
    }
    i.fa.fa-plus-square {
        background: #fff;
        color: #16bf7a;
        margin-right: 10px;
    }
    .vertical-category li.view_more.my-menu,
    #column-left .vertical-category li.view_more.my-menu,
    #column-right .vertical-category li.view_more.my-menu {
        padding: 8px 20px;
    }
    .vertical-category li.view_more.my-menu a,
    #column-left .vertical-category li.view_more.my-menu a,
    #column-right .vertical-category li.view_more.my-menu a{
        padding: 0;
        color: #16bf7a;
    }
    .vertical-category li.view_more.my-menu:before{
        content: "\f0fe";
        font-family: 'fontawesome';
        margin-right: 5px;
        color: #16bf7a;
    }
    .vertical-category li.view_more.my-menu.active:before{
        content: "\f146";
        font-family: 'fontawesome';
    }
    .column2 li .dropdown-menu ul li a,
    #column-left .column2 li .dropdown-menu ul li a,
    #column-right .column2 li .dropdown-menu ul li a,
    .column4 li .dropdown-menu ul li a,
    #column-left .column4 li .dropdown-menu ul li a,
    #column-right .column4 li .dropdown-menu ul li a{
        color: #999999;
        font-size: 14px;
        font-weight: 400;
    }
    ul.category-list li.dropdown > a:after{ 
        content: "\f105";
        font-family: fontawesome;
        font-size: 14px;
        left: auto;
        position: absolute;
        right: 15px;
        top: 8px;
        z-index: 2;
    }
    ul.category-list li.dropdown .dropdown-wrapper a:after{ 
        display: none;
    }    
    ul.category-list .dropdown-menu.single-dropdown {
        min-width: 200px;
    }
}