label[for]:not([for='']) {
  cursor: pointer;
}

.customdozen h1 {
  font-size: 35px;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 20px;
}

.customdozen__bottom {
  display: none;
}

.boxes__item {
  width: 200px;
}

.boxes__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #3d1420;
}

.boxes__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxes__item input:checked + label .boxes__img {
  outline: 4px solid #3d1420;
}

.boxes__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  gap: 1em;
}

@media (max-width: 768px) {
  #main.customdozen__bottom__active {
    padding-bottom: 70px;
  }
  .customdozen__bottom {
    display: block;
    position: fixed;
    background: #fafafa;
    padding: 20px 15px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    white-space: nowrap;
    height: 65px;
    bottom: -65px;
    -webkit-transition: bottom 250ms, background-color 300ms, color 300ms, height 300ms, padding 300ms;
    -o-transition: bottom 250ms, background-color 300ms, color 300ms, height 300ms, padding 300ms;
    transition: bottom 250ms, background-color 300ms, color 300ms, height 300ms, padding 300ms;
    border-top: 1px solid #ddd;
    color: #25282c;
    cursor: pointer;
  }
  .customdozen__bottom.active {
    bottom: 0;
  }
  .customdozen__bottom.full {
    background-color: #a19585;
    color: #fff;
    height: 70px;
    padding-top: 23px;
  }
  .customdozen__bottom .customdozen__cart__title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    color: inherit;
  }
}
.customdozen__item {
  min-height: 333px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.customdozen__item__caption {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #562e14;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  transition: none;
  line-height: 125%;
  padding: 3px 0 5px;
  min-height: 39px;
}
@media (min-width: 992px) {
  .customdozen__item__caption {
    min-height: 47px;
  }
}
@media (min-width: 1200px) {
  .customdozen__item__caption {
    min-height: 39px;
  }

  .customdozen__cart {
    height: 90vh;
    display: flex;
    flex-direction: column;
  }

  .customdozen__cart > form {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
  }

  .customdozen__cart > form > ul {
    height: auto;
    flex-shrink: 1;
    flex-grow: 0;
    scrollbar-width: thin;
    overflow: auto;
  }

  .customdozen__cart__item {
    padding-right: 3px;
  }
}
.customdozen__item__img {
  border: 1px solid #ddd;
  height: 197px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.customdozen__item__img .fancybox span {
  position: absolute;
  left: 7px;
  bottom: 7px;
}
.customdozen__item__img .fancybox span i {
  position: static;
  top: auto;
  left: auto;
}
.customdozen__item__img__src {
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin: auto;
}
.customdozen__item__price {
  margin-bottom: 5px;
  font-size: 13px;
  padding: 5px 0;
  display: block;
  letter-spacing: 1px;
  text-align: center;
  color: #c97178;
}
.customdozen__item__add {
  border: 1px solid #804623;
  backface-visibility: hidden;
  border-radius: 25px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  background-color: #ffffff;
  color: #552c13;
  display: inline-block;
  font-size: 10px;
  padding: 9px 5px;
  position: relative;
  text-transform: uppercase;
  transform: translateZ(0px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 8px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .customdozen__item__add {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .customdozen__item__add {
    font-size: 11px;
  }
}
.customdozen__item__add:hover {
  background-color: #552c13;
  color: #ffffff;
}
.customdozen__item__add:disabled,
.customdozen__item__add.disabled {
  opacity: 0.4;
  cursor: default;
}
.customdozen__item__add:disabled:hover,
.customdozen__item__add.disabled:hover {
  opacity: 0.4;
  cursor: default;
  background-color: #ffffff;
  color: #25282c;
}
.customdozen__cart__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #25282c;
  text-align: center;
}
.customdozen__cart__help {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #25282c;
  text-align: center;
}
.customdozen__affix {
  position: sticky;
  top: 75px;
}
.customdozen__affix.affix {
  position: static;
}
@media (min-width: 992px) {
  .customdozen__affix {
    margin-top: -10px;
    -webkit-transition: margin-top 250ms;
    -o-transition: margin-top 250ms;
    transition: margin-top 250ms;
  }
  .customdozen__affix.affix,
  .customdozen__affix.affix-bottom {
    width: 293px;
  }
  .customdozen__affix.affix {
    position: fixed;
    top: 64px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .customdozen__affix.affix-bottom {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .customdozen__affix.affix-bottom,
  .customdozen__affix.affix {
    width: 360px;
  }
}
.customdozen__cart__total {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #c97178;
}
.customdozen__cart__item {
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
  -webkit-transition: border-top 500ms;
  -o-transition: border-top 500ms;
  transition: border-top 500ms;
}
.customdozen__cart__item:first-child {
  border-top: 1px solid transparent;
}
.customdozen__cart__item__image {
  float: left;
  width: 18%;
  align-content: baseline;
}
.customdozen__cart__item__caption {
  padding-left: 10px;
  float: left;
  color: #562e14;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  width: 82%;
}
.customdozen__cart__item__caption__price {
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #c97178;
}
.customdozen__cart__item__close {
  font-size: 42px;
  font-weight: 200;
  float: right;
  cursor: pointer;
}
.customdozen__cart .btn-primary {
  background-color: #c97178;
  border-color: #c97178;
}
.popover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border-color: #ddd;
}
.customdozen__cart .choose-box h4 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}
.customdozen__cart .choose-box .packopt {
  display: block;
  float: right;
  margin-left: 0;
}
.customdozen__cart .choose-box ul li {
  /* width: 33.333333%; */
  width: 43%;
  margin-left: 3%;
  margin-right: 3%;
}
.customdozen__cart .choose-box ul li img {
  border: 2px solid transparent;
  margin-left: auto;
  margin-right: auto;
}
.customdozen__cart .choose-box ul li.selected img {
  border: 2px solid #c97178;
}
.choose-box ul li .text {
  line-height: 1.2;
}
.custom_pan {
  padding: 0 5px 15px 0;
  /*background: #FAFAFA;*/
  margin-bottom: 29px;
  border-bottom: 2px solid rgba(160, 148, 132, 0.416);
}
.custom_pan ul {
  margin: 0;
}
.custom_pan ul li a {
  display: block;
  padding: 5px 15px;
  border: 1px solid rgba(128, 70, 35, 0.258);
  backface-visibility: hidden;
  border-radius: 25px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  background-color: #f5f5f5;
  color: #552c13;
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  width: 100%;
  text-decoration: none;
}
.custom_pan ul li a.active {
  font-weight: bold;
}
.js-filter-couture,
.js-filter-gluten-free,
.js-filter-brownies {
  display: none;
}
.well {
  background: #fafafa;
  padding: 10px 20px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.packopt {
  display: inline-block;
  margin-left: 78px;
  vertical-align: 2px;
}
.packopt a {
  padding: 3px 15px;
  font-weight: 200;
  font-size: 10px;
}
.packopt a:before {
  font-family: 'fontAwesome';
  font-size: 17px;
  color: #fff;
  margin-right: 7px;
  vertical-align: -2px;
  content: '\f059';
}
