/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
*/
/*#header{ background: red !important; }*/

#adveg-grecaptcha-legal {float: left; width: 100%;}

#gift-popup.gift-popup {
  padding: 10px 0px 30px 0px;
}

#gift-popup .gift-scroll-content .gift-item-container .gift-item .title a {
  color: #d9e1f6;
  font-size: 1rem;
}
.gift-line .description {
  text-align: left;
  padding: 0;
}

.sweet-alert {
  font-family: inherit;
}
.sweet-alert.showSweetAlert button.confirm {
  background-color: #ffca14 !important;
  color: #373b2a !important;
  border: none;
}

#gift-popup .products-grid .product-miniature-default h2.product-title {
  background: transparent;
}

#gift-popup .products-grid .product-miniature .product-add-cart {
	display: initial !important;
}
#gift-popup .products-grid .product-miniature .product-add-cart .gift-add-to-cart {
	background: #e43636;
  color: #ffffff;
  border: none 1px;
}
#gift-popup .products-grid .product-miniature .product-add-cart .gift-add-to-cart:hover {
  background: #333333;
}
.cart-ajax-info {
  margin: 1rem 0 1rem 0;
}
