/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



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


}

.shop_table .product-thumbnail {
    width: 210px;
}

/* Style the vendor list container */
ul.wcpv-vendor-list-shortcode {
	  list-style: none;
	    padding: 0;
	      margin: 0;
      }

      /* Style each vendor item */
      ul.wcpv-vendor-list-shortcode li {
	        margin-bottom: 20px;
		  display: flex;
		    align-items: center;
	    }

	    /* Style the vendor name link */
	    .wcpv-vendor-name {
		      font-size: 16px;
		        font-weight: bold;
			  text-decoration: none;
			    color: #333; /* Change the color to your preference */
			      margin-right: 10px;
			        transition: color 0.3s;
			}

			.wcpv-vendor-name:hover {
				  color: #ff6600; /* Change the hover color to your preference */
			  }

			  /* Style the vendor logo */
			  .wcpv-vendor-logo img {
				    max-width: 100px; /* Adjust the maximum width of the logo */
				      height: auto;
				        border: 2px solid #ccc; /* Add a border around the logo */
					  border-radius: 50%; /* Make the logo circular */
					    transition: border-color 0.3s;
				    }

				    .wcpv-vendor-logo img:hover {
					      border-color: #ff6600; /* Change the border color on hover */
				      }

