.cakebuilder h1 {
  text-align: center;
}
.cakebuilder .wrapper {
  display: inline;
  float: left;
  width: 40%;
  margin: 0 0.8333333333%;
  margin-left: 9.1666666667%;
  margin-right: 9.1666666667%;
}
@media only screen and (max-width: 640px) {
  .cakebuilder .wrapper {
    display: inline;
    float: left;
    width: 98.3333333333%;
    margin: 0 0.8333333333%;
  }
}
.cakebuilder .platter {
  width: 100%;
  min-height: 400px;
  background: url("/Content/Img/Site/platter.png") no-repeat bottom center;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 1300px) {
  .cakebuilder .platter.bleed {
    z-index: 8011;
  }
}
@media only screen and (max-width: 640px) {
  .cakebuilder .platter {
    min-height: 300px;
  }
}
.cakebuilder .platter .layer {
  position: absolute;
  background-color: silver;
  cursor: pointer;
  z-index: 0;
  transition: transform 0.4s;
  transform: translate3D(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cakebuilder .platter .layer .before {
  position: absolute;
  right: 0;
  top: -20px;
  left: 0;
  height: 40px;
  background-color: silver;
  border-radius: 50%;
  z-index: 10;
  background-size: 100% 150%;
  box-shadow: 0px 3px 5px 0px rgba(255, 255, 255, 0.4), inset 0px -3px 5px 0px rgba(255, 255, 255, 0.4);
}
.cakebuilder .platter .layer .after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  height: 40px;
  background-color: silver;
  background-position: 0 bottom;
  border-radius: 50%;
  z-index: 5;
}
.cakebuilder .platter .layer.active {
  z-index: 101;
  transform: translate3D(0, 0, 0) scale(1.2);
  box-shadow: 0px 0px 50px 20px white;
}
.cakebuilder .platter-inner {
  position: absolute;
  right: 30px;
  left: 30px;
}
.cakebuilder .platter-intro {
  position: absolute;
  right: 0;
  bottom: 45%;
  left: 0;
  background-color: #e9dec0;
  border-radius: 6px;
  text-align: center;
  padding: 20px 20px 10px;
}
.cakebuilder .platter-intro p {
  margin-bottom: 10px;
}
.cakebuilder .platter-add {
  background-color: #5EA5A5;
  display: block;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: #408080 1px 1px 0px;
  border-radius: 6px;
}
.cakebuilder .platter-cover {
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: 0;
  height: 10000px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
  display: none;
}
.cakebuilder .platter-toolbar {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #eee;
  z-index: 102;
  border-radius: 5px;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.cakebuilder .platter-toolbar.platter-toolbar-above:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #eee transparent transparent transparent;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
  pointer-events: none;
}
.cakebuilder .platter-toolbar.platter-toolbar-below:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #eee transparent;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  pointer-events: none;
}
.cakebuilder .platter-toolbar .cb-button-close {
  position: absolute;
  top: -10px;
  right: -10px;
}
.cakebuilder .platter-toolbar .cb-button-close img {
  width: 30px;
  height: 30px;
}
.cakebuilder .platter-toolbar p {
  margin: 0;
}
.cakebuilder .platter-toolbar p.name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.cakebuilder .platter-toolbar p.info {
  margin-bottom: 10px;
}
.cakebuilder .platter-toolbar p .weight {
  font-weight: bold;
}
.cakebuilder .receipt {
  display: inline;
  float: left;
  width: 31.6666666667%;
  margin: 0 0.8333333333%;
  background: url("/Content/Img/Site/receipt_bg.jpg");
  background-size: 100% auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .cakebuilder .receipt {
    display: inline;
    float: left;
    width: 98.3333333333%;
    margin: 0 0.8333333333%;
    margin-bottom: 20px;
  }
}
.cakebuilder .receipt .receipt-heading {
  width: 60%;
  margin: 20px auto;
}
.cakebuilder .receipt form {
  padding: 0 15px 15px;
}
.cakebuilder .receipt table {
  width: 100%;
}
.cakebuilder .receipt th, .cakebuilder .receipt td {
  text-align: left;
  padding: 5px;
  font-size: 14px;
}
.cakebuilder .receipt th.align-right, .cakebuilder .receipt td.align-right {
  text-align: right;
}
.cakebuilder .receipt th.product, .cakebuilder .receipt td.product {
  text-transform: uppercase;
}
.cakebuilder .receipt th.product span, .cakebuilder .receipt td.product span {
  text-transform: none;
  font-weight: bold;
}
.cakebuilder .receipt th.divider hr, .cakebuilder .receipt td.divider hr {
  height: 0;
  margin: 5px 0;
  border: none;
  border-top: 1px solid #000;
}
.cakebuilder .receipt th.total, .cakebuilder .receipt td.total {
  font-weight: bold;
}
.cakebuilder .receipt th {
  font-weight: bold;
}
.cakebuilder .receipt #basket_add {
  display: none;
}
.cakebuilder .receipt #basket_add input[type=submit], .cakebuilder .receipt #basket_add p {
  margin: 10px 0 0;
}
.cakebuilder .receipt #basket_add input[type=submit] {
  font-size: 14px;
}
.cakebuilder .platter-options {
  position: relative;
  height: 100px;
  margin-bottom: 20px;
}
.cakebuilder .platter-options .option-share, .cakebuilder .platter-options .option-save {
  width: 74px;
  height: 74px;
  background-color: #e9dec0;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  text-align: center;
  background-image: url("/Content/Img/Site/platter-options.png");
  background-size: 148px 148px;
}
.cakebuilder .platter-options .option-share:before, .cakebuilder .platter-options .option-save:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.cakebuilder .platter-options .option-share:hover, .cakebuilder .platter-options .option-save:hover {
  background-position: 0 -74px;
  background-color: #A37943;
}
.cakebuilder .platter-options .option-share a, .cakebuilder .platter-options .option-save a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -1000em;
}
.cakebuilder .platter-options .option-share p, .cakebuilder .platter-options .option-save p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80px;
  background: transparent url("/Content/Img/Site/header_strike.gif") repeat-x left center;
  color: #5d4722;
}
.cakebuilder .platter-options .option-share p span, .cakebuilder .platter-options .option-save p span {
  padding: 0 5px;
  background-color: #fff;
}
.cakebuilder .platter-options .option-share {
  left: auto;
  right: 20px;
  background-position: -74px 0;
}
.cakebuilder .platter-options .option-share:hover {
  background-position: -74px -74px;
}
.cakebuilder .platter-options #counter {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  background-color: #e9dec0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  text-align: center;
}
.cakebuilder .platter-options #counter:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.cakebuilder .platter-options #counter p {
  margin: 0;
  padding-top: 15px;
  color: #5EA5A5;
}
.cakebuilder .platter-options #counter p span {
  font-size: 40px;
  line-height: 26px;
}

.cb-button {
  border: none;
  border-radius: 4px;
  margin: 0 6px 0 0;
  padding: 6px 8px;
  background-color: #5EA5A5;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-shadow: #408080 1px 1px 0px;
  font-size: 14px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .cb-button {
    padding: 4px 6px;
    font-size: 12px;
    margin-bottom: 1px;
  }
}
.cb-button.disabled {
  opacity: 0.4;
  cursor: default;
}
.cb-button.cb-button-delete {
  background-color: #a55e5e;
  text-shadow: #7f3f3f 1px 1px 0px;
  float: right;
  margin-right: 0;
}

#add-modal, #like-modal, #send-modal {
  display: none;
}
@media only screen and (max-width: 640px) {
  #add-modal textarea, #like-modal textarea, #send-modal textarea {
    width: 90%;
  }
}

#add-modal #products #filter-checkboxes {
  background-color: #5EA5A5;
  padding: 20px 20px 0;
  margin-bottom: 10px;
  border-radius: 5px;
}
#add-modal #products #filter-checkboxes label {
  margin: 0 20px 20px 0;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
}
#add-modal #products #filter-checkboxes input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
}
#add-modal #products h3 {
  margin: 0 0 10px;
  font-size: 20px;
  text-align: center;
  background: transparent url("/Content/Img/Site/header_strike.gif") repeat-x left center;
  color: #5d4722;
}
#add-modal #products h3 span {
  padding: 0 10px;
  background-color: #fff;
}
#add-modal #products .group {
  margin-bottom: 10px;
}
#add-modal #products .layer {
  margin: 0 0 1px;
  padding: 10px 5px 10px 10px;
  background-color: #eee;
  border-radius: 2px;
  *zoom: 1;
}
#add-modal #products .layer:before, #add-modal #products .layer:after {
  content: "";
  display: table;
}
#add-modal #products .layer:after {
  clear: both;
}
#add-modal #products .thumb {
  width: 140px;
  height: 60px;
  margin: 0 10px 0 0;
  background-color: Silver;
  float: left;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #add-modal #products .thumb {
    width: 100px;
  }
}
#add-modal #products .buttons {
  float: right;
}
@media only screen and (max-width: 640px) {
  #add-modal #products .buttons {
    float: none;
    margin-left: 110px;
    margin-bottom: 10px;
  }
}
#add-modal #products .brief {
  float: left;
}
@media only screen and (max-width: 640px) {
  #add-modal #products .brief {
    float: none;
    margin-left: 110px;
  }
}
#add-modal #products .brief p {
  margin-bottom: 0;
}
#add-modal #products .description {
  float: left;
  margin-right: 5px;
  display: none;
}
#add-modal #products .description div {
  margin-top: 10px;
  border-top: 1px solid #d4cdaa;
}
#add-modal #products .description p {
  float: none;
  display: block;
  font-size: 12px;
  margin: 10px 0 0 0;
}

.lt-ie9 .cakebuilder .platter .layer .before, .lt-ie9 .cakebuilder .platter .layer .after {
  display: none;
}

.fancybox-inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1300px) {
  .cakebuilder-add-modal {
    width: 40% !important;
    max-width: 700px !important;
    left: auto !important;
    right: 20px !important;
  }
  .cakebuilder-add-modal .fancybox-inner {
    width: 100% !important;
  }
}