/*
Description: Styles for exequias.
*/
#formidable-addons-total, .fp-product-addon-totals {
	display: none !important;
}

.phone_false {
	opacity: 0.4;
	color: red !important;
}
.shipping_phone {
	display: none;
}
#billing_last_name {
	display: none;
}
label[for="billing_last_name"] {
	display: none !important;
}
tr.shipping th {
    display: none;
}
.order_get_sms_notification  {
	display: none;
}
#billing_first_name_field {
	width: 100% !important;
}
#billing_phone_field {
	display: none;
}
#billing_city_field {
	float: left !important;
}
#shipping_city_field {
	float: left !important;
}
.iti_shipping_phone {
	width: 47%;
}
.iti_billing_phone {
	width: 47%;
}
.intl-tel-input {
	width: 100% !important;
}
#iti_billing_phone_field {
	margin-top: 3px !important
}
#iti_shipping_phone_field {
	margin-top: 3px !important;
}
optgroup[label] {
	color: #99B345;
}

.serial_numbers {
	margin-top: 16px;
	margin-bottom: 6px;
}
.serial_numbers_input {
	width: 300px;
	margin-right: 16px;
	display: inline-block;
}
.serial_numbers_button {
	display: inline-block;
}

#payment ul.payment_methods li {
/*    line-height: 0em !important; */
    margin: 0 0 20px 0 !important;
}

.stripe-icon {
	float: right;
}
.payment_icon {
	float: right;
}
ul.wc_payment_methods {
	margin-bottom: 20px !important;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
    padding-top: 20px;
	padding-bottom: 10px;
}
.woocommerce-checkout-review-order-table {
	margin-bottom: 20px !important;
}

.single_add_to_cart_button {
/*	float: left !important;
	font-size: 150% !important;
	margin-left: 50px !important;
	margin-bottom: 20px !important; */
/*	background-color: #c58408 !important; */
	float: none!important;
    font-size: 150%!important;
    width: 300px;
	max-width: 98%;
    background: #99b345;
	background: -webkit-gradient(linear, left top, left bottom, from(#99b345), to(#B3CD5F) )!important;
	border-radius: 4px;
    border: 1px solid #aaaaaa !important;
}

.comprar {
	text-align: center;
	margin-bottom: 16px;
}

.comprar_button {
	width: 340px;
	max-width: 95%;
    background: #F7F6F7;
    border: 1px solid #dfdbdb;
    border-radius: 4px;
    vertical-align: bottom !important;
    padding: 12px 20px;
}

@media screen and (max-width: 420px) {
	.comprar_button {
		padding: 12px 4px;
	}
}

.comprar_under_button {
	font-size: 105%!important;
}

.cart label {
	width: 100% !important;
	padding-left: 10px;
    padding-right: 10px;
}

.saved_item_text {
	margin-top: 6px;
}

.saved_item_text_red {
	color: red;
}

/* tooltip */
.exequias_tooltip {
  position: relative;
  float: right;
  cursor: help;
  background-color: black;
  color: #fff;
}

.exequias_tooltip .exequias_tooltiptext {
  visibility: hidden;
  width: 200px;
  margin-top:5px;
  margin-left:-30px;
  background-color: black;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.exequias_tooltip:hover .exequias_tooltiptext {
  visibility: visible;
}

.png_post {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    margin-left: 30px;	
}

.post_title_table,
.velacion_post,
.misa_post,
.destino_post {
    display: inline-block;
    vertical-align: top;
    /* width: 220px; */
}

.post_single {
	display: inline-block;
	width: 300px;
	margin: 0;
}

.post_list_table {
	background-color: beige;
	border: 1px solid;
	height: 190px;
	text-align: center;
	width: 260px;
}

.png_post {
	margin: 0;
	padding-top: 10px;
}

.post_title_table_list h4{
	height: 80px;
}

@media screen and (max-width: 425px) {
	.post_list_table {
		padding-left: 25%;
	}
}

.breadcrumbs {
	display: none;
}