/*
CTC Separate Stylesheet
Updated: 2023-04-16 19:03:07
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.2.0.1681671787
*/
body{
	/*font-family: cursive;*/
}
.site-footer {
	display: none;
}
.storefront-product-section.storefront-product-categories{
	background-color: transparent !important;
}
.entry-header {
	display: none;
}
.site-branding {
	display: none  !important;
}
.site-search {
	display: none  !important;
}

.product a img {
	border-color: black;
    border-width: 5px;
    border-radius: 275px;
}
.woocommerce-loop-category__title .count{
	display: none;
}
.woocommerce-loop-category__title{
	background-color: rgba(255,255,255,0.8);
    border-radius: 25px;
    font-size: 2rem !important;
	font-weight: bold;
    /*font-family: cursive;*/
}
/*.woocommerce-loop-product__title{
	background-color: rgba(255,255,255,0.8);
    border-radius: 25px;
    font-size: 2rem !important;
    font-weight: bold;
    font-family: cursive;
}*/
/*.price{
	background-color: rgba(255,255,255,0.8);
    border-radius: 25px;
    font-size: 1.5rem !important;
}*/
/*.woocommerce-tabs.wc-tabs-wrapper{
	background-color: rgba(255,255,255,0.8);
	border-radius: 25px;
}*/
/*.summary.entry-summary{
	background-color: rgba(255,255,255,0.8);
	border-radius: 25px;
}*/
.posted_in{
	display: none !important;
}
.homepagetitle{
	font-weight: bold;
	font-size: 2.6em;
    /*font-family: cursive;*/
}
.woocommerce-products-header__title.page-title{
	font-weight: bold;
    /*font-family: cursive;*/
}
.product.type-product{
	background-color: rgba(255,255,255,0.8);
    border-radius: 25px;
    /*font-family: cursive;*/
	padding: 5%;
}
.homepagetext{
	/*background-color: rgba(255,255,255,0.8);
    border-radius: 25px;
    font-family: cursive;
	padding: 5%;*/
}
.post.type-post{
	background-color: rgba(255,255,255,0.8);
    border-radius: 25px;
    /*font-family: cursive;*/
	padding: 5%;
}
.page.type-page{
	background-color: rgba(255,255,255,0.8);
    border-radius: 25px;
    /*font-family: cursive;*/
	padding: 5%;
}
.woocommerce-message{
	background-color: pink;
}
.woocommerce-products-header{
	background-color: rgba(255,255,255,0.8);
    border-radius: 25px;
    /*font-family: cursive;*/
	padding: 2% !important;
	margin-bottom: 5%;
	text-align: center;
}
h1.page-title{
	text-align: center;
	font-weight: bold;
}
