/* Enter Your Custom CSS Here */
/*.wp-asp-product-price::after {
  content: ' Deposit';
}
*/
#wp-asp-search-form {
  display: none
}
.wp-asp-view-product-btn button {
  background: #000 !important;
}
.wp-asp-view-product-btn button:hover {
  background: #333 !important;
}
.asp_all_buttons_container {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}
.deposit_button, .wp-asp-view-product-btn button {
  background: #000;
  border: 0px;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  padding: 20px;
  font-weight: bold;
}
.deposit_button:hover, .wp-asp-view-product-btn button:hover {
  background: #333;
  box-shadow: none;
}
.asp_quantity::after {
  content: ' Deposit';
}
.asp_post_title {
  display: none
}
.asp_product_item_qty_input_container span.asp_product_item_qty_label {
  visibility: hidden;
	position: relative;
}
.asp_product_item_qty_input_container span.asp_product_item_qty_label::after {
  visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
  content: ' No. of persons'! important;
  width: 200px
}
.mz_new {
  float: left;
  width: 100%;
  position: relative;
}
.mz_new_left {
  float: left;
  width: 50%;
}
.deposit_online {
  position: absolute;
    width: 50%;
    float: right;
    bottom: 64px;
    right: 10px;
}
.deposit_online a {
  background-color: #da3743;
    border: 1px solid #da3743;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    /* display: block; */
    font-weight: bold;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    vertical-align: bottom;
    /* position: relative; */
    /* bottom: 40px; */
    /* width: 100px; */
  color: #fff !important;
}

.deposit_online a:hover {
  background: #b8222d;
}
.wp-asp-grid-item {
  background: #b8222d !important;
  color: #fff;
  border-radius: 5px;
}
.wp-asp-product-thumb {
  display: none;
}

.asp-products .entry-meta {
  display: none;
}

@media (max-width: 767px) {
  .mz_new_left {
    float: left;
    width: 100%;
  }
  .deposit_online {
    position: relative;
    width: 100%;
    float: left;
    bottom: auto;
    left: 16px;
    margin: 20px 0px;
  }
}