/*DESKTOP AND TABLET*/
#header .header-search-form {
	 padding-top: 0; 
     position: relative!important; 
     top: 100%;
}

#header {
	padding: 20px 0 0 0;
}

#header .form-inline {
	width: 200px;
}

.ogc-logo {
	position: absolute;
	left: 100px;
	top: -20px;
	background-color: #444;
	padding: 21.5px;
}

.ogc-logo img {
	width: 150px;
}

.ogc-shipping img {
	width: 30px;
	display: inline-block;
}

.ogc-shipping span {
	font-weight: bold;
}

#header .push-right li:first-child a, .push-right li:nth-child(2) a {
	text-transform: none!important;
}

.action-ogc {
	background: #DE3831;
}

.ogc-icon {
	position: relative;
	display: inline-block;
	width: 20px;
	margin-right: 11px;
	top: 4px;
}

.gift-center-header {
	margin-top: 13px;
}

.ogc-primary .nav {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

#header .gift-center-header .ogc-primary .nav li {
	float: none!important;
	padding: 10px 5px 10px 0px;
}

.ogc-primary .nav li:first-child {
	margin-left: 100px;
}

#header .gift-center-header .ogc-primary .nav li a {
	color: #000;
    font-family: WWFRegular;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 0 10px;
    text-transform: uppercase;
}

/*MOBILE*/
#mobile-header {
	margin-bottom: 68px;
}

#mobile-header .header {
	padding: 0px;
}

#mobile-header .top-container {
	width: 100%;
	background-color: #444;
}

#mobile-header .logo-container {
	background-color: #fff;
	padding: 10px 0;
	width: 85px;
}

#mobile-header .mobile-ogc-logo {
	position: absolute;
	top: 36px;
	left: 101px;
	background-color: #444;
}

#mobile-header .mobile-ogc-logo img {
	width: 140px;
}

#mobile-header .mobile-ogc-cart {
	position: absolute;
	color: #fff;
	right: 80px;
	top:50%;
	margin-top: -10px;
}

#mobile-header .control {
	color: #fff;
	top:50%;
}

#mobile-header .dropdown {
	top: -200%;
}

#mobile-header .dropdown-expanded {
	top: 30%;
}

#mobile-header #ctl00_lblItemCount {
	background-color: #DE3831;
    padding: 3px 6px;
    border-radius: 2px;
    position: relative;
    top: -7px;
    left: -7px;
}

#mobile-header .nav-permanent-actions {
	background-color: #000;
	padding: 15px;
	position: relative;
	bottom: 0;
}

#mobile-header .nav li {
	width: 100%;
	float: none;
}

#mobile-header .nav li:nth-child(4), #mobile-header .nav li:nth-child(5) a {
	text-transform: none;
	color: #ccc;
}

.mobile-gift-center-header {
	padding: 5px 5px 20px 5px;
margin-bottom: 5%;
}

.mobile-gift-center-header .ogc-blurb, .mobile-gift-center-header .ogc-shipping {
	text-align: center;
	padding-top: 10px;
}

@media only screen and (max-width: 1220px) {
	.action-ogc {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1084px) {
	.hide-wrap {
		display:none;
	}
}

@media only screen and (max-width: 987px) {
	.gift-center-header .ogc-primary .nav li {
		padding: 10px 5px;
	}
}

@media only screen and (max-width: 960px) {
	.ogc-logo {
		padding: 17.5px;
	}
}

@media only screen and (max-width: 860px) {
	#header .group-utility .nav a {
		padding: 0 10px;
	}

	#header .form-inline {
		width: 180px;
	}

	.ogc-logo {
	padding: 22px;
	}

	.ogc-logo img {
		width: 100px;
	}
}

@media only screen and (max-width: 400px) {
	#mobile-header .logo-container {
		width: 64px;
	}

	#mobile-header .logo {
		background-size: 37px 54px;
		height: 54px;
		width: 37px;
	}


	#mobile-header .mobile-ogc-logo {
		top: 30px;
		left: 82px;
	}

	#mobile-header .mobile-ogc-logo img {
		width: 100px;
	}
}

 
@media only screen and (min-width: 400px) and (max-width: 767px) {
	#mobile-header .dropdown-expanded {
		top: 35%;
	}
}
