/*
 Theme Name:   Padasopus
 Theme URI:    https://metatag.co.th
 Description:  giga-store Child Theme
 Author:       METATAG
 Author URI:   https://metatag.co.th
 Template:     giga-store
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  giga-store-child
*/

/* Woocommerce Different Number Of Shop Columns */
@media (min-width:769px) {
	.archive ul.products li.product {
	  width: 30.75% !important;
	} 

} 
img.custom-logo {
	width: 146px;
	height: 50px;
}
a.login-link:hover {
    color: #d50000;
}
.single-meta-date .month {
    padding: 4px;
    background-color: #ef5e9a !important;
    color: #ffffff;
}
.post-tag{
    background: #f5f5f5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.single-product .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 25px !important;
    background: #f6f7f9;
    padding: 10px 15px;
    color: #69c68a !important;
}
/* Contact Form 7 Responsive */
div.wpcf7 .wpcf7-form-control { 
	max-width: 100% !important;
}

.wpcf7-checkbox label input[type=checkbox] span.wpcf7-list-item-label {
	font-weight: normal !important;
}