/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
    color: inherit;
    word-break: normal;
    direction: ltr;
    text-align: left;
    white-space: pre;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    top: calc(100vh - 366px) !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    bottom: 0;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    padding: 7px !important;
    font-size: 150% !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
    z-index: 999999;
}

.jet-form-builder__heading {
    display: none
}

.jet-apb-calendar-appointments-list {
    padding: 10px 0 !important
}

.elementor-nav-menu ul.sub-menu {
    position: relative !important;
}

#header-menu-icon i {
    font-size: 24px;
}

#header-menu-icon .elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

aside.e-off-canvas {
    z-index: 2000;
}

.icon-list-footer-last-child li:last-child i {
    transform: scaleX(-1);
    width: auto;
    margin-left: 6px;
    font-size: 16px;
}

.hover-box:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.elementor-widget-theme-post-content ul.no-style {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    line-height: inherit;
}

.elementor-widget-theme-post-content ol,
.elementor-widget-theme-post-content ul {
    margin: 10px 0;
    padding: 0 20px 0 0;
    line-height: inherit;
}

.elementor-widget-theme-post-content strong {
    font-weight: 600;
}

#elementor-menu-cart__toggle_button {
    border-radius: 50px 0 50px 50px;
}

.woocommerce a.added_to_cart {
    display: none !important;
}

body .custom-number-btn,
body .custom-number-btn:hover {
    background-color: white;
    color: black;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button br,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button br,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button br {
    display: none;
}

#place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background-color: var(--e-global-color-cb6ba98);
    color: var(--e-global-color-2e5375d);
    transition: all 0.3s;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    padding: 15px 25px;
    margin: 20px 0px 0px 0px;
    border-style: none;
    border-radius: 50px 0px 50px 50px;
}

#place_order:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #722f37;
}

.woocommerce table.shop_table td .quantity br {
    display: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 75px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}

#billing_phone {
    text-align: right;
}

.product-attributes {
    font-size: 16px;
}

.cya11y-menu-btn {
    right: auto !important;
}

@media (max-width: 768px) {
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left {
        top: calc(100vh - 303px) !important;
    }

    #header-menu-icon i {
        font-size: 18px;
    }
}