/*body {*/
  /*background-image: url("imgs/rain.jpg"); /* The image used */
  /*background-color: #cccccc;*/ /* Used if the image is unavailable */
  /*height: 500px;*/ /* You must set a specified height */
  /*background-position: center;*/ /* Center the image */
  /*background-repeat: no-repeat;*/ /* Do not repeat the image */
  /*background-size: cover;*/ /* Resize the background image to cover the entire container */
/*}*/

#combo_list_uno {
  width: 64rem;
}

/*#combo_list_uno .list-container {
  column-count: 4;
  column-gap: 1rem;
  width: 100%;
}*/

#combo_list_uno .list-container {
  column-count: 4;
  column-gap: 1rem;
  width: 100%;
}

/*.list_elements {
  width: auto;  
  break-inside: avoid;  
}*/

.list_elements {
  min-width: 15rem;
  break-inside: avoid;  
}

.more-products-text {
    column-span: all;
    color: #a60101 !important;
    width: 14rem;
    font-size: 1rem !important;
    margin-left: 7px !important;
    margin-top: 2px;
    font-family: Arial, Helvetica, Sans-serif !important;
    margin-bottom: 2px;
    font-weight: 600 !important;
    text-align: left;
    width: 100%;
    z-index: -1;
	padding: 10px;
}

.btn_combo_button {
	height: 3rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 2rem;
	z-index: 10;
}

.combobox-wrapper {
	left: 2rem;
	top: -1rem;
}

.combobox-wrapper2 {
	left: 2rem;
	top: -1rem;
}

.combo_container {
	background-color: #dbd5d5;
	border: 1px solid darkgray;
	height: 3rem;
	/* margin: 10rem auto; */
	opacity: 1.0;
	position: relative;
	width: 20rem;
	z-index: 5;
}

.combo_white .combo_container {
	background-color: #ffffff;
}

.combo_width_100 .combo_container {
	width: 100%
}

.combo_text {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1rem;
	height: 1.4rem;
	left: 0.5rem;
	position: absolute;
	top: 0.8rem;
	white-space: nowrap;
	width: 18rem;
	z-index: 10;
	overflow: hidden;
	text-overflow: ellipsis;
}
.combo_width_100 .combo_text {
	width: calc(100% - 2rem);
}

.combo_list {
	background-color: white;
	border: 1px solid darkgray;
	height: 25rem;
	left: 0;
	opacity: 1.0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 3rem;
	width: 58rem;
	z-index: 100;
}

.combo_list2 {
	background-color: white;
	border: 1px solid darkgray;
	height: 25rem;
	left: 0;
	opacity: 1.0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 3rem;
	width: 52rem;
	z-index: 100;
}

.combo_width_100 .combo_list {
	width: 100%
}

/*
.combobox-wrapper {
	background-color: gray;	
	height: 100%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	opacity: 0.5;
	position: relative;
	width: 100%;
}
*/

.find_button {
	margin-top: -4.2rem;
}

.hidden {
	display: none;
}

.link {
	cursor: pointer;
}

.list_elements {
	background-color: white !important;
	color: black !important;
	font-family: Arial, Helvetica, Sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	opacity: 1.0 !important;
        float: left;
	width:14rem;
	text-align: left;
	margin-left: 7px;

}

.list_elements2 {
	background-color: white !important;
	color: black !important;
	font-family: Arial, Helvetica, Sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	opacity: 1.0 !important;
        float: left;
	width:12rem;
	text-align: left;
	margin-left: 3px;

}


.list_elements:hover {
	background-color: darkgray;
	color: white;
}

.solid {
	background: rgba(1,1,1,1);
}

