/* hidden shopping cart icon */
.navbar-cart-inner {
display:none; 
}

.main {
  color: #c5c5c5;
}

/* font size menu header */
.navbar-custom .nav li > a {
    font-size: 14px;
}

/* title banner */
.module-title {
 color:#fff; 
}

.a{
 color:#fff; 
}

.single-product .product_title {
  color:#fff !important;
}

/* change width banner product category */
@media screen and (min-width: 750px){

.shop_isle_bannerss_section .col-sm-4 {
    width: 50%;
} }

.sidebar .widget-title {
  color: #fff;
}

/* title product on product categories page */
.product .woocommerce-loop-product__title {
  color: #fff !important;
}

/* shop page product per row */
ul.products li.product {
	clear: none !important;
}
ul.products li.product.first {
	float: left !important;
	clear: left !important;
}
@media (max-width: 992px) {
	ul.products li.product:nth-child(2n+1){
	    clear: left !important;
	    float: left !important;
	    width: 50% !important;
	}
	ul.products li.product {
	    width: 50% !important;
	}
	ul.products li.product.first {
	    float: left !important;
	    clear: none !important;
	}
}
@media (max-width: 200px) {
	ul.products li.product,
	ul.products li.product:nth-child(2n+1),
	ul.products li.product.first {
	    width: 100% !important;
	    float: none !important;
	}
}

.page-numbers .a {
  color: #fff !important;
}