#ywcdd_delivery_settings_title-description,#ywcdd_timeslot_settings_title-description{
    display: none;
}
#ywcdd_delivery_settings_title-description,#ywcdd_timeslot_settings_title-description,#ywcdd_custom_processing_product-description,#ywcdd_custom_processing_product_category-description{
    margin: -20px 0 0 !important;
    width: 100% !important;
    box-sizing:border-box;
    position:relative;
}


#ywcdd_delivery_settings_title-description p, #ywcdd_timeslot_settings_title-description p, #ywcdd_custom_processing_product-description p, #ywcdd_custom_processing_product_category-description p{
    background: transparent !important;
    margin:0 !important;
    padding:0 !important;
    width: 100% !important;
}

#ywcdd_delivery_settings_title-description p:before, #ywcdd_timeslot_settings_title-description p:before, #ywcdd_custom_processing_product-description p:before, #ywcdd_custom_processing_product_category-description p:before{
    display:none!important;
}

.ywcdd_option_message_disabled{

    color:#ff0000;
}
/*PROCESSING TAB*/

.yith-plugin-ui h2 .subtitle{
    margin: 0;
    padding: 0;
    text-transform: none;
    padding-top: 10px;
    font-size: 12px;
}
.ywcdd_required_field{
    border:2px solid red!important;
}

#ywcdd_processing_type ul li {
    display: inline-block;;
    margin-right: 5em;
}

#ywcdd_processing_method_table .yith-section-description{
    color:#ff0000;
    font-size: 12px;
    font-weight: 700;
}

.ywcdd_processing_method_hide .list-table-title a{
    display: none!important;
}

/**CUSTOM PROCESSING DAY*/
#yith_new_shipping_day_prod .yith-toggle-content-row.ajax-products, #yith_new_shipping_day_cat .yith-toggle-content-row.ajax-terms{
    display: none;
}

.ywcdd_quantity_row{
    display: table;
}

.ywcdd_quantity_item{
    display: table-row;
    line-height: 38px;

}

.ywcdd_single_field{
    display: table-cell;
    padding:5px 5px 5px 0;
    font-size: 12px!important;
}

.ywcdd_quantity_row input[type="number"]{
    width: 98px!important;
}
.ywcdd_add_new_range_container{
    margin-top: 10px;
}
.ywcdd_add_range , .ywcdd_delete_range{
    text-decoration: none;
}

.ywcdd_delete_range{
    margin-left: 8px;
}


.ywcdd_delete_range .yith-icon.icon-trash{
    position: relative!important;
    margin-left: 0!important;
    right: 0!important;
    font-size: 15px!important;

}
.ywcdd_from{
    margin-left: 5px!important;
}
.ywcdd_from, .ywcdd_to, .ywcdd_day {
    margin-right: 5px!important;
}

.ywcdd_delete_range:hover span:before{
    color:#ff0000;
}

/*CALENDAR TAB*/

#ywcdd_general_calendar .fc-row table th{
    padding: 0!important;
    width: auto!important;
}
#yith_delivery_date_panel_general-calendar .yit-admin-panel-content-wrap{
    overflow: auto;
}
#ywcdd_general_calendar .fc-center h2{
    padding: 0!important;
    border: 0!important;
}
#ywcdd_general_calendar .fc-content-skeleton table td{
    padding:0!important;
}
#ywcdd_general_calendar .fc-button-group button.button-primary{

    color: #fff;
    line-height: 26px;
    margin-left: 5px;
    text-transform: uppercase;
    box-shadow: none;
    background: #517581;
    font-weight: 700;
    font-size: 11px;
    padding: 0px 14px;
    outline: none;
    height: auto;
    transition: all ease 0.3s;
    text-shadow: none;
    vertical-align: middle;
}
#ywcdd_general_calendar .fc-button-group button.button-primary.fc-state-active,#ywcdd_general_calendar .fc-button-group button.button-primary:hover
{
    border-color: #517581;
    background: #267390;
}
.fc-event-container a{

    position: relative;
}


.ywcdd_delete_calendar{
    position: absolute;
    top:5px;
    right: 5px;
    z-index:99;
    cursor: pointer;
}

.ywcdd_delete_calendar:after{
    font-family: 'WooCommerce';
    content: '\e013';
}
#ywcdd_general_calendar .fc-view-container{
    background: #fff;
}

#ywcdd_mail_content{
    height:auto!important;
    min-height: 238px;
}