/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */

html, body {
	overflow-x: hidden;
}

body.admin-bar #header-menu {
	top: 32px;
}

.mb-0 p {
	margin-bottom: 0 !important;
}

.underline {
	background-image: linear-gradient(90deg, #ED008E 0, #ED008E);
    background-size: 100% 0.5em;
    background-position: 0 80%;
    background-repeat: no-repeat;
    padding: .1% 0%;
}

.shopcard:hover .shopcard-hover {
	transform: scale(0, 1) !important;
}

.shopcard-hover {
	width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -6px;
    transform-origin: right center;
    background: #ed008e;
}

.marquee {
  overflow: hidden;
  display: flex;
}

.marquee p {
  white-space: nowrap;
}

.menu-gallery {
	max-height: 849px;
    overflow-y: scroll;
}

@media (min-width:768px) {
	.nowrap h2 {
		white-space: nowrap;
	}
}

ul.elementor-nav-menu--dropdown a {
	border-inline-start: none !important;
}

.elementor-widget-theme-post-content h2 {
	font-size: 2.441rem;
	color: #ED008E;
	margin-block-start: 2.5rem;
}

.elementor-widget-theme-post-content h3 {
	font-size: 1.563rem;
}