/* STYLE CSS */

/* Sidebar */

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

.row-product-selection {
  position: relative;
  left: 0;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.product-selection-sidebar {
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  display: none;
}

#btnShowSidebar {
  margin: 0 0 20px 0;
}


/* CALCULATOR */
#storage_estimator .progress {
  font-size: 10px;
}

/* PRODUCT PRICING */
#order-rcd_product_packages #pricing .product-info-column h4 {
  margin-bottom: 0.4em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid;
}

#order-rcd_product_packages #pricing .product-info-column h4:not(:first-child) {
  margin-top: 1em;
}