/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

body:not(.elementor-editor-active) .hide_content{
    display: none;
}
body.elementor-editor-active .hide_content{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    height: 0;
    z-index: 0;
}
[data-elementor-type="popup"]:not(.elementor-edit-mode) {
    display: block!important;
}
#elementor-panel-elements-loading{
    display: none!important;
}
/*.show-cart .elementor-menu-cart__container .elementor-menu-cart__main {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: fixed;
    top: 0;
    width: 350px;
    max-width: 100%;
    right: 0;
    bottom: 0;
    padding: 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2)!important;
    box-shadow: 0 0 20px rgba(0,0,0,.2)!important;
    -webkit-transform: translateX(0)!important;
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: visible!important;
    opacity: 1!important;
}
.show-cart .elementor-menu-cart__container {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    overflow: hidden !important;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.25)!important;
    -webkit-transition: background-color .4s,-webkit-transform 0s!important;
    transition: background-color .4s,-webkit-transform 0s!important;
    -o-transition: background-color .4s,transform 0s !important;
    transition: background-color .4s,transform 0s!important;
    transition: background-color .4s,transform 0s,-webkit-transform 0s!important;
}*/
.owp-cart-overlay {
    display: none !important;
}

.woocommerce-order-received .order_details .woocommerce-Price-amount.amount {
    color: #E24030 !important;
}
.woocommerce-order-received .woocommerce-order-details__title {
    color: #E24030 !important;
}
.woocommerce-order-received .woocommerce-column__title {
    color: #E24030 !important;
}