.p-info-wrapper {}
.p-info-wrapper .detail-parameters tr th {
    min-width: 150px;
}
.p-info-wrapper .timeslot-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.p-info-wrapper .timeslot-wrapper .slot-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.p-info-wrapper .timeslot-wrapper .slot-line label {
    color: #b2b2b2;
    padding-right: 20px;
    min-width: 150px;
}
.p-info-wrapper .timeslot-wrapper .slot-line input, .p-info-wrapper .timeslot-wrapper .slot-line select {
    width: 220px;
}
.p-info-wrapper .add-to-cart-button:disabled {
    cursor: not-allowed;
}



@media (min-width: 768px) {
    .header-top {
        height: 138px;
    }

    #header .site-name a img {
        max-height: 100px;
    }

    #navigation {
        height: 48px;
    }

    .navigation-in>ul>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .navigation-in>ul>li>a:hover {
        background-color: #CB7B2B;
        color: #FFFFFF;
    }
}



.top-navigation-tools .top-nav-button-login {
    display: none;
}

/* Hide the quantity input in the add-to-cart form */
.p-detail .add-to-cart .quantity {
    display: none;
}

/* Hide print, ask and share icons */
.p-detail .p-info-wrapper .social-buttons-wrapper {
    display: none;
}

/* Hide product detail description and comments */
.p-detail .p-detail-tabs-wrapper {
    display: none;
}

/* Hide the product quantity input in the cart widget */
.cart-widget-products .cart-widget-products-inner .cart-widget-product-amount {
    display: none;
}
.cart-widget-products .cart-widget-products-inner .cart-widget-product-unit {
    margin-left: 5px;
}
.cart-widget-products .cart-widget-products-inner .cart-widget-product-unit:before {
    content: "1";
}

/* Hide the product quantity column in cart */
.cart-content .cart-table .p-quantity {
    display: none;
}

/* Hide the shipping info and sales in cart */
.cart-content .cart-summary {
    display: none;
}

/* Hide the delivery method in cart */
.cart-inner .cart-content .order-delivery-payment-form .co-delivery-method {
    display: none;
}

.cart-content .co-billing-address #another-shipping {
    display: none;
}
.cart-content .co-billing-address label[for="another-shipping"] {
    display: none;
}

/* Hide the payment method in cart */
.cart-content .co-box-additional .stay-in-touch {
    display: none;
}
