.l-column2 {
  background-color: #000;
}

.l-column2 .box-wc {
  padding: 0;
}

@media (min-width: 768px) {
  .l-column2 {
    background-color: transparent;
  }
  .l-column2 .box-wc {
    padding: 20px;
  }
  .order-info p {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 25%;
  }
}

.merchandise {
  background-color: #000;
  padding: 20px;
  margin: 20px;
  text-align: left;
  border-top: 2px solid #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
}

.merchandise h2 {
  text-align: left;
  color: #f38a00;
  margin-bottom: 0;
}

.merchandise h5 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  color: #f38a00;
  margin-bottom: 1em;
}

.merchandise .product-image {
  text-align: center;
}

.merchandise .product-image img {
  max-width: 100%;
  height: auto;
}

.merchandise .tag {
  text-transform: uppercase;
  font-weight: 700;
}

.merchandise .price {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.merchandise .price p {
  display: block;
  max-width: 280px;
  margin: 10px 0;
  padding: 0.5em 1em;
  background-color: #f38a00;
}

.merchandise .price p strong {
  color: #fff;
}

@media (min-width: 768px) {
  .merchandise {
    padding: 40px;
    margin: 20px 0;
    border-top: 0 none;
    border-bottom: 0 none;
  }
  .merchandise .product-image,
  .merchandise .product-info {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .merchandise .product-image img {
    margin: 0 auto;
    text-align: center;
    max-height: 100%;
    width: auto;
    max-width: 100%;
  }
  .merchandise .product-info .description {
    display: block;
    height: 325px;
    overflow: auto;
  }
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
