.filter_wrapper,.show_only_selected_wrapper{
	display:none !important;
}

.show_sum #myTab,
.show_sum .bottom-content_confirmation{
	display: none;
}

li {
	line-height: 30px;
}

.show_sum .sum{
	display: grid;
}

.title_area img {
	width: 105px;
	border-radius: 200px;
	height: 105px;
	object-fit: contain;
	background: #44898e;
	padding: 12px;
	float: right;
	margin-top: 16px;
}

.title_area {
	width: 754px;
	margin: 16px auto 43px;
	display: table;
}
.title_area h1 {
	font-size: 86px;
	text-align: left;
	float: left;
	font-weight: 500;
	letter-spacing: -1px;
	color:#44898e;
}
.title_area h3 {
	font-weight: normal;
	font-size: 39px;
	text-align: left;
	float: left;
	color:#44898e;
}

.bottom-content_confirmation {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	left: 0;
	z-index: 2;
	box-shadow: 0 0 5px #0003;
	display: flex;
	justify-content: center;
	padding: 11px;
	gap: 65px;
}

.bottom-content_confirmation p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottom_sum {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}

.bottom_sum span {
	margin: 0 6px;
}

.save_selected_activities_b.btn.btn-lg {
	font-size: 23px;
	padding: 16px 33px;
	align-self: center;
	font-weight: bold;
}

.cocavit {
	color: #df7627;
	font-size: 58px;
	/* display: table; */
	margin: 14px 8px 0;
}

.nav-link svg {
	width: 40px;
	height: 40px;
	transform: rotate(-90deg);
	margin-top: 5px;
	float: right;
	margin-left: 9px;
	transition: all 0.2s ease-out;
}

.nav-link.active svg {
	transform: rotate(-180deg);
}

.tab_sum {
	position: absolute;
	left: 0;
	font-size: 19px;
	line-height: 44px;
	padding-left: 32px;
	font-weight: 400;
	font-family: "Heebo", sans-serif;
}

.nav-item {
	z-index: 2;
}

.attractions-left-content {
	background: #fdf6f1;
	padding: 40px;
}

.cards-container .card {
	width: 100%;
	flex-flow: row;
	text-align: right;
	gap: 18px;
	padding: 15px 10px;
	margin: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #a96758;
}

.attractions-left-content .nav-tabs li button.active, .attractions-left-content .nav-tabs li button {
	color: #fff;
	background: #df7627;
	text-align: right;
	padding: 8px 16px;
	position: relative;
}

#myTabContent {
	margin-top: -37px;
	background: #fff;
	padding-top: 10px;
	display: none;
}

.attractions-left-content .nav-tabs {
	grid-template-columns: 1fr;
	text-align: right;
	background: none;
}

.card_img {
	width: 32%;
}

.card_img img {
	width: 100%;
	border-radius: 15px;
	height: 139px;
	object-fit: cover;
	object-position: center;
}
.attractions-left-content {
	width: 100%;
}

.top-text {
	width: 60%;
	border-right: 1px solid #000;
	padding-right: 19px;
	padding-left: 18px;
}

.top-text-text {
	max-height: 114px;
	overflow: hidden;
	margin-bottom: 10px;
}

.card_trash svg {
	width: 39px;
	height: 40px;
}

.card_trash svg path {
	stroke: #df7627;
}

.card_trash {
	margin-top: 50px;
	display: none;
    cursor: pointer;
}

.highlighted .card_trash {
	display: block;
}


.cardbottom-content {
	margin-top: 17px;
}
.cardtop-content {
	width: 31%;
}

.select_b {
	background: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	height: 100%;
	z-index: 2;
	border-radius: 50px;
	padding-top: 7px;
	color: #df7627;
	font-size: 20px;
	font-weight: bold;
    cursor: pointer;
}
.highlighted .select_b {
	display: none;
}

.cards-container .card .counter {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	border: 2px solid #df7627;
	border-radius: 50px;
	gap: 10px;
	padding-inline: 10px;
	margin-top: 51px;
	position: relative;
	bottom: unset;
	left: unset;
	width: 22%;
	align-self: flex-start;
}

.pointer{
	cursor: pointer;
}

.top-content {
	width: 100%;
}

.cards-container .top-text h3, .top-text p {
	font-size: 15px;
}

.cards-container .card.highlighted {
	background: #faeade;
	color: #000;
}
.cards-container .card.highlighted h3{
    color: #000;
}

.empty_sum .back2dates_b svg {
	width: 22px;
	float: right;
	height: auto;
}

.empty_sum .back2dates_b svg path {
	fill:#df7627;
}

.empty_action_b {
	display: flex;
	margin: 13px auto;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.sum {
	display: none;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	gap: 26px;
}

.sum_date_the_date {
	color: #fff;
	font-size: 38px;
	background: #df7627;
	text-align: center;
	padding: 13px 0;
	border-radius: 90px 90px 0 0;
}

.orange_text{
	color: #df7627;
}

.orange_bg{
	background: #df7627;
}

.white_text{
	color: #fff;
}

.white_bg{
	background: #fff;
}

.sum_card {
	text-align: center;
	background: #fff;
	padding: 20px;
	position: relative;
}

.sum_card h4 {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 4px;
}

.sum_card h3 {
	font-size: 22px;
	margin-bottom: 12px;
}
.sum_card_count {
	font-size: 24px;
	font-weight: bold;
}

.sum_card_count::after {
	content: "";
	width: 100%;
	height: 1px;
	float: none;
	display: block;
	background: #df7627;
	margin-top: 20px;
}

.pencil {
	position: absolute;
	left: 15px;
	top: 40px;
	cursor: pointer;
}
.pencil svg {
	width: 26px;
	height: 26px;
}
.pencil svg path {
	fill: #df7627;
}

.sum_date_wrapper {
	min-height: 100%;
	background: #fff;
	border-radius: 90px 90px 0 0;
}

.save_selected_activities_b.loading {
	background: #ccc;
	pointer-events: none;
	transform: scale(1);
}

.show_only_selected_b span {
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	float: right;
	border-radius: 90px;
	margin-left: 8px;
}
.show_only_selected_b {
	float: left;
}

.filter_wrapper {
	float: right;
	width: 72%;
	background: #f6d6be;
	border-radius: 90px;
	padding: 10px 14px;
	display: flex;
	gap: 9px;
	justify-content: space-between;
}
.filter_b {
	background: #fbebdf;
	font-size: 18px;
	color: #edac7d;
	border-radius: 90px;
	padding: 13px 3px;
	width: 32%;
	text-align: center;
	cursor: pointer;
}
.filter_b.active {
	background: #fff;
	color: #000;
}

#myTab {
	width: 100%;
	float: right;
	padding: 0;
}

.show_only_selected_wrapper {
	float: left;
	margin: 22px;
	cursor: pointer;
}
.show_only_selected_b.active span::after {
	background-color: #df7627;
	width: 10px;
	height: 10px;
	content: "";
	float: left;
	border-radius: 90px;
	margin: 4px;
}