/*
 Theme Name:   myStore active
 Description:  myStore Active Theme
 Author:       hk-web-design
 Author URI:   https://hk-web-design.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.hkwd-footer-payment-icons{
    display: inline-flex;
    margin: 0 2px 5px !important;
}
.hkwd-footer-payment-icons img{
    height: 18px !important;
    width: auto !important;
}

/* Author name on blog posts */
.entry-meta.wd-entry-meta{
    display: none;
}

/* Need prepend parent */
.wd-slide {
	transition-duration: 500ms;
}
/* PC */
@media (min-width: 1025px) {
    /* footer 4 column */
    .main-footer .widget_nav_menu {
        text-align: center;
    }

}
/* Tablet */
@media (max-width: 1024px) {

}
/* Mobile */
@media (max-width: 767px) {

}