/*
Theme Name: Moozo Elementor Child
Theme URI: https://new-moozo.kutethemes.net/
Template: moozo-elementor
Author: Kutethemes
Author URI: https://kutethemes.com/
Description: Moozo theme Shop is a simple but modern responsive WordPress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Tags: two-columns,left-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,translation-ready
Version: 1.0.8.1640149088
Updated: 2021-12-22 04:58:08

*/
.woocommerce-store-notice {
    background-color: red;
    width: 100%;
    position: fixed;
    border-top: 0px;
    bottom: 0px;
}

table.variations th, table.variations td {
    display: block;
    vertical-align: middle;
    text-align: inherit;
    padding: 0;
    border: none;
}

.product-item.style-01 .product-inner {
	padding:10px !important;
}
.product-item .thumb-link.hover-zoom, .slick-slide img {   
	width:100%;
}
#yith-quick-view-content div.images {
	width:40% !important;
}
.button-products {
	text-align:center;
	margin-top:20px;
}
.woocommerce-price-suffix {
	margin-left:5px;
}
@media (max-width: 479px) {
.ovic-products .product-list-grid > .product-item {
    padding-inline-start: 0;
    padding-inline-end: 0;
}
	ul.shop-page > .product-item, ul.shop-page > .product-category {
    padding: 0 0px;
}
}
.woocommerce-store-notice.demo_store {
	display:block !important;
	z-index:999999 !important;
}