/* 
Theme Name: O Cafofo
Theme URI: https://ocafofodelivery.com.br/
Description: Pão de Alho e Espeteria - Sabor e qualidade que vai te conquistar!
Author: Div WebSites
Author URI: https://divwebsites.com.br
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.myd-product-item:hover {
    background-color: #fafafa;
}

.myd-product-list__title {
    padding: 24px 16px 16px;
    border-bottom: 1px solid rgb(232, 234, 237);
    background: rgb(243, 245, 247);
}


@media only screen and (max-width: 768px) {
.myd-product-item {
    	padding: 10px !important;
	border-radius: 5px !important;
	}
.myd-product-list__title {
	background: #ebb200 !important;
	}
	.myd-product-item__price {
    font-size: 20px !important;
}
}