/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.entry-header .entry-title {
    font-size: 35px!important;
}
.page-id-57 .entry-header {
    display: block;
}

/* Book Onlne Page */
@media all and (min-width:768px){
    .woocommerce.columns-1 ul.products li.product-category {
        width: 31%;
        float: left;
        clear: none;
        margin: 1%;
        text-align: center;
    }
    a.product-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .woocommerce.columns-1 ul.products li.product {
        position: relative;
        border-bottom: 1px solid #ccc;
        padding-bottom: 50px;
    }
    .product-img {
        display: inline-block;
        vertical-align: top;
        max-width: 33%;
        margin-right: 1%;
    }
    .product-content {
        display: inline-block;
        vertical-align: top;
        max-width: 63%;
        padding-bottom: 15px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
        float: none;
    }
}
h2.woocommerce-loop-category__title {
    color: #000;
}
.woocommerce.columns-1 ul.products li.product-category mark.count {
    display: none;
}
.woocommerce ul.products li.product .onsale {
    display: none;
}
.woocommerce ul.products li.product .price ins {
    font-size: 16px;
}
.woocommerce ul.products li.product .price del {
    display: block;
    font-size: 14px;
}
.product-date {
    font-weight: bold;
    margin-bottom: 15px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff !important;
    background-color: #ff5f2d !important;
}
.woocommerce ul.products li.product .price{
    color:#ff5f2d;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    padding-top: 15px;
}
.product-inner {
    background-color: #f9f9f9;
    position: relative;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.product-inner:hover {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,125);
    box-shadow: 0 0 5px rgba(0,0,0,125);
}
.product-excerpt {
    font-size: 14px;
    margin-bottom: 15px;
}
img.zoomImg {
    display: none !important;
}
.woocommerce span.onsale {
    display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ff5f2d;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    display: block;
}
.product_meta {
    display: none;
}
.input-text {
    padding: 10px 15px !important;
}
.woocommerce form .form-row .optional {
    display: none;
}
.condition-explain, .allergies-explain, .anaphylaxis-explain, .friend-name, #additional_kids_field {
    display: none;
}
.condition-explain.active, .allergies-explain.active, .anaphylaxis-explain.active, .friend-name.active, #additional_kids_field.active {
    display: block;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
}
input#terms {
    position: relative;
}
.i-have-voucher {
    background-color: #ff5f2d;
    border: #ff5f2d;
    border-radius: 0;
    color: #fff !important;
    font-weight: bold;
}
.menu li a {
    margin-left: 19px;
}
#global-invite {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#product-15900 .summary > p.price {
    font-size: 0;
    margin-bottom: 15px;
}

#product-15900 .summary > p.price:after {
    content: "$250 per week";
    font-size: 20px;
}

#product-15900 #tab-description h2,
#product-15900 .wcpa_price_summary{
    display:none
}

#product-15900 a.btn.btn-warning {
    color:#fff!important;
    background-color:#ff5f2d!important;
    border-color:#ff5f2d!important;
}

table.woocommerce-MyAccount-subscriptions {
    display: none;
}

.xoo-wsc-qty-price .subscription-details {
    display: none;
}
span.subscription-details {
    display: none;
}
span.select2-selection__clear {
    display: none;
}