body {
	font-family: 'Roboto', -apple-system, 'Helvetica Neue', sans-serif;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

legend {
	padding: 7px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

label {
	font-size: 12px;
	font-weight: normal;
}

/* Chrome border line */
button:focus {
	outline: none !important;
}

/* container */
#container {
	width: 100%;
	min-height: 100%;
	position: absolute;
	margin-bottom: 300px;
}

/* content */
/*#content, #column-left, #column-right {
	padding-bottom: 730px;
}
@media (min-width: 576px) {
	#content, #column-left, #column-right {
		padding-bottom: 400px;
	}
}*/

#content {
	min-height: 100vh;
}

#alert {
	z-index: 9999;
	position: fixed;
	top: 30%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
}

@media (min-width: 992px) {
	#alert {
		width: 600px;
		margin-left: -300px;
	}
}

@media (min-width: 1140px) {
	#alert {
		width: 600px;
		margin-left: -300px;
	}
}

@media (min-width: 1320px) {
	#alert {
		width: 600px;
		margin-left: -300px;
	}
}

#alert .alert {
	margin-bottom: 15px;
}

#alert .alert-primary {
	box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
	box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
	box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
	box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
	box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
	box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
	box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
	box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
	background-color: var(--bs-tertiary-bg);
	border-bottom: 1px solid var(--bs-border-color);
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 5px;
}

#top ul.list-inline {
	margin-bottom: 0;
}

#top .list-inline-item>a,
#top .list-inline-item .dropdown>a {
	font-size: 1.1em;
	color: var(--bs-gray-600);
	line-height: 40px;
	vertical-align: middle;
	padding: 10px 0px 5px 0px;
}

/* logo */
#logo {
	text-align: center;
	margin: 0;
}

@media (min-width: 768px) {
	#logo {
		text-align: left;
	}
}

/* search */
#search {
	margin-bottom: 10px;
}

#search .form-control-lg {
	height: 40px;
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 0.57rem 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart .img-thumbnail {
	min-width: 100px;
}

#cart .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 14px 35px;
}

#cart .dropdown-menu {
	background: #eee;
}

#cart .dropdown-menu li {
	min-width: 300px;
}

@media (max-width: 768px) {
	#cart .dropdown-menu li {
		min-width: 100%;
	}
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border: 1px solid #1f90bb;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
	border-radius: 4px;
	padding: 0 1rem;
}

#menu .navbar-nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	background-color: transparent;
}

#menu .navbar-nav>li>a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#menu .dropdown-inner {
	display: flex;
	flex-direction: column;
}

#menu .dropdown-inner ul {
	width: 100%;
	min-width: 200px;
}

@media (min-width: 960px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}

	#menu .dropdown-inner {
		flex-direction: row;
	}

	#menu .nav-item+.nav-item+.nav-item .dropdown-column-3 {
		left: -200px;
	}

	#menu .nav-item+.nav-item+.nav-item .dropdown-column-4 {
		left: -400px;
	}

	#menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-2 {
		left: -200px;
	}

	#menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-3 {
		left: -400px;
	}

	#menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-4 {
		left: -600px;
	}
}

#category {
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
	color: #fff;
	border-color: #fff;
	font-size: 0.9em;
}

/* default boostrap changes */
div.required .col-form-label:before,
div.required .form-label:before {
	content: "* ";
	color: #F00;
	font-weight: bold;
}

.form-switch-lg {
	font-size: 20px;
	min-height: 30px;
	line-height: 30px;
}

.nav-tabs {
	margin-bottom: 15px;
}

.form-check .form-check-input {
	margin-top: 0.25rem;
}

@media (min-width: 768px) {
	.col-form-label {
		text-align: right;
	}
}

/* footer */
footer {
	position: initial;
	bottom: -1px;
	width: 100%;
	color: #fff;
	background-image: url('../image/footer_copyright_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	text-align: center;
	padding: 15px 0 58px;
}

footer p {
	margin: 0;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	background-color: var(--bs-tertiary-bg);
	display: none;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li.breadcrumb-item {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	#fff-space: nowrap;
}

.breadcrumb>li.breadcrumb-item>a {
	text-decoration: none;
}

.breadcrumb>li.breadcrumb-item:after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 29px;
	height: 29px;
	border-right: 1px solid var(--bs-border-color);
	border-bottom: 1px solid var(--bs-border-color);
	transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item+li:before {
	content: "";
	padding: 0;
}

.product-thumb {
	border: 1px solid #ddd;
	position: relative;
	height: 100%;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .description {
	padding: 15px;
	margin-bottom: 45px;
}

.product-thumb .description h4 {
	font-weight: bold;
}

.product-thumb .button {
	display: flex;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.product-thumb .button button {
	width: 33.33%;
	border: none;
	border-top: 1px solid var(--bs-border-color);
	background-color: var(--bs-tertiary-bg);
	color: var(--bs-gray-600);
	line-height: 38px;
	text-align: center;
}

.product-thumb .button button:hover {
	color: var(--bs-gray-600);
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb .button button+button {
	border-left: 1px solid var(--bs-border-color);
}

@media (min-width: 960px) {
	.product-list .product-thumb {
		display: flex;
	}

	.product-list .product-thumb .image {
		flex-direction: column;
		margin-bottom: 0px;
	}

	.product-list .product-thumb .content {
		flex-direction: column;
		flex: 75%;
		position: relative;
	}

	.product-list .product-thumb .button {
		border-left: 1px solid #ddd;
		width: calc(100% - 15px);
		margin-left: 15px;
	}
}

.rating .fa-stack {
	width: 20px;
}

.rating .fa-star {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star {
	color: #E69500;
}

/* product list */
.price {
	color: #444;
}

.price-new {
	font-weight: 600;
}

.price-old {
	color: #dc512c;
	text-decoration: line-through;
}

.price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

/* blog */
.blog-thumb {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.blog-thumb h4 {
	font-weight: bold;
}

.blog-thumb .image {
	text-align: center;
	margin-bottom: 15px;
}

.blog-thumb .image a:hover {
	opacity: 0.8;
}

.blog-thumb .description {
	padding: 15px;
}

/* Theme Custom CSS */
#cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 9999;
	opacity: 0.95;
	color: #ecf0f1;
	background: #343a40;
}

#cookie div {
	font-size: 16px;
	color: #FFFFFF;
}


/* == New css code start here == */
a {
	color: #2563eb;
}

.btn {
	box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	border-radius: .5rem;
	padding: 6px 23px;
}

.btn-sm {
	padding: 8px 13px;
	line-height: initial;
}

.btn-orange {
	background: #fca5a5;
	border-color: #fca5a5;
	color: #000;
}

.btn-orange:hover {
	background: #ef5e5e;
	border-color: #ef5e5e;
	color: #fff;
}

.btn-blue {
	background: #1976d2 !important;
	border-color: #1976d2 !important;
	color: #fff !important;
}

.btn-blue:hover {
	opacity: 0.8 !important;
}

.btn-primary {
	background: #2563eb;
	border-color: #2563eb;
	background-image: none;
}

.btn-primary:hover {
	background: #ef5e5e;
	border-color: #ef5e5e;
}

.btn-outline-primary {
	border-color: #2563eb !important;
	color: #2563eb !important;
}

.btn-outline-primary:hover {
	background: #2563eb !important;
	border-color: #2563eb;
	color: #fff !important;
}

.btn-success {
	background: #4caf50 !important;
	border-color: #4caf50 !important;
	color: #fff !important;
}

.btn-success:hover {
	opacity: 0.8 !important;
}

.btn-danger {
	background: #f44336 !important;
	border-color: #f44336 !important;
	color: #fff !important;
}

.btn-danger:hover {
	opacity: 0.8 !important;
}

.btn-outline-danger {
	border-color: #f44336 !important;
}

.text-success {
	color: #4caf50 !important;
}

.form-floating .form-control {
	height: 40px;
	padding: 12px 12px 0;
	border-radius: 4px;
	min-height: 40px;
	border-color: #d4d4d4;
}

.form-floating label {
	padding: 8px 0 0 12px;
}

.form-floating .form-control:hover {
	border-color: #000;
	color: #000;
}

.form-floating textarea.form-control {
	height: auto !important;
	min-height: auto !important;
}

.form-floating .form-control:focus {
	border-color: #007bff;
	box-shadow: none;
}

.form-floating label {
	padding: 8px 0 0 12px;
}

.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-select~label::after {
	inset: inherit;
}

.form-floating #input-personalno::placeholder,
.form-floating #input-organisationno::placeholder,
.form-floating #input-telephone::placeholder,.form-floating #input-mobileno::placeholder,
.form-floating #input-zipcode::placeholder,
.form-floating #alt-zipcode::placeholder {
	color: #000000de;
}

.form-floating #input-personalno ~ label,.form-floating #input-mobileno ~ label,
.form-floating #input-organisationno ~ label,.form-floating #input-telephone ~ label,
.form-floating #input-zipcode ~ label,.form-floating #alt-zipcode ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}

.switch_togglebutton {
	display: inline-block;
}

.switch_togglebutton input {
	display: none;
}

.switch_togglebutton small {
	display: inline-block;
	width: 32px;
	height: 13px;
	background: #9c9c9c;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
}

.switch_togglebutton small:before {
	content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 50%;
	top: -3px;
	left: -1px;
	transition: .3s;
	box-shadow: -3px 0 3px rgba(0, 0, 0, 0.25);
}

.switch_togglebutton input:checked~small {
	background: #83b5e7;
	transition: .3s;
}

.switch_togglebutton input:checked~small:before {
	transform: translate(14px, 0px);
	transition: .3s;
	background: #1976d2;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.25);
}

@media(min-width: 1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1290px;
	}
}

.magasinera_menu {
	position: relative;
	z-index: 1000;
	margin: 0;
}

.route-common-home {
	background-image: url('../image/main_banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 100%;
	min-height: 100vh;
	width: 100%;
	animation: bg-zoom 70s linear infinite;
	overflow-x: hidden;
}

.route-common-home .magasinera_menu {
	margin-bottom: 0;
}

/* Keyframes for zoom effect */
@keyframes bg-zoom {
	0% {
		background-size: 100%;
	}

	100% {
		background-size: 400%;
	}
}

.route-common-home footer {
	display: none;
}

.route-common-home #common-home .footer_right_graph {
	background-image: url('../image/footer_graph.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	width: 50%;
	height: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: end;
	text-align: right;
	justify-content: flex-end;
	color: #fff;
}

.footer_right_graph .footer_powerd {
	color: #fff;
	position: relative;
	margin: 0 15px 10px 0;
	line-height: 1.5;
	font-weight: 300;
	font-size: 12px;
	z-index: 10000;
}

#logo a {
	display: flex;
	align-items: center;
	gap: 5px;
}

#logo .store_name_wrap .store_name {
	display: block;
	color: #ef4444;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}

#logo .store_name_wrap .store_subname {
	color: #e5e7eb;
}

.magasinera_menu #form-language img {
/*	min-width: 20px;
	max-width: 20px;*/
}

.magasinera_menu #form-language .language-switcher {
	display: flex;
	gap: 10px;
	align-items: center;
}

.magasinera_menu #form-language .language-switcher button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	box-shadow: none;
}

/*.magasinera_menu #form-language .language-switcher .language-select.active {
	border: 1px solid #fcafaf;
	border-radius: 4px;
	padding: 0 4px;
}*/

.magasinera_menu #form-language .language-switcher .language-select.active {
    border: 1px solid #fcafaf;
    border-radius: 0;
    line-height: 10px;
}

.storage_content {
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 0;
	padding: 0 0 8%;
	width: 100%;
	right: auto;
	left: 0;
	z-index: 1;
}

.storage_content h2 {
	font-size: 40px;
	font-weight: 700;
}

.storage_content h2,
.storage_content h4 {
	text-align: center;
	color: #fff;
}

.storage_content h4 {
	font-size: 16px;
	font-weight: 400;
}

#form_serach_filter {
    position: relative;
	z-index: 5000;
}

#form_serach_filter .serach_filter_card {
	background: #f3f3f3;
	border-radius: .75rem;
	padding: 16px;
	width: 280px;
}

#form_serach_filter .serach_filter_card .serach_filter_header .serach_title {
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	margin: 0;
}

#form_serach_filter .toggle-group,
.tmd_togglegroup_swicher {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 25px 0;
}

.tmd_togglegroup_swicher {
	margin: 0 0 20px;
}

#form_serach_filter .toggle-group input[type="radio"],
.tmd_togglegroup_swicher input[type="radio"] {
	display: none;
}

#form_serach_filter .toggle-group label,
.tmd_togglegroup_swicher label {
	padding: 6px 20px;
	border-radius: 25px;
	background-color: #fff;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all 0.3s ease;
}

#form_serach_filter .toggle-group label:hover,
.tmd_togglegroup_swicher label:hover {
	background: #ef5e5e;
	border-color: #ef5e5e;
	color: #fff;
}

#form_serach_filter .toggle-group input[type="radio"]:checked+label,
.tmd_togglegroup_swicher input[type="radio"]:checked+label {
	box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
}

#form_serach_filter .toggle-dot,
.tmd_togglegroup_swicher .toggle-dot {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: black;
}

#form_serach_filter input[type="radio"]#private:checked+label .toggle-dot,
#form_serach_filter input[type="radio"]#business:checked+label .toggle-dot,
.tmd_togglegroup_swicher input[type="radio"]#private:checked+label .toggle-dot,
.tmd_togglegroup_swicher input[type="radio"]#business:checked+label .toggle-dot {
	background-color: #007bff;
}

#form_serach_filter .filtersearch_button {
	margin-top: 35px;
	text-align: center;
}

#form_serach_filter .filtersearch_button #filtersearch-button {
	background: #2d97fa;
	border-color: #2d97fa;
	border-radius: 50px;
	padding: 4px 26px;
}

#form_serach_filter .filtersearch_button #filtersearch-button:hover {
	background: #EF5E5E;
	border-color: #EF5E5E;
}

#form_serach_filter .serach_filter_form #form-searchfilter .input_container {
	border: 2px solid #B9B9B9;
	border-radius: 4px;
	padding: 0;
	position: relative;
	transition: all .5s ease;
}

#form_serach_filter .serach_filter_form #form-searchfilter .input_container .right_caret {
	position: absolute;
	right: 12px;
	top: 13px;
	color: #0009;
	transition: all .5s ease;
}

#form_serach_filter .serach_filter_form #form-searchfilter .form-control,
#form_serach_filter .serach_filter_form #form-searchfilter .form-select {
	background: transparent;
	border: 0;
	outline: 0;
	box-shadow: none;
	padding: 20px 12px 0;
	font-size: 14px;
}

#form_serach_filter .serach_filter_form #form-searchfilter .input-group .input-group-text {
	background: transparent;
	border: 0;
	outline: 0;
	box-shadow: none;
	padding: 0 12px 0 0;
	font-size: 14px;
}

#form_serach_filter .serach_filter_form #form-searchfilter .input-group .form-control {
	padding: ;
}

#form_serach_filter .serach_filter_form #form-searchfilter .input-group .input-group-text i {
	font-size: 20px;
}

#form_serach_filter .serach_filter_form #form-searchfilter .col-form-label {
	font-weight: 500;
	color: #0009;
	position: absolute;
	top: 10px;
	left: 12px;
	bottom: auto;
	padding: 0;
	font-size: 14px;
	transition: all .5s ease;
}

#form_serach_filter .serach_filter_form #form-searchfilter .input_container:focus-within .col-form-label,
#form_serach_filter .serach_filter_form #form-searchfilter .input_container.filled .col-form-label {
	top: 3px;
	font-size: 12px;
	color: #2d97fa;
}

#form_serach_filter .serach_filter_form #form-searchfilter .input_container:focus-within .right_caret {
	color: #2d97fa;
}

#form_serach_filter .serach_filter_form #form-searchfilter .input_container:focus-within .right_caret {
	border-color: #2d97fa;
	transform: rotate(180deg);
}

#form_serach_filter .form-floating>.form-control:focus~label::after,
#form_serach_filter .form-floating>.form-control:not(:placeholder-shown)~label::after,
#form_serach_filter .form-floating>.form-control-plaintext~label::after,
#form_serach_filter .form-floating>.form-select~label::after {
	background: transparent !important;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month,
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-weekdays,
.flatpickr-calendar .flatpickr-weekday,
.flatpickr-calendar .flatpickr-day.selected {
	background: #2563eb !important;
	color: #fff !important;
}

.flatpickr-calendar .flatpickr-weekdays {
	margin: 0 0 14px;
}


/* == Booking form page css start here == */
#booking_form_wrapper {
	margin: 0 0 20px;
}

#booking_form_wrapper .booking_list .selected-row {
	border-color: #fef08a !important;
}

#booking_form_wrapper .booking_list .selected-row td {
	background: #fef08a !important;
	border-color: #fef08a !important;
}

#booking_form_wrapper .booking_list .selected-row.disabled-row {
	border-color: #d1d5db !important;
}

#booking_form_wrapper .booking_list .selected-row.disabled-row td {
	background: #d1d5db !important;
	border-color: #d1d5db !important;
}

#booking_form_wrapper .booking_card {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 16px;
	min-height: 600px;
	height: 100%;
	overflow: hidden;
}

#booking_form_wrapper .booking_card .booking_body .tab-pane {
	display: none;
	opacity: 0;
	transition: all 0.5s ease;
	transform: translateX(100%);
}

#booking_form_wrapper .booking_card .booking_body .tab-pane.active {
	display: block;
	opacity: 1;
	transform: translateX(0);
}

#booking_form_wrapper .booking_card .booking_body .tab-pane.slide-left {
	transform: translateX(-100%);
}

#booking_form_wrapper .booking_card .booking_body .tab-pane.slide-right {
	transform: translateX(100%);
}

#booking_form_wrapper .booking_card .booking_header,
#booking_form_wrapper .booking_card .booking_body {
	padding: 16px;
}

#booking_form_wrapper .booking_card .booking_list table button {
	font-size: 10px;
	text-transform: uppercase;
	color: #000 !important;
	border-radius: 2px;
	font-weight: 500;
	background: #f87171 !important;
	border: 0;
	opacity: 1 !important;
	padding: 2px 0;
	line-height: 21px;
	min-width: 100px;
}

#booking_form_wrapper .booking_card .booking_list table tr {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

#booking_form_wrapper .booking_card .booking_list table tr td {
	border: 0;
}

#booking_form_wrapper .booking_header {
	position: relative;
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
}

#booking_form_wrapper .booking_header .nav-pills {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-bottom: none;
}

#booking_form_wrapper .booking_header .nav-item {
	flex: 1;
	position: relative;
	text-align: center;
}

#booking_form_wrapper .booking_header .nav-link {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #ffffff;
	border: none;
	padding: 0;
	font-size: 13px;
	color: #999;
	gap: 4px;
	z-index: 1;
	width: fit-content !important;
}

#booking_form_wrapper .booking_header .nav-link i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #bdbdbd;
	color: #fff;
	margin-bottom: 5px;
	font-size: 13px;
	text-align: center;
}

#booking_form_wrapper .booking_header .nav-link.active i {
	background-color: #1976d2;
}

#booking_form_wrapper .booking_header .nav-link.active {
	color: #1976d2;
	font-weight: bold;
	background: #ffffff;
}

#booking_form_wrapper .booking_header .nav-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 18px;
	right: -50%;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	z-index: 0;
}

#booking_form_wrapper .booking_header .nav-item:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 18px;
	left: -50%;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	z-index: 0;
}

#booking_form_wrapper .booking_header .nav-item:not(:first-child) .nav-link {
	margin: 0 auto;
}

#booking_form_wrapper .booking_header .nav-item:last-child .nav-link {
	margin-left: auto;
}

#booking_form_wrapper .booking_summary {
	border: 1px solid rgba(0, 0, 0, .12);
	padding: 15px;
	height: 100%;
	border-radius: 6px;
}

#booking_form_wrapper .booking_summary .booking__item h5 {
	border-bottom: 2px solid #2d97fa;
	padding-bottom: 8px;
	font-weight: 400;
	color: #000;
}

#booking_form_wrapper .booking_summary .booking__item table tr {
	border: 0;
}

#booking_form_wrapper .booking_summary .booking__item table tr td {
	border: 0;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #6b7280;
	font-weight: 500;
}

#booking_form_wrapper .booking_summary .booking__item:not(:last-child) table tr>td:first-child {
	width: 50%;
	padding-left: 16px;
}

#booking_form_wrapper .booking_summary .booking__item .info-table tr>td:first-child {
	border-left-width: 1px;
	border-right: 1px solid #ddd;
}

#booking_form_wrapper .booking_summary .booking__item .table-gray,
#booking_form_wrapper .booking_summary .booking__item .table-gray td {
	background: #4f5d73;
	color: #fff;
}

.absolute_inputicon {
	position: absolute;
	top: 50%;
	right: 10px;
	cursor: pointer;
	color: #999;
	transform: translateY(-50%);
}

#booking_form_wrapper .booking_spacing {
	padding: 0 20px;
}

#booking_form_wrapper .btn {
	text-transform: uppercase;
	font-size: 16px;
}

#booking_form_wrapper .btn.btn-danger {
	background: #f41100 !important;
	border-color: #f41100 !important;
}
#booking_form_wrapper .btn.btn-blue {
	background: #2f92f4 !important;
	border-color: #2f92f4 !important;
}

#booking_form_wrapper .booking_terms,
#booking_form_wrapper .booking_terms label p {
	font-size: 14px;
	font-weight: 500;
}

#booking_form_wrapper .booking_summary .booking__item .start_date_content .input-group .form-control {
	padding: 7px 12px;
	border-style: dashed;
	border-color: #000;
	border-width: 1px;
	border-radius: 2px !important;
}

#booking_form_wrapper .booking_summary .booking__item .start_date_content .input-group .input-group-text {
	padding: 0;
	border: 0;
	background: transparent;
	position: absolute;
	right: 12px;
	top: 5px;
	z-index: 10;
}

#booking_form_wrapper .booking_summary .booking__item .start_date_content .input-group .input-group-text i {
	font-size: 18px;
}

#booking_form_wrapper .booking_summary .booking__item .start_date_content {
	display: flex;
	gap: 12px;
	align-items: center;
}

/* == dashborad css start here == */
.magasinera_menu .dashboard-menu {
	width: auto;
	padding: 3px 4px;
	border: 1px solid transparent;
	transition: all .5s ease;
}

.route-extension-magasinerastore-tmd-dashboard header,
.route-extension-magasinerastore-tmd-dashboard .magasinera_menu {
	background: #1976d2;
	margin-top: 0;
}

.dashboard_container {
	margin: 0 0 20px;
}

.dashboard_container .dashboard_title {
	text-align: center;
	margin: 0 0 15px;
	color: #000;
	font-weight: 600;
}

.dashboard_container .dashboard_cart {
	box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
	border-radius: 4px;
	vertical-align: top;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.dashboard_container .dashboard_cart #dashboardTabs {
	margin-bottom: 0px;
	background: #d1d5db;
	justify-content: center;
	padding: 10px;
}

.dashboard_container .dashboard_cart #dashboardTabs .nav-link {
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	font-weight: 500;
}

.dashboard_container .dashboard_cart #dashboardTabs .nav-link.active {
	background: transparent;
	color: #1976d2;
	border-bottom: 0;
	border-color: #fff;
}

.dashboard_container .dashboard_cart #dashboardTabs .nav-link:hover {
	background: #999;
	border-color: #999;
}

.dashboard_container .dashboard_cart .tab-content {
	padding: 12px 20px;
}

#customerTypeToggle {
	text-align: center;
	margin: 0 0 18px;
}

#customerTypeToggle .btn {
	border-radius: 2px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	border: 0;
	color: #000;
	font-size: 13px;
	padding: 5px 18px;
}

#customerTypeToggle .btn:not(.active):hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
}

#customerTypeToggle .btn i {
	font-size: 25px;
	line-height: initial;
}

#customerTypeToggle .btn.active {
	background: #2196f3;
	border-color: #2196f3;
}

.dashboard_container .dashboard_cart .tab-content #profile .row>.col-sm-9 .row>div .row,
.dashboard_container .dashboard_cart .tab-content #profile .row>.col-sm-9>.row:last-child {
	margin: 0 -5px;
}

.dashboard_container .dashboard_cart .tab-content #profile .row>.col-sm-9 .row>div>.row>div,
.dashboard_container .dashboard_cart .tab-content #profile .row>.col-sm-9>.row:last-child>div {
	padding: 0 5px;
}

.dashboard_container .dashboard_cart .image_container .cf_buttons {
	display: grid;
	gap: 10px;
}

.dashboard_container .dashboard_cart .image_container .cf_buttons .btn {
	border-radius: 4px;
	font-size: 15px;
}

.dashboard_container .dashboard_cart .dash-image-box {
	position: relative;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}

.dashboard_container .dashboard_cart .dash-image-box .button_imageedit {
	background: #22c55e;
	position: absolute;
	top: 5px;
	right: 5px;
	left: auto;
	bottom: auto;
	border-radius: 50px;
	padding: 0;
	width: 30px;
	height: 30px;
	border: 2px solid red;
}

.dashboard_container .dashboard_cart .dash-image-box .button_imageedit:hover {
	border-color: transparent;
}

.dashboard_container .dashboard_cart .inputdisabled {
	cursor: not-allowed;
	opacity: 0.7;
	position: relative;
}

.dashboard_container .dashboard_cart .inputdisabled:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: not-allowed;
}

.dashboard_container .dashboard_cart .inputdisabled .form-control {
	background: transparent;
}

.dashboard_container .dashboard_cart .input-group .form-floating .form-control {
	border-right: 0;
	border-style: dashed;
	border-color: #000;
}

.dashboard_container .dashboard_cart .input-group .btn_inputgroup {
	box-shadow: none;
	padding: 11px 12px 1px 5px;
	border: 1px dashed #000;
	border-radius: 4px;
	border-left: 0;
	outline: 0;
}

.dashboard_container .dashboard_cart .input-group .btn_inputgroup i {
	color: #999;
	font-size: 20px;
}

.dashboard_container .dashboard_cart .tab-content .tab-pane {
	transition: all 0.5s ease;
	position: relative;
}

.dashboard_container .dashboard_cart .tab-content .slide-left {
	animation: slideLeft 0.5s forwards;
}

.dashboard_container .dashboard_cart .tab-content .slide-right {
	animation: slideRight 0.5s forwards;
}

#booking_form_wrapper .booking_terms #preview-upload,
#booking_form_wrapper .booking_terms #preview-uploadid {
	width: 270px;
	height: 240px;
	overflow: hidden;
	object-fit: fill;
}

@keyframes slideLeft {
	from {
		left: 10%;
		opacity: 0;
	}

	to {
		left: 0;
		opacity: 1;
	}
}

@keyframes slideRight {
	from {
		left: -10%;
		opacity: 0;
	}

	to {
		left: 0;
		opacity: 1;
	}
}

/* == dashborad css end here == */

.form-floating .form-select option {
	border: 0;
	padding: 10px;
}

.route-common-home main {
	height: 80vh;
}

.route-common-home div#content {
	min-height: auto;
}

/* == New css code end here == */


/* ------------------- confirm popup code start here ------------------- */
.tab_popup_wreap {
	display: flex;
	align-items: start;
	height: 100vh;
	overflow-x: auto;
}

.tab_popup_wreap .nav-link {
	text-transform: uppercase;
	line-height: 1.2;
	border-radius: 0;
	border-right: 2px solid transparent;
	color: #000;
	text-align: left;
	font-weight: 600;
}

.tab_popup_wreap .nav-link.active {
	background-color: transparent;
	color: #4caf50;
	border-right: 2px solid #4caf50;
}

.tab_popup_wreap .nav-link.active span {
	background-color: #4caf50;
}

.tab_popup_wreap .nav-link span {
	font-size: 8px;
	line-height: 1.2;
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 4px 4px;
	border-radius: 4px;
	margin-bottom: 8px;
}

.tab_popup_wreap .nav-pills {
	border-right: 1px solid #ddd;
	margin-right: 20px;
	height: 100%;
	width: 30%;
	flex-flow: column;
}

.tab_popup_wreap .tab-content {
	width: 70%;
}

.magasinera_menu ul.list-inline.ms-2 {
	margin: 0 !important;
}

.magasinera_menu .col-sm-4.col-lg-3 {
	padding-right: 0;
}

/* ------------------- confirm popup code end here ------------------- */


/* ------------------- search store side code start here ------------------- */

.form_serach_filter_wrapper {
	display: flex;
    justify-content: end;
	margin-top: 50px;
	margin-right: 50px;
}

#form_serach_filter.center_pos {
    position: absolute;
    bottom: 24%;
    left: 0;
    right: 0;
    justify-content: center;
}

.form-box {
	display: none;
}

.search_store_sape {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	width: 100%;
	justify-content: end;
	align-items: center;
	z-index: -1;
}

.search_text_store {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	animation: slideInOut 5s ease-in-out infinite;
}

.search_text_store .search_text_btn {
	display: inline-block;
	margin-top: -10rem;
	border: 0;
	padding: 0 15px 0;
	background-color: transparent;
	color: #fff;
}

.search_store_sape img {
	width: 100%;
}





/* == Information css code start here == */
.magasinera-site-body .breadcrumb_main,
.magasinera-site-body.route-account-logout .breadcrumb_main,
.magasinera-site-body.route-information-contact .breadcrumb_main,
.magasinera-site-body.route-extension-magasinerastore-tmd-confirm .breadcrumb_main,
.magasinera-site-body.route-information-information .breadcrumb_main,
.magasinera-site-body.route-account-verify .breadcrumb_main,
.magasinera-site-body.route-extension-gallarymanager-tmd-gallery .breadcrumb_main {
    background-image: url('../image/headertop_img.png');
    height: 250px;
    width: 100%;
    position: relative;
    top: -86px;
    z-index: -1;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
	overflow: hidden;
	margin-bottom: -35px;
}
.magasinera-site-body h1,
.magasinera-site-body.route-account-logout h1,
.magasinera-site-body.route-information-contact h1,
.magasinera-site-body.route-extension-magasinerastore-tmd-confirm h1,
.magasinera-site-body.route-information-information .breadcrumb_main h1,
.magasinera-site-body.route-account-verify .breadcrumb_main h1,
.magasinera-site-body.route-extension-gallarymanager-tmd-gallery .breadcrumb_main h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 60px 0 0;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.magasinera-site-body #mega_menu #menu ul.megamenu > li > a, 
.magasinera-site-body #mega_menu #menu .magasinera_menu .dashboard-menu div > a,
.magasinera-site-body.route-information-contact #mega_menu #menu ul.megamenu > li > a, 
.magasinera-site-body.route-information-contact #mega_menu #menu .magasinera_menu .dashboard-menu div > a,
.magasinera-site-body.route-account-verify #mega_menu #menu ul.megamenu > li > a, 
.magasinera-site-body.route-account-verify #mega_menu #menu .magasinera_menu .dashboard-menu div > a,
.magasinera-site-body.route-information-information #mega_menu #menu ul.megamenu > li > a, 
.magasinera-site-body.route-information-information #mega_menu #menu .magasinera_menu .dashboard-menu div > a,
.magasinera-site-body.route-extension-magasinerastore-tmd-confirm #mega_menu #menu ul.megamenu > li > a, 
.magasinera-site-body.route-extension-magasinerastore-tmd-confirm #mega_menu #menu .magasinera_menu .dashboard-menu div > a,
.magasinera-site-body.route-account-logout #mega_menu #menu ul.megamenu > li > a, 
.magasinera-site-body.route-account-logout #mega_menu #menu .magasinera_menu .dashboard-menu div > a,
.magasinera-site-body.route-extension-gallarymanager-tmd-gallery #mega_menu #menu ul.megamenu > li > a, 
.magasinera-site-body.route-extension-gallarymanager-tmd-gallery #mega_menu #menu .magasinera_menu .dashboard-menu div > a{
	 color: #fff !important;
}

.magasinera-site-body #content,
.magasinera-site-body.route-information-contact #content,
.magasinera-site-body.route-account-logout #content,
.magasinera-site-body.route-account-verify #content,
.magasinera-site-body.route-information-information #content,
.magasinera-site-body.route-extension-magasinerastore-tmd-confirm #content,
.magasinera-site-body.route-extension-gallarymanager-tmd-gallery #content {
    /* min-height: inherit; */
	/* padding: 0 0 30px; */
	padding-bottom: 30px;
}
.about_contents, .service_wraper, .faq_wrapper{
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.about_contents .text-section {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.about_contents .text-section h1 {
	color: #000;
    font-weight: 700;
    font-size: 30px;
}
.about_contents .image-section img {
    max-width: 500px;
    border-radius: 8px;
}
.service_wraper {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.service_wraper h5, .service_wraper h6, .faq_wrapper h5 {
	font-size: 18px;
	font-weight: 600;
}
.service_wraper .text-primary, .faq_wrapper .text-primary {
	color: #2563eb !important;
}
.faq_wrapper {
	font-size: 18px;
	font-weight: 600;
}
.faq_wrapper h5 {
	font-size: 20px;
}
.faq_wrapper .accordion .accordion-button {
	font-size: 16px;
}
.faq_wrapper .accordion .accordion-body {
    font-weight: 300;
    font-size: 16px;
    line-height: initial;
}
.faq_wrapper .accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #F3F4F6;
}
.pictures_section .swiper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
}
.pictures_section .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 460px;
    height: 300px;
}
.pictures_section .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}
/* == Information css code start here == */

@keyframes slideInOut {
	0% {
		transform: translateX(100%);
	}

	20% {
		transform: translateX(0);
	}

	40% {
		transform: translateX(0);
	}

	60% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(100%);
	}
}

/* ------------------- search store side code end here ------------------- */

/* ------------------- Responsive css code start here -------------------- */
@media (max-width: 768px) {
	/* #booking_form_wrapper .booking_header .nav-pills {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	} */
	
	.magasinera-site-body .breadcrumb_main, .magasinera-site-body.route-account-logout .breadcrumb_main, 
	.magasinera-site-body.route-extension-magasinerastore-tmd-confirm .breadcrumb_main, 
	.magasinera-site-body.route-information-information .breadcrumb_main, .magasinera-site-body.route-account-verify .breadcrumb_main, .magasinera-site-body.route-extension-gallarymanager-tmd-gallery .breadcrumb_main {
		top: -102px;
	}
	
	.magasinera-site-body header, .magasinera-site-body.route-extension-magasinerastore-tmd-confirm header, 
	.magasinera-site-body.route-information-information header, .magasinera-site-body.route-account-verify header, .magasinera-site-body.route-extension-gallarymanager-tmd-gallery header {
		padding-top: 10px;
	}
	
	.magasinera_menu ul li .loginform {
		padding: 5px 14px;
	}
	#mega_menu #category {
		display: none !important;
	}
	.magasinera_menu > .container > .row > div {
		padding: 0;
	}
	.booking_list p {
		margin:0;
	}
	#booking_form_wrapper .booking_card .booking_list table tr td {
		font-size: 13px;
		white-space: nowrap;
	}
	
	.magasinera_menu #mega_menu .btn-navbar i {
		font-size: 20px;
	}
	.magasinera_menu #mega_menu .btn-navbar {
		margin-right: 5px;
		margin-top: 7px;
		padding: 8px 10px;
		color: #fff !important;
        background: #2563eb !important;
		border: 0;
		box-shadow: none;
		line-height: normal;
		position: fixed;
        left: 0;
        top: 45px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
	}
	body.menu-open {
		overflow: hidden;
	}
	#mega_menu .megamenu-wrapper {
		position: fixed;
		top: 0;
		left: -320px;
		width: 320px;
		height: 100%;
		background: #333;
		z-index: 99999;
		overflow-y: auto;
		transition: all 0.4s ease;
		padding: 15px;
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
		display: block !important;
	}
	#mega_menu .megamenu-wrapper.menu-slide-open {
		left: 0;
	}
	#mega_menu ul.megamenu {
		display: block;
		width: 100%;
	}
	#mega_menu ul.megamenu > li, .mobile-menu-top {
		display: block;
		width: 100%;
		border-bottom: 1px solid #eee !important;
	}
	#mega_menu ul.megamenu > li > a {
		display: block;
		padding: 12px 15px;
		text-align: left;
	}
	#mega_menu ul.megamenu > li > .sub-menu {
		position: static !important;
		width: 100% !important;
		display: none;
		box-shadow: none;
	}
	#mega_menu ul.megamenu > li.active > .sub-menu {
		display: block;
	}
	#mega_menu .container {
		width: 100%;
		padding: 0;
	}
	#mega_menu .sub-menu .content {
		padding: 10px 0;
	}
	#mega_menu .open-menu,
	#mega_menu .close-menu {
		right: 10px;
		top: 12px;
		position: absolute;
		z-index: 2;
	}
	.menu-overlay{
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
		z-index:9999;
		opacity:0;
		visibility:hidden;
		transition:0.3s;
	}
	body.menu-open .menu-overlay{
		opacity:1;
		visibility:visible;
	}
	.magasinera-site-body #content {
		min-height: 400px;
	}
	.magasinera-site-body.route-account-verify #content,.magasinera-site-body.route-account-logout #content, 
	.magasinera-site-body.route-information-information #content, .magasinera-site-body.route-extension-magasinerastore-tmd-confirm #content, .magasinera-site-body.route-extension-gallarymanager-tmd-gallery #content {
		margin-top: -28px;
		padding-bottom: 0;
		min-height: inherit;
	}
	#mega_menu .dropdown-menu {
		padding-bottom: 0;
	}
	
	footer {
		padding: 0;
		height: 86px;
        background-size: cover;
		margin-top: 25px;
	}
	#booking_form_wrapper .booking_spacing {
		padding: 0 0px;
	} 
	#form_serach_filter .toggle-group label, .tmd_togglegroup_swicher label {
		gap: 0;
	}
	.tab_popup_wreap .nav-pills {
		width: 75%;
	}
	.tab_popup_wreap .nav-pills .nav-link {
		padding-left: 0;
	}
	.magasinera_menu .w-auto:last-child .dashboard-menu {
		display: none;
	}
	
	.mobile-menu-top ul li {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.mobile-menu-close {
		color: #fff;
		float: right;
		position: relative;
		top: -14px;
		font-size: 20px;
	}
	
	#booking_form_wrapper .booking_summary .booking__item table tr td {
		word-break: break-word;
		white-space: nowrap;
	}
	#booking_form_wrapper .booking_card {
		min-height: auto;
	}
	#booking_form_wrapper .booking_summary {
		overflow: hidden;
	}
	#booking_form_wrapper .booking_summary .booking__item {
		overflow-x: scroll;
	}
	
	.route-common-home {
		background-size: cover !important;
	}
	.storage_content h2 span {
		font-size: 30px !important;
	}
	.storage_content {
		bottom: 80px;
	}
	#form_serach_filter .serach_filter_form #form-searchfilter .input_container .form-control {
		padding-top: 0 !important;
	}
	#form_serach_filter .toggle-group label, .tmd_togglegroup_swicher label {
		gap: 6px;
	}
	#booking_form_wrapper .booking_summary .table {
		border-top: 2px solid #2d97fa;
	}
	#booking_form_wrapper .booking_summary .booking__item h5 {
		border-bottom: none;
		padding: 0;
	}
	.dashboard_container {
		margin: 20px 0 0;
	}
	.dashboard_container .dashboard_title {
		font-size: 18px;
	}
	.magasinera-site-body.route-account-logout h1, .magasinera-site-body.route-extension-magasinerastore-tmd-confirm h1, 
	.magasinera-site-body.route-information-information .breadcrumb_main h1, .magasinera-site-body.route-account-verify .breadcrumb_main h1, .magasinera-site-body.route-extension-gallarymanager-tmd-gallery .breadcrumb_main h1, .magasinera-site-body.route-information-contact .breadcrumb_main h1, .magasinera-site-body h1 {
		font-size: 20px;
		padding-top: 85px;
	}
	.magasinera-site-body.route-account-logout .breadcrumb_main, .magasinera-site-body.route-extension-magasinerastore-tmd-confirm .breadcrumb_main, .magasinera-site-body.route-information-information .breadcrumb_main, .magasinera-site-body.route-account-verify .breadcrumb_main, .magasinera-site-body.route-extension-gallarymanager-tmd-gallery .breadcrumb_main,
	.magasinera-site-body.route-information-contact .breadcrumb_main, .magasinera-site-body .breadcrumb_main{
		height: 190px;
	}
	.magasinera-site-body.route-account-logout #content h1 {
		padding: 0;
		display: none;
	}
	.dashboard_container .dashboard_cart table tr th, .dashboard_container .dashboard_cart table tr td {
		white-space: nowrap;
	}
	#booking_form_wrapper .btn {
		font-size: 14px;
		padding: 8px 10px;
		white-space: nowrap;
	}
	.service_wraper .row > div, .faq_wrapper, .about_contents .text-section {
		font-size: 14px;
		line-height: normal;
	}
	.about_contents .image-section img {
		width: 100%;
	}
	.pictures_section .swiper {
		padding-top: 0;
		padding-bottom: 80px;
	}
}
/* ------------------- Responsive css code end here -------------------- */