/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.product .summary.entry-summary .price{
    display: none;
}


.wpr-registration-messge-wrapper{
    max-width: 400px;
    margin: 0 auto;
    background: #1a6337;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: white;
}

.wpr-registration-messge-wrapper > p{
    margin: 0;
}

.wpr-continue-shopping{
    float: right;
    margin-right: 10px;
    padding: 12px;
    background: #207241 !important;
    transition: 0.2s all ease;
}

.wpr-continue-shopping:hover{
    background: #0c2042 !important;
}

#wpr-menu-cart .elementor-menu-cart__container{
    top: 32px;
}


/** -------------------- Responsive ---------------------- **/

@media screen and (max-width: 580px) {
    .wpr-continue-shopping {
        max-width: 100%;
        margin: 10px 0 0 0;
        float: none;
        display: block;
    }
}

@media screen and (max-width: 744px) {
    .wpr-continue-shopping {
        margin-top: 10px;
        margin-right: 0;
    }
}

@media screen and (max-width: 1107px) and (min-width: 960px){
    .wpr-continue-shopping {
        margin-right: 10px;
    }
}

@media screen and (max-width: 959px) {
    .wpr-continue-shopping {
        margin-right: 10px;
    }
}
