/*
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
*/

.banner.st-bg-feature {
  display: none !important;
}
.summary.entry-summary {
  background: #fff;
  padding: 30px 60px 15px 60px;
  border-radius: 20px;
  border: 1px solid #e1e3e5;
}
.price {
  display: none;
}
.st-breadcrumb {
  background: #fff;
}
.wapf-input.input-66a9b94bcfe90 {
  display: inline-block;
  vertical-align: top;
  min-height: 44px;
  overflow: hidden;
  box-shadow: none;
  font-size: 14px;
  color: #454E5E;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  padding: 7.5px 8.5px 9.75px;
  height: 45px;
  border-radius: 5px;
}
.wapf-input.input-66a9b994452c3 {
  display: inline-block;
  vertical-align: top;
  min-height: 44px;
  overflow: hidden;
  box-shadow: none;
  font-size: 14px;
  color: #454E5E;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  padding: 7.5px 8.5px 9.75px;
  height: 45px;
  border-radius: 5px;
}
.wapf-input.input-66a12dd719796 {
  display: inline-block;
  vertical-align: top;
  min-height: 44px;
  overflow: hidden;
  box-shadow: none;
  font-size: 14px;
  color: #454E5E;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  padding: 7.5px 8.5px 9.75px;
  height: 45px;
  border-radius: 5px;
}

input {
  box-shadow: none;
  font-size: 14px;
  color: var(--grey-color, #5E6D77);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  padding: 7.5px 7.5px 3.75px;
}

.button.wapf_btn_next {
  background-color: #85572c !important;
  border-color: #85572c !important;
  color: #fff !important;
  padding: 15px 40px 15px 40px !important;
}
  .col-md-9 {
    flex: 0 0 auto;
    width: 100%;
  }
  .button.wapf_btn_prev {
  background-color: #A6A6A6 !important;
  border-color: #85572c !important;
  color: #fff !important;
  padding: 15px 40px 15px 40px !important;
}

.single_add_to_cart_button.button.alt {
  background-color: #85572c !important;
  border-color: #85572c !important;
  color: #fff !important;
  padding: 15px 40px 15px 40px !important;
  width: 100%;
}
  .choices__inner {
  border-radius: 5px;
}
.quantity {
  display: none !important;
}
.wapf-input.input-66a12bb3a80f3 {
  height: 44px;
  border-radius: 5px;
}
.wapf-radios {
  display: flex;
  gap: 40px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images {
  display: none !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: none !important;
}
.product_tag-steps div.quantity, .product_tag-steps .button[name=add-to-cart] {
    display:none;
}
.product_meta {
  display: none;
}
.wapf-field-group.label-above {
  padding: 30px !important;
}
.wcf-product-image {
  display: none !important;
}
.product-thumbnail {
  display: none !important;
}
.product_tag-steps .wapf-wrapper {
  border-radius: 10px !important;
  border: 1px solid #e1e3e5;
  margin-bottom: 20px !important;
  font-size: 18px !important;
}
.st-breadcrumb.hidden-xs.mb30 {
  background: #fff !important;
}
.digits-login-modal {
  background: #e6a741;
  color: #fff !important;
}

.woocommerce-page div.product div.summary {
  float: right;
  width: 100% !important;
  clear: none;
}
.product_tag-steps .wapf-field-group .step {
    display:none;
}

.product_tag-steps .wapf-field-group .step:first-child {
    display:flex;
}

.product_tag-steps .wapf_step_buttons {
    margin-bottom:20px;
    overflow:hidden;
}

.product_tag-steps .wapf_btn_next {
    float:right !important;
}

.product_tag-steps .wapf-progress {
    position:relative;
    max-width:450px;
    width:100%;
    margin: 0 auto;
}

.product_tag-steps .wapf-progress:before, .product_tag-steps .wapf-progress-bar {
    content:'';
    position:absolute;
    height:3px;
    width:100%;
    background:#ededed;
    top:14px;
    left:0;
}

.product_tag-steps .wapf-progress-steps {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    display: flex;
    justify-content: space-between;
}

.product_tag-steps .wapf-progress-steps div {
    position:relative;
}
.product_title.entry-title {
  color: #66308f;
}
.article-style3 {
  padding: 40px !important;
}
.meta {
  display: none !important;
}
.product_tag-steps .wapf-progress-steps div:before {
content: '.';
  counter-increment: step;
  width: 34px;
  height: 34px;
  line-height: 0px;
  border-radius: 50%;
  text-align: center;
  display: block;
  font-size: 50px;
  background: #ededed;
}

.product_tag-steps .wapf-progress-steps div.active:before {
    background:rgb(230, 167, 65); /*The finished step color. Feel free to change*/
    color:#fff;
}

.product_tag-steps .wapf-progress-bar {
    background:#66308f; /*The finished step color. Feel free to change*/
    width:0%;
}
.st-banner-search-form.style_3 {
  background: #fff !important;
}
.banner.st-banner-solo.st_1722405019 {
  display: none !important;
}
.service-list-wrapper.service-tour.row {
  padding: 40px !important;
    padding-top: 40px;
  padding-top: 0px !important;
}