/*MENU STYLES*/

#main .row.expanded.sticky-container {
  margin-bottom: 1rem;
}

#sticky-menu {
  display: none;
}

#main-menu.is-anchored .menu.expanded li[data-toggle] {
  width: 147px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

#main-menu {
  height: 35px;
  /* margin-bottom: 1rem; */
}

#main-menu .menu>li>div {
  width: auto;
  padding: 0rem;
}

#main-menu .menu>li>a {
  padding: 8px;
}

#main-menu,
#sticky-menu {
  width: 100%;
  height: 35px;
  background-color: #E4002B;
  z-index: 20;
}

#main-menu .row {
  padding-left: 11px;
  padding-right: 10px;
}

#main-menu li,
#sticky-menu li {
  position: relative;
}

#main-menu li a,
#sticky-menu>li {
  color: #fff;
  text-align: center;
}

#main-menu li a.custom-moc-link,
#main-menu li a.safety-boot-link {
  padding: 0;
  width: 200px;
  margin-top: 1rem;
  border-top: 1px solid #ddd;
}

#main-menu li a:hover,
#sticky-menu li:hover {
  color: #fff;
  background-color: #c90026;
}

#sticky-menu .sticky-menu-item.hover {
  background-color: #c90026 !important;
}

#sticky-menu li #header-login-form-sticky a:hover {
  background-color: #006699 !important
}

#sticky-menu #sticky-logo:hover {
  background-color: #E4002B !important
}

#sticky-menu .sticky-menu-item .dropdown-pane {
  width: auto;
  padding: 0rem;
  border: none;
  background-color: #fff;
}

#main-menu li a:active,
#sticky-menu li:active {
  color: #fff;
}

#main-menu li a:focus,
#sticky-menu li:focus {
  color: #fff;
}

#sticky-my-account input {
  border: solid 1px #074E95 !important;
  box-shadow: none;
  transition: none;
}

#sticky-menu input:focus {
  background-color: #fff;
  outline: none;
  box-shadow: none;
  transition: none;
}

.menu>li:not(.menu-text)>a {
  line-height: normal;
}

.menu>li:not(.menu-text)>a {
  line-height: normal;
}

#header-top .menu a.hover,
#sticky-menu .menu a.hover {
  background-color: #069;
}

a[data-toggle="header-order-tracking"] .fa-info-circle {
  margin-bottom: .125rem;
}

#header-order-tracking {
  background-color: #069;
}

#header-order-tracking a {
  color: #fff !important;
}

#header-order-tracking a:hover {
  color: #fff !important;
  opacity: 0.8;
}

#header-order-tracking img {
  width: 100%;
  height: auto;
  border: 2px #ccc solid;
  margin-bottom: 10px;
}

#header-order-tracking .dropdown-list li:first-of-type {
  border-top: none;
}

#header-order-tracking .dropdown-list li:last-of-type {
  border-top: none;
}

#header-order-tracking li:last-child {
  border-top: none;
}

#header-order-tracking .dropdown-list li:nth-child(1) {
  border-top: none;
}

#header-login-form li {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

#header-login-form .dropdown-list li {
  float: inherit !important;
  text-align: left !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#header-login-form .dropdown-list li:nth-child(1) {
  border-top: none;
}

#header-login-form a:hover {
  opacity: 0.8;
}

#header-login-form .dropdown-list li a {
  color: #fff !important;
}

.dropdown-list {
  margin-left: 0 !important;
}

.dropdown-list li {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 5px !important;
}

.dropdown-list li a {
  font-size: 12.5px !important;
  width: 100%;
  color: #fff;
}

.my-account-login {
  margin-right: 10px;
}

/*--- DROPDOWN ---*/

nav .dropdown-pane {
  left: 0rem !important;
  top: 2.15rem !important;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-color: #ddd;
  border-top: solid #E4002B 1px;
  border-bottom: 3px #c90026 solid !important;
  z-index: 9999;
}

nav .dropdown-pane table {
  margin: 0rem;
}

nav .dropdown-pane td {
  vertical-align: top;
  padding: 10px;
  background-color: #fff;
  color: #333;
  text-align: left;
}

#main-menu li:hover .dropmenu {
  left: 0px;
  background-color: #FFF;
  width: 100px;
}

nav .dropmenu-title {
  border-bottom: 1px solid #ddd;
}

nav #main-kids-dropdown .dropmenu-title {
  border-bottom: none;
  border-right: 1px solid #ddd;
  padding-bottom: 0;
}

nav #main-kids-dropdown .dropmenu-title:last-child {
  border: none;
}

nav .dropdown-pane .dropmenu-title a {
  font-family: 'open-sans-condensed-bold', sans-serif;
  font-size: 18px;
  color: #000 !important;
  margin: 0px;
  padding: 0px 5px;
  float: none;
  text-transform: uppercase;
}

nav .dropdown-pane .dropmenu-title a:hover {
  background-color: #fff;
  color: #C00 !important;
  background-color: transparent !important;
}

nav .dropdown-pane .dropmenu-title a i {
  font-size: 9px;
  vertical-align: text-top;
  padding-top: 8px;
}

nav .dropdown-pane .menu-category span,
nav .dropdown-pane .shop-by {
  font-size: 16px;
  font-weight: normal;
  font-family: 'roboto-condensed-regular', sans-serif;
  color: #C00;
  clear: left;
  float: left;
  margin: 0px;
  text-align: left;
  display: inline-block;
  padding: 0px 5px;
  clear: both;
  width: 100%;
  white-space: nowrap;
}

nav .menu li a {
  white-space: nowrap;
  color: #fff;
}

.menu-category {
  border-right: 1px #ddd solid;
}

#main-clearance-dropdown .menu-category {
  border: none;
}

nav #main-kids-dropdown .menu-category:last-child {
  border-right: none;
}

nav #main-kids-dropdown .menu-category span {
  display: block;
  border-bottom: solid 1px #ddd;
  padding: 5px;
}

nav .menu li ul td {
  padding: 10px;
  padding-top: 0px;
  text-align: left;
  white-space: nowrap;
}

.menu-category a {
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
  color: #555 !important;
  margin: 0px;
  padding: 3px 5px;
  display: inline-block;
  clear: left;
  float: left;
  height: auto;
}

.menu-category a:hover {
  color: #FFF !important;
  background-color: #E4002B;
}

#main-boys-dropdown {
  width: auto !important;
}

#main-babies-dropdown {
  left: -15rem !important;
}

#main-bags-dropdown {
  left: auto !important;
  right: 0px;
}

.bags-dropmenu {
  width: 660px;
}

.bags-dropdown {
  border: none;
  text-align: center;
}

.bags-dropdown ul li a:hover {
  color: #FFF;
  background-color: #E4002B;
}

#nav-handbag-image {
  vertical-align: middle;
  width: 175px;
}

#nav-handbag-image img {
  display: block;
  max-width: none !important;
  width: 270px;
  height: auto;
  cursor: default !important;
}

#nav-handbag-image img:not(#default-bag-image) {
  display: none;
}

.shop-by-size td {
  padding: 5px !important;
}

.shop-by-size input {
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #FFF;
  cursor: pointer;
  width: 40px;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

.shop-by-size input:hover {
  border: 1px solid #666;
}

.shop-by-color-swatch {
  padding: 0px;
  border: 1px solid #999;
  border-radius: 3px;
  display: inline-block;
  margin: 3px;
  line-height: normal;
  font-size: 0px;
}

.shop-by-color-swatch:hover {
  border: 1px solid #000;
}

.shop-by-color-swatch a {
  padding: 0px;
  line-height: normal;
  margin-left: 0px;
}

.shop-by-color img {
  width: 20px;
  height: auto;
  cursor: pointer;
  border-radius: 2px;
}

#shop-by-brand ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: none;
  position: relative;
  width: 450px;
  border: none;
}

#shop-by-brand a {
  padding: 0px;
  margin: 0px;
}

#shop-by-brand ul li {
  float: left !important;
  margin: 4px;
}

#shop-by-brand ul li:hover {
  float: left;
  z-index: 50;
}

#shop-by-brand img {
  width: 80px;
  height: auto;
  border: 1px #ddd solid;
  position: relative;
}

#shop-by-brand img:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  border: 1px #000 solid;
}

#main-brands-dropdown tr:last-of-type td {
  text-align: right;
  padding: 0 1.5rem;
  padding-bottom: .5rem;
}

#main-brands-dropdown tr:last-of-type a {
  color: #000;
  font-family: "open-sans-condensed-bold", sans-serif;
  font-size: 1rem;
}

#main-brands-dropdown tr:last-of-type a:hover {
  background: none;
}

#main-brands-dropdown tr:last-of-type a i {
  font-size: .625rem;
  vertical-align: text-top;
  padding-top: .375rem;
}

#main-menu #main-menu-clearance:hover>ul {
  width: 180px;
}

#main-menu #main-menu-clearance:hover ul li {
  border-top: #ddd solid 1px;
}

#main-menu #main-menu-clearance:hover ul li:first-child {
  border-top: none;
}

#main-menu #main-menu-clearance:hover ul li a {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  float: none;
}

#main-menu .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: none;
}

.sticky .menu>li>a i,
.menu>li>a img,
.menu>li>a svg {
  margin-right: 0rem;
}

.sticky #header-login-form-sticky li {
  margin: 0rem;
}

.sticky #header-login-form-sticky {
  padding-top: 0rem;
}

.sticky #header-login-form-sticky h4 {
  color: #fff;
  font-family: 'open-sans-condensed-bold', sans-serif !important;
  margin: 0rem;
  margin-bottom: 0.3125rem;
}

/*Sticky Menu*/

nav.sticky .menu>li {
  /* padding: 2px 16px !important; */
  cursor: pointer;
  color: #fff;
}

.sticky .row {
  position: relative;
}


#sticky-logo {
  display: none;
}

#main-menu.is-stuck #sticky-logo {
  display: inline;
}

#sticky-logo a {
  padding: .4rem !important;
}

#sticky-logo a:hover {
  background-color: transparent !important;
}

#sticky-logo img {
  max-width: 100px;
}

#sticky-search,
#sticky-my-account,
#sticky-favourites,
#sticky-shopping-bag {
  display: none;
}

#sticky-search,
#sticky-my-account {
  width: 35px;
}

#sticky-favourites,
#sticky-shopping-bag {
  width: 45px
}

#main-menu.is-stuck #sticky-search,
#main-menu.is-stuck #sticky-favourites,
#main-menu.is-stuck #sticky-my-account,
#main-menu.is-stuck #sticky-shopping-bag {
  display: table-cell;
}

#sticky-search-bar {
  display: none;
}

#main-menu.is-anchored #sticky-search-bar {
  display: none !important;
}

#sticky-search-bar form + .input-group-button {
  vertical-align: top;
}

#sticky-search-bar form + .input-group-button button {
  height: 42px;
}

#SuggestiveSearchResultArea_Sticky {
  width: calc(100% + 65px);
}

#sticky-search-bar .input-group {
  margin: 0rem;
}

#sticky-search-bar .button {
  width: 65px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #333;
}

#sticky-search-bar #close-search {
  width: auto;
  background-color: #fff;
  color: #000;
  border: none;
}

#sticky-search-bar {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 35px;
  background: #fff;
  padding: .625rem;
  /*border-bottom: 2px #E4002B solid;*/
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}

#sticky-search-bar input[type=text] {
  font-size: 12px;
  border-right: none;
}

@-moz-document url-prefix() {
  #sticky-search-bar input[type=text] {
    height: 2.6rem;
  }
}

#search-bar-button {
  background-color: #c90026;
}

#search-bar-close {
  background-color: #E4002B;
}

#search-bar-close:hover {
  background-color: #c90026;
}

.sticky #sticky-my-account.is-active a {
  background-color: #006699 !important;
  /*height: 39px;*/
}

.sticky #header-login-footer {
  margin-top: 5px;
}

.sticky #header-login-footer a {
  text-align: left !important;
  font-size: .8rem;
}

.sticky #header-login-form-sticky {
  left: 0px;
}

/* ==========================================================================
   Tooltip Styles for Colour Blocks
   ========================================================================== */

.hint,
[data-hint] {
  position: relative;
  display: inline-block;
}

.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  transition: 0s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.hint:hover:before,
.hint:hover:after,
.hint:focus:before,
.hint:focus:after,
[data-hint]:hover:before,
[data-hint]:hover:after,
[data-hint]:focus:before,
[data-hint]:focus:after {
  visibility: visible;
  opacity: 1;
}

.hint:hover:before,
.hint:hover:after,
[data-hint]:hover:before,
[data-hint]:hover:after {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.hint:before,
[data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

.hint:after,
[data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}

/**
 * set default color for tooltip arrows
 */

.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--left:before {
  border-left-color: #383838;
}

.hint--right:before {
  border-right-color: #383838;
}

/**
 * top tooltip
 */

.hint--top:before {
  margin-bottom: -12px;
}

.hint--top:after {
  margin-left: -18px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:hover:after,
.hint--top:hover:before,
.hint--top:focus:after,
.hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom tooltip
 */

.hint--bottom:before {
  margin-top: -12px;
}

.hint--bottom:after {
  margin-left: -18px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:hover:after,
.hint--bottom:hover:before,
.hint--bottom:focus:after,
.hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * right tooltip
 */

.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after,
.hint--right:hover:before,
.hint--right:focus:after,
.hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */

.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after,
.hint--left:hover:before,
.hint--left:focus:after,
.hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}


.hint,
[data-hint] {
  /**
   * tooltip body
   */
}

.hint:after,
[data-hint]:after {
  text-shadow: 0 -1px 0px black;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3)
}


/**
 * Error
 */

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}


.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:after,
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}


.hint--rounded:after {
  border-radius: 4px;
}


.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.hint--top:after,
.hint--top:before,
.hint--top:hover:after,
.hint--top:hover:before,
.hint--top:focus:after,
.hint--top:focus:before,
.hint--bottom:after,
.hint--bottom:before,
.hint--bottom:hover:after,
.hint--bottom:hover:before,
.hint--bottom:focus:after,
.hint--bottom:focus:before {
  transform: translate(-50%, -3px);
  margin-left: 0;
}


/* TABLET LANDSCAPE (horizontal) */
@media screen and (max-width: 75em) and (orientation: landscape) {
  div.row.expanded.sticky-container {
    display: none;
  }
}