/*
Theme Name: Loobek Child
Theme URI: https://demo.theme-sky.com/loobek/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: loobek
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: loobek-child
*/

.logo-center .header-middle .container > .header-right {
	flex: none;
}
@media only screen and (max-width: 767px) {
	.logo-center .header-middle .container > .header-right {
		flex: 1;
	}
}

body .logo-wrapper .logo {
	display: inline-flex;
	height: 40px;
	align-items: center;
}
body .logo-wrapper a {
	color: var(--loobek-menu-color);
}

.logo-center .header-middle .container > .header-right ul li a {
	color: var(--loobek-menu-color);
}
.logo-center .header-middle .container > .header-right ul li ul.sub-menu {
	background-color: var(--loobek-middle-header-bg);
	padding: 40px 20px 20px;
}

@media screen and (max-width: 768px) {
	.logo-center .header-middle .container > .header-right ul {
		display: none;
	}
}

@media screen and (max-width: 576px) {
	body .logo-wrapper a {
		font-size: 28px;
	}
}

/* custom view cart style */

.woocommerce-cart-form table.cart td.actions .coupon {
	width: 100%;
}

.woocommerce table.shop_table.cart td.actions {
	flex-direction: column;
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.woocommerce table.cart .button.empty-cart-button {
	display: none !important;
}
.woocommerce table.cart td.actions .button {
	margin-left: 0;
}

.woocommerce table.cart td.actions .coupon .button {
	margin-left: 10px;
}

.cart-dropdown-form.dropdown-container.woocommerce {
	display: none !important;
}
