/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.bc_hide {
    display: none !important;
}

.bc_show_ordered_image .bc_image {
    position: absolute;
    top: -75px;
    right: -62px;
}


.bc_close {
    position: absolute;
    right: -20px;
    top: -10px;
    width: 19px;
    height: 19px;
    background: black;
    text-align: center;
    border-radius: 40px;
    font-weight: bolder;
    color: white;
    cursor: pointer;
}
.bc_show_ordered_image {
    position: relative;
    width: 150px;
}

.header, .header-wrapper {
    z-index: 999999 !important;
}

.ea-standard {
    width: 100% !important;
    border: none !important;
    padding: 25px;
    background: #fff !important;
    box-shadow: 1px 4px 9px 1px #777;
}

.ea-btn {
    background-color: #a66f9b;
    color: #fff;
}

.popupaoc-button {
    padding: 10px 20px;
    background: #d26e4b !important;
    color: #fff !important;
    display: block !important;
    text-decoration: none !important;
    width: 50% !important;
    font-weight: bold;
    margin: 2em 0em;
}

.uni-node-content {
    margin: 1em 0em;
}

.uni-module.uni-module-text {
    margin: 1em 0em;
    display: none;
}

.appo-submit {
    background-color: #d26e4b !important;
}

div#AA_frm {
    width: 50%;
    margin: 0 auto;
    box-shadow: 1px 6px 6px 5px #ddd;
    padding: 28px;
}

#AA_frm a {
    color: #a16695 !important;
    text-decoration: none;
    font-weight: bold !important;
}

.pure-table td, .pure-table th {
    border: none !important;
}

table.pure-table {
    border: none;
}

div#aff-controls li {
    background-color: #a66f9b;
}

div#aff-controls li a {
    color: #fff;
}

div#aff-controls li a:hover {
    background-color: #a66f9b;
    color: #fff;
}

.ea-standard .step label {
    float: left;
}

.ea-standard .step select {
    width: 58%;
}

#booking-overview .row-worker {
    display: none;
}

.price.product-page-price {
    color: #111;
}

.woocommerce-Price-amount.amount {
    margin-right: 5px;
}

.price {
    color: #111;
    font-weight: bold;
}

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


}