.l-column2 .box-wc {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}

.l-column2 .box-wc:before {
  content: none;
}

.l-column2 .box-wc .clear-float {
  display: none;
}

@media (min-width: 480px) {
  .l-column2 .box-wc {
    padding: 20px 8px 20px 0px;
  }
}

@media (min-width: 768px) {
  .order-info p {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 25%;
  }
}

.merchandise {
  margin: 20px;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 2px solid #555;
}

.merchandise h1 {
  font-size: 1.125rem;
}

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

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

.merchandise .product-image {
  text-align: center;
  background-color: #000;
}

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

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

.merchandise .product-info-moretrigger {
  display: block !important;
  color: #f38a00;
  font-style: italic;
  margin-top: .5rem;
}

.merchandise .product-info-moretrigger:after {
  content: " >";
  display: inline-block;
}

.merchandise .product-info-more {
  display: none;
}

@media (min-width: 480px) {
  .merchandise {
    flex: 0 1 calc(50% - 20px);
    margin: 20px 0 20px 16px;
    padding-bottom: 0;
    border-bottom: 0 none;
  }
}

@media (min-width: 768px) {
  .merchandise {
    flex: 0 1 calc(33% - 20px);
    margin: 20px 0 20px 20px;
  }
}

.fancybox-inner .product-info-more {
  font-size: .8rem;
  max-width: 400px;
}

.fancybox-inner .product-info-more h2 {
  text-align: left;
  color: #f38a00;
  margin-bottom: 0;
}

.fancybox-inner .product-info-more h5 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  color: #f38a00;
  margin-bottom: 1em;
}

.fancybox-inner .product-info-more .price {
  color: #000;
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fancybox-inner .product-info-more .price p {
  display: block;
  margin: 10px 0;
  padding: 0.5em 1em;
  background-color: #f38a00;
}

.fancybox-inner .product-info-more .price p strong {
  color: #fff;
}
/* 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;
}
