/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.text-15 {
    font-size: 15px !important;
}
.text-red {
    color: red;
}
.html_topbar_right .text-red {
    padding-left: 5px;
}
.btn-big {
    width: 100%;
    text-align: left;
    color: #fff;
    border-radius: 4px;
    padding: 10px 10px 10px 70px!important;
    margin-bottom: 20px;
    font-size: 90%!important
}

.btn-test-driver {
    background-color: red
}

.btn-test-driver:before {
    background-image: url(driver.png);
}

.btn-big:before {
    position: absolute;
    content: "";
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 5px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    filter: invert(1)
}

.btn-big span {
    display: block;
    color: #f1f1f1;
    padding-top: 3px
}

.btn-big .info-text {
    font-size: 125%;
    font-weight: 700;
    color: #fff;
    padding-top: 0
}

.btn {
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 2px;
    display: block;
    position: relative
}

.btn-calculator {
    background-color: #333
}

.btn-calculator:before {
   background-image: url(caculator.png);
}
.product-summary .hotline-number {
  display: block;
    font-size: 200%;
    font-weight: 700;
    color: red
}
.price-wrapper * {
    color: red;
}
.price {
    line-height: 1
}

.product-info .price {
    font-size: 1.5em;
    margin: .5em 0;
    font-weight: bolder
}

.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: .8em;
    padding: 7.5px 0
}

.price-wrapper .price {
    display: block
}

span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: 700
}

.dark .price,.dark .price del,.dark span.amount {
    color: #fff
}

.header-cart-title span.amount {
    color: #f00
}
del span.amount {
    opacity: .6;
    font-weight: 400;
    margin-right: .3em
}