/*
Theme Name: Menu Order
Description: 
Author: Le Van Toan
Template: flatsome
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
b, strong {
    font-weight: 700;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0 0 20px 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

form.searchform .search-field {
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    box-shadow: none;
    height: 35px;
    font-size: 14px;
    border-right: 0;
}
form.searchform button.ux-search-submit {
    height: 35px;
    width: 45px;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
}

#billing_address_2_field>label, #shipping_address_2_field>label {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    width: 100% !important;
}

.payment_methods li+li {
    margin-top: 5px;
}
.woocommerce-shipping-destination{
    display: none !important;
}

.woocommerce-order-received .col-inner > .woocommerce {
    background: #fff;
    padding: 20px;
}

ul.wc-item-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.wc-item-meta li p {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.wc-item-meta .amount {
    font-weight: 400;
    font-size: 12px;
}
ul.wc-item-meta strong.wc-item-meta-label {
    font-weight: 400;
    font-size: 13px;
}
td.woocommerce-table__product-name.product-name > a {
    font-weight: 700;
}
li.wc_payment_method label {
    cursor: pointer;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
    width: 260px !important;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
}
