.jss521 {
    height: 58px;
    z-index: 1000;
    min-height: 58px;
    border-bottom: solid 1px #e2e2e2;
    border-radius: 4px;
    background-color: #fff;
}

.jss39 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.jss67 {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
}

.jss40 {
    margin: 0;
    box-sizing: border-box;
}

.jss520 {
   /* width: calc(100% - 6px);*/
    border: 1px solid #ddd;
    height: calc(100% - 10px);
    margin: 5px;
    /*margin-left: 0.5rem;*/
    border-radius: 4px;
}


.jss569 {
   /* width: 100%;*/
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.jss571 {
    left: 0.5rem;
    position: absolute;
}

.jss574 {
    padding-left: 2.5rem;
}

.jss570 {
    width: 100%;
    border: none;
    padding: 0px;
    outline: none;
    font-size: 14px;
    min-height: 48px;
    box-shadow: none;
    font-weight: 500;
    font-family: Roboto,sans-serif;
    padding-left: 2.5rem;
    padding-right: 1rem;
}

.jss521 .bottomAppBarNavIcon {
    margin: 5px 0.5rem;
    height: calc(100% - 10px);
    padding: 0px;
    column-gap: 0.25rem;
}

.jss196 {
    color: #d2ab50;
}



.jss194 {
    color: #000;
    padding: 8px 16px;
    font-size: 14px;
    min-width: 64px;
    box-sizing: border-box;
    min-height: 36px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-weight: 500;
    font-family: Roboto,sans-serif;
    line-height: 1.4em;
    border-radius: 4px;
    text-transform: uppercase;
}


.jss220 {
    color: inherit;
    border: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    outline: none;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    font-family: Roboto,sans-serif;
    border-radius: 0;
    vertical-align: middle;
    justify-content: center;
    -moz-appearance: none;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.bottomAppBarActionItem, .bottomAppBarNavIcon {
    -webkit-tap-highlight-color: transparent;
    will-change: transform,opacity;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 56px;
    height: 56px;
    fill: currentColor;
    z-index: 99;
    padding: 4px 0;
}














.sidebar {
  width: 100%;
  color: #555;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
    
}

.list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.list li {
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

/* General Styles */
.list-title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.25rem;
  font-size: 1rem;
}

.list-title > * {
  pointer-events: none;
}

.list-title .fa-chevron-down {
  margin-left: auto;
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.list.inner {
  height: 0;
  overflow: hidden;
  transition: height 200ms ease;
}

.list.inner li {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border-radius: 0.25rem;
  font-size: 0.95rem;
}

.list-title.active .fa-chevron-down {
  transform: rotate(180deg);
}

/* 📱 Mobile Optimizations */
@media (max-width: 800px) {
  .list-title {
    font-size: 0.95rem;
  }

  .list.inner li {
    font-size: 0.9rem;
    padding-left: 1.5rem;
  }

  .list-title .fa-chevron-down {
    font-size: 0.8rem;
  }
}




.jss548 {
    color: #000;
    width: 20px;
    height: 16px;
    font-size: 10px;
    flex-flow: column;
    text-align: center;
    font-weight: normal;
    line-height: 1.7;
    border-radius: 8px;
    background-color: #eceff1;
}

.jss39 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}


.jss279 {
    display: flex;
    z-index: 10;
    min-height: 58px;
    align-items: center;
    padding-left: 1rem;
    border-bottom: solid 1px #e2e2e2;
    padding-right: 1rem;
    border-radius: 4px 4px 0px 0px;
    background-color: #fafafa;
}

.jss69 {
    flex-grow: 0;
    max-width: 16.66667%;
    flex-basis: 16.66667%;
}

.jss40 {
    margin: 0;
    box-sizing: border-box;
}




.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity = 20)
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity = 50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}


.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity = 0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity = 50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media ( min-width :768px) {
	.modal-dialog {
		max-width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}
	.modal-sm {
		width: 300px
	}
		#packagesBlock {
		display: flex;
		flex-wrap: wrap;
	}
	#packagesBlock>.all-search {
		width: 23.33%;
	}
}

@media ( min-width :992px) {
	.modal-lg {
		width: 900px
	}
}





























.contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-holder {
	width: 750px;
	background: #f4f4f5;
	padding: 12px
}

@media ( min-width : 991px) {
	.contact .contact-holder {
		padding: 15px;
		min-height: 700px
	}
	.contact .pic-holder {
		padding: 0px
	}
}

.contact-holder .frame {
	padding: 40px 20px;
	position: relative
}

.contact-holder.inquire-custom .frame {
	padding: 50px 160px
}

.contact-holder .frame:before, .contact-holder .frame:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none
}

.contact-holder .frame:before {
	border-top: 2px solid #96273b;
	border-bottom: 2px solid #96273b;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.contact-holder .frame:after {
	border-left: 2px solid #96273b;
	border-right: 2px solid #96273b;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.contact-holder.animated .frame:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.contact-holder.animated .frame:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.contact-holder .frame .h3, .contact-holder .frame h3 {
	font-size: 4.8rem;
	color: rgb(90, 90, 90);
	margin: 0px 0 0px 0;
	text-transform: uppercase;
	text-align: center
}

.contact .contact-holder .frame .h3 {
	color: #5a5a5a
}

.contact-holder .frame .h4, .contact-holder .frame h4 {
	font-size: 2.4rem;
	color: #96273b;
	margin: 0 0 20px 0;
	letter-spacing: 8px;
	text-transform: uppercase;
	text-align: center
}

.contact-holder .form-item {
	padding: 10px 10px
}

.contact-holder .form-item label {
	display: block;
	color: #96273b;
	font-family: "Montserrat";
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 8px
}

.contact-holder .form-item input, .contact-holder .form-item textarea,
	.contact-holder .form-item select {
	width: 100%;
	padding: 10px 15px;
	height: 44px
}

.contact-holder .form-item input:focus, .contact-holder .form-item textarea:focus
	{
	outline: 2px solid #96273b
}

.contact-holder .form-item textarea {
	height: 100px
}

.contact-holder .send-btn {
	padding: 20px 0 0 0
}

.contact-holder.modal-custom {
	width: auto;
	position: relative;
	background: #f4f4f5;
	border: 10px solid #f4f4f5 !important
}


@media (min-width: 992px){
.modal-lg {
    width: 900px;
}

.contact-holder .frame {
    padding: 40px 20px !important;
}


.jss147 {
    display: flex;
    overflow: hidden;
    column-gap: 8px;
    align-items: center;
    padding-top: 12px;
}
.jss18 {
    height: 42px;
    font-size: 12px;
    min-width: 100px;
    padding-left: 0.5rem;
    border-radius: 80px;
}
.jss140 {
    padding: 0 0 0 4px;
    overflow: hidden;
    font-size: 12px;
    background: #f2f2f2;
}
.jss152 {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.jss149 {
    color: rgba(0, 0, 0, 0.87);
    height: 32px;
    cursor: default;
    border: none;
    display: inline-flex;
    outline: none;
    padding: 0;
    font-size: NaNrem;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    align-items: center;
    white-space: nowrap;
    border-radius: 16px;
    justify-content: center;
    text-decoration: none;
    background-color: #e0e0e0;
}

.jss145 {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    margin-right: 0px;
    justify-content: center;
}

.orderTimeText {
    margin: 0;
    padding: 0 0.5em;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.orderTimeText {
    margin: 0;
    padding: 0 0.5em;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.orderTimeText {
    margin: 0;
    padding: 0 0.5em;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.jss143 {
    font-size: 12px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.jss136 {
    background: #222;
}

.jss137 {
    color: #d2ab50;
}





ul {
  margin: 0;
  padding-left: 35px;
  line-height: 2em;
  list-style: none;
  background-color: #fff;
}
ul li {
  position: relative;
}
ul li:before {
  position: absolute;
  top: 0;
  left: -15px;
  display: block;
  width: 15px;
  height: 1em;
  content: "";
  border-bottom: 1px dotted #666;
  border-left: 1px dotted #666;
}
/* hide the vertical line on the first item */
ul.tree > li:first-child:before {
  border-left: none;
}
ul li:after {
  position: absolute;
  top: 1.1em;
  bottom: 1px;
  left: -15px;
  display: block;
  content: "";
  border-left: 1px dotted #666;
}

/* hide the lines on the last item */
ul li:last-child:after {
  display: none;
}

/* inserted via JS  */
.js-toggle-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 14px;
  margin-right: 2px;
  margin-left: -23px;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 2px;
}

.mainMenu {
    color: #ff1e1e !important;
    font-weight: bold !important;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
}


.subMenu {
    color: #000 !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

}

