/* Scss Document */
/* Site Variables */
/* Mixins */
/* Functions */
/* CSS Document */
@import url("https://use.typekit.net/map3iqo.css");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@font-face {
  font-family: Bourton-Base;
  src: url("/SiteData/SiteID174/Images/fonts/BourtonBaseDrop.woff"); }
@font-face {
  font-family: Futura-Black-Bold;
  src: url("/SiteData/SiteID174/Images/fonts/Futura-Black-Bold.woff"); }
@font-face {
  font-family: Futura-Bold;
  src: url("/SiteData/SiteID174/Images/fonts/Futura-Bold.woff"); }
@font-face {
  font-family: FuturaBT-Book;
  src: url("/SiteData/SiteID174/Images/fonts/FuturaBT-Book.woff"); }
@font-face {
  font-family: Eund-Medium;
  src: url("https://bww.iceboxonline.com/SiteData/SiteID120/Images/Fonts/Eund-Medium.WOFF"); }
/* Burnt Red */
/* Dark Orange */
/* Orange */
/* Off White */
/* Catalogue Logo */
#catalogueLogo img {
  left: 0;
  margin: 0 auto;
  max-width: 325px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px; }
  @media (min-width: 500px) and (max-width: 750px) {
    #catalogueLogo img {
      display: none; } }
  @media (max-width: 500px) {
    #catalogueLogo img {
      display: none; } }

.carousel {
  display: none; }

#Form1 #FormControls .colZoneContainer {
  margin: 50px auto 0;
  max-width: 1200px; }
  #Form1 #FormControls .colZoneContainer #comingSoon {
    text-align: center; }
    #Form1 #FormControls .colZoneContainer #comingSoon h1.PanelHeader {
      color: #f05223;
      display: table;
      font-size: 30px;
      line-height: unset;
      margin: 0 auto 15px;
      padding: 0;
      text-align: center; }
    #Form1 #FormControls .colZoneContainer #comingSoon .product-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      margin: 0 auto;
      max-width: 1200px;
      padding: 25px 0;
      width: 100%; }
      #Form1 #FormControls .colZoneContainer #comingSoon .product-wrap .product {
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        border-radius: 5px;
        display: inline-block;
        margin: 1%;
        min-width: 320px;
        padding: 15px 5px;
        position: relative;
        text-align: center;
        width: 30%; }
        #Form1 #FormControls .colZoneContainer #comingSoon .product-wrap .product:nth-of-type(n+5) {
          display: none; }
        #Form1 #FormControls .colZoneContainer #comingSoon .product-wrap .product::before {
          transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          background: rgba(255, 144, 18, 0);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0);
          color: rgba(255, 255, 255, 0);
          content: "Coming Soon!";
          font-weight: bold;
          left: 0;
          margin: 0 auto;
          padding: 10px 0;
          position: absolute;
          right: 0;
          top: 35%; }
        #Form1 #FormControls .colZoneContainer #comingSoon .product-wrap .product .thumbnail {
          background: none;
          border: none;
          margin: 0 auto;
          max-width: 200px; }
        #Form1 #FormControls .colZoneContainer #comingSoon .product-wrap .product:hover {
          transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          background: #6e0e10;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
          #Form1 #FormControls .colZoneContainer #comingSoon .product-wrap .product:hover::before {
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            background: #ff9012;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
            color: white; }
          #Form1 #FormControls .colZoneContainer #comingSoon .product-wrap .product:hover .ProductDetail .ProductName a {
            text-decoration: none; }
        #Form1 #FormControls .colZoneContainer #comingSoon .product-wrap .product .ProductDetail .ProductName {
          color: #58595B;
          text-decoration: none; }
        #Form1 #FormControls .colZoneContainer #comingSoon .product-wrap .product .ProductDetail .ProductPricing {
          color: #f05223;
          /* Smaller for 'Available' dates */
          font-size: 14pt;
          /* Large for prices
          font-size: 24pt;
          font-weight: bold;*/
          height: 50px;
          padding-top: 10px !important; }

.rightColZone.masterZone.Zone28678 {
  display: none !important; }

.leftColZone.masterZone.Zone28676 {
  display: none !important; }
