/*
*=== Adjusting Divi Design ===
*/

.et_pb_column_0 {
	padding-top: 0px !important;
}

.et_pb_code_0 {
	padding-top: 0px !important;
}

/*
*=== End ===
*/

/*
 *=== remove input type number spinners ===
 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance:textfield; /* Firefox */
}
/*
*=== End ===
*/


/*
*=== goyada.JS css ===
*/

.textAdjustment {
	color: #ffffff!important;
	font-weight: normal !important;
}

.errorMessage {
	color: red !important;
	font-weight: bold !important;
}

.paddingForm {
	padding: 0px !important;
}

.products {
	/* margin-left: 20px !important; */
	margin-right: 20px !important;
	margin-bottom: 20px !important;
	/* height: 475px; */
}

.et_pb_text_inner > h3 {
	height: 50px;
}

.centerText {
	text-align: center !important;
}

.orderHeader {
	font-family: 'poppins-semibold',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 30px !important;
	font-weight: bold !important;
    color: #258097 !important;
}

.orderText {
	font-family: 'poppins-light',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 18px !important;
}

/*
*=== End ===
*/

/*
*=== goyada menu ===
*/

.unclickable > a:hover {
	cursor: default;
}

/*
*=== End ===
*/