﻿/*native overrides*/
/********************************************
    Mixins
*********************************************/
/********************************************
    Responsive Typography
*********************************************/
.btn-nzu {
  background-color: #b20a20 !important;
  background-image: linear-gradient(to bottom, #b20a20, #b20a20) !important; }

.has-error {
  background: #fef2f2 none repeat scroll 0 0;
  border: 1px solid #ff0000;
  box-shadow: 0 0 1px 0 red inset; }

.margin-auto {
  margin: auto; }

.table-white {
  background: #ffffff;
  box-shadow: 0 0 1px 0px #dddddd, 0 0 0 15px #ffffff; }

.alert h4 {
  margin-top: 10px !important; }

.customer-name {
  text-transform: capitalize; }

.cat-title {
  text-transform: uppercase; }

.catContent h1, .catContent h2, .catContent h3, .catContent h4, .catContent h5, .catContent h6 {
  margin-top: 0px; }

#tab-description.plain-text {
  white-space: pre-line; }

#tab-description > h3 {
  margin-top: 0px; }

#related-products .product-thumb .caption {
  min-height: auto !important; }

#tabpanel .product-thumb .image {
  height: 300px; }
  #tabpanel .product-thumb .image a {
    height: 100%; }
    #tabpanel .product-thumb .image a img {
      max-height: 100%; }

.order-table .original-price {
  color: #B20A20;
  text-decoration: line-through; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.formLoader {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 50px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .formLoader span {
    display: block;
    left: 50%;
    margin-left: -150px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 300px; }
    .formLoader span i {
      font-size: 50px; }

.category-blocks {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .category-blocks .product-thumb {
    height: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    .category-blocks .product-thumb .image, .category-blocks .product-thumb .caption, .category-blocks .product-thumb .button-group {
      flex-basis: 100%; }

.divLoader {
  background: rgba(238, 238, 238, 0.75) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0; }
  .divLoader span, .divLoader i {
    font-size: 50px; }
  .divLoader span {
    width: 300px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px; }

.formResponse {
  background: #000000; }
  .formResponse h3 {
    color: #ffffff !important; }

#uploadLogo span {
  position: relative;
  display: block; }

.form input[type="file"] {
  z-index: 999;
  line-height: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  left: 0;
  width: 100%;
  top: -25px;
  left: 0; }

.jconfirm .jconfirm-box {
  padding: 25px 15px !important; }
  .jconfirm .jconfirm-box .jconfirm-buttons {
    float: none !important;
    text-align: center;
    padding-bottom: 0px; }
    .jconfirm .jconfirm-box .jconfirm-buttons button {
      margin-bottom: 5px !important;
      border-radius: 0px;
      min-width: 80px;
      font-size: 14px !important;
      padding: 12px 25px;
      line-height: normal; }
      .jconfirm .jconfirm-box .jconfirm-buttons button.btn-clear {
        background: none;
        box-shadow: none;
        font-weight: normal;
        text-decoration: underline; }
      .jconfirm .jconfirm-box .jconfirm-buttons button.btn-continue-to-site {
        float: none;
        margin: auto !important;
        clear: both !important;
        display: block; }
  .jconfirm .jconfirm-box input, .jconfirm .jconfirm-box button {
    height: 38px;
    border-radius: 0px;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 15px; }

.mailinglist-signup {
  padding: 2% 3% 0 3%;
  max-width: 700px;
  margin: auto; }
  .mailinglist-signup .row {
    margin: 0 -7.5px !important; }
  .mailinglist-signup [class*="col-"] {
    padding: 0 7.5px; }
  .mailinglist-signup input {
    margin: auto;
    border: 1px solid #222222;
    color: #111111;
    text-align: center;
    background: #e5e5e5 !important; }
    .mailinglist-signup input:focus, .mailinglist-signup input:active {
      box-shadow: 0 0 5px 0 #222222 !important; }

.mailinglist-code {
  width: 50%;
  margin: auto;
  color: #111111;
  font-size: 18px !important;
  text-transform: uppercase;
  text-align: center;
  background: #e6e6e6;
  padding: 20px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: all .25s ease-in-out; }
  .mailinglist-code:hover {
    box-shadow: 0 0 10px 0 #d9d9d9;
    font-size: 19px !important; }

.mailinglist-voucher-help {
  font-size: 14px;
  padding: 10px 0; }

/*Side Category Filter Changes*/
#column-left .panel-collapse {
  max-height: 218px;
  overflow-x: hidden; }

#column-left .filter-item {
  margin-bottom: 3px; }

#column-left .filter-item a, #column-left label {
  font-size: 15px;
  font-weight: lighter !important;
  color: #60605b; }
  #column-left .filter-item a.bold, #column-left label.bold {
    font-weight: bold !important; }
  #column-left .filter-item a:hover, #column-left .filter-item a:focus, #column-left .filter-item a:active, #column-left label:hover, #column-left label:focus, #column-left label:active {
    color: black !important;
    text-decoration: none !important; }

#column-left .panel-body .checkbox-inline {
  display: block !important;
  width: 100%; }
  #column-left .panel-body .checkbox-inline label {
    position: relative !important;
    width: 100% !important; }

#column-left .panel-body#size-sort .checkbox-inline {
  display: inline-block !important;
  width: calc(50% - 25px) !important; }

@media (min-width: 768px) {
  #navbar {
    display: flex !important;
    flex-direction: row; }
  #navbar .nav.navbar-nav {
    margin: auto; }
  .dropdown-inner2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    /*column-fill: auto;*/
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column; }
  .dropdown-inner2 li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column; } }

/*iPad Portrait*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .divLoader {
    position: fixed !important;
    bottom: 0px !important;
    height: 100px;
    text-align: center; }
    .divLoader span {
      top: 0px;
      margin-top: 0px; } }

/*Phone Portrait*/
@media only screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
  .nav-pills-toolbar li {
    margin-right: 3px !important; } }

.payment-tabs-wrap .payment-tabs {
  margin-bottom: 0px; }
  .payment-tabs-wrap .payment-tabs li a {
    background: #eeeeee; }
  .payment-tabs-wrap .payment-tabs li.active a {
    background: #ffffff !important;
    position: relative; }
    .payment-tabs-wrap .payment-tabs li.active a:after {
      content: "";
      position: absolute;
      height: 5px;
      width: 100%;
      bottom: -5px;
      left: 0px;
      background: #ffffff; }

.payment-tabs-wrap .tab-content {
  background: #FFFFFF;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 14px; }

.pp-calculator {
  margin-bottom: 15px; }
  .pp-calculator #partPayCalculatorWidget {
    width: 100%; }

#partPayCalculatorWidgetDialog {
  z-index: 9; }

/**********************************************
    Customise Buttons
***********************************************/
.customise-inner .btn-wrap .btn {
  padding: 10px 0;
  font-size: 14px; }

.customise-inner .customise-team-name {
  overflow: hidden;
  margin-bottom: 0px; }
  .customise-inner .customise-team-name label, .customise-inner .customise-team-name input {
    display: block;
    float: left;
    margin-bottom: 0px; }
  .customise-inner .customise-team-name label {
    padding: 0 15px;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    background: rgba(0, 0, 0, 0.1); }
  .customise-inner .customise-team-name input {
    width: auto; }

.customise-inner input.form-control {
  height: 34px !important;
  font-size: 16px !important;
  text-transform: none !important; }

.customise-inner .disabled {
  background: #f3f3f3; }

.customise-inner table th div {
  float: left;
  width: 80%; }
  .customise-inner table th div:nth-child(2) {
    width: 20%; }

.customise-inner table th h5 {
  margin: 3px;
  font-weight: normal; }

.customise-inner table th .btn {
  margin: 0px;
  outline: none !important;
  height: auto !important;
  line-height: normal;
  transition: all .25s ease-in-out;
  padding: 5px 15px;
  float: right; }
  .customise-inner table th .btn:hover {
    background: #f5f5f5; }

.customise-inner table td, .customise-inner table th {
  font-size: 14px !important;
  vertical-align: middle !important;
  padding: 8px !important; }
  .customise-inner table td input, .customise-inner table th input {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 5px !important; }

.customise-inner table td .input-group {
  position: relative; }
  .customise-inner table td .input-group input, .customise-inner table td .input-group select {
    float: left; }
  .customise-inner table td .input-group-btn {
    position: initial; }
  .customise-inner table td .input-group select, .customise-inner table td .input-group button {
    height: 40px;
    font-size: 14px !important;
    text-transform: none;
    margin-bottom: 0px; }
  .customise-inner table td .input-group button {
    padding: 0 10px; }
    .customise-inner table td .input-group button span {
      display: inline-block;
      vertical-align: middle; }
      .customise-inner table td .input-group button span.selected-colour {
        height: 20px;
        width: 20px;
        margin: 0 3px;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); }
  .customise-inner table td .input-group .dropdown-menu {
    width: 100%;
    padding: 0px; }
    .customise-inner table td .input-group .dropdown-menu li {
      display: block;
      float: left;
      height: 35px;
      width: 35px;
      box-shadow: 0 0 1px 0 #dddddd; }
      .customise-inner table td .input-group .dropdown-menu li.selected a:before {
        background: rgba(255, 255, 255, 0.5); }
      .customise-inner table td .input-group .dropdown-menu li.selected a:after {
        content: "\f058";
        font-family: "FontAwesome";
        text-align: center;
        line-height: 35px;
        color: green; }
      .customise-inner table td .input-group .dropdown-menu li a {
        display: block;
        padding: 0px;
        height: 100%;
        width: 100%;
        background: none !important;
        position: relative; }
        .customise-inner table td .input-group .dropdown-menu li a:before, .customise-inner table td .input-group .dropdown-menu li a:after {
          content: "";
          position: absolute;
          height: 100%;
          width: 100%;
          z-index: 7;
          top: 0;
          left: 0; }
        .customise-inner table td .input-group .dropdown-menu li a:after {
          z-index: 8; }
        .customise-inner table td .input-group .dropdown-menu li a:hover:before {
          background: rgba(255, 255, 255, 0.5); }
        .customise-inner table td .input-group .dropdown-menu li a:hover:after {
          content: "\f058";
          font-family: "FontAwesome";
          text-align: center;
          line-height: 35px;
          color: green; }
      .customise-inner table td .input-group .dropdown-menu li .selected:after {
        content: "\f058";
        font-family: "font-awesome"; }
  .customise-inner table td .input-group .colour-swatch.none {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+49,ff0000+49,ff0000+53,ffffff+53,ffffff+53 */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, white 49%, red 49%, red 53%, white 53%, white 53%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, white 49%, red 49%, red 53%, white 53%, white 53%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, white 49%, red 49%, red 53%, white 53%, white 53%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .customise-inner table td .input-group .colour-swatch.royal-blue {
    background: #4169e1; }
  .customise-inner table td .input-group .colour-swatch.navy-blue {
    background: #000080; }
  .customise-inner table td .input-group .colour-swatch.sky-blue {
    background: #87ceeb; }
  .customise-inner table td .input-group .colour-swatch.gold {
    background: #ffd700; }
  .customise-inner table td .input-group .colour-swatch.sandy-gold {
    background: #CFB53B; }
  .customise-inner table td .input-group .colour-swatch.dark-green {
    background: #006400; }
  .customise-inner table td .input-group .colour-swatch.neon-yellow {
    background: #ccff00; }
  .customise-inner table td .input-group .colour-swatch.neon-orange {
    background: #FD5F00; }
  .customise-inner table td .input-group .colour-swatch.neon-pink {
    background: #ff6ec7; }
  .customise-inner table td .input-group .colour-swatch.maroon {
    background: #800000; }
  .customise-inner table td .input-group .colour-swatch.neon-blue {
    background: #4d4dff; }
  .customise-inner table td .input-group .colour-swatch.neon-green {
    background: #39ff14; }

.line-info {
  border-top: 1px solid #ddd;
  padding: 5px;
  margin: 0 -5px; }

.line-info-items li {
  display: inline-block;
  vertical-align: middle;
  background: #ffffff; }
  .line-info-items li a {
    background: none !important;
    padding: 0px;
    border-raidus: 4px;
    font-size: 13px !important; }
    .line-info-items li a .badge {
      font-weight: normal;
      font-size: 10px;
      right: 5px;
      top: 5px; }

/**********************************
    New Promo badge
**********************************/
.product-thumb .image {
  position: relative; }

.new-badges {
  position: absolute;
  height: 35px;
  bottom: 0px;
  width: 100%; }
  .new-badges .new-badge {
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    padding: 5px 15px;
    float: right;
    margin-left: 15px; }
    .new-badges .new-badge img {
      height: 100%;
      object-fit: contain;
      object-position: center center; }

/************************************
    CHANGES - 20191217 AK
************************************/
#header {
  margin-bottom: 0px;
  border: none; }
  #header #logo a {
    display: block; }
    #header #logo a img {
      transform: scale(1.1);
      transform-origin: left top; }

.flex-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.global-header-tiles {
  margin: 10px 0 30px 0; }
  .global-header-tiles a {
    display: flex;
    align-items: center; }
  .global-header-tiles .ght-icon {
    height: 40px;
    min-width: 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center; }
    .global-header-tiles .ght-icon i {
      font-size: 32px;
      text-align: center;
      color: #4d4d4d; }
    .global-header-tiles .ght-icon img {
      height: 100%;
      object-fit: contain;
      object-position: center; }
  .global-header-tiles .ght-text {
    padding-left: 10px;
    align-items: center;
    display: flex;
    height: 40px; }
    .global-header-tiles .ght-text * {
      padding: 0px;
      margin: 0px;
      font-size: 12px;
      color: #4d4d4d;
      letter-spacing: 0.025em;
      text-transform: uppercase; }

.message-box a {
  text-decoration: none !important; }

#menu {
  border-top: none; }

#menu .dropdown .dropdown-menu {
  transform: scale(0);
  display: unset; }

#menu .dropdown:hover .dropdown-menu {
  transform: scale(1);
  transform-origin: top;
  transition-delay: .25s !important; }

#cart {
  margin-right: 20px; }

#cart .fa.fa-shopping-cart {
  font-size: 34px;
  color: #70706B; }

#cart .itemCount {
  padding: 3px 5px !important;
  background-color: #cd123c;
  position: absolute;
  right: -8px;
  top: -5px; }

#cart .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #cd123c;
  border-radius: 10px; }

.promo-image-wrapper {
  display: flex; }

.promo-image-wrapper .promo-image {
  align-self: center; }

.dropdown-menu .dropdown-inner-row {
  display: flex;
  flex-direction: row; }

.navbar-header-wrap {
  position: inherit; }
  .navbar-header-wrap .dropdown, .navbar-header-wrap .dropdown-toggle {
    position: inherit; }
  .navbar-header-wrap .dropdown-menu {
    width: 100%;
    left: 0 !important;
    margin-left: 0px !important; }
    .navbar-header-wrap .dropdown-menu .dropdown {
      display: block !important;
      position: relative; }
  .navbar-header-wrap .dropdown-inner {
    padding: 15px 15px 35px 15px; }
    .navbar-header-wrap .dropdown-inner ul {
      display: block !important; }
  .navbar-header-wrap .list-unstyled li, .navbar-header-wrap .list-unstyled a {
    padding: 0px !important; }
  .navbar-header-wrap .list-unstyled a {
    display: inline-block !important; }
    .navbar-header-wrap .list-unstyled a:hover, .navbar-header-wrap .list-unstyled a:active, .navbar-header-wrap .list-unstyled a:focus {
      background: none; }
  .navbar-header-wrap .list-unstyled > li > a {
    padding: 0px !important;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0; }

.find-your-school {
  cursor: pointer; }
  .find-your-school.active ._message-box-inner {
    justify-content: space-between; }
  .find-your-school ._message-box-inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    .find-your-school ._message-box-inner h2 {
      margin-left: 15px;
      transition: all 0.25s ease-in-out; }
  .find-your-school .typeahead__container {
    height: 34px;
    position: absolute;
    top: 3px;
    right: 18px;
    width: 50%; }
    .find-your-school .typeahead__container .typeahead__field {
      width: 100%; }
    .find-your-school .typeahead__container input, .find-your-school .typeahead__container button {
      height: 34px;
      border-radius: 0px;
      font-size: 16px; }
    .find-your-school .typeahead__container .typeahead__list {
      padding: 0px;
      margin-top: 0px;
      max-height: 300px;
      overflow: auto; }
    .find-your-school .typeahead__container .typeahead__item a {
      padding: 10px;
      display: block;
      box-shadow: 0 0 0 1px #b3b3b3;
      margin-top: 0px;
      color: #333333; }

/*Override CSS for main navigation*/
@media (min-width: 768px) {
  #menu .dropdown-inner a {
    /*min-width: 130px;*/ }
  .dropdown-menu ul li,
  .dropdown-inner2,
  .dropdown-menu ul {
    width: 100%; }
  .cms-menu-wrapper,
  .dropdown-inner2-wrapper {
    display: flex;
    justify-content: center; }
  .dropdown-inner2 {
    margin-right: -100px; }
  .promo-image-wrapper {
    display: flex;
    flex-direction: column; }
  .size-guide-link2 {
    font-size: 20px; } }

@media (min-width: 1200px) {
  .container {
    width: 100%; }
  .header-inner {
    width: 1170px; }
  .breadcrumb-container {
    width: 1200px;
    margin: 0 auto; }
  .cat-product-thumb {
    height: auto !important; }
  .product-grid .prod-grid-item .prod-img {
    height: auto; }
  #productSlider #product-img img, #productSlider #product-owl img {
    max-height: 450px !important; }
  .content-page, .order-page {
    width: 1200px;
    margin: 0 auto; } }
