body {
 background-color: #FCFBF2;
}

* {font-family:"Calibri New", Calibri, monospace}

.cover1 {
	width: 100%;
}


@media only screen and (max-width: 768px) {
  .header1 {
    display: none;
  }
}

@media ( min-width: 768px ) {
    .header2 {
        display: none !important;
    }
}


.header1 {
	z-index: 9999;
}




/* Adjust the width and height as needed for view order button*/
.woocommerce-button {
    font-size: 16px; /* Example font size */
    /* Additional styling properties if needed */
    padding: 10px 20px; /* Adjust padding to control the button size */
    text-align: center;
    white-space: nowrap; /* Prevent text from wrapping to multiple lines */
    overflow: hidden; /* Hide any overflowed content */
    text-overflow: ellipsis; /* Display an ellipsis (...) when text overflows */
    margin-right: 10px; /* Adjust the margin as needed */	
}



/* Center product attributes on WooCommerce shop page */
.woocommerce .product .product_attribute {
    text-align: center;
}


/* Optional: Center individual product elements */
.woocommerce ul.products li.product {
    text-align: center;
}


/* Display one product per row on mobile */
@media only screen and (max-width: 768px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100% !important;
        clear: none!important;
    }    
}


/* button colours */
.components-button { background-color: #867948; !Important  /* replace the blue color with your desired color */ 
color:white  !Important ;
}

.add_to_cart_button { background-color: #867948; !Important  /* replace the blue color with your desired color */ 
color:white  !Important ;
}

.button { background-color: #867948; !Important  /* replace the blue color with your desired color */ 
color:white  !Important ;
}

.woocommerce .wp-block-button__link { background-color: #867948; !Important  /* replace the blue color with your desired color */ 
color:white  !Important ;
}

.woocommerce .single_add_to_cart_button { background-color: #867948; !Important  /* replace the blue color with your desired color */ 
color:white  !Important ;
}

.woocommerce .add_to_cart_button { background-color: #867948; color: white; !Important  /* replace the blue color with your desired color */ 
color:white  !Important ;
}

.woocommerce .woocommerce-loop-product__title { color: #867948; !Important  /* replace the blue color with your desired color */ 
color:white  !Important ;
}

.woocommerce .woocommerce-Button { background-color: #867948; color: white; !Important  /* replace the blue color with your desired color */ 
color:white  !Important ;
}

.woocommerce .wp-element-button { background-color: #867948; color: white; !Important  /* replace the blue color with your desired color */ 
color:white  !Important ;
}

.woocommerce .star-rating span{font-family:star; color:gold;}

.woocommerce .wc-block-components-reviews-list-item-rating-stars span{font-family:star; color:gold;}


