@media screen and (min-width: 768px) {
    .product-add-form .product-options-wrapper .field .control {
        width: 100% !important;
    }

    .product-options-wrapper {
        background: #f2f2f2;
        padding: 10px 15px 1px 10px;
        border-radius: 5px;
    }

    .box-tocart .action.tocart:not(:last-child) {
        width: 100%;
    }

    .product-info-main .product-info-price {
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: space-between;
        align-items: center;
    }

    .product-info-main .product-info-price .price-box {
        padding-bottom: 0px !important;
    }

    .section-item-content.nav-sections-item-content, .navigation {
        background: #163F42 !important;
    }

    .ninjamenus-desktop .nav-item.level0 > a {
        color: white !important;
    }

    
    .greet.welcome,
    .header.panel>.header.links>.authorization-link:after,
    .action.showcart:before{
        color: white !important;
    }
    /* .item-submenu .ninjamenus > a {
        color: #333;
        } */
    }
    
.ninjamenus-mobile a {
    color: #333 !important;
}

.product-info-main .product-info-price .price-box .price-container .price-label {
    display: none !important;
}

.product-item .price-box .price-label {
    display: none !important;
}



.paypal-buttons.paypal-buttons-context-iframe {
    z-index: 0!important;
}