/**
* Theme Name: Arila Child
* Description: This is a child theme of Arila, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: arila
* Version: 1.0.0
*/


/* Global Font: Roboto */
html, body, * {
    font-family: 'Roboto', sans-serif;
}


.form-1{
background-color:white;
}

.form-1 .row {
  margin: 0 !important;
}
.form-1 .column-12 {
  border-bottom: 1px solid black !important;
}

.form-1 .submit {
  background-color: red !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 10px 50px !important;
  margin-top: 10px;
  margin-left: 10px;
}

.form-1 .elementor-button-icon {
  display: none !important;
}
#index-products h3 {
  font-size: 25px;
  line-height: 25px;
}

#mc4wp-form-1 .form-input{
	padding:0 !important;
}




#mc4wp-form-1 input{
padding: 10px !important;
}


#mc4wp-form-1 .form-button i {
  display: none;
}



.mobile-tab-title.mobile-categories-title {
  display: none !important;
}
.arila-mobile-nav .mobile-nav-tabs{
	background-color: red !important;
}
.arila-mobile-nav .mobile-nav-tabs ul li::before{
		background-color: red !important;
}




@media (max-width: 400px) {
#index-products h3 {
  font-size: 17px;
  line-height: 17px;
}	
}