.navbar-first {
    background-color: #000000; /* theme color FIRST LINE HEADER */
    height: 50px;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
	z-index: 9999;
	
}

.navbar1-container {
	width: 80%;
    margin: 0 auto;
}

.navbar-second {
	background: rgba(0,0,0,0.75);
    height: 80px;
	margin-top: 50px;
	display: flex;
}

.navbar2-container {
	width: 80%;
    margin: 0 auto;
}

.small-menu {
	color: #ffffff;
}

.main-container {
	margin: 0 auto;
}

.navbar1-phone-container {
	height: auto !important;
}

.navbar1-phone {
	font-family: Roboto;
	font-size: 16px;
	color: #ffffff;
}

.navbar1-phone:hover{
	color: #e94141;
	text-decoration:none;
}

.navbar1-links-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar1-link {
	font-family: Roboto;
	font-size: 16px;
	color: #ffffff;
}

.navbar1-link:hover{
	color: #e94141;
	text-decoration:none;
}

.red-line-divider {
	color: #e94141;
	margin: 0px 5px;
}

.logo-image {
	max-height: 60px;
}

.text-logo-container {
	margin-left: 10px;
}

.text-logo {
	font-family: Roboto;
	font-style: italic;
    font-weight: 900;
    font-size: 25px;
    line-height: 37px;
	color: #ffffff;
}

.text-logo:hover {
	text-decoration: none;
	color: #ffffff;
}

.main-menu-collapse a {
	color: #ffffff;
}

ul.dropdown-menu li a {
	font-weight: 400;
	text-transform: uppercase;
	color: #000000;
	font-size: 13px;
}


@media only screen and (min-width : 576px) {

.redacted-search {
	display:none !important;
}
}


@media only screen and (min-width : 768px) {

.login-button {
	background-color: #000000 !important;
    border-color: #000000 !important;
}

.navbar-text {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.login-button:hover{
	color: #e94141 !important;
}
}

@media only screen and (min-width : 992px) {
	
#cart-smalldisplay {
	display: none;
}
#navbarCollapse2 {
	justify-content: normal !important;
}

.text-logo-container {
    margin-right: 10px;
}

}

@media only screen and (min-width : 1500px) {
	
.main-menu-collapse a {
    font-size: 16px;
}
}

/* MIN*/


/* MAX*/

@media only screen and (max-width : 576px) {

.mini-button {
	padding: 3px !important;
}

.red-line-divider {
	margin: 0px 3px;
	font-size: 10px;
}

.navbar1-link {
	font-size: 11px;
}

.text-logo {
	font-size: 24px;
}

}


@media only screen and (max-width : 768px) {

#basket_cnt {
	display: none !important;
}

.navbar1-phone {
	display: none;
}


.navbar1-links-container{ 
	margin-left: 10px;
}
}


@media only screen and (max-width : 992px) {
	
.main-menu-collapse {
	background-color: #212529;
}


#cart-bigdisplay {
	display: none;
}

#cart-smalldisplay {
	display: flex;
    align-items: center;
}

.navbar-second {
	height: 50px;
}

.nav-item {
	text-align: center;

}

.dropdown-item {
	text-align: center !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.navbar2-container {
	width: 100%;
}

.navbar1-container {
	width: 100%;
}

.logo-image {
	margin-left: 10px;
	max-height: 40px;
}

.navbar1-phone {
	margin-left: 10px;
}

.search3 {
	display: none !important;
}

.two-rows-top-menu >.main-center-container {
  padding-top: 150px;
}


}

/* MAX*/

/* MIN-MAX*/

@media only screen and (min-width : 993px) and (max-width : 1200px){
.text-logo {
    display: none;
}
.dropdown-item {
    padding: 0.25rem 5px !important;
}
}

@media only screen and (min-width : 1201px) and (max-width : 1400px){
.dropdown-item {
    padding: 0.25rem 10px !important;
}
.text-logo {
    font-size: 20px;
}



}
