/**
 * Ottoman Luxury Theme - General Styles
 * Base styles that apply across all pages
 */

/* Typography */
.elementor-heading-title,
.menu-link {
	font-family: Cinzel !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 !important;
}

.site-logo-text {
	font-family: Cinzel !important;
}

/* Sale badges */
.onsale {
	border-radius: 5px;
}

.title h2 {
	margin-bottom: 0;
}

/* Footer */
.menu-sticky-footer-container {
	display: none;
}

#footer-bottom #copyright {
	text-align: center;
	padding: 0;
}

#footer-bottom-menu {
	display: none;
}

#footer-bottom-inner {
	display: flex;
	justify-content: center;
}

#copyright {
	text-align: center !important;
}

/* Mobile Dropdown */
#mobile-dropdown {
	background-color: #000 !important;
}

/* Floating Bar */
.owp-floating-bar button.button {
	color: #000 !important;
	background-color: #dba622 !important;
	border-radius: 5px !important;
}

/* Dropdown sorting */
.current-shop-items-dropdown {
	margin-top: 10px;
	border-radius: 5px;
}

/* Account Side Style */
.account-side-style .woocommerce #customer_login h2 {
	border-bottom: none !important;
}

@media (max-width: 768px) {
	#site-header-inner {
		padding: 0 50px 0 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}


