/**
 Disable wordpress produce carausel
 **/
.page-template-template-homepage-php .boutique-featured-products .storefront-product-section {
   display: none;
}
/** Move price lable of Featured product cards slightly up (from 1 REM to 2) 
 ul.products li.product .price, ul.products .wc-block-grid__product .price, .wc-block-grid__products li.product .price, .wc-block-grid__products .wc-block-grid__product .price {
    margin-bottom: 2rem;
}
**/

/** Change the positioning, size and colour of the Out Of Stock badge */
.wcsob_soldout {
    padding: 4px 20px;
    text-align: center;
    background: #D73232;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 100px;
    right: 6px;
    z-index: 9;
    font-size: 14px;
}

/*remove search box in header*/
.site-header .widget_product_search , .site-search{
display: none;
}

/* * change font size in header * */
/*** screen smaller than 700px ***/
.site-branding .site-title { 
	font-size: 1.9em; 
	color: #FFFFFF;
}
/*** screen between 700px to 1219px ***/
@media (min-width: 700px) {
.site-branding .site-title { 
	font-size: 2.8em;
	color: #FFFFFF;
	}
}

/*** screen 1220px and bigger ***/
@media (min-width: 1220px) {
.site-branding .site-title { 
	font-size: 4.5em;
	color: #FFFFFF;
	}
	.site-branding .site-description { font-size: 1.2em; }
}

/* change Site title colour*/
 .site-title a, .site-branding h1 a {color: #FDCF6C}

/*change size of search results returned*/
entry-header H1, .alpha {
	font-size: 2em;}
/*main.site-main img {
	width: 25%;
	}

.search-results .has-post-thumbnail .entry-thumbnail img {
	width: 25%;
}
*/
 img.attachment-.size-.wp-post-image {
    height: auto;
    max-width: 25%;
	 display: block;
}
/*
img.alignnone.size-medium.wp-image475 {
	display: none;
}
*/

/*change Checkout order review background colour 
shop_table.woocommerce-checkout-review-order-table 
{
	background-color: #F2F2F2;
}*/
/*
.siteorigin-panels-stretch  {
	margin-left: -678.583px;
  margin-right: -679.417px;
  padding-left: 208.583px;
    padding-right: 379.417px;
    border-left: 0px;
    border-right: 0px;
	width: 300%;
}
*/

/*change background colour of tables*/
table:not( .has-background ) th {
    background-color: #F2F2F2;
}

table:not( .has-background ) tbody tr td, tfoot, fieldset, fieldset legend {
	background-color: #F2F2F2;
}
/*change colour of payment method block on cart screen*/
ul#shipping_method {
	background-color: #D73232;
	padding-left: 1em;
	color: #FFFFFF; 
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
	background-color: #F2F2F2;
}

/*

table:not( .has-background ) tr, order-total {
	background-color: #D73232;
}*/
/*
table td, table th {
	background-color: #F2F2F2;
}

table tbody td, table.wp-block-table:not( .is-style-stripes ) tbody tr:nth-child(2n) td {
    background-color: #F2F2F2;
}
 */

/* incease with of layout slider on home page*/
.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    max-width: 61.0994671405em;