/* Bellaria - a Delicious Cakes and Bakery HTML Template  */

/* Mobile Header Inner - Single Line */
.mobile-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
}

.mobile-header .logo {
    flex-shrink: 0;
}

.mobile-header .nav-outer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-header .cart-btn a {
    font-size: 20px;
    color: #333;
}

.mobile-header .nav-toggler {
    display: block;
}

@media only screen and (max-width: 1280px){

	.header-style-two{
		position: relative;
		background-color: #ffffff;
	}

	.main-header.header-style-two .cart-btn a, 
	.header-style-two .search-box .search-btn, 
	.header-style-two .main-menu .navigation > li > a{
		color: #1c3545;
	}

	.header-style-three{
		position: relative;
		background-color: #ffffff;
	}

	.main-header.header-style-three .cart-btn a, 
	.header-style-three .search-box .search-btn, 
	.header-style-three .main-menu .navigation > li > a{
		color: #1c3545;
	}

	.call-to-action.style-two{
		padding: 120px 0;
	}

}
