/*
Theme Name: ChitopTheme
Theme URI: https://example.com/chitoptheme
Description: Child theme for Shoptimizer
Author: Your Name
Author URI: https://example.com
Template: shoptimizer
Version: 1.0.0
Text Domain: chitoptheme
*/

/* Add your custom styles here */

.product-details-wrapper .summary .woocommerce-Price-amount{
    font-size: 30px;
    font-weight: 800;
}


.woocommerce-pagination {
visibility: hidden;
}


/*Make the category image full width*/
.tax-product_cat header.woocommerce-products-header {
	flex-wrap: wrap;
}
 
.content-area header.woocommerce-products-header img {
	order: 1;
	width: 100%;
}
 
.term-description {
	order: 2;
}
 
@media (min-width: 993px) {
.image-exists .term-description {
    width: 100%;
}
}

#page table.cart.woocommerce-cart-form__contents td.product-price {
	display: table-cell;
}
#page table.cart.woocommerce-cart-form__contents td.product-price del {
	opacity: 0.5;
	font-size: 13px;
	margin-right: 3px;
}


.image-feature a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.16);
	content: "";
	transition: 0.15s ease-in-out;
	z-index: 2;
}
.image-feature a:hover:before {
	background-color: rgba(0, 0, 0, 0.25);
}
.image-feature img {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 200px;
	transition: 0.25s ease-in-out;
	transform-origin: left top;
	object-fit: cover;
}
.image-feature a:hover img {
	transform: scale(1.1);
}

.menu-primary-menu-container > ul > li.menu-button > a span{
    background: #3bb54a;
}

.menu-primary-menu-container > ul > li.menu-button > a span:hover{
    background: #dc9814;
}
