.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.order-container select,
.order-container input,
.order-container textarea {
border-radius: 5px;
border: solid 1px #979797;
background: #fff;
width: 100%;
padding: 5px 10px;
}
.order-container select.error,
.order-container input.error,
.order-container textarea.error {
border-color: #c0303c;
}
.order-container textarea {
min-height: 200px;
}
.checkbox-container {
display: flex;
margin: 20px 0;
}
.checkbox-container input {
width: auto;
margin: 0 15px;
}
.checkbox-container label {
margin: 0;
}
.order-details label.required::after {
content: '*';
color: #a63353;
}
.order-container .form-row {
margin-top: 20px;
}
.select-container {
position: relative;
width: 100%;
}
.select-container .heading-2 {
margin-bottom: 5px;
}
.select-container select {
height: 35px;
padding: 0 0 0 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.select-container::after {
position: absolute;
height: 100%;
width: 30px;
top: 50%;
right: 7px;
margin-top: 3px;
font-size: 20px;
color: #c0303c;
pointer-events: none;
content: "";
}
.select-container.big select {
height: 52px;
min-width: 310px;
}
.select-container.big::after {
margin-top: 7px;
}
.order-qty {
width: 75px;
padding: 5px 0 5px 15px;
text-align: center;
}
.order-monthly {
margin-top: 0 !important;
margin-bottom: 45px !important;
}
.order-monthly > * {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.order-monthly .order-day {
margin: 45px 0 0 0;
}
.order-days {
display: flex;
}
.order-day {  position: relative;
background: #fffaf6;
width: 15%;
border-radius: 5px;
padding-top: 54px;
}
.order-days .slick-disabled {
display: none !important;
}
.order-days .slick-arrow {
left: 0;
height: 120px;
background: transparent;
border: none;
overflow: hidden;
width: 50px;
font-size: 0;
border-radius: 5px;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 9;
}
.order-days .slick-arrow:hover,
.order-days .slick-arrow:focus {
background: transparent !important;
}
.order-days .slick-arrow::before {
position: absolute;
left: 10px;
top: 0;
margin-top: 0;
font-size: 120px;
font-weight: bold;
color: #a63353;
transform: rotate(180deg);
z-index: 2;
content: "›";
line-height: 1;
}
.order-days .slick-next {
left: auto;
right: 0;
content: "›";
margin-top: -26px;
}
.order-days .slick-next::before {
left: auto;
right: 10px;
transform: rotate(0deg);
}
.order-options {
display: flex;
margin: 30px 0;
border: 1px solid #979797;
border-radius: 5px;
background: #fff;
}
.order-day {
}
.order-options .col-1 { width: 130px; padding-top: 54px; background: #fffaf6; border-radius: 5px; }
.order-options .col-1 .order-day-option-header { min-height: 310px; padding: 15px 9px; }
.order-options .col-2 { width: calc(100% - 130px); }
.order-day-option {
min-height: 310px;
border-left: 1px solid #979797;
}
.order-day-option .order-day-option-header {
border-bottom: 1px solid #979797;
padding: 13px 9px 10px 9px;
color: #898989;
font-size: 14px;
font-weight: 700;
}
.order-day-option .order-day-option-header .order-day-option-header1 {
font-size: 13px;
display: block;
margin-bottom: 5px;
}
.order-day-option .order-day-option-header .order-day-option-header2 {
font-size: 14px;
}
.order-day-option .order-day-option-header .highlight {
color: #231900;
font-size: 18px;
vertical-align: bottom;
}
.order-day-option .order-day-option-body {
padding: 15px 9px;
min-height: 220px;
background: #fff;
font-size: 16px;
color: #231900;
}
.order-day-option .order-day-option-body .order-day-option-name {
font-weight: bold;
}
.order-day-option .order-day-option-body .order-day-option-name + p {
margin-top: 0;
}
.order-day-option .order-day-option-body .frozen {
color: #3BA3B2;
font-weight: bold;
margin-bottom: 0;
}
.order-day-option .order-day-option-footer-empty,
.order-day-option .order-day-option-footer {
position: relative;
padding: 17px 9px 10px 9px;
min-height: 82px;
background: #fff;
border-bottom: 1px solid #d8d8d8;
}
.order-day-option .order-day-option-footer label {
display: block;
margin-bottom: 5px;
}
.order-day-option:last-child .order-day-option-footer {
border-bottom: none;
}
.order-day-option.disabled {
color: #898989;
}
.order-day-option.disabled .order-day-option-body {
color: inherit;
}
.order-day-option.disabled .order-day-option-footer {
padding: 9px;
font-size: 14px;
}
.order-day-date {
height: 54px;
padding: 15px 9px;
font-size: 16px;
font-weight: bold;
display: block;
border: 1px solid #979797;
border-width: 0 0 1px 1px;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10; }
.order-day-date.sticky-not-started {
top: 0 !important;
}
.order-day-date.sticky-bottom {
top: auto !important;
bottom: 0;
}
.order-summary .heading-2 {
margin-bottom: 0;
}
.order-summary .heading-2 + p {
margin-top: 0;
}
.order-summary-details {
list-style: none;
padding: 0;
margin: 10px 0;
}
.order-summary-details > li {
margin: 10px 0;
}
.order-summary-details-day {
list-style: none;
padding: 0;
margin: 0;
}
.order-summary-details-day > li {
margin-left: 20px;
}
.order-additives {
border-top: 1px solid #979797;
margin-top: 60px;
padding-top: 50px;
}
.order-additives .small-list {
margin-top: 0;
margin-bottom: 0;
}
.order-step.hidden {
display: none;
}
.form-section.hidden {
display: none;
}
.upload-hint {
margin-top: 34px;
}
.image-upload-container {
width: 100%;
}
.wp-block-finish-button {
margin-left: 0;
margin-right: 0;
display: block;
text-align: center;
font-size: 16px;
font-weight: 700;
color: #fff;
background: #c0303c;
border: 2px solid #c0303c;
border-radius: 6px;
min-width: 125px;
padding: 14px 29px;
text-decoration: none;
line-height: 1.25;
}
.d-block {
display: block;
}
.hidden {
display: none;
}
.small-list {
list-style: none;
margin: 20px 0;
padding: 0;
font-size: 14px;
}
.small-list li {
margin-bottom: 2px;
}
.small-list li:last-child {
margin-bottom: 0;
}
.row { display: flex; margin-top: -15px; margin-left: -15px; margin-right: -15px; flex-wrap: wrap; }
.row > * { padding: 0 15px; margin: 15px 0 0 0; }
.row.is-style-align-bottom > * {
align-items: flex-end;
display: flex;
}
.heading-5 {
margin-top: 30px;
}
.heading-5:first-child {
margin-top: 0;
}
.col-md-6 {
width: 100%;
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.col-md-6 {
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
}
}