/*!
Theme Name: PhranakornSoft Themes for Hello Elementor Child
Theme URI: https://www.phranakornsoft.com/
Author: PhranakornSoft
Author URI: https://www.phranakornsoft.com
Template: hello-elementor
Description: PhranakornSoft Themes for Elementor Child Themes
Version: 1.0.5
*/

/*Vendor Selection Woo Acc CSS*/
.all-vendor-css {
    display: flex;

    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
a.vendor-item {
    transition: .5s;
    width: 23%;
    padding: 5px;
}
a.vendor-item:hover {
    transition: .5s;
	transform: scale(1.15);
}
@media (max-width: 1024px) {
    .title-ven{
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    a.vendor-item {
        transition: .5s;
        width: 50%;
        padding: 5px;
    }
    .title-ven{
        font-size: 16px;
    }
}