@font-face {
  font-family: 'ClanProNarrow';
  src: url('../fonts/ClanPro-NarrBook_gdi.eot');
  src: url('../fonts/ClanPro-NarrBook_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanPro-NarrBook_gdi.woff') format('woff'), url('../fonts/ClanPro-NarrBook_gdi.ttf') format('truetype'), url('../fonts/ClanPro-NarrBook_gdi.svg#ClanPro-NarrBook') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: semi-condensed;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'ClanProNarrow';
  src: url('../fonts/ClanPro-NarrBookItalic_gdi.eot');
  src: url('../fonts/ClanPro-NarrBookItalic_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanPro-NarrBookItalic_gdi.woff') format('woff'), url('../fonts/ClanPro-NarrBookItalic_gdi.ttf') format('truetype'), url('../fonts/ClanPro-NarrBookItalic_gdi.svg#ClanPro-NarrBookItalic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: semi-condensed;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'ClanProNarrow';
  src: url('../fonts/ClanPro-NarrMedium_gdi.eot');
  src: url('../fonts/ClanPro-NarrMedium_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanPro-NarrMedium_gdi.woff') format('woff'), url('../fonts/ClanPro-NarrMedium_gdi.ttf') format('truetype'), url('../fonts/ClanPro-NarrMedium_gdi.svg#ClanPro-NarrMedium') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: semi-condensed;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'ClanProNarrow';
  src: url('../fonts/ClanPro-NarrMedium_gdi.eot');
  src: url('../fonts/ClanPro-NarrMedium_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanPro-NarrMedium_gdi.woff') format('woff'), url('../fonts/ClanPro-NarrMedium_gdi.ttf') format('truetype'), url('../fonts/ClanPro-NarrMedium_gdi.svg#ClanPro-NarrMedium') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: semi-condensed;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'ClanProNarrow';
  src: url('../fonts/ClanPro-CondBlack.eot');
  src: url('../fonts/ClanPro-CondBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/ClanPro-CondBlack.woff') format('woff'), url('../fonts/ClanPro-CondBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-stretch: semi-condensed;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'ClanProCondensed';
  src: url('../fonts/ClanPro-CondNews.woff2') format('woff2'), url('../fonts/ClanPro-CondNews.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GrotzecCondensed';
  src: url('../fonts/GrotzecCond-Regular_gdi.eot');
  src: url('../fonts/GrotzecCond-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/GrotzecCond-Regular_gdi.woff') format('woff'), url('../fonts/GrotzecCond-Regular_gdi.ttf') format('truetype'), url('../fonts/GrotzecCond-Regular_gdi.svg#Regular-Regular') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'KomikaAxis';
  src: url('../fonts/KomikaAxis_gdi.eot');
  src: url('../fonts/KomikaAxis_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/KomikaAxis_gdi.woff') format('woff'), url('../fonts/KomikaAxis_gdi.ttf') format('truetype'), url('../fonts/KomikaAxis_gdi.svg#KomikaAxis-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
}
/* Animations */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
/* Custom Bootstrap Additions */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* Global */
body {
  background-image: url(../../images/body-bg.jpg);
  color: #000;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
h1,
h2 {
  color: #fe4291;
  font-family: 'KomikaAxis', sans-serif;
}
h3,
h4,
h5,
h6 {
  font-family: 'GrotzecCondensed', sans-serif;
  text-transform: uppercase;
}
h1,
h2 {
  text-shadow: 2px 0 #ffffff, -2px 0 #ffffff, 0 2px #ffffff, 0 -2px #ffffff;
}
h1 {
  font-size: 66px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 22px;
}
h2.pink-line,
h3.pink-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 20px 0;
  color: #fe4291;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
h2.pink-line:after,
h3.pink-line:after {
  content: '';
  position: relative;
  top: 9px;
  height: 3px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  background: #fe4291;
}
h2.pink-line span,
h3.pink-line span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
h4.black-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 20px 0;
  color: #000;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
h4.black-line:after {
  content: '';
  position: relative;
  top: 9px;
  height: 3px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  background: #000;
}
h4.black-line span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
a {
  color: #fe4291;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-content a {
  color: #86c8c6;
}
.main-content a:hover,
.main-content a:focus,
.main-content a:active {
  color: #449694;
}
a:hover,
a:focus,
a:active {
  color: #c82368;
}
button,
.button,
a.button,
a.btn-default,
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button {
  display: inline-block;
  border: 1px solid #fe4291;
  padding: 6px 20px;
  background: #fff;
  color: #000;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 30px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0px;
}
button:hover,
.button:hover,
a.button:hover,
a.btn-default:hover,
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
button:focus,
.button:focus,
a.button:focus,
a.btn-default:focus,
.woocommerce input.button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
button:active,
.button:active,
a.button:active,
a.btn-default:active,
.woocommerce input.button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active {
  background: #fe4291;
  color: #fff;
  text-decoration: none;
  -webkit-animation: hvr-buzz 0.15s linear infinite;
  animation: hvr-buzz 0.15s linear infinite;
}
button.disabled,
.button.disabled,
a.button.disabled,
a.btn-default.disabled,
.woocommerce input.button.disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled {
  opacity: .5;
}
button.disabled:hover,
.button.disabled:hover,
a.button.disabled:hover,
a.btn-default.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
button.disabled:focus,
.button.disabled:focus,
a.button.disabled:focus,
a.btn-default.disabled:focus,
.woocommerce input.button.disabled:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled:focus,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce a.button.disabled:focus,
.woocommerce button.button.disabled:focus {
  background: #fff;
  color: #000;
  -webkit-animation: none;
  animation: none;
  cursor: not-allowed;
}
a.button.pink {
  border: 1px solid #f9d964;
  color: #fe4291;
}
a.button.pink:hover,
a.button.pink:focus,
a.button.pink:active {
  background: #f9d964;
  color: #fff;
}
a.button.large {
  width: 200px;
}
p.small {
  font-size: 15px;
}
p.large {
  font-size: 22px;
}
*:focus {
  outline: none;
}
/* Order now page */
.row.custom {
  border-top: 1px solid #fe4291;
  margin-top: 30px;
  padding-top: 50px;
}
.aligncenter.size-full.wp-image-1473 {
  margin-bottom: 20px;
}
.page-id-1046 .btn.btn-default.btn-lg {
  margin-top: 20px;
}
.page-id-1046 .subson {
  margin-top: -30px;
}
/* General Page */
.main-content {
  position: relative;
  z-index: 3;
}
.small1 {
  font-size: 15px;
  margin-top: -8px;
}
.small2 {
  font-size: 15px;
}
.site-footer .col-sm-6 a {
  color: #000;
}
.page-id-1046 .aligncenter {
  margin-top: 10px !important;
}
.home section {
  padding: 40px 0;
}
section.light {
  background-image: none;
  background-color: #fff;
}
section.light h3 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 4px;
  color: #f07aaf;
  border-bottom: 2px solid #f9d864;
  text-align: center;
}
h1.page-title {
  margin-top: 120px;
  text-align: center;
}
.title-cloud {
  position: relative;
  top: -60px;
  min-height: 366px;
  background: url(../../images/title-cloud.png);
  background-repeat: no-repeat;
  background-position: center;
}
.title-cloud .cloud-left {
  position: relative;
  z-index: 1;
}
h2.section-title {
  margin-bottom: 40px;
  text-align: center;
}
.below-title-container {
  position: relative;
  top: -230px;
  margin-bottom: -230px;
}
.entry-content {
  margin-top: 100px;
}
.page #instagram {
  margin-top: 80px;
}
.home #instagram {
  margin-top: 0;
}
/* Header & Navigation */
#masthead {
  position: relative;
  margin-bottom: -90px;
  padding-bottom: 110px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe4291+0,ffb6d5+54,fce1ed+79,fce1ed+100&1+0,1+54,1+79,0+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fe4291), color-stop(40%, #ffb6d5), to(#fff5f9));
  background: linear-gradient(to bottom, #fe4291 0%, #ffb6d5 40%, #fff5f9 100%);
}
#masthead > .container {
  min-height: 217px;
  position: relative;
  z-index: 1;
}
#masthead > .container .logo-column {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media all and (max-width: 1199px) {
  #masthead > .container .logo-column {
    position: relative;
  }
}
#masthead > .container .right-column {
  z-index: 1;
}
#masthead > .container .right-column .contact {
  margin-left: 100px;
  padding: 6px 0 12px 0;
  background-image: url(../../images/header-top-cloud-2.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media all and (max-width: 1199px) {
  #masthead > .container .right-column .contact {
    padding: 6px 40px 12px 40px;
  }
}
@media all and (max-width: 767px) {
  #masthead > .container .right-column .contact {
    margin-left: -15px;
  }
}
#masthead > .container .right-column .contact .social {
  float: left;
  margin: 0 10px 0 95px;
}
@media all and (max-width: 1199px) {
  #masthead > .container .right-column .contact .social {
    margin-left: 35px;
  }
}
@media all and (max-width: 767px) {
  #masthead > .container .right-column .contact .social {
    float: none;
    margin: 0;
  }
}
#masthead > .container .right-column .order {
  margin-bottom: 10px;
  float: right;
}
@media all and (max-width: 991px) {
  #masthead > .container .right-column .order {
    float: none;
  }
}
#masthead > .container .right-column .order .open-247 {
  margin-top: 10px;
  margin-right: 100px;
}
@media all and (max-width: 1199px) {
  #masthead > .container .right-column .order .open-247 {
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  #masthead > .container .right-column .order .open-247 {
    margin-right: 10px;
  }
}
#masthead > .container .right-column a.button {
  margin-top: 20px;
  padding: 6px 12px;
  border-radius: 0;
  background: #fff;
  font-size: 30px;
}
#masthead > .container .right-column a.button:hover,
#masthead > .container .right-column a.button:focus,
#masthead > .container .right-column a.button:active {
  background: #f9d964;
  color: #fff;
}
#masthead > .container .right-column .cart-link {
  display: inline-block;
  width: 114px;
  height: 73px;
  margin-left: 15px;
  background-image: url(../../images/cart-cloud.png);
  vertical-align: top;
}
@media all and (max-width: 767px) {
  #masthead > .container .right-column .cart-link {
    width: 60px;
    height: 38px;
    background-size: 100%;
    vertical-align: middle;
  }
}
@media all and (max-width: 479px) {
  #masthead > .container .right-column .cart-link {
    margin-top: 10px;
  }
}
#masthead .bottom-cloud {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  height: 385px;
  z-index: 0;
  background: url(../../images/header-bottom-cloud.png);
  background-size: cover;
}
#masthead .cloud-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#masthead .left-cloud,
#masthead .right-cloud {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#masthead .left-cloud {
  top: 20px;
}
#masthead .right-cloud {
  top: 10px;
}
#masthead .small-cloud {
  position: absolute;
  top: 20px;
  left: -130px;
  z-index: -1;
}
#masthead .logo {
  margin-top: 15px;
}
#masthead .contact .social-link {
  float: left;
  display: block;
}
#masthead .contact .social-link:hover,
#masthead .contact .social-link:focus,
#masthead .contact .social-link:active {
  text-decoration: none;
}
#masthead .contact .social-link .fa-stack-2x {
  font-size: 48px;
}
#masthead .contact .social-link .fa-stack-1x {
  font-size: 24px;
  line-height: 48px;
}
#masthead .contact a.phone {
  float: left;
  font-family: 'KomikaAxis', sans-serif;
  font-size: 20px;
}
#masthead .contact a.phone:hover,
#masthead .contact a.phone:focus,
#masthead .contact a.phone:active {
  text-decoration: none;
}
#masthead .navbar-default {
  margin: 5px 0 0 0;
  border: none;
  background-color: transparent;
}
#masthead #main-menu li a {
  padding: 10px 12px;
  color: #000;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#masthead #main-menu li:last-child a {
  padding-right: 0;
}
#masthead #main-menu li.active a {
  background-color: transparent;
  color: #fff;
}
#masthead #main-menu li a:hover,
#masthead #main-menu li a:focus,
#masthead #main-menu li a:active {
  color: #fff;
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#masthead .logo-mobile {
  display: none;
}
/* Footer */
#colophon {
  position: relative;
  padding-bottom: 20px;
  background: url(../../images/footer-water.png);
  background-repeat: no-repeat;
  background-size: 100% 350px;
  background-position: center bottom;
  z-index: 3;
}
#colophon .left-palm,
#colophon .right-palm {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#colophon .left-palm {
  left: 0;
}
#colophon .right-palm {
  right: 0;
}
#colophon h3 {
  margin-bottom: 20px;
  font-size: 35px;
}
#colophon .crest {
  display: block;
  margin: 80px auto 50px auto;
}
#colophon .bottom-row {
  color: #fff;
  font-size: 16px;
}
#footer-menu li a {
  margin-right: 8px;
  padding: 0 8px 0 0;
  border-right: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#footer-menu li:last-child a {
  border-right: none;
}
#footer-menu li a:hover,
#footer-menu li a:focus,
#footer-menu li a:active {
  background-color: transparent;
  color: #8cd4de;
}
#colophon .iframe-container {
  display: inline-block;
  border: 3px solid #fff;
}
#colophon .order-logos img {
  margin-bottom: 30px;
}
#colophon .order-logos .amazon {
  margin-top: 30px;
}
#colophon a.phone {
  font-family: 'KomikaAxis', sans-serif;
  font-size: 44px;
}
#colophon a.email {
  display: block;
  margin: 20px 0 30px 0;
  border-bottom: 3px solid #fe4291;
  padding-bottom: 15px;
  font-size: 32px;
  letter-spacing: 0.0325em;
}
#colophon .logo {
  margin-left: 20px;
  width: 130px;
}
#colophon .button-row {
  text-align: center;
}
#colophon a.button {
  width: 280px;
  max-width: 100%;
  margin-top: 20px;
  text-align: center;
}
#colophon .social-row {
  text-align: center;
}
#colophon .triple-columns a:hover,
#colophon .triple-columns a:focus,
#colophon .triple-columns a:active {
  text-decoration: none;
}
#colophon a.social-link {
  text-decoration: none !important;
}
/* Home */
.home .main-content-inner {
  padding: 0;
}
.home .button.large {
  display: block;
  margin: 30px auto;
}
.home #intro h3 {
  margin-bottom: 20px;
  color: #000;
  font-family: 'KomikaAxis', sans-serif;
  font-size: 50px;
  text-shadow: 2px 0 #ffffff, -2px 0 #ffffff, 0 2px #ffffff, 0 -2px #ffffff, 3px 3px #fe4291, -3px -3px #fe4291, 4px 0 #fe4291, -4px 0 #fe4291, 0 4px #fe4291, 0 -4px #fe4291;
}
.subson {
  margin-bottom: 20px;
  color: #000;
  font-family: 'KomikaAxis', sans-serif;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  margin-top: -60px;
  text-shadow: 2px 0 #ffffff, -2px 0 #ffffff, 0 2px #ffffff, 0 -2px #ffffff, 3px 3px #fe4291, -3px -3px #fe4291, 4px 0 #fe4291, -4px 0 #fe4291, 0 4px #fe4291, 0 -4px #fe4291;
}
.home #intro p {
  line-height: 1.6;
}
.home #intro a.button.large {
  margin-left: 0;
  margin-bottom: 60px;
}
.home #intro h4 {
  margin-bottom: 20px;
  color: #fe4291;
  font-family: 'KomikaAxis', sans-serif;
  font-size: 32px;
}
.home #intro img.cronut.desktop {
  position: absolute;
  bottom: -70px;
  right: -10px;
}
.home #intro img.cronut.mobile {
  display: none;
}
.home #intro img.circle-wings {
  position: relative;
  z-index: 1;
  width: 500px;
  max-width: 100%;
  border: 8px solid #fff;
  border-radius: 50%;
}
.home #intro .wings-image {
  display: inline-block;
  position: relative;
}
.home #intro .wing {
  position: absolute;
  z-index: 0;
}
.home #intro .wing.left {
  right: 90%;
  top: 25%;
}
.home #intro .wing.right {
  left: 95%;
  top: 5%;
}
.home #creations .slider-container {
  position: relative;
}
.home #creations #menu-slider {
  padding: 0 60px;
}
.home #creations .slick-slide {
  padding: 5px;
}
.home #creations .arrow {
  position: absolute;
  top: 50%;
  height: 74px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.home #creations .arrow-left {
  left: 10px;
  background: url(../../images/arrow-left.png);
}
.home #creations .arrow-right {
  right: 10px;
  background: url(../../images/arrow-right.png);
}
.home #creations .arrow.slick-disabled {
  opacity: .3;
  cursor: auto;
}
.home #creations .halo {
  display: block;
  max-width: 48%;
  margin: 0 auto;
}
.home #creations .donut-circle {
  position: relative;
  display: block;
  padding: 3%;
  background-image: url(../../images/carousel-donut-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.home #creations .donut-circle .item-name {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 175px;
  max-width: 80%;
  color: #fff;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 35px;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 1;
}
.home #creations .donut-circle:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.home #creations .donut-circle:hover img {
  opacity: .2;
}
.home #creations .donut-circle:hover .item-name {
  opacity: 1;
}
.home #creations .donut-circle img {
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.home #creations .button-row {
  margin-top: 15px;
  text-align: center;
}
.home #deliver {
  text-align: center;
}
.home #deliver .col-xs-6 {
  margin-bottom: 40px;
}
.home #deliver .bottom-row .col-xs-6 {
  margin-bottom: 0;
}
.home #deliver .top-row .col-xs-6:first-child p.small {
  margin-top: 10px;
}
.home #deliver .top-row .col-xs-6:nth-child(2) p.small {
  margin-top: 15px;
}
.home #deliver .bottom-row .col-xs-6:nth-child(2) p.small {
  margin: 10px 15px 0 15px;
}
.home #deliver .text-row {
  margin: 0 15px;
}
.home #deliver .separator {
  display: block;
  width: 150px;
  height: 3px;
  margin: 30px auto;
  background: #f9da6c;
}
.home #deliver p.large {
  margin: 0 40px 20px 40px;
}
.home #deliver a.button.large {
  margin: 0 auto;
}
#instagram .container-fluid {
  padding: 0;
}
#instagram .button-row {
  margin-top: 40px;
  text-align: center;
}
.home #press .press-logos {
  text-align: center;
}
.home #press .press-logos a {
  display: inline-block;
  padding: 4px;
  vertical-align: center;
}
/* Menu */
.page-template-template-menu h2.section-title {
  margin-top: 40px;
}
p.section-description {
  text-align: center;
}
.desc-separator {
  display: block;
  width: 120px;
  height: 3px;
  margin: 30px auto;
  background: #f9da6c;
}
.menu-column {
  padding-right: 30px;
}
.menu-column span {
  display: block;
}
.menu-column span.name {
  margin-top: 7px;
  color: #fe4291;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 2px 2px #ffffff, -2px 2px #ffffff, 2px -2px #ffffff, -2px -2px #ffffff;
}
.menu-column span.name:first-child {
  margin-top: 0;
}
.menu-column span.name.sub-type {
  margin-top: 14px;
  color: #000;
  font-family: 'KomikaAxis', sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.menu-column span.description {
  font-size: 18px;
  text-shadow: 2px 2px #ffffff, -2px 2px #ffffff, 2px -2px #ffffff, -2px -2px #ffffff;
}
.dotted-separator {
  height: 8px;
  margin-top: 50px;
  background: url(../../images/border-dot.png);
  background-repeat: repeat-x;
}
.page-template-template-menu .repeating-section h2.section-title {
  text-align: left;
}
#menu-sub-menu {
  margin-top: 30px;
}
#menu-sub-menu .container {
  padding: 15px;
  background: #fe4291;
}
#menu-sub-menu a.section-link {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
}
#menu-sub-menu a.section-link:hover,
#menu-sub-menu a.section-link:active {
  color: #f9d964;
  text-decoration: none;
}
#menu-sub-menu.sticky-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 2;
  background: #fe4291;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.admin-bar #menu-sub-menu.sticky-menu {
  margin-top: 32px;
}
#menu-sub-menu a.button {
  margin-top: 8px;
}
#menu-sub-menu .mobile-menu {
  display: none;
}
.menu-section-slider-container {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .menu-section-slider-container {
    padding: 0 60px;
  }
}
@media all and (max-width: 1199px) {
  .menu-section-slider-container {
    padding: 0;
  }
}
.menu-section-slider-container .arrow {
  position: absolute;
  top: calc(50% - 25px);
  height: 59px;
  width: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media all and (max-width: 1199px) {
  .menu-section-slider-container .arrow {
    display: none !important;
  }
}
.menu-section-slider-container .arrow.arrow-left {
  left: -55px;
  background: url(../../images/arrow-left-donut.png);
}
@media (max-width: 1300px) {
  .menu-section-slider-container .arrow.arrow-left {
    left: 10px;
  }
}
.menu-section-slider-container .arrow.arrow-right {
  right: -55px;
  background: url(../../images/arrow-right-donut.png);
}
@media (max-width: 1300px) {
  .menu-section-slider-container .arrow.arrow-right {
    right: 10px;
  }
}
.menu-section-slider-container .slide {
  padding: 0 3px;
}
.menu-section-slider-container .slide .slide-content {
  position: relative;
  border: 1px solid #fe4291;
}
@media all and (max-width: 479px) {
  .menu-section-slider-container .slide .slide-content {
    width: 369px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.menu-section-slider-container .slide .slide-content .description-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 5px 8px 5px;
  background: #fff;
  text-align: center;
}
.menu-section-slider-container .slide .slide-content .description-box .description {
  display: block;
  padding-bottom: 4px;
  color: #fe4291;
  font-family: 'ClanProCondensed', 'ClanProNarrow', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}
.menu-section-slider-container .slide .slide-content .description-box .description:before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin: 0 auto 8px auto;
  background: #fe4291;
}
.repeating-section .menu-section-slider-container {
  margin: 40px 0 0 0;
}
/* About*/
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-top: -10px !important;
}
.unilist li {
  list-style: none;
  line-height: 1.5em;
}
.unibull {
  float: left;
  width: 2em;
}
.u1:before {
  content: "\1F369";
}
.unilist {
  margin-left: -10px;
}
.unilist li {
  list-style: none;
  line-height: 1.5em;
}
.unibull {
  float: left;
  width: 2em;
}
.u1:before {
  content: "\1F369";
}
.unilist {
  margin-left: -10px;
}
.row.about .col-lg-6.col-md-12.col-xs-12.col-sm-12 {
  padding-left: 40px;
  padding-right: 40px;
}
.dough > li::before {
  content: "\1F369 ";
}
.dough > li {
  list-style: none;
  list-style-position: outside;
  margin-bottom: 5px;
  right: 10px !important;
}
.dough > li::before {
  content: "\1F369 ";
}
.dough > li {
  list-style: none;
  list-style-position: outside;
  margin-bottom: 5px;
  right: 10px !important;
}
.iphorm-submit-wrap button span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding-left: 0px;
}
.iphorm-submit-wrap button em {
  font-style: normal;
  padding-right: 0px;
  background: none;
}
.subson > a:hover {
  text-decoration: none !important;
}
.subson > a {
  color: #fff;
}
.subson a:hover {
  color: #fff;
}
.page-id-13 h4 {
  border-bottom: 1px solid #fff;
  color: #fe4291;
  font-size: 26px;
  margin-top: -15px;
  padding-bottom: 10px;
  text-shadow: 2px 2px #fff;
}
.page-id-13 h4 a:link {
  color: #fe4291;
}
.page-id-13 h4 a:hover {
  color: #000;
  text-decoration: none;
}
.page-id-13 h4 a:active {
  color: #fe4291;
}
.page-id-13 h4 a:focus {
  color: #fe4291;
}
/* Gallery */
.page-template-template-gallery #gallery {
  margin-top: 130px;
}
#gallery .col-md-5ths {
  padding: 0 10px;
}
#gallery .donut-circle {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 3%;
  background-image: url(../../images/carousel-donut-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#gallery .donut-circle .item-name {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 175px;
  max-width: 80%;
  color: #fff;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 2;
}
#gallery .donut-circle .magnifier {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -18px;
  width: 37px;
  height: 37px;
  background: url(../../images/magnifier.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#gallery .donut-circle:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#gallery .donut-circle:hover img {
  opacity: .2;
}
#gallery .donut-circle:hover .item-name {
  opacity: 1;
}
#gallery .donut-circle:hover .magnifier {
  opacity: 1;
}
#gallery .donut-circle img {
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.fancybox-skin {
  border: 3px solid #fe4291;
  border-radius: 0;
}
.fancybox-title {
  color: #000;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 16px;
  text-align: center;
}
/* 404 */
.error-404 {
  text-align: center;
}
/* Custom Donut Form */
.wpcf7 p.total {
  font-size: 24px;
  font-weight: 600;
}
/* Media Queries */
@media all and (min-width: 1700px) {
  .title-cloud .col-lg-2 {
    width: 19%;
  }
  .title-cloud .col-lg-8 {
    width: 62%;
  }
}
@media all and (max-width: 1600px) {
  h1 {
    font-size: 52px;
  }
  #gallery .donut-circle .magnifier {
    width: 25px;
    height: 25px;
    bottom: 20px;
    margin-left: -12px;
  }
}
@media all and (max-width: 1500px) {
  #masthead .cloud-container {
    display: none;
  }
  #colophon .left-palm,
  #colophon .right-palm {
    display: none;
  }
}
@media all and (max-width: 1300px) {
  #gallery .donut-circle .magnifier {
    bottom: 10px;
  }
}
@media all and (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
  #masthead .bottom-cloud {
    top: 220px;
  }
  #masthead {
    position: relative;
    margin-bottom: -30px;
    padding-bottom: 110px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe4291+0,ffb6d5+54,fce1ed+79,fce1ed+100&1+0,1+54,1+79,0+100 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fe4291), color-stop(40%, #ffb6d5), to(#fff5f9));
    background: linear-gradient(to bottom, #fe4291 0%, #ffb6d5 40%, #fff5f9 100%);
  }
  #masthead .contact {
    float: right;
    display: inline-block;
    padding: 10px 30px;
  }
  .home #intro {
    text-align: center;
  }
  .home #intro img.cronut.desktop {
    display: none;
  }
  .home #intro img.cronut.mobile {
    display: block;
  }
  .home #intro a.button.large {
    margin-bottom: 20px;
  }
  .home #intro h4 {
    font-size: 28px;
  }
  .home #intro a.button.large {
    margin: 30px auto;
  }
  .home #intro img.cronut.mobile {
    margin-left: auto;
    margin-right: auto;
  }
  .home #creations .arrow {
    top: 40%;
  }
  .home #creations .donut-circle .item-name {
    font-size: 28px;
  }
  .home #press .press-logos a {
    padding: 12px;
  }
  #colophon a.phone {
    font-size: 36px;
  }
  #colophon a.email {
    font-size: 28px;
  }
  #colophon img.open-247 {
    width: 140px;
  }
  #colophon .logo {
    width: 120px;
  }
  #menu-sub-menu a.button {
    margin-top: 10px;
    padding: 6px 12px;
    font-size: 26px;
  }
  #masthead #main-menu li a {
    font-size: 24px;
  }
  #gallery .donut-circle .magnifier {
    width: 25px;
    height: 25px;
    bottom: 20px;
    margin-left: -12px;
  }
}
@media all and (max-width: 991px) {
  #masthead {
    text-align: center;
  }
  #masthead .contact {
    float: none;
  }
  #masthead .logo-desktop {
    display: none;
  }
  #masthead .logo-mobile {
    display: block;
    margin: 10px auto;
  }
  #masthead .order {
    float: none;
  }
  #masthead .navbar-right {
    float: none !important;
    display: inline-block;
    margin-top: 20px;
  }
  #masthead .navbar-toggle {
    float: none;
    margin: 10px auto;
    border: 1px solid #fff;
    background-color: #fe4291;
    -webkit-animation: none !important;
    animation: none !important;
  }
  #masthead .navbar-toggle .icon-bar {
    height: 3px;
    background-color: #fff;
  }
  #masthead .navbar-toggle:hover,
  #masthead .navbar-toggle:focus {
    background-color: #c82368;
  }
  .title-cloud img {
    display: none;
  }
  .home #intro {
    overflow: hidden;
  }
  .home #creations .arrow {
    top: 50%;
    height: 55px;
    width: 30px;
    background-size: contain;
  }
  .home #creations .donut-circle .item-name {
    font-size: 24px;
  }
  #colophon a.phone {
    font-size: 26px;
  }
  #colophon a.email {
    font-size: 20px;
  }
  #colophon img.open-247 {
    width: 100px;
  }
  #colophon .logo {
    width: 100px;
    margin-left: 10px;
  }
  .menu-column {
    padding-right: 15px;
  }
  #menu-sub-menu a.button {
    margin-top: 0;
  }
}
@media all and (max-width: 782px) {
  .admin-bar #menu-sub-menu.sticky-menu {
    margin-top: 46px;
  }
}
@media all and (max-width: 767px) {
  #masthead .contact {
    display: block;
    margin: 0 -15px 20px -15px;
    border-bottom: 2px solid #fe4291;
    background-color: #fff;
  }
  #masthead .contact .social,
  #masthead .contact a.phone {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #masthead .contact .social-link {
    float: none;
    display: inline-block;
  }
  .title-cloud .cloud-left,
  .title-cloud .cloud-right {
    display: none;
  }
  #masthead .navbar-collapse.in {
    overflow: initial;
  }
  .home #intro .wing {
    display: none;
  }
  h2 {
    font-size: 36px;
  }
  .home section.light h3 {
    margin-top: 30px;
  }
  #colophon {
    text-align: center;
  }
  #colophon h3 {
    margin-top: 40px;
  }
  #colophon a.phone {
    font-size: 44px;
  }
  #colophon a.email {
    font-size: 32px;
  }
  #footer-menu li a {
    margin-bottom: 8px;
    border-right: none;
  }
  #colophon {
    background-size: 130% 400px;
  }
  #menu-sub-menu a.button {
    float: right;
  }
  #menu-sub-menu .menu {
    display: none;
  }
  #menu-sub-menu .mobile-menu {
    display: block;
  }
  #menu-sub-menu select {
    height: 40px;
    border: none;
    padding: 0 5px;
  }
  #gallery .donut-circle:hover img {
    opacity: 1;
  }
  #gallery .donut-circle:hover .item-name {
    opacity: 0;
  }
}
@media all and (max-width: 600px) {
  .admin-bar #menu-sub-menu.sticky-menu {
    margin-top: 0;
  }
}
@media all and (max-width: 479px) {
  .home #deliver .col-xs-6 {
    width: 100%;
  }
  .home #deliver .bottom-row .col-xs-6:first-child {
    margin-bottom: 40px;
  }
  #colophon a.phone {
    font-size: 36px;
  }
  #colophon a.email {
    font-size: 28px;
  }
  #colophon {
    background-size: 140% 350px;
  }
}
@media all and (max-width: 440px) {
  h1.page-title {
    font-size: 44px;
  }
  #menu-sub-menu .mobile-menu select {
    max-width: 100%;
    height: 36px;
    font-size: 14px;
  }
  #menu-sub-menu a.button {
    font-size: 22px;
  }
}
@media all and (max-width: 380px) {
  #menu-sub-menu .mobile-menu select {
    height: 32px;
    font-size: 11px;
  }
  #menu-sub-menu a.button {
    font-size: 18px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .menu-column span.name,
  .menu-column span.description {
    text-shadow: none;
  }
}
/* Custom Donut Form */
#custom-donut-form {
  padding: 15px;
}
#custom-donut-form p {
  margin-bottom: 30px;
  font-weight: 700;
}
#custom-donut-form p.disclaimer {
  margin-bottom: 40px;
}
#toppings-choice .letter-group {
  display: none;
}
#custom-donut-form .quantity {
  display: none;
}
#custom-donut-form span.small {
  font-size: 16px;
  font-weight: 400;
}
#custom-donut-form span.wpcf7-list-item {
  margin-left: 30px;
}
#custom-donut-form span.wpcf7-list-item.first {
  margin-left: 0;
}
#custom-donut-form #choose-on {
  display: none;
  margin-bottom: 30px;
}
#custom-donut-form input,
#custom-donut-form textarea,
#custom-donut-form select {
  max-width: 100%;
  padding: 5px 8px;
  font-weight: 400;
}
#custom-donut-form .letter-group > div {
  float: left;
  margin-right: 20px;
}
#custom-donut-form .letter-group:after {
  content: '';
  display: block;
  clear: both;
}
#custom-donut-form .letter-group div > span:first-child {
  display: inline-block;
  margin-right: 5px;
}
#custom-donut-form .no-margin {
  margin-bottom: 0;
}
#custom-donut-form .top-margin {
  margin-top: 30px;
}
#custom-donut-form #deliver {
  display: none;
}
#custom-donut-form .time-group br {
  display: none;
}
#custom-donut-form .time-group span {
  float: left;
  margin-right: 15px;
}
#custom-donut-form .time-group:after {
  content: '';
  display: block;
  clear: both;
}
#custom-donut-form input[type="submit"] {
  display: inline-block;
  border: 1px solid #fe4291;
  padding: 6px 20px;
  background: #fff;
  color: #000;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 30px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#custom-donut-form input[type="submit"]:hover,
#custom-donut-form input[type="submit"]:focus,
#custom-donut-form input[type="submit"]:active {
  background: #fe4291;
  color: #fff;
  text-decoration: none;
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#custom-donut-form .time-group {
  margin-top: -30px;
}
@media all and (max-width: 991px) {
  #custom-donut-form span.small {
    display: block;
    margin-bottom: 30px;
  }
  #custom-donut-form .letter-group > div {
    float: none;
    margin-left: 0;
  }
  #custom-donut-form span.wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #custom-donut-form .letter-group div > span:first-child {
    width: 80px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 479px) {
  #custom-donut-form .letter-group div > span:first-child {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  #toppings-choice input[type="select"] {
    margin-bottom: 15px;
  }
}
body.woocommerce-page {
  background-image: url(../../images/body-bg-lower.png);
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.woocommerce table.shop_table th {
  font-weight: 600;
}
.woocommerce dd.variation-Toppings {
  clear: left;
  font-size: 16px;
}
.woocommerce dd.variation-Toppings div {
  font-weight: 700;
}
.woocommerce dd.variation-Toppings div span {
  font-weight: 400;
}
.woocommerce dd.variation-Toppings .letter {
  margin-top: 5px;
}
@media all and (max-width: 1199px) {
  .woocommerce .title-cloud .cloud-left {
    z-index: 0;
  }
}
.woocommerce table.shop_table {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.woocommerce table.shop_table thead th {
  padding-bottom: 0;
  color: #767676;
  font-size: 15px;
}
.woocommerce table.shop_table td {
  border-top: none;
  border-bottom: 1px solid #fff;
  padding: 12px;
}
.woocommerce table.shop_table td.product-name a {
  color: #fe4291;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce table.shop_table td.product-name a:hover,
.woocommerce table.shop_table td.product-name a:focus,
.woocommerce table.shop_table td.product-name a:active {
  color: #d9015c;
  text-decoration: none;
}
.woocommerce table.shop_table td.product-name dl.variation {
  font-size: 15px;
}
.woocommerce table.shop_table td.actions input.input-text {
  width: 160px;
  padding: 5px 6px;
  font-size: 18px;
}
.woocommerce table.shop_table td span.amount {
  font-weight: 700;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot td {
  border-top: none;
}
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active {
  -webkit-animation: none;
  animation: none;
}
.post-type-archive-product div.pp_overlay {
  background: #fe4291;
}
@media all and (max-width: 767px) {
  .post-type-archive-product div.pp_woocommerce .ppt {
    max-width: 100% !important;
  }
}
.post-type-archive-product div.pp_woocommerce .pp_content_container {
  padding: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_left {
  padding: 0;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right {
  padding: 0;
}
@media all and (min-width: 769px) {
  .post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content {
    width: 580px !important;
  }
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content {
  float: none;
  width: auto;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top {
  position: relative;
  border: 1px solid #fff;
  padding: 30px;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background-image: url(../../images/icon-close.png);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top .close-button:hover {
  opacity: .7;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top h1.product_title {
  margin: 0 0 10px 0;
  color: #fe4291;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top .woocommerce-product-details__short-description {
  margin-bottom: 10px;
  color: #7b7b7b;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top p.subheading {
  font-weight: 600;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top p.subheading span {
  color: #666;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select {
  font-size: 18px;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor {
  margin-bottom: 8px;
}
@media all and (max-width: 600px) {
  .post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor {
    margin-bottom: 15px;
  }
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .quantity-select {
  display: inline-block;
  margin-right: 10px;
}
@media all and (max-width: 600px) {
  .post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .quantity-select {
    display: block;
  }
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .quantity-select .subtract,
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .quantity-select .add {
  position: relative;
  top: 4px;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  border-color: #f9d964;
  background: #f9d964;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  vertical-align: bottom;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .quantity-select .subtract:hover,
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .quantity-select .add:hover {
  background: #fff;
  color: #f9d964;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .quantity-select .subtract:before {
  content: '-';
  position: absolute;
  top: -13px;
  left: 9px;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .quantity-select .add:before {
  content: '+';
  position: absolute;
  top: -9px;
  left: 5px;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .quantity-select .count {
  display: inline-block;
  padding: 0 5px;
  color: #ccc;
  font-weight: 600;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .quantity-select .count.active {
  color: #fe4291;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .name {
  display: inline-block;
}
@media all and (max-width: 600px) {
  .post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .top #flavor-select .flavor .name {
    display: block;
    margin-top: 10px;
  }
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom {
  border: 1px solid #fff;
  padding: 15px 30px;
  background: #fada64;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom:after {
  content: '';
  display: block;
  clear: both;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom .button {
  margin: 0;
  padding: 8px 24px;
  border-radius: 0;
  border: 1px solid #fe4291;
  background: #fff;
  color: #000;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 30px;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom .button:hover,
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom .button:focus,
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom .button:active {
  background: #fe4291;
  color: #fff;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom .button.loading {
  color: #fe4291;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom .button.loading:after {
  top: 9px;
  color: #fff;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom form.cart {
  float: right;
  margin: 0;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom form.cart .single_variation_wrap:after {
  content: '';
  display: block;
  clear: both;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom form.cart input.qty {
  width: 60px;
  margin-right: 10px;
  border: 1px solid #fe4291;
  color: #000;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 30px;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom form.cart a.added_to_cart,
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom form.cart a.reset_variations {
  display: none !important;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom form.cart table.variations {
  margin-bottom: 12px;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom form.cart table.variations label {
  color: #000;
  font-size: 20px;
  line-height: 2em;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom form.cart table.variations select {
  margin-right: 0;
  padding: 6px;
  border: 1px solid #fe4291;
  font-size: 20px;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom form.cart .woocommerce-variation-add-to-cart {
  float: right;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom #box-checkout {
  font-weight: 600;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom #box-checkout:after {
  content: '';
  display: block;
  clear: both;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom #box-checkout #progress-indicator {
  float: left;
  line-height: 44px;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_right .pp_content .quick-view-content .bottom #box-checkout .box-add-to-cart {
  float: right;
  display: none;
  cursor: pointer;
}
.post-type-archive-product div.pp_woocommerce .pp_content_container .pp_details {
  float: none;
  padding: 0;
}
.post-type-archive-product h1.page-title {
  margin-top: 110px;
}
.post-type-archive-product p.shop-subheading {
  margin-top: 25px;
  text-align: center;
}
.post-type-archive-product #menu-sub-menu a.button {
  float: right;
  width: 200px;
  max-width: 100%;
  margin: 0;
  padding: 8px 10px;
  border-radius: 0;
  border: 1px solid #f9d964;
  background: #fff;
  color: #fe4291;
  font-size: 28px;
}
@media all and (max-width: 479px) {
  .post-type-archive-product #menu-sub-menu a.button {
    font-size: 22px;
  }
}
@media all and (max-width: 400px) {
  .post-type-archive-product #menu-sub-menu a.button {
    padding: 4px 12px;
    font-size: 20px;
  }
}
.post-type-archive-product #menu-sub-menu a.button:after {
  content: '';
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fe4291;
  margin-left: 8px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.post-type-archive-product #menu-sub-menu a.button:not(.disabled):hover,
.post-type-archive-product #menu-sub-menu a.button:not(.disabled):focus,
.post-type-archive-product #menu-sub-menu a.button:not(.disabled):active {
  background: #f9d964;
  color: #fff;
}
.post-type-archive-product #menu-sub-menu a.button:not(.disabled):hover:after,
.post-type-archive-product #menu-sub-menu a.button:not(.disabled):focus:after,
.post-type-archive-product #menu-sub-menu a.button:not(.disabled):active:after {
  border-left-color: #fff;
}
.post-type-archive-product .woocommerce-message {
  margin-top: 30px;
}
.post-type-archive-product h2.category-heading {
  margin-bottom: 30px;
  text-align: center;
}
.post-type-archive-product p.category-description {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.post-type-archive-product .title-separator {
  width: 100px;
  height: 2px;
  margin: 30px auto;
  background: #f9d96c;
}
.post-type-archive-product .product-boxes .column {
  margin-bottom: 15px;
  padding: 0 7.5px;
}
.post-type-archive-product .product-boxes .column a.product-box {
  display: block;
  height: 100%;
  border: 1px solid #fe4291;
  padding: 20px;
  background: #fff;
}
.post-type-archive-product .product-boxes .column a.product-box:hover,
.post-type-archive-product .product-boxes .column a.product-box:focus,
.post-type-archive-product .product-boxes .column a.product-box:active {
  background: #ffecf4;
  text-decoration: none;
}
.post-type-archive-product .product-boxes .column a.product-box h3 {
  margin: 0 0 10px 0;
  color: #fe4291;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}
.post-type-archive-product .product-boxes .column a.product-box .excerpt {
  margin-bottom: 10px;
  color: #7b7b7b;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.post-type-archive-product .product-boxes .column a.product-box .price {
  color: #000;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}
.woocommerce-cart #content table.cart {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.woocommerce-cart #content table.cart thead th {
  padding-bottom: 0;
  color: #767676;
  font-size: 15px;
}
.woocommerce-cart #content table.cart td {
  border-top: none;
  border-bottom: 1px solid #fff;
  padding: 12px;
}
.woocommerce-cart #content table.cart td.product-name a {
  color: #fe4291;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce-cart #content table.cart td.product-name a:hover,
.woocommerce-cart #content table.cart td.product-name a:focus,
.woocommerce-cart #content table.cart td.product-name a:active {
  color: #d9015c;
  text-decoration: none;
}
.woocommerce-cart #content table.cart td.product-name dl.variation {
  font-size: 15px;
}
.woocommerce-cart #content table.cart td.product-name dd.variation-Toppings .letter,
.woocommerce-cart #content table.cart td.product-name dd.variation-Toppings .icing,
.woocommerce-cart #content table.cart td.product-name dd.variation-Toppings .topping {
  display: inline-block;
  margin-right: 10px;
}
@media all and (max-width: 991px) {
  .woocommerce-cart #content table.cart td.product-name dd.variation-Toppings .letter,
  .woocommerce-cart #content table.cart td.product-name dd.variation-Toppings .icing,
  .woocommerce-cart #content table.cart td.product-name dd.variation-Toppings .topping {
    display: block;
  }
}
.woocommerce-cart #content table.cart td.product-name dd.variation-Toppings .letter {
  width: 66px;
}
@media all and (max-width: 991px) {
  .woocommerce-cart #content table.cart td.product-name dd.variation-Toppings .letter {
    width: auto;
  }
}
.woocommerce-cart #content table.cart td.product-name dt.variation-DonutChoices {
  float: none;
}
.woocommerce-cart #content table.cart td.product-name dd.variation-DonutChoices .quantity {
  font-weight: 600;
}
.woocommerce-cart #content table.cart td.actions input.input-text {
  width: 160px;
  padding: 5px 6px;
  font-size: 18px;
}
.woocommerce-cart #content table.cart td span.amount {
  font-weight: 700;
}
.woocommerce-cart #content table.cart tr:last-child td {
  border-bottom: 3px solid #fe4291;
}
.woocommerce-cart #content table.cart input.button {
  font-size: 20px;
}
.woocommerce-cart #content table.cart input.button:disabled {
  padding: 6px 20px;
}
.woocommerce-cart #content .cart-collaterals .cart_totals {
  width: 385px;
  max-width: 100%;
}
.woocommerce-cart #content .cart-collaterals .cart_totals .shop_table {
  border: 3px solid #fe4291;
  border-top: none;
  border-radius: 0;
  padding: 10px 15px;
}
.woocommerce-cart #content .cart-collaterals .cart_totals .shop_table th {
  color: #767676;
  font-size: 15px;
  text-transform: uppercase;
}
.woocommerce-cart #content .cart-collaterals .cart_totals .shop_table td {
  border: none;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}
.woocommerce-cart #content .cart-collaterals .cart_totals .shop_table tr.order-total th {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.woocommerce-cart #content .cart-collaterals .cart_totals .shop_table tr.order-total td strong {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.woocommerce-cart #content .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  float: right;
  border-color: #f9d964;
  padding: 12px 24px;
  color: #fe4291;
}
.woocommerce-cart #content .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart #content .cart-collaterals .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart #content .cart-collaterals .wc-proceed-to-checkout a.checkout-button:active {
  color: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout input,
.woocommerce-checkout .woocommerce .woocommerce-checkout textarea,
.woocommerce-checkout .woocommerce .woocommerce-checkout select {
  border: 1px solid #ccc;
  padding: 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout select {
  padding: 5px 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout span.optional {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row.woocommerce-validated .select2-container,
.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row.woocommerce-validated input.input-text,
.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row.woocommerce-validated select {
  border-color: #ccc;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-container {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 6px;
  background: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-choice,
.woocommerce-checkout .woocommerce .woocommerce-checkout .select2-selection--single {
  border: none;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .state_select {
  width: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout p.create-account label {
  margin-left: 2px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout p.create-account label span {
  padding-left: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout p.create-account input.input-checkbox {
  top: 8px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options h4 {
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .button {
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .button:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .button:focus {
  -webkit-animation: none;
  animation: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .button.disabled:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .button.disabled:focus {
  cursor: not-allowed;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .delivery-pickup-wrap input[type="radio"] {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .delivery-pickup-wrap input[type="radio"] + label {
  float: left;
  width: 255px;
  margin-right: 15px;
  border: 1px solid #ccc;
  padding: 8px;
  background: #fff;
  color: #ccc;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 600px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .delivery-pickup-wrap input[type="radio"] + label {
    float: none;
    margin: 0 0 15px 0;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .delivery-pickup-wrap input[type="radio"] + label:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .delivery-pickup-wrap input[type="radio"] + label:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .delivery-pickup-wrap input[type="radio"] + label:active {
  border: 1px solid #fe4291;
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options .delivery-pickup-wrap input[type="radio"]:checked + label {
  border: 1px solid #fe4291;
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #pickup-selected {
  display: none;
  padding-top: 5px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #pickup-selected select option[disabled] {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected {
  display: none;
  padding-top: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #zip-check p {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #zip-check p.form-row {
  padding: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #zip-check #deliv-zip {
  width: auto;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #zip-check .zip-response {
  color: red;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected h4.black-line {
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected .form-group label {
  display: block;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected .form-group .radio-group {
  margin-top: 8px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected .form-group .radio-group label {
  display: inline-block;
  margin-left: 5px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface input {
  width: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface #window-group {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface .ajax-loading {
  display: inline-block;
  opacity: 0;
  width: 43px;
  height: 11px;
  margin-left: 10px;
  background-image: url(../../images/loading-bar.gif);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface .response-container {
  padding-top: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface .response-container p {
  font-size: 19px;
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface .response-container p.success {
  color: #09a709;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface .response-container p.error {
  color: #ff0000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface #window-id_field,
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface input#window-id,
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface #ready-by_field,
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #deliv-interface input#ready-by {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #fedex-interface {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #fedex-interface p {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #fedex-interface #fedex-selected_field,
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #fedex-interface input#fedex-selected {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #delivery-selected #fedex-interface #wc-shipping-selection ul#shipping_method li {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #get-estimate.disabled {
  opacity: .5;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #get-estimate.disabled:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout #shipping-options #get-estimate.disabled:focus {
  background: #fff;
  color: #000;
  -webkit-animation: none;
  animation: none;
  cursor: not-allowed;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout h3#ship-to-different-address {
  padding-left: 25px;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 20px;
  text-transform: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields:after {
  content: '';
  display: block;
  clear: both;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  width: 47%;
  float: left;
  padding-right: 4;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #have-coupon {
  float: right;
  width: 47%;
  padding-top: 8px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #have-coupon a {
  display: block;
  margin-top: 5px;
  color: #fe4291;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #have-coupon a:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #have-coupon a:focus,
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #have-coupon a:active {
  color: #d9015c;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #have-coupon #coupon-anchor .ui-dialog {
  position: relative !important;
  top: -20px !important;
  border: none;
  background: none;
  padding: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #have-coupon #coupon-anchor .ui-dialog .ui-dialog-titlebar {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #have-coupon #coupon-anchor .ui-dialog form.checkout_coupon {
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #have-coupon #coupon-anchor .ui-dialog form.checkout_coupon .form-row-last {
  float: left;
  margin-left: 10px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #have-coupon #coupon-anchor .ui-dialog form.checkout_coupon .form-row-last .button {
  font-size: 27px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table thead th {
  padding-bottom: 0;
  color: #767676;
  font-size: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td {
  border-top: none;
  border-bottom: 1px solid #fff;
  padding: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name {
  color: #fe4291;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dl.variation {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dl.variation dd {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dd.variation-Toppings .letter,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dd.variation-Toppings .icing,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dd.variation-Toppings .topping {
  display: inline-block;
  margin-right: 10px;
}
@media all and (max-width: 991px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dd.variation-Toppings .letter,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dd.variation-Toppings .icing,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dd.variation-Toppings .topping {
    display: block;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dd.variation-Toppings .letter {
  width: 66px;
}
@media all and (max-width: 991px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dd.variation-Toppings .letter {
    width: auto;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dt.variation-DonutChoices {
  float: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td.product-name dd.variation-DonutChoices .quantity {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table td span.amount {
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tr:last-child td {
  border-bottom: 3px solid #fe4291;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot {
  position: relative;
  float: right;
  width: 385px;
  max-width: 100%;
  border: 3px solid #fe4291;
  border-top: none;
  border-radius: 0;
  padding: 10px 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr {
  display: block;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr:after {
  content: '';
  display: block;
  clear: both;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr:last-child td {
  border: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr:last-child td span.amount {
  font-weight: 900;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot th {
  display: block;
  float: left;
  border: none;
  color: #767676;
  font-size: 15px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot td {
  display: block;
  float: right;
  border: none;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td strong {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment {
  background: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul {
  border: none;
  padding: 1em 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li label {
  color: #fe4291;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li .payment_box {
  margin: 0 0 1em 38px;
  padding: 0;
  background: none;
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment ul li .payment_box:before {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review input#place_order,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-alt {
  border-color: #f9d964;
  padding: 12px 24px;
  background: #fff;
  color: #fe4291;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review input#place_order.disabled,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-alt.disabled {
  cursor: not-allowed;
  opacity: .5;
  -webkit-animation: none;
  animation: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review input#place_order.disabled:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-alt.disabled:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review input#place_order.disabled:focus,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-alt.disabled:focus,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review input#place_order.disabled:active,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-alt.disabled:active {
  background: #fff;
  color: #fe4291;
  -webkit-animation: none;
  animation: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review input#place_order:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-alt:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review input#place_order:focus,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-alt:focus,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review input#place_order:active,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-alt:active {
  background: #fe4291;
  color: #fff;
  -webkit-animation: hvr-buzz 0.15s linear infinite;
  animation: hvr-buzz 0.15s linear infinite;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review input#place_order {
  clear: right;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-placeholder {
  float: right;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-placeholder:after {
  content: '';
  display: block;
  clear: both;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-placeholder p {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #place-order-placeholder .button {
  float: right;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
  border: 1px solid #aaa;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
}
.woocommerce-order-received .woocommerce-order p.woocommerce-notice {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.woocommerce-order-received .woocommerce-order ul.order_details {
  padding: 0;
}
#custom-donuts-product {
  padding-bottom: 100px;
}
#custom-donuts-product .top-images {
  margin: 10px 0 30px 0;
  text-align: center;
}
@media all and (max-width: 991px) {
  #custom-donuts-product .top-images .logo {
    margin-bottom: 20px;
  }
}
#custom-donuts-product #add-heart-button {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#custom-donuts-product #add-heart-button:hover {
  color: #fe4291;
}
#custom-donuts-product .custom-donuts-form h2 {
  margin: 0 0 30px 0;
  text-align: center;
  color: #000;
  font-size: 38px;
  text-shadow: 2px 0 #ffffff, -1px 0 #ffffff, 0 1px #ffffff, 0 -1px #ffffff, 3px 3px #fe4291, -3px -3px #fe4291, 4px 0 #fe4291, -4px 0 #fe4291, 0 4px #fe4291, 0 -4px #fe4291;
  line-height: 1.5;
}
@media all and (max-width: 991px) {
  #custom-donuts-product .custom-donuts-form h2 br {
    display: none;
  }
}
#custom-donuts-product .custom-donuts-form h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 20px 0;
  color: #fe4291;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
#custom-donuts-product .custom-donuts-form h3:after {
  content: '';
  position: relative;
  top: 9px;
  height: 3px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  background: #fe4291;
}
#custom-donuts-product .custom-donuts-form h3 span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#custom-donuts-product .custom-donuts-form p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
#custom-donuts-product .custom-donuts-form p.toppings-desc {
  margin-top: 25px;
}
#custom-donuts-product .custom-donuts-form label {
  display: block;
  font-weight: 600;
}
#custom-donuts-product .custom-donuts-form textarea {
  width: 100%;
}
#custom-donuts-product .custom-donuts-form textarea#custom-donuts-text {
  padding: 10px;
  font-size: 44px;
  text-transform: uppercase;
}
#custom-donuts-product .custom-donuts-form input[type="radio"] {
  display: none;
}
#custom-donuts-product .custom-donuts-form input[type="radio"] + label {
  float: left;
  width: 255px;
  margin-right: 15px;
  border: 1px solid #ccc;
  padding: 8px;
  background: #fff;
  color: #ccc;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 600px) {
  #custom-donuts-product .custom-donuts-form input[type="radio"] + label {
    float: none;
    margin: 0 0 15px 0;
  }
}
#custom-donuts-product .custom-donuts-form input[type="radio"] + label:hover,
#custom-donuts-product .custom-donuts-form input[type="radio"] + label:hover,
#custom-donuts-product .custom-donuts-form input[type="radio"] + label:active {
  border: 1px solid #fe4291;
  color: #000;
}
#custom-donuts-product .custom-donuts-form input[type="radio"]:checked + label {
  border: 1px solid #fe4291;
  color: #000;
}
#custom-donuts-product .custom-donuts-form input.letter {
  text-transform: uppercase;
}
#custom-donuts-product .custom-donuts-form #choose-on {
  display: none;
}
#custom-donuts-product .custom-donuts-form #choose-on #toppings-choice input,
#custom-donuts-product .custom-donuts-form #choose-on #toppings-choice textarea,
#custom-donuts-product .custom-donuts-form #choose-on #toppings-choice select {
  max-width: 100%;
  padding: 5px 8px;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  #custom-donuts-product .custom-donuts-form #choose-on #toppings-choice input,
  #custom-donuts-product .custom-donuts-form #choose-on #toppings-choice textarea,
  #custom-donuts-product .custom-donuts-form #choose-on #toppings-choice select {
    font-size: 16px;
  }
}
#custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group {
  margin-top: 10px;
}
@media all and (max-width: 400px) {
  #custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group {
    margin-top: 30px;
  }
}
#custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group:after {
  content: '';
  display: block;
  clear: both;
}
#custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group:first-child {
  margin-top: 0;
  padding-top: 20px;
}
#custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group > div {
  float: left;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  #custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group > div {
    float: none;
    margin: 0 0 10px 0;
  }
}
#custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group > div:last-child {
  margin-right: 0;
}
#custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group > div span:first-child {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}
@media all and (max-width: 991px) {
  #custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group > div span:first-child {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  #custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group > div span:first-child {
    width: 65px;
    font-size: 18px;
  }
}
@media all and (max-width: 400px) {
  #custom-donuts-product .custom-donuts-form #choose-on #toppings-choice .letter-group > div span:first-child {
    width: auto;
    display: block;
    margin: 0 0 5px 0;
  }
}
#custom-donuts-product .custom-donuts-form .product-box {
  margin-bottom: 30px;
  border: 1px solid #fe4291;
  padding: 12px;
  background: #fff3f7;
}
#custom-donuts-product .custom-donuts-form .product-box h4 {
  margin: 0 0 5px 0;
  color: #fe4291;
  font-family: 'ClanProNarrow', sans-serif;
  font-size: 19px;
  font-weight: 900;
  text-transform: lowercase;
}
#custom-donuts-product .custom-donuts-form .product-box .price {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
#custom-donuts-product .custom-donuts-form .product-box .description {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 600;
}
#custom-donuts-product .custom-donuts-form .product-box input[type="number"] {
  display: none;
  width: 50px;
  margin-top: 10px;
  border: 1px solid #fe4291;
  padding: 2px 4px;
  font-size: 16px;
  font-weight: 700;
}
#custom-donuts-product .custom-donuts-form .product-box .add-product,
#custom-donuts-product .custom-donuts-form .product-box .remove-product {
  display: inline-block;
  border: 1px solid #fe4291;
  padding: 4px 12px;
  background: #fff;
  font-family: 'GrotzecCondensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
#custom-donuts-product .custom-donuts-form .product-box .add-product:hover,
#custom-donuts-product .custom-donuts-form .product-box .remove-product:hover,
#custom-donuts-product .custom-donuts-form .product-box .add-product:focus,
#custom-donuts-product .custom-donuts-form .product-box .remove-product:focus {
  background: #fe4291;
  color: #000;
  -webkit-animation: none;
  animation: none;
}
#custom-donuts-product .custom-donuts-form .product-box .add-product:focus,
#custom-donuts-product .custom-donuts-form .product-box .remove-product:focus {
  background: #fff;
}
#custom-donuts-product .custom-donuts-form .product-box .remove-product {
  display: none;
}
#custom-donuts-product .checkout-separator {
  margin: 5px 0 20px 0;
  height: 3px;
  background: #000;
}
#custom-donuts-product #custom-donut-checkout-button {
  float: right;
  border-color: #f9d964;
  color: #fe4291;
}
#custom-donuts-product #custom-donut-checkout-button:after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #fe4291;
  margin-left: 8px;
}
#custom-donuts-product #custom-donut-checkout-button:hover,
#custom-donuts-product #custom-donut-checkout-button:focus,
#custom-donuts-product #custom-donut-checkout-button:active {
  color: #fff;
}
#custom-donuts-product #custom-donut-checkout-button:hover:after,
#custom-donuts-product #custom-donut-checkout-button:focus:after,
#custom-donuts-product #custom-donut-checkout-button:active:after {
  border-left-color: #fff;
}
#custom-donuts-product #custom-donut-checkout-button.disabled {
  opacity: .5;
  cursor: not-allowed;
  -webkit-animation: none;
  animation: none;
}
#custom-donuts-product #custom-donut-checkout-button.disabled:hover {
  background: #fff;
  color: #fe4291;
}
#custom-donuts-product #custom-donut-checkout-button.disabled:hover:after {
  border-left-color: #fe4291;
}
