/*
Theme Name: DeBebe Child
Author: VamTam
Author URI: https://vamtam.com
Template: vamtam-debebe
*/



/*

put your child theme styles here


you don't need any @import rules

*/
.product .vamtam-add-to-cart-wrap {
	display: flex;
	flex-direction: row-reverse;
	gap: 1rem;
	justify-content: center;
}

.product .input-text.qty.text {
	width: 3.5rem;
	text-align: center;
	padding: 10px 0 10px 10px;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	align-items: center;
	border-radius: 5px;
	display: flex !important;
	margin-top: 0 !important;
}

.navigation.vamtam-pagination-wrapper {
	margin-top: 2rem;
}