body {
    color: #888888;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* 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: #333;
     transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
a:hover,a:focus {
    text-decoration: none;
    color: #94da46;
}
::-moz-selection {
    background-color: #333;
    color: #ffffff;
}

::selection {
    background-color: #333;
    color: #ffffff;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}
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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
.ui-widget-content{
    z-index: 9999 !important;
}
body ::-webkit-scrollbar-track
{
    background-color: #f2f2f2;
    border-radius:0;
}
body ::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: #ddd;
    border-radius: 0;
}
body ::-webkit-scrollbar-thumb
{
    background-color: #ddd; 
    border-radius: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
/* touch scroll erroe fix !important*/
.owl-carousel {
    touch-action: manipulation; 
}
/** QuickView **/
.quickview-wrapper-inner.container{
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.quickview-wrapper {    
    display: none;    
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;    
    z-index: 9999;
    max-width: 900px; 
}
.quickview-wrapper-inner{
    position: relative;
    background-color: #ffffff;
    transform:translateY(-50%) ;
    height: 70vh;
    top: 50%;
    padding: 30px 30px 30px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.quickview-overlay {
    display: none;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 99;
}
.quickview-close {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
}
.quickview-loader{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    margin: auto;
}

/*LOADER 1*/
.loader{
    line-height: 50px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.loader:before, .loader:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid transparent;
  border-top-color: #444;
}

.loader:before{
  z-index: 100;
  animation: spin 1s infinite;
}

.loader:after{
  border: 3px solid #eee;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/** End QuickView **/
/*----------------------------------------------*/
/* Loader */
/*----------------------------------------------*/

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9999999;
    display: block;
}

.page-loader .home-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
}
.page-loader .home-loader .loader-spinner {
    opacity: 1;
    height: 100%;
    width: 10%;
}
.page-loader .home-loader .loader-spinner:before {
    animation: 0.8s linear infinite spinner;
    -webkit-animation: 0.8s linear infinite spinner;
    -moz-animation: 0.8s linear infinite spinner;
    -o-animation: 0.8s linear infinite spinner;
    animation-play-state: inherit;
    -webkit-animation-play-state: inherit;
    -moz-animation-play-state: inherit;
    -o-animation-play-state: inherit;
    border: solid 2px #dedede;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: " ";
    top: 50%;
    left: 50%;
    position: absolute;
    opacity: inherit;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    height: 40px;
    width: 40px;
    border-bottom-color: #333333;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}
/** Newsletter Popup **/
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;  
    border-radius:0;  
    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; 
}
.newsletter-content h3{
    font-weight: 500;
    text-transform: uppercase;    
    margin: 25px 0;    
}
.newsletter-content p{  
    margin-bottom: 20px;    
    line-height: 25px;
    padding: 0 25px;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
    padding: 0 10px; 
}
.newsletter-content .btn{
    text-transform: uppercase;
    font-weight: 500;
    display: table;
    margin: 20px auto;    
    padding: 9px 16px; 
}
.newsletter-content-bottom{
    margin-bottom: 20px;
}
.newsletter-btn-close {
    color: #333;
}
.newsletter-btn-close:hover {
    color: #94da46;
}
.newsletter-popup-message .alert,
.common-home .newsletter-popup-message .alert{
    margin-bottom: 15px;
}
/* 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;
}
/* 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;
}
/*--- Top ---*/
#top {
    position: relative;
    background-color: #f8f8f8;
    padding: 10px 0px;   
}
.nav-right {
    float: right;
}
.nav-left {
    float: left;
}
.currency-box,.languages-box{
    float: left;
}
#form-language,#form-currency {
    line-height: 1;
}
#top #form-language .btn-link,#top #form-currency .btn-link {
    color: #333;    
    border: none;
    border-radius: 0;
    padding: 0px 0px 0px 15px;
}
#top #form-language .btn-link {
    padding: 0;
}
#form-currency span, #form-language span {
    color: #666;
    font-size: 14px;
    font-weight: 300;
}
#top #form-currency .btn-link i,#top #form-language .btn-link i{
    font-size: 14px;
    position: relative;
    top:1px;
}
#top #form-language .lan-dropdown > li .language-select {
    padding: 0px 12px 0px 0px;
}
.language-contant .btn-group,.currency-contant .btn-group{
    float: left;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-currency .language-select:hover,
#top .currency-box .btn-link:hover span,
#top .languages-box .btn-link:hover span,
#top #form-language .btn-link:hover, #top #form-currency .btn-link:hover {
    text-shadow: none;
    color: #94da46;
    background: none;
    background-repeat: repeat-x;
}
#top #form-language .dropdown-menu,
#top #form-currency .dropdown-menu,
.dropdown-menu.dropdown-menu-right  {
    position: absolute;
    left: auto;
    right: -15px;
    text-align: left;
    margin: 0;
    background: #ffffff;
    border: 1px solid #e9e8e8;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#top #form-language .dropdown-menu, #top #form-currency .dropdown-menu{
    top: 30px;
}
#top #form-language .dropdown-menu li,
#top #form-currency .dropdown-menu li,
.dropdown-menu.dropdown-menu-right li{
    border-bottom: 1px solid #eeeeee;
}
.dropdown-menu.dropdown-menu-right li:last-child,
#top #form-language .dropdown-menu li:last-child,
#top #form-currency .dropdown-menu li:last-child{
    border:none;
}
#top #form-language .dropdown-menu li > button,
#top #form-currency .dropdown-menu li > button,
.dropdown-menu.dropdown-menu-right li  a{
    padding: 7px 20px;
    line-height: 26px;
     text-align: left;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    font-weight: 300;
    height: inherit;
    border-radius: 0;  
}
#top #form-language .dropdown-menu li > button:hover{
    color: #94da46
}
#top #form-language .dropdown-menu .btn-link {
    padding: 7.5px 20px;
     color: #333;  
}
#top #form-currency .currency-menu .btn-link{
    /*padding: 7.5px 12px 7.5px 12px;
    border:1px solid #eeeeee;
     color: #333;*/  
}
#top #form-currency .currency-menu .dropdown-menu  .btn-link{
  /*  padding: 7.5px 12px 7.5px 12px;
    border:1px solid #eeeeee;*/
}

#top #form-currency .currency-menu .btn-link:hover{
     /*border:1px solid #333;*/
}
.language-contant .btn-group {
    /*float: left;*/
}
.header-top{
    padding: 18px 0px;
    position: relative;
}
.top-left {
    position: absolute;
    top: 24%;
    left: 15px;
    -moz-transform: translateY(-21%);
    -webkit-transform: translateY(-21%);
    -o-transform: translateY(-21%);
    -ms-transform: translateY(-21%);
    transform: translateY(-21%); 
    padding-left: 0px;
    width: 24%;   
}
#service-block .service-outer h3:before{
    content: "";
    background: #78ae00 url(../image/mahardhi/service.png) no-repeat 5px -35px;
    padding: 8px 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.service-outer h3 {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: normal;     
    border: 1px dashed #78ae00;
    padding: 10px 10px 10px 65px;
    position: relative;
    text-align: left;
}
.service-outer h2 {
    /*font-size: 14px;
    margin: 0;
    line-height: 40px;
    color: #666666;
    font-weight: 300;*/
}
.header-right,#top .container,.header-top .container{
    text-align: center;
    position: relative;
}
/* logo */
.top-center {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#logo {
    margin: 0 0 4px 0;
}
.top-center {
   margin: 15px 0px;
}
.n-p{
    padding: 0 !important
}
/* Header left*/
.top-right{
    position: absolute;
     top: 27%;
     right: 0;
     -moz-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    z-index: 122;
    display: flex; 
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 0px;
}
.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;
}
/* search */
#search {
    width: 90%;
    position:relative;
    display: table;
    height: 100%;
    margin: 0 auto;
}
#search .search-box{
    display: table-cell;
    vertical-align: middle;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    float: left;
    font-size: 25px;
    position: absolute;
    right: 15px;
    transition: none 0s ease 0s;
    vertical-align: top;
    z-index: 999;
    top: 6px;
    box-shadow: none;
    background: none;
    border: none;
    color: #333;
}
.header-search{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.header-search.active{
    opacity: 1;
    visibility: visible;
}
.close-button {
    background: url(../image/mahardhi/close-icon.png) no-repeat scroll center center transparent;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 6px 0px;    
    z-index: 9999;
    position: absolute;
    top: 0px;
    right:0px;

}
#search .input-lg{
    height: 40px;
    border: 0;
    font-size: 16px;
    -webkit-box-shadow: 0 8px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 8px 30px rgba(0,0,0,.1);
    box-shadow: 0 8px 30px rgba(0,0,0,.1);
    padding-left: 20px;
}
#search .btn-lg i{
    font-size: 18px;
}
.text-empty {
    margin-top: 10px;
}

#top .btn-link, #top-links li, #top-links a {
    color: #333;   
    text-decoration: none;  
}
 #top-links a{
    background: none;
 }
#top .btn-link{ 
    /*color: #333;*/
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
    line-height: 24px;
    font-weight: 400;
}
#top-links .dropdown-menu a:hover {
    color: #94da46;
    background: none;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}
#top-links a + a {
    margin-left: 15px;
}
ul.currency-menu li,.lan-dropdown li {
    /*display: inline-block;
    margin-right: 5px;*/
}
ul.currency-menu,.lan-dropdown {
    /*padding: 0px;
    list-style: none;
    float: left;
    clear: both;*/
}
#form-currency .currency-select {
   /* text-align: left;
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #dddddd;*/
}
.myaccount .currency-contant .pull-left,
.myaccount .language-contant .pull-left {
    /*width: 100%;
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;*/
}
#top-links .list-inline {
    margin: 0 10px;
}
.myaccount .dropdown .dropdown-menu{
    padding: 15px;
    border-radius: 0;
    border:1px solid rgba(0,0,0,.15);
}
.myaccount .account_menu {
    content: "";
    background: url(../image/mahardhi/header-icon.png) no-repeat scroll 5px -88px;
    height: 35px;
    width: 35px;
    display: block;
}
.myaccount .account_menu:hover {
    background: url(../image/mahardhi/header-icon.png) no-repeat scroll 5px -136px;
}
.dropdown-menu.dropdown-menu-right{
    border-radius: 0;
}
.nav-left p{
    margin: 0px;
}
#product-search .cat_info {
    /*margin-top: 30px;*/
}
/* End */

/* cart */
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    background-color: unset;
    border: none;
    background: url(../image/mahardhi/header-icon.png) no-repeat scroll 4px -184px;
    box-shadow: none;
    height: 35px;
    width: 35px;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart > .btn:hover {
    background: url(../image/mahardhi/header-icon.png) no-repeat scroll 4px -232px;
    color: #444;
}
#cart.open > .btn {
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart-total {
    position: relative;
    top: 5px;
    right: -11px;
    background-color: #333;
    color: #ffffff;
    height: 5px;
    width: 4px;
    border-radius: 20px;
    line-height: 14.5px;
    padding: 0px 5px;
}
#cart .dropdown-menu {
    padding: 20px;
    width: 300px;
    color: #7a7a7a;
    white-space: normal;
    z-index: 1001;
    margin-top: 0;
    border-radius: 0;
    border: 1px solid #ebebeb;
    top: 48px;
    min-width: 100%;
    box-shadow: none;
    background: #ffffff;
    position: absolute;
    z-index: 9;
    transition: visibility 300ms, opacity 300ms, margin 300ms;
    line-height: 21px;
    text-align: left;
    text-transform: none;
}
#cart .dropdown-menu table {
    margin-bottom: 15px;
    border: none;
}
#cart .dropdown-menu li p {
    margin: 0px 0;
    font-size: 14px;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 265px;
    overflow-y: auto;
    overflow-x: hidden;
}
.table-striped>tbody>tr, .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #eee;
    display: block;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#cart .dropdown-menu table td {
    border: none;
    background: none;
    padding: 5px 4px;
    white-space: normal;
}
#cart .dropdown-menu li td {
    color: #000;
    font-size: 14px;
}
#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
}
#cart .dropdown-menu .product-cart-img img {
    border-radius: 0;
    max-width: 100%;
}
#cart .dropdown-menu table td.product-cart-details {
    padding: 0px 15px 0px 15px;
}
#cart .dropdown-menu li .product-item-name {
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}
#cart .product-cart-info .product-cart-qty {
    font-weight: 400;
}
#cart .dropdown-menu table td.product-cart-close {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0;
}
#cart .dropdown-menu li tr:last-child td:last-child {
    font-size: 16px;
    color: #000;
}
#cart .dropdown-menu .btn-danger {
    background: #fff;
    border-radius: 0;
    color: #000;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 14px;
    line-height: 1;
}
.product-cart-close i {
    font-size: 14px;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #ebebeb;
    padding: 15px 0px 0px;
}
#cart .dropdown-menu li td strong, #cart .dropdown-menu li small {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 500;
}
#cart .dropdown-menu li tr:last-child td:last-child {
    font-size: 16px;
    font-weight: 500;
}
#cart .text-right .addtocart-btn, #cart .text-right .checkout-btn {
    display: block;
}
#cart .text-right .addtocart-btn {
    margin-bottom: 15px;
    background-color: #70a932;
    border-color: #70a932; 
}
#cart .text-right .addtocart-btn:hover {
    background-color: #222;
    border-color: #70a932;
}
@media (max-width: 375px){
    #cart .dropdown-menu {
        right: -35px;
    }
}
/*--- View Cart Page----*/
#checkout-cart .input-group .form-control[name^=quantity],
#checkout-cart .table .input-group .form-control {
    max-width: 55px;
    text-align: center;
    border-radius: 0px;
}
#checkout-cart table .input-group-btn {
    display: table;
}
#checkout-cart .panel-group .panel {
    border: none;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}
.table-bordered, .panel-default>.panel-heading+.panel-collapse>.panel-body, .panel-default>.panel-heading,.panel-group .panel {
    border: 1px solid #eeeeee;
    border-radius: 0px;
}
#checkout-cart .panel-group .panel{
    border: none;
}
.table-responsive>.table {
    margin-bottom: 50px;
}
#checkout-cart .img-thumbnail {
    border: none;
    padding: 0;
}
#checkout-cart .table>thead>tr>td, #checkout-cart .table>thead>tr>th, .checkout-checkout .table>thead>tr>td, .checkout-checkout .table>thead>tr>th {
    padding: 10px;
    font-weight: 500;
}
#checkout-cart .table>tbody>tr>td, #checkout-cart .table>tfoot>tr>td, #checkout-cart .table>thead>tr>td {
    vertical-align: middle;
}
#checkout-cart td.cart-total-title {
    color: #888;
    font-size: 14px;
    font-weight: 500;
}
#checkout-cart tr:last-child td.cart-total-price:last-child,#collapse-checkout-confirm tfoot tr:last-child td:last-child{
    font-size: 16px;
    color: #222;
}
#collapse-checkout-confirm thead tr:first-child td:last-child{
    color: #888;
}
#collapse-checkout-confirm tr td:last-child{
    color: #222;
}
#checkout-cart td.cart-total-price {
    color: #222;
    font-size: 14px;
    font-weight: 400;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
    font-weight: 600;
}
@media (max-width: 991px){
    #checkout-cart .input-group .form-control[name^=quantity], #checkout-cart .table .input-group .form-control {
        margin-bottom: 10px;
    }   
}
@media (max-width: 767px){
    #checkout-cart .table-responsive {
        margin-bottom: 50px;
    }   
        .table-responsive>.table {
        margin-bottom: 0;
    }
}
.product-cart-empty {    
    padding-bottom: 20px;
    padding-top: 20px;

}
.product-cart-close i {
    font-size: 14px;
}

/*--- menu ----*/
.header-menu{
    background: #333;
}
header.light-bg{
    background: #ffffff;
}
.menu-nav{
    display: -webkit-flex;
    display: flex; 
    -webkit-flex-direction: row; 
    flex-direction: row; 
    -webkit-flex-wrap: wrap; 
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; 
}
#menu {
    margin: 0px;
    border: none;
}
#menu .nav > li > a {
    font-size:16px;
    color: #fff;
    padding: 15px;
    min-height: 15px;
    text-transform:uppercase;
    background-color: transparent;
}
.light-bg #menu .nav > li > a {
    color: #333;
}
#menu .nav > li:hover > a, #menu .nav > li.open > a,.menu-nav li:hover > a {
    color: #94da46
}
.menu-nav li > a::after {
    /*bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    max-width: 100%;
    padding: 0;
    position: absolute;
    right: 100%;
    top: auto;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;*/
}
.menulist > a::after {
    /*background: #94da46;/*/
}
.menu-nav .dropdown-menu{
    border: 0;
    padding: 15px 0px;
    border-radius: 0px;
}
#menu .dropdown-inner .sub-menu li:first-child a {
    padding-top: 0px;
}
#menu .dropdown-inner .sub-menu li:last-child a {
    padding-bottom: 0px;
}
#menu .dropdown-inner .sub-menu li a{
    padding: 5px 0px;
}
#menu .dropdown-inner, #navCategory .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul, #navCategory .dropdown-inner > ul {
    display: table-cell;
}
#menu .dropdown-inner > ul {
    padding: 15px;
}
#menu .menulist [class*="column-"] .childs_1 {
    padding-left: 25px;
}
#menu .dropdown-inner a, #navCategory .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 0px;
    clear: both;
    line-height: 20px;
    font-size: 12px;
}
#menu .dropdown-inner .dropdown-submenu ul {
    padding-bottom: 15px;
}
#menu .menulist .dropdown-menu a {
    font-size: 14px;
}
#menu .dropdown-inner li a:hover, #navCategory .dropdown-inner li a:hover {
    color: #000;
    background-color: transparent;
}
#menu .dropdown-inner .dropdown-submenu, #navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
    position: absolute;
    right: 0px;
    top: 6px;
    color: #333;
}
#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
    position: absolute;
    display: none;
}
#menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
    display: block;
    left: 100%;
    top: -10px;
    background-color: #ffffff;
    border: none;
    padding: 15px 25px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#menu .menulist .dropdown-submenu ul.sub-menu a:hover,
#menu .menulist .dropdown-menu a:hover,
#menu .column-1 .dropdown-inner .dropdown-submenu:hover a + .fa { 
    color: #94da46;
}
#menu .see-all {
    /*display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;*/
}
#menu .see-all:hover, #menu .see-all:focus {
    /*text-decoration: none;
    color: #ffffff;
    background-color: #333;
    background-repeat: repeat-x;*/
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    color: #333;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #333;
    background-repeat: repeat-x;
    border-color: #333;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #333;
}
#menu .dropdown-inner li.dropdown-submenu:first-child > a{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
#menu .menulist .dropdown-submenu > a {
    /*padding-bottom: 15px;*/
}
#menu .menulist .column-1 .dropdown-submenu > a{ 
    /*padding-bottom: 0px; */
}
/* Menu */


#menu .menulist .dropdown-submenu ul.sub-menu a {
    /*font-size: 14px;
    color: #333;
    font-weight: 300;*/
}
/*#menu .navcol-menu:not(.column-1) .dropdown-inner li.dropdown-submenu {
    padding-bottom: 5px;
}*/
#menu .main-menu ul li.hiden_menu .dropdown-inner {
    border: none;
    left: 0;
    right: auto;
    display: none;
    position: absolute;
    z-index: 5;
    padding: 15px 0 15px 25px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    top: 110%;
}
#menu .main-menu ul li.hiden_menu .dropdown-inner a {
    font-size: 14px;
    font-weight: 500;
}
#menu .hiden_menu .dropdown-inner .dropdown:hover .dropdown-menu {
    display: none;
}
.menu-nav ul > li.hiden_menu a:hover::after, .menu-nav ul > li.hiden_menu a:focus::after{
    /*right: 100%;*/
}
@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;
    }
}
/*Main Slider*/
.slideshow img{
    width: 100%;
}
.swiper-pager div {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #94da46;
    color: #94da46;
    text-align: center;
    line-height: 40px;
    text-shadow: none;
}
.swiper-viewport:hover .swiper-button-next, .swiper-viewport .swiper-button-next {
    opacity: 1!important;
    right: 10px!important;
}
.swiper-viewport:hover .swiper-button-prev, .swiper-viewport .swiper-button-prev {
    opacity: 1!important;
    left: 10px!important;
}
.swiper-viewport .swiper-button-prev:hover,.swiper-viewport .swiper-button-next:hover{
    background: #94da46;
    border-color: #fff;
    color: #fff;
}
.swiper-pager div i {
    line-height: 36px;
    font-size: 20px;
}
.slideshow .swiper-button-prev:before,.slideshow .swiper-button-next:before{
    content:""; 
    font-size:14px;
    text-shadow: none;
}
/*--- CMS Banner ---*/
.subbanner-section {
    padding: 0px 0px 50px 0px;
}
.subbanner-item-inner img {
    width: 100%;
    height: 100%;
}
.subbanner-item:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.subbanner-image-wrapper{
    overflow: hidden;
}
.subbanner-item-inner{
    position: relative;
}
.subbanner-item img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.subbanner-text {    
    padding: 15px;
    background: #ffffff;   
}
.subbanner-sub-text{ 
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    padding: 0px 15px; 
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.subbanner-text h3 {
    color: #333;
    margin: 0px 0px 15px 0px;
}
.subbanner-item:hover .subbanner-sub-text {
    opacity: 1;
    bottom: 15px;
}
.subbanner-section .container-fluid{
    max-width: 1920px;
}
@media(max-width: 991px){
    .subbanner-item .subbanner-sub-text,.subbanner-item:hover .subbanner-sub-text {
        opacity: 1;
        bottom: 15px;
    }
}
@media(max-width: 767px){
    .subbanner-item{
        width: 50%;
        float: left;
    } 
}
/*Latest Product*/
.page-title {     
    padding-bottom: 15px;
    border-bottom: 1px dashed #78ae00;
    margin-bottom: 30px; 
}
.page-title h3 { 
    position: relative;
    margin: 0px;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #333333;
    text-transform: uppercase;
}
.latest .page-title { 
    margin: 0 15px 30px;
} 
/*.latest #latest-carousel .owl-nav div,
.featured #featured-carousel .owl-nav div,
.mblog #blogcarousel .owl-nav div,
#related-carousel .owl-nav div {    
    left: auto;
    right: 15px;
    position: absolute;
    top: -73px;
    border: 1px solid #333;
    background: #333;
    color: #ffffff;
    border-radius: 0;
    width: 30px;
    height: 30px;
    margin:0px; 
    padding: 0;
    line-height: 28px;
    text-align: center;
    font-size: 18px
}*/
.owl-theme .owl-nav [class*="owl-"]{
    left: auto;
    right: 15px;
    position: absolute;
    top: -73px;
    border: 1px solid #333;
    background: #333;
    color: #ffffff;
    border-radius: 0;
    width: 30px;
    height: 30px;
    margin:0px; 
    padding: 0;
    line-height: 28px;
    text-align: center;
    font-size: 18px
}
.owl-theme .owl-nav .disabled{
    opacity: 0.8;
}
.latest #latest-carousel .owl-nav .owl-prev,
.featured #featured-carousel .owl-nav  .owl-prev,
.mblog #blogcarousel  .owl-nav  .owl-prev,
#related-carousel .owl-nav .owl-prev{
    /*left: auto;
    right: 50px;*/
    
}
.owl-theme .owl-nav .owl-prev{
    left: auto;
    right: 50px;
}
.owl-theme .owl-nav .owl-prev:hover,.owl-theme .owl-nav .owl-next:hover {
    border: 1px solid #94da46;
    background: #94da46;
    color: #ffffff;
}
.owl-theme .owl-nav {
    margin:0px;
}
.product-thumb {
    margin-bottom: 30px;
    overflow: auto;
    position: relative;    
}
.product-thumb .button-group {
    overflow: auto;
}
.product-thumb .button-group {
    bottom: -45px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 0px;
    opacity: 0;
}
.product-thumb:hover .button-group {
    bottom: 0px;
    opacity: 1;
}
.product-thumb .button-group button {
    float: left;
}
.product-thumb .button-group .compare,.product-thumb .button-group .wishlist{
    border: medium none;
    background: #333333;
    height: 41px;
    width: 19.2%;
    padding: 0px;
}
.product-thumb .button-group .fa {
    font-size: 20px;
    margin: 0px;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
}
.product-thumb .button-group .wishlist {    
    border-left: 1px solid #5a5a5a;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #5a5a5a;
}
.product-thumb .button-group .addcart {
    height: 41px;
    width: 61.606%;
    border: none;
    padding: 6px 12px;
    background: #333333;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.product-thumb .button-group .addcart span,.right-info .btn-primary span,.quick-product-right .btn-primary span {
    background: url(../image/mahardhi/cart.png) no-repeat scroll 0px 0px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 0px 0px 25px;
}
.quickview-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    top: 41%;
    transform: translateY(-36%);
    -moz-transform: translateY(-36%);
    -webkit-transform: translateY(-36%);
    -o-transform: translateY(-36%);
}
.quickview {    
    width: auto;
    padding: 10px 13px;
    background: #94da46;
    opacity: 0;
    color: #fff;
    border-radius: 0px;
    margin: 0 auto;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 20px;
}
.product-thumb:hover .quickview{
    opacity: 1;
}
.quickview:hover{
    background: #333;
}
/* Product item Deatils and comman css for theme*/
.thumb-description{
    text-align: center;
    background: #eee;
    padding: 10px 0px;
}
.rating .fa-star-o:before {
    content: "\f005";
}
.rating .fa-stack,#tab-review  .fa-stack{
    font-size: 8px;
}
.rating .fa-star-o,#tab-review  .fa-star-o{
    color: #666666;
    font-size: 15px;
}
.rating .fa-star,#tab-review .fa-star{
    color: #fbca08;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o,#tab-review .fa-star + .fa-star-o{
    color: #fbca08;
}
.product-thumb h4 {
    font-weight: 300;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}
.product-thumb h4 a{
    color: #333;
}
.product-thumb h4 a:hover{
    color: #94da46;
}
.product-thumb .price{
    color: #94da46;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.product-thumb .price-new {
    font-weight: 400;
}
.product-thumb .price-old {
    color: #666666;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #666666;
    font-size: 12px;
    display: none;
}
.thumb-description p{
    display: none;
}
.thumb-description p.price{
    display: block;
    margin: 0;
}
.product-thumb .image {
    text-align: center;
    border: 1px solid #eeeeee;
    position: relative;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.sale-text {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #94da46;
    color: #fff;
    padding: 3px 12px;
    text-transform: uppercase;
    display: none;
}
.sale-text:after {
    background: transparent;
    content: "";
    height: 0;
    width: 0;
    border-color: #94da46 transparent transparent;
    border-style: solid;
    border-width: 10px 9px;
    top: 25px;
    position: absolute;
    left: 20px;
    right: auto;    
}
/*--- testimonial ---*/
.testimonial-container {
    background: #ffffff url(../image/mahardhi/testimonial-bg.jpg);
    min-height: 440px;
    padding: 50px 0;
    margin-bottom: 50px;
    margin-top: 20px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;;
}
#slideTestimonial .testimonial-images img {
    border-radius: 50%;
    padding: 3px;
    border: 5px solid #fff;
}
.testimonial-box {
    position: relative;
    padding-top: 30px;
    max-width: 70%;
    margin: auto;
    line-height: 24px;
    color: #ffffff;
}
.light-bg .testimonial-box,.light-bg .testimonial-author{
    color: #333;
}
.light-bg #slideTestimonial .testimonial-images img{
    border: 5px solid #333;
}
.testimonial-author {
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.testimonial-container .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 0px
}
.testimonial-text {
    margin: 0 52px 15px;
    position: relative;
}
#slideTestimonial .owl-dot.active span {
    background: #94da46;
}
#slideTestimonial .owl-dot span {
    background: #ffffff;
    height: 12px;
    width: 12px;
}
/*End testimonial*/

/*sub banner Home Page*/
.banner-section{
    margin-top: 20px;
    margin-bottom: 50px;
}
.banner-item-inner {
    position: relative;
    overflow: hidden;
}
.banner-image-wrapper img {
    max-width: 100%;
}
.banner-item-inner img{
    max-width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.banner-item-inner:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#content .banner-section .col-lg-6:nth-child(2n+1){
    clear: unset;
}
.banner2 .banner-item-inner {
    margin-bottom: 30px;
}
@media(max-width: 767px){
     .banner-item-inner{
        text-align: center;
    }
    .banner-image-wrapper img{
        margin: 0 auto;
    }
    .banner2 .banner-item-inner,.subbanner2 .banner-item-inner  {
        margin-top: 30px;
    }
}
/*Blog*/
.blog-info {
    position: relative;
}
.blog-info .image{
    background: #78ae00;
    position: relative;
    overflow: hidden;
}
.blog-block:hover .blog-info img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.blog-block .blog-info img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.blog-block:hover .post_hover {
    opacity: 1;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.blog-block .post_hover {
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
}
.blog-block:hover .hover-zoom, .blog-block:hover .hover-post {
    opacity: 1;
    transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
}

.blog-block .hover-zoom, .blog-block .hover-post {
    background-color: #333333;
    color: #fff;
    display: inline-block;
    opacity: 0;
    position: relative;
    transform: scale(0) rotate(0deg);
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    margin: 0 5px;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-size: 12px;
}
.blog-block .hover-zoom:hover, .blog-block .hover-post:hover{
    background-color: #78ae00;
}
.blog-block .hover-zoom i, .blog-block .hover-post i {
    font-size: 18px;
    line-height: 40px;
}
.blog-desc h4 a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.blog-desc h4 {
    margin: 11px 0px;
}
.blog-block h4 a:hover, .blog-date, .blog-read:hover{
    color: #94da46;
}
.blog-group, .leave-comment {
    float: right;
}
.blog-text {
    margin: 20px 0;
    line-height: 25px;
}
.blog-read{
    background: #333333;
    padding: 10px 26px;
    border-left: 5px solid #94da46;
    float: left;
    display: block; 
    cursor: pointer;   
}
.blog-read:hover{
    background: #94da46;
}
.product-thumb .caption-blog .button-group{
    overflow: hidden;
}
.blog-read span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.product-list .product-thumb .blog-title a{
    font-size: 20px;
    font-weight: 400;
}
.article-container .thumbnail {
    border: none;
    margin-bottom: 20px;
}
#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-top: 50px;
    margin-bottom: 30px;
    font-size: 18px;
}
/*Blog*/
.blog-title {
    /*margin: 0px;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    text-transform: capitalize;*/
}
.blog-category .blog-date {
    display: inline-block;
}
.blog-category .blog-view, .blog-category .leave-comment {
    color: #666;
    margin-left: 10px;
}
.caption-blog p {
    line-height: 25px;
    margin-bottom: 10px;
}
.product-list .blog-block .button-group {
    display: block;
}
.blog-title {
    margin-bottom: 15px;
}
.product-list .caption-blog p {
    margin:15px 0;
}
.info_blog p {
    line-height: 25px;
    margin-top: 15px;
}
.blog-date i, .leave-comment i{
    margin-right: 5px;
}
.comment_cust{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}
.mblog {
    margin-bottom: 40px;
}
.singblog-description{
    line-height: 25px;
}
#post_comment .leave-hedding, .comment_cust .leave-hedding {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 30px;
    font-size: 18px;
}
.comment-item {
    min-height: 80px;
    padding:20px 20px 0px 20px
}
.comment_cust .comment-text .user_img {
    float: left;
    height: 60px;
    width: 60px;
    background-color: #e8e8e8;
    border-radius: 50px;
    text-align: center;
    line-height: 65px;
}
.comment_cust .comment-text .user_img i {
    font-size: 24px;
}
.comment_cust .comment-desc {
    line-height: 25px;
    letter-spacing: 0.5px;
    padding-left: 100px;
    margin-bottom: 20px;
}
.comment_cust .comment-desc .name {
    float: left;
    margin-right: 10px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.comment_cust .comment-desc .date {
    color: #888888;
}
.comment-desc .name{
    color: #222;    
}
.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;
}
#post_comment #commnt_form.form-horizontal .control-label {
    text-align: left;
}
#post_comment label{
    color: #222;
}
.product-list .product-thumb .caption-blog .button-group{
    border: none;
}
/*End Blog*/
/*--- Newslatter ---*/
.nessletter_banner {
    background: url(../image/mahardhi/newslatter.jpg);
    margin-top: 0px;
    width: 100%;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 50px 0px
}

.newsletter-block .title-text {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 20px 0;
}
.light-bg .newsletter-block .title-text,.light-bg .newsletter-block .description {
    color: #333;
}
.light-bg .newsletter-block .block-content .txtemail {   
    background-color: rgba(0, 0, 0, 0.13);
}
.newsletter-block .description {
    color: #fff;
    font-size: 14px;
    margin: 10px 0px 30px 0;
    line-height: 14px;
}
.newsletter-block .block-content .subscribe-form {
    display: inline-flex;
    position: relative;
}
.newsletter-block .block-content .txtemail {
    width: 420px;
    border: none;
    background-color: rgba(255, 255, 255, 0.13);
    margin-right: 5px;
    height: 40px;
    font-size: 14px;
    border-radius: 0;
    color: #ffffff;
}
.newsletter-block .block-content .subscribe-btn {
    background-color: #94da46;
    border-radius: 0;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: none;
    min-width: 120px;
    box-shadow: none;
    margin-bottom: 5px;
}
.message-box {
    position: absolute;
    top: 50px;
}
/*End Newslatter*/

/* content */
#content {
    min-height: 600px;
}
/* footer */
footer {
    margin-top: 50px; 
}
.common-home footer {
    margin-top: 0px; 
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #666666;
}
footer a:hover {
    color: #94da46;
}
footer h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #333;
    position: relative;
    text-transform:uppercase;
    margin-top: 0px;
}
.footer-top{
    background: #F5F5F5;
    padding: 50px 0px;
}
.footer-top .list-unstyled{
    margin-bottom: 30px;
}
.footer-top .footer-right-panel .list-unstyled{
    margin-bottom: 10px;
}
footer.light-bg h5,.light-bg .position-footer-right li i{
    color: #ffffff
}
.footer-bottom{
    background: #333;
    padding: 25px 0px;
    line-height: 25px;
}
.light-bg .footer-top,.light-bg .footer-bottom{
    background: #333;
}
.footer-top li{
    display: block;
    width: 100%;
    padding: 5px 0px;
}
.footer-top li:last-child{
    padding: 5px 0px 0px 0px;
}
.footer-top .position-footer-right ul li {
    padding-left: 25px;
    position: relative;
    color: #666;
}
.footer-top .position-footer-right ul.social-media li {
    padding-left: 0px;
}
.position-footer-right li i {
    position: absolute;
    left: 0;
    line-height: inherit;
}
.position-footer-right .social-media{
    padding: 5px 0px 0px 0px;
}
.position-footer-right li .social-block i {
    position: relative;
    left: auto;
}
.position-footer-right .contact_site,
.position-footer-right .email,
.position-footer-right .phone {
    overflow: hidden;
    display: flex;
    color: #666666;
    line-height: 30px;
}
.position-footer-right li:last-child{
    margin-bottom: 0px;
}
.payment_block.list-unstyled,li.payment_block.list-unstyled:last-child {
    margin: 0px;
}
.position-footer-right .social-media li {
    padding: 0;
    float: left;
    width: auto;
    margin-right: 8px;
}
.position-footer-right .social-media li:last-child{
    margin: 0;
}
.social-media .social-block {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    line-height: 30px;
}
.social-media .social-block i {
    color: #ffffff;
    font-size: 16px;
    position: relative;
}
.social-media .social-block:hover i{
    color: #ffffff
}
.social-media .facebook.social-block {
    background-color: #3B5998;
}
.social-media .twitter.social-block {
    background-color: #55ACEE;
}
.social-media .g-plus.social-block {
    background-color: #dd4b39;
}
.social-media .rss.social-block {
    background-color: #ff6600;
}
.social-media .linkedin.social-block {
    background-color: #007bb5;
}
.social-media .instagrm.social-block {
    background-color: #125688;
}
.social-media .youtube.social-block {
    background-color: #bb0000;
}
.social-media .facebook.social-block:hover {
    background-color: #3B5998;
    opacity: 0.8;
}
.social-media .twitter.social-block:hover {
    background-color: #55ACEE;
    opacity: 0.8;
}
.social-media .g-plus.social-block:hover {
    background-color: #dd4b39;
    opacity: 0.8;
}
.social-media .rss.social-block:hover {
    background-color: #ff6600;
    opacity: 0.8;
}
.social-media .linkedin.social-block:hover {
    background-color: #007bb5;
    opacity: 0.8;
}
.social-media .instagrm.social-block:hover {
    background-color: #125688;
    opacity: 0.8;
}
.social-media .youtube.social-block:hover {
    background-color: #bb0000;
    opacity: 0.8;
}
.social-media {
    position: relative;
}
.position-footer-bottom {
    float: right;
}
p.powered {
    float: left;
    margin: 0;
    color: #ffffff;
}
.powered a {
    color: #9ede50;
}
/* alert */
.alert {
    /*padding: 8px 14px 8px 14px;
    border-radius: 0;
    text-align: center;  
    position: relative;*/ 
}
.alert.alert-success {
   /* position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0;*/
}
.alert-dismissable .close, .alert-dismissible .close {
    /*color: #333;
    border: none;
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: -1px;
    line-height: 40px;
    font-weight: 300;
    text-shadow: none;*/
}
.common-home .alert{
    /*margin: 0px;*/
}
.nessletter_banner .alert,.newsletter-content-innner .alert{
    /*margin: 15px auto 0;
    display: table;
    position: relative;
    width: 100%;*/
}
/*--- alert ---*/
.alert {
    border-radius: 0;
    text-align: center;  
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 14px 8px 14px;
}
.alert.alert-success {
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}
.alert-dismissable .close, .alert-dismissible .close {
    color: #333;
    border: none;
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 8px;
    top: 2px;
    line-height: 36px;
    font-weight: 300;
    text-shadow: none;
    outline: none;
}
.tab-content .alert.alert-success {
    position: relative;
    margin-bottom: 20px;
    z-index: 000;
    left: auto;
    top: auto;
}
.newsletter-message .alert-dismissible .close {
    right: 3px;
}
.common-home .alert{
    margin: 0px;
}
.alert.fadeUp {
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
     -webkit-transform: translate(0, -100%); 
     transform: translate(0, -100%); 
}
.alert.alert-info.fadeUp{
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
     -webkit-transform: none; 
     transform: none; 
}
.nessletter_banner .alert,.newsletter-content-innner .alert {
    margin: 15px auto 0;
    display: table;
    position: relative;
    width: 100%;
}
.article-container .alert {
    position: relative;
    margin-bottom: 20px;
}
@media (min-width: 541px) {
    .nessletter_banner .alert{
        max-width: 45%;
    }
    .newsletter-content-innner .alert{
        max-width: 70%;
    }
}
.right-info .alert,.quick-product-right .alert{ 
    margin-top: 15px;
}
.article-container .alert{
    position: relative;
    margin-bottom: 20px; 
}
/*--- buttons ---*/
.buttons {
    margin: 1em 0 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.btn-primary,.btn-default {
    background-color: #333;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-weight: 500;
    padding: 10px 19px;
    line-height: 20px;
    border-left: 5px solid #94da46;
}
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: #94da46;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary.active, .open .dropdown-toggle.btn-primary,#button-login.btn.btn-primary:focus,.btn-primary:active,#button-account.btn.btn-primary:focus,#button-register.btn.btn-primary:focus,#button-shipping-method.btn.btn-primary:focus,#button-payment-address.btn.btn-primary:focus,#button-shipping-address.btn.btn-primary:focus,#button-payment-method.btn.btn-primary:focus,#button-guest.btn.btn-primary:focus,#button-review.btn.btn-primary:focus,#button-coupon.btn.btn-primary:focus,#button-voucher.btn.btn-primary:focus,#button-quote.btn.btn-primary:focus,#button-confirm.btn.btn-primary:focus,.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover
{
    background-color: #94da46;
    border: none;
    border-left: 5px solid #94da46;
    color: #ffffff;
}
.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.active[disabled], .btn-primary.focus[disabled], .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-color: #94da46;
    border: none;
    border-left: 5px solid #94da46;
    color: #ffffff;
}
.btn-default {
    width: auto;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    background: #94da46;
    text-decoration: none;
}
.btn-default:hover{
    background-color: #333;
    border: none;
    border-left: 5px solid #94da46;
    color: #ffffff;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-repeat: repeat-x;
}
.btn-warning:hover, .btn-warning:active,
.btn-warning.active, .btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-repeat: repeat-x;
}
.btn-danger:hover, .btn-danger:active,
.btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-repeat: repeat-x;
}
.btn-success:hover, .btn-success:active, .btn-success.active,
.btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-repeat: repeat-x;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    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-link:hover,.btn-link:focus{
    text-decoration: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active,
.btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
}
#accordion.panel-group .panel{
    border-radius: 0px;
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.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;
}

/* breadcrumb */
.breadcrumb-container {    
    margin: 30px auto;
}
.breadcrumb-row {
    background: #f9f9f9;
    padding: 10px 15px;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '\f101';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 0px;
    right: -3px;
    color: #666;
}
.breadcrumb {
    list-style: outside none none;
    margin-bottom: 0px;
    padding:0;
    float: left;
    border: none;
    background: none;
    border-radius: 0;
}
.breadcrumb > li:last-child::after {
    content: "";
}
.breadcrumb  li:last-child a {
    color: #94da46;
}
.breadcrumb > li:first-child {
    padding-left: 0px;
}

.pagination {
    margin: 0;
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
    padding:0px; 
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    max-width: 45px;
    text-align: center;
}
.list-group-item {
    border: 0;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #94da46;
    text-decoration: none;
    background-color: #fff;
}
#checkout-cart table .input-group-btn {
    display: inline-block;    
}
.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;
}
#checkout-cart  td.cart-total-title{
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
#checkout-cart  td.cart-total-price{
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
#checkout-cart tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: #94da46;
}
    
/* 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 {
    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;
    top: 10px;
}
footer .toggled .toggle-open {
    position: absolute;
    right: 5px;
    top: -2px;
}
.toggled.active .fa-chevron-down:before { content: "\f077"; }
/* End */

/* left - right side */
#column-left > div, #column-right > div{
    margin-bottom: 30px;
}
#column-left .page-title, #column-right .page-title,
#column-left  .latest .page-title, #column-right  .latest .page-title{
    margin: 0px;
    border: none;
    padding:0;
}
#column-left  .box-category h3,
#column-right  .box-category h3,
.filter h3,#column-left  .box-content h3,
#column-right  .box-content h3{
    color: #ffffff;
    padding: 12px 15px;
    border-left:5px solid #94da46;
    background: #333;
    border-radius: 0;
    margin-top: 0px;
    text-transform: uppercase;
}
#column-left .box-content h3, #column-right .box-content h3{
    font-size: 18px;
    line-height: 1.1;
    border-bottom: none;
    margin-bottom: 20px; 
}
#column-left .filter .box-content h3, #column-right .filter .box-content h3{
    margin-bottom: 10px; 
}

.alert + #column-left,.alert + #column-right{
    margin-top: 0px;
}
.alert + #column-left + #content,.alert + #column-right + #content{
    margin-top: 0px;
}
#column-left .filter-box .list-group-item, #column-right .filter-box .list-group-item {
    padding: 0px;
}
#column-left .filter-box .group-name, #column-right .filter-box .group-name {
    padding: 10px 0px;
    color: #222;
    font-weight: 500;
}
#column-left .panel-footer, #column-right .panel-footer{
    padding: 20px 0px 0px;
    border: none;
    background: none;
}
#button-filter {
    background-color: #94da46;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-weight: 500;
    padding: 10px 12px;
    line-height: 20px;
    text-align: right;
}
#column-left .container , #column-right .container  {
    width: auto;
}
#column-left .products-list .row, #column-right .products-list .row {
    margin: 0;
}
#column-left .product-thumb, #column-right .product-thumb {
    border: none;
    margin-bottom: 15px;
}
#column-left .product-layout + .product-layout .product-thumb, #column-right .product-layout + .product-layout .product-thumb{
    margin: 15px 0px 0px 0px;
    padding-bottom: 15px; 
}
#column-left .product-layout:last-child .product-thumb, #column-right .product-layout:last-child .product-thumb{
    padding: 0;
}
#column-left .product-thumb > .image, #column-right .product-thumb > .image {
    float: left;
    width: 30%;
    margin-right: 5%;
}
#column-left .product-thumb > .thumb-description, #column-right .product-thumb > .thumb-description {
    float: left;
    width: 65%;
    padding: 0px;
}
#column-left .product-thumb .caption, #column-right .product-thumb .caption {
    padding: 0px;
}
#column-left .thumb-description .addcart > span, #column-right .thumb-description .addcart > span,
#column-left .thumb-description .price-tax, #column-right .thumb-description .price-tax,#column-left .product-thumb p,
#column-right .product-thumb p,
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#column-left .quickview, #column-right .quickview {
    display: none;
}
#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button + button,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button + button {
    width: 33.33%;
}
#column-left .product-thumb p.price,
#column-right .product-thumb p.price {
    display: block;
    margin: 0px;
}
#column-left .product-layout + .product-layout {
    border-top: 1px solid #eeeeee;
}
#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 .price, #column-right .product-thumb .price,
#column-left .product-thumb .rating,#column-right .product-thumb .rating,
#column-left .product-thumb .caption, #column-right .product-thumb .caption{
    text-align: left;
}
#column-left .category-list, #column-right .category-list {
    margin-bottom: 20px;
}
#column-left .product-thumb h4,#column-right .product-thumb h4 {
    margin: 0px 0px 10px 0px;
    line-height: 18px;
    overflow: hidden;
}
#column-left .product-thumb .rating,#column-right .product-thumb .rating{
   display: block;
   position: relative;
   top: 0;
   left: auto;
   right: auto; 
   margin-bottom: 10px; 
}
#column-left .container.latest-product,#column-right .container.latest-product {
    width: auto;
    padding: 0;
}
.account-content {
    position: relative;
}
.sidebar {
    margin-bottom: 30px;
    position: relative;
}
.sidebar ul li {
    padding: 8px 0px;
}
.sidebar ul li a{
    color: #666666;
}
.sidebar ul li a:hover,.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 0px;
    color: #666666;
}
.sitemap ul li a {
    color: #666666;
    font-family: 'Poppins', sans-serif;
}
.sitemap li {
    margin: 5px 0;
}
.sitemap li:last-child {
    margin: 5px 0px 0px 0px;
}
.main-item.active .toggled > .fa-angle-right:before, .toggle-menu.active > .fa-angle-right:before {
    content: "\f068";
}

#column-left .swiper-viewport, #column-right .swiper-viewport {
    border: none;
    box-shadow: none;
    margin: 0 0 30px;
}
#column-left .swiper-viewport:hover img, #column-right .swiper-viewport:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -moz-transform: scale(1.08);
}

#column-left .swiper-viewport img, #column-right .swiper-viewport img {
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    vertical-align: middle;
}
/*Category Page*/
.page_title,.article-page-title{
    color: #333;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}
.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 {
    margin-top: 20px;
    float: left;
    padding: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
}
.text_refine {
    text-transform: capitalize;
    color: #333333;
    margin: 15px 0px;
    font-size: 16px;
}
.refine .list-unstyled {
    margin-bottom: 30px;
}
.refine .list-unstyled > li {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 10px;
    border: 1px solid #eeeeee;
}
#content ul.list-unstyled li {
    line-height: 22px;
}
.refine .list-unstyled > li a {
    color: #666;
    font-weight: 400;
}
.refine .list-unstyled > li a:hover {
    color: #94da46;
}
.cat_info.clearfix {
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    padding: 5px 0px;
    width: 100%;
    display: inline-block;
}

/*--- Sorting and Filtering */
.product-sorting {
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.product-sorting-inner.clearfix {
    position: relative;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    padding: 10px 15px;
}
.product-sorting .product-sorting-inner > * {
    display: inline-block;
    position: relative;
}
.product-sorting .product-grid-list .product-grid-list-inner {
    padding-top: 6px;
}
.product-grid-list .list-btn.btn.btn-default, .product-grid-list .grid-btn.btn.btn-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    color: #444;
    font-size: 18px;
    padding: 0px;
}
.product-grid-list .grid-btn.btn.btn-default.active, .product-grid-list .grid-btn.btn.btn-default:hover,
.product-grid-list .list-btn.btn.btn-default.active, .product-grid-list .list-btn.btn-default:hover{
    color: #94da46;
}
#list-view{
    padding-left: 10px;
}
.cat-pagination-right {
    float: right;
}
.cat-sort, .cat-show {
    float: left;
}
.text-right.show-text {
    padding: 0px 5px;
}
.text_sort {
    line-height: 40px;
    margin: 0px;
}
.text_limit {
    margin: 0px 0px 0px 10px;
    line-height: 40px;
}
.show-select, .text-right.show-text {
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.select-filter-sort, .select-filter-show {
    position: relative;
}
.cat-sort .form-control, .cat-show .filter-selection .form-control, .cat-pagination-right .limits-text, .product-sorting-inner .cat-pagination-right .sort-order#input-sort {
    background-color: #ffffff;
    border: 1px solid #eee;
    padding: 4px 15px;
    margin: 0;
    height: 40px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}
.product-sorting select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.select-filter-show::after, .select-filter-sort::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}
@media (max-width: 991px){
    .show-select, .text-right.show-text {
        display: inline-block;
        vertical-align: top;
    }
    .text_limit {
        margin: 0px 0px 0px 10px;
    }
}
@media (max-width: 767px){
    .text-right.show-text {
        padding: 0px 5px 0 0;
    }
    .text_sort {
        padding-left: 0px;
    }
}

@media (max-width: 480px){
    .cat-pagination-right {
        float: left;
        margin-top: 15px;
        width: 100%;
    }
    .product-sorting .product-grid-list .product-grid-list-inner {
        padding: 0px;
    }
    .product-grid-list .list-btn.btn.btn-default, .product-grid-list .grid-btn.btn.btn-default {
        line-height: 1;
    }
    .text-right.show-text {
        padding: 0px 5px 0 0px;
    }
}
@media (max-width: 540px){
    .text_sort {
        padding-left: 0px;
    }
    .text-right.show-text{
        padding-left: 0px; 
    }
}
@media (max-width: 425px){
    .cat-show {
        float: left;
        margin-top: 15px;
        width: 100%;
    }
    .text_limit {
        margin: 6px 10px 0px 0px;
    }
}

.product-grid .list-button-group,.product-grid .list-rating {
    display: none;
}
.product-list .product_btn,.product-list .rating {
    display: none;
}
.product-list .list-rating .rating {
    display: block;
}
.product-list .product-thumb .rating{
    padding-bottom: 0px; 
}
.product-list .list-rating .rating{
    position: relative;
    top: auto;
}
.product-list .thumb-description p {
    display: block;
    margin-bottom: 13px;
}
.row.pro_pagination {
    margin: 0px 0px 30px 0px;
    border: 1px solid #eeeeee;
    padding: 10px 0px 9px;
    clear: left;
    height: 50px;

}
.pagination {
    margin: 0;
}
.pagination>li {
    display: inline;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus, .pagination>li>a:hover,
.pagination>li>span:focus, .pagination>li>span:hover {
    background: #94da46;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    border-radius: 0px;
    border: 1px solid #94da46;
}
.pagination>li>a:last-child {
    border-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
    background-color: #333333;
    color: #ffffff;
    float: left;
    line-height: 1.42857;
    margin-left: 10px;
    padding: 4px 11px;
    position: relative;
    text-decoration: none;
    border-radius: 0px;
    border: 1px solid #333333;
}
.pro_pagination .text-right {
    color: #333;
    margin-top: 4px;
}
.product-list .pro_pagination .text-right{
    color: #333;
}
.product-list .thumb-description.clearfix{
    background: none;
    padding: 0px;
}
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
.product-list .product-thumb .caption {
    text-align: left;
}
.description {
    line-height: 25px;
}
.product-list  .product-thumb .price{
    margin-bottom: 30px;
}
/* product list */
.product-list .product-thumb {
    border: 1px solid transparent;
}
.product-list .product-thumb:hover {
    border: 1px solid #eeeeee;
}
.product-list .product-thumb .image .product_btn{
    display: none;
}
.product-list .product-thumb:hover .button-group,
.product-list .product-thumb .button-group{
    position: relative;
    opacity: 1;
    bottom: 0;
}
.product-list.blog-category .product-thumb:hover,
.product-list.blog-category .product-thumb {
    border: none;
}
.product-list .product-thumb{
    margin-bottom: 30px;
}
.product-list .product-thumb .caption {
    padding: 15px 0 0;
}
.product-grid .product-thumb .image {
    float: none;
}
.product-list .image {
    border: none;
    border-right: 1px solid #eeeeee;
    margin-right: 30px;
}
.product-list .product-thumb .button-group .addcart{
    width: auto;
    padding: 6px 12px;
}
.product-list .product-thumb .button-group .compare,
.product-list .product-thumb .button-group .wishlist{
    width: auto;
    padding: 0px 18px;
}
.product-list .product-thumb h4 {
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 18px;
}
.product-list .product-thumb h4:hover {
    color: #94da46;
}
.list-rating {
    margin-bottom: 13px;
}
/*Product Page*/
.product_title,.item-title {
    margin: 0;
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}
.product_title{
    font-size: 20px;
}
.stock-info { 
    color:#94da46;
}
.stock-info b{ 
    color: #333;
}
#content .right-info ul.list-unstyled li b, .tab-pane h3, .tab-pane b {
    color: #333333;
}
.right-info .rating {
    margin-bottom: 20px;
}
.right-info .rating a{
    margin: 0px 8px;
}
.right-info .rating a + a i{
    margin-right: 5px;
}
.rating .product-rating {
    border-right: 1px solid #eeeeee;
    float: left;
    margin: 0 10px 0 0;
    padding: 0px 10px 0 0;
    height: 20px;
}
.rating > a:last-child {
    border-right: medium none;
    margin-right: 0;
}
.rating > a {
    border-right: 1px solid #eeeeee;
    color: #666666;
    float: left;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 0px 10px 0 0;
    height: 20px;
}
.right-info .rating a:hover{
    color: #94da46;
}
.right-info .product-manufacturer,.quick-product-right .product-manufacturer {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    margin: 15px 0 20px;
}
.table-bordered {
    /*border: 1px solid #eeeeee;*/
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    /*border-bottom-width: 1px;*/
}
#checkout-cart .table>tbody>tr>td,#checkout-cart .table>tfoot>tr>td,#checkout-cart .table>thead>tr>td{
    /*vertical-align: middle;*/
}
#checkout-cart  .table>thead>tr>td,#checkout-cart  .table>thead>tr>th{
  /*  padding: 10px;
    font-weight: 500;*/
}
.pro_price {
    font-size: 18px;
    color: #94da46;
    font-weight: 500;
    outline: none;
}
.product_price{
    margin-top:30px
}
.pro_oldprice{
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}
.right-info .btn-primary span,.quick-product-right .btn-primary span {
    line-height: 20px;
    padding: 0px 0px 0px 25px;
}
.right-info .disc {
    font-weight: normal;
    color: #333;
}
#product-product .thumbnail:hover,.quickview-container .thumbnail:hover {
    border-color: #94da46;
}
.right-info .btn-default,.quick-product-right .btn-default{
    padding: 10px 16px;
    line-height: 20px;
}
.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;
    margin-right: 10px;
    width: auto;
    height: 40px;
    text-align: center;
    margin-left: 5px;
}
.product-btn-quantity .qty{
    float: left;
    line-height: 40px;
    font-size: 14px;
}
.product-wish-btn, .product-compare-btn {
    background-color: unset;
    color: #222222;
    box-shadow: none;
    border: none;
    position: relative;
    margin-right: 10px;
    outline: none;
    padding: 0px;
}
.product-compare-btn {
    margin: 0;
}
.product-wish-btn span, .product-compare-btn span {
    padding-left: 5px;
}
.thumbnail {
    padding: 0px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    padding: 0;
    margin: 0 0 15px;
    overflow: hidden;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -khtml-transition: none;
    -o-transition: none;
    position: relative;
}
#additional-carousel.owl-carousel .owl-nav div i,#quick-carousel.owl-carousel .owl-nav div i{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
#additional-carousel.owl-carousel .owl-nav .owl-next:hover i,#quick-carousel.owl-carousel .owl-nav .owl-next:hover i,
#additional-carousel.owl-carousel .owl-nav .owl-prev:hover i,#quick-carousel.owl-carousel .owl-nav .owl-prev:hover i{
    color: #94da46;
}
#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 {
    background: none;
    border-radius: 0;
    color: #333333;
    margin: auto auto auto auto;
    width: 35px;
    height: 35px;
    top: 33%;
    position: absolute;
    border: none;
    line-height: 35px;
}
.thumbnails-gellery {
   /* clear: both;
    overflow: hidden;*/
    padding-left: 30px;
    padding-right: 30px;    
    /*float: none;
    margin-left: auto;
    margin-right: auto;*/
}
.quickview-container .thumbnails-gellery {
    /*width: 360px;
    padding: 0px;*/
}
#product-product .nav-tabs {
    margin-bottom: 0px;
    margin-top: 50px;
    border: none;
}
#product-product .nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}
#product-product .nav-tabs>li.active>a, #product-product .nav-tabs>li.active>a:focus,
#product-product .nav-tabs>li.active>a:hover {
    color: #94da46;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #eeeeee;
    border-bottom: 1px solid white;
    border-radius: 0px;
    line-height: 22px;
}
#product-product .tab-content {
    border: 1px solid #eeeeee;
    padding: 30px;
}
.tab-block .tab-content .tab-pane p {
    line-height: 25px;
    color: #666666;
    margin-bottom: 0;
    letter-spacing: 0.8px;
}
.tab-block .tab-content .tab-pane #review p{
    margin-bottom: 10px;
}
#product-product .nav>li>a:focus, #product-product .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    margin-bottom: 0px;
    border: 1px solid #eeeeee;
    border-bottom: 1px solid white;
    color: #94da46;
}
#product-product .nav-tabs>li>a {
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid transparent;
    font-size: 16px;
}
.tab-pane, .tab-pane p font {
    color: #666666;
    font-size: 14px;
}
.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;
}
.manufacturer-list {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: #eeeeee;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.dropdown-menu-right{
    display: none;
}
/*quickView*/
.quickview-content {
    padding: 15px 5px;
}
.quick-product-right .disc {
    font-weight: bold;
    color: #333;
}
.quick-product-right .disc {
    font-weight: normal;
    color: #333;
}
/*End quickView*/


/* End */
.banner-cms,.box-content.latest,.block_box{
        /*padding: 0px 15px;*/
}
/* Category page */
.product-grid .description { display: none; }
/* End */

/* Product page */
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin: 5px;
    display: block;
    border: 1px solid #eeeeee;
}
.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;*/
}
/* End */
/*Account*/
.account-login .breadcrumb{
    width: 100%;
    text-align: left;
}
.form-horizontal .control-label {
    text-align: right;
}
#information-sitemap #content a {
    line-height: 30px;
    text-transform: capitalize;
    text-decoration: none;
}
#information-sitemap #content a:hover {
    color: #ffb400;
}
#information-sitemap #content h2{
    margin-top:0;
    text-transform: uppercase;
    font-size:20px;
}
.form-control:focus {
    border-color: #94da46;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(148,218,70,.075), 0 0 8px rgba(148,218,70,.6);
    box-shadow: inset 0 1px 1px rgba(148,218,70,.075), 0 0 8px rgba(148,218,70,.6);
}
#account-register #content .col-sm-2.control-label {
    text-align: left;
}
.cat_search:after{
    right: 20px;
    top: 6px;
}
.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;
}
.well p + p {
    line-height: 25px;
}
#account-login .well p strong {
    font-weight: 600;
}
#checkout-cart .btn-block .btn-primary {
    border: none;
    padding: 10px 17px;
}
#checkout-cart .btn-block .btn-danger {
    box-shadow: none;
    border-radius: 0px;
    border-color: #da4f49;
    padding: 10.5px 16px;
}
#checkout-cart .input-group .form-control[name^=quantity], #checkout-cart .table .input-group .form-control {
    max-width: 55px;
    text-align: center;
    border-radius: 0px;
}
#content.checkout {
    margin-bottom: 30px;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}
#accordion .panel-body .btn-primary {
    font-size: 14px;
}
#checkout-cart table .input-group-btn {
    display: table;
}
.account-wishlist .btn-danger  {
    padding: 11.5px 12px;
    border-radius: 0px;
}
.account-account .page_title {
    margin-bottom: 15px;
}
.account-list {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    padding: 5px;
    float: left;
    width: 100%;
}
.account-list-heading{
    background: #f7f7f7;
    border-radius: 0px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 6px 8px;
}
.account-list-heading p, .account-list-heading h2 {
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
}
.account-list-content{
    padding: 0 15px;
}
.account-list-content a {
    color: #888;
}
.information-contact .panel-default {
    border-color: #ebebeb;
    box-shadow: none;
    border-radius: 0;
}
.sitemap li {
    margin: 5px 0;
}
.sitemap li:last-child{
    color: #000;
}
.product-search #content > p {
    margin-top: 10px;
}
#product-search .product-sorting {
    margin-top: 30px;
}
.account-wishlist .btn-primary {
    padding: 10px 10px;
}
.product-compare .btn.btn-danger {
    padding: 9px 18px;
    border-color: #da4f49;
    border-radius: 0;
    line-height: 20px;
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
}
.product-compare .table-responsive{
    margin-bottom: 30px;
}
.product-compare .btn-primary{
    margin:5px 0;
}
/*--- Contact Us ---*/
.information-contact .contact-left .title i.fa {
    background: #94da46;
    border: 2px solid #94da46;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    height: 35px;
    margin: 0px 5px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}
.information-contact .contact-left .title{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.content-address{
    margin-bottom: 15px;
}
.contact-left .btn-info{
    background: #ffffff;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-left .btn-info:hover{
    background: #94da46;
    color: #ffffff;
    border-color: #94da46; 
}
.contact-left .btn-info i {
    font-size: 18px;
}
.content-details {
    background: #F5F5F5;
    padding:15px;
}
.contact-left .content-details > div{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.contact-left .content-details .comment-info{
    border: none;
    padding:0;
    margin: 0px;
}
@media(max-width: 991px){
    .contact-left{
        margin-bottom: 30px;
    }
}
/*-- 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: #888;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 24px;
}
.error .error__title {
    color:#94da46;
    font-size: 50px;
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}
.error__subtitle {
    margin-bottom: 8px;
}
.error__description{
    font-size: 14px;
    color: #888;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 30px;
}
/*--- Account Page*/
.account-list {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    padding: 5px;
    float: left;
    width: 100%;
}
.account-list-heading{
    background: #f7f7f7;
    border-radius: 0px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 6px 8px;
}
.account-list-heading p, .account-list-heading h2 {
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
}
.account-list-content{
    padding: 0 15px;
}
.account-list-content li{
    line-height: 24px;
}
.account-list-content a {
    color: #888888;
}
/* Back to top */
.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    padding: 3px;
    text-align: center;
    background-color: #94da46;
    border: 1px solid #94da46;
    z-index: 5;
    color: #ffffff;
}
.back-to-top:hover,.back-to-top:focus {
    background-color: #94da46;
    border: 1px solid #94da46;
    color: #ffffff;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0px;
    }
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        margin-left: 0;
        padding: 0px;
    }    
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    border: none;
    display: inline-block;
    float: left;    
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #94da46;
    text-decoration: none;
    cursor: pointer;
}
.product-thumb .button-group button:focus {
    outline: none;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }   
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
    #column-left { display: block !important; }
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }

    /* Mahardhi */
    #content, #column-left, #column-right { width: 100%; }
    #menu #category { display: block !important; }
    #menu .navbar-toggle { display: block; }
    #menu .navbar-header { float: none; }
    .footer-top .col-sm-3 { width: 100%; }
}

/* mahardhi */
@media (max-width: 1200px) {
    .product-thumb .button-group .addcart{
        width: 61.60%;
    }
}
@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%;
    }
}
@media (max-width: 1024px) {
    .image_block .quickview{
        top: 32%;
        left: 40%;
    }
    .cat-pagination-right {
        padding-right: 0px;
    }
    #column-left .product-thumb .price-old, #column-right .product-thumb .price-old{
        margin-left: 0px;
    }
    
}
@media (max-width: 991px) {
    .box-category h3.toggled { margin: 5px 0px; }
    #selectMe-desk { display: none; }
    #topCategoryList {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 11;
        top: 100%;
        padding: 12px 15px;
        background: rgba(0,0,0,0.7);

    }
    #menu #topCategoryList ul { margin: 0px; float: none; display: block; }
    #topCategoryList ul li { float: none; }
    #topCategoryList li .toggle-menu {
        position: absolute;
        right: 5px;
        color: #ffffff;
        top: 8px;
        padding: 2px 6px;
    }
    #topCategoryList li.sub-menu-item .toggle-menu { top: 0px; 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; }
    #menu #topCategoryList .dropdown-inner a { color: #fff }
    #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 5px;
    }
    #menu #topCategoryList .dropdown-inner a, #menu .nav > li > a {
        color: #fff;
        padding: 6px;
        min-height: 15px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        margin: 0px;
    }
    #menu .nav > li:first-child > a,#menu .nav > li:last-child > a{
        padding: 6px;
    }
    #menu .btn-navbar{
        background: none;
        border: none;       
        color: #333;
        box-shadow: none;
        margin-right: 0;
        padding: 0;
    }
    #menu .btn-navbar{
        padding: 0;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        background: url(../image/mahardhi/sprite.png) no-repeat scroll 2px 12px transparent;
        height: 40px;
        margin-top: 0;
        width: 30px;
    }
    #menu .dropdown-menu .dropdown-inner > ul,.menu-nav .dropdown-menu {
        padding: 0;
    }
    #menu .btn-navbar.active {
        background: url(../image/mahardhi/sprite.png) no-repeat scroll -40px 12px transparent;
    }
    #menu #category{
        color: #ffffff;
        letter-spacing: 0.5px;
        padding-left: 0px;
    }
    #top .container{
        position: relative;
    }   
    #menu {
        width: 100%;
    }
    #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 {
        position: relative;
        left:auto;
        top: auto;
        margin-top: 25px;
        margin-bottom: 0px;
        -moz-transform: translateY(-0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); 
        width: 100%;        
    }
    #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:25px 0;
    }
    .top-center{
        width: 100%;
        margin: 0 auto;
    }
    .top-right{
        top: 20%;
    }
    .services.service_content1 {
        padding-left: 0;
    }   
    .col-sm-2.top-right{
        float: right;
    }
    .breadcrumb, .page_title {
        width: 100%;
        float: none;
        text-align: center;
    }
    .image_block,#column-left .swiper-viewport, #column-right .swiper-viewport { 
        display: none;
    }           
    #column-left .product-thumb > .image, #column-right .product-thumb > .image{
        width: auto;
    }    
    .menulist > a::after{
        background: none;
    }  
    .btn_search{
        padding: 18px;
    }
    #cart .dropdown-menu{
        top: 50px;
        margin-top: 0px;
    }    
    .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;
    }
    .testimonial-text{
        margin: 0px;
    }
    .testimonial-box{
        max-width: 100%;
    }
    .product-list .product-thumb:hover,.product-list .product-thumb{
        border: none;
    }   
    #column-left, #column-right{
        margin-bottom: -20px;
    }
    #column-left .filter .box-content h3, #column-right .filter .box-content h3{
        margin: 0px;
    }
    #column-left .filter .box-content .list-group-filter, #column-right .filter .box-content .list-group-filter{
        margin-top: 10px;
    }
    
    #column-left .category-list, #column-right .category-list{
        margin-bottom: 30px;
    }
    .account-login .breadcrumb{
        text-align: center;
    }
    
}
/* 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) {
    .col-sm-3.top-left{
        float: left;
    }
     #search .btn-lg{
        right: 15px;
    }
    #search .btn-lg i {
        font-size: 18px;
    }    
    .product-layout.col-xs-6 {
        width: 50%;
    }
    .row.pro_pagination{
        height: auto;
    }
    .pro_pagination .text-right, .pro_pagination .col-sm-6.text-left {
        width: 100%;
        text-align: center;
    }       
    .product-list .thumb-description.clearfix {
        background: none;
        float: left;
        text-align: left;
        clear: both;
        margin-top: 20px;
    }
    .product-list .product-thumb .price {
        margin-bottom: 20px;
    }
    .cat-pagination-right {
        width: 100%;
        float: left;
        margin-bottom: 8px; 
    }
    .product-thumb .button-group .addcart{
        width: 61.60%;
    }
    #additional-carousel .image-additional a img,#quick-carousel .image-additional a img {
        /*max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: auto;*/
    }
    .newsletter-block .block-content .txtemail{
        width: 350px;
    }          
    .right-info {
        margin-top: 30px;
    }         
    .product-list .image{
        border: 1px solid #eeeeee;
        margin:0;
    }
    .testimonial-box{
        max-width: 100%;
    }
    .testimonial-text{
        margin: 0px 15px 15px 15px;
    }
    #top #form-language .dropdown-menu, #top #form-currency .dropdown-menu{
        right: 0px;
    }
    p.powered,.position-footer-bottom{
        float: none;
        text-align: center;
    }
    .position-footer-bottom{
        margin-top: 15px;
    }
    .row.pro_pagination{
        padding: 20px 0px 19px;
    }
    .product-list .product-thumb .blog-title{
        margin-top: 20px;
    }

}
@media (max-width: 640px) {
    .newsletter-popup .modal-dialog {
        max-width: 90%;
    }
}
@media (max-width: 540px){   
    .user_img {
        margin: 0 0 15px;
    }
    .user_img, .comment_cust .comment-desc {
        float: left;
        display: block;
        padding: 0;
    }
}
@media (max-width: 480px) {
    #cart .dropdown-menu {
        width: 320px;
    }
    .product-layout.col-xs-6 {
        width: 100%;
    }
    .newsletter-block .block-content .txtemail{
        width: 270px;
    }
    .newsletter-block  .text-content {
        padding: 0 15px;
    }
    .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;
    }
    .footer-top{
        padding: 50px 0px;
    }    
    #product-product .nav-tabs{
        margin-top:30px;
    }
    .cat-pagination-right{
        margin:5px 0 8px;
    }
    .payment_block {
        margin-bottom: 20px;
    }
    .product-list .thumb-description.clearfix {
        background: none;
        float: left;
        text-align: left;
        clear: both;
        margin-top: 20px;
    }    
    .product-list .product-thumb .caption,.list-button-group{
        padding: 0px;
    }
    .newsletter-block .title-text{
        font-size: 20px;
    }
    .related-products-block .col-xs-6{
        width: 100%;
    } 
    .nav-left,.nav-right{
        width: 100%;
    }
    .nav-right{
        margin-top: 5px;
    }
    #top{
        max-width: 100%;        
        padding: 10px 0px;
        max-height: 100%;
    }
    .currency-box, .languages-box {
        float: none;
        display: inline-block;
    }
    .subbanner-item{
        width: auto;
        float: none;
    }
    .alert-dismissable .close, .alert-dismissible .close{
        right: 5px;
    }    
}
@media (max-width: 425px) {
    .newsletter-block .title-text{
        font-size: 22px;
    }
    #product-product .nav-tabs>li{
        float: none;
        text-align: center; 
    }
    #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;
    }
    #product-product .nav-tabs>li.active>a, #product-product .nav-tabs>li.active>a:focus, #product-product .nav-tabs>li.active>a:hover {
        border: 1px solid #eeeeee;
    }
    #product-product .nav-tabs>li>a{
        border: 1px solid #eeeeee;
        margin: 20px 0px;
    }
    #cart .dropdown-menu{
        right: 0px;
        width: 320px;
    } 
    #product-product .nav-tabs>li:last-child >a{
        margin: 10px 0px 0px 0px;
    } 
    #product-product .nav-tabs>li:first-child >a{
        margin: 0px 0px 10px 0px;
    } 
    #product-product .nav-tabs {
        margin-bottom: 30px;
    }    
}
@media (max-width: 375px) {
    .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;
    }    
    .newsletter-block .block-content .txtemail {
        width: 210px;
    }
    .com-total { 
        margin: 0px;
    }
    .cat-show{
        margin-top: 10px;
    }    
    .page-title h3{
        font-size: 22px;
    }
    #column-left .product-thumb > .image, #column-right .product-thumb > .image{
        width: 30%;
    }
    #cart .dropdown-menu{
        right: -87px;
    }    
    #compare-total.btn.btn-link{
        padding: 7.5px 0px;
    }   
    .top-left{
        margin-top: 10px;
    }
    .top-right{
        position: relative;
        right: auto;
        margin-top: 25px;
        justify-content:center;
    }
    #logo img{
        margin: 0 auto;
    }
    #service-block .service-outer h3:before{
        background: none;
        padding: 0px;
        margin: 0px;
    }
    .dropdown-menu-right{
        right: 25%;
    }
    .dropdown-menu.dropdown-menu-right{
        right: 25px;
    }
    .rating .product-rating {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .right-info .rating > a{
        margin: 0 8px 0 0; 
    }
}
@media (max-width: 320px) {
    #cart .dropdown-menu{
        right: -92px;
    } 
    .dropdown-menu.dropdown-menu-right{
        right: 0px;
    }
    .newsletter-block .block-content .txtemail {
        width: 100%;
    }
    .newsletter-block .title-text{
        font-size: 18px;
    }    
    #column-left .swiper-viewport img, #column-right .swiper-viewport img{
        width: 100%;
    }       
    .refine .list-unstyled > li{
        margin-right: 3px;
    }      
}
