/* ------------------------------------------------------------ *	Fonts
\* ------------------------------------------------------------ */
.product-add-banner {
  visibility: hidden;
  position: fixed;
  padding: 0px;
  width: 100%;
  height: 70px;
  z-index: 20;
  top: -70px;
  background: #f6f8f6;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.product-add-banner.visible {
  visibility: visible;
  top: 0px; }

.product-add-banner .product-head {
  width: 55%;
  display: inline-block;
  padding: 10px 10px 10px 40px; }

.product-add-banner .form-product {
  width: 45%;
  top: -2px;
  bottom: 0;
  position: absolute;
  display: inline-block;
  height: 100%;
  right: -20px; }

.product-add-banner .form-row, .product-add-banner .form-actions {
  display: inline-block; }

.product-add-banner .form-row:first-of-type {
  float: left;
  width: 38%; }

.product-add-banner .form-row:nth-of-type(2) {
  float: left;
  width: 20%; }

.product-add-banner .form-product .form-controls .fs-dropdown-options {
  top: 50px;
  left: -70px; }

.product-add-banner .form-actions {
  position: relative;
  right: 0px;
  width: 40%; }

.product-add-banner .form-actions input {
  line-height: 70px; }

.product-add-banner .form-label {
  line-height: 70px;
  top: 0;
  z-index: 1; }
  
.product-add-banner .form-product .form-controls {
  border: none; border-right: 1px solid #ebebeb; }

.product-add-banner .form-product .form-controls .fs-dropdown-selected {
  height: 70px;
  line-height: 70px; }

.product-add-banner .form-product .field {
  height: 70px; }

.product-add-banner .product-title {
  overflow: visible; }

.product-add-banner .product-title .product-price {
  position: relative;
  top: 10px;
  font-size: 18px; }

@media (max-width: 1450px) {
  .product-add-banner .product-head {
    width: 40%; }
  .product-add-banner .form-product {
    width: 60%; } }

@media (max-width: 960px) {
  .product-add-banner {
    display: none; }
  .product-add-banner.visible {
    display: none; } }
