﻿.main-content-container {
	width: 1280px;
	margin: 0 auto;
}

.header-container {
	width: 1280px;
	margin: 0 auto;
	background-color: #ffffff !important;
	
}

.fixed-top-edited {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
}

.first-line {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
}

.upper-address {
	font-family: Roboto;
	text-align: right;
	margin-bottom: 0;
	padding: 0 10px 0 0;
}

.navbar2-filler {
	width:16.6666666667%;
}

.top-menu {
	width:83.3333333333%;
}

.second-line {
	display: flex;
    align-items: center;
	background: #ffffff;
}

.login-icon {
	display: none;
}

.login-button-container {
	background-color: #DB4437; /* theme color */
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.login-link-style {
	color: #ffffff;
}

.login-link-style:hover {
	color: #DB4437; /* theme color */
	background-color: #444444;
	text-decoration: none;
	width: 100%;
    height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu-container{
	list-style-type: none;
	padding: 0px;
}

.left-menu-new {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 2px;
	background: #DB4437; /* theme color */
	padding: 10px;
	height: 50px;
	width: 90%;
	color: #ffffff;
}

.left-menu-container > .dropdown-menu {
	width: 90%;
}

.hamburger {
	padding: 0px 5px;
}

.third-line-col-1 {
	width: 17.5%;
}

.third-line-col-2 {
	width: 65%;
}

.third-line-col-3 {
	width: 17.5%;
}

.second-line-col-1 {
	width: 17.5%;
}

.second-line-col-2 {
	width: 40%;
}

.second-line-col-3 {
	width: 25%;
}

.second-line-col-4 {
	width: 17.5%;
}



.padd-0 {
	padding: 0;
}

.center-menu {
	background-color: #444444;
    height: 50px;
    display: flex;
    align-items: center;
	border-radius: 2px 0px 0px 2px;
}

.center-menu a {
	color: #ffffff;
	padding: 0px 10px;
}

.center-menu a:first-child {
	padding-left: 20px;
}

.center-menu a:hover {
	text-decoration: none;
	color: #DB4437; /* theme color */
}

.red-line {
	color: #DB4437;	/* theme color */
}

.navbar-phone {
	color: #444444;
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
}

.navbar-phone:hover {
	color: #a81010;
	text-decoration: none;
}

#navbar2 {
	background-color: #ffffff;
}

.text-logo {
	color: #444444 !important;
	font-family: Roboto;
	font-size: 12px;
}

.cart-user {
	display: flex;
	justify-content: space-between;
}

.small-display-user {
	display: none !important;
}

.username-text {
	color:#ffffff !important;
}


@media only screen and (min-width : 720px) and (max-width : 1140px){
	.navbar-phone {
    font-size: 16px;
	}
	
}

@media only screen and (min-width : 721px){
	.first-cart-button {
		display: none !important;
	}	
}

@media only screen and (max-width : 720px){
	
	.header-container {
	width: 100%;
	}
	
	.second-line-col-1 {
		width: 33.3%;
	}

	.second-line-col-2 {
		width: 33.3%;
		display: flex;
		justify-content: center;
	}
	

	.second-line-col-3 {
		width: 33.3%;
	}

	.second-line-col-4 {
		display: none;
	}
	
	.third-line-col-1 {
    width: 13%;
	}
	
	.third-line-col-2 {
    width: 74%;
	}
	
	.third-line-col-3 {
    width: 13%;
	}
	
	.left-menu-new  {
	width: 100%;
	border: none;
	border-radius: 0px;
	}
	
	.left-menu-new span{
	display: none;
	}
	
	.center-menu {
    border-radius: 0px;
	}
	
	.form-inline {
    position: absolute;
    left: 0;
	top: 0;
	}
	
	.login-text {
	display: none;	
	}
	
	.login-icon {
	display: flex;
	}
	
	.center-menu {
	justify-content: center;	
	}
	
	.center-menu a {
	padding: 0px 3px 0px 3px !important; 
	font-size: 10px;
	}
	
	.hide-element {
	display: none;	
	}
	
	.small-display-user {
	display: block !important;
	}
	
	.upper-address {
	display: none;	
	}
	
	.top_menu_photo {
	margin-left: -10px;	
	}
	
	.small-size-username {
	text-align: center;
    padding-bottom: 15px;	
	}
	
	.first-cart-button {
	
	}
	
	.second-cart-button {
	display: none !important;
	}
	
	.cart-user {
	float: right;	
	}
	
}