/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/* Checkout form background override */
.guest_name_input,
.guest_name_input .guest_name_control .control-item input {
  background-color: #fff !important;
}

/* Category above tour title */
.item-tours .content-item .service-type-top {
  display: inline-block;
  margin-top: 15px;
  padding: 1px 1px;
  border-radius: 999px;
 
  color: #0b5ed7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Equal height tour cards */
.item-tour {
  display: flex;
}

.item-tour .item.item-tours {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.item-tour .item.item-tours .content-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.item-tour .item.item-tours .section-footer {
  margin-top: auto;
}


.st-checkout-page.style-2 .cart-info{
  background-color: #ffffff !important; /* your color */
}
