/*
Theme Name: Ettore Child
Theme URI: https://ettore.qodeinteractive.com
Description: A child theme of Ettore
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: ettore
Template: ettore
*/
.drop-shop-sec .qodef-m-button {
	display: none;
}
.drop-shop-jtc .qodef-contact-us-form .qodef-grid-item {
	margin-top: 17px !important;
	width: 700px;
	display: flex;
	max-width: 100%;
	justify-content: center;
}
#qodef-top-message-holder, .qodef-page-title, #qodef-top-area {
	display: none !important;
}
.in-click-stop a {
	cursor: initial !important;
}
.in-contact-page .wpcf7-form.init > label, .in-contact-page .wpcf7-form.init button {
	margin-top: 12px !important;
}
.woocommerce-message .button.wc-forward {
	padding: 10px 19px !important;
	display: flex !important;
}
.ls-stock-message .qodef-e-media {
	position: relative;
}
.ls-stock-message .qodef-e-media::before {
	content: '*limited stock available';
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 1;
	font-size: 10px;
	line-height: normal;
	color: #fff;
	background-color: #000;
	padding: 2px 7px;
	text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
    .qodef-woo-single-inner {
        display: block!important;
    }
}