.pika-lendar {
    width: unset;
    padding-top: 24px;
}

.pika-title {
    margin-bottom: 12px;
}

.pika-title .pika-label {
    font-size: 20px;
    font-weight: normal;
}

.pika-table abbr {
    text-decoration: unset;
    font-weight: normal;
}

.pika-table .pika-day {
    text-align: center;
    background: unset;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.pika-table .pika-day:hover {
    background: #eee;
    color: black;
}

.pika-table .is-selected .pika-day {
    background: #ae58f4;
    color: white;
    border: unset;
    box-shadow: unset;
}

.pika-table .is-selected:hover {
    color: white;
}

.pika-table .is-today .pika-day {
    color:  goldenrod;
}

.kj_button {
    transition: all 0.25s ease;
    width: 100%;
    font-size: 15px;
    border: 1px solid #12487E;
    color: #12487E;
    padding: 13px 20px 11px 20px;
    background: unset;
    border-radius: unset;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

    .kj_button:hover,
    .kj_button.filled {
        background: #12487E;
        color: #f8f9fa;
        cursor: pointer;
    }

#page-title {
    padding: 64px 0 0 0;
    text-align: center;
    margin-bottom: 10px;
}

#page-title .kj_h1 {
    border-bottom: 2px solid #eee;
    padding-bottom: 32px;
}

#product-list .product {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 54px;
}

#product-list .product img {
    width: 50%;
    margin-bottom:15px;
}

@media only screen and (min-width: 768px) {
    #product-list .product img {
        width: 300px;
    }
}

#product-list .product .details {
    display: flex;
    width: 50%;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    #product-list .product .details {
        width: calc(100% - 300px);
    }
}

#product-list .product .details .product-title {
    display: none;
}

@media only screen and (min-width: 768px) {
    #product-list .product .details .product-title {
        margin-left: 24px;
        font-size: 22px;
        padding-bottom: 24px;
    }
}

#product-list .product .details .product-details {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: 0;
    align-items: flex-end;
}

#product-list .product .details .product-details .price {
    font-size: 22px;
    font-weight: bold;
}

#product-list .product .details .product-details a {
    text-emphasis: right;
    color: #465A65;
    margin-top: 10px;
}

#voucher-delivery .kj_h2 {
    font-weight: 300;
}

#voucher-delivery .kj_button {
    width: 100%;
    height: 100%;
    padding: 28px 10px 26px 10px;
    font-size: 14px;
    margin-right: 12px;
    border-radius: 3px;
}

@media only screen and (min-width: 768px) {
    #voucher-delivery .kj_button {
        font-size: 16px;
        padding: 28px 20px 26px 20px;
    }
}

.form-container {
    display: none;
}
    .form-container a {
        color: #12487E;
    }

.form-container.active {
    display: block;
}

.form-container label {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    color: #465A65;
}

.form-container input {
    display: block;
    padding: 12px 15px 8px 15px;
    border: 1px solid #eee;
    border-radius: unset;
    width: 100%;
    box-sizing: border-box;
}

.form-container .field-container.short {
    max-width: 450px;
}

.form-container textarea {
    display: block;
    padding: 10px 15px 8px 15px;
    border: 1px solid #eee;
    border-radius: unset;
    width: 100%;
    box-sizing: border-box;
    height: 128px;
}

.form-container .datepicker {
    position: relative;
}

.form-container .datepicker input {
    padding-left: 32px;
}

.form-container .datepicker::before {
    font-family: "Font Awesome 5 Free";
    content: "\f133";
    position: absolute;
    left: 12px;
    top: 40px;
}

.form-container .datepicker::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-weight: 600;
    color: #d1d1d1;
}

.form-container .form-section {
    background: #eee;
    padding: 24px;
}

.form-container .form-section-container {
    margin-top: 48px;
}

.form-container .breaker-row .field-container {
    padding-bottom: 48px;
    border-bottom: 2px solid #eee;
}

.form-container .form-section .field-container input {
    border: unset;
}

.form-container .form-section .field-container textarea {
    border: unset;
}

.form-container .field-container {
    margin-bottom: 24px;
}

.form-container .field-container:last-of-type {
    margin-bottom: unset;
}

.form-container .field-container.required label:after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.form-container .form-section-container.breaker-row.required label:after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.form-container .standalone-checkbox {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    text-transform: unset;
    align-items: center;
}

.form-container .standalone-checkbox input {
    width: auto;
    margin-right: 12px;
}

.payment-section {
    padding: 32px 0;
}

.payment-section .kj_h2 {
    font-weight: normal;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 2px solid #eee;
}

.total-section {
    padding-bottom: 64px;
}

.total-section .kj_h2 {
    font-weight: normal;
    text-align: right;
    padding-top: 24px;
    border-top: 2px solid #eee;
}

.total-section .button-container {
    display: flex;
}

.total-section .kj_button {
    max-width: 360px;
    margin-left: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:after {
    position: absolute;
    content: "(Same as Gift Voucher Delivery Address)";
    left: 70px;
    width: 1000px;
    font-size: small;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    padding:5px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #ae58f4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ae58f4;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Accordion classes*/
.accordion-button:not(.collapsed) {
    background-color: rgba(161,34,62,.1);
    color: #43b9a9;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A1223E'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

a, a:active, a:hover {
    color: #ca9e4c
}