.logo img, .logo svg
{
    width:auto !important;
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: 8px 16px 0 -20px;
    text-align: center;
    vertical-align: middle;
}

.shipping_insurance_box .checkbox
{
    padding-left: 15px;
}


@media only screen and (max-width: 768px) {
/* For mobile phones: */
.header-sticky .logo img, .logo img, .logo svg {
    height: 40px !important;
}
.info-top-right span{
    display:none;
}

.page-title h1 {
    color: #222!important;
    font-size: 18px;
}

.themesflat-top .content-left li{
        font-size: 8px !important;
        padding-left: unset !important;
     margin-top: unset !important;
}
.contactform4 select, .contactform4 textarea, .contactform4 input[type="text"], .contactform4 input[type="password"], .contactform4 input[type="datetime"], .contactform4 input[type="datetime-local"], .contactform4 input[type="date"], .contactform4 input[type="month"], .contactform4 input[type="time"], .contactform4 input[type="week"], .contactform4 input[type="number"], .contactform4 input[type="email"], .contactform4 input[type="url"], .contactform4 input[type="search"], .contactform4 input[type="tel"], .contactform4 input[type="color"]
{
    margin-bottom: 10px !important;
}
.cf7mls_back.action-button {
    float: right;
    margin-top: -45px !important;
}

}
@media only screen and (min-width: 600px) {
/* For tablets: */

}
@media only screen and (min-width: 768px) {
/* For desktop: */
.cf7mls_back.action-button
{
        padding: 0 27px !important;
            margin: -45px 5px !important;
            float:right;
}
.woocommerce-checkout h1, .woocommerce-cart h1{
    font-size:24px !important;
}
}


.cf7mls_next.action-button, .cf7mls_back.action-button
{
        padding: 0 27px !important;
            font-size: 14px !important;
                border-radius: 3px !important;
                cursor: pointer;
    white-space: nowrap;
}


span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: -20px;
    margin-bottom: 15px;
}