#sushiyaki-preloader {
position: absolute;
top: 130px;
left: 0;
width: 100%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
display: none;
}
#sushiyaki-preloader .bar-container {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 20px;
}
#sushiyaki-preloader .bar {
width: 10px;
height: 50px;
background: linear-gradient(45deg, #c49871, #ff8c00);
border-radius: 5px;
animation: bounce 1.2s infinite ease-in-out;
}
#sushiyaki-preloader .bar:nth-child(1) {
animation-delay: 0s;
}
#sushiyaki-preloader .bar:nth-child(2) {
animation-delay: 0.2s;
}
#sushiyaki-preloader .bar:nth-child(3) {
animation-delay: 0.4s;
}
#sushiyaki-preloader .bar:nth-child(4) {
animation-delay: 0.6s;
}
#sushiyaki-preloader .bar:nth-child(5) {
animation-delay: 0.8s;
}
#sushiyaki-preloader h1 {
font-family: 'Afacad';
color: #1E1E1E;
font-size: 1.5rem;
letter-spacing: 2px;
text-transform: uppercase;
animation: fadeIn 1s ease-in-out infinite;
} @keyframes bounce {
0%, 100% {
transform: scaleY(1);
}
50% {
transform: scaleY(2);
}
}
@keyframes fadeIn {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}  .sushiyaki_branch_search {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
.sushiyaki-menu-products {
position: relative;
min-height: 250px;
}
.sushiyaki_select select {
min-width: 230px;
}
#sushiyaki_branch_search_btn a {
min-width: 150px;
margin-left: 10px;
}
#sushiyaki_branch_search_btn span.pxl-button-text {
font-size: 1.6rem;
font-family: 'Afacad';
font-weight: 400;
line-height: 20px;
color: #0E1927;
}
.sushiyaki_select select {
font-family: 'afacad';
min-width: 230px;
font-size: 1.8rem;
font-weight: 400;
line-height: 24px;
border: none;
border-radius: 30px;
background-color: #102b2a;
}
#sushiyaki_branch_area{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='18' height='18' viewBox='0 0 288 448'%3E%3Cpath fill='white' d='M268.75 184c0 2-1 4.25-2.5 5.75l-116.5 116.5c-1.5 1.5-3.75 2.5-5.75 2.5s-4.25-1-5.75-2.5l-116.5-116.5c-1.5-1.5-2.5-3.75-2.5-5.75s1-4.25 2.5-5.75l12.5-12.5c1.5-1.5 3.5-2.5 5.75-2.5 2 0 4.25 1 5.75 2.5l98.25 98.25 98.25-98.25c1.5-1.5 3.75-2.5 5.75-2.5s4.25 1 5.75 2.5l12.5 21.5c1.5 1.5 2.5 3.75 2.5 5.75z'/%3E%3C/svg%3E");
}
#sushiyaki_branch_area:hover, #sushiyaki_branch_area:focus, #sushiyaki_branch_area:active {
background: #102b2a;
border-color: white;
}
#sushiyaki_branch_address{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='18' height='18' viewBox='0 0 288 448'%3E%3Cpath fill='white' d='M268.75 184c0 2-1 4.25-2.5 5.75l-116.5 116.5c-1.5 1.5-3.75 2.5-5.75 2.5s-4.25-1-5.75-2.5l-116.5-116.5c-1.5-1.5-2.5-3.75-2.5-5.75s1-4.25 2.5-5.75l12.5-12.5c1.5-1.5 3.5-2.5 5.75-2.5 2 0 4.25 1 5.75 2.5l98.25 98.25 98.25-98.25c1.5-1.5 3.75-2.5 5.75-2.5s4.25 1 5.75 2.5l12.5 21.5c1.5 1.5 2.5 3.75 2.5 5.75z'/%3E%3C/svg%3E");
}
#sushiyaki_branch_address:hover,#sushiyaki_branch_address:focus,#sushiyaki_branch_address:active{
background: #102b2a;
border-color: white;
}
#sushiyaki_branch_search_btn .btn.btn-outline-secondary:before{ 
border-radius: 30px !important;
}
div#sushiyaki_branch_search_btn .btn {
background-color: #E6C9A2;
border-radius: 30px;
} .sushiyaki-card-wrapper {
position: relative;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.sushiyaki-card-wrapper img {
min-height: 413px;
}
.variety_last_img img {
min-height: 863px;
}
.sushiyaki-content-box h3 {
font-size: 3rem;
font-family: 'Afacad';
color: #0E1927;
font-weight: 600;
}
.sushiyaki-card-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.sushiyaki-card-wrapper:hover img {
transform: scale(1.1);
}
.sushiyaki-content-box {
position: absolute;
top: 50%;
display: flex;
left: 50%;
transform: translate(-50%, -50%) scale(0);
width: 80%;
padding: 20px;
height: 80%;
background-color: white;
text-align: center;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
opacity: 0;
transition: transform 0.3s ease, opacity 0.3s ease;
justify-content: center;
align-items: center;
flex-direction: column;
}
.sushiyaki-card-wrapper:hover .sushiyaki-content-box {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
.sushiyaki-content-box h3 {
margin: 0;
font-size: 3rem;
font-family: 'Afacad';
color: #0E1927;
font-weight: 600;
}
.sushiyaki-content-box p {
margin: 5px 0 0;
font-size: 1.4rem;
color: #AAAAAA;
font-weight: 600;
}  .sushi-menu-list .pxl-item-list {
display: flex;
justify-content: space-between;
}
.sushiyaki-prod-thumb img {
max-width: 100px;
height: 100px;
border-radius: 50%;
}
.sushiyaki-menu-item-right {
width: 20%;
}
.sushiyaki-menu-item-left {
width: 50%;
}
.sushiyaki-prod-thumb-wrap {
width: 15%;
}
p.sushiyaki-custom-tag {
max-width: 115px;
float: right;
}
.sushi-menu-list .pxl-column:first-child {
padding-right: 50px;
border-right: 1px dotted #46505C;
}
.sushi-menu-list .pxl-column {
width: 50%;
}
.sushi-menu-list .pxl-column:last-child {
padding-left: 50px;
}
a.sushiyaki-add-menu {
font-size: 2.4rem;
padding: 1px;
line-height: 17px;
color: #FFFFFF33;
margin-left: 15px;
border-radius: 50%;
border: 2px solid #FFFFFF33;
}
.menu-title {
font-size: 2.2rem !important;
font-weight: 400;
color: #E6C9A2 !important;
}
.menu-price {
font-size: 1.8rem !important;
font-weight: 600 !important;
color: #ffffff !important;
text-align: right;
}
.menu-sub-title {
font-size: 1.8rem;
font-weight: 400;
color: #FFFFFF;
}  .sushiyaki-menu-items{
padding: 0;
margin: 0;
}
.sushiyaki-menu-items li {
display: block;
list-style: none;
padding: 0px 10px;
}
.sushiyaki-menu-items li a {
padding: 17.5px 30px;
border: 1px solid #C49871;
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 1.8px;
text-transform: uppercase;
display: block; 
text-align: center;
color: #ffffff;
}
.sushiyaki-menu-items li a:hover {  
background-color: #C49871;
color: #ffffff;
}
.sushiyaki-menu-product-title {
margin: 40px 0 20px;
border-bottom: 1px solid #D9D9D9;
}
.sushiyaki-products .product {
padding: 25px 16px !important;
padding-top: 40px !important;
}
.sushiyaki-products {
padding-top: 12px;
margin: 0;
position: relative;
}
.sushiyaki-menu-product-title h2 {
font-size: 3.2rem;
font-weight: 600;
font-family: 'Afacad';
letter-spacing: 4.4px;
color: #ffffff;
}
p.menu-productnotfound {
padding: 15px;
font-size: 2.4rem;
}
li.slick-slide.slick-current.slick-active a {
margin-left: 0;
}
ul.sushiyaki-menu-items.slick-initialized.slick-slider {
position: relative;
}
ul.sushiyaki-menu-items.slick-initialized.slick-slider .pxl-swiper-arrow {
font-size: 1.8rem;
position: absolute;
cursor: pointer;
color: #ffffff;
}
ul.sushiyaki-menu-items.slick-initialized.slick-slider .pxl-swiper-arrow.pxl-swiper-arrow-prev {
left: -30px;
top: 15px;
}
ul.sushiyaki-menu-items.slick-initialized.slick-slider .pxl-swiper-arrow.pxl-swiper-arrow-next{
right: -23px;
top: 15px;
}  @media (min-width: 1024px) and (max-width: 1300px) {
.sushi-menu-list .pxl-column:first-child {
padding-right: 20px;
}
.sushi-menu-list .pxl-column:last-child {
padding-left: 20px;
}
.menu-sub-title {
font-size: 1.4rem;  
}
.sushiyaki-prod-thumb img {
max-width: 80px;
height: 80px;
}
.menu-title {
font-size: 1.8rem !important;
}
}
@media screen and (max-width: 1024px) {
.sushi-menu-list .pxl-item-list {
display: block;
max-width: 561px;
margin: 0 auto;
}
.sushi-menu-list .pxl-column {
width: 100%;
padding: 0px;
}
.sushi-menu-list .pxl-column:first-child {
padding-right: 0px;
border-right: 0px;
}
.sushi-menu-list .pxl-column:last-child {
padding-top: 10px;
padding-left: 0px;
}
}
@media screen and (max-width: 768px) {
.sushiyaki_branch_search {
gap: 15px;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}
}
@media screen and (max-width: 578px) {
p.sushiyaki-custom-tag {
display: none;
}
.sushiyaki-content-box h3 {
font-size: 1.8rem;
}
.menu-title {
font-size: 1.6rem !important;
line-height: 16px;
margin-top: 10px;
}
.sushiyaki-prod-thumb-wrap {
width: 100%;
}
.sushiyaki-menu-item-right {
width: 20%;
}
.sushiyaki-menu-item-left {
width: 65%;
}
.sushiyaki-prod-thumb img {
max-width: 80px;
height: 80px;		
}
}