/*hide price range on variable products | 5896545-zen (KAK)*/
.product-type-variable p.price {
    display: none;
}

/* Set menu item color | 40117449-hc (MS)*/
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	color: #09333a !important;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: #09333a !important;
}
/* End | 40117449-hc (MS)*/

/* Hide sub menus on mobile, display on click or tap | 5903056-zen tcrv */
@media only screen and (max-width: 559px) {
    .wp-block-navigation li.has-child ul.wp-block-navigation__submenu-container {
        display: none;
    }
     
    .wp-block-navigation li.has-child:hover > ul.wp-block-navigation__submenu-container {
        display: block;
    }
}
/* End | 5903056-zen tcrv */

/* 40026057-hc | Removing border color from submenu | Sabbir A */
.wp-block-navigation__submenu-container {
	border: none !important;
}

/* Decrease the size of the footer logo on mobile | 40147710-hc (AM)*/
@media (max-width:599px) {
	.wp-image-2060 {
		max-width:500px!important;
	} 
	
	@media (max-width:599px) {
	.custom-small-footer-text-mobile {
		font-size: 10px !important;
	} 
}

}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt {
    background-color: #275c68 !important;
    color: #fff !important;
	
}

	/* Remove underline from site title hover | 40592641-hc [MQ] */
.wp-block-site-title a:hover {
    text-decoration: none;

}


/* adjust custom font size on iPads / 40704993-HC (JJ) */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .custom-small-footer-text-mobile {
    font-size: 10px !important;
  }
}

/* change font to Nunito and Roboto */
body {
    font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
}