.elementor-11666 .elementor-element.elementor-element-c8b570d{--display:flex;--margin-top:80px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS *//*******STRUCTURAL LAYOUT*******/

@media (min-width: 980px){
  form.woocommerce-cart-form {
      float: left;	
      width: 63%;
      margin-bottom: 0;
      margin-right: 2%;
  }
  
  .cart-collaterals {
      float: left;	
      width: 35% !important;
  }
  }
  
  /*Cart Summary Margin*/
  @media(max-width: 979px) {
    form.woocommerce-cart-form {
      margin-bottom: 2em;
  }
  }
 

/*******LEFT SIDE*******/
  
  /*Container Styles*/
  .woocommerce table.shop_table {
    border-collapse: collapse;
    margin: 0;
}
  form.woocommerce-cart-form {
      padding: 1.3em;
    background: #fff;
    border-radius: 1em;
    border: 1px solid #d8d8d8;
  }
  .woocommerce table.shop_table td, .woocommerce table.shop_table th{
      border: none;
  }
  
  
  /*Coupon Area Styles*/
  [class*=woocommerce] .cart .actions .coupon > input[type=text] {
      width: 100%;	
      max-width: none;
      margin-bottom: 0px;
  }
  .coupon {
    display: block;
    width: 72%;
    margin-bottom: 18px;
    }
    .coupon label[for="coupon_code"]{
        display: none;
    }
  input#coupon_code {
      height: 44px;
      margin-right: 1em;
      width: 59%;
      border-radius: 3px;
      background-color: #fff;
  }
  .coupon button[type="submit"]{
      width: 38%;
      border-radius: 3px;
    height: 44px;
    background-color: #fff;
    color: #3d84f9;
    border: 1px solid #3d84f9;
    font-weight: normal;
    padding: 10px;
  }
  .coupon button[type="submit"]:hover{
      background-color: #5ab2e0;
    color: #fff;
    border: 1px solid #5ab2e0;
  }
  button.button.wp-element-button {
      height: 50px;
      background: none;
      color: rgb(90,44,255);
      font-size: 1em;
      width: 100%;
  }
  
  button.button.wp-element-button:hover {
      text-shadow: none;
      border: 1px solid rgb(90,44,255);
      opacity: 0.7;
  }
  
  [class*=woocommerce] .cart .actions .coupon {
      display: flex;
      flex-flow: column nowrap;
      justify-content: flex-start;
      padding-top: 1em;
      flex-direction: row;
      align-items: center;
  }
  td.actions button.button[name="update_cart"]{
      border-radius: 3px;
    height: 44px;
    background-color: #ec7f2b;
    color: #fff;
    border: 1px solid #ec7f2b;
    font-weight: normal;
    padding: 10px;
    width: 26%;
    margin-top: 15px;
  }
  .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled{
      border-radius: 3px;
    height: 44px;
    background-color: #fff;
    color: #bababa;
    border: 1px solid #d8d8d8;
    font-weight: normal;
    width: 26%;
    margin-top: 15px;
    padding: 10px;
  }

/*******RIGHT SIDE*******/
  
  .cart-collaterals {
      padding: 2em;
    background: #f7f8fa;
    border-radius: 1em;
    margin-top: 0em;
    border: 1px solid #e5e7ec;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
      margin-top: 14px
  }
  
  [class*=woocommerce] .cart-collaterals .cart_totals {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    float: none;
  }

/*Form Field Focus Color Style*/
   textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
       border-color: #4e22e9; /*Change this to a color that best suits your design*/
       box-shadow: none;
       outline: 0;
   }
  
  [class*=woocommerce] .cart-collaterals .cart_totals h2 {
    display: none;
  }
  
  table th, table td {
      border-top: none;
      text-transform: uppercase;
      color: #4a4a4a;
  }
  
  [class*=woocommerce] .cart-collaterals table th {
    padding: 1em;
  }
  
  
   /*Order Total Line Item Styles*/
   tr.order-total {
       color: #0049ff; /*Accent color for total if desired*/
       background: #0049ff21; /*Accent background color if desired*/
   }
  
  a.checkout-button.button.alt.wc-forward.wp-element-button {
      width: 100%;
      color: #fff;
       border: none;
       box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 8px 0px;
       padding: 1.5em;
      margin-top: 1em;
      text-transform: uppercase;
      font-size: 1em;
  }

/*******ALERT STYLES*******/
  
  
   /*Error Alert*/
   .woocommerce-error {
       background-color: #ff7e7e;
       border: none;
       color: #761f1f;
   }
   
   .woocommerce-error, .woocommerce-info, .woocommerce-message {
     text-shadow: none;
   }/* End custom CSS */