/**
* Theme Name: Smartic Child
* Description: This is a child theme of Smartic, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: smartic
* Version: 2.1.4
*/

.title1 {
	color:#4D8B55;
}

.title2 {
	color:#6BB544;
}

.sub_title1{
	font-size:28px;
	line-height:1px;
	color:#4D8B55;	
}

.sponsor_btn {
	/*margin:0px 10px;*/
}

#uap_affiliate_username_text {
	margin-right:10px;
}

/*****************************
 * 
 * WooCommerce custom CSS
 * 
 *****************************/
#order_review table th {
  padding: 0.1em 0em;
}

.input-text {
  padding: 0.5em 1em;
  border-width: 2px;
  border-style: solid;
  border-radius: 12px;
  transition: all ease-in-out 0.3s;
  font-size: 14px;
}

.uap-username-not-exists {
	margin: 10px 0px;
	line-height: 1em;
	font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

#place_order {
	width:50%;
}

.form-row label {
  margin-bottom: 0.0em;
  font-family: "Jost", Sans-serif;
  font-size: 15px;
  font-weight: 500;
}

p.form-row{
  margin: 0 0 0.75em;	
}

.form-row input{
  padding: 8px 10px;
  border-radius: 6px;
}

#billing_address_2{
	margin-top:26px;
}

.form-row .select2-container--default .select2-selection--single {
  min-height: 42px;
  border-radius: 6px;
	
}

.form-row .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 42px;
}

.thwmsc-tab-content table.cart {
  table-layout: auto;
}

#mwc-messages-container > div:not(:empty) {
  margin: 0px;
}



