/**
* Theme Name: Triply Child
* Description: This is a child theme of Triply, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: triply
* Version: 2.2.7
*/

.checkout-wrapper .order_item_info_title a, .entry-content .checkout-wrapper table:not(.shop_table) td, .entry-content .checkout-wrapper table:not(.shop_table) th{
	word-break: break-word;
}

.download-pdf.elementor-widget.elementor-widget-button a.elementor-button{
	display: none;
}

.download-pdf.elementor-widget.elementor-widget-button a.elementor-button-link{
	display: block;
}

.block_step_content .content-step {
	padding-left: 15px;
	padding-right: 15px;
}


@media only screen and (max-width: 600px){
	.checkout-wrapper table.table_order_items_details > tbody > tr .order_items_row_total_amount.order_items_row_subtotal{
		width: 100px;
	}
	
	.booking_single_gallery .gallery-wrap {
		padding: 0px;
	}
	
	.babe_items_1 .item-meta-value i {
		margin-right: 5px;
		font-size: 22px;
	}
}


a.scrollup.activate{
	bottom: 100px !important;
}

.elementor-widget-babe-item-steps .block_step_content.collapse-body.block_active .content{
	padding-bottom: 30px;
}

@media only screen and (min-width: 991px){
	.block_step_content .content .row .col-lg-4{
	  flex: 0 0 33.3333333333%;
	  max-width: 33.3333333333%;
	}

	.block_step_content .content .row .col-lg-8{
	  flex: 0 0 66.6666666667%;
	  max-width: 66.6666666667%;
	  padding-left: 30px;
	}
	
	.block_step_content .content.no-image .row .col-lg-8{
		flex: 0 0 100% !important;
	  	max-width: 1000% !important;
	}

}