
/* */

body{
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-size: 13px;
}

body > div.container {
    padding-top: 48px;
}

.logo-banner {
    background-image: url(/resources/images/WebBanner2017.png);
    background-repeat: no-repeat;
    width: 500px;
    height: 100px;
    margin-bottom: 16px;
}

.logo-banner-mobile {
    background-image: url(/resources/images/S5logo.png);
    background-repeat: no-repeat;
    width: 64px;
    min-height: 64px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: contain;
    background-position-x: 50%;
    background-repeat: no-repeat;
}

.navbar-default {
    background: #343538;
    width:100%;
    border-radius: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #e7e7e7;
    transition: all 0.4s ease;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 16px;
    border-right: 1px solid #555;
}

.navbar-default .navbar-nav>li:last-child>a {
    border-right: 0px;
}

.navbar-default .navbar-nav>li>a:hover {
    background: #00bcff;
    color: #ffffff;
}

.calendar>table tr>td, .calendar>table tr>th{
  border: 2px solid #C6C1BF;
  padding: 2px;
  text-align: center;
  background-color: #CCCCCC;
}

.calendar>table {
width: 100%;
}

.calendar>table tr>td.calendar_day_busy {
  background-color: #dff0d8;
}

.calendar>table tr>td.calendar_day_busy > a {
  color: #3c763d;
}

.btn-100{
  width: 100%;
}

.container > .row-fluid > .col-md-8 img {
    margin: 10px;
}

.ticket-price, .price-label {
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 1em;
    display: inline-block;
}

div.checkout-helptext {
    text-align: center;
}

input[type=radio] {
    float: right;
}

div.order-addressbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-text {
    color: #cccccc;
}

.navbar-secondary {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.navbar.navbar-default > ul > li {
    min-height: 50px;
}

.order-workflow .navbar-form {
    margin-right: 0px;
}

.order-workflow li.active {
    background-color: #eeeeee;
}

.order-workflow li.active .navbar-text {
    color: #333333;
}

.alert-warning{
    color: #4f3e22;
    font-weight: bold;
}

.cloudflare-badge {
    display: inline-block !important;
}

.nav-list > li:first-child > a, .nav-list > li:first-child > div {
  border-top: 1px solid #cccccc;
}

.nav-list > li > a {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .inner-list-wrapper {
    padding-left: 5px;
    background-color: #337ab7;
}

.list-group .inner-list-wrapper .list-group-item {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.list-group .inner-list-wrapper .list-group-item:last-child {
    border-bottom: 0px solid #ddd;
}

.tt-menu {
    margin-top: 32px;
    width: auto;
}

.navbar-default .navbar-nav>li>a {
    color: #e7e7e7;
    transition: all 0.4s ease;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 16px;
    border-right: 1px solid #555;
}

.s5-psa-wrapper {
    font-weight: bold;
    font-size: 1.2em;
    border: 1px solid #31708f;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.s5-psa-wrapper.col-md-3 {
    width: 24%;
}

.s5-psa-wrapper.col-md-6 {
    width: 48%;
}

.nav>li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-pills>li>span {
    border-radius: 4px;
}

.openinghours-wrapper{

}

.s5-openinghours {
    margin: auto;
}

.s5-openingday {
    width: 28px;
    text-align: center;
}

.s5-opening-closed {
    background-color: #ffadad;
}

.s5-opening-reducedhours {
    background-color: #ffe2ad;
}

.s5-opening-openasusual {
    background-color: #7db77d;
}

@media(max-width:768px){
    .shop-sidebar{ display: none; }
}

nav.navbar .nav-link {
    font-size: 1.2em;
    font-weight: bold;
}

nav.navbar .navbar-nav .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #3062ac;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
}

@media only screen and (min-width: 1200px) {
    .navbar .nav-item {
        border-left: 1px solid #acacab !important
    }

    .navbar .nav-item:first-child {
        border-left: 0px solid black !important
    }

    .typeahead-result{
        max-width: 500px !important;
    }
    span.twitter-typeahead .tt-suggestion {
        width: 500px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .tt-input, .tt-hint {
        width: 100%
    }
    body > div.container {
        padding-top: 120px;
    }
}

footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

footer a {
    color: #aaaaaa;
}

footer a:hover {
    color: #ffffff;
}

.pagination .page-link.active {
    color: #ffffff;
    background-color: #3062ac;
}

/**** TWITTER TYPEAHEAD ****/
span.twitter-typeahead .tt-menu {
  cursor: pointer;
}

.dropdown-menu, span.twitter-typeahead .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

span.twitter-typeahead .tt-suggestion {
  display: block;
  width: 300px;
  max-width: 300px;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: normal;
  background: none;
  border: 0; }
span.twitter-typeahead .tt-suggestion:focus, .dropdown-item:hover, span.twitter-typeahead .tt-suggestion:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
span.twitter-typeahead .active.tt-suggestion, span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .active.tt-suggestion:focus, span.twitter-typeahead .tt-suggestion.tt-cursor:focus, span.twitter-typeahead .active.tt-suggestion:hover, span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
span.twitter-typeahead .disabled.tt-suggestion, span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
    color: #818a91; }
span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }
span.twitter-typeahead {
  width: 100%; }
  .input-group span.twitter-typeahead {
    display: block !important; }
    .input-group span.twitter-typeahead .tt-menu {
      top: 2.375rem !important; }

.typeahead-result{
    position: relative;
    border-bottom:1px solid #d2d2d2;;
    width: 350px;
}
.image-section{
    width:10%;
    float:left;
    display: table;
}
.typeahead-result img.typeahead-image{
    width:70px;
    height:70px;
    border:1px solid #000;
    display: table-cell;
    vertical-align: middle;
    margin:6px 0px 5px -9px;
}
.description-section{
    float:left;
    width:80%;
}
.description-section h1{
    margin:0px;
    font-weight: bold;
    padding:0px 7px; 
    font-size:16px;
    color:#000;
    margin-top:4px;
    text-transform: uppercase;
}
.description-section p{
    margin:0px;
    padding:0px 1px 0px 8px;
    font-size:14px;
    color:#7d7f80;
    line-height: 15px;
}
.description-section span{
    padding:7px;
    font-size:13px;
    color:#a09999;
}
.more-section{
    position: initial;
}
.more-section a{
    text-decoration: none;
}
.more-section button{
    border:unset;
    color:#fff;
    border-radius: 5px;
    padding:5px;
    background-color:#5D4C46 !important;
}


.not-available {
  /*text-align: center;*/
  line-height: 2em; }
  .not-available:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d ";
    color: #ff0000;
    font-weight:900; }

.product-availability-wrapper {
    line-height: 2em;
}

.in-stock {
  /*text-align: center;*/
  line-height: 2em; }
  
.in-stock:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c ";
    color: #008800;
    font-weight:900; }

.due-soon {
  /*text-align: center;*/
  line-height: 2em; }
  
.due-soon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d1 ";
    color: #ff8800;
    font-weight:900; }

.availability-check {
    height: 1em;
}

.parametric-filter{
    min-width: 200px;
}

#parametric-results{
    font-size: 1.2em;
}

.slider-wrapper {
    overflow-x: hidden;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.slide {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.slideshow-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*** SAVED CARDS HANDLER ***/
.saved-card-delete {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
}

.saved-card-brand {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    content: "";
}

.saved-card-name {
    margin-top: 0.3em;
    text-transform: uppercase;
}

.saved-card-expires {
    margin-top: 1em;
}

.saved-card-expired {
    color: #000000aa;
    background-color: #f8d7da;
}

.saved-card-active {
    background-color: #f6f6f6;
}

@media (max-width: 576px) {
    .product-gallery-preview{
        min-height: 80vw;
    }
}


.product-card > .card-img-top > img {
    aspect-ratio: auto 1;
    max-width: 150px;
}