
/* Commerce  */

 .checkout-pane-simplenews-subscription fieldset .form-item  {
   display:inline;
}


fieldset#edit-review-simplenews-subscription  {
  display:none;
}


   .path-cart {
     margin:auto 12px ;
   }

   .path-cart .breadcrumb ol li a {
     font-size:1.48em;
   }

  .path-cart  #edit-remove-button-0 {
    margin: 12px auto 4px;
  }

  .path-cart  .order-total-line__subtotal {
     /*     display:none; */
  }

   .path-cart  #main .content header  {
/*      display:none; */
     margin:1em auto;
   }


    .path-cart  #main .content header h2 {
      font-size:0.86em;
      color:grey;
      margin:2em auto;
    }


  .path-cart  #main .inner .content .region-highlighted .messages  {
    display:none;
  }



  .path-cart  #main .inner .content   .cart-form .node__content img.image-large {
    max-width:240px;

/*     width: 100%; */
/*     height: 240px; */
/*     object-fit: cover; */
/*     object-position: 0 0; */

  }

  .view-bee-hotel-cart-form table { /*color:red;*/ }

  .view-bee-hotel-cart-form table thead {display:none;}


  .path-cart #edit-actions {
    margin:0;
  }

  /*  /cart */


  .cart-form form .item-list ul li {
    list-style: none;
  }

   .cart-form .item-list li {
     margin: 0;
     padding: 0;
   }

  .checkout-order-summary table {
    margin:8px 0;
  }

  /* Coupons */
  #edit-coupon-redemption-form  {
    border: lightgray solid 1px;
    border-radius: 8px;
    background: #fdfdfd;
     display: flex;
    margin: 0.14em 0;
    height:60px;
    padding: 8px;
    text-align: center;
  }

  /* Header */
  #edit-coupon-redemption-form h3 {
    font-size: 12px;
  }

  /* Badge */
  #edit-coupon-redemption-form .fa-badge-percent  {
    color:grey;
    font-size:2em;
    height:48px;

        display: inline-flex;
/*     height:48px; */


  }

  /* Input */
    #edit-coupon-redemption-form .form-type-textfield {
      display: inline-flex;
      height:48px;
      margin:0;
      width:28%;
    }

    #edit-coupon-redemption-form .form-type-textfield label {
      color:grey;
      width:100px;
      font-size: 8px;
    }

    #edit-coupon-redemption-form .form-type-textfield  input[type="text"] {
      height:2.5em;
    }


  /*#edit-coupon-redemption-form h3 ,
  #edit-coupon-redemption-form .js-form-item-coupon-redemption-form-code ,
  #edit-coupon-redemption-form .coupon-code-submit {
    display: inline-flex;
    width:28%;
    height:48px;
  }*/

  /* Submit */
  #edit-coupon-redemption-form input[type="submit"] {
      background: grey;
    color: white;
    display: inline-flex;
    margin: 0em 12px;
    height: 38px;
    padding: 6px 12px;
    text-align: center;
    font-size: 12px;
  }

  #edit-coupon-redemption-form #edit-coupon-redemption-form-code {
  }

  #edit-coupon-redemption-form .coupon-code-submit input[type="submit"] {  }

/* Bm Bv Bc*/
.book-this-room .view-bbs-room-details-title .views-row {
  max-height:30px;
}

.book-this-room .block-views-blockbbs-room-details-large-image-block-1  {
  float:left;
}

.book-this-room #block-radius-content  {
  float:right;
}

.clarifications {
    background: #ededed;
    padding: 12px;
    color: green;
}

  .clarifications * {
      color: green;
  }
