/* Resize images in media & text block on smaller screens | 36904683-hc (BS) */  
@media only screen and (max-width: 600px) {
    .page-id-1199 .wp-block-media-text__media img {
    display: block;
    max-width: 50%;
    margin: 0 auto;
}
}

/* Hide cart text 37014865-hc cw */
li.wpmenucartli a.wpmenucart-contents span {
    display: none!important;
}

/* Move navigation block to the right 36986081-hc TM */
@media (min-width: 600px) {
  .is-layout-flex.wp-block-group.site-brand {
    margin-right: 10em;
  }
}

/* Change color of add to cart button on hand-picked products  | 37093721-hc RW */
a.wp-block-button__link.add_to_cart_button {
  color: black;
}

a.wp-block-button__link.add_to_cart_button:hover {
  background-color: black;
  color: white;
}

/*remove the word description 5585893-zen TM/IM*/
.woocommerce-Tabs-panel--description h2 {display:none;}

/* change list to letters / 37237154-HC (KAZE) */
.addnamehere {
list-style-type: upper-alpha;
}
/* Remove the white space from the bottom of the site - bug #6066-Automattic/themes/ | ( 5634347-zen ) MT */

.wp-site-blocks > div.wp-block-group:last-child {
    margin-top: 0;
    height: 0; 
}
	/* Fix the issue with the "Add to Basket" button colors on product pages. | 6008941-zen GH */

.wp-element-button.single_add_to_cart_button {
  color: #ffffff;
	background-color:#ff8800;
  border-width: initial;
}

/* End | 6008941-zen GH */
}

/*Button color on the basket and checkout page - ZD 6040144 - AP*/
a.checkout-button.button.alt.wc-forward.wp-element-button {
    background-color: #ff8800;
    text-decoration: none;
}

button#place_order {
    background-color: #ff8800;
}

.wc-block-components-button:not(.is-link) {
  background-color: #ff8800;
}



/*Button color on the basket and checkout page - ZD 6040144 - AP*/
a.checkout-button.button.alt.wc-forward.wp-element-button {
    background-color: #ff8800;
    text-decoration: none;
}

button#place_order {
    background-color: #ff8800;
}

wc-block-cart #place_order {
	background-color:#ff8800
}

}