body {
	color: #333;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	background-color: #ffffff;
}
/* default font size */
.fa {
	font-size: 14px;
	vertical-align: baseline;
}
/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h5, h6{
    font-weight: 600;
    color: #333;
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
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,a:active {
	text-decoration: none;
	color: #47c343;
}
b, strong, .strong {
    font-weight: 600;
}
::-moz-selection {
    background-color: #0e5ba4;
    color: #ffffff;
}
::selection {
    background-color: #0e5ba4;
    color: #ffffff;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
    border-color:#ebebeb;
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control,
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover{
	font-size: 14px;
}
.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;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: none;
    outline: none;
}
.form-control:focus{
	box-shadow: none;
    border-color: #ebebeb;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* touch scroll erroe fix !important*/
.owl-carousel {
    touch-action: manipulation; 
}
/*-- error page --*/
.error {
    text-align: center;   
}
.error__box {
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 30px;
}  
.error__box i {
    display: inline-block;
    font-size: 30px;
    color: #cccccc;
    margin: 0 0 15px;
}
.error h2 {
    color: #363636;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 24px;
}
.error .error__title {
    color: #47c343;
    font-size: 50px;
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}
.error__subtitle {
    margin-bottom: 8px;
}
.error__description{
    font-size: 14px;
    color: #888;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.btn-default-grey {
    border-color: #d7d7d7;
    color: #ffffff  ;
}
/*end*/

/*--- Contact Us ---*/
.information-contact .contact-left .title i.fa {
    background: #47c343;
    border: 2px solid #47c343;
    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: #9bc80e;
    color: #ffffff;
    border: 1px solid #9bc80e;
}
.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;
}
.content-details img.img-thumbnail{
    background: unset;
    border: none;
    padding: 0;
    margin: 0 auto;
    display: block;
}
@media(max-width: 991px){
    .contact-left{
        margin-bottom: 30px;
    }
}
/*end*/

/** 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%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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: 999;
}
.quickview-close-btn {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
}
.quickview-loader{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    margin: auto;
}

/** Newsletter Popup **/
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;  
    border-radius:0;  
}
.newsletter-popup .modal-dialog{
    margin: 0px auto;
    max-width: 700px;
    width: auto;
    text-align: center;
}
.newsletter-btn-close.close{
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.newsletter-popup .modal-body{
    padding:20px; 
}
.newsletter-content h3{
    font-weight: 500;
    text-transform: uppercase;    
    margin: 25px 0;    
}
.newsletter-content p{  
    margin-bottom: 20px;    
    line-height: 25px;
    padding: 0 25px;
}
.newsletter-content input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
    padding: 0 10px; 
}
.newsletter-content .btn{
    display: table;
    margin: 15px auto;
    background: #47c343;
    color: #fff;
    padding: 10px 12px;
    text-transform: uppercase;
    border: none;
}
.newsletter-content-bottom{
    margin-bottom: 20px;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 70%;
    padding: 8px 15px;
    border: 1px solid #ddd;
}
.newsletter-content .btn:hover{
    background: #333;
}
.newsletter-content-innner .alert {
    margin: 15px auto 10px;
    display: table;
    position: relative;
    width: 100%;
}
.modal-open .modal{
    overflow: unset;
}
.modal-open {
    overflow: unset!important;
    padding-right: 0!important;
}
@media (min-width: 541px){
    .newsletter-content-innner .alert {
        max-width: 70%;
    }
}
@media (max-width: 640px){
    .newsletter-popup .modal-dialog {
        max-width: 90%;
    }
}
/*----------------------------------------------*/
/* 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;
}
.loader-spinner {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.loader-spinner div {
    position: absolute;
    border: 4px solid #47c343;
    opacity: 1;
    border-radius: 50%;
    animation: spinner 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader-spinner div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes spinner {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/*LOADER 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: #47c343;
}
.loader:before{
    z-index: 100;
    animation: spin 1s infinite;
}
.loader:after{
    border: 3px solid #ebebeb;
}
@keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/** End QuickView **/
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline;}
#common-home {
	background: url(../image/mahardhi/body-wallpaper.jpg) no-repeat center center fixed transparent;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}
.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: #ffffff;
	background-color: #333;
	background-repeat: repeat-x;
}
button:focus,li:focus,ul:focus,
div:focus,b:focus,h1:focus,h2:focus,
h3:focus,h4:focus,h5:focus,h6:focus,
li:focus,ul:focus,nav:focus,span:focus{
	outline: none;
	text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:active,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover{
    background-color: #47c343;
    color: #ffffff;
    border: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.addcart:focus{
    outline: none;
}
/*loader */

/* top*/
#top {
	background-color: #333333;
    border-bottom: 1px solid #e2e2e2;
    padding: 13px 0px;
}
#top .container {
	/*padding: 0 20px;*/
}
#top #form-currency .currency-select,#top #form-language .language-select {
	text-align: left;
	border-right: none;
	padding:7.5px 15px;
    text-transform: capitalize;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	background-color: #333;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #ffffff;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
}
#top-links > ul > li,
#form-currency > .btn-group > .btn.btn-link,
#form-language > .btn-group > .btn.btn-link {
	border-left: 1px solid #ffffff;
	line-height: 20px;
	padding: 0 13px;
}
#top-links li:first-child {
	border-left: none;
}
#top-links ul {
	margin-bottom: 0;
}
#top .btn-link:hover, #top-links a:hover {
	color: #47c343;
}
#top-links .dropdown-menu a {
	text-shadow: none;
    padding: 7.5px 15px;
    text-transform: capitalize;
}
#top-links a + a {
	margin-left: 15px;
}	
#top .btn-link strong,
#top-links .fa-heart,
#top-links .fa-user {
	display: none;
}
#form-currency > .btn-group > .btn.btn-link {
	padding-left: 0;
    border-left: none;
}
#form-language > .btn-group > .btn.btn-link  {
	border-right: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: unset;
}
#top .dropdown-menu {
	background-color: #333333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    top: 33px;
    margin: 0;
}
#top #form-language > .btn-group > .btn.btn-link img {
    display: none;
}
/*Header bottom Right*/
.header-bottom-right{
    text-align: right;
    padding: 0;
    display: table;
    float: right;
}
.header-bottom-right > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-bottom-right > ul > li {
    display: table-cell;
    text-align: center;
    position: relative;
}
/* search */
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 45px 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#search .input-lg{
	width: 225px;
    border-radius: 0;
    font-size: 14px;
    color: #999999;
    border: 1px solid #f5f5f5;
}
#button-search {
    margin-bottom: 20px;
}
#search .input-group-btn {
    display: block;
    width: 43px;
    position: absolute;
    right: -2px;
    top: 0px;
    z-index: 999;
}
#search .btn-default.btn-lg {
    background: url(../image/mahardhi/header-icon.png) no-repeat scroll 4px -40px;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    z-index: 3;
    background-color: #333333;
    border: 1px solid #f5f5f5;
}
#search .fa-search {
    display: none;
}
#search .btn_search {
    border: 1px solid transparent;
    cursor: pointer;
    height: 40px;
    width: 33px;
    z-index: 9;
    float: right;
    padding: 0 8px 0 0;
    border-right: 1px solid #cccccc;
    font-size: 22px;
}
#search .btn_search:before {
    font-family: "fontawesome";
    content: "\f002";
    position: relative;
    top: 7px;
}
#search .btn_search.active {
    background: url(../image/mahardhi/top-icon.png) no-repeat scroll 3px 10px #ffffff;    
}
#search .btn_search.active:before{
    content: "";
}
#search.mahardhi-search .search-content,
#search.oc_default .search-content {
    display: none;
    left: auto;
    position: absolute;
    right: -20px;
    top: 50px;
    z-index: 99;
}
.product-search #content p {
    margin-top: 10px;
}
.menu_header .col-sm-4 {
    margin: 10px 0;
}
header .contact {
    float: right;
    width: max-content;
    width: -moz-max-content;
    padding: 10px 20px;
    margin: 3px 0;
    background-color: #f5f5f5;
}
header .contactimg {
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll -2px -1px transparent;
    height: 25px;
    width: 25px;
    display: block;
    float: left;
}
header .contactno {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-left: 10px;
}
header {
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
}
#logo {
    display: inline-block;
    vertical-align: top;
}
/* cart */
#cart .btn.dropdown-toggle{
	text-transform: uppercase;
	background-color: transparent;
	border:none;
	box-shadow: none;
	padding:0;
	margin: 0 0 0 5px;
}
#cart .btn.dropdown-toggle .icon-cart{
	background: url(../image/mahardhi/header-icon.png) no-repeat scroll 0 -87px transparent;
    display: block;
    height: 32px;
    width: 32px;
    float: left;
}
.shopcart-inner {
    float: left;
    margin-left: 5px;
}
#cart .carttext {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
#cart .cart-detail {
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
    display: block;
    text-align: right;
    text-shadow: none;
    overflow: hidden;
    cursor: pointer;
    margin: 0px;
}
#cart-total .fa-shopping-cart {
    display: none;
}
.cart_right {
    width: 120px;
    text-align: left;
    display: inline-grid;
    float: right;
    text-shadow: none;
}
#cart .cart-items,
#cart-total{
	font-size: 12px;
	font-weight: 500;
	font-style: oblique;	
	text-shadow: none;
    text-align: right;
    margin: 0 0 0 0;
    color: #999999;
    float: right;    
}
#cart .dropdown-menu {
    padding: 20px;
    width: 337px;
}
#cart  .dropdown-menu {
    min-width: 100%;
}
#cart .dropdown-menu {
    background: #333333;
    border: none;
    z-index: 1001;
    border-radius: 0;
    opacity: 1;
    right: 0;
    text-align: center;
    top: 48px;
    color: #ffffff;
    margin: 0px;
    padding: 0;
}
#cart .dropdown-menu li {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 237px;
    padding: 0 20px;
}
#cart .dropdown-menu li p {
    margin: 20px 0;
    font-size: 14px;
    color: #ffffff;
}
#cart .table tbody tr td.text-right,
#cart .text-left > a {
    line-height: 25px;
}
#cart .dropdown-menu table.table-bordered td {
    padding: 4px 6px;
}
#cart .dropdown-menu li tr:last-child td:last-child,
#checkout-cart .col-sm-offset-8 tr:last-child td.text-right:last-child,
#checkout-checkout tfoot tr:last-child td:last-child{
    color: #47c343;
    font-size: 16px;
    font-weight: 500;
}
#cart .dropdown-menu table {
    border-color: #d9d9d9 currentcolor currentcolor;
    border-style: solid none none;
    margin-bottom: 0px;
    border-width: 1px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #333333;
}
.table-striped a {
    color: #fff;
}
#cart .table-bordered>tbody>tr>td,
#cart .table-bordered>tbody>tr>th,
#cart .table-bordered>tfoot>tr>td,
#cart .table-bordered>tfoot>tr>th,
#cart .table-bordered>thead>tr>td,
#cart .table-bordered>thead>tr>th {
    border:unset;
}
#cart .text-right {
    padding-right: 0px;
    color: #ffffff;
}
#cart .btn-danger {
    background-color: #47c343;
    border: 1px solid #47c343;
}
#cart .btn-danger:hover {
    background-color: #c9302c;
    border: 1px solid #ac2925;
}
#cart .btn-danger {
	padding: 5px 8px;
    box-shadow: none;
}
#cart strong {
    font-weight: 400;
}
#cart .text-right .addcart {
    margin: 0 10px 0 0;
}
#cart .text-right .addcart,
#cart .text-right .checkout {
    padding: 9px 20px;
}
#cart .text-right .addcart,
#cart .text-right .checkout {
    background: none;
    border: 1px solid #47c343;
    color: #ffffff;
    border-radius: 0;
    text-transform: capitalize;
    display: inline-block;
}
#checkout-cart table .input-group-btn {
    display: table;
}
.checkout-cart .input-group.btn-block .form-control {
    background: #fff;
    width: 50px;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
#product-compare .table>tbody+tbody {
    border-top: 0;
}

.product-compare .btn-primary {
    margin: 5px 0 5px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr{
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid #dddddd;
    display: block;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child{
    border-bottom: 0px;
}
#cart .dropdown-menu table td.product-cart-close {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
}
#cart .dropdown-menu table{
    border: none;
}
#cart .dropdown-menu table td{
    border: none;
    padding: 0;
}
.product-cart-thumb .img-thumbnail{
    border-radius: 0;
    border:none;
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 30px;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #dddddd;
    padding: 15px 20px 0;
}
#cart .text-right .addcart:hover,
#cart .text-right .checkout:hover {
    background: #47c343;
}
#accordion.panel-group .panel {
    border-radius: 0;
}
#accordion.panel-group .panel+.panel {
    margin-top: 20px;
}
#checkout-cart .table>tbody>tr>td, #checkout-cart .table>tfoot>tr>td, #checkout-cart .table>thead>tr>td,
#account-wishlist .table>tbody>tr>td, #account-wishlist .table>tfoot>tr>td, #account-wishlist .table>thead>tr>td,
#product-compare .table>tbody>tr>td,#product-compare .table>tfoot>tr>td,#product-compare .table>thead>tr>td{
    vertical-align: middle;
    white-space: unset!important;
}

/* menu */
#menu {
	background-color: #ffffff;
	margin: 0;
    position: relative;
}
#menu .nav > li > a {
	color: #333333;
	text-shadow:none;
	padding: 8px 10px;
	min-height: 15px;
	background-color: transparent;
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid transparent;
    margin: 11px 10px;
}
#menu .nav > li:first-child a{
    margin-left: 0;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
	background-color: unset;
	border-color: #47c343;
}
#menu .nav.navbar-nav > li:hover > a,
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,
#menu .nav.navbar-nav > li:hover > span,
#menu .dropdown-inner li:hover > a {
    color: #47c343;
}
#menu .dropdown-inner,
#navCategory .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
    display: table-cell;
}
#menu .dropdown-inner li a:hover,
#navCategory .dropdown-inner li a:hover {
	color: #000;
	background-color: transparent;
}
#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: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#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;
	outline: none;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
	#menu {
        border-radius: 4px;
    }
	#menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
        display: block;
    }
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
    min-height: 600px;
}
/* footer */
footer {
	padding-top: 160px;
	background-color: #333333;
	border-top: 1px solid #ddd;
	color: #e2e2e2;	
}
.common-home footer {
    margin-top: -80px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
    color: #999999;
}
footer a:hover {
    color: #47c343;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
/*.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
	background-repeat: repeat-x;
}
.btn-primary {
	color: #ffffff;
	background-color: #333;
	background-repeat: repeat-x;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #47c343;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-repeat: repeat-x;
	border-radius: 0;
    padding: 9px 15px;
}
#product-compare .btn-danger:hover,
#product-compare .btn-danger:active,
#product-compare .btn-danger.active,
#product-compare .btn-danger.disabled,
#product-compare .btn-danger[disabled] {
    box-shadow: none;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-repeat: repeat-x;
}
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #df5c39;
	background-repeat: repeat-x;
    border: none;
    padding: 10px 13px;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #333;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
}
/* 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 */
.owl-carousel.owl-theme .owl-nav div {
    border-radius: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    border: 1px solid #47c343;
    background: #47c343;
    line-height: 30px;
    margin: 0 5px;
}
.owl-carousel.owl-theme .owl-nav div .fa{
	font-size: 18px;
}
.owl-carousel.owl-theme .owl-nav div:hover{
	background: #fff;
    border: 1px solid #dddddd;
    color: #333;
}
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.product-thumb .image {
	text-align: center;
	background-color: #000000;
}
.product-thumb .image a {
    display: block;
}
.product-thumb:hover .image a {
    opacity: 0.7;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
    width: 100%;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0;
	}
}
.product-thumb h4 {	
    font-weight: bold;
    margin: 0;
}
.product-thumb .caption {
    padding: 15px;
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
#review .fa-stack,
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o,
#review .fa-star-o{
	color: #999;
	font-size: 15px;
}
.rating .fa-star,
#review .fa-star {
	color: #47c343;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o{
    color: #47c343;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
	color: #47c343;
	font-weight: 600;
    line-height: 16px;
    font-size: 16px;
    margin: 0;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-right: 10px;
    font-size: 14px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button,
.product-list .pro_list .wishlist,
.product-list .pro_list .compare {
	width: 40px;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 767px) {
	#column-left,
    #column-right {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@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;
    }
	.container {
        width: 1200px;
    }
}
@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;
    }
    #menu .nav > li > a{
        margin: 11px 9px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
	/* Mahardhi */
	#content,
    #column-left,
    #column-right {
        width: 100%;
    }
	#menu .navbar-toggle {
        display: block;
    }
	#menu .navbar-header {
        float: none;
    }
	.footer-top .col-sm-3 {
        width: 100%;
    }
}
@media (max-width: 767px) and (min-width: 481px){
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(3n+1),
    .col-xs-6:nth-child(2n+1) {
        clear:left;
    } 
}
@media (max-width: 991px) and (min-width: 769px){
    #content .col-sm-6:nth-child(3n+1) {
        clear: left;
    }
}
/* mahardhi */
@media (max-width: 991px) {
	#column-left > div,
    #column-right > div {
        margin: 30px 0 30px 0px;
    }
	.box-category h3.toggled {
        margin: 5px 0px;
    }
	#selectMe-desk {
        display: none;
    }
	#topCategoryList {
		display: none;
		position: absolute;
		width: 100%;
        background: rgba(51, 51, 51, .8);
		z-index: 1101;
		top: 62px;
        padding: 5px 0;
	}
	#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 {
        right: 20px;
    }
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
        background: rgba(51, 51, 51,0)!important;
		border: none;
		box-shadow: none;
		display: none;
        padding: 0!important;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
        display: block;
        padding: 0 0 0 20px;
    }
	#menu #topCategoryList .dropdown-inner a { 
		color: #fff;
	    background-color: unset;
	    padding: 10px 15px;
	    font-size: 16px;
	    display: block;
	}
	#topCategoryList .dropdown-submenu > .fa {
        display: none;
    }
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
	    position: relative;
		left: auto;
		border: none;
		background-color: rgba(51, 51, 51,0);
		padding: 0px 10px;
	}
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
        width: 100%;
    }
	#column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
	#column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
	#content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}
/* 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-bottom: 0;
}
/* Menu */
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#menu .menulist .dropdown-menu a {
    font-size: 14px;
    color: #333333;
    padding: 5px 20px;
}
#menu .menulist .dropdown-submenu ul.sub-menu a {
	font-size: 14px;
	color: #333333;
	padding: 5px 20px;
}
#menu .menulist .dropdown-submenu ul.sub-menu a:hover, 
#menu .dropdown-inner .dropdown-submenu:hover a + .fa {
	color: #47c343;
}
#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
	position: absolute;
	display: none;
	width: 210px;
}
#menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
	display: block;
	left: 100%;
	top: 0px;
	background-color: #ffffff;
	border: 1px solid #ccc;
    padding: 5px 0
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 10px;
	top: 8px;
}
#menu .navcol-menu:not(.column-1) .dropdown-inner .dropdown-submenu ul.sub-menu a {
	color: #333333;
	font-size: 13px;
	text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    border: none;
}
#menu .navcol-menu:not(.column-1) .dropdown-inner .dropdown-submenu ul.sub-menu a:hover {
	color: #47c343
}
/* 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: 10px;
	padding: 0px 5px;
}
.category-list .list-group-item {
	border-radius: 4px;
	border: none;
    padding: 8px 0;
    color: #333333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover  {
	background-color: unset;
	color: #333333;
}
.category-list .list-group-item.active,
.category-list .list-group-item.active:focus,
.category-list .list-group-item.active:hover {
	color: #47c343;
	text-decoration: none;
	background-color: unset;
	border-color: #555;
}
.toggled .toggle-open {
	position: absolute;
	right: 5px;
	top: -2px;
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}
.box-content h3 {
    position: relative;
    margin: 0;
}
/* left - right side */
#column-left .product-layout + .product-layout .product-thumb{
    margin-top: 20px;
}
#column-left .product-thumb, #column-right .product-thumb {
    border: none;
    margin: 0;
}
#column-left .product-thumb h4{
    margin: 0 0 15px 0;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
	float: left;
	width: 30%;
	margin-right: 15px;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
	float: left;
	width: 60%;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    padding: 0px 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 {
    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-title,
#column-left .product-title {
    margin-top: 0px;
}
/* Category page */
.product-grid .description {
    display: none;
}
/* Product page */
#additional-carousel {
    padding: 0px;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
	margin: 5px 10px;
	display: block;
	border: 1px solid #ddd;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
}
/* Quick View */
.quickview-content {
    padding: 15px 5px;
}
.quickview-content .alert-dismissable .close,
.quickview-content .alert-dismissible .close {
    top: 0px;
    right: -8px;
}
.quickview-button {
    position: absolute;
    display: none;
    top: 10px;
    left: 10px;
}
.product-thumb:hover .quickview-button {
    display: block;
}
.mfp-image-holder .mfp-content .mfp-close,
.mfp-iframe-holder .mfp-content .mfp-close{
    width: auto;
}
  /* Mahardhi Search */
#search.mahardhi-search .box-content {
    display: table;
    width: 100%;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
    display: table-cell;
    vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
    width: 80px;
    padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail {
    white-space: nowrap;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
/* Back to top */
.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    padding: 0px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #47c343;
    border: 1px solid transparent;
    z-index: 999;
}
.back-to-top i{
	font-size: 18px;
	color: #ffffff;
}
/* */
.btn-primary {
    color: #ffffff;
    text-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #333333;
    font-weight: 500;
    border-radius: 0px;
}
/* alert */
.alert.alert-success {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 111;
    border-radius: 0;
}
.alert {
    position: relative;
    text-align: center;
    padding: 12px 30px 12px 14px;
    border-radius: 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.fadeOut {
    -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-dismissable .close,
.alert-dismissible .close {
    color: #000;
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 46px;
}
#form-review .alert{
    position: relative;
    margin-bottom: 20px;
}
.nessletter_banner .alert,
.newsletter-content-innner .alert {
    position: relative;
    margin-top: 10px;
}
/* slideshow */
.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #7fc242;
}
.slideshow.swiper-viewport .swiper-pager .swiper-button-prev,
.slideshow.swiper-viewport .swiper-pager .swiper-button-next {
	height: 50px;
	width: 50px;
	background-color: transparent;
	border:1px solid #7fc242;
	border-radius: 0;
	right:20px;
	text-align: center;
}
.slideshow  .swiper-slide img {
    width: 100%;
}
.slideshow.swiper-viewport .swiper-pager .swiper-button-prev {
    left: 20px; right: auto;
}
.swiper-viewport .swiper-pager .swiper-button-prev i,
.swiper-viewport .swiper-pager .swiper-button-next i {
	font-size: 26px;
    text-shadow: none;
    margin: 0px;
    line-height: 48px;
    color: #7fc242;
    position: relative;
}
.slideshow.swiper-viewport .swiper-pager .swiper-button-prev:hover i, .slideshow.swiper-viewport .swiper-pager .swiper-button-next:hover i {
    color: #ffffff;
}
.swiper-button-next:before,.swiper-button-prev:before {
    vertical-align: middle;
}
.slideshow.swiper-viewport .swiper-pager .swiper-button-prev,
.slideshow.swiper-viewport .swiper-pager .swiper-button-next {
    opacity: 1;
}
.slideshow.swiper-viewport .swiper-button-prev:before,
.slideshow.swiper-viewport .swiper-button-next:before,
.carousel .swiper-viewport .swiper-button-prev:before,
.carousel .swiper-viewport .swiper-button-next:before {
    content:"";
}
.slideshow.swiper-viewport .swiper-pager .swiper-button-prev:hover,
.slideshow.swiper-viewport .swiper-pager .swiper-button-next:hover {
	background-color: #47c343;
	border-color: #47c343;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.slideshow.swiper-viewport .swiper-pager .swiper-button-prev:hover i,
.slideshow.swiper-viewport .swiper-pager .swiper-button-next:hover i {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.slideshow .swiper-pagination {
	bottom: 65px;
	display: block;
}
.swiper-pagination .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
}
.swiper-pagination .swiper-pagination-bullet {
	background: #ffffff;
	box-shadow: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #47c343;
}
/* homepage cms banner1 */
.cmscontent img,
.cmscontent {
    width: 100%;
}
.cmscontent .banner1,
.cmscontent .banner2 {
    float: left;
    width: 50%;
    position: relative;
    padding: 0 15px;
}
.main_banner {
    position: relative;
}
.homepage_top.clearfix {
    background-color: #ffffff;
    padding: 30px 15px;
  	margin-top: -40px;
    z-index: 10;
}
.cmscontent {
    background: #fff;
    margin: -40px 0 0 0;
    z-index: 1111;
    position: relative;
    padding: 30px 15px;
}
/* product tab*/
.ptab {
    background: #fff;
    z-index: 1111;
    padding: 50px 15px 80px;
    position: relative;
}
.product-tabs .page-title h3,
.featured .page-title h3 ,
.mblog .page-title h3 ,
.latest .page-title h3,
.bestseller .page-title h3,
.special .page-title h3,
.related-products-block h3{
	margin: 0;
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	position: relative;
}
.product-tabs .nav-tabs {
	border-bottom: none;
	display: flex;
    justify-content: center;
    margin: 55px 0 50px 0;
}
.product-tabs .nav-tabs>li>a {
	border: none;
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    line-height: 14px;
    padding: 0 19px 0 26px;
    margin: 0;
}
.product-tabs .nav-tabs>li>a:hover,
.product-tabs .nav-tabs>li>a.selected {
	background: unset;
	color: #333333;
}
.product-tabs .nav-tabs>li>a:before {
	content: "";
    background-color: #adadad;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    border-radius: 50%;
}
.product-tabs .nav-tabs>li:first-child a:before{
    display: none;
}
.product-tabs .page-title h3:after,
.featured .page-title h3:after,
.mblog .page-title h3:after,
.latest .page-title h3:after,
.bestseller .page-title h3:after,
.special .page-title h3:after,
.related-products-block h3:after{
	content: "";
	background: url(../image/mahardhi/dots-design.png) no-repeat scroll 0 0 transparent;
    display: block;
    width: 105px;
    height: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    margin: 15px 0;	
}
.owl-theme .owl-dots .owl-dot span {
    background: #adadad;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #47c343;
}
.product-thumb a:hover{
    color: #47c343;
}
.product-thumb .thumb-description {
    text-align: center;
}
.product-thumb h4>a::after {
    content: "";
    background: #47c343;
    height: 1px;
    width: 42px;
    display: block;
    margin: 15px auto;
}
.caption .product-title a {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.section-sale {
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 22px;
    right: 14px;
    width: 39px;
    height: 39px;
    background-color: #47c343;
    font-weight: 600;
    line-height: 39px;
    font-size: 12px;
}
.section-sale:after {
	content: "";
    position: absolute;
    height: 43px;
    width: 43px;
    border: 1px solid #47c343;
    left: -2px;
    top: -2px;
}
.sale-text:before  {
	content:"";
	position: absolute;
	top: 0;
	height: 20px;
	width: 1px;
	background: #47c343;
	right: 34px;
}
/* button hover */
/* hover block */
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb:hover .hover_block,
#related-carousel .product-block:hover .hover_block,
#products-related .product-block:hover .hover_block {
	display: block;
}
.hover_block {
	bottom: 0;
	top: 20px;
	height: 100%;
	opacity: 1;
	position: absolute;
	transition: all 0.8s ease-in-out 0s;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	-ms-transition: all 0.8s ease-in-out 0s;
	width: 50px;
	z-index: 2;
	left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
.product-thumb:hover .hover_block {
	bottom: 0;
	opacity: 1;
	overflow: hidden;
	left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
.product-thumb .hover_block .button-group {
	bottom: 0;
	position: absolute;
}
.product-thumb .hover_block .button-group {
	bottom: 0;
	left: 0;
	margin-top: -66px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	top: 40%;
	transition: all 0.8s ease-in-out 0s;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	-ms-transition: all 0.8s ease-in-out 0s;
	width: 100%;
	overflow: hidden;
	transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.product-thumb .hover_block .button-group {
	left: 0;
	right: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
 .product-thumb:hover .hover_block .button-group{
 	transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
 	opacity: 1;
 }
.product-thumb .button-group button + button{
    width: 40px;
}
.product-thumb .button-group {
	color: #000;
	background:none;
	border: none;
}
.product-thumb .image a {
	display: block;
	overflow: hidden;
}
.product-thumb .button-group button.addcart {
    letter-spacing: 0;
}
.product-thumb .button-group .addcart,
.product-thumb .button-group .wishlist,
.product-thumb .button-group button + button,
.product-list .pro_list .wishlist,
.product-list .pro_list .compare{
	background-color: #333333;
	display: inline-block;
	float: left;
	font-size: 14px;
	height: 40px;
	padding: 3px 0;
	position: relative;
	border-radius: 0px;
	transition: all 0.45s ease-in-out 0s;
	-webkit-transition: all 0.45s ease-in-out 0s;
	-moz-transition: all 0.45s ease-in-out 0s;
	-o-transition: all 0.45s ease-in-out 0s;
	-ms-transition: all 0.45s ease-in-out 0s;
	margin-top: 5px;
	border: none;
}
.product-thumb .hover_block i {
	font-size: 18px;
	color: #ffffff;
}
.product-thumb .hover_block button:hover i {
    color: #47c343;
}
/* home page cms banner2 */
.home-block {
	background: #f5f5f5 url(../image/mahardhi/dog-day.jpg) center;
	padding: 50px 0px;
	margin: -80px 0 0 0;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}
.banner-content1 {
	height: 600px;
	position: relative;
}
.home-block .col-sm-4.content_cms {
    position: absolute;
    top: 50%;
    transform: translate(-25%,-50%);
    -moz-transform: translate(-25%,-50%);
    -ms-transform: translate(-25%,-50%);
    -o-transform: translate(-25%,-50%);
    -webkit-transform: translate(-25%,-50%);
    left: 75%;
    color: #ffffff;
}
.home-block .col-sm-4.content_cms .cms_text1 {
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 38px;
}
.home-block .cms_subtitle {
    font-size: 24px;
    line-height: 30px;
    margin: 25px 0 45px 0;
}
.home-block .contact_us {
	background-color: #e6e8ea;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 29px;
    border: none;
    display: inline-block;
}
.home-block .contact_us i {
    margin: 0 0 0 15px;
}
/* featured */
.box-content.featured,
.box-content.latest,
.box-content.bestseller,
.box-content.special {
    background-color: #ffffff;
    margin: -80px 0 0 0;
    padding: 80px 30px 65px 30px;
}
#featured-carousel,
#latest-carousel,
#bestseller-carousel,
#special-carousel,
#related-carousel{
    margin: 75px 0 0 0;
}
.related-products-block {
    margin: 75px 0 0 0;
}
/* testimonial */
.featured_product,
.latest_product,
.bestseller_product,
.special_product {
    position: relative;
}
.testimonial-container {
    background: url(../image/mahardhi/testimonial-banner.jpg);
    padding: 160px 0 130px 0;
    margin: -80px 0 0 0;
}
.slideTestimonial .testimonial-content {
	color: #ffffff;
	font-size: 16px;
    margin: 23px 18% 0;
}
.slideTestimonial .testimonial-images img {
	border-radius: 50%;
    border: 2px solid #ffffff;
}
.testimonial-box {
    position: relative;
    padding-top: 30px;
    max-width: 50%;
    margin: auto;
    line-height: 24px;
}
.slideTestimonial .testimonial-text::before {
	content: "";
	color: #eb6c27;
    position: absolute;
    left: 13%;
    top: -5px;
    margin: 0 auto;
    bottom: 85px;
    background: url(../image/mahardhi/quote.png) no-repeat scroll 0 0 transparent;
    width: 35px;
    height: 30px;	
}
.testimonial-author {
    width: max-content;
    width: -moz-max-content;
    float: left;
    text-transform: uppercase;
}
.text_customer {
	font-size: 14px;
	width: max-content;
	width: -moz-max-content;
    float: left;
    margin: 0 0 0 10px;
}
.slideTestimonial .owl-dots {
    margin-top: 45px;
}
.testimonial-text {
    line-height: 26px;
    font-style: oblique;
}
.slideTestimonial .owl-dot span{
	background: #ffffff;
	background: #ffffff;
    height: 9px;
    width: 9px;
}
.slideTestimonial .owl-dot.active span {
    background: #47c343;
}
.slideTestimonial .cust_details {
	display: flex;
	justify-content: center;
	line-height: 14px;
}
.testimonial-images {
    margin: 40px 0 25px 0;
}
.slideTestimonial.owl-theme .owl-nav div {
    width: 40px;
    height: 40px;
    background: transparent!important;
    border: none;
}
.slideTestimonial.owl-theme .owl-nav div:hover{
	border: none;
}
.slideTestimonial .owl-nav i {
    display: none;
}
.slideTestimonial .owl-nav .owl-prev:before,
.slideTestimonial .owl-nav .owl-next:before {
	display: block;
	height: 40px;
	width: 40px;
}
.slideTestimonial .owl-nav .owl-prev:before {
    content: "";
    background: url(../image/mahardhi/slider-icon.png) no-repeat scroll 0px 0px;
    position: absolute;
    left: 0;
    top: 1px;
}
.slideTestimonial .owl-nav .owl-next:before {
    content: "";
    background: url(../image/mahardhi/slider-icon.png) no-repeat scroll -47px 0px;
    position: absolute;
    right:  0;
    top: 1px;
}
.slideTestimonial .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    width: 100%;
}
/* latest blog */
.mblog {
    margin: -88px 0 0 0;
    background-color: #ffffff;
    padding: 80px 30px;
}
#blogcarousel {
    margin: 75px 0 0px 0;
}
#blogcarousel .caption.blog-desc {
    margin: 20px 10px 50px 0;
}
.blog-block .fa-calendar {
	font-size: 20px;
	margin: 0 5px 0 0;
}
.blog-desc h4 > a,
.blog-date {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}
#blogcarousel .blog-desc h4 {
    margin: 18px 0;
}
#blogcarousel .blog-text {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
#blogcarousel .caption.blog-desc a.blog-read {
    margin: 15px 0 0 0;
    display: inline-block;
    color: #999999;
    cursor: pointer;
    text-transform: uppercase;
}
.caption-blog  a.blog-read{
    color: #999999;
    text-transform: uppercase;
}
.caption-blog a.blog-read:hover{
    color: #333333;
}
#blogcarousel .blog-block .blog-desc h4 > a:hover{
    color: #47c343;
}
#blogcarousel .blog-block .blog-desc a.blog-read:hover{
    color: #333333;
}
/* newsletter */
.newsletter-wrapper.nessletter_banner.news {
    padding: 80px 0;
}
.news .banner-content {
    background: url(../image/mahardhi/newslatterdog-image.png) no-repeat;
    height: 300px;
    position: relative;
    background-size: contain;
}
.news_content {
    padding: 40px 30px 40px 0;
}
.newsletter-block  .title-text {
	font-size: 24px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin: 0;
    line-height: 22px;
}
.newsletter-block .description {
	font-size: 14px;
	line-height: 14px;
	margin: 40px 0;
}
.newsletter-block .block-content .txtemail {
    height: 40px;
    font-size: 14px;
    border-color: #dddddd;
    border-radius: 0;
    box-shadow: none;
}
.newsletter-block .block-content .subscribe-btn {
    background-color: #333333;
    border-radius: 0;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: none;
    box-shadow: none;
    font-weight: 600;
    margin-top: 18px;
    min-width: 186px;
    height: 40px;
    width: auto;
}
/* service */
.service_content1 ,.service_content2,.service_content3{
	display: block;
	float: left;
    width: 36%;
}
.service_content2 {
    width: 34%;
}
.service_content3 {
    width: 30%;
}
#cmsserviceblock .cms_icon {
    margin-bottom: 20px;
}
.cms_img {    
    height: 60px;   
    width: 60px;    
    float: left;
    background: #47c343;
    border-radius: 50%;
}
.banner_img1,
.banner_img2,
.banner_img3 {
	width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
}
.banner_img1 {background: url(../image/mahardhi/service-icon.png) no-repeat scroll 12px 12px;}
.banner_img2 {background: url(../image/mahardhi/service-icon.png) no-repeat scroll 12px -36px; }
.banner_img3 {background: url(../image/mahardhi/service-icon.png) no-repeat scroll 12px -86px; }
.banner_img1,
.banner_img2,
.banner_img3{
	transition: transform 400ms ease-in-out 0s;
    -webkit-transition: transform 400ms ease-in-out 0s;
    -moz-transition: transform 400ms ease-in-out 0s;
    -o-transition: transform 400ms ease-in-out 0s;
    -ms-transition: transform 400ms ease-in-out 0s;
}
.service_content1:hover a,
.service_content2:hover a,
.service_content3:hover a{
	color: #333333;
	transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);    
}
.contentbox-cms .service-text {
	color: #999999;
}
.contentbox-cms .first_content .content,
.contentbox-cms .second_content .content,
.contentbox-cms .third_content .content{
	padding: 9px;
    margin-left: 50px;
}
.contentbox-cms .title {
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    margin: 2px 0 18px 0;
}
.service_content1 .content,
.service_content2 .content,
.service_content3 .content{
    display: inline-block;
    margin-left: 30px;
}
.contentbox-cms.clearfix {
    background-color: #ffffff;
    padding: 50px;
    position: relative;
    z-index: 5;
}
/* end */
#common-home #content {
    min-height: unset;
}
/* footer */
.footer_bottom {
    background-color: #2c2c2c;
    padding: 20px 0;
}
.footer_bottom .powerd {
    color: #999999;
}
.footer_bottom .powerd a {
    color: #47c343;
}
.footer-top {
    margin-bottom: 80px;
}
footer h5 {
    text-transform: uppercase;
}
footer h5:after {
	content: "";
    background: #47c343;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 20px;
    height: 1px;
}
footer .col-sm-6 p {
	color: #999999;
    line-height: 24px;
    margin: 25px 0 22px 0;
    display: inline-block;
}
footer .social-links i {
	color: #999999;
	font-size: 20px;
}
footer .social-links i:hover {
    color: #47c343;
}
.footer-top li {
	line-height: 14px;
	padding: 8px 0;
}
li.social_block {
    display: inline-block;
    margin-right: 18px;
}
footer .col-sm-2 ul {
    margin: 30px 0 0 0;
}
.bottom_payment img {
    width: 100%;
}
/* single blog */
h2.page_titles {
    z-index: 99999;
    text-transform: uppercase;
    color: #333333;
    font-size: 18px;
    float: left;
    margin: 15px 0px;
    font-weight: 600;
}
.page_heading {
    background-color: #f5f5f5;
    margin: 0 0 30px 0;
}
.breadcrumb {
    margin: 0;
    padding: 15px 0px;
    float: right;
    letter-spacing: 0.8px;
    color: #ffffff;
    font-size: 14px;
    border: none;
    background: #f5f5f5;
}
.breadcrumb > li {
	padding: 0 10px;
    position: relative;
    white-space: nowrap;
    text-shadow: none;
}
.breadcrumb a:hover {
    color: #47c343;
}
.breadcrumb a {
    color: #999999;
    text-transform: capitalize;
}
.breadcrumb > li:after {
    content: "/";
    display: block;
    position: absolute;
    top: 0px;
    color: #999999;
    right: -6px;
    border: none;
    transform: unset;
}
.breadcrumb > li:last-child::after {
    display: none;
}
.breadcrumb > li:last-child a {
    color: #47c343;
}
.breadcrumb > li:last-child {
    padding-right: 0;
}
/* shop page : grid */
#product-category .text_refine {
    margin: 0 0 20px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
}
.refine ul > li {
    line-height: 22px;
    display: inline-block;
    margin: 0 18px;   
}
.refine ul {
	padding:0;
	margin: 0;
}
.refine {
    float: left;
}
.refine ul > li a {
    color: #777777;
}
.refine ul > li a:hover {
    color: #47c343;
}
.filter-product {
	display: inline-block;
    padding: 0;
    width: 100%;
    border-radius: 0;
    position: relative;
    margin-bottom: 30px;
    vertical-align: top;
}
.cat_list_gird .btn-group .fa {
	color: #ffffff;
	font-size: 16px;
    vertical-align: middle;
    line-height: 30px;
}
#compare-total.btn.btn-link {
	color: #333333;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    padding: 4px 0px;
}
#compare-total.btn.btn-link:hover{
    color: #47c343;
}
.cat_list_gird {
	float: left;
	padding: 0;
	width: auto;
}
.filter-product .cat_list_gird #grid-view.btn.btn-default{
    margin: 0 5px 0 0;
}
.cat_list_gird #grid-view.btn.btn-default,
.cat_list_gird #list-view.btn.btn-default {
	border: none;
	box-shadow: none;
    padding: 0 7px;
	margin: 0px 5px;
    border-radius: 0;
    background-size: 17px;
    background: #333333;
}
.cat_list_gird #list-view.btn.btn-default {
    background-size: 17px;
}
.cat_list_gird #grid-view.btn.btn-default.active,
.cat_list_gird #grid-view.btn.btn-default:hover {
    background: #47c343;
}
.cat_list_gird #list-view.btn.btn-default.active,
.cat_list_gird #list-view.btn.btn-default:hover {
	background-color: #47c343;
}
.filter-product-right {
	float: right;
	position: absolute;
    right: 0;
    top: 0;
}
.sort-filter,
.show-filter {
    float: left;
}
.pagination_detail .text-left { 
	color: #333333;
	text-transform: capitalize;
}
.filter-product .form-group {
    margin-bottom: 0;
}
.filter-product .form-control {	
	height: 30px;
	color: #999999;
	border-radius: 0;
	background: transparent;
    box-shadow: none;
}
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: '\f0dd';
    font-size: 14px;
    position: absolute;
    top: 2px;
    right: 15px;
    color: #999999;
    pointer-events: none;
}
.filter-product-right .text-right {
	text-align: right;
	padding: 0;
	text-transform: none;
	width: auto;
}
.filter-product-right .col-sm-8.text-right{
    width: auto;
}
.sort-filter label,
.show-filter label {
	margin: 5px 10px 5px 0;
	font-size: 14px;
}
.show-filter {
    margin-right: 30px;
}
.show-filter select {
    width: auto;
}
.sort-filter .col-xs-8.text-right {
    padding-right: 0;
}
.product-grid .pro_list{
    display: none;
}
/* shop page : list */
.product-thumb h4 > a {
	line-height: 20px;
	font-size:  16px;
}
.product-list .product-thumb .thumb-description {
	overflow: hidden;
	text-align: left;
}
.product-list .product-thumb {
	border: none;
    margin-bottom: 30px;
}
.product-list .product-thumb .image {
    border: 1px solid #ddd;
    margin-right: 30px;
}
.product-list .product-thumb .caption {
    padding: 0;
}
.product-list .product-thumb h4>a::after {
    display: none;
}
.product-list .product-thumb .price {
    margin: 30px 0 25px 0;
}
.product-list .caption .description {
	line-height: 25px;
	color: #999999;
}
.product-list .hover_block .button-group{
    display: none;
}
.btn-primary.add_cart,.add_cart {
    border: none;
    background-color: #47c343;
    font-weight: 500;
    line-height: 14px;
    height: 40px;
    width: 167px;
    margin: 0 2.5px 0 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    float: left;
    position: relative;
}
.product-list .product-thumb .add_cart .cart_text,
.add_cart .cart_text {
    margin-left: 10px;
}
.pro_list {
	display: inline-block;
	position: relative;
    margin-top: 15px;
}
.product-list .product-thumb .add_cart:hover,
#button-cart .add_cart:hover {
    background-color: #333333;
}
.product-list .product-thumb .pro_list i {
	font-size: 18px;
	color: #ffffff;
}
.product-list .pro_list .wishlist,
.product-list .pro_list .compare {
    margin:0 2.5px;
}
.product-list .product-thumb .wishlist:hover,
.product-list .product-thumb .compare:hover {
    background-color: #47c343;
}
.pagination_detail .text-left { 
	color: #333333;
	text-transform: capitalize;
    line-height: 30px;
}
.pagination_detail.clearfix {
    background: #ffffff;
    padding: 9px 10px;
    border:1px solid #dddddd;
    margin-bottom: 0;
    border-radius: 0;
}
.col-sm-6.text-right,
.col-sm-4.text-right,
.col-sm-8.text-right {
    font-size: 14px;
    padding-right: 10px;
}
.pagination {
    margin: 0;
    vertical-align: top;
}
.pagination>li>a,
.pagination>li>span {
    border: unset;
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    background-color: #333333;
    border-radius: 0;
    margin: 0 2.5px;
    border: 1px solid #333333;
    padding: 5px 10px;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #ffffff;
    background-color: #47c343;
    border-color: #47c343;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span{
    border-radius: 0;
}
body:not(.common-home) footer {
	margin-top: 80px;
	padding-top: 75px;
}
/* manufacture page */
#product-manufacturer #content p> a {
    color: #999999;
}
#product-manufacturer #content h2 {
    margin: 0;
    padding: 15px 0 30px 0;
}
.page_title:hover {
    color: #47c343;
}
.manufacturer-list {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: #eeeeee;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}
/* contact page */
.information-contact .contact-address,
.information-contact .contact-telephone,
.contact-info .fax, .contact-info .open-time,
.contact-info .comment {
    padding: 15px;
    width: 100%;
    line-height: 25px;
}
#information-contact .panel-default {
    border-radius: 0;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
}
.form-control {
	border-radius: 0;
	color: #999999;
    height: 40px;
}
.information-contact .btn-primary {
    color: #ffffff;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: unset;
    background-color: #47c343;
    font-size: 14px;
    font-weight: 500;
    border-radius: unset;
}
#account-account #content .list-unstyled li {
    padding: 5px 0;
}
#account-account #content h3 {
    margin-bottom: 10px;
}
#account-account #content .list-unstyled{
    margin-bottom: 20px;
}
#account-register .btn-primary {
    float: right;
}
#information-contact .control-label {
    margin: 0;
    font-size: 14px;
}
#information-contact .form-group {
    margin-bottom: 15px;
}
.form-control:focus {
    border-color: #47c343;
    box-shadow: none;
}
#account-login .breadcrumb {
    float: none;
    position: unset;
}
#product-compare .table {
    display: inherit;
    overflow: auto;
    border-style: solid none none none;
}
#content h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}
.page_title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 30px 0;
    width: fit-content;
    width: -moz-fit-content;
    color: #333333;
}
/* product page */
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #dddddd;
}
/* product page right side*/
#product-product .right_info h1,
.quickview-content .right_info h1 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 10px 0 18px 0;
}
.right_info hr{ 
	margin:20px 0;
	border-color: #dddddd;
}
.rating p {
    float: left;
}
#product-product .right_info .total_review {
    margin:0 18px;
    color: #333;
}
#product-product .rating .fa-pencil,
.quickview-content .rating .fa-pencil{
    padding-right: 5px;
}
#product-product .pro_detail {
    margin-top: 13px;
}
#product h3 {
    margin-bottom: 15px;
    font-size: 16px;
}
#product-product li a.stock{
    color: #47c343;
}
#product-product .pro_detail a{
    color: #999999;
}
#product-product .pro_detail li{
    line-height: 28px;
}
#product-product .right_info .price,
#product-product .right_info .new_price {
	color: #47c343;
	font-size: 18px;
	margin: 10px 0;
    font-weight: 600;
}
#product-product .pro_oldprice {
    margin-left: 10px;
}
.right_info .taxes {
	color: #999999;
}
label.control-label.qty {
    padding: 15px 15px 0px 0;
    text-transform: uppercase;
    float: left;
    font-size: 16px;
    font-weight: 600;
}
#input-quantity {
    border-radius: 0;
    height: 40px;
    margin: 0px;
    text-align: center;
    width: 40px;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    box-shadow: none;
    padding: 10px 7px;
}
#product-product #content h2,
.quickview-content #content h2{
    font-size: 18px;
}
.minus,.plus { 
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #cccccc;
    display: block;
    padding: 0 2px;
    border-left: none;
}
.minus {
    float: left;
}
#product button .fa.fa-plus,
#product button .fa.fa-minus {
    color: #47c343;
}
.product-btn-quantity {
    float: left;
    margin-right: 20px;
}
.pro_wish,
.pro_comper {
    background: #de443a none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    margin: 0px 3px 0;
    padding: 9px;
    width: 40px;
}
.pro_comper,
.pro_wish {
    border: none;
    background: #eee;
    border-radius: 5px;
}
.right_info .btn-group,
.container-quickview .product-right .btn-group {
    margin:30px 0 15px 0;   
    display: inline-block;
}
.right_info .add_cart:hover {
    background-color: #333333;
    border-color: #333333;
}
.right_info .wishlist,
.right_info .compare {
	background-color: transparent;
	color: #333333;
	border: none;
    box-shadow: none;
    padding: 0;
    height: auto;
    line-height: 14px;
}
.right_info .wishlist{
    margin-right: 20px;
}
.right_info .wishlist i,
.right_info .compare i{
	font-size: 18px;
	color: #47c343;
	margin-right: 10px;
}
.right_info .add_cart i{
    font-size: 18px;
}
.right_info .wishlist {
    padding-left: 0;
}
.right_info .wishlist:hover,
.right_info .compare:hover
{background: none;
    color: #47c343;
}
.right_info .form-control,
#input-date-ordered {
    border-radius: 0px;
    height: 40px;
    transition: none;
    color: #999999;
    line-height: 25px;
}
.right_info .btn-default:hover,
#account-return .btn-default:hover {
    background-color: #47c343;
    border-color: #47c343;
    color: #ffffff;
    box-shadow: none;
}
.required .btn-block {
    width: auto;
}
.btn-default {
    color: #fff;
    text-shadow: none;
    background-color: #333;
    border-color: #dddddd;
    border-radius: 0px;
    padding: 9px 13px;
    box-shadow: none;
}
.right_info .wishlist:hover,
.right_info .compare:hover {
    background: none;
    color: #47c343;
}
.right_info .alert {
    margin: 15px 0;
}
.pro-image .thumbnail {
    border-radius: 0;
}
#additional-carousel .owl-prev,
#additional-carousel .owl-next {
	height: 30px;
	width: 30px;
	background-color: #333333;
	border-radius: 50%;
	opacity: 1;
	text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    border: none;
}
#additional-carousel .owl-prev:hover,
#additional-carousel .owl-next:hover{
	background-color: #47c343;
	color: #ffffff;
}
#additional-carousel .owl-prev i,
#additional-carousel .owl-next i{
	font-size: 18px;
	line-height: 30px;
}
#additional-carousel .owl-nav {
    margin-top: 0;
}
#additional-carousel .owl-nav .owl-prev {
	left: 0;
	top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
#additional-carousel .owl-nav .owl-next {
	right: 0;
	top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
/* tab */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    border-bottom: 2px solid #47c343;
    background-color: #47c343;
    color: #ffffff;
    border-radius: 0;
    border: none;
}
.nav-tabs>li> a {
    margin: 0 2px 0 0;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    padding: 12px 30px;
    background-color: transparent;
    border: none;
}
#product-product .nav-tabs {
    margin-top: 75px;
}
#product-product .tab-content {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dddddd;
}
#product-product .tab-content #tab-description {
    color: #999999;
}
/* blog hover */
.blog-info .image,
.image-blog {
    position: relative;
}
.blog-block:hover .hover-zoom::before{
	opacity: 1;
	right: 51%;
}
.blog-block:hover .hover-post:before {
	opacity: 1;
	left: 51%;    
}
.blog-info .image ,
.image-blog {
    position: relative;
}
.blog-block .hover-zoom::before {
	border-radius: 50%;
	color: #ffffff;
	content: "\f00e";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	height: 40px;
	right: 90%;
	line-height: 38px;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	top: 50%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	width: 40px;
	z-index: 2;
	border:1px solid #ffffff;
	transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.blog-block .hover-post:before {
	border-radius: 50%;
	color: #ffffff;
	content: '\f0c1';
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	height: 40px;
	left: 90%;
	line-height: 38px;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	top: 50%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	width: 40px;
	z-index: 2;
	border:1px solid #ffffff;
	transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.blog-block .hover-post:hover:before,
.blog-block .hover-zoom:hover:before{
    border-color: #47c343; color: #47c343;
}
/* blog page */
.banner.swiper-viewport {
    background:none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0;
}
.image-blog {
    float: left;
    margin-right: 30px;
    width: 48.3%;
}
#category-blogs .product-list .product-thumb {
    margin-bottom: 30px;
}
.blog-block img {
    width: 100%;
}
#category-blogs .blog-date {
    margin: 20px 0;
    display: inline-block;
}
#category-blogs .caption-blog  p {
    line-height: 26px;
    overflow: hidden;
    margin: 0 0 20px 0;
    color: #999999;
}
#category-blogs .product-thumb .button-group {
    opacity: 1;
}
/* sitemap */
#information-sitemap .sitemap {
    line-height: 30px;
}
#cart td.text-center:focus,
#cart td.text-center .btn-danger:active{
	outline: none;
	box-shadow: none;
}
/* account */
.well {
    background: none;
    border-radius: 0;
}
.well > p {
    line-height: 25px;
}
p {
    text-transform: none;
}
.account-content .list-group ul a {
	text-transform: none;
    background-color: #ffffff;
    border: none;
    font-size: 14px;
    color: #333333;
    padding: 9px 0;
    line-height: 16px;
}
.account-content .list-group ul a:hover{
    color: #47c343;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down{
    float: right;
}
.sidebar li,
.account-content a:last-child {
    border: none;
    padding: 9px 0;
    line-height: 14px;
}
/* forfot password */
.buttons .pull-left {
    margin:0;
}
.form-horizontal .btn-default,
.pull-left .btn-default {
    background: #333333;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    border-radius: 0px;
}
.btn-default:hover{
    background: #47c343;
    color: #ffffff;
}
/* site map */
#content h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
#information-sitemap .row {
    line-height: 30px;
}
#information-sitemap a {
    line-height: 20px;
}
/* single blog */
#content-blogs .thumbnail {
	background-color: #f5f5f5;
    border: none;
    margin: 0;
    padding: 0;
}
#content-blogs .info_blog h3 {
    margin: 20px 0 10px 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}
#content-blogs .info_blog  .blog-text {
	margin: 0 0 20px 0;
	color: #999999;
	line-height: 26px;
}
#content-blogs .comment_cust h4,
#content-blogs #post_comment h4 {
	font-size: 24px;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	margin: 30px 0;
	font-weight: 600;
	display: inline-block;
    width: 100%;	
}
#commnt_form .form-control {
    box-shadow: none;
}
#commnt_form .control-label {
	font-size: 16px;
    color: #333333;
    font-weight: 500;
    text-align: right;
}
#commnt_form #comment_btn:hover{
    background: #47c343;
}
#commnt_form #comment_btn {
	padding:10px 21px;
	background-color: #333333;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
.article-container .alert {
    position: relative;
}
#commnt_form .col-sm-8.text-right {
    margin: 0;
}
.user_img {
    height: 45px;
    width: 45px;
    background-color: #47c343;
    border-radius: 0;
    position: relative;
    float: left;
}
.comment_cust .user_img .fa-user {
	font-size: 30px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #ffffff;
}
.comment_cust .panel-default {
	border:none;
	border-bottom: 1px solid #dddddd;
	background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.comment_cust .detail {
    margin: 0 0px 20px 65px;
}
.comment_cust .name { 
    font-weight: 600;
    font-size: 16px;
}
.comment_cust .comment-dis {
	color: #999999;
   	line-height: 24px;
}
.comment-dis {
	margin: -3px 0 0 0;
	display: inline-block;
}
.comment_cust .name,.comment_cust .date {
	line-height: 14px;
	margin-bottom: 10px;
}
.comment_cust .panel:last-child {
    margin-bottom: 30px;
}
#commnt_form .col-sm-9 {
    padding: 0 0 0 5px;
}
#commnt_form #textcomment {
    height: unset;
}
#commnt_form .col-sm-9.text-left {
    margin: 0;
}
/* left side */
.category-left-box .box-heading,
#column-left .box-content h3,
#column-left .box-category h3,
#column-right .box-content h3,
#column-right .box-category h3 {
	margin: 0;
    color: #333333;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
#column-left .box-category .list-group-item:hover,
#column-right .box-category .list-group-item:hover{
    color: #47c343;
}
.category-list #selectMe-desk,
.account-content ul.list-unstyled,
#column-left .sidebar ul,
#column-right .sidebar ul {
    margin-top: 10px;
}
/* refine search */
.filter_box .list-group a {
	padding: 15px 0;
	color: #333333;
	font-weight: 600;
	text-transform: capitalize;
    border: none;
}
#filter .list-group div.list-group-item {
	border:none;
	padding: 0;
}
.filter_box .list-group-item .checkbox {
    margin-top: 0;
}
#filter .checkbox > label {
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.panel-footer.text-right {
	padding: 0 15px;
	padding-bottom: 20px;
}
#button-filter {
	padding: 10px 19px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	background: #333333;
	color: #ffffff;
    box-shadow: none;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	box-shadow: none;
	border: none;
	background-color: #333333;
	font-weight: 500;
	border-radius: 0px;
    padding: 10px 18px;
}
.filter .text-right {
	text-align: left;
	padding: 0;
}
.filter .panel-footer {
    background-color: #ffffff;
}
#button-filter:hover {
    background-color: #47c343;
}
.panel-default.filter{ 
	border: none;
    border-radius: 0;
    box-shadow: none;
}
.category-list #selectMe-desk,
#column-left .sidebar ul,
#column-right .sidebar ul{
    margin-bottom: 20px;
    margin-top: 12px;
}
.box-content #filter,
#column-left .left-row,
#column-right .left-row {
    margin-bottom: 30px;
}
/* left side hook all module */
#column-left .box-content.featured,
#column-left .box-content.latest,
#column-left .box-content.bestseller,
#column-left .box-content.special ,
#column-right .box-content.featured,
#column-right .box-content.latest,
#column-right .box-content.bestseller,
#column-right .box-content.special {
	padding: 0;
	margin: 0;
}
#column-left .product-thumb .sale-text,
#column-right .product-thumb .sale-text ,
#column-left .product-thumb .hover_block,
#column-right .product-thumb .hover_block {
    display: none;
}
#column-left .product-thumb .image,
#column-right .product-thumb .image {
    background-color: unset;
}
#column-left .product-thumb .image > a,
#column-right .product-thumb .image > a {
    opacity: 1;
}
#column-left .product-thumb .image img,
#column-right .product-thumb .image img {
    border: 1px solid #dddddd;
}
#column-left .product-thumb h4>a::after,
#column-right .product-thumb h4>a::after {
    display: none;
}
#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
    text-align: left;
}
#column-left .featured .page-title h3:after,
#column-left .latest .page-title h3:after,
#column-left .bestseller .page-title h3:after,
#column-left .special .page-title h3:after,
#column-right .featured .page-title h3:after,
#column-right .latest .page-title h3:after,
#column-right .bestseller .page-title h3:after,
#column-right .special .page-title h3:after{
    display: none;
}
#column-left #featured-carousel,
#column-left #bestseller-carousel,
#column-left #special-carousel,
#column-right #featured-carousel,
#column-right #latest-carousel,
#column-right #bestseller-carousel,
#column-right #special-carousel {
    margin: 15px 0 0 0;
}
#column-left .product-layout:last-child .product-thumb,
#column-right .product-layout:last-child .product-thumb{
    margin-bottom: 0;
}
#column-left #latest-carousel,
#column-right #latest-carousel{
    margin: 20px 0 0 0;
}
/* left side banner */
#column-left .banner .swiper-slide:before,
#column-right .banner .swiper-slide:before{
	border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.1s;
    transition-property: border-width;
    transition-timing-function: ease-out;
}
#column-left .banner .swiper-slide:after,
#column-right .banner .swiper-slide:after {
	background: #fff;
    left: 10px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    visibility: hidden;
    content: "";
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
}
#column-left .banner .swiper-slide img,
#column-right .banner .swiper-slide img {
	max-width: 100%;
    overflow: hidden;
}
#column-left .banner .swiper-wrapper:hover .swiper-slide:before,
#column-right .banner .swiper-wrapper:hover .swiper-slide:before {
	border-width: 10px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
}
#column-left .banner .swiper-wrapper:hover .swiper-slide:after,
#column-right .banner .swiper-wrapper:hover .swiper-slide:after {
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    visibility: visible;
}
@media only screen and (max-width: 1199px)  {
	#search .btn_search {
        right: 50px;
    }
	.home-block .col-sm-4.content_cms .cms_text1 {
        font-size: 22px;
    }
	.contentbox-cms.clearfix {
        padding: 50px 20px;
    }
	.contentbox-cms .title {
		font-size: 20px;
    	margin: 0 0 15px 0;
	}
	.newsletter-block .block-content #txtemail {
        width: 470px;
    }
	.testimonial-box {
        max-width: 75%;
    }
	.home-block .cms_subtitle {
        font-size: 16px;
    }
	.home-block .contact_us {
        padding: 10px;
    }
	#compare-total.btn.btn-link {
		left: unset;
		transform: unset;
	}
	#column-left .product-thumb > .image,
    #column-right .product-thumb > .image {
        margin-right: 20px;
    }
	.dropdown-menu.navcol-menu.item-column.column-4 {
		background: #fff!important;
		padding: 15px 30px!important;
	}
    .service_content1 .content,
    .service_content2 .content,
    .service_content3 .content{
        margin-left: 15px;
    }
}
@media only screen and (min-width: 992px) {
	#menu .dropdown:hover .dropdown-menu,
    #menu ul li.hiden_menu:hover .dropdown-inner {
		display: block;
		visibility: visible;
		opacity: 1;
		position: absolute;
	}
	#menu ul li.hiden_menu .dropdown-inner {
		position: absolute;
		z-index: 999;
		display: none;
		border: 1px solid rgba(0,0,0,.15);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	background: #ffffff;
    	padding: 5px;
	}
	/* homepage cms banner 1 hover */
	.cmscontent .banner1::after,
    .cmscontent .banner1::before,
    .cmscontent .banner2::after,
    .cmscontent .banner2::before,
    #blogcarousel .image::after,
    #blogcarousel .image::before{
	    bottom: 15px;
	    content: "";
	    left: 30px;
	    opacity: 0;
	    position: absolute;
	    right: 30px;
	    top: 15px;
	    z-index: 1;
	}
	.cmscontent .banner1::before,
    .cmscontent .banner2::before,
    #blogcarousel .image::before  {
	    border-bottom: 2px solid #fff;
	    border-top: 2px solid #fff;
	    transform: scale(0, 1);
	    -moz-transform: scale(0, 1);
	    -webkit-transform: scale(0, 1);
	    -ms-transform: scale(0, 1);
	    -o-transform: scale(0, 1);
	}
	.cmscontent .banner1::after,
    .cmscontent .banner2::after,
    #blogcarousel .image::after {
	    border-left: 2px solid #fff;
	    border-right: 2px solid #fff;
	    transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
	}
	.cmscontent .banner1:hover::before,
    .cmscontent .banner1:hover::after,
    .cmscontent .banner2:hover::before,
    .cmscontent .banner2:hover::after,
    #blogcarousel .blog-block:hover .image::before,
    #blogcarousel .blog-block:hover .image::after{
	    opacity: 1;
	    transform: scale(1);
	    -moz-transform: scale(1);
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	}
	#menu .navcol-menu.column-4 .dropdown-inner ul > li > a {
		font-size: 16px;
	    color: #47c343;
	    font-weight: 600;
	    text-transform: uppercase;
	    border: #dddddd double;
	    margin: 5px 5px 5px 0;
	}
	#menu .dropdown-menu li > a:hover {
		background-color: unset;
		color : #333333;
	}
	.dropdown-menu.navcol-menu.item-column.column-4 {
	    background: url(../image/mahardhi/dog-day-care.png) no-repeat #fff;
	    background-size: 32%;
	    padding: 15px 30px 15px 350px;
	    margin: 0 0 0 -70px!important;
	}
	#menu .dropdown-menu { 
		border-radius: 0;
		top: 98%;
	}
	#menu .dropdown-inner {
        width: 210px;
    }
	#menu .dropdown-inner li a:hover,
    #menu .menulist .dropdown-menu a:hover {
        color: #47c343;
    }
	#menu .dropdown-inner a,
    #navCategory .dropdown-inner a {
		min-width: 190px;
		display: block;
		padding: 5px 18px;
		clear: both;
		line-height: 20px;
		font-size: 12px;
		font-size: 14px;
	    background-color: #ffffff;
	}
	#menu .navcol-menu:not(.column-1) .dropdown-inner li.dropdown-submenu {
		padding-bottom: 0;
		width: 190px;
	}
	#topCategoryList .menu_drop .dropdown-inner{
		position: absolute;
		visibility: hidden;
	}	
}
@media only screen and (max-width: 991px)  {
     #menu .dropdown-inner{
        display: block;
    }
	.menu_header .col-sm-8 {
        width: 100%;
    }
	#menu .nav > li > a {
	    color: #ffffff;
    	padding: 10px 15px;
	    font-size: 16px;
	    font-weight: 500;
	    text-transform: capitalize;
	    margin: 0;
        border: none;
	}
	#menu .dropdown-inner {
        width: unset;
    }
	#menu .navbar-toggle {
	    display: block;
	    border: none;
	    background: #333333;
	    color: #ffffff;
	    border-radius: 0;
        margin: 11px 0;
	    float: left;
	    box-shadow: none;
	}
	.fa-bars {
        font-size: 22px;
    }
	.menu_header .col-sm-4 {
	    position: absolute;
        right: 0px;
    }
    .header-menu-box {
        position: relative;
    }
	#cart {
		width: max-content;
		width: -moz-max-content;
	}
	#search .btn_search {
        right: 10px;
    }
	#search.mahardhi-search .search-content,
    #search.oc_default .search-content,
    #cart .dropdown-menu {
        top: 48px;
    }
	.banner-content1 .col-sm-8  {
		width: 100%;
		float: unset;
	}
	.banner-content1 .col-sm-4 {
        width: 50%;
    }
	.home-block .col-sm-4.content_cms {
		position: unset;
	    left: 50%;
	    transform:unset;
	    width: 100%;
    	float: unset;
    	text-align: center;
    	top: 0;
	}
	footer .col-sm-6,
    footer .col-sm-2 {
        width: 100%;
    }
	footer .col-sm-6 p {
        margin: 10px 0 0 0;
    }
	footer h5 {
        margin: 15px 0;
    }
	footer {
        padding-top: 40px;
    }
	.footer-top {
        margin-bottom: 40px;
    }
	.banner-content1 {
		height: auto;
		background : unset;
	}
	.newsletter-block {
        display: block;
    }
	.news .col-sm-6 {
		width: 100%;
		float: unset;
	}
	.news .banner-content {
		background: unset;
		height: unset;
	}
	.news_content {
		position: unset;
		width: fit-content;
		width: -moz-fit-content;
   		margin: auto;
    	text-align: center;
    	transform: unset;
    	padding: 50px 0;
        height: auto;
	}
	.newsletter-block .block-content #txtemail {
		float: left;
		margin: 0;
	}
	.newsletter-block .block-content .subscribe-btn {
        margin: 20px auto 0 auto;
    }
	.service_content1,
    .service_content2,
    .service_content3 {
        width: 100%;
    }
	.service_content1 .content1,
    .service_content2 .content2,
    .service_content3 .content3 {
		width: fit-content;
		width: -moz-fit-content;
    	text-align: left;
    	margin: 10px 0;
	}
	.newsletter-block .description {
        margin: 20px 0;
    }
	.homepage_top.clearfix {
        margin: 30px 0 15px 0;
    }
	.slideshow .swiper-pagination {
        bottom: 15px;
    }
    .box-content.latest,
    .box-content.bestseller,
    .box-content.special{
        margin: 15px 0;
    }
	.common-home footer {
        margin-top: 0;
    }
	#column-left .product-thumb .image,
    #column-right .product-thumb .image{
        width: auto;
    }		
	.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
        width: 33.33%;
    }
    body:not(.common-home) footer {
    	margin-top: 30px;
    	padding-top: 35px;
	}
	.blog-block .hover-post:before {
        opacity: 1;
        left:  51%;
    }
	.blog-block .hover-zoom:before {
        opacity: 1;
        right: 51%;
    }
	.mblog .blog-block .image {
        opacity: 1;
    }
	#menu .nav > li > a#more_cat {
        display: none;
    }
	.product-grid .product-thumb .image {
        background-color: #ffffff;
    }
    .contentbox-cms.clearfix {
        padding: 10px 20px;
        margin-bottom: 50px;
    }
    .pagination_detail.clearfix{
        margin-bottom: 30px;
    }
    .cmscontent,
    .home-block,
    .box-content.featured,
    .testimonial-container,
    .mblog{
        margin-top: 30px;
    }
    .ptab{
        padding: 30px 15px;
    }
    .box-content.featured,
    .box-content.latest,
    .box-content.bestseller,
    .box-content.special,
    .mblog{
        padding: 50px 30px;
    }
    .testimonial-container{
        min-height: auto;
        padding: 80px 0 50px 0;
    }
    .service_content1 .content,
    .service_content2 .content,
    .service_content3 .content {
        margin: 7px 0 7px 15px;
    }
    .contentbox-cms .title{
        margin: 0 0 5px 0;
    }
    .newsletter-wrapper.nessletter_banner.news {
        padding: 0;
    }
    .related-products-block {
        margin-bottom: 30px;
    }
    h2.page_titles ,.breadcrumb{
        float: unset;
        text-align: center;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 768px)  {	
	#menu #category {
        display: none !important;
    }
	.service_content1,
    .service_content2,
    .service_content3{
        width: 100%;
        position: relative;
    }
	.newsletter-block .col-sm-6 {
        width: 100%;
    }
	.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12{
        width: 50%;
    }
}
@media only screen and (max-width: 767px)  {	
	.bottom_payment img {
        width: unset;
    }
	.bottom_payment,
    .footer_bottom .powerd {
        text-align: center;
    }
	.powerd{
		margin-bottom: 10px;
	}	
	header .contact {
		position: absolute;
    	top: -50px;
    	right: 15px;
	}
	.menu_header {
        position: relative;
    }
	.menu_header .col-sm-4 {
        top: 0;
    }
	.newsletter-block .block-content #txtemail {
        width: 100%;
    }
	.newsletter-block .block-content .subscribe-btn {
        min-width: unset;
    }
	.testimonial-container {
		min-height: 480px;
    	padding: 70px 0 40px 0;
	}
	#blogcarousel .caption.blog-desc {
		margin: 20px 10px 0 0;
	}
	.filter-product-right {
	    float: unset;
	    position: unset;
   		margin: 35px 0 0px 5px;
	}
	#compare-total.btn.btn-link {
        left: 4px;
    }
	.cat_list_gird {
        float: unset;
        margin-bottom: 5px;
    }
    .product-list .product-thumb .price,
    #category-blogs .blog-date{
        margin: 15px 0;
    }
    #category-blogs .caption-blog p {
        margin: 0 0 15px 0;
    }
    .pro_list{
        margin-top: 5px;
    }
	.product-list .product-thumb .image {
    	float: left;
	}
	.pagination_detail .col-sm-6.text-right,
    .pagination_detail .col-sm-6.text-left {
        text-align: center;
    }
	.pagination_detail .col-sm-6.text-right .pagination {
        margin: 10px 0 0 0;
    }
	.right_info .btn-group,
    .container-quickview .product-right .btn-group {
		margin: 15px 0 0 0;
    	width: 100%;
    }
    .pagination_detail.clearfix{
        padding: 10px;
    }	
    .col-sm-6.product_left {
        width: 480px;
        margin: 0 auto;
    }
    #product-product .nav-tabs{
        margin-top: 50px;
    }
    #product-search #input-search {
        margin-bottom: 10px;
    }
    .right_info {
        margin-top: 30px;
    }
}
@media (max-width: 680px) {
    .product-layout.col-xs-4 {
	    width: 50%;
	}
	.right_info .btn-group,
    .container-quickview .product-right .btn-group {
	    margin: 15px 0 0 0;
	    width: 100%;
	}
}
@media (max-width: 640px) {
    .checkout-cart .input-group.btn-block .form-control{
        margin-bottom: 5px;
    }
}
@media (max-width: 600px) {
    .product-list .thumb-description{
        width: 100%;
        padding-top: 15px;
    }
    .image-blog {
        width: 100%; 
        float: unset; 
    }
    .caption-blog {
        width: 100%;
        padding-top: 15px;
    }
}
@media only screen and (max-width: 500px)  {
	#form-language .btn span,
    #form-currency .btn span,
    #top-links #header_ac a > span {
        display: none;
    }		
	#top .btn-link strong,
    #top-links .fa-heart,
    #top-links .fa-user {
    	display: block;
    	display: inline-block;
	}
	#top #form-language > .btn-group > .btn.btn-link img {
		display: block;
		display: inline-flex;
	}
	.testimonial-box {
        max-width: 100%;
    }
	.nav-tabs>li> a {
        padding: 12px 27px;
    }
	#logo{
		width: 200px;
	}
	header .contact{
		padding: 5px 20px;
    	margin: 12px 0;
	}
	.slideTestimonial .testimonial-text::before{
		left: 0;
	}
	.slideTestimonial .testimonial-content{
		margin: 23px 0 0;
	}
	.testimonial-text {
	    margin: 0 20px;
	}
	.service_content1 .content,
    .service_content2 .content,
    .service_content3 .content{
		margin: 8px 0 8px 20px;
	}
	.contentbox-cms .title{
		margin: 0 0 5px 0;
	}
	.cmscontent .banner1,
    .cmscontent .banner2{
		width: 100%;
		padding: 0;
	}
    .homepage_top.clearfix{
        padding: 15px;
    }
	.cmscontent .banner1{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 480px)  {
	.bottom_payment img {
        width: 100%;
    }
	header .col-sm-6 {
		width: 100%;
		width: fit-content;
		width: -moz-fit-content;
    	margin: 0 auto 10px auto;
	}
	header .contact {
		position: unset;
		margin-bottom: 0;
	}
	.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    	width: 100%;
    	float: unset;
	}
	#product-product .nav-tabs>li {
		width: 100%;
		text-align: center;
		float: unset;
	}
    .col-sm-6.product_left {
        width: auto;
    }
    .product-layout.col-xs-6{
        width: 100%;
    }
    header{
        padding: 20px 0;
    }
}
@media only screen and (max-width: 425px)  {
	.newsletter-block .title-text{
        font-size: 18px;
    }
	#search.mahardhi-search .search-content,
    #search.oc_default .search-content {
		left: 40px;
		right: auto;
	}
	#search {
		width: 100%;
		max-width: unset;
	}
	#search.mahardhi-search .search-content,
    #search.oc_default .search-content {
        left: -100px;
    }
	
    .show-filter{
		width: 100%;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 375px)  {
	.service_content1 .content,
    .service_content2 .content,
    .service_content3 .content {
		margin-left: 75px;
		display: block;
		overflow: hidden;
	}
	#cart .dropdown-menu {
    	width: 305px;
    	right: -8px;
	}
	.product-btn-quantity {
        float: unset;
    }
	#blogcarousel .caption.blog-desc {
        margin: 20px 0 0 0;
    }
	.product-tabs .nav-tabs>li>a {
        padding: 10px 12px 0 15px;
    }
	.product-tabs .nav-tabs>li>a:before{
		top: 13px;
	}
    .right_info .wishlist {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .rating p{
        width: 100%;
    }
    #product-product .right_info .total_review {
        margin-left: 0;
    }
}