/*
Theme Name: TravelWP-Child
Theme URI: http://travelwp.physcode.com/
Author: Sourab
Author URI: http://physcode.com/
Description: This is custom theme coded by sourab
Version: 1.0.0
Text Domain: travelwp
Template: travelwp
*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
}

img.alignleft {
	margin-right: 25px;
}

img .alignright {
	margin-left: 25px;
}

.alignright {
	float: right;
}

.aligncenter {
	clear:        both;
	display:      block;
	margin-left:  auto;
	margin-right: auto;
}



 .booking .total_price_arrow span:first-child,.tour-subtotal,.tour-ordering select,.ti-widget.ti-trip .ti-footer .ti-profile-img img  {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .entry-content, .woocommerce-page div.product .woocommerce-tabs .entry-content {
    padding: 20px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
    background: transparent;
    border-radius: 0 0 3px 3px;
    border: 2px solid #26BDF7;
    border-top: none;
    margin-bottom: 0;
}

.tours-tabs_table{
	table-layout: fixed;
}

.fa-long-arrow-right:before {
    content: "\f061"!important;
}

.fa-long-arrow-left:before {
    content: "\f060"!important;
}
.travel-booking-search .hb-form-field select{
	border: 1px solid #DDD;
}

select{
	color:#666;
}
table.tours-tabs_table div {
    width: 100% !important;
    float: none;
    position: relative;
    padding: 0;
}
.single-woo-tour .description_single .affix-sidebar{
	z-index:0;
}
.tours-tabs_table ul{
  margin-left: 1.5em;
}
ul.ticklist li, ul.crosslist li {
  list-style: none;
  position: relative;
  line-height: 1.3;
  margin-bottom: 7px;
}
ul.ticklist li:before, ul.crosslist li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: -20px;
  top: 2px;
  font-size: 11px;
  color: #04d806;
}
ul.crosslist li:before{
  content: "\f00d";
  color: red;
}
.list-posts.row {
  margin-left: 0;
  margin-right: 0;
}
.tours-type-slider .tours_type_item {
  margin-bottom: 1em;
}
.tours_type_item .item__title {
  padding: 0 15px;
}
.program_box_data ul, .program_box_data ol {
  margin-left: 17px;
}
@media only screen and (max-width: 767px) {
  .alignright {
    float:none;
  }
  .single-product .wp-block-button__link {
  color: transparent !important;              /* Hide original text */
  position: relative;
  text-shadow: none !important;
}

.single-product .wp-block-button__link::after {
  content: "Inquiry Now";          /* New button text */
  color: #fff;                     /* Set your desired text color */
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

  body .elementor-1949 .elementor-element.elementor-element-2410d866 > .elementor-element-populated {
        margin: 0;
    }
  .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{
    margin-bottom: 4px;
  }
  body.tour-active{
    overflow: hidden;
  }
  body.tour-active:before{
    background-color: rgb(0, 0, 0, 0.5);
    content: "";
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  body.tour-active .single-woo-tour .description_single .affix-sidebar .entry-content-tour{
    left: 0;
  }
  .single-woo-tour .description_single .affix-sidebar .entry-content-tour{
    position: fixed !important;
    top: 0;
    z-index: 9;
    width: 90%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    left: -100%;
    padding-bottom: 80px;
    transition: all ease-in-out 0.25s;
  }
  span.cross{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px;
    background-color: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
  }
  .single-woo-tour .summary.description_single .affix-sidebar{
    background-color: transparent;
  }
  .top_content_single {
    display: flex;
    flex-wrap: wrap;
  }
  .summary.entry-summary.description_single {
    order: 1;
  }
  .images.images_single_left {
    order: 2;
  }
  .book-cta .wp-block-button__link {
    background-color: #ffb300;
    padding: calc(.667em + 2px) calc(1.333em + 3em);
    font-weight: 600;
  }
  .book-cta .wp-block-button__link:hover{
    color: #fff;
  }
  .book-cta{
    padding: 4px;
  }
  .book-cta.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
  .affix-sidebar .widget-area aside{
    overflow: visible;
  }
}
@media only screen and (min-width: 421px){
  .tours-tabs_table td:first-of-type{
    width: 40%;
  }
}
@media only screen and (min-width: 768px){
  .tours-tabs_table td:first-of-type{
    width: 24%;
  }
  .book-cta, span.cross{
    display: none !important;
  }
}






.affix-sidebar .entry-content-tour .price .text {
    font-size: 0px !important;
    position: relative;
}

/* Show replacement text using ::after */
.affix-sidebar .entry-content-tour .price .text::after {
    content: "Inquiry Now :";
    font-size: 16px; /* Set your desired size */
    position: absolute;
        top: -27px;
    left: 0px;
    display: contents;
}
