	@media only screen and (max-width: 750px) {
.canvas-menu.active .lg\:hidden.mt-8.items-center.mobile_bottom {
    display: none !important;
}
}

.canvas-menu.active .lg\:hidden.mt-8.items-center.mobile_bottom {
    display: none !important;
}

.single-product .product-summary form .buy-now a {
    background:#f35b1a !important;
    border: 2px solid ;
    color: #fff;
    transition: .3s;
}
.single-product .product-summary form .single_add_to_cart_button  {
    background: #ffce11 !important;
    border: 1px solid #000;
    color: #000;
    transition: .3s;
}
.single-product .product-summary form .single_add_to_cart_button:hover  {
    background: #ffce11 !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    transition: .3s;
}
