:root {
    --color-main: #fd7500;
    --color-red: #f00;
    --color-white: #fff;
}

.banner-slide {
    height: 100vh;
    max-height: 800px;
}

.header .logo {
    padding: 5px 0 0 50px !important;
}

.header .logo::before {
    display: none;
}

.inner-banner-thumb {
    min-height: auto !important;
}

.page_content {
    min-height: 70vh;
}

.site-main {
    width: 100% !important;
}

.contacts-page {
    max-width: 768px !important;
    margin: 0 auto;
    width: 100%;
}

.contacts-page .wpforms-field-medium {
    max-width: 100% !important;
}

.contacts-page .wpforms-submit-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce ul.products li.product {
    box-shadow: 0 0 0 2px var(--color-main);
}

.price .amount {
    color: var(--color-red) !important;
    font-weight: 600;
}

.menus__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menus__left,
.menus__right {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin: 0 30px;
}

.menus__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted var(--color-main);
    justify-content: space-between;
    position: relative;
}

.menus__item:last-child {
    border-bottom: none;
}

.menus__item::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 50%;
    height: 1px;
    z-index: 0;
    background: var(--color-main);
}

.menus__image,
.menus__name-price {
    position: relative;
    z-index: 1;
}

.menus__image img {
    max-width: 90px;
    max-height: 90px;
    border: 1px solid var(--color-main) !important;
    border-radius: 50% !important;
}

.menus__price {
    color: var(--color-red);
    font-weight: 600;
}

.sktpizza-section-4-right img {
    -webkit-animation: qodefFloat 5s ease-in-out infinite;
    animation: qodefFloat 3s ease-in-out infinite;
}

.banner-slide {
    background-size: 100% 100% !important;
}

.archive .page_content .page-title {
    display: flex !important;
    visibility: inherit !important;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
}

#gotoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: var(--color-red);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#gotoTop:hover {
    background: var(--color-main);
}

.woocommerce .product .woocommerce-tabs .tabs .description_tab,
.woocommerce .product .product_meta {
    display: none !important;
}

.woocommerce .quantity .qty {
    border: 1px solid #333;
    border-radius: 5px;
}

.woocommerce .product form.cart .button {
    border-radius: 5px !important;
    text-transform: uppercase;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: auto !important;
    border-radius: 5px;
}

.woocommerce-billing-fields .woocommerce-input-wrapper .input-text,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 10px 5px !important;
    border-radius: 5px;
    border: 1px solid #333;
}

.woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name a {
    text-decoration: none;
}

.woocommerce-billing-fields .woocommerce-input-wrapper .select2-container .select2-selection--single {
    padding: 3px 0;
    border-radius: 5px;
    height: auto !important;
}
.woocommerce .woocommerce-input-wrapper .form-row textarea {
    border-radius: 5px;
}
.sktpizza-section-6-left::before {
    width: 100% !important;
}
#sidebar {
    display: none !important;
}
@keyframes qodefFloat {

    0%,
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-slide {
        max-height: 300px;
        background-size: 100% 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .menuareatop {
        position: absolute;
        padding: 0 30px;
        background: #191919;
    }

    .menuareatop .toggled {
        background: #191919;
    }

    .menuareatop .toggled .menu {
        padding-top: 30px;
    }

    .banner-slide {
        max-height: 300px;
        background-size: 100% 100% !important;
    }

    body.woocommerce-shop .page_content,
    body.single-product .page_content {
        padding: 0 !important;
    }
}

@media screen and (max-width: 640px) {
    .menus__wrapper {
        justify-content: center;
        flex-direction: column;
        padding: 0 15px;
    }

    .menus__left,
    .menus__right {
        width: 100%;
        margin: 0 auto;
    }

    .banner-slide {
        max-height: 240px;
        background-size: 100% 100% !important;
    }
    .sktpizza-section-4-mid .elementor-widget-wrap {
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {
    .menus__item::before {
        display: none;
    }

    .menus__name-price {
        margin-left: 15px;
    }
}