#breakdown {
	position: relative;
	width: 100%;
	background-color: #000000;
	color: #000000;
	top: -40px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: -40px;
}

#breakdownintro {
	font-size: 1.5em;
	color: #ffffff;
}

.productsbox {
	width: 100%;
	height: 590px;
	background-color: #ffffff;
	border: 8px solid #aaaaaa;
	/* border-radius: 25px; */
	padding: 10px;
	text-align: left;
	font-size: 1.0em;
	margin-bottom: 20px;
}

.productsboxhead {
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
}

.productpicture {
	height: 140px;
	width: auto;
}

#row2 {
	margin-top: -50px;
}

.rockhead {
	height: 140px;
	width: auto;
}

.applicationstext {
	color: #fff;
}

.infomenucontainerx {
	margin-left: -34px;
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 40px;
}

.dropdowncontainer {
	position: relative;
	margin: 0;
	padding: 0;
}

.dropdown {
	margin: 0px;
	padding: 0px;
}

.ddbutton {
	margin-left: auto;
	margin-right: auto;
}

.dropdown-menu {
	width: 220px !important;
	left: 50%;
	right: auto;
	text-align: center;
	transform: translate(-50%, 0);
}

.dropdown-item::before {
   position: absolute;
   top: -7px;
   left: 9px;
   display: inline-block;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #CCC;
   border-left: 7px solid transparent;
   border-bottom-color: rgba(0, 0, 0, 0.2);
   content: '';
 }
 .dropdown-item::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
  }

.dropdown-item {
	padding: 10px;
	line-height: 20px;
	font-weight: bold;
}

.dropdown-divider {
	height: 2px;
	background: #ccc;
	margin-top: 4px;
	margin-bottom: 4px;
}