/**
* Theme Name: Poco Child
* Description: This is a child theme of Poco, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: poco
* Version: 2.2.4
*/

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border: 1px solid #ffc541;
    background: #ffc541;
    color: #000;
}
a.button.buy-now-button {
    width: 65%;
    text-align: center;
    display: block;
    margin: 0 auto !IMPORTANT;
    position: relative;
    left: 7%;
}
@media only screen and (max-width: 450px) {

	h1.product_title.entry-title {
    font-size: 30px !IMPORTANT;
}
}
@media only screen and (max-width: 375px) {
a.button.buy-now-button {
    left: 17%;
    top: -54px;
}
	h1.product_title.entry-title {
    font-size: 30px !IMPORTANT;
}
}
@media only screen and (max-width: 330px) {
    a.button.buy-now-button {
        left: 0;
        top: 5px;
        width: 100%;
    }
}