/* Set fixed height to image because of portrait product images */
.storefront-pro-active.single-product div.product .woocommerce-product-gallery img{
max-height: 500px;
width: auto;
}
/*--- reduces height of header be decreasing logo size / #9751861-HC-PK ---*/
@media screen and (min-width: 768px){
body.storefront-pro-active:not(.sfp-nav-styleleft-vertical) .site-header .site-logo-link img {
    width: 30%;
	   margin: 0;
}
}
#colophon.site-footer {
    padding: 0px;
}
/* set the width of the first column of the table of the FAQ page */
.page-id-71 table tr td:first-of-type { 
width: 15%; 
}
/* add a border around cells in table on FAQ page */
.page-id-71 .hentry .entry-content .wp-block-table td {
  border: 4px solid #6C571B;
}

.page-id-71 .hentry .entry-content .wp-block-table {
  border-collapse:  collapse;
}
/*Hide sorting tool on shop page | SN-10003731-hc*/
.storefront-sorting {
    display: none;}
/*Add border color to products page | SN-10003731-hc*/

.page-id-127 .wp-block-column { border: 4px solid #0072ce; }
/* Adds border to columns on "2. Treat" page #10003731-hc */
.post-56 .wp-block-column {
    border: 3px solid #0072ce;
}
/* --- Increase Text Left Column FAQs Page / 10214012-HC - KSM  --- */
.page-id-71 tr td strong {
    font-size: 15px;
}
/* --- Make table on FAQ page more balanced / 1786212-zen (mS) --- */
.page-id-71 table tr td:first-of-type {
  width: 20%;
}
/*Adjust centered buttons 10382860-hc*/ 
.hentry .entry-content .wp-block-button__link, .editor-styles-wrapper .wp-block-button:not(.is-style-squared) .wp-block-button__link { 
padding: 18px 30px; 
font-size: 1.3em;
width: 180px; 
}
/*Adjust button font size 10382860-hc*/
.hentry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link, .editor-styles-wrapper .wp-block-button:not(.is-style-squared) .wp-block-button__link {
font-size: 1.5em;
}

/* --- Remove Border Homepage / 10418336-HC  --- */
.home .homepage-border-remove .wp-block-column {
  border: none;
}
/* Remove border from bottom columns on treat page 10422530-hc/AI */ 
.page-id-56 .treat-border-remove .wp-block-column {
	border:none;
}
/*Hide footer bar with icons on mobile view*/
.storefront-handheld-footer-bar {
	display: none;
}

/* reduce whitespace between menu and h1 | IC/RG-10836340-hc */
.home.storefront-pro-active #masthead {
    margin-bottom: 20px;
}