﻿.header-big {
  font-size: 20px;
  text-transform: capitalize;
}
.header-normal {
  font-size: 16px;
  text-transform: capitalize;
}
.header-small {
  font-size: 14px;
  text-transform: capitalize;
}
.blue {
  color: #00387b;
}
.bold {
  font-weight: bold;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
}
.wesbart-screensaver {
  background: url(../images/background.jpg);
  background-size: cover;
  background-position: center;
  display: table;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
}
.wesbart-screensaver span {
  height: 420px;
  top: 0;
  background: transparent;
  position: absolute;
  -webkit-animation: fadefall 24s infinite;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadefall 24s infinite;
  /* Firefox < 16 */
  -ms-animation: fadefall 24s infinite;
  /* Internet Explorer */
  -o-animation: fadefall 24s infinite;
  /* Opera < 12.1 */
  animation: fadefall 24s infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.wesbart-screensaver span:nth-child(1) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 100%);
  transform: skewY(10deg);
  left: 6.33334%;
  width: 23.33333%;
  top: -40px;
  min-width: 2670px;
}
.wesbart-screensaver span:nth-child(2) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 100%);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.wesbart-screensaver span:nth-child(3) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 100%);
  transform: skewY(-37deg);
  top: 0;
  right: 5%;
  min-width: 400px;
  width: 50%;
  height: 100%;
}
.wesbart-screensaver span:nth-child(4) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 100%);
  transform: skewY(-20deg) scale(1.5);
  top: -30%;
  right: 0;
  min-width: 400px;
  width: 100%;
  height: 100%;
}
.wesbart-screensaver span:nth-child(5) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 100%);
  transform: skewY(-20deg) scale(1.5);
  top: -30%;
  right: 0;
  min-width: 400px;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .wesbart-screensaver span:nth-child(3) {
    display: none;
  }
}
.wesbart-screensaver h1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  font-weight: normal;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.wesbart-screensaver h1 i {
  width: 100%;
  text-align: center;
  display: inline-block;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadefall {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadefall {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadefall {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadefall {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadefall {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
  }
}
body {
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 880px) {
  .ajaxcart--modal_custom {
    margin-left: -425px !important;
    max-width: 850px !important;
  }
}
.main-content {
  margin-top: 20px;
}
.header-bar_custom li a {
  color: #fff !important;
}
.header-bar_custom li a:hover {
  color: #fff !important;
}
.header-bar__search_custom input {
  margin-top: 3px;
}
.header-bar__search_custom input:focus {
  outline: none !important;
}
.header-bar_cart_custom a i {
  font-style: normal;
}
.header-bar_cart_custom a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.header-bar_cart_custom a:hover i {
  text-decoration: underline !important;
}
.header-bar_cart_custom a:hover span {
  text-decoration: none !important;
}
.cart__mini-labels_custom {
  display: block !important;
  color: #00387b;
}
@media screen and (min-width: 769px) {
  .cart__row--table-large_custom {
    margin-bottom: 25px !important;
    padding-left: 30px;
  }
}
.site-nav__link {
  font-size: 13px;
}
.site-nav__link[href="/pages/freezerguide"],
.site-nav__link[href="/pages/cryogenicguide"] {
  background-color: #00387b;
  border-radius: 5px;
  color: #fff;
  padding: 10px !important;
  transition: 0.5s ease-in-out;
}
.site-nav__link[href="/pages/freezerguide"]:hover,
.site-nav__link[href="/pages/cryogenicguide"]:hover {
  text-decoration: none;
  transform: translateY(-3px);
  -webkit-filter: blur(0);
  -webkit-transform: translateY(-3px);
  transition: 0.2s ease-in-out;
  background-color: #002c62;
}
.site-nav--active .site-nav__link[href="/pages/freezerguide"] {
  font-weight: normal;
}
.site-nav--active .site-nav__link[href="/pages/freezerguide"]:hover {
  transform: none;
  background-color: #00387b;
}
.section-header__link--right_custom {
  margin-top: 12px;
  float: right;
}
.section-header__link--right_custom select {
  min-width: 150px;
}
.freezer-guide_intro {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  float: left;
  width: 100%;
}
.freezer-guide {
  color: blue;
}
.freezer-guide_header {
  font-size: 16px;
  font-weight: bold;
  color: #00387b;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .freezer-guide-manufacturer .col-md-4:nth-child(3n+2) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freezer-guide-manufacturer .col-sm-6:nth-child(2n+2) {
    clear: both;
  }
}
.freezer-guide-manufacturer .freezer-guide_manufacturer-link {
  padding: 3px;
}
.freezer-guide-manufacturer .freezer-guide_manufacturer-link.active a {
  border-color: #d7e6ff;
}
.freezer-guide-manufacturer .freezer-guide_manufacturer-link.active a img {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  transition: 0.2s ease-in;
  opacity: 1;
}
.freezer-guide-manufacturer .freezer-guide_manufacturer-link a {
  border: 8px solid white;
  display: block;
  transition: 0.2s ease-in-out;
}
.freezer-guide-manufacturer .freezer-guide_manufacturer-link a:hover {
  border-color: #d7e6ff;
  transition: 0.2s ease-in-out;
}
.freezer-guide-manufacturer .freezer-guide_manufacturer-link a:hover img {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}
.freezer-guide-manufacturer .freezer-guide_manufacturer-link a img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  transition: 0.2s ease-in;
  opacity: 0.4;
}
.freezer-guide_type .freezer-guide_type-link a {
  min-height: 30px;
  display: block;
  background-color: #ebebeb;
  color: #00387b;
  line-height: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  border: 8px solid white;
}
.freezer-guide_type .freezer-guide_type-link a:hover {
  background-color: #00387b;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border-color: #d7e6ff;
}
.freezer-guide_type .active a {
  background-color: #00387b;
  color: white;
  border-color: #d7e6ff;
}
.freezer-guide_model .freezer-guide_model-links {
  margin: 0 10px;
  width: 100%;
}
.freezer-guide_model .freezer-guide_model-links li {
  min-width: 150px;
  padding: 5px;
  text-align: center;
  margin: 5px;
  float: left;
  background-color: #ebebeb;
  transition: 0.3s ease-in-out;
}
.freezer-guide_model .freezer-guide_model-links li a {
  color: #00387b;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-decoration: none;
}
.freezer-guide_model .freezer-guide_model-links li:hover {
  background-color: #00387b;
  transition: 0.3s ease-in-out;
}
.freezer-guide_model .freezer-guide_model-links li:hover a {
  color: white;
  text-decoration: none;
}
.freezer-guide_title {
  color: #00387b;
  font-size: 20px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #f0f0f0;
}
.custom-sidebar {
  margin-top: 10px;
}
.sidebar-module__list li {
  padding: 5px 0;
}
.section-header {
  border-bottom: 2px solid #f0f0f0;
}
.section-header__title {
  font-size: 20px;
  text-transform: capitalize;
  color: #00387b;
}
.product_price_custom {
  margin-top: 20px;
  float: right;
  padding-top: 20px;
}
.product_price_custom span {
  float: right;
}
.product_photo_container {
  vertical-align: top !important;
}
.product_photo_image {
  margin-top: 30px;
}
.product_photo_image img {
  max-width: 80% !important;
}
.product_quantity_custom {
  margin-top: 23px;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}
.product_sku {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
  width: 100%;
}
.product_sku .variant-sku {
  color: #00387b;
  float: right;
}
.product_number {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
  width: 100%;
}
.product_number .variant-number {
  color: #00387b;
  float: right;
}
.product_boxes {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
  width: 100%;
}
.product_boxes .variant-boxes {
  color: #00387b;
  float: right;
}
.product_capacity {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
  width: 100%;
}
.product_capacity .variant-capacity {
  color: #00387b;
  float: right;
}
.product_format {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
  width: 100%;
}
.product_format .variant-format {
  color: #00387b;
  float: right;
}
.selector-wrapper {
  margin-top: 10px;
}
.product_button_custom {
  float: right;
  border-radius: 0;
  width: 100%;
}
.product_button_custom:hover {
  color: #fff;
}
.product_title_custom {
  color: #00387b;
  float: left;
  font-size: 24px;
}
.product_title_custom span {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  float: left;
}
.product_title_intro {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  width: 100%;
  clear: both;
  margin-bottom: 15px;
}
.product_compartment_guide {
  margin: 4px 0 5px 0;
  font-size: 12px;
  font-style: italic;
  float: left;
  font-weight: normal;
}
.product_custom_VAT {
  font-size: 10px;
  color: #727272;
  font-style: italic;
  text-align: right;
}
.breadcrumb {
  margin-bottom: 10px !important;
  padding: 22px 0px 0px 0px;
  background-color: transparent;
}
.contact_form_submit {
  margin-top: 15px !Important;
}
.contact_form_input {
  margin: 0 !important;
}
@media screen and (min-width: 769px) {
  .footer_custom {
    padding-top: 40px !important;
  }
}
.home_featured_collections_title {
  min-height: 36px;
  padding-top: 10px;
}
.order_form_section h3 {
  font-size: 16px;
  font-weight: bold;
  color: #00387b;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.order_form_section h4 {
  font-size: 14px;
  font-weight: bold;
  color: #00387b;
  text-transform: none;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 6px;
}
.order_form_compartments {
  margin: 15px 0 2px;
}
.order_form_compartments div {
  margin-bottom: 0px;
}
.order_form_label {
  margin-top: 10px;
}
.order_forn_section_type {
  margin-top: 20px;
}
.order_form_input_mm {
  float: right;
  position: relative;
  top: -28px;
  right: 10px;
}
.order_form_object_picker {
  list-style: none;
  margin: 0 0 0 -5px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.order_form_object_picker .active {
  color: #fff !important;
  background-color: #00387b !important;
  text-decoration: none;
}
.order_form_object_picker .active a {
  color: #fff !important;
  text-decoration: none;
}
.order_form_object_picker .order_form_object_picker-link {
  float: left;
  font-size: 14px;
  color: #00387b;
  background-color: #ebebeb;
  padding: 5px 10px;
  margin: 0 5px;
}
.order_form_object_picker .order_form_object_picker-link a {
  color: #00387b;
}
.order_form_object_picker .order_form_object_picker-link:hover {
  color: #fff;
  background-color: #00387b;
}
.order_form_object_picker .order_form_object_picker-link:hover a {
  color: #fff;
  text-decoration: none;
}
.contact_quote_link {
  background-color: #00387b;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.contact_quote_link:hover {
  background-color: #002c62;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.collection_header_title {
  position: relative;
  top: 12px;
}
.product_extras {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  float: left;
}
.product_extras h4 {
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
  color: #00387b;
  margin-bottom: 5px;
}
.product_extras a {
  display: inline-block;
  color: #1e4598;
  font-weight: bold;
}
.product_extras a:hover {
  color: #2658c3;
}
.freezer-page .freezer-page_description {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  float: left;
  width: 100%;
}
.freezer-page .freezer-page_banner img {
  width: 100%;
}
.freezer-page_collection_title {
  padding-bottom: 20px;
}
.product-freezer_inquire {
  color: #fff;
}
.product-freezer_inquire:focus {
  color: #fff !important;
}
.product-freezer_brochure {
  margin-top: 10px;
  color: #fff;
}
.product-freezer_brochure:focus {
  color: #fff !important;
}
.product-freezer_title {
  font-size: 26px;
}
.product-freezer_modal h3 {
  color: #00387b;
  margin: 20px 20px 10px 20px;
  padding: 0;
}
.product-freezer_modal p {
  margin: 0 20px;
}
.product-freezer_price {
  margin-top: 0;
}
.product-freezer_imagegrid li img {
  max-width: 90px;
  max-height: 90px;
}
.product-freezer_image img {
  max-height: 295px;
}
.mobile-nav__link a:hover {
  color: #fff;
}
.single-option-selector {
  border: 1px solid #e4e4e4;
  border-radius: 0px;
}