/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 div.wcfm-collapse-content h3 {
 	font-size: 16px;
    line-height: 20px;
    display: table-cell;
    float: left;
    font-weight: 600;
    color: #17a2b8;
    margin-top: 6px;
    margin-bottom: 15px;
    width: auto;
    padding: 0;
    clear: none;
    font-style: italic;
 }

 div.wcfm-collapse-content p.wa-order-wcfm-vendor-setting-description {
 	margin: 0 0 15px;
 }

 input.wcfm-checkbox, input[type="checkbox"].wcfm-checkbox {
     margin-right: 50% !important;
     position: unset !important;
 }
 label.onoffswitch-label {
     padding-left: 0 !important;
 }
 label.onoffswitch-label::before{
 	border:none !important;
 }
 label.onoffswitch-label::before{
 	color:transparent !important;
 }