/*
____ breakpoints
*/
.ps-btn {
  border: none;
  outline: none;
  padding: 10px;
  color: #fff;
  background: #3452ff;
  cursor: pointer;
}
.ps-btn:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  opacity: 0.85;
}

.ps-single-item {
  display: block;
  margin: 0 15px;
}
@media (min-width: 992px) {
  .ps-single-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
  }
}
.ps-single-item__sidebar {
  width: 100%;
  margin: 0 0 25px;
}
@media (min-width: 992px) {
  .ps-single-item__sidebar {
    flex: 0 1 300px;
    margin: 0 25px;
  }
}
.ps-single-item__sidebar h2 {
  line-height: 1;
  font-size: 1.5em;
  margin: 0 0 15px;
}
.ps-single-item__main {
  width: 100%;
  margin: 25px 0 0;
}
@media (min-width: 992px) {
  .ps-single-item__main {
    flex: 1;
  }
}
.ps-single-item__main h1 {
  line-height: 1;
  font-size: 1.5em;
  margin: 0 0 15px;
}
.ps-single-item__image {
  margin: 0 0 25px;
}
.ps-single-item__description {
  margin: 25px 0;
}
.ps-single-item__description--desktop {
  display: none;
}
@media (min-width: 378px) {
  .ps-single-item__description {
    margin: 0 0 10px;
  }
  .ps-single-item__description--mobile {
    display: none;
  }
  .ps-single-item__description--desktop {
    display: block;
  }
}

body.single-ps_item_cake .main-content {
  max-width: 100%;
}
@media (min-width: 767px) {
  body.single-ps_item_cake .main-content {
    max-width: 600px;
  }
}
@media (min-width: 1000px) {
  body.single-ps_item_cake .main-content {
    max-width: 1425px;
  }
}

/** mobile styling **/
.ps-single-item__mobile {
  flex: 0 0 100%;
}
.ps-single-item__mobile h2 {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 15px;
}
.ps-single-item__mobile__header {
  display: flex;
  flex-wrap: wrap;
}
.ps-single-item__mobile__header__left {
  flex: 0 0 100%;
}
@media (min-width: 378px) {
  .ps-single-item__mobile__header__left {
    flex: 0 0 33%;
  }
  .ps-single-item__mobile__header__left > h2 {
    display: none;
  }
}
.ps-single-item__mobile__header__right {
  flex: 0 0 100%;
}
.ps-single-item__mobile__header__right > h2 {
  display: none;
}
@media (min-width: 378px) {
  .ps-single-item__mobile__header__right {
    flex: 1;
    padding-left: 15px;
  }
  .ps-single-item__mobile__header__right > h2 {
    display: block;
  }
}

.ps-image-gallery__dropdown {
  margin: 0 0 9px;
}
.ps-image-gallery__dropdown__title {
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  background: #f6937e;
  background: linear-gradient(135deg, #f6937e 0%, #de7d69 100%);
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 3px;
  font-family: "Lato";
}
.ps-image-gallery__dropdown__title .fa-chevron-up {
  display: none;
}
.ps-image-gallery__dropdown__title .fa-chevron-down {
  display: inline-block;
}
.ps-image-gallery__dropdown__title .word--more {
  display: inline;
}
.ps-image-gallery__dropdown__title .word--less {
  display: none;
}
.ps-image-gallery__dropdown__body {
  display: none;
}
.ps-image-gallery__dropdown__body__inner {
  display: flex;
  margin: 0 -5px;
  padding: 9px 0 10px;
  flex-wrap: wrap;
}
.ps-image-gallery__dropdown__body__inner__item {
  flex: 0 0 100%;
  padding: 0 5px;
}
.ps-image-gallery__dropdown.open .ps-image-gallery__dropdown__title .fa-chevron-up {
  display: inline-block;
}
.ps-image-gallery__dropdown.open .ps-image-gallery__dropdown__title .fa-chevron-down {
  display: none;
}
.ps-image-gallery__dropdown.open .ps-image-gallery__dropdown__title .word--less {
  display: inline;
}
.ps-image-gallery__dropdown.open .ps-image-gallery__dropdown__title .word--more {
  display: none;
}
.ps-image-gallery__dropdown.open .ps-image-gallery__dropdown__body {
  display: block;
}

.ps-form__field, .ps-edit-form__field {
  margin-bottom: 25px;
}
.ps-form.form--processing .ps-form__field, .ps-form.form--processing .ps-edit-form__field {
  opacity: 0.5;
}
.ps-form__field--conditional--hide, .ps-edit-form__field--conditional--hide {
  display: none;
}
.ps-form__footer, .ps-edit-form__footer {
  display: flex;
  justify-content: end;
}
.ps-form label, .ps-edit-form label {
  font-weight: 600;
  margin-bottom: 10px;
}
.ps-form textarea, .ps-edit-form textarea {
  resize: vertical;
  min-height: 100px;
}
.ps-form.form--processing .ps-form__submit--ready, .ps-form.form--processing .ps-edit-form__submit--ready {
  display: none;
}
.ps-form:not(.form--processing) .ps-form__submit--processing, .ps-form:not(.form--processing) .ps-edit-form__submit--processing {
  display: none;
}
.ps-form__price, .ps-edit-form__price {
  margin: 25px 0;
  border-top: 2px solid #e1e1e1;
  display: flex;
  padding: 15px 0 0;
  justify-content: end;
  font-weight: 600;
  color: #444444;
  font-size: 1.5em;
}
.ps-form__price__title, .ps-edit-form__price__title {
  display: block;
  margin-right: 15px;
  font-size: 0.7em;
  color: #999;
}
.ps-form__price__batch, .ps-edit-form__price__batch {
  font-size: 0.6em;
  margin-left: 5px;
}
.ps-form__price--disabled, .ps-edit-form__price--disabled {
  opacity: 0.3;
}

span.ps-form__error {
  display: block;
  background: #CD8987;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin: 5px 0;
}

/**
 * SWITCH TOGGLE
 */
/* The switch - the box around the slider */
.ps-form__field--switch {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ps-form__field--switch label {
  cursor: pointer;
  margin-bottom: 0;
}
.ps-form__field--switch label + label {
  margin-left: 10px;
}

.ps-form__switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.ps-form__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.ps-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ps-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .ps-slider {
  background-color: #f6937e;
}

input:focus + .ps-slider {
  box-shadow: 0 0 1px #f6937e;
}

input:checked + .ps-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.ps-slider.round {
  border-radius: 34px;
}

.ps-slider.round:before {
  border-radius: 50%;
}

.ps-edit-form {
  margin: 15px 0;
}
.ps-edit-form.ps-edit-form--processing .ps-edit-form__update--ready {
  display: none;
}
.ps-edit-form:not(.ps-edit-form--processing) .ps-edit-form__update--processing {
  display: none;
}

.ps-order-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #3452ff;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1;
}

/* ____ CART ____ */
.ps-cart__item {
  display: flex;
  padding: 25px 15px 15px;
  border-radius: 5px;
  border-bottom: 1px dashed #e1e1e1;
}
.ps-cart__item:last-of-type {
  border-bottom: 0;
}
.ps-cart__item--removing {
  opacity: 0.5;
}
.ps-cart__item__sidebar {
  flex: 0 1 50px;
}
.ps-cart__item__sidebar img {
  margin: 0 0 4px !important;
}
.ps-cart__item__main {
  flex: 1;
  padding: 5px 0 5px 15px;
}
.ps-cart__item__main h3 {
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}
.ps-cart__item__main p {
  font-size: 0.9em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.ps-cart__item__main__notes {
  padding: 15px;
  background: #f1f1f1;
  margin: 15px 0 0;
  border-radius: 5px;
  color: #444444;
}
.ps-cart__item__main__cost {
  padding: 5px 0;
  text-align: right;
  font-weight: 600;
  font-size: 0.9em;
}
.ps-cart__item__attr {
  display: inline-block;
  padding: 5px 10px;
  background: #ff6868;
  font-size: 0.9em;
  color: #fff;
  border-radius: 3px;
  margin: 5px 5px 5px 0;
}
.ps-cart__item__actions {
  display: flex;
  margin: 10px 0 0;
}
.ps-cart__item__actions button {
  margin-right: 5px;
}

.ps-cart__total {
  text-align: right;
  padding: 25px 15px 15px;
}
.ps-cart__total__label {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.2;
}
.ps-cart__total__cost {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
}

.add-donuts__group {
  display: none;
}
.add-donuts__donut-selector {
  margin: 15px -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.add-donuts__donut-selector__checkbox {
  flex: 0 0 135px;
  text-align: left;
  position: relative;
  margin: 15px;
}
.add-donuts__donut-selector__checkbox input {
  margin: 7px 5px;
  display: none;
}
.add-donuts__donut-selector__checkbox__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  margin: 0 0 10px;
  border-radius: 5px;
}
.add-donuts__donut-selector__checkbox__favourite {
  position: absolute;
  font-size: 1em;
  padding: 10px;
  top: 0;
  right: 0;
  color: #f6937e;
  z-index: 99;
}
.add-donuts__donut-selector__checkbox input:checked + label .add-donuts__donut-selector__checkbox__image:after {
  position: absolute;
  content: "\f00c";
  font: normal normal normal 48px/1 FontAwesome;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: forestgreen;
  z-index: 1;
}
.add-donuts__donut-selector__checkbox label {
  cursor: pointer;
  display: block;
  padding: 5px;
}
.add-donuts__donut-selector__checkbox input[disabled] + label {
  opacity: 0.5;
}
.add-donuts__donut-selector__checkbox__title {
  margin: 10px 0;
  line-height: 1.2;
  font-size: 0.9em;
  text-align: center;
}
.add-donuts__donut-selector__checkbox__description {
  padding: 5px 0;
  margin: 5px 0;
  line-height: 1.2;
  font-size: 0.8em;
  font-weight: 500;
  position: relative;
}
.add-donuts__donut-selector__checkbox__description:before {
  content: "";
  position: absolute;
  height: 5px;
  top: 0;
  left: 0;
  max-width: 50px;
  width: 100%;
  border-top: 1px solid #e1e1e1;
}
.add-donuts__donut-selector__checkbox--hide {
  display: none;
}

.ps-notification {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 5px;
}

.ps-cakes {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 10px;
}
@media (min-width: 378px) {
  .ps-cakes {
    margin: 10px -10px;
  }
}
.ps-cakes__item {
  position: relative;
  flex: 0 1 calc(100% - 20px);
  margin: 10px;
}
@media (min-width: 767px) {
  .ps-cakes__item {
    flex: 0 1 calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1000px) {
  .ps-cakes__item {
    flex: 0 1 calc(20% - 20px);
  }
}
.ps-cakes__item__image {
  margin: 0 !important;
}
.ps-cakes__item__main {
  padding: 10px 15px 10px 0;
  text-align: left;
  color: #444444;
}
.ps-cakes__item__main h3 {
  font-size: 1em;
  line-height: 1.2;
  padding-right: 25px;
}
.ps-cakes__item__main hr {
  color: #f9f9f9;
}
.ps-cakes__item__main p {
  color: #999;
  font-size: 0.9em;
  line-height: 1.5;
}
.ps-cakes__item__icons {
  color: #3452ff;
  font-size: 1em;
  padding: 10px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.fa {
  color: #f6937e;
}

header .fa {
  color: #f6937e !important;
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,
.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
  background-color: #f6937e !important;
}

.off-canvas-menu-container .ps-order-nav-icon {
  display: none;
}

.ps-btn {
  background: #f6937e;
}

.ps-order-badge {
  background: #f6937e;
}

/*# sourceMappingURL=ps-styles.css.map */
