.lipo-tool *:not(.fa) {}

.lipo-pdf-tbl {
    position: absolute;
    left: -100000px;
    margin-top: 40px;
}
/*
.lipo-tool .wpcf7 form.sent .wpcf7-response-output {
    display: none!important;
}
*/
.lipo-tool {
    background: #fff;
    padding: 0px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 820px;
}

.lipo-tool .fluentform fieldset {
    gap: 0;
}

.lipo-tool .fluentform fieldset .ff-el-group {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.lipo-tool #fluentform_6_success {
    text-align: center;
}

.lipo-number-selected {
    display: none;
}

.lipo-wrap {
    padding: 20px;
    padding-top: 3px;
}

.lipo-tool .lipo-info {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.lipo-title {
	font-family: 'antic didone';
    text-align: center;
    font-size: 36px;
    line-height: 57px;
    text-transform: capitalize;
    color: #000;
    font-weight: bold;
}

.lipo-tool form input[type="text"],
.lipo-tool form input[type="email"],
.lipo-tool form input[type="tel"] {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: none;
    color: #000;
    font-family: Antic Didone;
    font-weight: 300;
    height: auto;
    margin-bottom: 0px;
    padding: 15px 15px;
    font-size: 17px;
    height: 45px;
}

.lipo-row.lipo-row-header {
    margin-bottom: 25px;
    margin-top: 25px;
}

.lipo-row-header .lipo-col {
    text-align: center;
	font-family: 'antic didone';
    font-size: 25px;
    line-height: 26px;
    color: #000;
}

.lipo-tool input[type="submit"],
.lipo-number-selected,
.lipo-btn-show {
    text-transform: capitalize;
    font-family: 'antic didone';
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 15px 21px;
    font-weight: normal;
    font-size: 18px;
    border-radius: 30px;
    width: 100%;
    margin-top: 20px;
    outline: none;
    border: 0px;
}

.lipo-number-selected,
.lipo-btn-show {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
}
  .lipo-btn-show {
  cursor: pointer;
  }
.lipo-number-selected div {
    color: #fff;
    margin-top: 10px;
}

.lipo-tool table {
    background: transparent;
    margin-bottom: 0px;
    border: solid 0px #fff;
    width: 100%;
}

.lipo-tool table td,
.lipo-tool table th {
    text-align: center;
    font-family: Oswald!important;
    font-weight: normal;
}

.lipo-tool table tr:nth-of-type(even) {
    background: #ffffff;
}

.lipo-tool table tr:nth-of-type(odd) {
    background: #f3f0f0;
}

.lipo-tool table tr:nth-last-child(1) {
    border-bottom: 0px solid #fff;
    background: black;
}

.lipo-tool table tr:nth-last-child(1) td {
    color: #fff;
}

.lipo-tool table tr:nth-child(1) {
    border-bottom: 0px solid #fff;
    background: black;
}

.lipo-tool table tr:nth-child(1) th {
    color: #fff;
}


/*///////////////////*/

.lipo-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lipo-col {
    flex: 1;
    margin: 0px 10px;
}

.lipo-form {
    display: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}

.lipo-form .lipo-fields {
    margin: 10px 0px;
}

.lipo-col input[type="checkbox"]+label {
    display: flex;
    align-items: center;
    background-color: #3B3B3B;
    border: 0px solid #3B3B3B;
    border-radius: 20px;
    margin: 10px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    padding: 23px 15px 25px 20px;
    cursor: pointer;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    width: 165px;
    text-align: left;
    position: relative;
    height: 58px;
    font-family: "antic didone";
    font-weight: normal;
}

.lipo-col input[type="checkbox"]+label::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    content: "\f00c";
    transition: transform .3s ease-in-out;
    border: 0px solid #9F9F9F;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: #000;
    background: #9F9F9F;
    margin-left: 20px;
    position: absolute;
    right: 20px;
}

.lipo-col input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    background: green;
}

.lipo-col input[type="checkbox"] {
    position: absolute;
    display: none;
    opacity: 0;
}


/*//////////////////////////*/

@media all and (max-width:1250px) {
    .lipo-col input[type="checkbox"]+label {
        width: 100%;
    }
   
        .lipo-row {
            display: flex;
            align-items: stretch;
            justify-content: stretch;
            flex-wrap: wrap;
        }
        .lipo-col input[type="checkbox"]+label {
            min-width: 200px;
        }
   
}

@media all and (max-width:800px) {
    .lipo-tool .lipo-form input[type="text"],
    .lipo-tool .lipo-form input[type="tel"] {
        margin-bottom: 10px;
    }
    .lipo-tool input[type="submit"] {
        margin-top: 10px;
    }
    .lipo-tool .wpcf7-form-control-wrap {
        float: none;
    }
    .lipo-col input[type="checkbox"]+label {
        min-width: auto;
    }
    .lipo-wrap {
        padding: 20px 0px;
        padding-top: 3px;
    }
    .lipo-col input[type="checkbox"]+label {
        width: 171px;
        min-width: 100%;
    }
}

@media all and (max-width:425px) {
    .lipo-col input[type="checkbox"]+label {
        width: 135px;
    }
}