/*
Theme Name: hello-elementor Child
Template: hello-elementor
Version: 1.0
*/
.site-main{
	margin-top:100px !important;
}
.price{
	padding-left:10px;
	color:#9FC33B !important;
}
.page-content{
	margin-top:150px;
}
h3.wc-block-components-product-name{
	font-size:20px;
}
h2.wc-block-components-title.wc-block-components-title{
	 font-size: 18px;
    font-family: 'Nunito';
    align-content: space-between;
    letter-spacing: 1px;
}
.wc-block-components-button{
	background-color:#9FC33B !important;
	border: 1px solid #9FC33B !important;
	color:#001422 !important;
}
.wc-block-components-button:hover{
	background-color:#001422 !important;
	color:#9FC33B !important;
}
.xoo-wsc-container{
	background-color:#9FC33B !important;
}
/* Mobile adjustments */
@media (max-width: 768px) {

  .price{
    padding-left: 5px;  
  }

  h3.wc-block-components-product-name{
    font-size: 16px;   
  }

  h2.wc-block-components-title{
    font-size: 16px;
    letter-spacing: 0.5px;
  }
	.button newcleo-cta-button newcleo-cta-button--ghost{
		padding-top:15px !important;
	}
	 .wc-block-components-sidebar-layout.is-mobile {
    padding-left: 100px !important;
  }

}