.ship-advantages-wrapper .ship-advantages-list li{
    padding-right: 10px;
}

.header .menu-top ul.menu {
    justify-content: flex-end;
}

.header .menu-top ul.menu a {
    font-weight: 600;
    font-size: 17px;
}

.wp-block-bookly-form{
    padding: 20px 30px 25px;
    background: #e8f3f8;
    margin: 30px 0 30px;
}

.bookly-form select {
    font-size: 18px !important;
}

.bookly-form label {
    font-size: 16px;
}

.bookly-extra-step .bookly-box .bookly-extras-item{
    display: flex;
    width: 100%;
    margin: 0 0 20px!important;
}

.bookly-extra-step .bookly-extras-item .bookly-extras-count-controls {
    white-space: nowrap;
}

.bookly-extra-step .bookly-extras-thumb {
    margin: 0 15px 0 0;
}

.bookly-box.bookly-bold {
    color: #336600;
}

.bookly-close.bookly-js-close {
    width: auto;
    height: auto;
    background: no-repeat;
    color: #000;
    padding: 0;
    margin-top: -25px;
    opacity: 1;
}

.bookly-modal-footer .bookly-btn-submit {
    height: auto;
    width: auto;
    padding: 12px 20px !important
}

.bookly-btn-cancel {
    margin-left: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;

    @media (max-width: 991px) {
        white-space: normal;
    }

    .woocommerce-Price-amount.amount {
        font-size: 14px;
        color: #767676;
        font-weight: 400;

        .woocommerce-Price-currencySymbol {
            font-size: 14px;
            color: #767676;
            font-weight: 400;
        }
    }
}

.shop_table .order-total td, .shop_table .order-total th {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .woocommerce td.product-name dl.variation dt {
    float: none;
}

.woocommerce-order-received .woocommerce-info{
    display: none;
}

.woocommerce-order-received .woocommerce-form-login{
    display: none;
}

.woocommerce table.shop_table td.woocommerce-table__product-name a{
    color: #000;
    border: none;
    pointer-events: none;
}

body .bookly-form .bookly-label-error {
    color: #c5000c !important;
}