/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* Fonts */
@font-face {
  font-family: Corporate S;
  src: url(../fonts/Corporate-S-Regular.ttf);
}

/* Global CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Corporate S !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

:root {
  --primary-bg: #fbfbfb;
  --primary-chocolate: #d5b375;
  --secondary-chocolate: #612000;
  --primary-black: #181819;
}

/* Common CSS */
.container {
  max-width: 1250px;
}

.configurator-box {
  margin-top: 40px;
}
.chocolateLoopArea {
  display: none;
}
.chocolateLoopArea.active {
  display: block;
}
.click-disable {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed !important;
  /* display: none; */
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  padding: 12px 43px !important;
  color: #adb9c3 !important;
  background-color: #dfe7ea !important;
  border: none !important;
  white-space: nowrap !important;
}
.select-chocolate {
  -webkit-appearance: none;
  border: 0;
  padding: 2px 10px;
  width: 100%;
  height: 60px;
}
/* Step tab CSS */
.configurator-step-detail h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 69px;
  text-transform: none;
  color: var(--primary-black);
  text-align: left;
  margin-bottom: 25px;
}

.step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf7f1;
}

.step-box-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 63px;
  white-space: nowrap;
  width: 25%;
}

.step-box-detail.active,
.step-box-detail.complete {
  background-color: #eee1c8;
  border-bottom: 2px solid #612000;
}

.step-box-detail i {
  color: var(--secondary-chocolate);
  margin-right: 5px;
}

.step-box-detail p {
  color: var(--primary-black);
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.configurator-info {
  text-align: center;
}

.configurator-info p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #adadad;
  margin: 15px 0;
}

/* Chocolate customization CSS */
.chocolate-customization {
  background-color: transparent;
  padding: 30px;
  border-bottom: 1px solid #d2d2d2;
}

.chocolate-customization h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: var(--primary-black);
  margin-top: 50px;
}

.chocolate-customization h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary-black);
}

.btn-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.btn-count .decrement {
  padding: 10px 15px;
  border: 1px solid #d5b375;
  background-color: #f2f2f2;
}

.btn-count .decrement:hover,
.btn-count .decrement:focus {
  border: 1px solid #d5b375;
}

.btn-count .increment {
  padding: 10px 15px;
  border: 1px solid #d5b375;
  background-color: #f2f2f2;
}

.btn-count .increment:hover,
.btn-count .increment:focus {
  border: 1px solid #d5b375;
}

.btn-count .increment i,
.btn-count .decrement i {
  color: var(--secondary-chocolate);
  font-size: 16px;
}

.btn-count .counter {
  padding: 10px 17px;
  color: var(--secondary-chocolate);
  border-top: 1px solid #d5b375;
  border-bottom: 1px solid #d5b375;
  font-size: 16px;
}

.chocolate-edit {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-edit {
  position: relative;
  border: none;
  background-color: transparent !important;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--secondary-chocolate) !important;
  padding: 0;
}

.btn-edit::after {
  content: url(../images/edit.svg);
  position: absolute;
  top: 2px;
  right: -30px;
}

.btn-edit:hover,
.btn-edit:focus {
  border: none !important;
}

.btn-edit i {
  color: var(--secondary-chocolate);
  font-size: 20px;
  margin-left: 13px;
}

.chocolate-edit .modal-content {
  width: 400px;
  border: 1px solid #d5b375;
  border-radius: 4px;
  padding: 24px;
}

.chocolate-edit .modal-content .modal-header {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #d5d5d6;
}

.chocolate-edit .modal-content .modal-header .modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--primary-black);
  text-transform: capitalize;
}

.chocolate-edit .modal-content .modal-header .btn-close {
  background: transparent url(../images/close-btn.svg) center/1em auto no-repeat;
  color: var(--primary-black);
}

.chocolate-edit .modal-content .modal-header .btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chocolate-edit .modal-content .modal-body {
  margin-top: 24px;
  padding: 0;
}

.chocolate-edit .modal-content .modal-body input {
  background-color: #fbf7f1;
  border: 1px solid #612000;
  border-radius: 0;
}

.chocolate-edit .modal-content .modal-body input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chocolate-edit .modal-content .modal-footer {
  border: none;
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.chocolate-edit .modal-content .modal-footer .btn-save {
  padding: 7px 24px;
  border: none;
  background-color: var(--primary-chocolate);
  color: #ffffff;
  margin: 24px 0 0 0;
}

.chocolate-edit .keep-count {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
  color: var(--primary-black);
  text-transform: uppercase;
}

/* Chocolate shape and type CSS */
/*.chocolate-shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}*/

/* new start */

.chocolate-shape {
    display: flex;
    justify-content: flex-start;
    align-items: stretch; /* ← makes all cards same height */
    flex-wrap: wrap;
    gap: 20px;
}

.chocolate-card {
    border: 1px solid #afafaf;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    flex: 0 0 calc(20% - 16px);
    box-sizing: border-box;
    display: flex;              /* ← inner flex */
    flex-direction: column;     /* ← stack content vertically */
    justify-content: space-between; /* ← push content to top/bottom */
    /*align-items: center; */       /* ← center content horizontally */
}
.chocolate-cards {
  flex: 0 0 calc(30% - 16px) !important;
}


/* Tablet (≤1024px) → 3 per row */
@media (max-width: 1024px) {
    .chocolate-card, .chocolate-cards {
        flex: 0 0 calc(33.333% - 14px) !important;
    }
}

/* Mobile (≤576px) → 1 per row */
@media (max-width: 576px) {
    .chocolate-card, .chocolate-cards {
        flex: 0 0 100% !important;
    }
}


/* new end */

.chocolate-heading {
  margin: 30px 0;
}

.chocolate-ingredient-heading {
  margin: 30px 0 10px 0;
}

.optional-text {
  font-size: 18px;
  font-weight: 300;
  color: #555555;
  line-height: 26px;
  margin-bottom: 30px;
}

/*.chocolate-card {
  border: 1px solid #afafaf;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin: 0 30px 30px 0;
}*/

.chocolate-card p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-black);
  margin-top: 20px;
}

.chocolate-card img {
  width: 100%;
  height: 135px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Custom radio CSS */
.radio-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #bfbfbf;

  border-radius: 50%;
}

.creation-total-header {
    margin: 30px 0px;
}

span.price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
  background-color: #ffffff;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
  background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-chocolate);
}

/* Custom checkbox CSS */
.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #f2f2f2;
  background-color: var(--primary-bg);
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #d5b375;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Chocolate pagination and apply button CSS */
.chocolate-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.apply-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apply-box img {
  margin-right: 10px;
}

.btn-apply {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: var(--secondary-chocolate) !important;
  padding: 10px 12px;
  border: 1px solid #612000;
  margin: 0 5px;
  background-color: transparent !important;
  white-space: nowrap;
}

.btn-apply:hover,
.btn-apply:focus {
  border: 1px solid #612000 !important;
}

.btn-apply.click-disable {
  opacity: 0.5;
  padding: 10px 12px !important;
  background-color: var(--primary-chocolate) !important;
  color: var(--secondary-chocolate) !important;
}

.btn-apply.click-disable:focus {
  border-color: var(--primary-chocolate) !important;
}

.chocolate-pagination-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chocolate-pagination-detail .pagination-prev {
  background-color: #f5f0e7;
  border: 1px solid #c9b2a2;
  padding: 19px 21px;
  text-decoration: none;
  color: var(--secondary-chocolate);
  display: inline-block;
  cursor: pointer;
}

.chocolate-pagination-detail .pagination-next {
  background-color: #f5f0e7;
  border: 1px solid #c9b2a2;
  padding: 19px 21px;
  text-decoration: none;
  color: var(--secondary-chocolate);
  display: inline-block;
  cursor: pointer;
}

.out-text {
  background-color: #f0f0f0;
  color: var(--secondary-chocolate);
  border-top: 1px solid #c9b2a2;
  border-bottom: 1px solid #c9b2a2;
  border-right: 1px solid #c9b2a2;
  border-left: 1px solid #c9b2a2;
  padding: 19px 21px;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
}

.pagination-choco-count {
  background-color: #f0f0f0;
  color: var(--secondary-chocolate);
  border-top: 1px solid #c9b2a2;
  border-bottom: 1px solid #c9b2a2;
  padding: 19px 21px;
  display: inline-block;
}

.chocolate-selection {
  display: inline-block;
  background-color: #ffffff;
  padding: 1px 0;
  border-top: 1px solid #c9b2a2;
  border-bottom: 1px solid #c9b2a2;
}

/* Select2 tool CSS */
.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--secondary-chocolate);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding-left: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent;
  border-style: none;
  border-width: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #612000;
  border-bottom: 2px solid #612000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  /* transition: 0.1s all ease-in-out; */
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent;
  border-width: 0;
  border-right: 2px solid #612000;
  border-bottom: 2px solid #612000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select2-dropdown {
  border: none;
}

.select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
  width: 160px;
  border: 1px solid #d5b375;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  top: 50px;
  left: -23px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffffff;
  color: var(--secondary-chocolate);
}

.select2-container--default .select2-results__option--selected {
  background-color: #ffffff;
  color: var(--secondary-chocolate);
}

.select2-container--default .select2-results__option--selected::before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 7px;
}

/* Custom scrollbar CSS */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e5e5e5;
}

/* Previous next button CSS */
.prev-next-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.prev-step-disable {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding: 12px 43px;
  color: #adb9c3;
  background-color: #dfe7ea;
  border: none;
  cursor: not-allowed !important;
  white-space: nowrap;
}

.prev-step {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding: 12px 43px;
  color: var(--primary-chocolate);
  background-color: #ffffff;
  border: 2px solid #d5b375;
  transition: 0.2s all ease-in-out;
  white-space: nowrap;
}

.prev-step:hover {
  background-color: var(--primary-chocolate) !important;
  color: #ffffff !important;
  border: 2px solid #d5b375 !important;
}

.prev-step-disable:hover,
.next-step-disable:hover {
  pointer-events: none;
}
.next-step {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding: 12px 59px;
  color: #ffffff !important;
  background-color: var(--primary-chocolate) !important;
  border: 2px solid #d5b375 !important;
  white-space: nowrap;
}

.next-step-disable {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding: 12px 59px;
  color: #ffffff;
  background-color: #b8b8b8;
  border: 2px solid #d5b375 !important;
  cursor: not-allowed !important;
  white-space: nowrap;
}

/* Custom messages CSS */
.individual-messages,
.chocolate-delivery {
  margin: 20px 0 0 0;
}

.individual-messages h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary-black);
  margin: 20px 0;
}

.message-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-radio label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: var(--primary-black);
  margin-left: 30px;
}

.individual-messages .message-radio .message-yes .radio-checkmark {
  right: 27px !important;
}

.individual-messages .message-radio .message-no .radio-checkmark {
  right: 40px !important;
}

.message-radio .radio-container input:checked ~ .radio-checkmark {
  border-color: var(--primary-chocolate);
}

.message-no {
  margin-left: 30px;
}

/* If yes the custom message detail page */
.custom-messages-detail {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 32px;
  margin-top: 51px;
  /* display: none; */
}

.custom-message-group1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #cfcfcf;
}

.custom-messages-title {
  padding-bottom: 30px;
}

.custom-messages-title h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary-black);
  text-transform: capitalize;
}

.custom-messages-title p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #adadad;
  margin-top: 15px;
}

.custom-messages-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-messages-description .custom-messages-image img {
  width: 221px;
  height: 147px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}

.custom-message-bold {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-black);
  padding: 0 24px;
}

.custom-messages-description h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-black);
}

.individual-message-notification {
  margin: 30px 0;
  background-color: #e1d7c4;
  padding: 19px 26px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.individual-message-notification h4 {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-left: 18px;
}

.individual-message-notification h4::before {
  content: url(../images/info.svg);
  position: absolute;
  top: -3px;
  left: -31px;
}

/* Custom message-toggle-switch button */
.toggle-switch-box {
  margin: 34px 0 37px 0;
}

.toggle-text {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--primary-black);
  margin-left: 50px;
  white-space: nowrap;
  cursor: pointer;
}

.message-toggle-switch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 14px;
}

.message-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8e8e8e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: 16px;
  bottom: -3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14),
    0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.message-toggle-switch input:checked + .toggle-slider {
  background-color: var(--primary-chocolate);
}

.message-toggle-switch input:focus + .toggle-slider {
  -webkit-box-shadow: 0 0 1px #612000;
  box-shadow: 0 0 1px #612000;
}

.toggle-switch-box input:checked + .toggle-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  background-color: #612000;
}

/* Rounded toggle-sliders */
.toggle-slider.round {
  border-radius: 34px;
}

.toggle-slider.round:before {
  border-radius: 50%;
}

.custom-messages-field {
  margin-top: 26px;
}

.custom-messages-field input {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 18px !important;
  color: #1f1f1f !important;
  padding: 19px 16px !important;
  background-color: #f5f5f5 !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.custom-messages-field input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
}

.custom-messages-field p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-black);
  margin-top: 8px;
}

.custom-messages-field::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.custom-messages-field::-moz-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.custom-messages-field:-ms-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.custom-messages-field::-ms-input-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.custom-messages-field::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

/* Delivery and pick-up CSS */
.chocolate-delivery .message-radio .radio-checkmark {
  left: -26px;
}

.preferred-delivery {
  margin-top: 40px;
}

.preferred-delivery h4,
.pick-up h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: var(--secondary-chocolate);
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.preferred-delivery input,
.pick-up input,
#deliveryDatepicker,
#pickUpDatepicker,
#pickUpTime {
  width: 25%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #1f1f1f;
  padding: 15px 16px;
  background: none;
  display: inline-block;
  border-radius: 0;
  border: 2px solid #d5b375;
  cursor: pointer;
  /* margin-bottom: 30px; */
}

.preferred-delivery i,
.pick-up i {
  color: var(--primary-chocolate);
}

.preferred-delivery i::before,
.pick-up i::before {
  position: absolute;
  top: 0;
  right: 0;
}

.preferred-delivery input:focus,
.pick-up input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 2px solid #d5b375;
}

.preferred-delivery p,
.pick-up p {
  font-size: 18px;
  font-weight: 300;
  color: #555555;
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.pick-up {
  margin-top: 40px;
}

.pick-up a {
  text-decoration: none;
  color: var(--primary-chocolate);
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

/* Datepicker CSS */
.ui-datepicker {
  width: 375px;
}

.ui-widget-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e6e6e6 !important;
  padding: 28px;
  background-color: #f9f9fa;
  border-radius: 8px;
  margin-top: 5px;
}

.ui-datepicker-header {
  background-color: #f9f9fa;
  background-image: none;
  color: #612000;
  border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-color: #f9f9fa;
  border: none;
  cursor: pointer;
}

.ui-datepicker-prev span {
  background-image: url(../images/previous.png) !important;
  background-position: 0px 0px !important;
}

.ui-datepicker-next span {
  background-image: url(../images/next.png) !important;
  background-position: 0px 0px !important;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  color: #612000;
}

.ui-datepicker th {
  background-color: #f9f9fa;
  color: var(--primary-black);
  font-weight: 400;
}

.ui-datepicker-calendar tbody {
  background-color: #f9f9fa;
  color: #c0a699;
}

.ui-datepicker td {
  background-color: #f9f9fa;
  border-top: none;
  border-right: none;
}

.ui-datepicker td a {
  border: 1px solid #d5b375 !important;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  background-color: #f9f9fa !important;
}

.ui-datepicker td a:hover {
  background-color: var(--primary-chocolate) !important;
  color: #ffffff;
}

.ui-datepicker td a:focus {
  background-color: var(--secondary-chocolate) !important;
  border-color: var(--secondary-chocolate) !important;
}

.ui-state-default.ui-state-active {
  background-color: var(--secondary-chocolate) !important;
}

/* React datepicker CSS */
.react-datepicker {
  border: 1px solid #e6e6e6 !important;
  width: 375px !important;
  background-color: #f9f9fa !important;
  border-radius: 8px !important;
  font-size: 13px !important;
}

.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before {
  display: none;
}

.react-datepicker__header {
  background-color: #f9f9fa !important;
  border-bottom: none !important;
  padding: 12px 0 !important;
}

.react-datepicker__current-month {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  color: #612000;
}

.react-datepicker__navigation-icon:before {
  border-color: #727273 !important;
  border-width: 3px 3px 0 0 !important;
  height: 10px !important;
  top: 12px !important;
  width: 10px !important;
}

.react-datepicker__navigation:hover,
.react-datepicker__navigation:focus {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.react-datepicker__month {
  padding: 0 28px 28px 28px;
  margin: 0 !important;
}

.react-datepicker__day-names .react-datepicker__day-name {
  text-align: center;
  color: #181819;
  padding: 10px;
  width: 40px;
}

.react-datepicker__week .react-datepicker__day {
  border: 1px solid #d5b375;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  width: 40px;
}

.react-datepicker__day--disabled {
  border-color: #e6e6e6 !important;
}

.react-datepicker__day--disabled:hover {
  background-color: #f9f9fa !important;
  color: #cccccc !important;
}

.react-datepicker__week .react-datepicker__day:hover {
  background-color: #d5b375;
  color: #ffffff;
  border: 1px solid #d5b375;
  border-radius: 4px;
  text-align: center;
}

.react-datepicker__day--selected,
.react-datepicker__day--keyboard-selected {
  background-color: #612000 !important;
  color: #ffffff !important;
}

/* .custom-datepicker .react-datepicker-wrapper .react-datepicker__input-container{
  width:250px;
} */
.custom-datepicker
  .react-datepicker-wrapper
  .react-datepicker__input-container {
  width: 100% !important;
  position: relative;
}
.custom-datepicker
  .react-datepicker-wrapper
  .react-datepicker__input-container::after {
  width: auto;
  position: absolute;
  content: "\f133";
  font-family: "Font Awesome 6 free";
  color: #d5b375;
  top: 13px;
  margin-left: -30px;
  z-index: -1;
  cursor: pointer;
}

/* Fourth page: Confirm order CSS */
.confirm-order {
  margin-top: 40px;
}

.confirm-order .accordion {
  margin-top: 20px;
}

.confirm-order .accordion-item {
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #af8f7f;
}

.confirm-order .accordion-button {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: var(--primary-black) !important;
  padding: 20px !important;
  white-space: nowrap;
}

.confirm-order .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.confirm-order .accordion-button img {
  margin-left: 10px;
}

.confirm-order .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.list-description h4 {
  position: relative;
}

.list-description .hasMsg::after {
  content: url(../images/message.svg);
  position: absolute;
  top: 2px;
  right: -30px;
}

.confirm-order .accordion-button::after {
  background-image: url(../images/down-arrow.svg);
  margin-top: 10px;
  background-size: 17px;
}

.list-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.confirm-order .item-list {
  margin-right: 20px;
  overflow-x: auto;
}

.confirm-order .accordion-button.collapsed .item-list {
  display: block;
}

.confirm-order .accordion-button .item-list {
  display: none;
}

.item-list ul {
  list-style-type: none;
  color: var(--primary-chocolate);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.item-list ul li {
  position: relative;
  margin-left: 8px;
}

.item-list ul li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--primary-black);
  margin-left: 11px;
  white-space: nowrap;
}

.item-list .item-detail a::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--primary-chocolate);
  border-radius: 50%;
}

.confirm-order .accordion-body {
  margin: 16px 24px;
  padding: 0;
  border-top: 1px solid #c0c0c0;
}

.selected-shape,
.written-custom-message,
.selected-chocolate,
.selected-ingredients {
  margin-top: 32px;
}

.selected-shape h4,
.written-custom-message h4,
.selected-chocolate h4,
.selected-ingredients h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--primary-black);
  text-transform: uppercase;
  white-space: nowrap;
}

.selected-shape p,
.written-custom-message p,
.selected-chocolate p,
.selected-ingredients p {
  position: relative;
  font-style: normal;
  color: #181819e6;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin-top: 15px;
  margin-left: 30px;
  /* white-space: nowrap; */
}

.selected-shape p::before {
  content: url(../images/radio-shape.svg);
  position: absolute;
  top: -3px;
  left: -31px;
}

.written-custom-message p::before {
  content: url(../images/message.svg);
  position: absolute;
  top: -3px;
  left: -31px;
}

.selected-chocolate p::before {
  content: url(../images/radio-shape.svg);
  position: absolute;
  top: -3px;
  left: -31px;
}

.selected-ingredients p::before {
  content: url(../images/checkbox-shape.svg);
  position: absolute;
  top: -3px;
  left: -31px;
}

.selected-notification {
  padding: 20px 26px;
  background-color: #e1d7c4;
  border-radius: 4px;
  margin-top: 34px;
}

.selected-notification p {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-left: 30px;
  color: var(--primary-black);
}

.selected-notification p::before {
  content: url(../images/briefcase.svg);
  position: absolute;
  top: 0;
  left: -31px;
}

/* Cart page */
.cart-table {
  margin: 50px 0;
}

.item-details-mobile {
  display: none;
}

.cart-table-detail thead {
  background-color: #eee1c8;
}

.cart-table-detail thead tr th {
  padding: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  background-color: #eee1c8;
  border: 0;
  color: #000000;
  text-transform: capitalize;
  white-space: nowrap;
}

.cart-table-detail thead tr th:nth-child(3),
.cart-table-detail thead tr th:nth-child(4) {
  text-align: right;
}

.cart-table-detail thead tr th:nth-child(5) {
  text-align: center;
}

.cart-table-detail .table > :not(:first-child) {
  border: none;
}

.cart-table-detail tbody tr {
  border-bottom: 1px solid #e8e8e8;
}

.cart-table-detail tbody tr th,
.cart-table-detail tbody tr td {
  border: none;
  font-style: normal;
  background-color: transparent !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  padding: 20px;
}

.cart-table-detail tbody tr td:nth-child(3),
.cart-table-detail tbody tr td:nth-child(4) {
  text-align: right;
}

.cart-table-detail tbody tr td:nth-child(5) {
  text-align: center;
}

.cart-table-detail tbody tr td:nth-child(6) {
  text-align: center;
}

.cart-table-detail tbody tr td button {
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.cart-table-detail tbody tr td button i {
  color: var(--primary-black);
}

.cart-item-detail h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-black);
  white-space: nowrap;
}

.cart-price h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--primary-black);
  margin: 67px 0;
  white-space: nowrap;
}

.quantity-detail .btn-count {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
}

.subtotal-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtotal-detail h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-black);
  white-space: nowrap;
}

.cart-summary-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-summary {
  border: 1px solid #d5b375;
  padding: 20px;
  width: 475px;
  text-align: right;
  margin-top: 24px;
}

.cart-summary-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.cart-summary-detail:last-child {
  margin-bottom: 0;
}

.cart-summary-detail h4,
.cart-summary-detail p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--secondary-chocolate);
}

.checkout-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.btn-checkout {
  padding: 12px 27px;
  border: 1px solid #d5b375;
  background-color: var(--primary-chocolate);
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

/* Fade out CSS */
/* .alert-fadeout {
  opacity: 0;
  -webkit-animation: alert-fadeout 5s;
  -moz-animation: alert-fadeout 5s;
  -ms-animation: alert-fadeout 5s;
  -o-animation: alert-fadeout 5s;
  animation: alert-fadeout 5s;
}

@keyframes alert-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
} */

/* Time picker CSS */
.date_time_pick select {
  padding: 10px;
  margin: 5px;
  border: 1px solid #d5b375;
  border-radius: 0;
  background: none;
}

.date_time_pick select:first-child {
  margin-left: 0;
}

.date_time_pick select:focus {
  border: 1px solid #d5b375;
}

/* Alert CSS */
.swal2-popup {
  width: 400px !important;
  border: 1px solid #d5b375 !important;
  border-radius: 4px !important;
  padding: 24px !important;
}

.swal2-close {
  color: var(--primary-black) !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  top: 15px !important;
  right: 10px !important;
}

.swal2-close:hover {
  color: var(--primary-black) !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.swal2-header {
  align-items: flex-start !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid #d5d5d6;
}

.swal2-title {
  position: relative !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: var(--primary-black) !important;
  line-height: 30px;
  margin: 0 0 0 30px !important;
}

.swal2-title::before {
  position: absolute;
  content: url(../images/alert-triangle.svg);
  top: 2px;
  left: -30px;
}

.swal2-content {
  margin-top: 24px !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--primary-black) !important;
  text-align: left !important;
}

.swal2-actions {
  justify-content: flex-start !important;
}

.swal2-styled {
  margin: 0 8px 0 0 !important;
}

.swal2-styled.swal2-confirm {
  padding: 7px 36px !important;
  background-color: var(--primary-chocolate) !important;
  color: #ffffff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 27px;
  border: 1px solid #d5b375 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.swal2-styled.swal2-confirm:hover {
  background-color: var(--primary-chocolate) !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: none !important;
}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

.swal2-styled.swal2-cancel {
  padding: 7px 36px !important;
  background-color: #ffffff !important;
  color: #d5b375 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 27px;
  border: 1px solid #d5b375 !important;
  border-radius: 0 !important;
}

.swal2-styled.swal2-cancel:hover {
  background-color: #ffffff !important;
}
/* loader */
.loader {
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*change these sizes to fit into your project*/
  width: 80px;
  height: 80px;
}

.load span {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}

.load :first-child {
  background: #19a68c;
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: #f63d3a;
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #fda543;
  animation-delay: -0.5s;
}

.load :last-child {
  background: #193b48;
}

@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }

  25% {
    transform: translate(160%);
  }

  50% {
    transform: translate(160%, 160%);
  }

  75% {
    transform: translate(0, 160%);
  }
}
/* css end for loader  */
.order-note-field label{
  font-weight: 600;
  text-transform: uppercase;

}
.order-note-field textarea{
  max-height: 75px;
}
/* Media query */
@media only screen and (max-width: 1199px) {
  .step-box-detail {
    padding: 20px 57px;
  }

  .confirm-order .accordion-button {
    padding: 20px 30px !important;
  }

  .confirm-order .list-description {
    display: block;
  }

  .confirm-order .list-description h4 {
    display: inline-block;
  }

  .confirm-order .item-list ul li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 865px) {
  /* First page: Chocolate customization tab */
  .step-box {
    overflow-x: auto;
  }
  .chocolate-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .apply-box {
    margin-top: 20px;
  }

  .selected-notification p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 820px) {
  .hide-in-mobile {
    display: none;
  }

  .item-details-mobile {
    display: block;
    margin-top: 30px;
  }

  .step-box-detail p {
    display: none;
  }

  .item-details-mobile table thead tr th {
    font-size: 16px;
    text-align: center;
  }

  .cart-table-detail tbody tr .item-details-mobile table tbody tr,
  .cart-table-detail tbody tr .item-details-mobile table tfoot tr {
    border-bottom: none;
  }

  .cart-table-detail tbody tr .item-details-mobile table thead {
    background-color: #f9f0e0;
  }

  .item-details-mobile .cart-price-mobile h5,
  .item-details-mobile .subtotal-detail-mobile h5 {
    font-size: 16px;
    text-align: center;
  }

  .item-details-mobile .item-delete-mobile {
    text-align: center;
  }
}

@media only screen and (max-width: 430px) {
  /* First page: Chocolate customization tab */
  .configurator-step-detail h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .step-box-detail {
    padding: 20px 37px;
  }

  .step-box-detail p {
    display: none;
  }

  .chocolate-customization h4 {
    font-size: 20px;
  }

  .chocolate-customization h3 {
    font-size: 24px;
  }

  .chocolate-card p {
    font-size: 14px;
  }

  .optional-text {
    font-size: 16px;
  }

  .chocolate-pagination {
    display: block;
  }

  .apply-box {
    margin-top: 15px;
  }

  .btn-apply,
  .btn-apply.click-disable {
    font-size: 12px !important;
  }

  .select2-container--default .select2-results > .select2-results__options {
    top: 22px;
  }

  .prev-step,
  .prev-step-disable,
  .click-disable {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }

  .next-step,
  .next-step-disable {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }

  /* Second page: Custom messages tab */
  .custom-messages-description {
    display: block;
    text-align: center;
  }

  .custom-message-group1 {
    display: block;
    text-align: center;
  }

  .custom-message-bold {
    margin-top: 20px;
  }

  .custom-messages-description h5 {
    margin-top: 20px;
  }

  .individual-message-notification h4,
  .custom-messages-field::placeholder {
    font-size: 14px;
  }

  /* Third page: Deliver and pick-up tab */
  .preferred-delivery input,
  .pick-up input {
    width: 100% !important;
  }

  /* Cart page CSS */
  .subtotal-detail i {
    margin-left: 5px;
  }
}
