 /*
 Theme Name: Bateaux Child
 Theme URI: http://www.bateauxtheme.com
 Description: Bateaux Child Theme.
 Author: Twisttheme
 Template: bateaux
 Version: 1.0.0
 Text Domain: bateaux-child
 */

.woocommerce-cart table.cart input {
    height: 40px;
    text-align: right;
}

input, select, textarea {
	width: 20%;
	display: inline;
}
.ywcnp_suggest_label {
	display:none;
}
input albdesign_wc_donation_from_single_page { 
	display:none;
}

.btx-product--minimal.btx-product.btx-left-align .btx-product-entry-title, .btx-product--standard.btx-product.btx-left-align .btx-product-entry-title {
    width: 100%;
	font-weight: bold;
}


.single-product .thumbnails {
display: none;
}

.woocommerce .pp_woocommerce .pp_description {
    visibility: visible;
}

.donate-phil body {
  font: 20px "Spectral", serif;
}
.donate-phil a {
  display: inline-block;
  margin: 20px;
  position: relative;
  text-decoration: none;
}
.donate-phil {
  background: #690404;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%), -webkit-linear-gradient(left, #b30707 0%, #690404 50%, #b30707 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(to right, #b30707 0%, #690404 50%, #b30707 100%);
  background-position: 0 0;
  background-size: 200% 100%;
  border-radius: 4px;
  color: #fff;
  padding: 15px 65px 15px 15px;
  text-shadow: 1px 1px 5px #666;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}
.donate-phil:after {
  border-left: 1px solid #500303;
  color: #380202;
  content: "\f04e";
  font: 20px "FontAwesome";
  padding: 10px 0;
  padding-left: 15px;
  position: absolute;
  right: 16px;
  top: 7px;
  -webkit-transition: all 600ms 200ms;
  transition: all 600ms 200ms;
}
.donate-phil:hover {
  background-position: -100% 0;
}
.donate-phil:hover:after {
  border-left: 1px solid #820505;
  color: #fff;
  text-shadow: 0 0 10px #000;
}


