body {
	color: #222222;
    font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../image/mahardhi/loader.gif) 50% 50% no-repeat rgb(255,255,255);
    opacity: 1;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #222222;
}
a:hover,a:focus {
	text-decoration: none;
	color: #ebd228;
}
::-moz-selection {
    background-color: #222222;
    color: #ffffff;
}

::selection {
    background-color: #222222;
    color: #ffffff;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
    color: #222222;
    font-weight: 400;
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control{
	font-size: 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.ui-widget-content{
    z-index: 9999 !important;
}
body ::-webkit-scrollbar-track
{
    background-color: #f2f2f2;
    border-radius:0;
}
body ::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: #ddd;
    border-radius: 0;
}
body ::-webkit-scrollbar-thumb
{
    background-color: #ddd; 
    border-radius: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}

/* touch scroll erroe fix !important*/
.owl-carousel {
    touch-action: manipulation; 
}

/*-- 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: #222;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 24px;
}
.error h2.page_title {
    text-align: left;
    margin-bottom: 20px;
}
.error .error__title {
    color: #ebd228;
    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: #cccccc;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.btn-default-grey {
    border-color: #d7d7d7;
    color: #ffffff  ;
}
/*end*/

/*Quickview loader*/
.preloader {
    position:fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index:9999999;
}
.preloader .spinner {
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ebd228;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/** QuickView **/
.quickview-wrapper-inner.container{
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.quickview-wrapper {    
    display: none;    
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;    
    z-index: 9999;
    max-width: 900px; 
}
.quickview-wrapper-inner{
    position: relative;
    background-color: #ffffff;
    transform:translateY(-50%) ;
    height: 70vh;
    top: 50%;
    padding: 30px 30px 30px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.quickview-overlay {
    display: none;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 99;
}
.quickview-btn {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
}
.quickview-loader{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    margin: auto;
}
.image_block {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transition: all .9s;
    top: 40%;
}
.product-thumb:hover .image_block .quickview {
    opacity: 1;
}
.image_block .quickview {    
    padding: 8px 23px; 
    background: #000000;
    opacity: 0;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
}
.image_block .quickview:hover{
    background: #000000;
    color: #fff;
}
.image_block .quickview:hover {
    background: #ebd228;
    box-shadow: none;
}
.quick-product-right .pro_price{
    margin-bottom: 0;
}

/** Newsletter Popup **/
.modal-open {
    overflow: unset !important;
    padding: 0px !important;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;  
    border-radius:0;  
    box-shadow: none;
}
@media (min-width: 576px){
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));        
    }
}
.modal-dialog{
    pointer-events: none;
}
.newsletter-popup .modal-dialog{
    margin:0px auto;
    max-width: 700px;
    text-align: center;
    width: auto;
}
.newsletter-btn-close.close{
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
    font-weight: 400;
    font-size: 22px;
    opacity: 1;
    outline: none;
}
.newsletter-popup .modal-body{
    padding:20px; 
}
.newsletter-content h3{
    font-weight: 600;
    text-transform: uppercase;    
    margin: 25px 0;    
}
.newsletter-content p{  
    margin-bottom: 20px;    
    line-height: 25px;
    padding: 0 25px;
    font-weight: 400;
}
.newsletter-content .newsletter_usr_popup_email {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #eee;
    padding: 0 10px; 
    background: #eee;
    font-size: 15px;
}
.newsletter-content .btn{
    text-transform: uppercase;
    font-weight: 500;
    display: table;
    margin: 20px auto;    
    padding: 9px 16px; 
}
.newsletter-content-bottom{
    margin-bottom: 20px;
}
.newsletter-btn-close {
    color: #333;
}
.newsletter-btn-close:hover {
    color: #ebd228;
}
.newsletter-popup-message .alert,
.common-home .newsletter-popup-message .alert{
    margin-bottom: 15px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #78ae00;
}
/* top */
.mycart{
    float: right;
}
#top .nav-left {
    float: left;
    padding: 12px 0;
}
.header-top{
    padding: 40px 0px;
    position: relative;
    background: #f7f7f7;
}
.top-center{
    display: inline-block;
    top: 5px;
    position: relative;
}
.header-right,
#top .container,
.header-top .container{
	text-align: center;
	position: relative;
}
#top {
	position: relative;
    background-color: #404040;
    border-top: 5px solid #ebd228;
}
 #top-links a{
    background: none;
 }
#top .btn-link{
	color: #333;
}
#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	line-height: 24px;
    font-weight: 300;
}
.Myaccount a span.wish-check {
    color: #222222;
}
.Myaccount a:hover span.wish-check{
    color: #ebd228;
}
#top .btn-link strong,
.Myaccount i.fa.fa-cog,
#top #form-currency .btn-link i,
#top #form-language .btn-link i,
#top .Myaccount li .fa-angle-down {
	font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #999999;
}
#top-links a + a {
	margin-left: 15px;
}
#form-currency .btn-link span,
#form-language .btn-link span,
.Myaccount a span {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
#form-currency .btn-link:hover span,
#form-language .btn-link:hover span,
.Myaccount a:hover span,
#top .btn-link:hover strong,
.Myaccount a:hover i.fa.fa-cog,
#top #form-currency .btn-link:hover i,
#top #form-language .btn-link:hover i,
#top .Myaccount a:hover .fa-angle-down{
    color: #fff;
}
.currency-box,
.languages-box,
.Myaccount{
    float: left;
}
ul.currency-menu,
.lan-dropdown {
    padding: 0px;
    list-style: none;
    float: left;
    clear: both;
}
#form-currency .currency-select {
    text-align: left;
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #dddddd;
}
li.myaccount-dropdown{
    padding: 0;
}
.Myaccount .currency-contant .pull-left,
.Myaccount .language-contant .pull-left {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
}
.Myaccount .dropdown .dropdown-menu{
	padding: 15px;
	border-radius: 0;
	border:1px solid rgba(0,0,0,.15);
}
.language-contant .btn-group,
.currency-contant .btn-group{
    float: left;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-currency .language-select:hover {
    text-shadow: none;
    color: #ebd228;
    background: none;
    background-repeat: repeat-x;
}

#top #form-language .btn-link,
#top #form-currency .btn-link {
    color: #222222;    
    border: none;
    border-radius: 0;
    padding: 0px 0px 0px 20px;
}
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}
#top #form-language .dropdown-menu .btn-link,
#top #form-currency .dropdown-menu .btn-link {
   color: #222222;  
}
#top #form-language .btn-link {
    padding: 0;
}
#top #form-language .dropdown-menu .btn-link,
#top #form-currency .dropdown-menu li > button,
.dropdown-menu.dropdown-menu-right li a {
    padding: 7px 0;
}
.language-contant .btn-group {
    float: left;
}
#top #form-language .dropdown-menu,
#top #form-currency .dropdown-menu,
.dropdown-menu.dropdown-menu-right  {
    position: absolute;
    left: 0;
    right: auto;
    text-align: left;
    margin: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.dropdown-menu.dropdown-menu-right{
    left: auto;
}
#top #form-language .dropdown-menu,
#top #form-currency .dropdown-menu{
    top: 30px;
    padding: 0 20px;
}
.dropdown-menu.dropdown-menu-right{
    padding: 0 20px;
}
#top #form-language .dropdown-menu li,
#top #form-currency .dropdown-menu li,
.dropdown-menu.dropdown-menu-right li{
    border-bottom: 1px solid #dddddd;
}
.dropdown-menu.dropdown-menu-right li:last-child,
#top #form-language .dropdown-menu li:last-child,
#top #form-currency .dropdown-menu li:last-child{
    border:none;
}
#top #form-language .dropdown-menu li > button,
#top #form-currency .dropdown-menu li > button,
.dropdown-menu.dropdown-menu-right li  a{
    padding: 7px 0;
    line-height: 26px;
     text-align: left;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    font-weight: 300;
    height: inherit;
    border-radius: 0;
    text-decoration: none;
}
#top #form-language .dropdown-menu li > button:hover,
#top-links .dropdown-menu a:hover,
#top #form-currency .dropdown-menu li > button:hover{
    color: #ebd228
}
.nav-left p{
    margin: 0px;       
}
/* logo */
.top-left {
    position: relative;
    float: left;
}
.n-p{
    padding: 0 !important
}

/*contact*/
.top-right.top_contact {
    float: right;
}
.telephone{
    background: url(../image/mahardhi/Call-Icon.png) no-repeat scroll 3px 5px;
    padding: 0 0 0 60px;
    text-align: left;
}
.telephone .phone {
    border-left: 1px solid #dddddd;
    padding: 4px 0 4px 20px;
}
.telephone span {
    color: #ebd228;
    font-size: 16px;
    font-weight: 500;
}
.telephone p{
    font-size: 14px;
    margin: 0;
}
#information-contact .location-title i {
    border: 2px solid #dddddd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #999999;
    font-size: 16px;
    height: 30px;
    margin: 7px 8px 7px 0;
    padding: 5px;
    text-align: center;
    width: 30px;
    position: relative;
    top: 5px;
}
#information-contact .location-detail {
    margin: 0 0 10px 37px;
    color: #999999;
    font-weight: 400;
}
#information-contact .location-title {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
}
a.btn.btn-info.map_btn {
    margin-left: 37px;
}
#information-contact .col-sm-12{
    padding: 0;
}

/* search */
#search .input-lg{
    border-radius: 5px;
    font-size: 14px;
    border: none;
    width: 400px;
    height: 40px;
    padding: 0 25% 0 10px;
	box-shadow: none;
}
#search .btn-lg {
    padding: 11px 20px;
    position: absolute;
    border-radius: 0 5px 5px 0;
    right: 0;
    background: #000000;
    color: #fff;
}
.product-search .cat_info {
    margin-top: 30px;
}

/* Mahardhi Search */
.ui-autocomplete.ui-menu .ui-menu-item {
	list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
	position: relative;
	display: table;
	width: 100%;
	padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
	display: table-cell;
	vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
	width: 80px;
	padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail {
	white-space: nowrap;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
	color: #666;
	text-decoration: line-through;
	margin-left: 10px;
}
.btn_search{
/*	background: url(../image/mahardhi/header-icon.png) no-repeat scroll 5px 8px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	position: relative;
	padding:4px;
*/}
.btn_search:hover{
	/*background: url(../image/mahardhi/header-icon.png) no-repeat scroll 5px -39px;*/
}
.header-search.active{
    opacity: 1;
    visibility: visible;
}
.text-empty {
    margin-top: 10px;
}
/* End search */

/* start static menu*/
.static .nav>li{
    display: inline-block;
}
.header-menu-list{
    background: #ebd228;
    margin-bottom: 30px;
}
.static {
    text-align: center;
}
.static .nav > li > a {
    font-size: 16px;
    color: #fff;
    padding: 12.5px 30px;
    text-transform: uppercase;
    font-weight: 500;
    background: transparent;
    outline: none;
}

/* Menu */
#menu .dropdown-inner li,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#menu .dropdown-inner li .sub-menu li {
    padding-bottom: 0;
}
#menu .menulist .dropdown-menu a {
    font-size: 14px;
}
/*menu static end*/

/* Start Account*/
.dropdown-menu.dropdown-menu-right{
    border-radius: 0;
}
/*End Account*/

/*Start cart */
#cart .dropdown-menu {
    width: 320px;
    padding: 0px;
    border: 1px solid #dddddd;
    overflow: hidden;
    display: none;
    background: #fff;
    z-index: 1001;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#cart > button {
    box-shadow: none;
    width: auto;
    position: relative;
    border: 0;
    background: #ebd228;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px 20px;
}
#cart > button:before {
    content: "\f290";
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #fff;
    float: left;
    padding-right: 20px;
}
#cart .cart_block {
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
}
span.cart-heading {
    font-size: 14px;
    line-height: 18px;
    display: block;
    animation: mymove 5s infinite;
}
#top-links.Myaccount .list-inline {
    margin: 0;
    padding-left: 20px;
}
#cart-total {
    font-size: 12px;
}
.table-striped>tbody>tr,
.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #ffffff;
}
.table>tbody>tr>td {
    border-top: none;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu table td {
    border: none;
    background: none;
    padding: 5px 4px;
    white-space: normal;
}
#cart .dropdown-menu .product-cart-img img{
    border: 1px solid #dddddd;
    border-radius: 0; 
    max-width: 100%;
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}
#cart .dropdown-menu .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}
#cart .dropdown-menu .btn-danger {
    background: #fff;
    color: #222222;
    border-radius: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
    padding: 10px 20px  0px 20px;
}
#cart .dropdown-menu li + li div {
    border-top: 1px solid #dddddd;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
}
#cart .text-right .addtocart-btn {
    margin: 0 5px 0 0;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn {
    width: auto;
    display: inline-block;
    color: #222222;
    padding: 9px 16px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    line-height: 22px;
    text-transform: capitalize;
    background: #eeeeee;
    text-decoration: none;
}
#cart .text-right .addtocart-btn:hover,
#cart .text-right .checkout-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:focus {
	background: #ebd228;
    text-decoration: none;
    color: #ffffff;
}
#cart .dropdown-menu .table>tbody>tr>td {
    vertical-align: top;
}
#cart .dropdown-menu li td,
#accordion .table>tfoot>tr>td,
#accordion .table>thead>tr>td{
	color: #222222;
    font-size: 14px;
    font-weight: 500;
}
#cart .dropdown-menu table td.product-cart-thumb{
    padding: 0;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}
#cart .dropdown-menu li .product-item-name{
   color: #666;
   font-weight: 300; 
}
.product-cart-info{
    margin-top: 8px;
}
#cart .dropdown-menu li a:hover{
	color: #ebd228;
}
#cart .product-cart-info .product-cart-qty {
    font-weight: 300;    
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: #ebd228;    
}
#cart .dropdown-menu li tr:last-child td:last-child,
#accordion .table>tfoot>tr:last-child>td:last-child{
    font-size: 16px;
    color: #ebd228;
}
#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;
}
.product-cart-button{
    padding: 0px 0px 20px 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child{
    border-bottom: none; 
    padding-bottom: 0px;
    margin-bottom: 0px; 
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 18px;
}
#cart .dropdown-menu table td.product-cart-close{
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;      
}
#cart .dropdown-menu li p {
    margin: 0px;
    font-size: 14px;
}
.product-cart-empty {    
    padding-bottom: 20px;
    padding-top: 20px;

}
.btn.focus, .btn:focus, .btn:hover{
    color: #fff;
}
.product-cart-close i {
    font-size: 14px;
}
.checkout .img-thumbnail {
    max-width: none;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		/*width: 100%;*/
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		/*min-width: 100%;*/
	}
}
/*End Cart*/


/* menu */
@media (min-width: 992px){
    .header-menu {
        display: none;
    }
    /*menu fixed*/
    .header-menu-list.fixed {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 9;
        -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        animation: slide-down 0.7s;
        left: 0;
        right: 0;
    }
    .static .nav > .menulist > a:after {
        content: '';
        height: 20px;
        width: 1px;
        background: #fff;
        position: absolute;
        right: 0;
    }
    .static .nav > li > a:hover, #menu .nav > li.open > a, #menu .nav > li > a:active {
        color: #222222;
        background: none;
    }
}
@media (max-width: 991px){
    .static {
        display: none;
    }
}

/*Main Slider*/
.swiper-pager div{
    color: #fff;
    text-shadow: none;
    background: #000;
}
.swiper-pager div:hover {
	background-color: #ebd228;
}
.swiper-viewport:hover .swiper-button-next,
.swiper-viewport .swiper-button-next,
.swiper-viewport:hover .swiper-button-prev,
.swiper-viewport .swiper-button-prev{
    opacity: 1!important;
    text-align: center;
    height: 40px;
    width: 30px;
}
.swiper-viewport:hover .swiper-button-next,
.swiper-viewport .swiper-button-next {
	right: 0!important;
    border-radius: 5px 0 0 5px;
}
.swiper-viewport:hover .swiper-button-prev,
.swiper-viewport .swiper-button-prev {
	left: 0!important;
    border-radius: 0px 5px 5px 0px;
}
.swiper-pager div i {
	line-height: 40px;
	font-size: 30px;
}
.slideshow .swiper-button-prev:before,
.slideshow .swiper-button-next:before{
	content:""; 
	font-size:14px;
	text-shadow: none;
}
.slideshow .swiper-pagination{
    bottom: 10px;
}
.swiper-pagination .swiper-pagination-bullet{
    height: 14px;
    width: 14px;
    border-radius: 50px;
    background: #fff;
    box-shadow: none;
}
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover{
    background: #ebd228;
}
.subbanner-item-inner img {
    width: 100%;
    height: 100%;
}

/*start banner effect*/
.subbanner-item-inner1{
   margin-right: 15px;
}
.subbanner-item-inner1 {
    margin-right: 15px;
}
.subbanner-item-inner2 {
    margin-left: 15px;
}
.subbanner-section .subbanner-image-wrapper a,
.col-sm-3 .swiper-slide a{
    display: block;
    position: relative;
    overflow: hidden;
     -webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
     transition: all 0.5s; 
}
.subbanner-section .subbanner-image-wrapper img,
.col-sm-3 .swiper-slide img {
    width: 100%;
}
.subbanner-section .subbanner-image-wrapper a:before,
.subbanner-section .subbanner-image-wrapper a:after{
    content: "";
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    bottom: -100%;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.subbanner-section .subbanner-image-wrapper a:after,
.col-sm-3 .swiper-slide a:after {
    top: -100%;
    bottom: auto;
}
.subbanner-section .subbanner-image-wrapper:hover a:after,
.col-sm-3 .swiper-slide:hover a:after {
    top: 50%;
    opacity: 1;
}
.subbanner-section .subbanner-image-wrapper:hover a:before,
.col-sm-3 .swiper-slide:hover a:before {
    bottom: 50%;
    opacity: 1;
}
.subbanner-section .subbanner-image-wrapper a{
    border-radius: 5px;
}
.col-sm-3 .swiper-slide img{
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
.col-sm-3 .swiper-slide a:hover img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*end banner effect*/

/*start Latest Product*/
.box {
    margin-top: 30px;
}
.rating .fa-star-o:before,
#tab-review .fa-star-o:before {
    content: "\f005";
}
.thumb-description p{
    display: none;
}
.thumb-description p.price{
    display: block;
    margin: 5px 0 5px 0;
}
#content.col-sm-9 .page-title {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}
#content.col-sm-9 .page-title h3,
#product-product .tabs>li.active>a,
#product-product .tabs>li.active>a:focus,
#product-product .tabs>li.active>a:hover,
#product-product .tabs>li>a:focus,
#product-product .tabs>li>a:hover { 
	position: relative;
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11.5px 20.24px;
    background: #ebd228;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
    color: #fff;
}
#content.col-sm-9 .page-title h3{
    margin-bottom: -1px;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	left: auto; 
    right: 15px;
    position: absolute;
    top: -65px;
    border: 1px solid #dddddd;
    background: none;
    color: #000;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
}
.owl-theme .owl-nav .owl-prev{
	left: auto;
	right: 50px;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
	border: 1px solid #ebd227;
	background: #ebd227;
	color: #ffffff;
}
.product-thumb .button-group .compare{
	border: medium none;
    background: #333333;
    height: 41px;
    width: 19.2%;
    padding: 0px;
}
.product-thumb .button-group .fa {
    font-size: 20px;
    margin: 0px;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
}
.product-thumb .button-group .wishlist {
    text-align: center;
    background: #333333;
    padding: 0px;
    height: 41px;
    width: 19.2%;
    border-left: 1px solid #5a5a5a;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #5a5a5a;
}
.product-thumb .button-group .addcart {
    border-radius: 5px;
    padding: 8px 22px;
    background: #eeeeee;
    color: #222222;
    font-weight: 400;
}
.product_btn {
    bottom: -45px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 0px;
}
.product-thumb:hover .quickview-button {
    display: block;
}
.product-thumb .image a {
    display: block;
}
.product-thumb h4 {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.product-thumb h4 a{
	color: #999999;
}
.product-thumb h4 a:hover,
#column-left .product-thumb .button-group .addcart:hover,
#column-right .product-thumb .button-group .addcart:hover{
	color: #ebd228;
}
.thumb-description{
    text-align: center;
    padding:7px 2px
}
.product-thumb .price{
    color: #222222;
    font-size: 14px;
    font-weight: 600;
}
.product-thumb .price-old {
	color: #999999;
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 12px;
}
.product-thumb .price-tax {
	color: #666666;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	overflow: auto;
}
.product-carousel.owl-theme .owl-nav {
	margin:0px;
}
.rating .fa-stack,
#tab-review  .fa-stack{
    font-size: 8px;
}
.rating .fa-star-o,
#tab-review  .fa-star-o{
    color: #cccccc;
    font-size: 15px;
}
.rating .fa-star,
#tab-review .fa-star{
    color: #ebd228;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o{
    color: #ebd228;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
#checkout-cart  .table>thead>tr>td,
#checkout-cart  .table>thead>tr>th{
    padding: 10px;
    font-weight: 500;
}
h2.price {
    margin: 0;
}
.sale-text {
   position: absolute;
    right: 0;
    top: 10px;
    background: #ebd228;
    color: #fff;
    padding: 2px 9px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px 0 0 5px;
    font-weight: 500;
}
.product-thumb .rating,
.product-thumb .button-group .compare,
.product-thumb .button-group .wishlist {
    display: none;
}
#product-compare .table-bordered {
    display: inherit;
    overflow: auto;
    border-style: solid none none none;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}

/*start service*/
.cms-inner {
    display: flex;
}
.cms-inner1{
    margin-right: 30px;
}
.cms-inner1,.cms-inner2 {
    display: flex;
    border: 1px solid #dddddd;
    padding: 13px 50px;
}
.cms-inner1 .service-icon1 {
    background: url(../image/mahardhi/shipping-truck.png) no-repeat 0;
    padding: 36px 39px;
}
.cms-inner2 .service-icon2 {
    background: url(../image/mahardhi/telephone.png) no-repeat 0;
    padding: 36px 26px;
}
.content-detail h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #222222;
    margin: 0 0 5px 0;
}
.content-detail p {
    color: #999999;
        margin: 0;
}
.content-block {
    padding: 10px 0 10px 26px
}
/*end service*/

/*Blog*/
.blog-info {
    position: relative;
}
.blog-info .image{
	position: relative;
	overflow: hidden;
}
.blog-block:hover .blog-info img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(opacity=50);
}
.blog-block .blog-info img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.blog-block:hover .post_hover {
    opacity: 1;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.blog-block .post_hover {
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
}
.blog-block:hover .hover-zoom, .blog-block:hover .hover-post {
    opacity: 1;
    transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
}
.blog-block .hover-zoom, .blog-block .hover-post {
    background-color: #f7f7f7;
    color: #222;
    display: inline-block;
    opacity: 0;
    position: relative;
    transform: scale(0) rotate(0deg);
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    margin: 0 5px;
    border-radius: 50%;
    height: 37px;
    line-height: 37px;
    width: 37px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.blog-block .hover-zoom:hover, .blog-block .hover-post:hover{
	background-color: #ebd228;
	color: #ffffff;
}
.blog-block .hover-zoom i, .blog-block .hover-post i {
	font-size: 16px;
    line-height: 37px;
}
.blog-desc h4 {
    font-size: 14px;
    margin: 13px 0px;
}
.blog-block h4:hover a{
	color: #ebd228;
} 
.blog-group {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.blog-group:before {
    content: "";
    background-color: #222222;
    height: 4px;
    width: 4px;
    position: absolute;
    z-index: 1;
    top: 8px;
    border-radius: 50%;
}
.blog-view {
    margin-left: 8px;
}
.blog-text {
    margin: 10px 0 0 0;
    line-height: 24px;
    color: #999999;
}
.owl-theme .owl-nav{
    margin: 0!important;
}
.blog-read{
	background: #eeeeee;
    padding: 10px 20px;
    border-radius: 5px;
}
.blog-read:hover{
	background: #ebd228;
    color: #fff;
}
.blog-read span {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
}
.blog-block h4.blog-title{
    margin-top: 15px;
    font-size: 18px;
}
.article-container .thumbnail {
    border: none;
    margin-bottom: 0;
}
#commnt_form label.control-label {
    text-align: left;
}
#commnt_form label {
    color: #333;
}
.product-thumb.blog-block.clearfix{
    border-radius: 0;
}
.blog-info .image::before{
    border-bottom: 1px solid #fff;
    border-top: 1px 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);
}
.blog-info .image::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
}
.blog-info .image::after,
.blog-info .image::before {
    bottom: 40px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 15px;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    z-index: 1;
}
.blog-block:hover .blog-info .image::after,
.blog-block:hover .blog-info .image::before{
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);    
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.blog-title {
    margin: 0px;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
}
.blog-category .blog-date,
#content-blogs .blog-date{
    position: absolute;
    top: 0;
    background: #ebd228;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.blog-category .blog-view,
.blog-category .leave-comment {
    color: #999999;
    font-size: 14px;
    line-height: 36px;
    margin: 0;
    text-transform: capitalize;
}
.blog-category .leave-comment:hover,
.blog-category .leave-comment:hover i.fa.fa-comment-o{
    color: #ebd228;
}
#category-blogs .post_hover{
    top: 40%;
}
.blog-block i.fa.fa-comment-o{
    font-size: 14px;
    vertical-align: unset;
    color: #999999;
    margin-right: 5px;
}
.blog-block .comment {
    float: right;
}
.caption-blog p,.article-container p {
    line-height: 25px;
    margin: 10px 0 10px 0;
    font-size: 14px;
    color: #999999;
}
.blog-comment {
    margin: 0;
}
.product-list .blog-block .button-group {
    display: block;
}
.blog-title {
    margin-bottom: 15px;
}
.info_blog p {
    line-height: 25px;
    margin-top: 15px;
}
.mblog {
    margin-bottom: 25px;
}
.comment-item {
    min-height: 80px;
    padding: 10px;
}
.comment_cust .comment-text .user_img {
    float: left;
    height: 60px;
    width: 60px;
    background-color: #eeeeee;
    border-radius: 50px;
    text-align: center;
    line-height: 65px;
}
.comment_cust .comment-text .user_img i {
    font-size: 24px;
}
.comment_cust .comment-desc {
    line-height: 25px;
    letter-spacing: 0.5px;
}
.comment_cust .comment-desc {
    padding-left: 75px;
}
.comment_cust .comment-desc .name {
   font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}
.comment_cust .comment-desc .date {
    color: #999999;
}
.info_blog p{
    line-height: 25px;
    margin-top: 15px;
}
.comment_cust h4{
    margin-bottom: 20px;
    color: #222;
    font-size: 18px;
}
.comment_cust .panel-default{
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 25px;
}
#post_comment #commnt_form.form-horizontal .control-label,
.form-horizontal .control-label {
    text-align: left;
    font-size: 16px;
    font-weight: 100;
}
#post_comment #commnt_form.form-horizontal .form-control,
.form-horizontal .form-control{
    font-size: 14px;
    border-radius: 5px;
    height: 40px;
}
#post_comment #commnt_form.form-horizontal .form-group {
    margin-bottom: 30px;
}
#post_comment #commnt_form.form-horizontal .buttons.text-left,
#post_comment #commnt_form.form-horizontal .form-group:last-child {
    margin: 0;
    padding: 0;
}
#post_comment #commnt_form.form-horizontal .form-control::placeholder{
    color: #999999;
}
#comment_btn{
    width: auto;
    border: none;
    display: inline-block;
    color: #222222;
    border-radius: 5px;
    padding: 8px 23px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #eeeeee;
    text-decoration: none;
    outline: none;
}
#comment_btn:hover{
    background: #ebd228;
    color: #ffffff;
    font-weight: 500;
}

#post_comment label{
    color: #222;
}
.product-list .product-thumb .caption-blog .button-group{
    border: none;
}
/*end blog*/

/*Newslatter*/
.newsletter-inner.newsletter-block.clearfix {
    background: #f7f7f7;
    padding: 25px 20px 30px;
}
.newsletter-block .description {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.newsletter-form {
    padding-top: 27px;
}
.newsletter-block .block-content .subscribe-form {
    position: relative;
}
.newsletter-block .block-content .txtemail {
    width: 100%;
    border: none;
    height: 40px;
    font-size: 14px;
    border-radius: 0;
    padding: 10px 50px 10px 10px;
    box-shadow: none;
    border: 1px solid #d2d2d2;
}
.newsletter-block .block-content .subscribe-btn{
    background-color: #ebd228;
    border-radius: 0;
    border: none;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.newsletter-wrapper .btn.button_mini::before {
    content: "\f1d9";
    font-family: "FontAwesome";
    font-size: 20px;
    position: relative;
}
/*End Newslatter*/

@media (max-width: 1199px) and (min-width: 680px){
    .hidden-md {
        display: inline!important;
    }
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px; 
}
footer a:hover {
	color: #ebd228;
}
footer h5 {
	font-size: 14px;
    font-weight: 600;
    color: #222222;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.footer-top{
	background: #f9f9f9;
}
.footer_middle.clearfix {
    padding: 48px 0 35px;
}
.footer-bottom{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.footer-top li{
	display: block;
    width: 100%;
    line-height: 30px;
}
.footer_social a {
    color: #999999;
    font-size: 22px;
    line-height: 60px;
    height: 60px;
    width: 42px;
    display: inline-block;
    text-align: center;
}
.footer_middle .col-sm-3,
.footer_middle .col-sm-2 {
    padding-left: 0;
}
.col-sm-3.clearfix.footer-right-panel {
    padding-right: 0;
}
.footer-top .position-footer-right ul li {
   padding: 0 0 0 25px;
    line-height: 30px;
}
.footer-top .position-footer-right ul.social-media li {
    padding-left: 0px;
}
.position-footer-right li i {
    position: absolute;
    left: 0;
    color: #ebd228;
    font-size: 16px;
    font-weight: 600;
    line-height: inherit;
}
.position-footer-left p{
    line-height: 30px;
    margin: 0;
}
.footer_middle ul{
    margin:0;
}
.position-footer-left h5 {
    display: none;
}
.position-footer-left li:last-child{
    padding: 0;
}
.position-footer-left li:first-child{
    padding: 0 0;
}
.position-footer-right li:last-child{
    margin-bottom: 0px;
}
.payment_block.list-unstyled,
li.payment_block.list-unstyled:last-child {
    margin: 0px;
}
.footer_social .facebook.social_block:hover {
    background-color: #617bba;
}
.footer_social .twitter.social_block:hover {
    background-color: #55ACEE;
}
.footer_social .g-plus.social_block:hover {
    background-color: #dd4b39;
}
.footer_social .rss.social_block:hover {
    background-color: #ff6600;
}
.footer_social .linkedin.social_block:hover {
    background-color: #007bb5;
}
.footer_social .instagrm.social_block:hover {
    background-color: #125688;
}
.footer_social .youtube.social_block:hover {
    background-color: #bb0000;
}
.footer_social a:hover{
    color: #fff;
}
.footer_payment {
    float: right;
    padding: 18px 0;
}
.footer_social {
    float: left;
}
p.powered {
    margin: 25px 0;
    text-align: center;
    font-weight: 500;
    color: #999999;
}
.powered a {
    color: #999999;
}
/* alert */
div#map {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}
div#gmap_canvas {
   height: 400px;
   width: 100%;
}
#information-contact .panel-group{
    display: none;
}
.alert {
    padding:14px 30px 14px 15px;
    border-radius: 0;
    text-align: center;  
    position: relative;
    line-height: 20px;
}
.alert.alert-success {
    position: fixed;
    left: 0;
    top: 1px;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0;
}
.alert-dismissable .close,
.alert-dismissible .close {
    color: #222;
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    line-height: 45px;
    top: 0;
    font-weight: 300;
    text-shadow: none;
    outline: none;
}
.common-home .alert{
    margin: 0px;
}
.nessletter_banner .alert,
.newsletter-content-innner .alert{
    margin: 15px auto 0;
    display: table;
    position: relative;
    width: 100%;
}
@media (min-width: 541px) {
    .newsletter-content-innner .alert{
        max-width: 70%;
    }
}
.right-info .alert,.quick-product-right .alert{ 
    margin: 0;
}
.article-container .alert{
    position: relative;
    margin-bottom: 20px; 
}
/* breadcrumb */
.breadcrumb-row {
    background: #f9f9f9;
    padding: 10px 15px;
}
.breadcrumb i {
	font-size: 16px;
}
.breadcrumb > li {
	padding: 0 15px 0 7px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '\f105';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    color: #bebebe;
}
.breadcrumb {
    list-style: outside none none;
    margin-bottom: 0px;
    padding:0;
    float: right;
    border: none;
    background: none;
    border-radius: 0;
}
.breadcrumb > li:last-child::after {
    content: "";
}
.breadcrumb > li:first-child {
    padding: 0 15px 0 0;
}
.breadcrumb  li:last-child{
    padding: 0px 0 0 7px;
    font-size: 16px;
}
.breadcrumb a {
    color: #222222;
}
.breadcrumb a:hover {
    color: #ebd228;
}
.breadcrumb li:last-child a {
    color: #ebd228;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 8px 12px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus{
    outline: none;
}
.btn-info.focus, .btn-info:focus,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover{
	background-color: #df5c39;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
	background-repeat: repeat-x;
}
.btn-primary {
	background-color: #eeeeee;
    border: none;
    color: #222222;
    font-size: 14px;
    text-transform: capitalize;
    box-shadow: none;
    text-shadow: none;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 19px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #ebd228;
    border: none;
    color: #ffffff;
    box-shadow: none;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-repeat: repeat-x;
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-repeat: repeat-x;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-repeat: repeat-x;
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-repeat: repeat-x;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	cursor: pointer;
	color: #333;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
}
#accordion.panel-group .panel{
    border-radius: 0px;
}
#accordion.panel-group .panel+.panel {
    margin-top: 20px;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}
/* list group */
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	margin-bottom: 30px;
	overflow: auto;
	position: relative;  
    border: 1px solid #dddddd;
    border-radius: 5px;  
}
.product-list.blog-category .product-thumb:hover,
.product-list.blog-category .product-thumb {
    border: none;
}
.product-list .product-thumb{
    margin-bottom: 30px;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-list .image {
    border: none;
    margin-right: 15px;
}
.product-list .product-thumb .button-group .compare,
.product-list .product-thumb .button-group .wishlist{
	width: auto;
    padding: 0px 18px;
    display: inline-block;
}
.product-list .product-thumb:hover h4 {
	color: #ebd228;
}

.product-list .product-thumb .button-group .addcart:hover{
	background: #ebd228;
    color: #fff;
}
.list-rating {
    margin-bottom: 8px;
}

/*Category Page*/
.common-home #content[class*="col-sm-"]{
    margin-top: 0px;
}
.page_title,
.article-page-title{
	color: #222222;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
.cat_thumb .cat_img {
    float: left;
    padding: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}
.cat_thumb .img-thumbnail {
    border: medium none;
    padding: 0;
    border-radius: 0;
}
.cat_thumb .cat_des {
   float: left;
    padding: 0;
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
}
.cat_thumb .cat_des p{
    margin: 0;
}
.text_refine {
    text-transform: uppercase;
    color: #ebd228;
    margin: 18px 0px;
    font-size: 16px;
}
.refine .list-unstyled {
    margin-bottom: 30px;
}
.refine .list-unstyled > li {
   display: inline-block;
    margin-right: 5px;
    padding: 8px 15px;
    color: #222222;
    font-size: 16px;
    background: #eeeeee;
    border-radius: 5px;
}
.refine .list-unstyled > li a {
    color: #222222;
}
.refine .list-unstyled > li:hover a {
    color: #ebd228;
}
.cat_info.clearfix {
   margin-bottom: 30px;
    border: 1px solid #dddddd;
    width: 100%;
}
.cat_list_gird {
    float: left;
    width: auto;
    margin-top: 0px;
    padding: 0;
}
.cat_list_gird #list-view.btn.btn-default,
.cat_list_gird #grid-view.btn.btn-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    color: #333;
    padding: 9px 10px;
    line-height: 15px;
}
.cat_list_gird #list-view.btn.btn-default i,
.cat_list_gird #grid-view.btn.btn-default i{
    font-size: 20px;
}
.cat_list_gird #grid-view.btn.btn-default.active,
.cat_list_gird #grid-view.btn.btn-default:hover,
.cat_list_gird #list-view.btn.btn-default.active,
.cat_list_gird #list-view.btn.btn-default:hover {
    border: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    color: #ebd228;
    padding: 9px 10px;
    line-height: 15px;
}
.com-total {
    float: left;
    margin: 0px 20px 0;
}
#compare-total.btn.btn-link {
    color: #222222;
    font-size: 16px;
    outline: none;
    border: none;
    padding: 8px 0px;
    font-weight: 100;
    text-decoration: none;
}
#compare-total.btn.btn-link:hover{
    color: #ebd228;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.cat-pagination-right {
    float: right;
    width: auto;
    padding: 4px 0 2px;
}
.cat-sort, .cat-show {
    float: left;
}
.cat-show .col-md-7{
    padding: 0 10px 0 5px;
}
.cat-sort .col-md-7{
    padding: 0;
}
.cat-sort {
    margin-right: 25px;
}
.text-right.show-text {
    padding: 0px 5px;
}
.text_sort {
    width: auto;
    padding: 0;
   	font-size: 16px;
    margin-top: 6px;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat_info .cat-pagination-right .sort-order#input-sort {
    border: 1px solid #dddddd;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.select-filter-show::after,
.select-filter-sort::after {
    font-family: 'fontawesome';
    content: '\f0dd';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 2px;
    color: #999999;
    pointer-events: none;
}
.text_limit {
    margin: 6px 0 6px;
    padding: 0;
    width: auto;
    font-size: 14px;
}
select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.cat-sort .form-control,
.cat-show .filter-selection .form-control,
.cat-pagination-right .limits-text {
    background-color: #ffffff;
    padding: 4px 12px;
    margin: 0;
    border-radius: 5px;
    /*margin-top: 2px;*/
    height: 30px;
}
.product-grid .list-button-group,
.product-grid .list-rating {
    display: none;
}
.product-list .product_btn,
.product-list .rating {
    display: none;
}
.product-list .list-rating .rating {
    display: block;
}
.product-list .product-thumb .rating{
	padding-bottom: 0px; 
}
.product-list .list-rating .rating{
    position: relative;
    top: auto;
}
.product-list .thumb-description p {
    display: block;
    color: #999999;
    line-height: 24px;
    margin: 5px 0;
}
.row.pro_pagination {
    margin: 0px;
    border: 1px solid #dddddd;
   padding: 4px 0px 4px;
    clear: left;
    height: 40px;
}
.pagination {
    margin: 0;
    vertical-align: top;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: #ebd228;
    cursor: pointer;
    z-index: 2;
    border: 1px solid #ebd228;
    color: #fff;
}
.pagination>li>a,
.pagination>li>span {
    color: #222222;
    float: left;
    margin-left: 10px;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 4px 10px;
}
.pro_pagination .text-right {
    float: left;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    padding: 0 0 0 10px;
}
.pro_pagination .text-left {
    float: right;
    text-align: right;
    padding: 0 10px 0 0;
}
.product-list .pro_pagination .text-right{
	color: #333;
}
.product-list .thumb-description.clearfix{
	background: none;
    padding: 0px;
    overflow: hidden;
    padding: 25px 0px;
}
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
.product-list .product-thumb .caption {
    text-align: left;
    width: 65%;
}
.description {
    line-height: 25px;
}
.product-grid .product-thumb .pro_list,
.product-list .product-thumb .pro_grid,
.product-grid .btn-group.clearfix,
.product-list .caption .price {
    display: none;
}
.product-list .thumb-description .pro_list {
    display: inline-block;
    position: absolute;
    top: 30px;
    bottom: 30px;
    width: 22.7%;
    right: 0;
    text-align: left;
    padding: 29px 20px;
    border-left: 1px solid #dddddd;
}
.product-list .product-thumb .price {
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    margin: 0px 0px 13px 0px;
}
.product-list .product-thumb .price-old{
    font-size: 16px;
    font-weight: 400;
}
.product-list .product-thumb .price-tax {
    color: #999999;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

/*Product Page*/
.product_title,
.item-title {
    margin: 0;
    font-size: 18px;
    color: #222222;
    margin-bottom: 8px;
    font-weight: 600;
}
.stock-info b{ 
	color: #333;
}
#content .right-info ul.list-unstyled li b,
.tab-pane h3,
.tab-pane b {
    color: #222222;
}
.right-info .rating,
.quickview-container .rating.clearfix {
    margin-bottom: 15px;
}
.rating .product-rating {
    float: left;
    padding: 0px 15px 0 0;
}
.rating > a {
    float: left;
    font-size: 16px;
    padding: 0px 15px 0 0;
}
a.reviews:hover {
    color: #222;
}
.right-info .product-manufacturer,
.quick-product-right .product-manufacturer {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}
.pro_price {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}
.product_price{
	margin:15px 0;
}
.pro_oldprice{
	font-size: 14px;
    margin-left: 5px;
}
.quick-product-right .pro_oldprice{
    margin: 0;
}
hr {
    margin: 15px 0;
    border-top: 1px solid #dddddd;
}
.pro_tax {
    font-size: 14px;
    color: #999999;
    font-weight: 500;
}
.right-info .btn-block,
.quick-product-right .btn-block {
    border-radius: 5px;
    padding: 9px 13px;
    background: #ebd228;
    width: auto;
    color: #ffffff; 
    font-weight: 400;    
}
.product-options h3{
    margin: 0 0 15px 0;
}
.product-options label{
    margin: 0;
}
.right-info .btn-block:hover,
.right-info .btn-block.btn-primary:active,
.right-info .btn-block.btn-primary:active:hover,
.quick-product-right .btn-block:hover {
	background: #eeeeee;
    color: #222222;
    border: none;
}
.right-info .disc,.quick-product-right .disc {
    font-weight: 400;
    color: #222222;
}
.right-info li a,
.right-info .disc1,
.quick-product-right li a,
.quick-product-right .disc1{
    color: #999999;
}
.stock-info .disc1,.disc1.stock-info{ 
    color:#ebd228;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover{
    background: #ebd228;
}
#product-product .thumbnail:hover,
.quickview-container .thumbnail:hover {
    border-color: #dddddd;
}
.right-info .btn-block.btn-upload {
    line-height: 14px;
}
.btn-default {
    width: auto;
    border: none;
    display: inline-block;
    color: #ffffff;
    padding: 8px 14px;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    background: #ebd228;
    text-decoration: none;
    border-radius: 4px;
    text-shadow: none;
}
.btn-default:hover{
    background: #eeeeee;
    color: #222222;
}
.right-info .btn-default,
.quick-product-right .btn-default{
    padding: 10px 16px;
}
.right-info .form-control,
.quick-product-right .form-control {
    border-radius: 0px;
    height: 40px;
    transition: none;
    color: #888;
}
.right-info #input-quantity,
.quick-product-right #input-quantity {
    float: left;
    width: 60px;
    height: 36px;
    text-align: center;
    margin-right: 10px;
}
.product-btn-quantity .qty{
	float: left;
    margin: 8px 10px 8px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.pro_wish,.pro_comper {
    border: none;
    background: none;
    padding: 0px;
    color: #222222;
    outline: none;
}
.pro_wish:hover,
.pro_comper:hover,
.product-thumb .pro_wish:hover,
.product-thumb .pro_comper:hover,
.product-thumb h4:hover a {
	color: #ebd228;
}
.pro_comper {
	margin: 0px;
}
.pro_wish:before {
    content: "\f004";
    font-family: "FontAwesome";
    float: left;
    font-size: 15px;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.pro_comper {
    margin-left: 15px;
}
.pro_comper:before {
    content: "\f0ec";
    font-family: "FontAwesome";
    float: left;
    font-size: 15px;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.thumbnail {
    padding: 0px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    padding: 0;
    margin: 0 0 20px;
    overflow: hidden;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -khtml-transition: none;
    -o-transition: none;
    position: relative;
}
#additional-carousel .owl-nav .owl-next,
#quick-carousel .owl-nav .owl-next {
    right: 0;
}
#additional-carousel .owl-nav .owl-prev,
#quick-carousel .owl-nav .owl-prev {
    left: 0;
    right: auto;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div {
    top: 39%;
}
#additional-carousel .owl-nav div:hover,
#quick-carousel .owl-nav div:hover{
    background: #ebd228;
    border:1px solid #ebd228;
}
#additional-carousel .owl-nav div:hover i,
#quick-carousel .owl-nav div:hover i{
    color: #fff;
}
.thumbnails-gellery {
    clear: both;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;    
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#product-product .nav-tabs {
    margin-bottom: 0px;
    margin-top: 30px;
    border-bottom: 1px solid #dddddd;
}
#product-product .nav-tabs>li {
    float: left;
}
#product-product .tabs>li.active>a,
#product-product .tabs>li.active>a:focus,
#product-product .tabs>li.active>a:hover,
#product-product .tabs>li>a:focus,
#product-product .tabs>li>a:hover {
    padding: 9px 21px;
    margin-right: 2px;
    font-weight: 500;
}
#product-product .tab-content {
    padding: 30px 0 0;
}
.related-products-block {
    margin-top: 30px;
}
#product-product .nav-tabs>li>a {
    color: #222222;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 9px 21px;
    border: none;
}
#form-review .table-bordered {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
#review strong{
    font-weight: normal;
    text-transform: capitalize;
}
#form-review .table>tbody>tr>td{
    border: 1px solid #eee;
}
.tab-pane, .tab-pane p font {
    color: #999999;
    font-size: 14px;
    line-height: 25px;
}
.tab-content h2{
    font-size: 16px;
    color: #333;
}
.tab-review .table-bordered{
    border: 1px solid #dddddd;
}
.related-products-block .page-title h3 {
    margin-top: 50px;
}
.related-products-block .product-thumb{ 
	margin-bottom: 0px;
}
.manufacturer-list {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: #eeeeee;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.dropdown-menu-right{
    display: none;
}
/*quickView*/
.quickview-content {
    padding: 15px 5px;
}
.quick-product-right .btn-group.clearfix {
    margin-bottom: 15px;
}
/*End quickView*/

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
    padding:0px; 
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    max-width: 45px;
    text-align: center;
    height: 36px;
}
.checkout-cart .input-group.btn-block .form-control {
    width: 45px;
    height: 36px;
    background: #fff;
}
#checkout-cart table .input-group-btn {
    display: table;    
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px 15px;
    font-weight: 400;
	vertical-align: middle;
    white-space: unset!important;
}
.table>tbody+tbody {
    border-top: 1px solid #ddd;
}
#checkout-cart  td.cart-total-title{
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
#checkout-cart  td.cart-total-price{
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
#checkout-cart tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: #ebd228;
}
    
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
/* Mahardhi */
/* Common */
.relative {
	position: relative;
}
.m-auto {
	margin: 0px auto;
}
.m-image-auto {
	width: auto !important;
}
.common-home .swiper-viewport {
	box-shadow: none;
	border: none;
	border-radius: 0;
	overflow: hidden;
	margin: 0px;
}
/* Category Menu */
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
	content: "\f068";
}
.child-categories {
	display: none;
}
.category-list .has-more-category .toggled {
	position: absolute;
	right: 6px;
	padding: 0px 5px;
}
.category-list .list-group-item {
	color: #666666;
	text-decoration: none;
	background: none;
	border: none;
    padding: 10px 0px;
}
.category-list .list-group-item.active,
.category-list .list-group-item.active:focus,
.category-list .list-group-item.active:hover {
	color: #222;
	text-decoration: none;
	background: none;
	border: none;
}
.toggled .toggle-open {
	position: absolute;
	right: 15px;
}
footer .toggled .toggle-open {
	position: absolute;
	right: 15px;
	top: 0;
}
.toggled.active .fa-chevron-down:before {
	content: "\f077";
}
/* End */

/* left - right side */
.alert + #column-left,
.alert + #column-right{
    margin-top: 0px;
}
.alert + #column-left + #content,
.alert + #column-right + #content{
    margin-top: 0px;
}
#column-left .product-thumb,
#column-right .product-thumb {
	border: none;
    margin-bottom: 0;
    border-radius: 0;
}
#column-left .product-layout + .product-layout .product-thumb{
    margin-top: 20px; 
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
	float: left;
    width: 35%;
	margin-right: 5%;
    border: 1px solid #dddddd;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
	float: left;
    width: 60%;
	padding: 0px;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0px;
}
#column-left .thumb-description .price-tax,
#column-right .thumb-description .price-tax {
	display: none;
}
#column-left .product-thumb p,
#column-right .product-thumb p,
#column-left .product-thumb .button-group .compare,
#column-right .product-thumb .button-group .compare,
#column-left .product-thumb .button-group .wishlist,
#column-right .product-thumb .button-group .wishlist{
	display: none;
}
#column-left .product-thumb p.price,
#column-right .product-thumb p.price {
	display: block;
    margin: 0px;
}
#column-left .product-thumb .button-group button:hover,
#column-right .product-thumb .button-group button:hover{
    background: none;
    color: #ebd228;
}
#column-left .product-title,
#column-left .product-title {
	margin-top: 0px;
}   
#column-left  .box-category h3,
#column-right  .box-category h3,
.filter h3,#column-left  .box-content h3,
#column-right .box-content h3,
#column-right .newsletter-wrapper h3,
#column-left .newsletter-wrapper h3,
#column-left .category-heading h3,
#column-right .category-heading h3{
	color: #ffffff;
    padding: 10px 20px;
    background: #ebd228;
    border-radius: 5px 5px 0 0;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    border-bottom: none;
    margin-bottom: 0;
    position: relative;
}
#column-left .product-thumb .button-group .addcart,
#column-right .product-thumb .button-group .addcart {
    padding: 0;
    background: none;
}
#column-left .box-content ul,
#column-right .box-content ul,
#column-left .box-content .block_box,
#column-right .box-content .block_box,
#column-left .box-content .filter_box,
#column-right .box-content .filter_box,
#column-left .vertical-category > ul,
#column-right .vertical-category > ul{
    background: #f7f7f7;
    margin-bottom: 0;
}
#column-left .thumb-description.clearfix,
#column-left .thumb-description.clearfix,
#column-right .thumb-description.clearfix,
#column-right .thumb-description.clearfix{
	background: none;
    overflow: hidden;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price,
#column-left .product-thumb .rating,
#column-right .product-thumb .rating,
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	text-align: left;
}
#column-left .product_btn .compare,
#column-right .product_btn .compare,
#column-left .product_btn .wishlist,
#column-right .product_btn .wishlist{
    display: none;
}
#column-left #special-carousel,
#column-right #special-carousel,
#column-left #bestseller-carousel,
#column-right #bestseller-carousel,
#column-left #latest-carousel,
#column-right #latest-carousel,
#column-left #featured-carousel,
#column-right #featured-carousel {
    padding: 20px 20px;
}
#column-left .product-thumb h4,
#column-right .product-thumb h4 {
  	margin: 0px 0px 0 0px;
    font-size: 14px;
    overflow: hidden;
}
#column-left .product-thumb .price-new,
#column-right .product-thumb .price-new{
    font-weight: 600;
    font-size: 14px;
}
#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old{
    color: #999999;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 600
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating{
   display: block;
   position: relative;
   top: 0;
   left: auto;
   right: auto; 
   margin-bottom: 0; 
   line-height: 18px;
}
#column-left .container.latest-product,
#column-right .container.latest-product {
    width: auto;
    padding: 0;
}
#column-left .latest-product > .row,
#column-right .latest-product > .row{
    margin: 0;
}
#column-left > div,
#column-right > div {
    margin-bottom: 30px;
}
#column-left > div:last-child,
#column-right > div:last-child {
    margin-bottom: 0;
}
#column-left .newsletter-wrapper.nessletter_banner,
#column-right .newsletter-wrapper.nessletter_banner{
    margin-bottom: 0;
}
.account-content {
    position: relative;
}
#column-left ul li, #column-right ul li{
    padding: 8px 20px;
    font-size: 16px;
}
#column-left ul li:first-child,
#column-right ul li:first-child{
    padding-top: 15px;
} 
#column-left ul li:last-child,
#column-right ul li:last-child{
    padding-bottom: 15px;
}
#column-left ul li a,
#column-right ul li a{
    background: none;
}
#column-left ul li a:hover,
#column-right ul li a:hover,
#column-left ul a:hover,
#column-right ul a:hover{
    color: #ebd228;
    background: none;
}
.account-content .list-group a:hover{
    color: #333;
}
.account-content .list-group a.active,
.account-content .list-group a.active:hover,
.account-content .list-group a:hover{
    background: none;
}
.account-content .list-group a {
    border: none;
    padding: 8px 20px;
    font-size: 16px;
    background: none;
    color: #222222;
}
#column-left .account-content ul a:first-child,
#column-right .account-content ul a:first-child {
    padding-top: 20px;
}
#column-left .account-content ul a:last-child,
#column-right .account-content ul a:last-child {
    padding-bottom: 18px;
}
#column-left .sale-text,
#column-right .sale-text,
#column-left .image_block,
#column-right .image_block{
    display: none;
}
.sitemap li {
    margin: 5px 0;
    font-size: 16px;
}
.sitemap li:last-child {
    color: #222;
}
.filter.panel-default {
	border: none;
	box-shadow: none;
    margin-bottom: 20px;
}
.main-item.active .toggled > .fa-angle-right:before,
.toggle-menu.active > .fa-angle-right:before {
    content: "\f068";
}
.filter_box a.list-group-item,
.filter_box label {
   color: #222222;
    text-transform: capitalize;
    border: none;
    font-size: 14px;
    font-weight: 100;
}
.filter_box a.list-group-item{
    padding: 20px 20px 15px 20px;
}
.filter_box .list-group-item {
    border: none;
}
.filter .list-group a.active,
.filter .list-group a.active:hover,
.filter .list-group a:hover {
    text-shadow: none;
    background: transparent;
}
#filter .panel-footer {
    background-color: transparent;
    text-align: left;
    padding: 10px 20px 20px;
}
.filter_box .list-group-item .checkbox{
    margin-top: 0;
}
.filter_box .list-group-item .checkbox:last-child{
    margin: 0;
}
#button-filter {
    background-color: #eeeeee;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    box-shadow: none;
    text-shadow: none;
    color: #222222;
    font-weight: 500;
    padding: 6px 12px;
    line-height: 24px;
    text-align: right;
    border-radius: 5px;
}
#button-filter:hover{
    background: #ebd228;
    color: #fff;
}
.filter_box .list-group-item {
	padding: 0px 30px;
    background: none;
}
#column-left .swiper-viewport,
#column-right .swiper-viewport {
    border: none;
    box-shadow: none;
    margin: 0 0 0;
}
/* End */
.banner-cms,
#column-left .block_box,
#column-right .block_box{
	padding: 0px 15px;
}

/* Category page */
.product-grid .description {
	display: none;
}
/* End */

/* Product page */
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin: 10px;
	display: block;
	border: 1px solid #dddddd;
}
.thumbnails .image-additional {
	float: left;
	width: 100%;
}
#additional-carousel .image-additional img,
#quick-carousel .image-additional img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.form-control:focus{
    box-shadow: none!important;
    border: 1px solid #ddd;
}
/* End */
#checkout-cart .btn-block .btn-primary{
    border: none;
    padding: 8px 12px;
}
#checkout-cart .btn-block .btn-danger{
    box-shadow: none;
    border-radius: 0px;
    border-color: #ac2925;
}
/*Account*/
.panel-default>.panel-heading {
    color: #222222;
    background-color: #eeeeee;
    }
#accordion .btn-primary{
        padding: 8.5px 15px;
}
#account-wishlist table .btn-primary,
#account-order table .btn-primary{
    padding: 8px 11px;
}
.account-login .breadcrumb{
    width: 100%;
    text-align: right;
    margin: 0 0 20px;
}
.well {
    border: 1px solid #dddddd;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    border-radius: 0;
    background-color: #fff;
}
.well h2 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.account-login strong {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
#account-account .col-sm-9 .list-unstyled li a{
    padding-bottom: 5px;
    display: block;
}
#account-account .col-sm-9 h2{
    margin: 0px 0px 10px 0px;
}
#account-return .date button.btn.btn-default{
    padding: 10px 13px;
}
/*other Pages*/
#accordion .panel-body h2 {
    font-size: 18px;
    font-weight: 400;
}
/* Back to top */
.back-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
    line-height: 30px;
	padding: 3px;
	text-align: center;
	background-color: #ebd228;
	border: 1px solid #ebd228;
	z-index: 5;
    color: #ffffff;
}
.back-to-top:hover,.back-to-top:focus {
	background-color: #ebd228;
    border: 1px solid #ebd228;
    color: #ffffff;
}
/* */
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0px;
	}
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		margin-left: 15px;
		width: 60%;
	}    
    .product-list .thumb-description .pro_list{
        top: 56%;
        bottom: 20px;
        width: 35%;
        padding: 20px 15px;
    }
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
    .telephone{
        padding: 0 0 0 50px;
    }
    .telephone .phone{
        padding: 4px 0 4px 10px;
    }
    .top-center,.top-right.top_contact {
        width: 100%;
    }
    .header-search,.telephone {
        display: inline-block;
    }
    .top-center{
        margin-bottom: 15px;
    }
    .product-left{
        width: 450px;
        margin: 0 auto;
    }
}
.product-thumb .button-group button {
	border: none;
	display: inline-block;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #ebd228;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button:focus {
    outline: none;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 641px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
	/* Mahardhi */
	#content,
	#column-left,
	#column-right {
		width: 100%;
	}
	#menu #category {
		display: block !important;
	}
	#menu .navbar-toggle {
		display: block;
	}
	#menu .navbar-header {
		float: none;
	}
	.footer-top .col-sm-3 {
		width: 100%;
	}
}
@media (max-width: 640px) {
    #content .col-xs-12:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) {
	#menu .dropdown:hover .dropdown-menu,
	#menu .menulist.menu_drop:hover .dropdown-inner,
    #menu.menulist.menu_drop:hover .dropdown-inner {
    	display: block;
    	visibility: visible;
    }
	#topCategoryList .menu_drop .dropdown-inner{
		position: absolute;
		visibility: hidden;
	}
	#menu .dropdown .dropdown-menu,
	#menu ul li.hiden_menu .dropdown-inner {
		background-color: #ffffff;
		border: none;
		left: 15px;
		right: auto;
		padding: 0px;
		display: none;
		position: absolute;
		z-index: 5;
		border-bottom: 2px solid #83b700;
	}
}
/* mahardhi */
@media (max-width: 1200px) {
    .product-thumb .button-group .addcart{
       padding: 8px 20px;
    }
    .cms-inner1,
    .cms-inner2{
        padding: 13px 20px;
    }
}
@media (max-width: 1150px) {	
	.footer_payment.col-lg-6,
	.footer_social.col-lg-6{
		width: 50%;
		float: left;
	}	
	.col-sm-6.services.service_content1,
	.col-sm-6.services.service_content2 {
		padding-right: 0;
	}
	.top-center{
		padding-right: 0;
	}
    .currency-menu{
        display: block !important; 
    }
    .top-left {    
        width: 25%;
    }
    .content-detail h4{
        font-size: 22px;
    }
}
@media (max-width: 1024px) {
	.image_block .quickview{
		top: 32%;
		left: 40%;
	}	
	.text-right.show-text {
    	padding: 0px 5px;
	}	
}
@media (max-width: 991px) {
    /*menu start*/
    #menu .btn-navbar{
        background: none;
        border: none;
        color: #333;
        box-shadow: none;
        padding: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        top: 0;
        display: flex;
        margin: 15px 0;
    }
    #menu .btn-navbar span:before {
        top: -7px;
    }
    #menu .btn-navbar span:before,
    #menu .btn-navbar span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #ffffff;
        left: 0;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    #menu .btn-navbar span:after {
        top: 7px;
    }
    #menu .btn-navbar span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #ffffff;
        left: auto;
        top: 8px;
    }
    #menu .btn-navbar.active span {
        background: rgba(0,0,0,0);
    }
    #menu .btn-navbar.active span:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
    }
    #menu .btn-navbar.active span:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
    }
    /*end menu*/
    #topCategoryList .dropdown.menulist .dropdown-menu{
        padding: 0 15px;
    }
    .position-footer-left h5 {
        display: block;
    }
    .col-sm-3.clearfix.footer-right-panel{
        margin-bottom: 0;
    }
	.box-category h3.toggled {
		margin: 5px 0px;
	}
	#selectMe-desk {
		display: none;
	}
	#topCategoryList {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 11;
		top: 100%;
		padding: 12px 15px;
		background: rgba(0,0,0,0.7);
	}
	#menu #topCategoryList ul {
		margin: 0px;
		float: none;
		display: block;
	}
	#topCategoryList ul li {
		float: none;
	}
	#topCategoryList li .toggle-menu {
		position: absolute;
		right: 5px;
		color: #ffffff;
		top: 8px;
		padding: 2px 6px;
	}
	#topCategoryList li.sub-menu-item .toggle-menu {
		top: 7px;
		right: 10px;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
		border: none;
		box-shadow: none;
		display: none;
		background: transparent;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
		display: block;
	}
	#menu #topCategoryList .dropdown-inner a {
		color: #fff;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
	    position: relative;
		left: auto;
		border: none;
		background: transparent;
		padding: 0px 10px;
	}
	#menu #topCategoryList .dropdown-inner a,
	#menu .nav > li > a {
		color: #fff;
		padding: 6px;
		min-height: 15px;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 14px;
		line-height: 26px;
		margin: 0px;
        background: none;
        display: block;
	}
    #menu .nav > li:first-child > a,
    #menu .nav > li:last-child > a{
        padding: 6px;
    }
	#menu .btn-navbar{
		background: none;
		border: none;		
		color: #333;
		box-shadow: none;
		margin-right: 0;
		padding: 0;
	}
    #menu .dropdown-menu .dropdown-inner > ul,
    .menu-nav .dropdown-menu {
        padding: 0;
    }
	#menu #category{
		color: #ffffff;
		letter-spacing: 0.5px;
		padding-left: 0px;
		line-height: 48px;
        font-size: 16px;
	}
	#top .container{
		position: relative;
	}	
	#menu {
		width: 100%;
		margin-bottom: 0;
	}
	#menu .btn-navbar i {
		font-size: 25px;
		line-height: 30px;
	}
	#menu .btn-navbar:hover,
	#menu .btn-navbar:focus {
		color: #333;
		background-color: transparent;
		outline: none;
	}
	#topCategoryList #more_cat {
		display: none;
	}
	#menu .dropdown-inner,
	#navCategory .dropdown-inner {
		display: block;
	}
    .top-left {
        width: 100%; 
        margin-bottom: 15px;       
    }
    #logo{
        display: inline-block;
    }
    .top-center{
        float: left;
    }
    #service-block .service-outer h3:before{
        top: auto;
        left: auto;
        position: relative;
    }
    .service-outer h3{
        text-align: center;
        padding:  10px;
        line-height: 40px;
    }
    .header-top{
        padding:20px 0;
    }
    .top-right{
        top: 20%;
    }    
    .main-category.left-column-main-category{
        display: none;
    }
    #column-left > div,
    #column-right > div {
        margin: 30px 0 0 0;
    }
	.services.service_content1 {
		padding-left: 0;
	}	
	.col-sm-2.top-right{
		float: right;
	}
	.breadcrumb {
        text-align: right;
    }
    .page_title{
        text-align: left;
    }
	#column-left .swiper-viewport,
	#column-right .swiper-viewport { 
		display: none;
	}	
	.show-select,
	.text-right.show-text {
		display: inline-block;
	}
    .show-select {
        padding: 0 10px;
    }
	#column-left .category-list,
	#column-right .category-list,
	#column-left .filter,
	#column-right .filter, 
	#column-left .box-content.special,
	#column-right .box-content.special {
		margin-bottom: 0px;
	}
	#column-left .category-list,
	#column-right .category-list,
    #column-left .filter .box-content,
    #column-right .filter .box-content,
    .sidebar,
    #column-right .box-content.special,
    #column-left .box-content.special{
		margin-bottom: 0;
	}
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: auto;
    }
    #column-left .box-content.latest,
    #column-right .box-content.latest{
        padding: 0;
    }
    .menulist > a::after{
        background: none;
    }
    .btn_search{
        padding: 18px;
    }
    .footer_payment.col-lg-6,
    .footer_social.col-lg-6{
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer_payment.col-lg-6{
        padding: 10px 15px;
    }
    .footer_payment.col-lg-6 {
        padding: 25px 15px;
    }
    p.powered{
        top: auto;
        position: relative;
    }
    .account-login .breadcrumb{
        text-align: center;
    }
    .footer_middle .col-sm-3,
    .footer_middle .col-sm-2{
        margin-bottom: 20px;
        padding-left: 0;
        width: 100%;
        padding-right: 0;
    }
    .footer_middle.clearfix {
        padding: 30px 0 20px 0;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        margin-right: 15px;
    }
    footer {
        margin-top: 30px;
    }
    .position-footer-left p{
        line-height: 20px;
    }
    .footer-top li:first-child {
        padding-top: 0;
    }
    .image_block{
        display: none;
    }
    .cat-pagination-right {
        padding: 2px 0 2px;
    }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

@media (max-width: 767px) {    
    #product-search #content .row .col-sm-4 .form-control,
    #product-search #content .row .col-sm-3 .form-control {
        margin-bottom: 10px;
    }
    .hidden-xs{
        display: block!important;
    }
    .myaccount-dropdown .hidden-xs{
        display: inline!important;
    }
	.col-sm-3.top-left{
		float: left;
	}
    #search .btn-lg i {
        font-size: 18px;
    }    
	.product-grid,
    #related-carousel .product-layout.col-sm-4.col-xs-12,
    .box .product-layout.col-sm-4.col-xs-12{
		width: 33.33%;
	}
	.row.pro_pagination{
		height: auto;
	}
	.pro_pagination .col-sm-6.text-right,
	.pro_pagination .col-sm-6.text-left {
		width: 100%;
		text-align: center;
        margin: 0;
	}		
    .product-list .thumb-description.clearfix {
        width: 100%;
        padding: 20px 0;
    }
    .cat-pagination-right {
        width: 100%;
        float: left;
        margin-bottom: 8px; 
    }
    #additional-carousel .image-additional a img,
    #quick-carousel .image-additional a img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
    .caption-blog {
        display: inline-block;
        width: 100%;
    }
    .image-blog {
        float: left;
        width: 100%;
    }    
    .right-info {
        margin-top: 20px;
    }
    .banner-item-inner{
        text-align: center;
    }
    .banner-image-wrapper img{
        margin: 0 auto;
    }
    .banner2 .banner-item-inner,
    .subbanner2 .banner-item-inner  {
        margin-top: 30px;
    }
    .subbanner-item{
        width: 50%;
        float: left;
    }
    .product-list .image{
        margin:0;
    }
    #top #form-language .dropdown-menu,
    #top #form-currency .dropdown-menu{
        right: 0px;
    }
    p.powered,.position-footer-bottom{
        float: none;
        text-align: center;
    }
    .text_sort{
        padding-left: 5px;
    }
    .row.pro_pagination{
      padding: 7px 0px 7px;
    }
    #account-register #column-left,
    #account-register #column-right {
        margin-top: 80px;
    }
}
@media (max-width: 640px) {
    .newsletter-popup .modal-dialog {
        max-width: 90%;
    }
    .footer_payment,.footer_social{
        width: 100%;
        float: none;
        padding: 0
    }
    .footer_payment{
		padding: 0 0 20px;
    }
    #related-carousel .product-layout.col-sm-4.col-xs-12,
    .product-grid,
    .box .product-layout.col-sm-4.col-xs-12{
        width: 50%;
    }
}
@media (max-width: 680px) {
    .breadcrumb,.page_title {
        text-align: center;
    }
    .cms-inner {
        display: block;
    }
    .cms-inner1{
        margin-right: 0;
        margin-bottom: 30px
    }
    .cms-inner .col-sm-6{
        justify-content: center;
    }
    .breadcrumb{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 680px) {
	.checkout-cart .input-group.btn-block .form-control{
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
    .product-left{
        width: 100%;
    }
    #cart .dropdown-menu {
        width: 320px;
    }
    .newsletter-block  .text-content {
        padding: 0 15px;
    }
	.footer_payment.col-lg-6,
	.footer_social.col-lg-6{
		width: 100%;
		float: none;
		text-align: center;
	}	
	.banner .banner-inner{
		width: 100%;		
	}
	.banner-cms1 {
		margin-bottom: 30px;
	}
    #product-product .nav-tabs{
        border: none;
    }
    .cat-pagination-right{
        margin:5px 0 8px;
    }
    .payment_block {
        margin-bottom: 20px;
    }
    .newsletter-block .title-text{
        font-size: 20px;
    }
    .related-products-block .col-xs-6{
        width: 100%;
    } 
    .nav-right{
        margin-top: 5px;
    }
    .subbanner-item{
        width: auto;
        float: none;
    }
    .subbanner-item-inner1 {
        margin-right: 0;
        margin-bottom: 30px;
    } 
    .subbanner-item-inner2 {
        margin-left: 0;
    }
    .product-list .thumb-description .pro_list{
        display: block;
        position: unset;
        border-left: none;
        padding: 0 15px 0;
        width: auto;
    }
    .product-list .product-thumb .caption{
        width: auto;
    }
    #form-language img {
        vertical-align: unset;
    }
    #product-product .nav-tabs>li {
        float: unset;
        width: 100%;
        text-align: center;
    }
    #product-product .nav-tabs>li a{
        width: 100%;
    }
    .product-list .thumb-description p.price {
        margin: 8px 0 10px;
    }
    .product-list .product-thumb .price-tax{
        margin-top: 5px;
    }
}
@media (max-width: 600px) {
    .myaccount-dropdown .hidden-xs,
    #form-currency .btn-link span,
    #form-language .btn-link span {
        display: none!important;
    }
}
@media (max-width: 425px) {
    .newsletter-block .title-text{
        font-size: 22px;
    }
    #product-product .nav-tabs>li.active>a,
    #product-product .nav-tabs>li.active>a:focus,
    #product-product .nav-tabs>li.active>a:hover{
        border: none;
    }
    #cart .dropdown-menu{
        right: 0px;
        width: 290px;
    } 
    #search .input-lg{
        width: 290px;
        padding-right: 35%;
    }
    #cart > button{
            padding: 4px 8px;
    }
    #cart > button:before{
            padding-right: 8px;
    }
    span.cart-heading{
            font-size: 12px;
    }
    #cart-total{
        font-size: 10px;
    }
    .blog-category .blog-view{
        margin: 0;
    }
    .caption-blog p{
        margin: 10px 0;
    }
    .refine .list-unstyled > li{
        display: table;
        margin: 5px 0 0 0;
    }
}
@media (max-width: 375px) {
    .col-sm-3.top-left,
    .col-sm-2.top-right{
        width: 100%;
        float: none;
        padding: 0px;
    }
    .col-sm-2.top-right {
        justify-content: center;
    }
    .col-sm-3.top-left img{
        margin:0 auto;
    }
    .cat-show{
        margin-top: 10px;
    }
    .text_limit {
        margin: 6px 10px 0px 5px;
    }
    .page-title h3{
        font-size: 22px;
    }
    #compare-total.btn.btn-link{
        padding: 7.5px 0px;
    }   
    #logo img{
        margin: 0 auto;
    }
    #service-block .service-outer h3:before{
        background: none;
        padding: 0px;
        margin: 0px;
    }
    .dropdown-menu-right{
        right: 25%;
    }
    .content-detail h4{
        font-size: 18px;
    }
    .content-block {
        padding: 10px 0 10px 15px;
    }
    .product-grid,
    #related-carousel .product-layout.col-sm-4.col-xs-12,
    .box .product-layout.col-sm-4.col-xs-12{
        width: 100%;
    }
    .footer_social a{
        width: 38px;
    }
}
@media (max-width: 320px) {
	.newsletter-block .block-content .txtemail {
		width: 100%;
	}
	.newsletter-block .title-text{
		font-size: 18px;
	}
	#column-left .swiper-viewport img,
	#column-right .swiper-viewport img{
		width: 100%;
	} 
    .rating .product-rating{
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .right-info .btn-block{
        padding: 10px 33px;
    }
}

/* Mahardhi Category */
#column-left .dropdown-inner li.menu-item,
#column-right .dropdown-inner li.menu-item {
	padding: 0;
}
.m-list {
	padding: 0px;
	list-style: none;
}
#navCategory .dropdown-menu.item-column {
	left: 100%;
	top: 0px;
}
.cat-list.dropdown:hover .dropdown-menu {
	display: block;
}
#navCategory .list-group-item {
	border-radius: 4px;
}
#navCategory .dropdown-inner a {
	min-width: 180px;
	padding: 5px 20px;
}
#navCategory .dropdown.cat-list:after {
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	right: 12px;
	top: 12px;
}
#navCategory .dropdown-inner a:hover {
	color: #222222;
	background-color: #f5f5f5;
}
#navCategory .column-1 .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 10px;
	top: 8px;
}
#navCategory .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
	position: absolute;
	display: none !important;
	left: 100%;
	top: 0px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
#navCategory .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
	display: block !important;
}
#navCategory .navcol-menu:not(.column-1) .dropdown-inner li.dropdown-submenu {
	padding-bottom: 4px;
}
#navCategory .cat-list .dropdown-submenu ul.sub-menu a {
	font-size: 12px;
	color: #797979;
}
/* End */

/** Category DropDown Menu **/
.vertical-category-wrapper{
    position: relative;
    padding: 0;
    width: 100%;
}
#column-left ul li.submenu3,
#column-right ul li.submenu3 {
    padding: 12px 12px 8px 0;
    padding-left: 0;
}
ul.category-list > li {
    width: 100%;
}
ul.category-list > li  a{
    background: none;
    padding: 0;
    text-transform: capitalize;
}
ul.category-list > li .megamenu-dropdown .dropdown-inner li:last-child a{
    padding: 0;
}
#column-left ul.category-list > li:hover > a{
    color: #ebd228;
}
ul.category-list .single-dropdown .megamenu-dropdown li a,
ul.category-list .single-dropdown .megamenu-dropdown .dropdown-inner li:last-child a{
    padding: 7.5px 15px 7.5px 15px;
}
ul.category-list .single-dropdown .megamenu-dropdown li a:after{
    top: 7.5px;
    right: 20px;
}
ul.category-list li.dropdown > a:after{ 
	content: "\f105";
	font-family: fontawesome;
	font-size: 14px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
@media (max-width: 1199px) {
    ul.category-list li.dropdown > a:after{ 
        right: 0;
    }
}
@media (min-width: 992px) {
    .column2 .dropdown .dropdown-toggle{
        font-weight: 400;
    }
    #column-left .column2 .dropdown ul.list-unstyled.childs_1 a{
        color: #999999;
    }
    ul.category-list li.dropdown .dropdown-wrapper a:after{ 
        display: none;
    }
    #column-left ul.category-list > li .megamenu-dropdown li.dropdown:hover .single-dropdown1,
    #column-left .column2 .dropdown ul.list-unstyled.childs_1 a:hover {
        color: #ebd228;
    }
    ul.category-list .dropdown-menu.single-dropdown {
        width: 200px;
    }
    ul.category-list li .dropdown-menu{
        display: none;
        left: 100%;
        background: #f7f7f7;
        border-radius: 0; 
        padding: 7.5px 0;
        top: 0;    
        border: none;      
    }
    ul.category-list li:hover > .dropdown-menu{
        display: block;
    }
    .category-list .dropdown-menu .dropdown-inner{
        display: table;
    }
    .category-list .dropdown-menu .dropdown-inner > ul {
        display: table-cell;
    }
    .category-list .dropdown-inner a {
        min-width: 200px;
        padding: 5px 20px;
    }  
   .category-list .dropdown-inner a {
        min-width: 200px;
        display: block;
        padding: 7.5px 15px;
        clear: both;
        line-height: 20px;
        font-size: 14px;
    } 
}