/**
* Theme Name: Bakevo Child
* Description: This is a child theme of Bakevo, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: bakevo
* Version: 1.0.20
*/

#reviews #comments {
    margin: 0px !important;
}
.elementor-684 h5 a {
    color: white !important; /*fix elementor cache?*/
}
.bakevo-canvas-info .elementor-icon-box-wrapper {
    text-align: center; /*fix elementor cache?*/
}
.inventory_status, #review_form_wrapper {
    display: none !important;
}
body.single-product {
    header {
        margin-bottom: 45px;
    }
    .woocommerce-product-rating {
        margin: 0px !important;
    }
    .sku_wrapper, p.price {
        display: none !important;
    }
    .woocommerce-product-details__short-description p {
        margin-bottom: 20px !important;
    }
    .related, .upsells {
        padding: 50px 0px 125px 0px;
    }
    .product_meta {
        padding: 20px 0px !important;
        span, a {
            text-transform: none !important;
        }
    }
    .summary { 
        .btn-product-read-more {
            display: inline-block;
        }
        .woosw-btn {
            margin: 12px 0px 0px 15px;
        }
    }
    .product_title {
         margin: 15px 0 20px 0 !important;
    }
    .entry-summary-top {
        position: unset;
        right: auto;
    }
    .woocommerce_top_summary {
        position: absolute;
        top: 3px;
    }
    .product-action-wrapper { 
        margin: 20px 0px;
        display: flex;
        align-items: start;
    }
    .product-order-code {
        margin-top: 3px;
        font-size: 14px;
    }
}
.bakevo-sidebar-left .woocommerce-pagination-wrap .page-numbers {
    justify-content: center;
    margin: 20px 0px 0px 0px;
    gap: 5px;
}
.bakevo-sorting .woocommerce-ordering select {
    width: 205px !important;
}
.widget_product_categories ul.children {
    display: block;
}
.rodo p, .rodo label, .wpcf7-not-valid-tip {
    font-size: 13px;
}
.wpcf7-form {
    textarea {
        margin-bottom: 0px !important;
    }
    p {
         margin: 0px;
    }
}
.rodo { 
    margin-bottom: 20px;
    label {
        font-weight: normal;
        margin: -10px 0px 0px 0px;
        cursor: pointer;
        .wpcf7-not-valid-tip {
            margin-left: 5px;
            display: inline;
        }
    }
    .wpcf7-list-item {
        display: inline-block;
        margin: 0px;
        input {
            margin: 0px !important;
        }
    }
    .wpcf7-form-control-wrap {
        width: auto !important;
        display: inline-block !important;
    }
}

.gecko .main-navigation ul.menu > li.menu-item-has-children > a::after {
    vertical-align: middle;
}
.quantity_wrap {
    width: 100%;
    text-align: center;
}
a.btn-product-read-more {
    background-color: var(--e-global-color-secondary);
    color: white;
    padding: 10px 20px;
    display: block;
    border-radius: 8px;
    transition: 0.5s all;
    font-weight: 500;
}
a.btn-product-read-more:hover {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-n-tabs .e-n-tab-title-text, .elementor-widget-n-tabs .e-n-tab-title-text small {
    display: block;
    line-height: 1.2;
    text-transform: none;
}
.custom-tabs-contact .e-n-tab-title::before {
    background-color: var(--e-global-color-secondary) !important;
}
.fix-map {
    background: white;
  height: 59px;
  position: relative;
  margin-bottom: -59px;
}
.page-id-31 .breadcrumb-wrap {
    position: relative;
    z-index: 5;
}