/**
* Theme Name: Pawpals Child
* Description: This is a child theme of pawpals 
* Author: Creatives_Planet
* Template: pawpals
* Version: 1.0
*/



@media (min-width:320px) and (max-width: 768px){
.woocommerce-shop .pbmit-title-bar-wrapper{
   background-position-x: 36% !important;
        min-height: 212px !important;
    }
    
 .woocommerce-shop .pbmit-title-bar-content{
         min-height: 212px !important;

 }

}

.woocommerce #primary .woocommerce-message .wc-forward:hover {
    background-color: #ffffff !important;
    color: #002d5a !important;
    border: 1px solid #002d5a !important;
    }
    
.woocommerce-Tabs-panel h2{
display: none
}

.woocommerce-message {
    padding: 15px 89px 17px 44px !important;
}



/* Make Buy Now button responsive & match styling */
#buy-now-btn.buy-now-responsive {
    margin-left: 10px;
}

/* Mobile responsive */
@media (max-width: 600px) {
    .single_add_to_cart_button,
    #buy-now-btn.buy-now-responsive {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px;
        text-align: center;
    }
}