/**
* Header
*/
body .al-logo {
	height: 80px;
}

body .header-container {
	flex-direction: column;
}

body .al-top-menus {
	padding: 0 20px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.navbar-collapse {
	z-index: 999 !important;
}

@media screen and (max-width: 768px) {
	.header-container {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap !important;
		flex-direction: row !important;
		align-items: self-start !important;
	}

	.al-logo {
		height: 40px !important;
		max-width: unset !important;
	}

	.al-top-menus {
		display: none !important;
	}

	.al-nav {
		text-align: right !important;
	}

	.al-nav ul {
		text-align: center !important;
	}

	.navbar-toggler {
		position: relative;
		z-index: 9;
	}

	.navbar-collapse {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #033261 !important;
		z-index: 99999;
	}

	.dropdown-menu {
		width: 100% !important;
		background: unset;
		padding: 0 !important;
		border: none !important;
		color: white;
	}

	.dropdown-menu li{
		width: 100%;
		text-align: center;
	}

	.dropdown-menu li a{
		color: white;
		font-size: 1.3em;
	}

	#home-banner {
		margin-bottom: 0 !important;
	}
}

body.home #header {
	background-color: transparent !important;
	position: absolute;
	width: 100%;
	z-index: 9;
}

body .al-nav ul{
	width: 100%;
	justify-content: space-between;
	padding: 35px 0;
}

.al-top-menus .right {
	display: flex;
}

.al-top-menus a {
	color: white !important;
	font-size: 24px;
	margin-right: 16px;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
}

/**
* Home Banner
*/
#home-banner {
	padding: 0;
	position: relative;
}

#home-banner .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
}

/**
* Cart
*/
#collapseCart.dropdown-menu[data-bs-popper] {
	left: unset;
	margin-top: .125rem;
	right: 0;
	width: 25vw;
    position: fixed;
    top: 95px;
    height: calc(100vh - 95px);
	padding: 25px;
    overflow: scroll;
}

.woocommerce-mini-cart__total, .woocommerce-mini-cart__buttons {
    text-align: center;
}
/* bottom buttons */
.woocommerce-mini-cart__buttons .wc-forward{
    margin-right: 10px !important;
}
.woocommerce-mini-cart__buttons .checkout{
    margin-right: 0px !important;
    margin-left: 10px !important;
}

/* rows */
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: unset;
    width: 64px;
	height: 64px;
	box-shadow: none;
	object-fit: cover;
	margin-right: 15px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    color: #131313;
    display: flex;
}

.woocommerce ul.cart_list li .quantity {
    margin-left: 86px;
    position: relative;
    top: -25px;
    color: #777;
}

.woocommerce a.remove {
	display: block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: #aaa !important;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	position: absolute;
	right: 25px;
}

.woocommerce a.remove:hover {
	color: #131313 !important;
}

#footer {
	background: rgb(3,50,97, 0.2);
	min-height: 350px;
}

/* single product */
.type-product .summary.entry-summary {
	text-align: left;
}
