/*
Theme Name: Phong Vu Media
Description: This is a child theme for PhongVu Theme
Author: Phong Vũ
Template: shop
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#footer .footer-1 { border-top: none;}

#footer .footer-1 .widget:nth-child(1) { 
width: 50% !important;
flex-basis: 50% !important;
max-width: 50% !important;
}

#footer .footer-1 .widget:nth-child(2),
#footer .footer-1 .widget:nth-child(3) { 
width: 25% !important;
flex-basis: 25% !important;
max-width: 25% !important;
}

h1.product-title { font-size: 1.2em;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

#footer .footer-1 .widget:nth-child(1) { 
width: 100% !important;
flex-basis: 100% !important;
max-width: 100% !important;
}

#footer .footer-1 .widget:nth-child(2),
#footer .footer-1 .widget:nth-child(3) { 
width: 50% !important;
flex-basis: 50% !important;
max-width: 50% !important;
}

}