body	{
	background:  maroon;
	padding: 40px;
	font-family: Arial, sans-serif;
}

.container	{
	background : white;
	padding : 20px;
}

#product_wrapper {
	font-family: Arial, sans-serif;
    line-height: 1.6;
	margin: 0 1rem;
	padding: 10px;
	text-align: left;
	width: 90%;
	outline : 2px solid blue;
	bbackground : cyan;
	border-radius: 1rem;
	max-width: 400px;
	margin: 0 auto
	}
	
#product_wrapper:hover {
	box-shadow: 0 0 0 2px #e5e5e5;
	}
#product_wrapper .name {
	font-weight:bold;
	}
#product_wrapper .pay {
	text-transform: uppercase;
    background: #F68B1E;
    border: 1px solid #F68B1E;
    cursor: pointer;
    color: #fff;
    padding: 8px 40px;
    margin-top: 10px;
}

#product_wrapper .pay:hover {
	background: #f17e0a;
    border-color: #f17e0a;
}

#paypal_button {
	display:block;
	width:12rem;
    margin: 1rem auto;
	height : auto;
    cursor: pointer;
    background: none;
    border: none;
}

#error_1, #error_2	{
	color : red;
	font-weight : 750;
	font-size : 1.5rem ;
	display : none;
}

option, select 	{
	color : black;
	font-weight : 600;
	padding : 10px;
	background-color : white;
	border : 1px solid black;
}

#dropdown	{
	text-align : left;
	border-radius : 0rem;
	height: 2.5rem;
	width : auto;
	cursor : pointer;
}

input#dummy {
    display: none;
}

input#recipient	{
	color : black;
	font-weight : 750;
	padding : 5px 10px;
}
.visitor_fee {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 35rem;
}
.visitor_field, .name {
    /* color: red; */
    padding: .5rem;
    font-size: 1.2rem;
    /* margin-top: 1rem; */
}
#buttons {
    display: grid;
    ggrid-template-columns: 1fr 1fr;
    place-items: center;
    margin: 0 25%;
}
#back {
    width: 7rem;
    height: 2rem;
    color: black;
    background: linear-gradient(to right, #ffc439 0%, #ffc439 100%);
    font-size: 1.2rem;
    ppadding: 0.5rem 1rem;
    border: none;
    font-weight: 750;
    border-radius: 1.2rem;
    cursor: pointer;
}
.remove	{
	margin-left : 1rem;
	cursor : pointer;
}
.black {
	background : black;
}

span.material-symbols-outlined {
    color: green;
    font-weight: 1000;
    display: none;
}

label	{
	font-weight : 600;
	display : block;
}

.error {
    font-weight: 600;
    color: red;
    margin: 0 2rem;
	display : none;
}

input {
	color : black;
	font-size : 1rem;
	font-weight : 500;
	padding-left: 0.5rem;
	background-color : white;
	margin : 0.5rem;
	border-radius : 0.25rem;
	border : 1px solid black; 
	height : 2rem;
	mmin-width : 20rem;
}	
input#paypal_button:disabled {
    opacity: 50%;
}
