.right_sidebar_area {
	/* border: 1px solid rgba(221, 221, 221, 0.5); */
	border-radius: 4px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.s_widget {
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
	padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.filter-main-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.filter-main-heading h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.filter-main-heading a {
	color: #24656f;
	font-size: 14px;
}

.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}

.tags li {
	display: inline-block;
	font-size: 14px;
}

.categories_widget ul li a {
	font-size: 14px;
	color: #334249;
	transition: all 400ms linear 0s;
	padding: 5px 5px;
	background: #f4f4f4;
	border-radius: 4px;
}

.tags li.active a,
.tags li:hover a {
	background-color: #24656f;
	color: #fff;
}

.s_title {
	margin-bottom: 16px;
}

.s_title h4 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0;
}

.close-filter {
	display: none;
}

.categories_widget ul li a svg {
	width: 16px;
}

.category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catgory-check-card .checkbox-animate {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	margin-bottom: 5px;
}

.catgory-check-card .checkbox-animate label {
	position: relative;
	cursor: pointer;
}

.catgory-check-card .checkbox-animate label input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.catgory-check-card .input-check {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: 2px solid #ccc;
	position: relative;
	top: 6px;
	margin-right: 7px;
	transition: 0.4s;
}

.catgory-check-card .input-check::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: scale(0) rotate(-45deg);
	position: absolute;
	top: 5px;
	left: 3px;
	transition: 0.4s;
}

.catgory-check-card .checkbox-animate label input:checked~.input-check {
	background-color: #24656f;
	border-color: #24656f;
	animation-name: input-animate;
	animation-duration: 0.7s;
}

.catgory-check-card .checkbox-animate label input:checked~.input-check::before {
	transform: scale(1) rotate(-45deg);
	animation-name: input-check;
	animation-duration: 0.2s;
	animation-delay: 0.3s;
}

@keyframes input-animate {
	0% {
		transform: scale(1);
	}

	40% {
		transform: scale(1.3, 0.7);
	}

	55% {
		transform: scale(1);
	}

	70% {
		transform: scale(1.2, 0.8);
	}

	80% {
		transform: scale(1);
	}

	90% {
		transform: scale(1.1, 0.9);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes input-check {
	0% {
		transform: scale(0) rotate(-45deg);
	}

	100% {
		transform: scale(1) rotate(-45deg);
	}
}

.event-img {
	height: 220px;
}

.event-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-btns {
	position: absolute;
	right: 10px;
	top: -26px;
	display: flex;
	gap: 7px;
}
.event-sec .item .event-btns a {
	width: 35px;
	height: 35px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	line-height: 35px;
	color: #24656f;
}

.bottomcard {
	height: 213px;
	padding: 20px;
	background: #fdfdfd;
	border-radius:0 ;
	box-shadow: 0px 0px 5px #ebebeb;
	margin-top: -20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.detailscard {
	background: #f2f2f2;
	border-radius: 16px;
	box-shadow: 0px 0px 5px #ebebeb;
	height: 100%;
}

.theme-text {
	color: #24656f;

}

.price-card .price-input {
	width: 100%;
	display: flex;
	margin: 20px 0 20px 0px;
}

.price-card .price-input .field {
	display: flex;
	width: 100%;
	height: 45px;
	align-items: center;
}

.price-card .field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 14px;
	margin-left: 0;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #e4e4e4;
	-moz-appearance: textfield;
}

.price-card input[type="number"]::-webkit-outer-spin-button,
.price-card input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.price-card .price-input .separator {
	width: 130px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.price-card .slider {
	height: 5px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

.price-card .slider .progress {
	height: 100%;
	left: 25%;
	right: 25%;
	position: absolute;
	border-radius: 5px;
	background: #24656f;
}

.price-card .range-input {
	position: relative;
}

.price-card .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.price-card input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #24656f;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-card input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: #24656f;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.evant-img-card {
	border-radius: 25px;
	overflow: hidden;
	height: 500px;
	max-height: 100%;
}
.evant-img-card img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.single-item-title {
	font-size: 30px;
	font-weight: 600;
	color: #24656f;
}

.single-item-price h4 {
	margin-bottom: 10px;
	color: #24656f;
}

.event-loc {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
	border-radius: 10px;
}

.event-loc>h4 {
	margin-bottom: 15px;
}

.event-loc p {
	color: #334249;
}

.summery-wrap {
	position: sticky;
	top: 80px;
}

.summery-wrap .grand-total-wrap {
	/* background-color: #fff; */
	padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.summery-wrap .cart-title {
	font-size: 20px;
	font-weight: 500;
	color: #262834;
	margin-bottom: 14px;
	margin-top: 0;
}

.order-summery-box .order-summery {
	padding-left: 0px;
	margin-bottom: 0;
}

.summery-wrap .order-summery li {
	padding: calc(3px + (5 - 3) * ((100vw - 320px) / (1920 - 320))) 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.summery-wrap .order-summery li span {
	font-size: 14px;
	border: none;
	color: #000;
	font-weight: normal;
}

.common-btn {
	background: #24656f;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	padding: 8px 12px;
	border: 1px solid #24656f !important;
	transition: all .5s ease-in-out;
}

.common-btn:hover {
	background: transparent;
	color: #24656f;
}

.common-bd-btn {
	background: transparent;
	color: #24656f;
	border-radius: 6px;
	text-align: center;
	padding: 8px 12px;
	border: 1px solid #24656f !important;
	transition: all .5s ease-in-out;
}

.common-bd-btn:hover {
	background: #24656f;
	color: #fff;

}

.apply-coupon a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
}

.apply-coupon .remove-coupan {
	color: #dc3545;
}

.coupon-card {
	background: #e6e6e6;
	border-radius: 8px;
	padding: 16px;
}

.coupon-lft h4 {
	font-size: 16px;
	margin-bottom: 10px;

}

.coupon-lft h5 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 400;
}

.coupon-rt h4 {
	font-size: 16px;
}

.redeem-tag {
	padding: 10px;
	background: #24656f;
	border-radius: 10px;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	display: block;
	text-align: center;
	transition: all .5s ease-in-out;
	border: 1px solid #24656f;
}

.redeem-tag:hover {
	background: #fff;
	color: #24656f;
}

.expired-tag {
	padding: 10px;
	background: #868686;
	border-radius: 10px;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	display: block;
	text-align: center;
	transition: all .5s ease-in-out;
	border: 1px solid #868686;
	pointer-events: none;
	cursor: not-allowed;
}

.redeem-tag:hover {
	background: #fff;
	color: #868686;
}


/***Price Chart***/
.book-card-inr {
	padding: 25px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.time-slot-card .treatment-type-select {
	text-align: center;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-flow: wrap;
}

.time-slot-card .treatment-type-select .form-check {
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: text-bottom;
	flex: calc(33% - 10px);
	max-width: calc(33% - 10px);
}

.time-slot-card .treatment-type-select .form-check input[type="radio"]:checked~label {
	background-color: #24656f;
	color: #ffffff;
}

.time-slot-card .treatment-type-select .form-check input[type="radio"]:checked~label p,
.time-slot-card .treatment-type-select .form-check input[type="radio"]:checked~label h5 {
	color: #ffffff;
}

.time-slot-card .treatment-type-select .form-check-label {
	padding: 18px 8px;
	border: 1px solid #dde1ef;
	text-align: center;
	border-radius: 5px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	background: #E3E3E3;
	width: 100%;
}

.time-slot-card .treatment-type-select .form-check-label p {
	margin-bottom: 5px;
	font-size: 14px;
}

.time-slot-card .treatment-type-select .form-check-label h5 {
	margin-bottom: 0;
	font-size: 16px;
}

.time-slot-card .treatment-type-select .form-check input[type="radio"] {
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.time-slot-card .treatment-type-select .form-check input[type="radio"]:checked~label .sgn-rdo-icn {
	line-height: 27px;
}



.day-slot .treatment-type-select {
	text-align: center;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-flow: wrap;
}

.day-slot .treatment-type-select .form-check {
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: text-bottom;
	flex: calc(14.2% - 10px);
	max-width: calc(14.2 - 10px);
}

.day-slot .treatment-type-select .form-check input[type="radio"]:checked~label {
	background-color: #24656f;
	color: #ffffff;
}

.day-slot .treatment-type-select .form-check input[type="radio"]:checked~label p,
.day-slot .treatment-type-select .form-check input[type="radio"]:checked~label h5 {
	color: #ffffff;
}

.day-slot .treatment-type-select .form-check-label {
	padding: 18px 8px;
	border: 1px solid #dde1ef;
	text-align: center;
	border-radius: 14px;
	display: block;
	background: #E3E3E3;
	/* align-items: center; */
	/* justify-content: center; */
}

.day-slot .treatment-type-select .form-check-label p {
	margin-bottom: 5px;
	font-size: 14px;
}

.day-slot .treatment-type-select .form-check-label h5 {
	margin-bottom: 0;
	font-size: 16px;
}

.day-slot .treatment-type-select .form-check input[type="radio"] {
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.day-slot .treatment-type-select .form-check input[type="radio"]:checked~label .sgn-rdo-icn {
	line-height: 27px;
}

.price-inc {
	color: #EE5A4B;
}

.age-group .form-check {
	display: flex;
	align-items: center;
}

.age-group .form-check .form-check-input {
	margin-right: 8px;
}

.age-group .form-check-input:checked {
	background-color: #24656f;
	border-color: #24656f;
}

.ticket-total {
	font-size: 30px;
}

.ticket-total span {
	color: #FF3B30;
}

.book-seat-card {
	border-bottom: 1px solid #ccc;
}

.book-seat-lft p {
	margin-bottom: 8px;
	color: #737373;
}

.book-seat-lft h4 {
	margin-bottom: 14px;
}


.book-seat-rt span {
	cursor: pointer;
}

.book-seat-rt .number {
	display: flex;
	align-items: center;
	gap: 6px;
}

.book-seat-rt .minus,
.book-seat-rt .plus {
	width: 30px;
	height: 33px;
	background: #24656f;
	border-radius: 4px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #24656f;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.book-seat-rt input {
	height: 35px;
	width: 100px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	color: #000;
}

/***Price Chart***/

/***Your Ticket***/
.your-inr-ticket {
	padding: 25px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 12px;
}

.order_dtl_wrapp .orders-img img {
	border-radius: .5rem;
	object-fit: cover;
	height: 3rem;
	margin-right: .5rem;
	width: 3rem;
}

.order_dtl_wrapp p {
	color: #808080;
	margin-bottom: 10px;
}

.order_dtl_wrapp .order-menu.style-1 img {
	border: 1px solid #24656f;
	border-radius: .625rem;
	height: 5rem;
	object-fit: contain;
	width: 5rem;
}

.text-primary {
	color: #24656f;
}

.order_dtl_wrapp {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



/***Your Ticket***/





/**** checkout page css Start****/

.checkout .address-wrap .add-new {
	cursor: pointer
}

.checkout .address-wrap .add-new h4 {
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)))
}

.checkout .summery-wrap {
	position: sticky;
	top: 80px
}

.order-summery-box .order-summery {
	padding-left: 0px;
}

.summery-wrap .coupon-box h4 svg {
	width: 18px;
	height: 18px
}

.summery-wrap .cart-title {
	font-size: 16px;
	font-weight: 500;
	color: #262834;
	margin-bottom: 10px;
	margin-top: -1px;
}

.summery-wrap .order-summery li {
	padding: calc(3px + (5 - 3) * ((100vw - 320px) / (1920 - 320))) 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.summery-wrap .order-summery li span {
	font-size: 14px;
	border: none;
	color: #767676;
	font-weight: normal;
}



.summery-wrap .order-summery li:last-child {
	padding: 10px 0;
	margin-top: 8px;
	border-top: 1px solid #c4c4c4;
	margin-bottom: -5px
}

.summery2 {
	background-color: #fafafa;
	padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.summery2 ul li {
	display: block;
	color: #767676;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400
}

.summery2 ul li:not(:first-child) {
	margin-top: 4px;
}

.summery2 p {
	line-height: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: -4px;
	font-weight: 400;
}

.summery-wrap .grand-total-wrap {
	padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.payment-section .radio-box input[type="radio"] {
	position: absolute;
	opacity: 0;
}


.payment-section .radio-box input[type="radio"]+.radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	color: #262834;
	cursor: pointer;
}

.payment-section .radio-box input[type="radio"]+.radio-label:before {
	content: "";
	background: transparent;
	border-radius: 100%;
	border: 2px solid #24656f;
	display: inline-block;
	width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.payment-section .radio-box input[type="radio"]:checked+.radio-label:before {
	background-color: #24656f;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
}

.payment-section .radio-box input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #24656f;
}

.payment-section .radio-box input[type="radio"]:disabled+.radio-label:before {
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
	border-color: #24656f;
	background: #363636;
}

.radio-box input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}

.checkout .modal-body {
	padding: 0px 15px;
}

.checkout .modal-title {
	color: #24656f;
	font-weight: 600;
}

.checkout .modal-dialog {
	max-width: 700px;
}

.payment-section .input-box .form-control {
	height: 50px;
	text-align: left;
}

.payment-section .input-box label {
	margin-bottom: 10px;
}

.payment-section .accordion-button:not(.collapsed) {
	color: #24656f;
	background-color: #fff3f5;
}

#cardModal .btn-box {
	display: flex;
	column-gap: 15px;
}

#cardModal .modal-header {
	position: relative;
}

#cardModal .modal-header .btn_close {
	position: absolute;
	right: -50px;
	top: -5px;
	opacity: 1;
	background: #24656f;
	border: 0px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

#cardModal .modal-header .btn_close {
	position: absolute;
	right: -50px;
	top: -5px;
	opacity: 1;
	background: #24656f;
	border: 0px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.payment-section .accordion-button:not(.collapsed)::after {
	filter: grayscale(100%);
	opacity: 1 !important;
}

.payment-section .payment-card {
	width: 50px;
}

.payment-section .accordion .accordion-item .accordion-body .radio-box label span {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.custom-form .form-control {
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
	height: 45px !important;
}

.custom-form .form-control:focus {
	border: 1px solid #24656f !important;
	box-shadow: none;
}
.custom-form .form-select {
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
	height: 45px !important;
}

.custom-form .form-select:focus{
	border: 1px solid #24656f !important;
	box-shadow: none;
}
.custom-form .form-select {
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
	height: 45px !important;
}

.custom-form .form-select:focus{
	border: 1px solid #24656f !important;
	box-shadow: none;
}
.custom-form label {
	color: #262834;
}

/***checkout page css ***/


/****Thank You Page Start****/
.thank-card-inr {
	padding: 50px 20px;
	border-radius: 8px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	text-align: center;
}

.thank-check-icn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #29bf6c;
	color: #fff;
	display: inline-block;
	font-size: 34px;
	margin-bottom: 20px;
	line-height: 58px;
}

.thank-card-inr h4 {
	font-size: 44px;
	margin-bottom: 6px;
}

/****Thank You Page End****/


.dashboard_content .item .event-btns a {
	width: 35px;
	height: 35px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	line-height: 35px;
	color: #24656f;
}
ul {
	padding-left: 0;
	list-style: none;
}
/* New CSS For event Detail */

.summery-wrap .grand-total-wrap {
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  overflow: hidden;
}

.summery-wrap .grand-total-wrap .price {
  position: relative;
  border-bottom: 3px dashed #f5f5f5;
  margin-bottom: 30px;
}

.summery-wrap .grand-total-wrap .price::before {
  content: "";
  position: absolute;
  left: -35px;
  top: auto;
  bottom: -20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f5f5f5;
}

.summery-wrap .grand-total-wrap .price::after {
  content: "";
  position: absolute;
  right: -35px;
  top: auto;
  bottom: -20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f5f5f5;
}

.details_list {
	display: flex;
	align-items: center;
	column-gap: 6px;
	row-gap: 15px;
	flex-wrap: wrap;
	width: 100%;
}
.custom_check_date {
  input[type="checkbox"],[type="radio"] {
    display: none;
  }

  label {
    padding: 5px 18px;
    border: 1px solid #24656f;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 30px;
    font-size: 14px;
    color: #24656f;
  }

  input[type="checkbox"]:checked + label,
  input[type="radio"]:checked + label {
    background-color: #fab84d24;
    color: #fab84d;
    border-color: #fab84d;
  }
}


.quantity-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 20px;
	padding: 0 8px;
}

.quantity-box button {
    padding: 0 5px;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
}

.quantity-box input {
    width: 50px;
    text-align: center;
    font-size: 18px;
	border: 0 !important;
    padding: 5px;
    margin: 0 5px;
}

.quantity-box input[type=number]::-webkit-inner-spin-button, 
.quantity-box input[type=number]::-webkit-outer-spin-button,
.quantity-box input[type=number]
 { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
     -moz-appearance: textfield; 
}

/* New CSS End For event Detail */



.gallery-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;

  .swiper-pagination-bullets {
    right: auto;
    left: 40%;
    top: auto;
    transform: translate(-50%, -50%);
    bottom: -8px;
    background: transparent;

    .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 3px;
      border-radius: 50%;
      background: #ffdce4;
      border: 1px solid #ffdce4;
      display: inline-block;
    }

    .swiper-pagination-bullet-active {
      background: #24656f;
      border: 1px solid #24656f;
    }
  }
}

.gallery-main {
  width: 700px;
  padding-bottom: 35px;
  
  .evant-img-card img {	
	object-fit: cover;
}
}

.gallery-thumbs {
  order: 2;
  width: 100%;
  height: 470px;
  margin-right: 0;
  padding-left: 15px;
  overflow: hidden;

  .evant-img-card {
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 7px;
  }

  .swiper-slide {
    img {
      transition: 0.3s;
      border-radius: 25px;
    }

    &-active {
      opacity: 0.9;
    }

    &-thumb-active {
      opacity: 1;

      img {
        margin-left: -15px;
      }
    }
  }
}

@media (max-width: 991px) {
  .gallery-main {
    width: 100%;
    height: 100%;
  }

  .gallery-container {
    width: 100%;
    display: block;
  }

  .swiper-pagination {
    display: none;
  }

  .gallery-thumbs {
    display: none;
  }
}

.quantity-control > p {
	font-size: 14px;
	margin-bottom: 0px !important;
}
.event-loc .swiper {
	padding-bottom: 30px;
}
.event-loc .swiper-pagination {
	bottom: 0px !important;
}
.event-loc  .swiper-pagination-bullet-active {
	background: #24656f;
}
.event-loc .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
 .event-loc .loc-card.video-card iframe {
	width: 100%;
	height: 300px;
}
.order-summery-box .form-check a {
	color: #24656f;
}
.order-summery-box .form-check a:hover {
	text-decoration:underline!important;
}


.common-badge{	
	background: #24656f;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	padding: 8px 12px;
	border: 1px solid #24656f !important;
}

.table-condensed .disabled {
	background-color: #eaeaea !important;
	cursor: not-allowed !important;
}

.custom_check_date.yacht_date {
	& label {
	  padding: 5px 18px;
	  border-top: 1px solid #24656f;
	  border-top-color: rgb(36, 101, 111);
	  background-color: transparent;
	  cursor: pointer;
	  display: inline-block;
	  transition: all 0.3s ease;
	  border-radius: 0;
	  font-size: 14px;
	  color: #24656f;
	  width: 100%;
	  border-left: 1px solid #24656f;
	  border-left-color: rgb(36, 101, 111);
	  border-right: 1px solid #24656f;
	  border-right-color: rgb(36, 101, 111);
	  border-bottom: none;
	  border-bottom-color: currentcolor;
	}
  }

  .details_list.yacht_box {
	gap: 0;
  }

  .details_list.yacht_box li {
	width: 100%;
  }

  .custom_check_date.yacht_date {
	display: flex;
}

  ul.details_list.yacht_box li:last-child {
	border-bottom: 1px solid rgb(36, 101, 111);
  }


  .custom_check_date .select-time {
	padding: 10px !important;
	max-width: 150px !important;
	border-top: 1px solid rgb(36, 101, 111) !important;
	border-right: 1px solid rgb(36, 101, 111) !important;
}

.custom_check_date .select-time::placeholder {
	font-size: 14px;
}

.details_list.yacht_box {
	max-height: 181px;
	overflow: scroll;
}


.default-image {
	object-fit: unset !important;
}



.overflow-250 {
	max-height: 250px;
	overflow: scroll;
}

.overflow-400 {
	max-height: 350px;
	height: 100%;
	overflow: scroll;
}


/* Share Popup CSS */
.share-popup {
	position: absolute;
	top: 50px;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 15px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	min-width: 180px;
}

.share-popup-content {
	position: relative;
}
  
  .share-popup .social-share li a{
  box-shadow: none !important;
  background-color: #24656f !important;
  border: 1px solid #24656f !important;
  color: #fff !important;
  transition: all 0.3s ease !important;

  }
  .share-popup .social-share li a:hover{
  background-color: #fff !important;
  color: #24656f !important;
  }
.share-popup .close-popup {
	position: absolute;
	top: -20px;
	right: -20px;
	background: #333;
	color: #fff;
	border-radius: 50%;
	padding: 4px 8px;
	font-size: 14px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-share.footer-social-menu {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 16px;
}
.social-share li:not(:last-child) {
    margin-right: 0px !important;
}

