/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.sticky-left-col, .sticky-right-col{
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

del {
    text-decoration: none !important;
}
del bdi{
    text-decoration: line-through;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input{
    width: calc(30% - 54px) !important;
    margin-bottom: 0;
}
.supplier_request_notification{
    width: 60% !important;
    padding: 20px !important;
    border: 1px solid #ededed !important;
    color: #000;
}
.ctc-analytics.ht_ctc_padding{
    box-shadow: none !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label{
    padding-left: 5px !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    color: #000 !important;
    background: none !important;
    border: 1px solid #ccc !important;
}
#order_shipping_line_items{
    display: none;
}
.wc-order-data-row .wc-order-totals tr:nth-child(1){
    display: none;
}
.wc-order-data-row .wc-order-totals tr:nth-child(2){
    display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.supplier_request_notification{
    width: 100% !important;
}

}