/* a 576 768 992 1200 */
@font-face {
  font-family: 'Museo Sans 900';
  src: url('../../../fonts/MuseoSans-900.eot');
  src: url('../../../fonts/MuseoSans-900.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/MuseoSans-900.woff') format('woff'),
    url('../../../fonts/MuseoSans-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


body.build-box.howliday-box.howlidaybox { 
  padding-top: 27px;
}

body.build-box .homepage-hero .cursive {
  font-size: 1.6em;
}

body.build-box.howliday-box .homepage-hero {
  height: 610px;
  background: url(/wp-content/themes/pupbox-jb/images/howlidaybox/hero.jpg) no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
  clip-path: ellipse(125% 100% at 50% 0%);
/*  -webkit-clip-path: ellipse(100% 100% at 50% 0%);*/
}

body.build-box.howliday-box.bfij .homepage-hero {
  height: 610px;
  /*background: url(/wp-content/themes/pupbox-jb/images/howlidaybox/bfij-hero.jpg) no-repeat !important;*/
  background: url(/wp-content/themes/pupbox-jb/images/holidaybox/hero2.jpg) no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  clip-path: ellipse(125% 100% at 50% 0%);
/*  -webkit-clip-path: ellipse(100% 100% at 50% 0%);*/
}

.

.main-title {
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Museo Sans 900';
  text-align: center;
  font-size: 48px;
  color: #444444;
  text-align: center;
  line-height: 12.8px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 24px;
  }
}



select.size,
select.qty {
  display: inline-block; width: 150px; height: 50px; margin-left: 30px; 
  font: 20px Lato;
}

@media only screen and (max-width: 40.063em) {
  select.size {
    display: block;
    margin-left: auto; margin-right: auto;
    text-align: center;
  }
}

body.build-box.howliday-box .pupbox-items {
  background: url(/wp-content/themes/pupbox-jb/images/howlidaybox/winter-trees.svg) no-repeat !important;
  background-size: contain !important;
  background-position: bottom center !important;
  background-origin: padding-box !important;
  padding-bottom: 200px;
}

.pre-footer {
  height: 595px;
  background: url(/wp-content/themes/pupbox-jb/images/howlidaybox/footer.jpg) no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  position: relative;
}

.pre-footer img {
  margin: 0 auto;
  margin-top: 100px;
}

body.build-box .homepage-hero #top_padded {
  padding-top: 158px;
}

body.build-box .content h2:after, body.build-box .pre-footer.white h2:after {
  background-color: #a9263b;
}


body.build-box .homepage-hero h1,
body.build-box .homepage-hero p.lead {
  color: white;
  text-align: center;
}

body.build-box .homepage-hero h1 {
  font-weight: bold;
  font-family: "museo-sans", sans-serif !important;
  font-size: 70px;
}

body.build-box .homepage-hero h1 {
  text-align: center;
  color: white;
  font: 48px 'Museo Sans 900';
  font-weight: 900;
  text-shadow: 0 0 11px rgba(0,0,0,0.20);
}

body.build-box .homepage-hero p.lead {
  text-align: center;
  color: white;
  font: 24px 'Museo Sans 900' !important;
  font-weight: 900 !important;
  text-shadow: 0 0 11px rgba(0,0,0,0.20);
}

.green { color: #608188 !important; }
.red { color: #a8263a !important; }
.bg-purple { background: rgba(124, 0, 182) !important; }
.bg-green { background: rgba(136, 224, 152) !important; }
.bg-blue { background: rgba(117, 187, 249) !important; }
.bg-red { background: rgba(256, 107, 111) !important; }


.desktop-tab {
}

.desktop-tab .inner {
  position: absolute;
  left: 80px;
  top: 1px;
  background: red;
  display: inline-block;
  transform-origin: 0% 0%;
  padding: 10px 20px;
  transform: rotate(90deg);
  color: white;
  font-family: "museo-sans", sans-serif !important;
  font-size: 40px;
}

.desktop-tab.fixed {
  position: fixed;
  top: 73px;
}

@media only screen and (max-width: 1024px) {
  .desktop-tab.fixed {
    top: 44px;
  }

  body.build-box .homepage-hero #top_padded {
    padding-top: 254px;
  }

}

.listing.row {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text .title {
  margin-bottom: 10px;
  font-weight: bold;
}

.price {
  border-radius: 0px;
  margin-left: 15px;
  font-weight: bold;
}

a#submit.button {
/*  background: #a8263a !important; */
  background: #c0271b !important;
  margin-top: 40px;
  border-radius: 40px;
  width: 256px;
  height: 75px;
  padding: 0px;
  line-height: 75px;
  font-size: 1.31rem;
  text-transform: none;
}

a#submit.button:hover {
  background: #d9596c !important;
}

.old-price {
  position: relative;
  display: inline-block;
  background: none;
  color: #3c3c3c;
  text-align: center;
}

.old-price::before,
.old-price::after {
  content: '';
  width: 110%;
  position: absolute;
  left: -2px;
  top: 50%;
  opacity: 0.7;
}
.old-price::before {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(-20deg);
  transform: skewY(-20deg);
}
.old-price::after {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(20deg);
  transform: skewY(20deg);
}

div.text .title {
  font-family: "museo-sans", sans-serif !important;
  font-size: 30px;
}

.break { display: none; }

.form {
  margin-top: 30px;
  text-align: center;
}

.form select, .form label {
  display: inline-block;
  width: auto;
  vertical-align: center;
}

.form select.size {
  margin-right: 25px;
}

.form select {
  padding-left: 15px;
  padding-right: 15px;
}

.form label {
  font-family: "skippy-sharp", 'Covered By Your Grace', cursive !important;
  font-size: 18px;
  padding-right: 15px;
  vertical-align: center;
  margin-top: 7px;
}

.content section.add-to-cart { border-top: solid #f2f2f2 1px; padding-top: 28px; padding-bottom: 58px;}

.dots a {
  width: 15px;
  height: 15px;
  display: inline-block;
  opacity: 0.5;
  background: white !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important; margin: 0 !important;
}

body.build-box .dots a.active {
  background: white !important;
  opacity: 1.0;
}

.desktop-tab .inner { z-index: 13; }
.desktop-tab#Toys .inner { background: #ee7773; }
.desktop-tab#Treats .inner { background: #e87bf8; }
.desktop-tab#Accessories .inner { background: #7aacf8; }

@media only screen and (max-width: 40.063em) {
  body.build-box .homepage-hero {
    height: 300px;
  }

  body.build-box .homepage-hero #top_padded {
    padding-top: 15px;
  }


  section.main.active .tab-placeholder {
    display: block;
    height: 80px;
  }

  body.build-box .homepage-hero h1 {
    margin-top: 103px;
    font-size: 38px;
    line-height: 42px;
  }

  body.build-box .homepage-hero p {
    font-size: 1.5em;
  }

  div.price {
/*    font-size: 80px;*/
    font-size: 40px;
  }

  .dots {
    margin-bottom: 15px;
  }

  .desktop-tab {
    padding: 0px;
    height: 40px;
    line-height: 40px;
  }

  .desktop-tab.fixed {
    position: fixed;
    top: 45px;
  }

  .desktop-tab .inner {
    left: 0px;
    top: 1px;
    background: red;
    display: inline-block;
    transform-origin: 50% 50%;
    padding: 10px;
    color: white;
    font-family: "museo-sans", sans-serif !important;

    position: static;
    display: block;
    transform: none;
    width: 100%;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
  }

  .break { display: block; }

  .form select.size { margin-right: 0px; }

  .old-price::before {
    border-bottom: 5px solid red;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
  }
  .old-price::after {
    border-bottom: 5px solid red;
    -webkit-transform: skewY(20deg);
    transform: skewY(20deg);
  }
  .new-price {
    margin-top: 10px;
    padding: 0px 15px;
  }

  .listing.row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* The ghost, nudged to maintain perfect centering */
.center-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */ 
.center-centered {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}


@media only screen and (min-width: 40.063em) {
  .valign-middle {
      display: table;
  }

  .valign-middle .columns {
      display: table-cell;
      vertical-align: middle;
  }

  .valign-middle .columns,
  .valign-middle [class*="column"] + [class*="column"]:last-child {
      float: none;
  }
}

body.build-box.howliday-box .homepage-hero {
  border-bottom: none;
}

body.build-box.howliday-box .mobile-hero {
  display: none;
  padding-top: 25px;
}

@media only screen and (max-width: 40.063em) {
  body.build-box.howliday-box .homepage-hero {
    margin-top: 45px;
    height: 305px !important;
  }

  body.build-box.howliday-box .homepage-hero #top_padded {
    display: none;
  }

  body.build-box.howliday-box .mobile-hero {
    display: block;
    border-bottom: 1px dashed #ddd;
  }
}

body.build-box.howliday-box .mobile-hero h1 {
  font-family: "museo-sans", sans-serif !important;
  font-size: 2.8em;
  line-height: 50px;
  text-shadow: none !important;
  color: #3d3d3d;
  font-weight: 900 !important;
  letter-spacing: -1px;
}

/*
body.build-box.howliday-box .mobile-hero .lead {
  font-family: 'Museo Sans 100', "museo-sans", sans-serif !important;
  color: #3d3d3d;
  font-size: 1.75em;
  line-height: 35px;
  text-shadow: none !important;
  margin-bottom: 30px;
}
*/


