.rstb-delivery-date-picker {
margin: 20px 0;
} .rstb-temperature-badge {
display: inline-block;
padding: 5px 10px;
border-radius: 3px;
font-size: 12px;
font-weight: bold;
}
.rstb-temperature-badge.normal {
background: #f0f0f0;
color: #333;
}
.rstb-temperature-badge.frozen {
background: #e3f2fd;
color: #1976d2;
} .rstb-badge {
display: inline-block;
margin-right: 6px;
padding: 4px 10px;
border-radius: 999px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.3px;
background: #f0f0f0;
color: #333;
}
.rstb-badge-normal {
background: #f0f0f0;
color: #333;
}
.rstb-badge-frozen {
background: #e3f2fd;
color: #1976d2;
}
.rstb-badge-pickup-only {
background: #ffe6e6;
color: #b71c1c;
} .rstb-inquiry-button {
display: inline-block;
padding: 12px 24px;
background: #2196f3;
color: #fff;
text-decoration: none;
border-radius: 4px;
transition: background 0.3s;
}
.rstb-inquiry-button:hover {
background: #1976d2;
} .rstb-delivery-date-wrapper {
background: #f8f9fa;
padding: 20px;
border-radius: 8px;
margin: 20px 0;
border: 1px solid #e0e0e0;
}
.rstb-delivery-date-wrapper h3 {
margin-top: 0;
margin-bottom: 15px;
font-size: 18px;
color: #333;
}
.rstb-date-hint {
margin: 0 0 12px;
color: #555;
font-size: 14px;
}
.rstb-delivery-date-picker input {
width: 100%;
padding: 12px 15px;
font-size: 16px;
border: 2px solid #ddd;
border-radius: 4px;
cursor: pointer;
background-color: #fff;
transition: border-color 0.3s;
}
.rstb-delivery-date-picker input:focus {
outline: none;
border-color: #2196f3;
}
.rstb-date-notice {
margin-top: 10px;
padding: 10px;
background: #fff3cd;
border: 1px solid #ffc107;
border-radius: 4px;
color: #856404;
font-size: 14px;
}
.rstb-pickup-time-wrapper {
margin-top: 15px;
} .rstb-pickup-split-notice {
margin: 20px 0;
padding: 16px 18px;
border: 1px solid #f57c00;
border-left: 5px solid #f57c00;
background: #fff4e5;
color: #7a3e00;
border-radius: 6px;
font-weight: 600;
line-height: 1.5;
list-style: none;
}
.rstb-pickup-split-notice li {
margin: 0;
} .ui-datepicker {
padding: 10px;
border: 1px solid #ddd;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
border-radius: 8px;
background: #fff;
}
.ui-datepicker-header {
background: #2196f3;
color: #fff;
border-radius: 6px 6px 0 0;
padding: 10px;
}
.ui-datepicker-title {
color: #fff;
font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
background-image: none !important;
}
.ui-datepicker .ui-datepicker-prev span:before {
content: "‹";
font-size: 20px;
color: #fff;
}
.ui-datepicker .ui-datepicker-next span:before {
content: "›";
font-size: 20px;
color: #fff;
}
.ui-datepicker table {
width: 100%;
margin-top: 10px;
}
.ui-datepicker th {
padding: 8px 0;
text-align: center;
font-weight: bold;
color: #666;
font-size: 13px;
}
.ui-datepicker td {
padding: 2px;
}
.ui-datepicker td a,
.ui-datepicker td span {
display: block;
padding: 8px;
text-align: center;
text-decoration: none;
border-radius: 4px;
transition: all 0.2s;
} .ui-datepicker td.rstb-date-available a {
background: #fff;
color: #333;
cursor: pointer;
}
.ui-datepicker td.rstb-date-available a:hover {
background: #e3f2fd;
color: #1976d2;
} .ui-datepicker td.rstb-date-locked span,
.ui-datepicker td.rstb-date-closed span {
background: #ffebee;
color: #c62828;
cursor: not-allowed;
text-decoration: line-through;
} .ui-datepicker td.ui-datepicker-today a {
background: #fff9c4;
font-weight: bold;
} .ui-datepicker td.ui-datepicker-current-day a {
background: #2196f3;
color: #fff;
font-weight: bold;
} .ui-datepicker td.ui-state-disabled span {
color: #ccc;
cursor: not-allowed;
} .ui-datepicker .ui-datepicker-buttonpane {
border-top: 1px solid #ddd;
padding-top: 10px;
margin-top: 10px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
padding: 6px 12px;
border: 1px solid #ddd;
background: #fff;
border-radius: 4px;
cursor: pointer;
transition: all 0.2s;
} .rstb-cart-temperature-warning {
margin: 20px 0;
padding: 15px;
background: #fff3e0;
border-left: 5px solid #ff9800;
color: #e65100;
}
.rstb-cart-temperature-warning h3 {
margin-top: 0;
margin-bottom: 10px;
font-size: 1.1em;
color: #e65100;
}
.rstb-cart-temperature-warning p {
margin-bottom: 0;
} .rstb-cart-tag {
display: inline-block;
padding: 2px 6px;
font-size: 11px;
border-radius: 3px;
margin-left: 5px;
border: 1px solid transparent;
}
.rstb-cart-tag.normal {
border-color: #ddd;
color: #666;
background: #f9f9f9;
}
.rstb-cart-tag.frozen {
border-color: #b3e5fc;
color: #0277bd;
background: #e1f5fe;
}
.rstb-cart-tag.pickup-only {
border-color: #ef9a9a;
color: #b71c1c;
background: #ffebee;
} .rstb-modal {
display: none;
position: fixed;
z-index: 99999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.6);
backdrop-filter: blur(2px);
align-items: center;
justify-content: center;
} .rstb-modal[style*="display: block"] {
display: flex !important;
}
.rstb-modal-content {
background-color: #fefefe;
margin: auto;
padding: 30px;
border: 1px solid #888;
width: 90%;
max-width: 600px;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0,0,0,0.2);
position: relative;
max-height: 90vh;
overflow-y: auto;
animation: rstb-modal-slide-in 0.3s ease-out;
}
@keyframes rstb-modal-slide-in {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.rstb-close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
cursor: pointer;
line-height: 1;
position: absolute;
right: 20px;
top: 15px;
transition: color 0.2s;
}
.rstb-close:hover,
.rstb-close:focus {
color: #000;
text-decoration: none;
}
#rstb-inquiry-form .form-row {
margin-bottom: 15px;
}
#rstb-inquiry-form label {
display: block;
margin-bottom: 5px;
font-weight: 600;
}
#rstb-inquiry-form input[type="text"],
#rstb-inquiry-form input[type="tel"],
#rstb-inquiry-form input[type="email"],
#rstb-inquiry-form input[type="date"],
#rstb-inquiry-form input[type="number"],
#rstb-inquiry-form textarea {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box; }
#rstb-inquiry-form button[type="submit"] {
width: 100%;
padding: 12px;
font-size: 16px;
background: #2196f3;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background 0.3s;
}
#rstb-inquiry-form button[type="submit"]:hover {
background: #1976d2;
}
#rstb-inquiry-form button[type="submit"]:disabled {
background: #ccc;
cursor: not-allowed;
}
#rstb-modal-product-name {
margin-top: 0;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
color: #444;
}
@media (max-width: 600px) {
.rstb-modal-content {
width: 95%;
padding: 20px;
}
}