.modal.fade {
    top: 0px !important;
}

@media (min-width:600px) and (max-width:781px){
    .modal.fade {
        top:50px !important;
    }
    
}


/* .modal-content  */
.product_cat {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight:bold;
    font-size:13px;
}

table.table-bordered {
    width:100%;
    border-collapse: collapse;
}

table.table-bordered, table.table-bordered th, table.table-bordered td {
    border: 1px solid #ccc;
}

table.table-bordered th, table.table-bordered td {
    padding:5px;
}

iframe#calendar_embed {
    overflow:hidden;
    width:100%
}

.product_cat_description {
    background-color: #c7f1ff;
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
}




/* */
form.woocommerce-form-register input,
.woocommerce-form-register input,
.woocommerce-form-login input, .woocommerce-additional-fields textarea,
.woocommerce-billing-fields input, .woocommerce-billing-fields textarea,
.woocommerce-account-fields input{
    width: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 8px;
}


.woocommerce-billing-fields select {
    width: 100%;
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 8px;
} 


table.noborder td {
    border:none;
}

div.product_cat_link {
    padding:4px;text-align:center;
    border-radius:5px;margin:0 5px;
    font-size: 13px;
}


@media only screen and (max-width: 992px) {
    .fc-day-header {
        font-size:12px;
    }
    .fc-toolbar {
        width:100%;
        display:inline-block;
    }
    .fc-left, .fc-center, .fc-right {
        display:block !important;
    }
    .fc-center{
        text-align:center;
    } .fc-right {
        text-align:right;
    }
}



/* iframe calendar */

iframe#calendar_embed {
    display: block;
    background: #ccc;
    border: none; 
    height: 100vh;
    width: 100%;
}


/* hide update cart button */
button[name="update_cart"] {
    display: none !important;
}


.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    margin: 0 5px;
}