/* gradient */

.grad1 {
  background-color: #921e2d; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #e61c24 , #921e2d );
}

/* Center Logo For Mobile Devices (adjust max-width accordingly) */
@media only screen and (max-width: 9999px) {
  #site-header #site-logo {    
    float: none;    
    display: block;    
    text-align: center;    
    width: 100%;
    max-width: none;
  }
  #site-logo-inner {    
    display: block;
  }
  #site-header #site-logo img {    
    display: inline;    
    float: none;
  }
}

#site-logo .site-logo-text {
    color: #e32027!important;
}

a {
    text-decoration: none;
}

/* Display Shopping Cart Icon on Mobile */

@media only screen and (max-width:9999px) {

	body.has-mobile-menu #site-navigation-wrap {
		display: block !important;
	}
	body.has-mobile-menu #site-navigation-wrap li {
		display: none !important;
	}
	body.has-mobile-menu #site-navigation-wrap li.woo-menu-icon {
		display: block !important;
	}

	body #mobile-menu {
	    right: 40px;
	}

}

/* images grid size */

.img-grid img {
    max-width: 90%;
    height: auto;
}

/* whatsapp hover*/

.joinchat__button:hover {
    background: #25d366!important;
}

/* woocommerce styling */

.woocommerce .product .summary {
	background-color: #ffffff;
	padding: 25px
}

.woocommerce .quantity input[type=number] {
	background-color: #ffffff;
	width: 90px;
	color: #000000;
	font-weight: bold;
}

.woocommerce .product .summary .price {
	font-size: 35px;
	font-weight: bolder;
}

.price>.amount, .price ins .amount {
	color: #a01;
	font-weight: bold;
	font-size: 25px;
}

.product_meta {
	font-size: 14px;
}

.products.wpex-grid .product {
		background-color: #ffffff;
		padding: 0px 0px 20px
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title {
	padding: 0px 10px
}


h6 {
    font-size: 12px;
}

.woocommerce-terms-and-conditions {
    margin-bottom: 30px;
    background: #ececec;
    padding: 15px;
}