/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */



/**

20 NOV 2024
BELOW CSS WAS FOR ORIGINAL STOREFRONT THEME


.site-header
 {
  border: none;
 }

.site-branding
 {
  width: 33%;
  min-width: 150px;
  margin-right: 25px;
  margin-bottom: 5px;
 }

.custom-header-block
 {
  width: 33%;
  text-align: center;
  float: left;
  font-size: 0.8em;
  font-style: italic;
  margin-top: 0px;
  font-family: "Prata", serif;
 }
 
@media (min-width: 768px) 
 {
  .woocommerce-active .site-header .site-branding 
   {
    width: 33%;
   }
  .custom-header-block
   {
    float: right;
    text-align: right;
    font-size: 1em;
    margin-top: 15px;
   }

  .storefront-primary-navigation
   {
    margin-top: 10px;
   }
 }

button.menu-toggle
 {
  border-radius: 25px;
 }
 
.storefront-primary-navigation
 {
  margin-bottom: 5px;
 }

.site-header-cart .cart-contents
 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.618em;
  border-radius: 35px;
  background-color: #efefef;
  border: 1px solid #efefef;
}

.site-content .content-area .site-main
 {
  padding-top: 0px;
 }

.entry-header h1.entry-title
 {
  font-size: 2.5em;
 }

figure.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

figure.alignwide {
	width: calc(100% + 20vw);
	position: relative;
	left: -10vw;
}

.alignfull img, .alignwide img
 {
  border-radius: 15px;
 }

.product h1
 {
  margin-bottom: 5px;
 }

.single-product div.product p.price
 {
  margin-top: 5px;
  margin-bottom: 15px;
 }

ul.products li.product .woocommerce-loop-product__title
 {
  font-size: 1.1em;
  font-weight: 500;
 }

.woocommerce-pagination .page-numbers
 {
  border-radius: 25px;
 }

.wp-block-quote, .hentry .entry-content .wp-block-quote
 {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px;
 }

// Buttons

a.button, button
 {
  border-radius: 35px;
 }

.hentry .entry-content .wp-block-button .wp-block-button__link
 {
  border-radius: 35px;
  border: 1px solid black;
 }

.hentry .entry-content .wp-block-button .wp-block-button__link:hover
 {
  border: 1px solid black;
  background-color: white;
  color: black;
  //*background-color: #0070E0;
 }

.components-button
 {
  border-radius: 35px;
 }

.product .add_to_cart_button
 {
  background-color: white;
  color: black;
  border: 1px solid black;
  font-weight: 500;
  font-size: 0.9em;
 }

.product .add_to_cart_button:hover
 {
  background-color: black;
  color: white;
 }

// Shopping cart widget

.site-header-cart .widget_shopping_cart
 {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
 }

.site-header-cart .widget_shopping_cart p.buttons
 {
  background-color: inherit;
 }
 
.site-header-cart .widget_shopping_cart p.total
 {
  background-color: inherit;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
 }

// Form fields

.label label
 {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  padding-left: 15px;
 }

.value select {
  min-width: 200px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font: inherit;
}

.value option {
  padding: 5px;
}

.value option:checked {
  background-color: #efefef;
}

.value option select::-ms-expand {
  display: none;
}

.value select:focus {
  border-color: #007bff;
}

.single-product div.product form.cart .quantity
 {
  margin-right: 10px;
  text-align: center;
  .qty
   {
    border: 1px solid #ccc;
    border-radius: 25px;
    background-color: white;
    text-align: right;
    width: 60px;
	box-shadow: none;
	font-family: inherit;
   }
 }

.cart .price
 {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0px;
 }

button.single_add_to_cart_button
 {
  border-radius: 35px; 
  font-family: inherit;
 }

.woocommerce-ordering .orderby
 {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
 }

.wc-block-price-filter__controls input
 {
  background-color: white;
  box-shadow: none;
  text-align: center;
  border-radius: 25px;
 }
 
// Widget area

h2.wp-block-heading, h3.wp-block-heading
 {
  font-size: 1.2em;
  font-weight: 700;
 }

.widget-area
 {
  border-left: 1px solid black;
 }

.widget-area .widget
 {
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 25px;
 } 

.widget-area .widget:last-child
 {
  margin-bottom: 0px;
 }

.widget-area ul 
 {
  list-style-type: disc;
  margin-left: 15px;
 }

.widget-area .widget a
 {
  font-weight: 400;
 }

// Frames

iframe 
 { 
  border: 1px solid #EFEFEF; 
 }

// Footer

.footer-widgets
 {
  border: none;
 }

.site-footer
 {
  background-color: transparent;
  border-top: 1px solid black;
 }

.site-footer a
  {
   text-decoration: none;
  }

.site-footer a:hover
  {
   text-decoration: underline;
  }

.site-footer .widget
 {
  margin-bottom: 0px;
 }

.site-footer #block-14
 {
  margin-left: 10px;
 }