/*
Theme Name: Digi Child Theme
Theme URI: https://digi.nasatheme.com/demo/
Description: This is a child theme for Digi Theme
Author: nasatheme
Author URI: https://nasatheme.com
Template: digi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

.req-account-wrapper{
	padding-top: 100px;
	padding-bottom: 100px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.req-account-main{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.req-acc-btn{
	width: 100% !important;
}






.woocommerce ul.products li.product {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1024px) {
  .woocommerce ul.products li.product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}


