/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.single-product.woocommerce .cart .quantity {
    display: inline-block;
    margin-right: 10px;
}

.single-product.woocommerce.woocommerce-page button[type="submit"].single_add_to_cart_button {
    border-radius:34px;
}


.product .add_to_cart_button.ajax_add_to_cart:first {
	display: none;
}


#mobile-cart-link .icon-salient-cart:before,
.cart-outer .icon-salient-cart:before {
    content:'' !important;
    display: inline-block;
    width:24px;
    height: 24px;
    background-image: url(images/cart-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;

}

.woocommerce .cart-collaterals .cart_totals {
    float: none!important;
    width: 100%;
    margin-bottom: 20px;
    text-align: left!important;
}

.woocommerce input[type="submit"][name="update_cart"],
.woocommerce-cart .wc-proceed-to-checkout {
    width: 100%!important;
    margin-top: 10px;
    font-size: 10px;
    font-family: Didact Gothic;
    letter-spacing: -0.5px;
}


.woocommerce input[type="submit"][name="update_cart"],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 15px 22px!important;
}

html .woocommerce table.cart td.actions .coupon,
html .woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding: 60px 30px;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}

.checkout input[type="submit"]#place_order {
    width: 100%!important;
    margin-top: 10px;
}


@media all and (max-width:1024px) and (min-width: 375px){

  .woocommerce table.shop_table.cart th.product-thumbnail,
  .woocommerce table.shop_table.cart td.product-thumbnail {
      display: none !important;
  }


  #mobile-cart-link  {
      margin: 4px 0px 0px 0px !important;
  }

  .woocommerce  table.shop_table.cart  td.product-remove a.remove {
        top: 2em;
    }


}