@media(max-width: 680px) { /* Themify Customize Styling */
body #site-logo a {		font-size:20px;
 
}
 }
/* Themify Custom CSS */
.customHeading  .sub-head{
color: white;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0 px;
  -webkit-text-stroke-color: white;
}

@media screen and (max-width: 680px){
.module-product-categories  ul.products li.product {
    width: 100% !important;
    margin: 5px auto !important;
}
.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product{
    width: 100% !important;
    margin: 5px auto !important;
}}

.module-fancy-heading.module .sub-head {
   font-weight: 500;
}

.customGallery.module-gallery.bordered img{
width:200px;
}

.sender-form-field {
    text-align: center !important;
}

.woocommerce-store-notice, p.demo_store{
background-color:#bf9b30;
color:#000;
}
@media screen and (min-width: 1401px){
.logo-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}}

.single p.stock.in-stock {
color:red;
}