.white-text{
color:white !important;
	
}

.blck-text{
	color:black !important;
}

.roundedbox-pad{
	margin-top:20px !important;
}

.custom-margin{
	margin-top:10px !important;
}

.btn-custom {
	color: black;
	background-color: #749F82;
	border-color: #749F82;
}

.btn-custom:hover {
	color: white;
	background-color: #529f56;
	border-color: #48994c;
}

.custom-padding{
	padding-bottom: 0rem !important;
}

.custom-padding2{
	padding-bottom: 2rem !important;
}

.custom-btn{
	width:200px;
	margin-top:10px !important;
}

.captcha-padding{
	padding-top: 13px;
    padding-bottom: 13px
}

.custom-bg{
	background-color:#683B2B !important;
}

.header-custom-bg{
	background-color:#683B2B !important;
}

.product-list-box{
	background-color: #EDE4E0;
	border:1px solid #683B2B;
	margin-top: 0px !important;	
}

.product-list-header{
	background-color: #683B2B;
	color: #FFFFFF;
	height: 35px;
	padding: 8px 0px 10px 10px;
}

.product-list-header h6{
	color: #FFFFFF;
}

.product-list-header .dropdown-item{
	padding-left: 0.5rem !important;
}

.mb-4-justify {
	margin-bottom: 1.5rem !important;
	text-align: justify !important;
}

.bg-light-products{
	background-color: #EDE4E0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #683B2B;
  }
  
  th {
	text-align: left;
	padding: 16px;
	background-color: #683B2B;
	color: #FFFFFF;
  }

  td{
	text-align: left;
	padding: 16px;
  }
  
  tr:nth-child(even) {
	background-color: #FFFFFF;
  }