/*
Theme Name:   wp-bootstrap-starter child theme
Description:  Write here a brief description about your child-theme
Author:       root
Author URL:   http://localhost:8001
Template:     wp-bootstrap-starter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  wp-bootstrap-starter-child
*/
/* Write here your own personal stylesheet */
.sp-product-disabled {
    opacity: .6;
}
.sp-product-disabled > div {
    position: relative;
}
.sp-product-disabled > div:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

#dev-label {
    position: fixed;
    z-index: 30040;
    left: 0;
    bottom: 0;
    background: #fff;
    color: #000;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 12px;
    opacity: .5;
}

html {
    font-size: 16px;
}

/*@media (max-width: 991.98px) {*/
/*    html {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

@font-face {
    font-family: 'gotham_proregular';
    src: url('fonts/gotham_pro_regular.woff2') format('woff2'),
    url('fonts/gotham_pro_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroyextrabold';
    src: url('fonts/gilroy-extrabold.woff2') format('woff2'),
    url('fonts/gilroy-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@font-face {*/
/*    font-family: 'gilroylight';*/
/*    src: url('fonts/gilroy-light.woff2') format('woff2'),*/
/*    url('fonts/gilroy-light.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*}*/

#content.site-content {
    padding-bottom: 1.5rem;
    padding-top: .5rem;
}

/*body.custom-background {*/
/*    background-color: #000000;*/
/*    background-image: url("https://sushipak.pl/wp-content/uploads/2021/06/test3.png");*/
/*    background-position: center !important;*/
/*    background-size: cover !important;*/
/*    background-repeat: repeat !important;*/
/*    !* background-attachment: scroll; *!*/
/*}*/

header#masthead, footer {
    background: transparent!important;
}

/*header#masthead, #colophon, .menu-bar, .top-mobile-sticky {*/
/*    background: none !important;*/
/*}*/

/*#bg {*/
/*    position: fixed;*/
/*    top: -50%;*/
/*    left: -50%;*/
/*    width: 200%;*/
/*    height: 200%;*/
/*}*/
/*#bg img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    min-width: 50%;*/
/*    min-height: 50%;*/
/*}*/
body {
    background: #000000 !important;
}

#page {
    overflow-x: hidden;
    max-width: 100%;
}

/*body, header, footer, #footer-widget {*/
body, header, #footer-widget {
    background: #000 !important;
    color: #fff !important;
    font-family: 'gilroyextrabold', 'gilroylight', serif;
}

a, button, p, small {
    font-family: 'Nunito Sans', serif;
}

a:hover {
    text-decoration: none;
}

a.btn, button.btn {
    /*white-space: nowrap;*/
    /*height: 42px;*/
    /*border-radius: 21px;*/
    /*padding: .5rem 1rem;*/
    /*color: #fff;*/
    /*background: #DA2229;*/
    font-size: 1rem;
}

.woocommerce-loop-product__title {
    color: #fff;
    font-family: 'gilroyextrabold', 'gilroylight', serif;
    font-size: 24px;
    margin: 1.5rem 0 .75rem;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-description {
    color: #fff;
    font-size: 1rem;
    font-family: 'Nunito Sans', serif;
}

.price {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    font-family: 'gilroyextrabold', 'gilroylight', serif;
}

.price del bdi {
    opacity: 0.6;
    font-size: 20px;
}

.price ins {
    text-decoration: none;
}

.price ins bdi {
    color: #da2229;
}

#checkout-form div.blockUI.blockOverlay::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    width: 140px;
    height: 140px;
    background-image: url("//sushipak.pl/wp-content/uploads/2021/04/logo-delivery-white-01-1-1.png");
    animation: blink-1 1s infinite both;
    background-size: cover;
}

div.blockUI.blockOverlay {
    filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 12px;
    opacity: 1 !important;
    width: calc(100% + 16px) !important;
    height: calc(100% + 16px) !important;
    transform: translate(-8px, -8px);
    cursor: wait !important;
    /*background: #000 !important;*/
    animation: color-change-2x 4s linear infinite alternate both;
}

.blockUI.blockMsg.blockElement {
    background: transparent !important;
    border: none !important;
}
.blockUI.blockMsg.blockElement h1 {
    display: none !important;
}

/*.widget_shopping_cart_content .blockUI.blockOverlay {*/
/*    filter: blur(3px);*/
/*    border-radius: 8px;*/
/*    opacity: 0.3 !important;*/
/*    width: calc(100% + 16px) !important;*/
/*    height: calc(100% + 16px) !important;*/
/*    transform: translate(-8px, -8px);*/
/*    cursor: wait !important;*/
/*    background: #fff !important;*/
/*}*/

.widget_shopping_cart_content .blockUI.blockOverlay::after, .mini-cart-container .blockUI.blockOverlay::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background-image: url("//sushipak.pl/wp-content/uploads/2021/04/logo-delivery-white-01-1-1.png");
    animation: blink-1 1s infinite both;
    background-size: cover;
}

@keyframes color-change-2x {
    0% {
        background: rgba(0, 0, 0, 0.6);
    }
    50%{
        background: rgba(56, 8, 10, 0.6);
    }
    100% {
        background: rgba(21, 3, 3, 0.6);
    }
}

#sidebar-left-1 .product-categories .cat-item::marker {
    content: '';
}

#sidebar-left-1 .product-categories .cat-parent > .list-group-item{
    color: #0c0a10;
}

#sidebar-left-1 .product-categories .cat-parent.active > .list-group-item{
    background: rgba(0, 0, 0, .225);
}

#sidebar-left-1 .product-categories .cat-parent.active .children{
    display: block !important;
    border: 1px solid rgba(0, 0, 0, .125);
}

#sidebar-left-1 .product-categories .cat-parent.active .children .current-cat a{
    background: rgba(0, 0, 0, .075);
}

#sidebar-left-1 .product-categories .children .list-group-item {
    border: none;
    padding-left: 2rem;
}

.languages > div {
    background: #a0a5aa;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 8px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-family: 'gilroyextrabold', 'gilroylight', serif;
    /*font-family: 'Nunito Sans', serif;*/
}

div {
    font-family: 'Nunito Sans', serif;
}

.menu-bar div {
    font-family: 'gilroyextrabold', 'gilroylight', serif;
}

hr {
    border-color: #C4C4C4;
}

#main-nav .navbar-nav, #footer-nav .navbar-nav {
    max-width: 600px;
}

#main-nav li a, #footer-nav li a {
    color: #fff !important;
    transition: color .2s;
    font-family: 'gilroyextrabold', 'gilroylight', serif;
    font-size: 18px !important;
}

.list-unstyled li.lang-item a {
    color: #fff !important;
    transition: color .2s;
    font-family: 'gilroyextrabold', 'gilroylight', serif;
    font-size: 14px !important;
}

#main-nav li a:hover, #footer-nav li a:hover {
    color: #E87A7E !important;
}

#main-nav li.current_page_item a, #footer-nav li.current_page_item a {
    color: #E87A7E !important;
}

.entry-content > div.woocommerce {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.out-of-stock {
    font-size: 1.375rem;
    font-weight: 600;
    color: #E87A7E;

    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
}

.woocommerce-mini-cart-item a {
    word-break: break-all;
}

.woocommerce-mini-cart-item {
    position: relative;
}

.woocommerce-mini-cart-item {
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
}

.woocommerce-mini-cart-item:last-of-type {
    border: none !important;
}

.woocommerce-mini-cart-item .remove_from_cart_button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    color: #fff;
    z-index: 2;
}

.woocommerce-mini-cart-item .remove_from_cart_button:hover {
    color: #da2229;
    text-decoration: none;
}

/*.cart-product-image-link::before {*/
/*    pa*/
/*}*/

.quantity [type="button"] {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: inline-block;
    /*font-weight: 700;*/
    /*color: #333;*/
    text-align: center;
    white-space: nowrap;
    user-select: none;
    font-size: 13px;
    outline: none;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .qty {
    font-size: 1.125rem;
    outline: none;
    vertical-align: top;
    width: 48px;
    text-align: center;
}

.quantity [type="button"]:hover {
    background-color: rgba(255, 255, 255, .2) !important;
}

a.added_to_cart {
    display:none !important
}

.mini-cart-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1rem;
}

.btn-cart-mobile {
    position: fixed !important;
    width: 65px;
    height: 65px;
    bottom: 1rem;
    right: 1rem;
    z-index: 1070;
}

.btn-cart-mobile-counter {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 25px;
    height: 25px;
    font-size: .75rem;
}

.btn-cart-mobile-close {
    position: absolute;
    top: .5rem;
    right: .5rem;
}

.menu-bar .menu-category-item {
    text-transform: uppercase;
    font-size: 1rem;
    transition: color .2s;
    cursor: pointer;
}

.menu-bar .menu-category-item.active {
    color: #da2229;
}

#primary-description-top {
    background-color: transparent;
}
#primary-description-top .menu-bar-container .menu-bar {
    max-width: 100vw;
    overflow-x: auto;
}

.menu-bar, .top-mobile-sticky {
    padding: 0;
    background: transparent;
    transition: padding .2s ease, margin .2s ease, border .2s ease, box-shadow .2s ease, top .2s ease;
}

.menu-bar.sticky, .top-mobile-sticky.sticky {
    position: fixed;
    padding: .5rem .75rem;
    margin: 0 -1rem;
    top: 0;
    left: 1rem;
    z-index: 1030;
    /*border-bottom: 1px solid rgba(255, 255, 2555, .4);*/
    /*border-bottom: 1px solid #da2229;*/
    box-shadow: 0 4px 13px 5px rgba(0,0,0,0.73);
    max-width: 100vw;
    overflow-x: auto;
}

#masthead-container.can-be-sticky.sticky ~ #content .menu-bar.sticky,
#masthead-container.can-be-sticky.sticky ~ #content .top-mobile-sticky.sticky,
.menu-bar.sticky.masthead-sticky, .top-mobile-sticky.sticky.masthead-sticky {
    top: 78px;
}

.menu-bar-blur-side {
    position: relative;
}

.woocommerce-loop-product-small-footer .price {
    font-size: 22px;
    display: flex;
    flex-direction: column;
}

.woocommerce-loop-product-small-footer .price del bdi {
    font-size: 18px;
}

.woocommerce-loop-product-small-footer .add_to_cart_button, .woocommerce-loop-product-small-footer .product_type_simple {
    font-size: 14px;
    padding: .5rem;
}

.product-category-name {
    text-transform: uppercase;
}

.before-loop-product-container .dropdown button,
.before-loop-product.dropdown button {
    color: #fff;
    font-size: 20px;
    font-family: 'gilroyextrabold', 'gilroylight', serif;
}

.before-loop-product-container .dropdown.is-small button,
.before-loop-product.dropdown.is-small button {
    font-size: 16px;
}

.animate-scale {
    animation: scale .5s;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

#main-nav li.lang-item.current-lang a {
    color: #da2229 !important;
}

.list-unstyled li.lang-item.current-lang a {
    color: #da2229 !important;
}

.lang-item {
    display: flex;
    align-items: center;
    margin-right: .5rem;
}

#dropdown-city-select {
    text-transform: uppercase;
}

[aria-labelledby=dropdown-city-select] {
    text-transform: uppercase;
}

label {
    font-family: 'Nunito Sans', serif;
    margin-bottom: .625rem;
}

input {
    font-family: 'Nunito Sans', serif;
}

.woocommerce-billing-fields .heading {
    text-transform: uppercase;
}

.product-single-view {
    width: 100%;
}

.pswp__caption__center {
    text-align: center !important;
}

.woocommerce-product-gallery__wrapper img {
    width: 100%;
}


/*button toggle switch start*/
.tabber {
    position: relative;
    display: flex;
    align-items: center;
    /*justify-content: stretch;*/
    /*border: 1px solid #C4C4C4;*/
    border: 1px solid #686868;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.08);
}
.tabber label {
    color: #fff;
    user-select: none;
    padding: 0.625rem 2rem;
    cursor: pointer;
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 0;
    line-height: 20px;
    height: 42px;
    max-height: 42px;
}
.tabber input[type="radio"] {
    display: none;
}
.tabber input[type="radio"].custom-switch-btn-2:checked ~ .blob {
    left: calc(50% + 1px);
}
.tabber .blob {
    background: #da2229;
    top: -1px;
    left: -1px;
    width: 50%;
    height: calc(100% + 2px);
    position: absolute;
    z-index: 0;
    border-radius: 8px;
    transition: left .3s ease, background 150ms ease;
}
/*button toggle switch end*/


.bi {
    display: inline-block;
    vertical-align: -.125em;
    min-width: 1rem;
    min-height: 1rem;
}

.wc_payment_method img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: 50px !important;
}

.wc_payment_method svg {
    width: auto !important;
    height: 32px !important;
}

[for="payment_method_on_delivery_cash"] {
    height: 52px !important;
}

[for=payment_method_stripe_googlepay] img {
    height: 48px !important;
/*    padding: 10px;*/
/*    background: #fff;*/
/*    border-radius: 2px;*/
}

.gpay-card-info-container {
    width: 100%;
}

[for=payment_method_stripe_p24] img {
    /*padding: 7px;*/
    /*background: #fff;*/
    border-radius: 2px;
}

.gpay-button {
    width: 100% !important;
    height: 42px !important;
}

.wc-stripe-card-icons-container {
    display: flex !important;
    flex-direction: row !important;
    /*flex-wrap: wrap-reverse;*/
    /*justify-content: flex-end;*/
}

.wc-stripe-card-icon.discover, .wc-stripe-card-icon.amex {
    display: none !important;
    opacity: 0;
    position: absolute;
    top: -999999999999999px;
}
/*.wc_payment_method.payment_method_stripe_cc label {*/
/*    height: 70px !important;*/
/*}*/

#wc-stripe-card-element {
    margin-top: 1rem !important;
}

.wc-stripe-card-icon {
    margin: 2px 4px 2px 0 !important;
}

.apple-pay-button {
    display: block;
    width: 100%;
    max-width: 100% !important;
    min-width: 200px;
    height: 42px !important;
    max-height: 42px !important;
}

.wc-stripe-banner-checkout {
    display: none !important;
    position: absolute !important;
    top: -9999px;
    left: -9999px;
    opacity: 0 !important;
    visibility: hidden !important;
}

.wc-p-24-container img {
    max-width: 81px !important;
}

.wc-stripe_cc-container.wc-stripe-gateway-container .wc-stripe_cc-new-method-container {
    background-color: #fff;
    border-radius: 8px;
}

[for="payment_method_stripe_cc"] {
    transition: width .2s ease;
}

.wc-stripe_cc-container {
    min-width: 300px;
}

.wc-stripe-card-icon.mastercard {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    [for=payment_method_stripe_googlepay] img {
        height: 31px !important;
    }

    .wc-p-24-container img {
        max-width: 81px !important;
    }

    .wc_payment_method img {
        height: 40px !important;
    }

    [for="payment_method_on_delivery_cash"] {
        height: 42px !important;
    }

    [for="payment_method_on_delivery_cash"] div {
        font-size: 12px; !important;
    }
    .wc_payment_method svg {
        height: 20px !important;
    }

    img.wc-stripe-card-icon {
        height: 27px !important;
    }

    [for=payment_method_stripe_p24] img {
        /*padding: 3px;*/
    }
}

/*end stripe*/

.woocommerce-form-coupon-toggle ~ ul.woocommerce-error {
    padding: 16px;
    margin: 12px 0 0;
    color: #da2229 !important;
    font-family: 'Nunito Sans', serif;
}

.input-group-loader {
    right: 26px;
    top: 37px;
    transition: .6s opacity ease;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    display: block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #EC9094;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

input.loading ~ .input-group-loader {
    opacity: 1;
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

div.woocommerce-error {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 1rem;
    margin: .5rem 0;
    border-radius: .5rem;
}

/*.woocommerce-NoticeGroup, .woocommerce-notices-wrapper {*/
.woocommerce-notices-wrapper {
    display: none !important;
}
.woocommerce-NoticeGroup {
    width: 100%;
    max-width: 700px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #da2229;
    padding: 1rem 2rem 1rem 1rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1040;
    font-family: 'Nunito Sans', sans-serif;
    box-shadow: 0 4px 13px 5px rgba(0,0,0,0.73);
    transition: top .6s ease-in, opacity .5s ease-in;
    opacity: 1;
}

.woocommerce-NoticeGroup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-NoticeGroup.hide, .woocommerce-notices-wrapper.hide {
    top: -100%;
    opacity: 0;
}

.woocommerce-NoticeGroup .close-notification {
    position: absolute;
    top: 5px;
    right: 14px;
    cursor: pointer;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
    opacity: 0 !important;
    position: absolute !important;
    top: -99999px !important;
    left: -99999px !important;
    visibility: hidden !important;
}

.woocommerce-LoopProduct-link img, .wp-post-image, .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
    border-radius: .5rem;
}

#sp_shipping_message div {
    margin-top: .25rem;
    padding: .5rem;
    border-radius: .5rem;
    font-family: 'Nunito Sans';
}

#sp_shipping_message div.error {
    background-color: #E87A7E;
    color: #990000;
}

#sp_shipping_message div.success {
    background-color: #7FFF7F;
    color: #009900;
}

#sp_shipping_message div.warning {
    background-color: #FFD27F;
    color: #B27300;
}

.woocommerce-product-details__short-description {
    font-family: 'Nunito Sans';
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    position: relative;
}

.slick.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.full-page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20040;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-page-loader img {
    /*box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);*/
    /*transform: scale(1);*/
    /*animation: blink-1 3s linear infinite both;*/
}

@keyframes blink-1 {
    0%,
    100% {
        opacity: 1;
    }
    41.99% {
        opacity: 1;
    }
    42% {
        opacity: 0;
    }
    43% {
        opacity: 0;
    }
    43.01% {
        opacity: 1;
    }
    47.99% {
        opacity: 1;
    }
    48% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    49.01% {
        opacity: 1;
    }
}

.full-page-loader.animating, .payment-wait-loader {
    animation: color-change-4x 6s linear infinite alternate both;
}

.full-page-loader img {
    /*box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);*/
    /*transform: scale(1);*/
    /*animation: blink-1 1s infinite both;*/
}

.full-page-loader.loaded img {
    animation: flicker-out-1 .6s linear both;
    /*animation: puff-out-center .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;*/
}

.payments-info-footer img {
    height: 60px;
    width: auto;
}

@keyframes color-change-4x {
    0% {
        background: #8caebb;
    }
    25% {
        background: #000;
    }
    60% {
        background: #104d62;
    }
    100% {
        background: #6c0000;
    }
}

@keyframes puff-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
}

@keyframes flicker-out-1 {
    0% {
        opacity: 1;
    }
    13.9% {
        opacity: 1;
    }
    14% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    14.9% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    15% {
        opacity: 1;
    }
    22.9% {
        opacity: 1;
    }
    23% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    24.9% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    25% {
        opacity: 1;
    }
    34.9% {
        opacity: 1;
    }
    35% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    39.9% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    40% {
        opacity: 1;
    }
    42.9% {
        opacity: 1;
    }
    43% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    44.9% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    54.9% {
        opacity: 1;
    }
    55% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    69.4% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    69.5% {
        opacity: 1;
    }
    69.9% {
        opacity: 1;
    }
    70% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    79.4% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    79.9% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    89.8% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    89.9% {
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    90% {
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    100% {
        opacity: 0;
    }
}



@keyframes blink-1 {
    0%,
    85%,
    88%,
    95%,
    98%,
    100% {
        opacity: 1;
    }
    86%,
    96% {
        opacity: 0;
    }
}

li.wc_payment_method {
    width: calc(25% - 16px);
}

li.wc_payment_method.only-p-24 {
    width: calc(50% - 16px);
}

.before-checkout-buttons .quantity [type="button"] {
    width: 35px !important;
    min-width: 35px;
    height: 35px;
}

@media (min-width: 992px) {
    .menu-bar .menu-category-item:hover {
        color: #da2229;
    }
}

@media (min-width: 1185px) {
    .max-width_150_xl button {
        max-width: 150px;
        white-space: break-spaces;
        align-items: center;
        display: flex;
    }
}

@media (max-width: 1199px) {
    .text-center-lg {
        text-align: center;
    }

    #main-nav.navbar-collapse {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(0, 0) scale(0);
        background: rgb(24, 24, 24);
        /*background: rgb(0, 0, 0);*/
        z-index: 1090;
        border-radius: 0.5rem;
        padding: 2rem 1rem;
        width: 100%;
        box-shadow: rgb(0 0 0 / 15%) 0 0.5rem 1rem;
        border: 1px solid #686868;
        opacity: 0;
        transition: opacity .3s ease, transform .3s ease;
        max-width: 500px;
    }

    #main-nav.navbar-collapse:after {
        position: absolute;
        background-image: url("./images/background.svg");
        content: '';
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .1;
        z-index: -1;
        pointer-events: none;
    }

    #main-nav.navbar-collapse.show {
        opacity: 1;
        transform: translate(-50%, 100%) scale(1);
    }
}

@media (max-width: 991.98px) {
    .menu-bar, .top-mobile-sticky {
        background: #000;
    }
    #primary-description-top {
        background: #000;
    }

    .menu-bar-blur-side:before, .menu-bar-blur-side:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        height: 100%;
    }

    .menu-bar-blur-side:before {
        left: -20px;
        background: linear-gradient(270deg, rgba(0,0,0,0) 0%, #000 35px, #000 100%);
    }

    .menu-bar-blur-side:after {
        right: -20px;
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, #000 35px, #000 100%);
    }

    .payments-info-footer img {
        height: 55px;
    }
    #masthead-container {
        position: relative;
        overflow: unset !important;
    }
    #masthead-container.can-be-sticky header#masthead,
    header#masthead.can-be-sticky {
        position: fixed;
        top: -85px;
        left: 0;
        right: 0;
        z-index: 1031;
    }
    .menu-bar.sticky, .top-mobile-sticky.sticky {
        background-color: rgba(0, 0, 0, .7) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    #masthead-container.can-be-sticky.sticky header#masthead,
    header#masthead.can-be-sticky.sticky {
        top: 0;
        box-shadow: 0 4px 13px 5px rgba(0,0,0,0.73);
        background-color: rgba(0, 0, 0, .7) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    #masthead-container.can-be-sticky header#masthead.shadow-0,
    header#masthead.can-be-sticky.shadow-0 {
        box-shadow: none;
    }
    header#masthead {
        transition: top .2s ease, box-shadow .2s ease, backdrop-filter .2s ease, background-color .2s ease;
        padding: 6px 0 5px;
        overflow: unset !important;
    }
    .navbar .navbar-brand img {
        object-fit: cover;
        width: 100%;
        height: 60px;
        object-position: 0 -49px;
    }
    .navbar .navbar-brand {
        width: 165px;
        margin-right: .25rem;
        /*width: 90px;*/
    }
    #content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        transition: height .2s ease;
    }
    .modal-content {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #secondary {
        margin: 0 !important;
    }
    #main-nav .navbar-nav, #footer-nav .navbar-nav {
        max-width: 100% !important;
    }
    /*.product-list {*/
    /*    border-top: 1px solid rgba(255, 255, 2555, .5) !important;*/
    /*}*/
    /*.product-list:first-of-type {*/
    /*    border: none !important;*/
    /*}*/
    .mini-cart-sticky {
        position: fixed;
        bottom: -100vh;
        left: 100vw;
        margin-top: 0;
        width: 0;
        top: auto;
        opacity: 0;
        height: 0;
        transition: height 1s, width .3s ease, left .3s ease, bottom .3s ease, opacity .2s ease .15s;
    }
    .mini-cart-sticky.show {
        left: .5rem;
        bottom: .25rem;
        width: calc(100vw - 1rem);
        opacity: 1;
        z-index: 1040;
        height: auto;
        box-shadow: 0 4px 13px 5px rgba(0,0,0,0.73);
    }
    .mini-cart-sticky.hide {
        border-radius: 50%;
        transition: height 1s, width .3s ease, left .3s ease, bottom .3s ease, opacity .2s ease, border-radius .3s ease;
    }
    .woocommerce-mini-cart {
        max-height: calc(100vh - 315px);
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .quantity [type="button"] {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .quantity .qty {
        width: 38px;
    }
    .woocommerce-loop-product__title {
        margin-top: 1rem !important;
        margin-bottom: .5rem;
        font-size: 1rem;
    }
    .related-products .woocommerce-loop-product__title {
        margin-top: .5rem !important;
    }
    .related-products .woocommerce-loop-product-small-footer a {
        width: 100%;
        text-align: center;
    }
    li.product .price {
        font-size: 22px;
    }
    .product-description {
        font-size: .8125rem;
        margin-bottom: .25rem;
    }
    .product-description-margin-0 .product-description {
        margin: 0;
    }
    .tabber label {
        user-select: none;
        padding: 0.625rem .75rem;
        color: #ffff !important;
        margin: 0 !important;
    }

    .product-single-view.add_to_cart_button, .product-single-view.product_type_simple {
        position: fixed;
        bottom: 30px;
        left: 1rem;
        right: 107px;
        box-shadow: 0 4px 13px 5px rgba(0,0,0,0.73);
        border: 1px solid rgb(169, 169, 169);
        width: auto;
        z-index: 1020;
    }

    .form-control {
        padding: 0.625rem 0.75rem;
    }

    .form-group input {
        line-height: 20px;
        font-size: 14px;
    }

    .form-group {
        margin-bottom: .5rem;
    }

    .form-group label {
        padding-left: .5rem;
        margin-bottom: .25rem;
        font-size: 14px;
    }

    [name=checkout] .heading {
        font-size: 1rem;
        margin-bottom: .5rem;
    }

    .pr-mobile-1 {
        padding-right: .25rem;
    }

    .pl-mobile-1 {
        padding-left: .25rem;
    }

    .pr-mobile-2 {
        padding-right: .5rem;
    }

    .pl-mobile-2 {
        padding-left: .5rem;
    }

    #sp_shipping_message div {
        padding: .25rem .5rem;
    }

    .input-group-loader {
        right: 22px;
        top: 37px;
        width: 1.5rem;
        height: 1.5rem;
    }

    .btn-full-width-mobile {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    li.product {
        border-bottom: 1px solid rgba(255, 255, 2555, .2) !important;
    }
    .woocommerce-loop-product__title {
        margin-top: 0 !important;
    }
    .not-first .before-loop-product-container-li:first-of-type {
        display: none !important;
    }
    .max-width-mobile-98 {
        max-width: 98px;
    }
    .max-width-mobile-110 {
        max-width: 110px;
    }

    .payments-info-footer img {
        height: 45px;
    }

    .wp-post-image {
        border-radius: .5rem;
    }

    .product .wp-post-image {
        border-radius: 0;
    }

    #szbd_map {
        height: 30vh !important;
    }

    .entry-content {
        margin-top: 0 !important;
    }

    li.product .add_to_cart_button, li.product .product_type_simple {
        font-size: 14px;
        padding: .5rem;
    }

    .product-category-name {
        font-size: 1.25rem;
    }
}

@media (max-width: 575px) {
    li.wc_payment_method {
        width: calc(33.333% - 16px);
    }
    li.wc_payment_method.only-p-24 {
        width: 100%;
    }
    .mx-n3-mobile {
        margin-left: -16px;
        margin-right: -16px;
    }
    #primary-description-top {
        border-bottom: 1px solid rgba(255, 255, 2555, .2) !important;
        border-top: 1px solid rgba(255, 255, 2555, .2) !important;
    }
    #primary-description-top-0 {
        border-top: 1px solid rgba(255, 255, 2555, .2) !important;
    }
}

@media (max-width: 991px) {
    .navbar {
        justify-content: flex-start;
    }

    .social-icons-container {
        margin-left: auto;
        margin-right: 1rem;
    }

    .social-btn-i svg {
        width: 30px;
        height: auto;
    }

    .social-btn-f svg {
        width: 33px;
        height: auto;
    }

    .dropdown-languages img {
        height: 30px;
    }
}

@media (max-width: 400px) {
    .navbar {
        justify-content: space-between;
    }

    .social-icons-container {
        margin-left: 0;
        margin-right: 0;
    }

    .social-btn-i svg {
        width: 24px;
        height: auto;
    }

    .social-btn-f svg {
        width: 27px;
        height: auto;
    }

    .dropdown-languages img {
        height: 24px;
    }

    .navbar-toggler.btn .navbar-toggler-btn-box {
        width: 25px;
        height: 21px;
    }
}

@media (max-width: 367px) {
    .max-width-mobile374-60 {
        max-width: 60px;
    }
    .mobile374-mt-2 {
        margin-top: .5rem;
    }

    .social-btn-i svg {
        width: 20px;
        height: auto;
    }

    .social-btn-f svg {
        width: 22px;
        height: auto;
    }

    .dropdown-languages img {
        height: 20px;
    }

    .navbar-toggler.btn .navbar-toggler-btn-box {
        width: 20px;
        height: 16px;
    }

    .navbar .navbar-brand {
        width: auto;
    }

    .navbar .navbar-brand img {
        width: 125px;
        height: 36px;
        object-position: 0 -42px;
    }

    .payments-info-footer img {
        height: 40px;
    }
}

@keyframes pulse {
    0% {
        /*background-color: #000;*/
        transform: scale(1);
    }

    50% {
        /*background-color: rgba(255, 255, 255, .2);*/
        transform: scale(1.04);
    }

    100% {
        /*background-color: #000;*/
        transform: scale(1);
    }
}

.pulse {
    animation: pulse .3s ease forwards;
}

.product-icons svg:not(:first-child) {
    margin-left: 4px;
}

.pac-container {
    border-radius: .5rem;
}

.pac-container.pac-logo::after {
    display: none !important;
    content: none !important;
}

.gmnoprint {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

#blikPaymentBlikCode .error ul {
    padding: .5rem .5rem 0 !important;
    margin: 0 !important;
    list-style: none;
}

.price-line-height .woocommerce-loop-product__link {
    line-height: 16px;
}

#bg-main {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    pointer-events: none;
}

#bg-main img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    opacity: .135 !important;
    object-fit: cover;
    pointer-events: none;
}

.delivery_time_specific_details input.flatpickr {
    background: transparent !important;
}

#modalBeforeCheckout .modal-header, #modalBeforeCheckout .modal-footer {
    background-color: rgba(0, 0, 0, .7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.copyright a, footer#colophon a {
    color: inherit;
    white-space: normal;
}

#banner-mobile .banner-mobile img,
.banner-desktop-container .banner-desktop img,
#banner-top-desktop .banner img {
    object-fit: cover;
}

.banner-desktop-container .banner-desktop {
    position: relative;
    margin-left: -1px;
}

.banner-desktop-container .banner-desktop .bg-sushipak {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.banner-desktop-container .banner-desktop img {
    object-position: center;
    object-fit: contain;
}

.banner-desktop-container .banner-desktop img.is-cover {
    object-fit: cover !important;
}

.banner-desktop-container {
    cursor: grabbing;
}

#banner-mobile .slick-dots {
    bottom: 0;
}

.banner-desktop-container .owl-stage-outer,
.banner-desktop-container .owl-stage-outer .owl-stage,
.banner-desktop-container .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.banner-desktop-container .slick-dots {
    bottom: 0;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background: #fff;
    opacity: .3;
    transition: opacity .3s ease;
}

.banner-desktop-container .owl-stage-outer {
    border-radius: .5rem;
}

#banner-mobile .owl-stage-outer {
    overflow: unset !important;
}

.bg_sushipak_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg_sushipak_banner img {
    opacity: .6 !important;
    object-fit: cover;
    max-width: 150%;
}

#banner-top-desktop .bg_sushipak_banner {
    overflow: hidden;
}

#banner-top-desktop .owl-stage-outer {
    border-radius: .5rem;
}

#banner-mobile .bg_sushipak_banner img {
    max-height: 100%;
    width: 116% !important;
    margin-left: -7%;
}

#banner-top-desktop .bg_sushipak_banner img {
    max-height: 100%;
    width: 116% !important;
    margin-left: -7%;
    opacity: .6 !important;
}

.banner-desktop-container .bg_sushipak_banner img {
    max-height: 150%;
    height: calc(100% + 10px);
    width: calc(100% + 10px) !important;
    margin-left: 5px;
    margin-top: -10px;
}

.t-and-c a {
    color: inherit;
    white-space: normal;
    word-break: break-word;
}

.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden {
    background: rgba(0, 0, 0, 0) !important;
}
.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden {
    opacity: .7 !important;
}
.bg-job img:nth-of-type(1) {
    top: calc(150px + 15%);
    right: -50px;
    transform: translateY(-50%);
}
.bg-job img:nth-of-type(2) {
    top: calc(150px + 25%);
    right: -50px;
    transform: translateY(-50%);
}
.bg-job img:nth-of-type(3) {
    top: calc(150px + 45%);
    left: -50px;
    transform: translateY(-50%);
}
.bg-job img:nth-of-type(4) {
    top: calc(150px + 70%);
    right: 5%;
    transform: translateY(-50%);
    width: 30%;
    min-width: 200px;
}
.bg-job img:nth-of-type(5) {
    top: calc(150px + 45%);
    left: -50px;
    transform: translateY(-50%);
}
.bg-job img {
    position: absolute;
    width: 40%;
    min-width: 250px;
    height: auto;
    z-index: -1;
    /*transform: translate(-50%, -50%);*/
}
.bg-job {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .5;
    overflow: hidden;
    z-index: -1;
}

.job-page {
    max-width: 690px;
    margin: 0 auto;
}

.job-page .entry-content.row {
    margin: 0;
}

.job-page hr {
    opacity: .5;
}

.job-page a img.alignnone {
    margin: 0;
}

.job-page a {
    color: #da2229 !important;
    /*font-family: 'gilroyextrabold','gilroylight',serif;*/
}

.job-page p {
    margin-bottom: .25rem;
}

.modal-dialog.modal-xl {
    max-width: calc(100% - 16px);
    width: 800px;
}

.bg-modal img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bg-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

[data-slug="be"] img {
    margin-left: -3px;
}
