body {
	color: var(--primary-color);
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	background-color: var(--background-color);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
}
/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
a:hover {
	text-decoration: none;
    color: var(--primary-hover-color);
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control,
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover{
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
a:focus, a:hover{
	text-decoration: none;
}
a, a:focus, a:active, a:hover, select, input[type=radio], input[type=checkbox] {
    outline: 0 none !important;
}
.owl-carousel {
    touch-action: manipulation;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
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:foucs{
	outline: none;
	text-decoration: none;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: var(--border-color);
}
:focus {
	outline : none;
	text-decoration: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus,.addcart:focus {
    outline: none;
}
.nav-tabs {
	margin-bottom: 15px;
    border: none;
}
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: var(--secondary-color);
	background-color: var(--primary-color);
	background-repeat: repeat-x;
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../image/mahardhi/loader.gif') 50% 50% no-repeat var(--secondary-color);
	opacity: 1;
}

/*----------------------------------------------*/
/* Back to top */
/*----------------------------------------------*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 58px;
    height: 58px;
    padding: 3px;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    z-index: 5;
    border-radius: 50%;
}
a.back-to-top::before {
    content: '';
    background: url('../image/mahardhi/top-icon.png') center center;
    display: block;
    height: 100%;
    width: 100%;
}
.back-to-top:hover {
    background-color: transparent;
    border-color: var(--primary-hover-color);
    color: #000000;
}

/*----------------------------------------------*/
/* scroll bar */
/*----------------------------------------------*/
body ::-webkit-scrollbar-track
{
	background-color: #f2f2f2;
	border-radius:0;
}
body ::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: var(--border-color);
	border-radius: 0;
}
body ::-webkit-scrollbar-thumb
{
	background-color: var(--border-color);
	border-radius: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
::-moz-selection {
	background-color: #222;
	color: var(--secondary-color);
}
::selection {
	background-color: #222;
	color: var(--secondary-color);
}

/*----------------------------------------------*/
/* Common Css */
/*----------------------------------------------*/
body:not(.common-home) #content {
    min-height: 600px;
}
.form-control{
    height: 40px;
    border-color: var(--border-color);
    border-radius: 0;
    color: var(--secondary-light-color); 
}
.form-control:focus{
    box-shadow: none;
    border-color: var(--border-color);
}
.form-horizontal .control-label{
    text-align: left;
    font-weight: 600;
}
.relative {
    position: relative;
}
.m-auto {
    margin: 0px auto;
}
.m-image-auto {
    width: auto !important;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{
    padding: 10px 15px;
    vertical-align: middle;
    white-space: unset!important;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}
.banner2 img, .banner1 img, .cms-home-top img {
    width: 100%;
}
.box-content h3 {
    position: relative;
}
.box,.banner2,.banner1,.cms-home-top {
    margin-top: 30px;
}
@media only screen and (max-width: 767px){
    .mblog .row,
    .box .row,
    .related-products-block .row{
        margin: 0;
    }
    #column-left .box .row{
        margin-right: -15px;
        margin-left: -15px;
    }
    .box, .banner2, .banner1, .cms-home-top {
        margin-top: 20px;
    }
}

/*----------------------------------------------*/
/* QuickView */
/*----------------------------------------------*/
.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-overlay {
    display: none;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 99;
}
.quickview-btn {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--primary-color);
}
.quickview-loader{
	display: none;
	position: fixed;
	top: 0;
	width: 50px;
	height: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
	margin: auto;
	background-color: transparent;
	line-height: 50px;
}
.quickview-loader-inner{
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;	
}
.quickview-loader-inner:before{
	font-family: FontAwesome;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	content: "\f1ce";
	color: var(--primary-hover-color);
	vertical-align: middle;
}
.quickview-wrapper-inner {
    position: relative;
    background-color: #f7f7f7;
    transform: translateY(-50%);
    height: 70vh;
    top: 50%;
    padding: 30px 30px 30px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

/*----------------------------------------------*/
/* 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: var(--secondary-color);
    background-clip: padding-box;  
    border-radius:0;  
}
.newsletter-popup .modal-dialog{
    margin:20px auto;
    max-width: 700px;
    text-align: center;
}
.newsletter-btn-close.close{
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.newsletter-popup .modal-body{
    padding:20px; 
}
.newsletter-content h3{
    font-weight: 600;
    text-transform: uppercase;    
    margin: 25px 0;    
}
.newsletter-content p{  
    margin-bottom: 20px;    
    line-height: 25px;
    padding: 0 25px;
    color: #777;
}
.newsletter-content input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
    padding: 0 10px; 
}
.newsletter-content .btn{    
    text-transform: uppercase;
    font-weight: 500;
    display: table;
    margin: 15px auto;    
    padding: 10px 20px; 
}
.newsletter-content-bottom{
    margin-bottom: 20px;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
    padding: 0 10px;
    outline: none;
}
.newsletter-popup-message {
    width: 70%;
    margin: 0 auto;
}
.modal-open .modal{
    overflow: unset;
}
@media (max-width: 767px){
    .newsletter-popup .modal-dialog {
        max-width: 90%;
    }
    .newsletter-content h3{
        font-size: 18px;
    }
    .newsletter-content p{
        padding: 0;
    }
}
@media (max-width: 480px){
    .newsletter-popup-message {
        width: 100%;
    }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
    background: var(--primary-hover-color);
    border: 2px solid var(--primary-hover-color);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: var(--secondary-color);
    font-size: 16px;
    height: 35px;
    margin: 0px 10px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}
.information-contact .contact-left .title{
    font-size: 18px;
    font-weight: bold;
    color: #222;
}
.content-address{
    margin-bottom: 15px;
}
.contact-left .btn-info{
    background: var(--secondary-color);
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    border: 1px solid #222;
    color: #222;
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-left .btn-info:hover{
    background: #e9ba56;
    color: var(--secondary-color);
    border-color: #e9ba56; 
}
.contact-left .btn-info i {
    font-size: 18px;
}
.content-details {
    background: var(--secondary-color);
    padding: 20px;
}
.contact-left .content-details > div{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}
.contact-left .content-details .comment-info{
    border: none;
    padding:0;
    margin: 0px;
}
.contact-left .store-img {
    text-align: center;
}
#information-contact h3 {
    margin-top: 0;
}
@media(max-width: 991px){
    .contact-left{
        margin-bottom: 30px;
    }
}

/*----------------------------------------------*/
/* Start Top */
/*----------------------------------------------*/
/*top left*/
#top {
	background-color: var(--secondary-color);
	border-bottom: 1px solid var(--border-color);
}
.top-left {
	float: left;
}
#top .btn-link, #top-links a {
    color: var(--secondary-light-color);
    text-decoration: none;
    padding: 10px 10px;
    background: transparent;
    display: block;
    border: none;
}
#form-language .dropdown-toggle {
    padding-left: 0;
}
#header_ac li,
#header_ac{
	padding: 0;
	margin: 0;
}
#top .top-left span{
	margin: 0 5px;
}
#top .dropdown-menu {
	background: var(--primary-color);
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-top: 0;
	left: 0;
	right: auto;
	padding: 7px 0;
}
#top #form-currency .currency-select,
#top #form-language .language-select,
#top-links .dropdown-menu a{
    text-align: left;
	color: var(--secondary-color);
	padding: 7px 14px;
}
#top-links .dropdown-menu a:hover,
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover{
	color: var(--primary-hover-color);
}
#top .btn-link:hover, #top-links a:hover {
	color: var(--primary-hover-color);
	background-color: transparent;
}

/*top right*/
.social_block{
    display: table-cell;
    width: 40px;
    height: 40px;
    border-right: 1px solid var(--border-color);
    text-align: center;
    vertical-align: middle;
}
.social_block i{ 
	color: var(--secondary-light-color);
	font-size: 16px;
}
.social_block:first-child {
	border-left: 1px solid var(--border-color);
}
.facebook.social_block:hover {
	background-color: #3B5998;
}
.twitter.social_block:hover {
	background-color: #55ACEE;
}
.g-plus.social_block:hover {
	background-color: #dd4b39;
}
.rss.social_block:hover {
	background-color: #ff6600;
}
.linkedin.social_block:hover {
	background-color: #007bb5;
}
.instagrm.social_block:hover {
	background-color: #125688;
}
.youtube.social_block:hover {
	background-color: #bb0000;
}
.social_block:hover i {
	color: var(--secondary-color);
}
@media only screen and (max-width: 680px){
    #top .position-header-right{
        display: none;
    }
    .top-left > div {
        display: inline-block;
        vertical-align: top;
    }
    .top-left{
        float: unset;
        text-align: center;
    }
    .top-left .pull-left{
        float: unset!important;
    }
    #top #header_ac .dropdown-menu{
        left: auto;
        right: 0;   
    }    
}
@media only screen and (max-width: 425px){
    #form-language .btn img, #form-currency strong, #top-links #header_ac i.fa.fa-user{
        display: none;
    }
    #top .btn-link, #top-links a{
        padding: 10px 0;
    }
    #top #form-currency button{
        padding: 10px;
    }
}

/*----------------------------------------------*/
/* Start Header  */
/*----------------------------------------------*/
header {
	padding: 15px 0;
	background-color: var(--secondary-color);
}
.main-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-header .services  {
	display: inline-block;
	vertical-align: top;
}
.logo{
    float: left;
}

/* service */
.services {
    padding: 25px 0;
}
.service_content {
	float: left;
}
.cms_img {     
	float: left;
	margin: 0 10px 0 0;
}
.service_content .cms_img a{
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.service_content .content {
    display: inline-block;
    text-align: left;
}
.service_content:nth-child(2) {
    margin: 0 77px;
}
.service_content:hover a {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.contentbox-cms .service-text {
	color: var(--secondary-light-color);
}
.contentbox-cms .title{
	color: var(--primary-color);
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 1199px){
    .service_content:nth-child(2) {
        margin: 0 12px;
    }
}
@media (max-width: 991px){
    #logo {
        width: 120px;
    }
    .cms_img {
        float: unset;
        display: block;
        margin: 0;
    }
    .banner_img1, .banner_img2, .banner_img3{
        margin: 0 auto;
    }
    .service_content .content{
        text-align: center;
    }
    .services{
        padding: 0;
    }
    header {
        padding: 10px 0;
    }
}
@media (max-width: 767px){
    .cms-home-top .col-sm-4 {
        width: 33.33%;
        float: left;
    }

}
@media (max-width: 540px){
    header .services{
        display: none;
    }
    .cms-home-top .col-sm-4:nth-child(2) {
        margin: 15px 0;
    }
    .cms-home-top .col-sm-4 {
        width: 100%;        
        text-align: center;
    }   
    #logo {
        width: 100px;
    }
    header {
        padding: 10px 0;
    } 
}
@media (max-width: 540px) and (min-width: 425px){
    .cms-home-top img {
        width: 70%;
    }
}

/*cart*/
.cart {
	float: right;
	position: relative;
}
.header_cart {
    float: right;
}
#cart .btn.dropdown-toggle{ 
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: transparent;
}
#cart > .btn.dropdown-toggle:before {
    content: "\e901";
    font-family: 'Mahardhi-Fonts' !important;
    float: left;
    color: var(--primary-hover-color);
    font-size: 28px;
}
.cart_block {
    display: block;
    text-shadow: none;
    text-align: left;
    padding: 0 0 0 45px;
    text-transform: uppercase;
}
#cart .cart-detail{
	font-weight: 600;
    display: block;
    font-size: 14px;
    color: var(--primary-color);
}
#cart .cart_items {
    font-size: 12px;
    font-weight: 500;
    color: var(--secondary-light-color);
}
#cart .dropdown-menu {
	background: var(--primary-color);
	border: none;
	z-index: 1001;
	border-radius: 0;
	width: 300px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	top: 50px;
}
#cart .dropdown-menu li p {
	margin: 0;
	font-size: 14px;
	color: var(--secondary-color);
}
#cart .dropdown-menu li p.product-cart-empty{
	padding: 20px 0;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid var(--border-color);
    padding: 10px 20px 0px 20px;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
#cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: var(--primary-color);
}
#cart .dropdown-menu .table>tbody>tr>td, #account-address .table>tbody>tr>td {
    vertical-align: top;
}
#cart strong {font-weight: 400;}
#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
}
#cart .dropdown-menu table td {
    background: none;
    border: none;
    padding: 5px 4px;
    color: var(--secondary-color);
}
#cart .dropdown-menu li td, td.cart-total-price {
    font-size: 14px;
    font-weight: 600;
}
.table-striped a {
    color: var(--secondary-color);
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 10px;
}
.product-cart-info {
    margin-top: 8px;
}
#cart .dropdown-menu li tr:last-child td:last-child, tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: var(--primary-hover-color);
    font-weight: 600;
}
#cart .dropdown-menu table td.product-cart-close, #cart .dropdown-menu table td.voucher-close {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
}
#cart .dropdown-menu .btn-danger {
    background: transparent;
    color: var(--secondary-color);
    border-radius: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
    font-weight: normal;
}
#cart .img-thumbnail,
#checkout-cart .img-thumbnail{
    border-radius: 0;
    padding: 0;
    border: none;
}
.product-cart-button {
    padding: 10px 0px 20px 0px;
}
.product-cart-button a {
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color); 
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.product-cart-button a:hover{
	color: var(--primary-hover-color);
}
@media (max-width: 540px){
    .cart_block{
        padding: 0 0 0 35px;
    }
}
@media (max-width: 425px){
    .cart_block{
        padding: 3px 0 3px 35px;
    }
    #cart .cart-detail{
        font-size: 12px;
    }
}

/*----------------------------------------------*/
/* Start search  */
/*----------------------------------------------*/
/*/mahardhi edit*/
#mahardhiSearch { display: flex; width: 100%; }
#mahardhiSearch > * { display: block; }
#mahardhiSearch .btn-search { width: auto; }
.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: var(--secondary-light-color);
    text-decoration: line-through;
    margin-left: 10px;
}
/**/
#search,
#mahardhiSearch{
	width: 100%;
    display: flex;
	margin: 10px 0;
}
.header_right {
	float: right;
}
#search .input-lg,
#mahardhiSearch input{
	width: 228px;
	border-radius: 0;
	color: var(--secondary-light-color);
	height: 40px;
	padding: 0 10px;
}

#search .btn-default.btn-lg,
#mahardhiSearch .btn-search button{
    background: var(--primary-hover-color);
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 0;
    border-color: var(--primary-hover-color);
    margin-left: 2px;
    box-shadow: none;
    font-size: 20px;
}
 /* 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: var(--secondary-light-color);
	text-decoration: line-through;
	margin-left: 10px;
}
@media only screen and (max-width: 1199px){
    #search .input-lg {
        width: 170px;
    }
}
@media only screen and (max-width: 991px){
    header .cart {
       /* position: absolute;
        right: 0;
        top: 0;*/
    }
   /* header .services {
        padding: 15px 0 0 0;
        width: 100%;
    }*/
    .header_right {
        position: absolute;
        top: 0;
    }
}
@media only screen and (max-width: 375px){
    #search .input-lg, #mahardhiSearch input {
        width: 190px;
    }
}

/*----------------------------------------------*/
/* Mahardhi Category */
/*----------------------------------------------*/
.static-menu {
    width: 75%;
    float: left;
}
.box-categories {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    float: left;
    font-size: 18px;
    padding: 20px;
    text-transform: uppercase;
    width: 30.77%;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}
.box-categories .fa-bars {
    font-size: 20px;
    margin-right: 20px;
}
.box-categories .fa-angle-double-down {
    right: 20px;
    position: absolute;
    font-size: 20px;
}
#column-left .main-category {
    display: block;
    margin: 0;
}
.nav-menu .main-category {
    display: none;
}
.catgory-left {
    width: 23.1%;
    position: relative;
    top: 60px;
}
.position-top-category {
    position: absolute;
}
.position-top-category,
.left-column-main-category,
#column-left .category-list ul,
#column-right .category-list ul {
    z-index: 9999;
}

#common-home #column-left.col-sm-3 {
	padding-right: 0;
	width: 23.8%;
}
.navbar,
.category-list{
	margin-bottom: 0px;
}

/** Category DropDown Menu **/
.vertical-category-wrapper{
	position: relative;
	padding: 0;
	width: 100%;
}
.vertical-category > ul{
	background: var(--secondary-color);
	border: 1px solid var(--primary-hover-color);    
	display: block;
	padding: 8px 0;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.category-list > li {
	margin: 0;    
	display: block;
	position: relative;
	width: 100%;
}
ul.category-list > li  a{
	padding: 15px 8px 15px 0px;
    margin: 0 20px;
    display: block;
    color: var(--secondary-light-color);
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    line-height: 19px;
    text-decoration: none;
    font-weight: normal;
}
.category-list > li + li a,
.account-content .list-group ul a + a,
.sidebar li + li{
    border-top: 1px solid #eeeeee;
}
.sidebar li a{
    color: var(--secondary-light-color);
}
ul.category-list li:hover > a{
	color: var(--primary-hover-color);
}
ul.category-list > li a:hover{
	background: var(--secondary-color);
}
@media (min-width: 992px) {
	ul.category-list li.dropdown > a:after{	
		content: "\f105";
		font-family: fontawesome;
		font-size: 14px;
		left: auto;
		position: absolute;
		right: 0;
		z-index: 2;
	}
	ul.category-list li:hover > .dropdown-menu{
		display: block;
	}
	ul.category-list li .dropdown-menu{
		display: none;
		left: 100%;
		right: auto;
		margin: 0;
		padding: 7px 0;
		position: absolute;
		top: 0;    
		border: 1px solid var(--primary-hover-color);      
		z-index: 999;
		box-shadow: none;
		border-radius: 0; 
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
	}
	.category-list .dropdown-menu .dropdown-inner {
	    display: table;
	}
	.category-list .dropdown-menu .dropdown-inner > ul {
	    display: table-cell;
	}
	.vertical-category .megamenu-dropdown.column3 > li {
	    padding: 0px;
	}
	.category-list .dropdown-inner a {
	    min-width: 200px;
	    display: block;
	    padding: 10px 0; 
	    clear: both;
	    line-height: 20px;
	    font-size: 14px;
	    text-transform: capitalize;
	    border-top: unset;
	    margin: 0 17px;
	}
	.dropdown-wrapper li.dropdown > a:before {
		background: #eaeaea;
		bottom: 0;
		content: " ";
		height: 1px;
		left: 0;
		right: auto;
		position: absolute;
		width: 100%;
	}
	.dropdown-wrapper .megamenu-dropdown .dropdown-menu{
		position: inherit;
	    display: block;
	    min-width: inherit;
	    border: none;
	    left: inherit;
	    right: inherit;
	    box-shadow: none;
	    padding: 0;
	}
	ul.category-list .dropdown-menu li > a:hover{
		background: none;
		color: var(--primary-hover-color);
	}
	ul.category-list li.dropdown .dropdown-wrapper a:after{	
		display: none;
	}
}
@media (max-width: 991px) {
	.main-category {
	    display: none;
	}
	ul.category-list li.dropdown > a:after{	
	    content: "\f067";
	    font-family: fontawesome;
	    font-size: 14px;
	    left: auto;
	    position: absolute;
	    right: 8px;
	    top: 8px;
	    z-index: 2;
	}
	ul.category-list li.dropdown.open > a:after{
		content: "\f068";	
	}
	ul.category-list li.dropdown .dropdown-wrapper a:after{	
		display: none;
	}
	.category-list .dropdown-menu  ul.list-unstyled{
		padding: 0 15px;
	}
	.category-list .dropdown-menu  ul.list-unstyled .dropdown-menu{
		display: block;
		padding: 0;
		margin: 0;
	}
}

/*----------------------------------------------*/
/* Start Menu */
/*----------------------------------------------*/
.nav-menu {background-color: var(--primary-color);}

/*Start Static Menu*/
.menu {
    display: inline-block;
    padding:  19px 0;
    margin: 0;
}
.nav-menu li,
.menu-nav {
	display: inline-block;
}
.nav-menu li > a {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    margin: 0 25px;
    text-transform: uppercase;
}
.nav-menu li > a:hover {
	color: var(--primary-hover-color);
}

/* menu */
.child-categories {
    display: none;
}
.category-list .has-more-category .toggled {
    position: absolute;
    right: 6px;
    padding: 0px 5px;
}
.category-list .list-group-item {
    border-radius: 4px;
}
.category-list .list-group-item.active,
.category-list .list-group-item.active:focus,
.category-list .list-group-item.active:hover {
    color: #555;
    text-decoration: none;
    background-color: var(--background-color);
    border-color: #555;
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid var(--border-color);
	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: var(--secondary-color);
	background-color: var(--primary-color);
	background-repeat: repeat-x;
}
@media only screen and (min-width: 992px){
	.dynamic .menu-nav {
		display: none;
	}
}
@media only screen and (max-width: 1199px){
    .static-menu {
        width: 70%;
    }
    .box-categories {
        width: 32.8%;
    }
    body:not(.common-home) .box-categories{
        width: 32.3%;
    }
    .nav-menu li > a{
        margin: 0 20px;
    }
}
@media only screen and (max-width: 991px){
    .main-category,
    #column-left .main-category,
    .static-menu{
        display: none;
    }
    .navbar{
        min-height: auto;
        border: none;
    }
	.nav-menu li, .menu-nav {
        width: 100%;
        vertical-align: top;
	}
	#menu #category {
	    display: none!important;
	}
	.nav-menu {
        position: relative;
    }
	#menu .navbar-header {
	    float: right;
	}
	#menu .navbar-toggle {
		display: block;
        border: none;
        color: var(--secondary-color);
        border-radius: 0;
        margin-right: 0;
        padding: 7px 10px;
        box-shadow: none;
        margin: 10px 0;
	}
	.fa-bars {
		font-size: 24px;
	}
	#topCategoryList {
		position: absolute;
	    width: 100%;
        background: rgba(51,51,51,.8);
	    z-index: 11;
	    top: 60px;
        padding: 10px 5px;
	}
	#menu .nav > li > a,
	#menu #topCategoryList ul li.hiden_menu .dropdown-inner a,
	#menu #topCategoryList .dropdown-inner a{
		font-weight: 400;
		font-size: 14px;
		text-transform: capitalize;
		margin: 0;
		padding: 10px 15px 10px 15px;
		display: block;
		color: var(--secondary-color);
		background: transparent;
    }
    #menu #topCategoryList ul {
    	margin: 0px;
    	float: none;
    	display: block;
    }
    #topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
		background: rgba(51,51,51,0);
		border: none;
		box-shadow: none;
		display: none;
		padding: 0 20px;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner, #navCategory .dropdown-inner {
	    display: table;
	}
	#menu .dropdown-inner ul,
	#navCategory .dropdown-inner > ul {
		display: table-cell;
	}
	#menu .dropdown-inner .dropdown-submenu,
	#navCategory .dropdown-inner .dropdown-submenu {
		position: relative;
	}
	#topCategoryList ul li {
	    float: none;
	}
	#topCategoryList li .toggle-menu {
		position: absolute;
		right: 5px;
		color: var(--secondary-color);
		top: 8px;
		padding: 2px 6px;
	}
	.main-item.active .toggled > .fa-plus:before,
	.toggle-menu.active > .fa-plus:before {
		content: "\f068";
	}
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
	    position: relative;
		left: auto;
		border: none;
		background: rgba(51,51,51,0);
		padding: 0px 20px;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
    #selectMe-desk {
        display: none;
    }
}
@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: var(--secondary-color);
	}
	#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: var(--secondary-color);
	}
}

/*----------------------------------------------*/
/* Start Slider */
/*----------------------------------------------*/
#common-home #content.col-sm-9 {
    padding-left: 0;
    width: 76.2%;
}
.common-home .swiper-viewport {
	box-shadow: none;
	border: none;
	border-radius: 0;
	overflow: hidden;
	margin: 0;
}
/*slider carousel*/
.swiper-viewport .swiper-pager div {
	border: none;
    background-color: #8e8e8f;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    color: var(--secondary-color);
	width: 40px;
	height: 40px;
}
.swiper-viewport.slideshow .swiper-button-next {
    right: 10px;
}
.swiper-viewport.slideshow .swiper-button-prev {
    left:  10px;
}
.swiper-viewport .swiper-pager .swiper-button-prev:hover,
.swiper-viewport .swiper-pager .swiper-button-next:hover {
	background-color: var(--primary-color);
}
.swiper-viewport .swiper-button-prev,
.swiper-viewport .swiper-button-next {
    opacity: 1!important;
}
@media (min-width: 767px) {
    .slideshow .swiper-slide  img {
        height: 100%;
    }
}
@media (max-width: 991px) {
    #common-home #content.col-sm-9 {
        padding: 0 15px;
        width: 100%;
    }
}

/*----------------------------------------------*/
/* Start Products */
/*----------------------------------------------*/
.mahardhi-tabs .nav-tabs>li>a,
#common-home .box .page-title h3{
	font-size: 30px;
	font-weight: 600;
    color: var(--secondary-color);
    text-transform: uppercase;
  	background-color: transparent;
  	text-align: center;
  	margin: 0;
  	padding: 0;
  	width: 100%;
    height: 100%;
}
/*#common-home .mahardhi-tabs .nav-tabs>li>a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#common-home .mahardhi-tabs .nav-tabs>li>a b {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 45px;
}*/
.common-home .tab-left,
.related-left {
	float: left;
	min-height: 408px;
	width: 23.1%;
}
.common-home .tab-right,
.related-right {
	clear: none;
	float: right;
	position: relative;
	width: 74.3%;
	margin-left: 30px;
}
.product-thumb {
	position: relative;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	border: 1px solid transparent;
	overflow: hidden;
}
.product-thumb .image a{
	display: block;
}
.product-thumb .image a:hover{
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .caption{
	text-align: center;
	overflow: hidden;
}
.product-thumb h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 12px 0 7px 0;
}
.product-thumb h4 a{
	color: var(--secondary-light-color);
    line-height: 20px;
}
.product-thumb .price {
    font-weight: 600;
    margin-bottom: 0;
}
.product-thumb .thumb-description .rating {
	display: none;
}
.product-thumb .image .rating {
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
}
.product-thumb:hover .image .rating {
	 opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
	bottom: 20px;
}
.product-thumb:hover .image {
	border: 1px solid var(--primary-hover-color);
}
.image_block {
	position: absolute;
	top: 75%;
	visibility: hidden;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	left: 0;
	right: 0;
}
.product-thumb:hover .image_block {
	top: 45%;
	visibility: visible;
	transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
.product-thumb button{
    border: none;
    border-radius: 50px;
    color: var(--primary-color);
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    height: 40px;
    width: 40px;
    margin: 0 2px;
    background: #e8e8e8;
}
.product-list .product-thumb .add_cart .cartimg:before, .add_cart .cartimg:before, .product-thumb .image_block button:before, .pro_list button:before {
    font-family: 'Mahardhi-Fonts' !important;
    display: block;
    font-size: 20px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-list .product-thumb .add_cart .cartimg:before, .add_cart .cartimg:before, .product-thumb .addcart:before {
    content: "\e914";
}
.product-thumb .wishlist:before {
    content: "\e90b";
}
.product-thumb .quickview:before {
    content: "\e907";
}
.product-thumb button:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
.product-thumb h4 a:hover{
	color: var(--primary-hover-color);
}
#common-home .featured .tab-right,
.related-right,
#common-home .bestseller .tab-right,
#common-home .latest .tab-right,
#common-home .special .tab-right{
	float: unset;
	width: 74.3%;
	margin-right: 30px;
	margin-left: 0;
}
#common-home .featured .page-title,
#common-home .bestseller .page-title,
#common-home .latest .page-title,
#common-home .special .page-title {
	background: url(../image/mahardhi/featured-tab-backgraund.jpg) no-repeat; 
	position: relative;
	float: right;
    display: flex;
    align-items: center
}
.sale-text {
    position: absolute;
    right: -40px;
    top: 15px;
    background-color: var(--primary-hover-color);
    height: 30px;
    width: 140px;
    transform: rotate(45deg);
}
.section-sale {
    line-height: 30px;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.product-thumb .price-old {
    color: var(--primary-hover-color);
    text-decoration: line-through;
    margin-right: 10px;
}
.product-thumb .price-tax {
    color: var(--secondary-light-color);
    font-size: 12px;
    display: none;
}
.product-thumb .description{
    display: none;
}
@media only screen and (max-width: 991px){
    .product-thumb .image {
        border: 1px solid var(--primary-hover-color);
        background: var(--secondary-color);
    }
}
@media only screen and (max-width: 767px){
    .product-thumb .image_block {
        top: 45%;
        visibility: visible;
    }
    .product-thumb .image .rating{
        bottom: 20px;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
    }
}

/* product tab */
.mahardhi-tabs .nav-tabs {
	border-bottom: none;
	margin-bottom: 0;
}
.mahardhi-tabs .nav-tabs>li{
    float: unset;
}
.mahardhi-tabs .nav-tabs>li a{
	float: unset;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	display: table;
    height: 100%;
    width: 100%;
    padding: 47.5px 10px;
    border-radius: 0;
}
.common-home .product-tabs .tab-left {
    min-height: unset;
}
.mahardhi-tabs .nav-tabs>li a b{
    position: relative;
}
.mahardhi-tabs .latest a{
	background: url("../image/mahardhi/latest-tab.jpg") no-repeat;	
}
.mahardhi-tabs .bestseller a{
	background: url("../image/mahardhi/beatseller-tab.jpg") no-repeat;	
}
.mahardhi-tabs .special a{
	background: url("../image/mahardhi/special-tab.jpg") no-repeat;	
}
.mahardhi-tabs li:hover a::before,
.mahardhi-tabs li a.selected::before{
    content: '';
    background-color: rgba(254,215,0,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mahardhi-tabs .nav-tabs>li>a:hover{
	border-color: transparent;
	background-color: transparent;
}
.rating .fa-stack,
#tab-review .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o,
#tab-review .fa-star-o {
	color: var(--secondary-light-color);
	font-size: 15px;
}
.rating .fa-star,
#tab-review .fa-star {
	color: var(--primary-hover-color);
	font-size: 15px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o {
	color: #ffd400;
}
.rating .fa-star-o:before,
#tab-review .fa-star-o:before {
	content: "\f005";
}
.rating .fa-star-o,
#tab-review .fa-star-o {
	color: #c1c1c1;
}
@media only screen and (max-width: 1199px){
    .common-home .tab-left, .related-left {
        min-height: 330px;
    }
    .common-home .tab-right,
    .related-right {
        margin-left: 24px;
    }    
    .mahardhi-tabs .nav-tabs>li a{
        padding: 35px 10px;
    }
}
@media only screen and (max-width: 991px){
    .common-home .tab-left, .related-left {
        width: 100%;
        min-height: unset;
        margin-bottom: 15px;
    }
    .mahardhi-tabs .nav-tabs>li {
        float: left;
        width: 32.6%;
        margin: 0 1px;
    }
    #common-home .featured .page-title,
    #common-home .bestseller .page-title,
    #common-home .latest .page-title,
    #common-home .special .page-title {
        background: unset;
    }
    #common-home .box .page-title h3 {
        color: var(--primary-color);
        font-size: 20px;
    }
    .common-home .tab-right,
    .related-right,
    #common-home .featured .tab-right,
    #common-home .bestseller .tab-right,
    #common-home .latest .tab-right,
    #common-home .special .tab-right{
        width: 100%;
        margin: 0;
        float: left;
    }
    .box-category h3.toggled {
        margin: 5px 0px;
    }
    .mahardhi-tabs .nav-tabs>li a {
        padding: 10px 7px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px){
    .mahardhi-tabs .nav-tabs>li a {
        padding: 5px 2px;
        font-size: 14px;
    }
}

/*----------------------------------------------*/
/* Start Banner */
/*----------------------------------------------*/
@media only screen and (min-width: 992px){
	.cms-home-top .col-sm-4 a {
		display: block;
		position: relative;
		overflow: hidden;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}
	.cms-home-top img,
    .banner1 img,
    .banner2 img {
	    width: 100%;
	}
	.cms-home-top .col-sm-4 a {
	    display: block;
	    position: relative;
	    overflow: hidden;
	    -webkit-transition: all 1s;
	    -moz-transition: all 1s;
	    -o-transition: all 1s;
	    transition: all 1s;
	}
	.cms-home-top .col-sm-4 a span span {
	    position: absolute;
	    width: 50%;
	    height: 50%;
	    text-indent: -9999px;
	    opacity: 0;
	    background: rgba(0, 0, 0, 0.3);
	    display: block;
	    -moz-transition: all 700ms ease;
	    -webkit-transition: all 700ms ease;
	    -o-transition: all 700ms ease;
	    transition: all 700ms ease;
	    -moz-backface-visibility: hidden;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	}
	.cms-home-top .col-sm-4 a span span.r1 {
	    left: 0;
	    top: 0;
	}
	.cms-home-top .col-sm-4 a span span.r2 {
	    left: 50%;
	    top: 0;
	}
	.cms-home-top .col-sm-4 a span span.r3 {
	    right: 0;
	    top: 50%;
	}
	.cms-home-top .col-sm-4 a span span.r4 {
	    right: 50%;
	    top: 50%;
	}
	.cms-home-top .col-sm-4:hover a span span {
	    opacity: 1;
	}
	.cms-home-top .col-sm-4:hover a span span.r1 {
	    left: 0;
	    top: 50%;
	}
	.cms-home-top .col-sm-4:hover a span span.r2 {
	    left: 0;
	    top: 0;
	}
	.cms-home-top .col-sm-4:hover a span span.r3 {
	    right: 0;
	    top: 0;
	}
	.cms-home-top .col-sm-4:hover a span span.r4 {
	    right: 0;
	    top: 50%;
	}
	.banner1 > a:before ,.banner2 > a:before{
	    position: absolute;
	    background: rgba(51, 51, 51, 0.1);
	    width: 0;
	    top: 0;
	    left: 50%;
	    content: "";
	    transition: all 0.3s ease-in-out 0s;
	}
	.banner1 > a:hover:before ,.banner2 > a:hover:before{
	    width: 100%;
	    left: 0;
	    top: 0;
	    height: 100%;
	}
	.banner1 > a,.banner2 > a {
	    display: block;
	    position: relative;
	    overflow: hidden;
	}
}

/*----------------------------------------------*/
/* Start Blogs */
/*----------------------------------------------*/
.blogleft {
	width: 64%;
	float: left;
}
.page-title h3,
#content-blogs #post_comment h4,
#content-blogs .comment_cust h4,
.related-products-block h3{
	margin-top: 30px;
	margin-bottom: 30px;
	color: var(--primary-color);
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
}
.blog-block .image {
	transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-ms-transition: all 700ms ease 0s;
	-o-transition: all 700ms ease 0s;
	background-color: #000000;
}
.blog-info .image,
.image-blog {
	position: relative;
}
.blog-block img { width: 100%; }
.blog-block .hover-zoom::before,
.blog-block .hover-post:before {
	border-radius: 50%;
	color: var(--secondary-color);
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	height: 40px;
	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 var(--secondary-color);
	transform: translate(0,-50%);
}
.blog-block .hover-zoom::before {
	content: "\f00e";
	right: 90%;
}
.blog-block .hover-post:before {
	content: '\f0c1';
	left: 90%;
}
.blog-block:hover .hover-zoom::before{
	opacity: 1;
	right: 51%;
}
.blog-block:hover .hover-post:before {
	opacity: 1;
	left: 51%;    
}
.blog-block .hover-post:hover:before,
.blog-block .hover-zoom:hover:before {
	border-color: var(--primary-hover-color);
	color: var(--primary-hover-color);
}
.mblog .caption.blog-desc {
    padding: 50px 20px 20px 20px;
    background-color: var(--secondary-color);
    position: relative;
}
.blog-detail {
    position: absolute;
    top: -38px;
    height: 75px;
    width: 104px;
    right: 0;
    background-color: var(--background-color);
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    padding: 15px 5px;
}
.blog-date {
	color: var(--primary-color);
    font-weight: 600;
}
.blog-detail .blog-date::after {
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 30px;
	position: absolute;
	background-color: var(--secondary-light-color);
	bottom: 35px;
}
.blog-comment {
	color: var(--secondary-light-color);
	margin-top: 8px;
	display: block;
}
.mblog .blog-desc h4 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.blog-text{
	color: var(--secondary-light-color);
    line-height: 24px;
}
.blog-block .blog-read{
	margin: 20px 0 0 0;
	display: inline-block;
	background-color: var(--primary-color);
	color: var(--secondary-color);
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 16px;
	line-height: 10px;
	cursor: pointer;
	text-align: center;
}
.blog-block .blog-read:hover{
	background-color: var(--primary-hover-color);
}
.blog-block:hover .image img {
	opacity: 0.6;
}
.blog-block:hover .blog-detail{
	background-color: var(--primary-hover-color);
}
.blog-block:hover .blog-date,
.blog-block:hover .blog-comment{
	color: var(--secondary-color);
}
.blog-block:hover .blog-detail .blog-date::after {
	background-color: var(--secondary-color);
}
#blogcarousel .owl-nav .owl-prev,
#blogcarousel .owl-nav .owl-next {
	top: 50%;
}

/* blog category */
.image-blog {
	float: left;
	width: 48.8%;
}
#category-blogs .caption-blog  {
	overflow: auto;
	width: 48.8%;
	float: right;
}
#category-blogs .blog-detail,
.article-container .blog-detail{
	background-color: var(--primary-hover-color);
}
#category-blogs .blog-block .blog-date,
#category-blogs .blog-block .blog-comment,
.article-container .blog-date,
.article-container .blog-comment{
	color: var(--secondary-color);
}
#category-blogs .product-list .product-thumb {
	margin: 38px 0 30px 0;
	overflow: visible;
}
#category-blogs .blog-detail .blog-date::after,
.article-container .blog-detail .blog-date::after{
	background-color: var(--secondary-color);	
}
#category-blogs .caption-blog  h4 {
	padding: 0 0 30px 0;
	border-bottom: 1px solid var(--border-color);
}
#category-blogs .caption-blog .blog-text,
#content-blogs .info_blog .blog-text{
	margin: 27px 0;
}
#category-blogs .blog-read {
	margin: 0;
}
#category-blogs .caption-blog  h4 > a,
#content-blogs .info_blog h3 {
	color: var(--primary-color);
	text-transform: capitalize;
	font-size: 18px;
	text-decoration: none;
}
.blog-block .blog-desc h4>a:hover,
#category-blogs .product-list .product-thumb h4 > a:hover{
	color: var(--secondary-light-color);
}

/* single blog */
#content-blogs .thumbnail {
	background-color: var(--background-color);
    border: none;
    margin: 0;
    padding: 0;
}
#content-blogs .info_blog h3 {
	margin: 0;
	padding: 23px 0 27px 0;
	border-bottom: 1px solid var(--border-color);
	font-weight: 600;
}
.comment-item {
    border-bottom: 1PX solid var(--border-color);
}
.comment-item + .comment-item {
    margin: 20px 0 0 0;
}
#content-blogs #post_comment h4,
#content-blogs .comment_cust h4{
	font-size: 20px;
}
.article-container {
    margin: 38px 0 0;
}
.user_img {
	height: 60px;
	width: 60px;
	background-color: #e8e8e8;
	border-radius: 50%;
	text-align: center;
	float: left;
	line-height: 70px;
}
.comment_cust .user_img .fa-user {
	font-size: 36px;
}
.comment-desc {
    margin: 0 0 20px 80px;
}
.comment_cust .name { 
    font-weight: 600;
}
.comment_cust .date,
.comment_cust .comment-dis {
	color: var(--secondary-light-color);
}
.comment_cust .date {
	margin: 10px 0;
}
#commnt_form.form-horizontal .form-group:last-child {
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 1199px){
    #category-blogs .caption-blog h4 {
        padding: 0 0 10px 0;
    }
    #category-blogs .caption-blog .blog-text,
    #content-blogs .info_blog .blog-text {
        margin: 10px 0;
    }
    #content-blogs .info_blog h3{
        padding: 15px 0;
    }
}
@media only screen and (max-width: 767px){
    #category-blogs .caption-blog,
    .image-blog {
        width: 100%;
        float: unset;
    }
    .blog-block .hover-zoom::before {
        opacity: 1;
        right: 51%;
    }
    .blog-block .hover-post:before {
        opacity: 1;
        left: 51%;
    }
    .blog-block .blog-read {
        margin: 10px 0 0 0;
    }
    .mblog .blog-desc h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .mblog .caption.blog-desc {
        padding: 40px 15px 15px 15px;
    }
}

/*----------------------------------------------*/
/* Start Testimonial */
/*----------------------------------------------*/
.testimonial-block {
	width: 33.33%;
	float: right;
}
.slideTestimonial {
	min-height: 477px;
	background: url(../image/mahardhi/testimonial-backgraund.jpg) no-repeat;
	border: 15px solid var(--secondary-color);
	padding: 65px 50px;
    background-size: cover;
}
.testimonial-box {
    color: var(--secondary-color);
}
.testimonial-author {
	padding: 30px 0 30px 0;
	text-transform: capitalize;
}
.testimonial-block .testimonial-text {
	line-height: 24px;
	margin: 0 0 20px 0;
}
.slideTestimonial.owl-theme .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
    border-radius: 0;
    color: var(--secondary-color);
}
.slideTestimonial.owl-theme .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
    border-radius: 0;
    background: var(--secondary-color);
}
.slideTestimonial.owl-theme .owl-dots .owl-dot.active span,
.slideTestimonial.owl-theme .owl-dots .owl-dot span:hover {
    background: var(--secondary-light-color);
}
@media only screen and (max-width: 1199px){
    .slideTestimonial{
        padding: 55px 20px;
        min-height: auto;
    }
}
@media only screen and (max-width: 991px){
    .blogleft,
    .testimonial-block {
        width: 100%;
        float: unset;
    }
    .related-products-block h3,
    .page-title h3{
        text-align: center;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .slideTestimonial {
        padding: 30px 20px;
    }
    .testimonial-author {
        padding: 10px 0;
    }
    .testimonial-block .testimonial-text{
        margin: 0;
    }
}
@media only screen and (max-width: 767px){
    .page-title h3{
        margin-top: 20px;
    }
}

/*----------------------------------------------*/
/* Start Brand */
/*----------------------------------------------*/
.carousel{
    clear: both;
}
.carousel h3 {
    text-align: center;
}
.carousel .swiper-viewport {
	background: unset;
	overflow: unset;
	margin: 0;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport .swiper-button-next{
	right: -5px;
}
.carousel .swiper-viewport:hover .swiper-button-prev,
.carousel .swiper-viewport .swiper-button-prev{
	left:  -5px;
}

/*----------------------------------------------*/
/* Start Newslleter */
/*----------------------------------------------*/
.newsletter-block {
	background: var(--primary-hover-color);
	padding: 20px 0px;
}
.newsletter-block .text-content {
	float: left;
	width: 50%;
}
.newsletter-block .block-content {
	float: left;
	width: 50%;
}
.newsletter-block .title-text {
    color: var(--secondary-color);
    float: left;
    font-size: 32px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    padding: 10px 0px;
    position: relative;
    text-transform: uppercase;
}
.newsletter-block .text-content h3::before {
	content: "\f1d9";
	font-family: "FontAwesome";
	font-size: 30px;
	position: relative;
	margin-right: 20px;
}
.subscribe-form {
    display: flex;
    position: relative;
    height: 50px;
}
.newsletter-block .txtemail {
    background: var(--secondary-color);
    border: none;
    font-family: "Montserrat",sans-serif;
    height: 100%;
    padding: 15px 20px;
    border-radius: 25px 0 0 25px;
}
.newsletter-block .subscribe-btn {
	padding: 10px 28px;
	background: var(--primary-color);
	border-radius: 0 25px 25px 0;
	text-transform: uppercase;
	border: none;
	color: var(--secondary-color);
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	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;
	height: 100%;
	text-shadow: none;
}
@media only screen and (max-width: 991px){
    .newsletter-block .title-text {
        float: unset;
        text-align: center;
        padding: 0 0 15px;
        font-size: 18px;
    }
    .newsletter-block .text-content h3::before{
        font-size: 18px;
        margin-right: 10px;
    }
    .newsletter-block .block-content {
        width: 100%;
    }
    .newsletter-block .text-content {
        width: 100%;
    }
    .newsletter-block .subscribe-btn {
        padding: 10px;
    }
}
@media only screen and (max-width: 480px){
    .newsletter-block .title-text {
        padding: 0 0 10px;
    }
    .newsletter-block .text-content h3::before{
        content: "";
    }
}

/*----------------------------------------------*/
/* Start Footer */
/*----------------------------------------------*/
footer {
	background-color: var(--primary-color);
	color: var(--secondary-light-color);
	margin-top: 50px;
}
.footer_middle {
	padding: 80px 0 35px 0;
}
footer a {
	color: var(--secondary-light-color);
}
footer h5 {
	font-size: 14px;
    font-weight: bold;
    color: var(--secondary-color);
    text-transform: uppercase;
}
footer .footer-top h5 {
    margin-top: 0;
    margin-bottom: 20px;
}
footer a:hover,
footer a:focus {
	color: var(--primary-hover-color);
	text-decoration: none;
}
footer .col-md-3 a,
footer .col-md-2 a {
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    line-height: 30px;
}
footer .social_media .contact_site,
footer .social_media .email,
footer .social_media .phone {
	overflow: hidden;
	display: flex;
	line-height: 30px;
}
.position-footer-left li i {
    margin: 3px 12px 0px 0;
    float: left;
    width: 15px;
    color: var(--primary-hover-color);
    font-size: 16px;
    line-height: 24px;
}
.footer-bottom  {
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	position: relative;
}
.footer_social {
	float: left;
}
footer .footer_social .social_block { 
	border: none;
	width: 42px;
    display: inline-block;
	height: 58px;
}
footer .footer_social .social_block i { 
    top: calc(50% - 10px);
    position: relative;
}
.footer_payment { 
	float: right;
    padding: 17px 0;
}
#footer_aboutus {
    padding: 57px 0;
}
footer .social_media {
    padding-left: 0;
}
footer p {
	color: var(--secondary-light-color);
	text-align: center;
	margin: 28px 0;
}
.footer_middle .col-md-2 {
    padding-left: 0;
}
@media (max-width: 991px){
    .footer_middle {
        padding: 30px 0 20px 0;
    }
    footer p{
        margin: 10px 0;
    }
    .footer_middle .col-md-3,
    footer .social_media,
    .footer_middle .col-md-2{
        padding: 0;
    }
    #footer_aboutus {
        padding: 0 0 20px;
        text-align: center;
    }
    .footer_middle .col-md-3,
    .footer_middle .col-md-4{
        margin: 0 0 10px;
    }
    footer .footer-top h5{
        margin-bottom: 5px;
    }
    .toggle-open .fa-chevron-down {
        color: var(--secondary-color);
        padding: 0 5px;
    }
    .toggled .toggle-open {
        position: absolute;
        right: 10px;
    }
    footer{
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    .footer_payment,
    .footer_social{
        width: 100%;
        text-align: center;
    }
    .footer_payment{
        padding: 5px 0 17px 0;
    }
    footer .footer_social .social_block{
        width: 38px;
    }
    .footer_middle {
        padding: 20px 0 10px 0;
    }
}

/*----------------------------------------------*/
/* Start Alert */
/*----------------------------------------------*/
.alert {
    position: relative;
    padding: 9px 30px 9px 15px;
    text-align: center;
    border-radius: 0;
    line-height: 20px;
}
.common-home .alert {
    margin: 0px;
}
.alert.alert-success {
   position: fixed;
    left: 0;
    top: 0px;
    text-align: center;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0;
}
.alert-dismissable .close,
.alert-dismissible .close {
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 36px;
}
.newsletter-message .alert {
    margin: 10px 0 0 0;
}
#form-review .alert.alert-success,
#post_comment .alert,
.newsletter-message .alert{
    position: relative;
}
#post_comment .alert{
    margin-bottom: 20px;
}

/*----------------------------------------------*/
/* Start Breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
    margin: 30px 0;
}
.page_title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    margin: 0;
    line-height: 20px;
    float: left;
}
.breadcrumb {
    list-style: outside none none;
    padding: 0;
    float: right;
    margin: 0;
}
.breadcrumb > li {
    color: #000;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li:after {
    content: '/';
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
}
.breadcrumb a {
	text-transform: capitalize;
}
.breadcrumb i {
	font-size: 15px;
	color: var(--primary-color);
}
.breadcrumb li:last-child a {
	color: var(--primary-hover-color);
}
.breadcrumb li:last-child{
    padding-right: 0;
}
.breadcrumb > li:last-child::after {content: "";}
.breadcrumb a:hover,
.breadcrumb i:hover{
	color: var(--primary-hover-color);
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
@media only screen and (max-width: 991px){
    .breadcrumb {  
        float: none;
        text-align: center;
    }
    .page_title{
        text-align: center;
        margin: 0 0 10px;
        float: unset;
    }
    .breadcrumb-back {
        margin: 20px 0;
    }
}

/*----------------------------------------------*/
/* Start Category Page */
/*----------------------------------------------*/
.cat_img {
	padding: 0;
	width: 100%;
	margin: 0 0 15px 0;
}
.cat_img img {
    border: unset;
    padding: 0;
    border-radius: 0;
}
#product-category .cat_description {
    color: var(--secondary-light-color);
    padding: 0;
    width: 100%;
}
.text_refine {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0 20px 0;
    display: inline-block;
}
.refine ul > li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 5px 15px;
    background: var(--primary-color);
    text-transform: capitalize;
    color: var(--secondary-color);
}
.refine ul > li > a {
    color: var(--secondary-color);
}
.refine .list-unstyled > li:hover {
    background-color: var(--primary-hover-color);
}
.refine {
    margin-bottom: 20px;
}
.filter-product {
	background: var(--secondary-color);
    display: inline-block;
    margin: 0 0 30px 0;
    width: 100%;
    border-radius: 0;
    position: relative;
    border: 1px solid var(--border-color);
    padding: 9px 20px;
	vertical-align: top;
}
.cat_list_gird {
	float: left;
	padding: 0;
}
#list-view.btn-default,
#grid-view.btn-default {
    background: #000;
    height: 30px;
    width: 30px;
    border-radius: 0;
    text-align: center;
    margin: 0px 5px 0 0;
    color: var(--secondary-color);
    padding: 5px;
    box-shadow: none;
    outline: none;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover{
	background: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
}
.cat_list_gird .btn-group .fa {
	color: var(--secondary-color);
	font-size: 18px;
}
.cat-pagination-right {
	float: right;
	display: inline-block;
	position: relative;
}
.cat-sort, .cat-show {
    float: left;
}
.text-right.show-text {
    padding: 0px;
}
.show-select {
    padding: 0 0 0 10px;
}
.cat-show {
    margin: 0 20px 0 0;
}
.show-select, .text-right.show-text {
    display: inline-block;
    width: auto;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-sort .form-control,
.cat-show .filter-selection .form-control,
.cat-pagination-right .limits-text {
    padding: 4px 12px;
    margin: 0;
    height: 30px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
select.form-control,
.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.select-filter-show::after,
.select-filter-sort::after {
    font-family: 'fontawesome';
    content: '\f0d7';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 6px;
    pointer-events: none;
    color: var(--secondary-light-color);
}
.text_limit {
    margin: 0px;
    line-height: 30px;
}
.text_sort {
    line-height: 30px;
    margin: 0px;
}
#compare-total.btn.btn-link {
	color: var(--secondary-light-color);
	text-decoration: none;
	font-size: 16px;
    padding: 3px 0;
}
.filter-product .form-group {
	margin-bottom: 0;
}
#compare-total.btn.btn-link:hover{
	color: var(--primary-hover-color);
}
@media only screen and (max-width: 767px){
    .cat_list_gird,
    .cat-pagination-right{
        float: left;
    }
    .text_limit{
        margin: 0;
    }
    .cat-pagination-right {
        margin: 10px 0 0 0;
    }
}
@media only screen and (max-width: 480px){
    .cat-sort, .cat-show {
        float: left;
        width: 100%;
    }
    .cat-show {
        margin: 0 0 10px 0;
    }
}

/*product-grid*/
.product-list .product-thumb,
.product-grid .product-thumb{
	margin-bottom: 30px;
}
.product-grid .pro_list,
.product-grid .description{
	display: none;
}

/*product-list*/
.product-list .thumb-description{
    overflow: auto;
}
.product-list .product-thumb .image {
    margin-right: 30px;
}
.product-list .product-thumb .image .rating,
.product-list .product-thumb:hover .image .rating {
	opacity: 0;
}
.product-list .image_block {
    display: none;
}
.product-list .product-thumb .caption,
.product-list .product-thumb .pro_list {
	text-align: left;
}
.product-list .product-thumb h4{
	margin: 10px 0 0px 0;
}
.product-list .product-thumb .thumb-description .rating  {
	margin: 17px 0;
	padding: 0;
	display: block;
}
.product-list .product-thumb .caption .description {
	color: var(--secondary-light-color);
    line-height: 25px;
    margin-bottom: 17px;
    display: block;
}
.product-list .product-thumb .price {
	margin-bottom: 17px;
}
.product-list .add_cart,
.right_info .add_cart{
	background-color: var(--primary-hover-color);
    margin: 0 5px 0 0;
    font-weight: 600;
    padding: 10px 18px;
    width: unset;
    position: relative;
    height: unset;
    float: left;
    border-radius: 50px;
    text-transform: uppercase;
}
.product-list .product-thumb .add_cart .cartimg:before, .add_cart .cartimg:before {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    font-weight: 400;
    line-height: 20px;
}
.product-list .product-thumb .add_cart:hover,
#button-cart .add_cart:hover {
	background-color: var(--primary-color);
}
@media (min-width: 681px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0;
	}
}
@media only screen and (max-width: 767px){
    .product-list .product-thumb h4 {
        margin: 15px 0 0px 0;
    }
    .product-list .product-thumb .thumb-description .rating {
        margin: 8px 0;
    }
    .product-list .product-thumb .caption .description{
        margin-bottom: 8px;
    }
    .product-list .product-thumb .price {
        margin-bottom: 12px;
    }
    .product-list .product-thumb,
    .product-grid .product-thumb {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 680px){
    .product-list .product-thumb .image {
         margin-right: 0; 
    }
}
@media only screen and (max-width: 480px){
    .product-grid,
    .product-layout.col-xs-6{
        width: 100%;
    }
}

/*----------------------------------------------*/
/* Pagination */
/*----------------------------------------------*/
.pagination_detail {
	background: var(--secondary-color);
	padding: 9px 20px;
	border:1px solid var(--border-color);
	margin-bottom: 0;
	border-radius: 5px;
}
.pagination>li>a, .pagination>li>span {
	float: left;
	color: var(--secondary-color);
	height: 30px;
	width: 30px;
	background-color: var(--primary-color);
	border-radius: 5px;
	margin: 0 0 0 5px;
	text-align: center;
	border: none;
	padding: 5px;
}
.pagination {
	margin: 0;
	vertical-align: top;
}
.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: var(--secondary-color);
	background-color: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
}
.pagination_detail .text-left { 
	color: var(--primary-color);
	text-transform: capitalize;
	line-height: 30px;
}
@media only screen and (max-width: 767px){
    .pagination_detail .pagination {
        margin: 5px 0 0 0;
    }
    .pagination_detail .col-sm-6.text-right,
    .pagination_detail .col-sm-6.text-left {
        text-align: center;
    }
}

/*----------------------------------------------*/
/* Column-left-right */
/*----------------------------------------------*/
#column-left > div, #column-right > div{
	margin-top: 30px;
	background: var(--secondary-color);
    border: 1px solid var(--primary-hover-color);
    border-radius: 0;
}

#column-left .main-category,
#column-right .main-category{
	border: none;
}
#column-left .box-content h3,
#column-right .box-content h3{
	background-color: var(--primary-hover-color);
	padding: 20px;
	text-transform: uppercase;
	margin: 0;
	color: var(--secondary-color);
	border-radius: 0;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	position: relative;
}

/* refine search */
.filter_box {
    padding: 20px;
}
.filter_box .list-group a {
	padding: 0;
	color: var(--primary-color);
	font-weight: 600;
	text-transform: capitalize;
    border: none;
    background: transparent;
}
#filter .list-group div.list-group-item {
	padding: 15px 0;
	border:none;
}
.filter_box .list-group{
	margin-bottom: 0;
}
.filter .panel-footer {
	background-color: var(--secondary-color); 
	text-align: left;
	padding: 0;
}
.filter_box .list-group-item .checkbox {
	margin-top: 0;
}
#filter .checkbox > label {
	font-size: 14px;
	color: var(--secondary-light-color);
	font-weight: 500;
	text-transform: capitalize;
}
#button-filter {
	padding: 10px 19px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	background: var(--primary-color);
	color: var(--secondary-color);
}
#button-filter:hover {
	background-color: var(--primary-hover-color);
}

/*left banner*/
#column-left .banner.swiper-viewport{
    margin-bottom: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

/*sidebar products*/
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 36%;
    margin-right: 15px;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
	float: left;
	width: 57%;
}
#column-left .tab-right.block_box,
#column-right .tab-right.block_box{
	padding: 20px;
}
#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .image .rating,
#column-right .product-thumb .image .rating,
#column-left .image_block,
#column-right .image_block {
	display: none;
}
#column-left .product-thumb .thumb-description .rating,
#column-right .product-thumb .thumb-description .rating {
	display: block;
	margin: 10px 0;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	text-align: left;
}
#column-left .product-thumb h4,
#column-right .product-thumb h4{
	margin: 0;
}
#column-left .product-layout + .product-layout .product-thumb,
#column-right .product-layout + .product-layout .product-thumb {
    margin: 20px 0 0;
}
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px){
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        margin-right: 11px;
    }
}

@media (max-width: 991px){
    #column-left .box-content h3,
    #column-right .box-content h3{
        padding: 9px 20px;
    }
    #column-left > div,
    #column-right > div {
        margin: 20px 0px 0;
    }
    #column-left {
        display: block !important;
    }
    .swiper-viewport.banner {
        display: none;
    }
    #column-left .product-thumb .image,
    #column-right .product-thumb .image  {
        width: auto;
    }
}

/*----------------------------------------------*/
/* Start Product Page */
/*----------------------------------------------*/
.pro-image .thumbnail {
	border-radius: 0;
    padding: 0;
    border: none;
}
#additional-carousel,
#quick-carousel{
	padding: 0px 10px;
	overflow: hidden;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.image-additional a {
	margin: 0;
	display: block;
	padding: 0 10px;
}
.thumbnails > img {width: 100%;}

.thumbnails .image-additional {
	float: left;
	width: 100%;
}
#additional-carousel .owl-nav .owl-prev,
#quick-carousel .owl-nav .owl-prev{
	top: 50%;
    left: 0;
}
#additional-carousel .owl-nav .owl-next,
#quick-carousel .owl-nav .owl-next{
    right: 0;
    top: 50%;
}
#product-product .right_info h1,
.quickview-container .right_info h1 {
	font-size: 18px;
	color: var(--secondary-light-color);
	text-transform: capitalize;
	font-weight: 600;
	margin: 10px 0 18px 0;
}
.right_info .pro_detail {
    margin-top: 20px;
}
.right_info .pro_detail li{
    line-height: 28px;
}
.right_info .pro_detail a{
    color: var(--secondary-light-color);
}
.right_info hr{ 
	margin:20px 0;
	border-color: var(--border-color);
}
.right_info .pro_price{
    font-size: 18px;
    font-weight: 600;
}
.right_info .pro_oldprice {
    color: var(--secondary-light-color);
    margin: 0 8px 0 0;
    font-size: 16px;
}
.right_info .taxes {
	color: var(--secondary-light-color);
    margin: 8px 0;
    font-weight: 600;
    font-size: 14px;
}
.right_info .product-rating {
    float: left;
}
.right_info .reviews {
    margin: 0 18px;
}
.right_info .reviews:hover{
	color: var(--primary-color);
}
i.fa.fa-pencil {
    margin-right: 5px;
}
label.control-label.qty {
	padding: 10px 15px 10px 0;
	text-transform: uppercase;
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.product-btn-quantity {
	float: left;
	margin-right: 20px;
}
#input-quantity {
    height: 40px;
    text-align: center;
    width: 40px;
    float: left;
    color: var(--secondary-light-color);
    box-shadow: none;
    border-radius: 0;
}
.minus,.plus { 
    height: 20px;
    width: 20px;
    background-color: var(--secondary-color);
    border-radius: 0px;
    border: 1px solid #cccccc;
    display: block;
    padding: 0 2px;
    border-left: none;
}
.minus {
	border-top: 0;
}
#product button .fa.fa-plus,
#product button .fa.fa-minus {
	color: var(--primary-hover-color);
}
.right_info .add_cart:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.right_info .wishlist,
.right_info .compare {
	background-color: transparent;
	color: var(--primary-color);
	border: none;
    box-shadow: none;
    padding: 0;
    margin-right: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.right_info .wishlist i,
.right_info .compare i{
	font-size: 18px;
	color: var(--primary-hover-color);
	margin-right: 10px;
}
.right_info .wishlist:hover,
.right_info .compare:hover {
    background: none;
    color: var(--primary-hover-color);
}

/* tab */
#product-product .nav-tabs {
    margin: 20px 0 30px 0;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    border: none;
    background-color: var(--primary-hover-color);
    color: var(--secondary-color);
    border-radius: 0;
}
.nav-tabs>li> a {
    margin: 0 2px 0 0;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 600;
    padding: 10px 30px;
    background-color: transparent;
    border: none;
}
#product-product .tab-content {
    margin-bottom: 30px;
}
.tab-content h2 {
    font-size: 18px;
    font-weight: 600;
}
.related-products-block  h3{
    border-top: 1px solid var(--border-color);
    margin-top: 0;
    padding: 30px 0 0;
}
#button-upload222 {
    width: auto;
}
@media only screen and (max-width: 767px){
    #product-product .col-sm-6:first-child {
        width: 480px;
        margin: 0 auto 30px auto;
    }
    #product-product .nav-tabs {
        margin: 10px 0 15px;
    }
}
@media only screen and (max-width: 540px){
    #product-product .col-sm-6:first-child {
        width: auto;
    }
    #product-product .nav-tabs>li {
        width: 100%;
        text-align: center;
        float: unset;
    }    
}
@media only screen and (max-width: 425px){
    .right_info .product-rating{
        width: 100%;
        margin-bottom: 10px;
    }
    .right_info .reviews{
        margin: 0 18px 0 0;
    }
    .product-btn-quantity{
        margin-right: 12px;
    }
}

/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}
#accordion .panel-heading {
    background-color: var(--secondary-color);
}
.checkout-cart .input-group.btn-block .form-control {
    width: 45px;
    text-align: center;
    background: var(--secondary-color);
}
.checkout .input-group .form-control {
    z-index: 1;
    background: var(--secondary-color);
}
.cart_input_block.input-group {
    display: inline-block;
    width: auto;
}
#checkout-cart .img-thumbnail{
    max-width: unset;
}
#accordion.panel-group .panel+.panel {
    margin-top: 10px;
}
@media (max-width: 1199px){
    .checkout-cart .input-group.btn-block .form-control {
        margin-bottom: 5px;
    }
}

/*----------------------------------------------*/
/* Start Account */
/*----------------------------------------------*/
.account-content .list-group,
.account-content .box-content ul,
.sidebar .box-content ul{
    margin: 0;
}
.account-content .list-group ul a,
.sidebar li{
    text-transform: capitalize;
    border: none;
    font-size: 16px;
    padding: 15px 0;
    margin: 0 20px;
    background: transparent;
    color: var(--secondary-light-color);
    line-height: 20px;
}
.account-content .list-group ul a:hover,
.sidebar li:hover a{
    color: var(--primary-hover-color);
}
.well {
    background: var(--secondary-color);
    border: none;
    border-radius: 0;
}
.well > p {
    line-height: 25px;
}
.well h2 {
    margin: 0px 0 15px 0;
    font-size: 20px;
    font-weight: 600;
}
#account-login .breadcrumb {
    float: none;
}
#account-account #content ul li {
    padding-bottom: 5px;
}
#account-account #content h3 {
    margin: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}

/*----------------------------------------------*/
/* compare page */
/*----------------------------------------------*/
#product-compare .table {
    display: inherit;
    border-style: solid none none none;
    overflow: auto;
}
#product-compare .table>tbody+tbody {
    border-top: 1px solid var(--border-color);
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
#product-compare .img-thumbnail{
    padding: 0;
    border: none;
}

/*----------------------------------------------*/
/* site map */
/*----------------------------------------------*/
#information-sitemap #content li > a {
    line-height: 28px;
}

/*----------------------------------------------*/
/* manufacture page */
/*----------------------------------------------*/
#product-manufacturer #content p> a {
    color: var(--secondary-light-color);
}
.manufacturer-list {
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
    padding: 10px;
}
.manufacturer-heading {
    background: #eeeeee;
    font-weight: bold;
    padding: 8px;
}
.manufacturer-content {
    padding: 8px;
}

/*----------------------------------------------*/
/* Search page */
/*----------------------------------------------*/
@media (max-width: 767px){
    #product-search #content .row .col-sm-4 .form-control,
    #product-search #content .row .col-sm-3 .form-control {
        margin-bottom: 10px;
    }
}

/*----------------------------------------------*/
/* Next & Prev Button */
/*----------------------------------------------*/
.owl-nav i {
    display: none;
}
.owl-carousel.owl-theme .owl-nav{
    margin: 0;
}
.owl-carousel.owl-theme .owl-nav div {
    background-color: #8e8e8f;
    border: 1px solid #8e8e8f;
    border-radius: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    margin: 0;
    z-index: 999;
    padding: 9px 11px;
}
.owl-nav .owl-next {
    position: absolute;
    right: -5px;
    top: 40%;
    transform: translate(0,-60%);
}
.owl-nav .owl-prev {
    position: absolute;
    left: -5px;
    top: 40%;
    transform: translate(0,-60%);
}
.owl-carousel.owl-theme .owl-nav div:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before,
.swiper-viewport .swiper-button-next::before,
.swiper-viewport .swiper-button-prev::before{
    font-family: 'Mahardhi-Fonts' !important;
    font-size: 16px;
    text-align: center;
    display: block;
    color: var(--secondary-color);
}
.owl-nav .owl-prev:before,
.swiper-viewport .swiper-button-prev::before{ 
    content: "\e91f";
}
.owl-nav .owl-next:before,
.swiper-viewport .swiper-button-next::before{ 
    content: "\e920";
}
.swiper-viewport .swiper-button-next::before,
.swiper-viewport .swiper-button-prev::before {
    line-height: 40px;
}

/*----------------------------------------------*/
/* Buttons */
/*----------------------------------------------*/
.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: var(--secondary-color);
	background-color: var(--primary-color);
	background-repeat: repeat-x;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.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,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:active,
.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-primary:hover,
.btn-default.active,
.btn-default:active,
.btn-primary.focus,
.btn-primary:focus{
	box-shadow: none;
	background-color: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
	color: var(--secondary-color);
}
.btn-warning {
	color: var(--secondary-color);
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-danger {
	color: var(--secondary-color);
    text-shadow: none;
    background-color: #da4f49;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 15px;
    border: none;
    font-weight: 600;
}
.btn-success {
	color: var(--secondary-color);
	background-color: #5bb75b;
	background-repeat: repeat-x;
}
.btn-info {
	color: var(--secondary-color);
	background-color: #df5c39;
	background-repeat: repeat-x;
    border: none;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: var(--primary-color);
	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: var(--secondary-color);
	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 var(--border-color);
	color: #888888;
	padding: 8px 12px;
}
.btn-default,
.btn-primary {
    color: var(--secondary-color);
    text-shadow: none;
    background-color: var(--primary-color);
    border-radius: 0px;
    padding: 10px 15px;
    box-shadow: none;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
}
.btn-default:hover,
.btn-primary:hover{
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
/* Missing focus and border color to overwrite bootstrap */
@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;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
	/* Mahardhi */
	#content, #column-left, #column-right {
        width: 100%;
    }
	.slideshow .swiper-slide  img {
        width: 100%;
    }
}
/* 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%;
	}
}