/*
	Theme Name: Adventure Tours Child
	Theme URI: http://themeforest.net/user/themedelight/portfolio
	Description: Adventure Tours child theme
	Template: adventure-tours
	Version: 1.0.0
*/


#book-mob-sticky{
	 display:none !important;
}

.atlist__item__image {
    width: 40%;
}

.atlist__item__content__items {
    padding: 20px;
}

@media (max-width: 767px) {

	/*

	#book-mob-sticky{
		display: block !important;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		z-index: 2000;
		background: #ff47a0 !important;
		text-align: center;
		line-height: 1;
		color: #fff !important;
		border: 2px solid #f6f6f6;
		border-radius: 5px;
	}

	a.book-mob-sticky-link{
		color: #fff !important;  
		text-transform: uppercase;
		font-family: Oxygen;
		font-weight: 700;
		font-style: normal;
		text-decoration: none;
	}

	.book-mob-sticky-helper{
		position: absolute;
  		top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
	}

	*/

	.atlist__item__image {
    display: block;
    width: 100%;
	}

	.header__info__items-left {
	 display:none !important;
	}
}

.cart-discount{
	 color: red;
}
