/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */
  }
  
  a.button.checkout.wc-forward {
    float: right;
  }
  span.optional {
    display: none;
  }

table.woocommerce-table.shop_table.order_details th {
  text-transform: none;
  font-weight: normal;
}

.html_boxed .cart_dropdown {
    position: absolute;
    top: 0px;
}
.html_visible_cart .cart_dropdown {
    right: -45px;
}
  /*
  Mobile Styles
  ================================================== */
  /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
  
  #top #av-burger-menu-ul {
    vertical-align: top;
    padding: 40px 0;
  }
  
  @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    .responsive .logo img, .responsive .logo svg {
      max-width: 140px;
    }
    #top #menu-item-search {
      z-index: 100;
      display: none;
    }
    .responsive .shop_table .product-quantity {
      display: block;
    }
    .html_visible_cart .cart_dropdown {
      right: 0;
    }
  }

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .html_visible_cart .cart_dropdown {
        right: 0;
    }
}