/*
    Template:       veera
    Theme Name:     Veera Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Veera - Multipurpose WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		    GNU General Public License
	  License URI: 	  licence/GPL.txt
    Text Domain:    veera-child
    Domain Path:    /languages/
*/

.products .product_item .woocommerce-Price-amount {
	color: #ffffff;
}

.vs-footer-logo {
	padding: 50px;
	width: 66%;
	justify-self: flex-end;
}

.vs-footer-logo-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
	column-gap: 50px;
	row-gap: 30px;
}

.vs-footer-logo-item {
	width: 33.33%;
}

.vs-footer-link {
	margin-top: 64px;
	font-size: 24px;
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.footer-top {
		padding: 15% 0 5%;
	}

	.vs-footer-logo {
		width: 55%;
	}

	.vs-footer-logo-list {
		flex-direction: column;
		align-items: center;
	}
	.vs-footer-logo-item {
		width: 50%;
	}
	.vs-footer-link {
		text-align: center;
		font-size: 18px;
	}
}

@media (max-width: 780px) {
	.vs-footer-logo {
		width: 100%;
	}
}