/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/

.intro {
  padding-bottom: 30%;
}
.intro-title {
  bottom: 30%;
}

.single .intro-title {
	display: inherit;
}

.woocommerce ul.products li.product .price ins {
	background-color: var(--color-accent);
    font-weight: 700;
    display: inline-block;
}

.price ins .woocommerce-Price-amount {
    color: inherit;
   background-color: var(--color-accent);
}

.single .entry, .attachment .entry {
    float: left;
    width: inherit;
}

/* Page Title - Adjusting look, shrinking the size
*/
.entry-title {
font-weight: 400;
}

.intro-title.background--dark {
	text-shadow: 3px 3px 0 rgba(0,0,0, .75);
	color: #ffd532;
}

/* Adjusting Category Descriptions */
cite, dfn, em, i, blockquote, .taxonomy-description, .gallery-caption, .recentcomments a {
	font-style: normal;
}

.elementor-icon i, .elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
	text-shadow: 0 2px 0 rgba(0,0,0, .5);
}

/* Category Product Count bkg */
@media (min-width: 1025px) {
    .elementor-element.elementor-products-grid .woocommerce.columns-2 ul.products,.elementor-element.elementor-products-grid ul.products.columns-2 {
        grid-template-columns:repeat(2,1fr)
    }
	
.product .count {
	background-color: #dd9933;
}
	
/* This is to correct a strange WooCommerce Grid problem, grids were set to 36.7% */
	
	.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	width: 100%;
}
	
.column-thumb img {
	margin: 0;
	width: auto;
	height: auto;
	max-width: 106px;
	max-height: 40px;
	vertical-align: middle;
}
	

	





