﻿/*@mainNavHeight: 50px;*/
/* Flyout Menu Custom Style */
/* Text Shadow For Windows, Pods and Banners */
/* Drop Shadow For Product Search Results - Distance & Blur uses text shadow above. Colour is on its own. */
/*---------- custom head section ----------*/
.nice-header-body:not(.no-header) {
  padding-top: 60px;
}
.nice-header-body:not(.no-header).two-lines-body {
  padding-top: 60px;
}
.nice-header-body:not(.no-header).two-lines-body-v2 {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .nice-header-body:not(.no-header) {
    padding-top: 100px;
  }
  .nice-header-body:not(.no-header).two-lines-body {
    padding-top: 100px;
  }
  .nice-header-body:not(.no-header).two-lines-body-v2 {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  .nice-header-body:not(.no-header).two-lines-body {
    padding-top: 160px;
  }
}
header.nice-header {
  min-height: 60px;
  background-color: #ffffff;
  border-bottom: solid 0px #082e95;
}
@media (min-width: 768px) {
  header.nice-header {
    height: 100px;
  }
}
@media (min-width: 992px) {
  header.nice-header.two-lines-header {
    height: 160px;
  }
}
header.nice-header.two-lines-header .second-row-header {
  background: #082e95;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  header.nice-header.two-lines-header .second-row-header > .container {
    height: 0;
  }
}
@media (min-width: 992px) {
  header.nice-header.two-lines-header .second-row-header > .container {
    height: 60px;
  }
}
header.nice-header.two-lines-header-v2 {
  height: 80px;
  border-bottom: solid 1px #082e95;
}
header.nice-header.two-lines-header-v2 > .container {
  width: 100%;
}
@media (min-width: 768px) {
  header.nice-header.two-lines-header-v2 {
    height: 140px;
  }
  header.nice-header.two-lines-header-v2 > .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  header.nice-header.two-lines-header-v2 > .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  header.nice-header.two-lines-header-v2 > .container {
    max-width: 1170px;
  }
}
header.nice-header.two-lines-header-v2 .right {
  position: relative;
  height: 80px;
}
@media (min-width: 768px) {
  header.nice-header.two-lines-header-v2 .right {
    height: 140px;
  }
}
@media (min-width: 992px) {
  header.nice-header.two-lines-header-v2 .right {
    height: 80px;
  }
}
header.nice-header.two-lines-header-v2 .right #globalSearch > .controls > .dropdown-menu {
  margin-top: unset;
  right: 65px;
  top: 5px;
}
@media (min-width: 768px) {
  header.nice-header.two-lines-header-v2 .right #globalSearch > .controls > .dropdown-menu {
    top: 140px;
    right: 0;
  }
}
header.nice-header.two-lines-header-v2 .logo-v2 {
  position: relative;
  width: auto;
  max-height: 60px;
  top: 10px;
}
@media (min-width: 768px) {
  header.nice-header.two-lines-header-v2 .logo-v2 {
    max-height: 120px;
  }
}
header.nice-header:after {
  content: none;
}
header.nice-header > .container {
  width: 95%;
  min-height: 60px;
  position: relative;
}
@media (min-width: 768px) {
  header.nice-header > .container {
    height: 100px;
  }
}
header.nice-header .logo {
  left: 0;
  height: 60%;
  position: absolute;
  width: auto;
  z-index: 1000;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  outline: 1px solid transparent;
}
@media (max-width: 480px) {
  header.nice-header .logo {
    height: 50%;
  }
}
@media (max-width: 380px) {
  header.nice-header .logo {
    height: 40%;
  }
}
header.nice-header .right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: right;
}
header.nice-header .right .controlContainer {
  /*float: left;*/
  height: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}
header.nice-header .right .controlContainer .controls {
  height: 100%;
  padding: 0;
  width: 40px;
}
@media (min-width: 768px) {
  header.nice-header .right .controlContainer .controls {
    width: 60px;
  }
}
header.nice-header .right .controlContainer .controls .icon {
  position: absolute;
  font-size: 24px;
  color: #082e95;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  outline: 1px solid transparent;
}
@media (min-width: 768px) {
  header.nice-header .right .controlContainer .controls .icon {
    font-size: 30px;
  }
}
header.nice-header .right .controlContainer .controls .icon:hover {
  cursor: pointer;
}
header.nice-header .right .controlContainer .controls .icon .fa {
  margin-right: 0;
}
header.nice-header .right .controlContainer .controls .icon .icon-text {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  outline: 1px solid transparent;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 0.5em;
  line-height: 1.1em;
  background-color: #23a4e1;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
header.nice-header .right .controlContainer .controls .icon .icon-text.user {
  top: 10px;
}
header.nice-header .right .controlContainer .controls .icon .icon-text.shopping-cart {
  display: none;
  top: 10px;
}
header.nice-header .right .controlContainer .controls .icon .icon-text.shopping-cart.cartHasItems {
  display: block;
}
header.nice-header .right .controlContainer .controls .icon .icon-text.orderOnBehalfMember {
  background-color: #000000;
}
header.nice-header .right .controlContainer .hoverIconText {
  display: none;
  color: #23a4e1;
  font-size: 14px;
  position: absolute;
  bottom: -15px;
  width: 100%;
}
header.nice-header .right .controlContainer:hover .hoverIconText {
  display: block;
}
header.nice-header #globalSearch > .controls > .dropdown-menu {
  padding: 0;
  margin-top: 0;
  border: 0;
  background-color: #082e95;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  header.nice-header #globalSearch > .controls > .dropdown-menu {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  header.nice-header #globalSearch > .controls > .dropdown-menu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
  }
}
header.nice-header #globalSearch > .controls > .dropdown-menu .form-group {
  padding: 15px 15px 0 15px;
}
header.nice-header #globalSearch > .controls > .dropdown-menu .form-group .form-control {
  width: 380px;
}
@media (max-width: 991px) {
  header.nice-header #globalSearch > .controls > .dropdown-menu .form-group .form-control {
    width: 100%;
  }
}
.nav-up .nice-header {
  top: 0;
  height: 60px;
  min-height: 60px;
}
.nav-up .nice-header .container {
  height: 60px;
}
.nav-up .nice-header.two-lines-header {
  height: 0px;
}
.nav-up .nice-header.two-lines-header .container {
  height: 0px;
}
@media (min-width: 992px) {
  .nav-up .nice-header.two-lines-header {
    height: 120px;
  }
  .nav-up .nice-header.two-lines-header .container {
    height: 60px;
  }
}
.nav-up .nice-header.two-lines-header-v2 .container {
  height: 100px;
}
.nav-up .nice-header.two-lines-header-v2 .right {
  position: relative;
  height: 80px;
}
@media (min-width: 768px) {
  .nav-up .nice-header.two-lines-header-v2 .right {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .nav-up .nice-header.two-lines-header-v2 .right {
    height: 60px;
  }
}
.nav-up .nice-header.two-lines-header-v2 .right #globalSearch > .controls > .dropdown-menu .form-group {
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}
.nav-up .nice-header.two-lines-header-v2 .logo-v2 {
  max-height: 60px;
}
@media (min-width: 768px) {
  .nav-up .nice-header.two-lines-header-v2 .logo-v2 {
    max-height: 80px;
  }
}
@media (min-width: 768px) {
  .nav-up .nice-header.two-lines-header-v2 {
    height: 100px;
  }
}
.nav-up .nice-header .right .controlContainer .controls {
  width: 40px;
}
.nav-up .nice-header .right .controlContainer .controls .icon {
  font-size: 24px;
}
@media (max-width: 991px) {
  .nav-up .nice-header #globalSearch > .controls > .dropdown-menu {
    top: 60px;
  }
}
/*---------- end custom head section ----------*/
/*---------- custom footer section ----------*/
footer.nice-footer {
  padding: 0;
  background-color: #d9d9d9;
  /*section:first-child {
        .container {
            border-top: solid 1px @footerBorderColor;
        }
    }*/
}
footer.nice-footer p.heading {
  color: #23a4e1;
  font-weight: 400;
}
footer.nice-footer p:not(.heading) {
  font-size: 16px;
}
footer.nice-footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer.nice-footer section:last-child {
  background-color: #d9d9d9;
}
footer.nice-footer nav.footer {
  padding: 0;
}
footer.nice-footer nav.social ul li a {
  font-size: 0;
}
footer.nice-footer .quick-links ul li a {
  font-size: 16px;
  padding-left: 0;
}
footer.nice-footer .quick-links ul li a:after {
  content: none;
}
footer.nice-footer .quick-links ul li a:hover {
  padding-left: 0;
}
/*---------- end custom footer section ----------*/