.customerror {
    font-weight: bold;
    font-size: 15px;
}

.slick-center a.active {
    color: #f15931;
}

.card-header {
    text-transform: capitalize;
}

.danger-msg {
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #D8000C;
    color: #D8000C;
    background-color: #FFBABA;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.success-msg {
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #270;
    color: #270;
    background-color: #b9ebbcb8;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.input-min-width-95p {
    min-width: 95%;
}

.pac-container {
    z-index: 9999999 !important;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff
}

.loader img {
    width: 20%;
    height: auto
}

.centered-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
/* Make table header sticky */
.table-scrollable {
  height: calc(100vh - 0px);
  overflow-y: auto;
}
#mainTable2 thead{
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* Make Proceed to Checkout button sticky at the bottom */
.proceed-checkout-sticky {
    position: sticky;
    bottom: 0px;
    z-index: 20;
    box-shadow: rgba(0, 0, 0, 0.16) 0px -1.1px 4px;
}
.proceed-checkout-sticky td{
    background-color: #fff; 
    /*border-bottom-left-radius: 10px;*/
    border: none;
}

.style-switcher {
    position: fixed;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    width: 320px;
    max-width: 320px;
    text-align: center;
    /*box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .04);*/
    /*border-top-left-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    /*padding-top: 25px;*/
    /*padding-bottom: 25px;*/
    padding-left: 1px;
    padding-right: 1px;
    transition: transform .5s ease;
    transform: translateX(100%);
    height: 100% !important;
    /*overflow-y: scroll;*/
}
.style-switcher.active {
    transform: translateY(0%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.style-switcher h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px
}

.style-switcher .layout-feature,
.style-switcher .language-feature {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px
}

.style-switcher .layout-feature button,
.style-switcher .layout-feature a,
.style-switcher .language-feature button {
    border: none;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px
}

.style-switcher .layout-feature a:last-child,
.style-switcher .layout-feature button:last-child,
.style-switcher .language-feature button.rtl-switcher {
    color: #fff
}

.style-switcher-popup {
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    width: 150px;
    text-align: center;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    /*transform: translateX(-100%);*/
    transition: transform 500ms ease;
    transform: translateX(100%);
}

.style-switcher-popup.active {
    transform: translateY(0%);
}

/*on off*/
.off {
    font-size: 18px;
    font-weight: bold;
    color: #D8000C;
    background-color: #FFBABA;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.on {
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #270;
    color: #270;
    background-color: #b9ebbcb8;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.style-switcher-popup h3 {
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 1;
    font-family: "Teko", sans-serif;
    margin-bottom: 20px;
}

.style-switcher-popup .layout-feature,
.style-switcher-popup .language-feature {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

.style-switcher-popup .layout-feature button,
.style-switcher-popup .layout-feature a,
.style-switcher-popup .language-feature button {
    border: none;
    outline: none;
    font-family: "Teko", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--thm-black);
    color: #fff;
    border-radius: 5px;
}

.style-switcher-popup .layout-feature a:last-child,
.style-switcher-popup .layout-feature button:last-child,
.style-switcher-popup .language-feature button.rtl-switcher {
    background-color: var(--thm-base);
    color: #fff;
}

#switcher-toggler-popup {
    position: absolute;
    top: 20px;
    right: 100%;
    font-size: 22px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #e43f52;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 500ms;
}

#switcher-toggler-popup:hover {
    color: #fff;
    background: #2f55d4;
}

#paymentresponse {
    font-size: 12px;
    font-weight: 900;
}

#mrdt .close {
    z-index: 10101;
    position: absolute;
    top: 0px;
    width: 31px;
    height: 31px;
    border: none;
    font-size: 20px;
    right: 0;
}
.style-switcher.active .close{
    left: -30px;
}
.payment-loader {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 101;
   background-color: #fff;
   width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.payment-loader .binding {
    content: '';
    width: 60px;
    height: 4px;
    border: 2px solid #ff3d2b;
    margin: 0 auto;
}

.payment-loader .pad {
    width: 60px;
    height: 38px;
    border-radius: 8px;
    border: 2px solid #ff3d2b;
    padding: 6px;
    margin: 0 auto;
}

.payment-loader .chip {
    width: 12px;
    height: 8px;
    background: #ff3d2b;
    border-radius: 3px;
    margin-top: 4px;
    margin-left: 3px;
}

.payment-loader .line {
    width: 52px;
    margin-top: 6px;
    margin-left: 3px;
    height: 4px;
    background: #ff3d2b;
    border-radius: 100px;
    opacity: 0;
    -webkit-animation: writeline 3s infinite ease-in;
    -moz-animation: writeline 3s infinite ease-in;
    -o-animation: writeline 3s infinite ease-in;
    animation: writeline 3s infinite ease-in;
}

.payment-loader .line2 {
    width: 32px;
    margin-top: 6px;
    margin-left: 3px;
    height: 4px;
    background: #ff3d2b;
    border-radius: 100px;
    opacity: 0;
    -webkit-animation: writeline2 3s infinite ease-in;
    -moz-animation: writeline2 3s infinite ease-in;
    -o-animation: writeline2 3s infinite ease-in;
    animation: writeline2 3s infinite ease-in;
}

.payment-loader .line:first-child {
    margin-top: 0;
}

.payment-loader .line.line1 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.payment-loader .line.line2 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.payment-loader .loader-text {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #5f6571;
    font-weight: bold;
}


@keyframes writeline {
    0% {
        width: 0px;
        opacity: 0;
    }

    33% {
        width: 52px;
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes writeline2 {
    0% {
        width: 0px;
        opacity: 0;
    }

    33% {
        width: 32px;
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.textbooking {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
button, input {
  overflow: visible;
}
.btn-check:checked + 
.btn, .btn.active, .btn.show, 
.btn:first-child:active, :not(.btn-check) + .btn:active {
	color: #fff;
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}

/* Remove box-shadow and outline when Tom Select control is focused */
/*  .ts-wrapper.single .ts-control {*/
/*    box-shadow: var(--theme-color);*/
/*    outline: var(--theme-color);*/
/*}*/
.focus .ts-control {
	border-color: var(--theme-color);
	box-shadow: 0 0 0.3px 0.09rem var(--theme-color);
	outline: 0;
}

.ts-wrapper.form-control, .ts-wrapper.form-select{
    height: 50px;
    border: 1px solid #ced4da;
}
.ts-dropdown-content {
	padding: 0 0px 0;
}  
.ts-dropdown .active{
    background-color: #e8e8e8;
}

.ts-dropdown, .ts-dropdown.form-control, .ts-dropdown.form-select{
    z-index: 10;
}
.ts-dropdown .no-results{
	color: red;
}


/*Sticky menu design Explore*/

 #menuHorizontal{
      flex-wrap: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      scroll-behavior: smooth;
      width: 100%;
      scrollbar-width: none;
      padding: 5px 10px;
    }

    .nav-wrapper.active .nav-tabs{
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .menu_container .nav-tabs {
      padding: 10px 10px 10px 20px;
      /*border-bottom: 0;*/
    }

    .menu_container .nav-link {
      white-space: nowrap;
      padding: 8px 16px;
      border-radius: 20px;
      background-color: #f1f1f1;
      transition: background 0.1s;
      margin-top: 5px;
      margin-bottom: 5px;
      padding: 8px 10px;
      background: #ffffff;
      background-color: rgb(255, 255, 255);
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
      margin-right: 15px;
      border-radius: 5px;
      font-size: 16px;
      border: 0px !important;
      color: #000;
    }

    .menu_container .nav-link.active {
      background-color: var(--header-color) !important;
      color: #fff !important;
    }

    .menu_container .arrowScr{
      position: absolute;
      top: 35%;
      left: calc(100% - 45px);
    }
    .arrowScr.arrow-right{
      left: auto;
      right: 5px;
    }
    .nav-wrapper:not(.active) .arrowScr{
      left: calc(100% - 0px);
    }
    .nav-wrapper:not(.active) .arrowScr.arrow-right{
       left: auto;
       right: -40px;  
    }

    
 
 /*menu Items design style*/
.sticky_menu > div {
      padding: 40px 20px;
      border-bottom: 1px solid #f1f1f1;
      scroll-margin-top: 155px;
} 
    .sticky_menu .single_product .menu_product_info{
        padding: 15px;
    }
    .sticky_menu .single_product .menu_product_info .title{
        border-bottom-width: 4px !important;
        border-bottom-style: double !important;
    }
    
    .sticky_menu .single_product .menu_product_wrap{
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        background-color: #fff;
        position: relative;
        margin-top: -15px;
        border-radius: 20px;
    }
    .sticky_menu  .single_product .menu_product_img{
        text-align: center;
    }
    .sticky_menu .single_product .menu_product_img img {
      width: 300px;
      height: 190px;
      object-fit: cover;
      border-radius: 20px;
      margin: 0 auto;
      padding: 5px;
      /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
      mask-image: url("/public/assets/images/brush1.png");
      mask-size: cover;
      mask-position: center center;
      mask-repeat: no-repeat;
    }
    .menu_sm .navbar-toggler{
      position: absolute;
      left: 0px;
      top: 40%;
      font-size: 20px;
      line-height: 0px;
}
.nav-wrapper.active .menu_sm .navbar-toggler{
  left: 20px;
}
#menuVertical_sm::before {
  content: "";
  position: absolute;
  top: 10px; 
  left: -10px; 
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff; 
  z-index: 1;
}

#menuVertical_sm {
  display: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

#menuVertical_sm.show {
  display: block !important;
  opacity: 1;
  position: absolute;
  min-width: 14rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: #fff;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  scroll-behavior: smooth;
  max-height: 400px;
  padding: 0px 0px;
  margin-left: 10px;
}
#menuVertical_sm.show li a{
  box-shadow: none;
  margin-right: 0;
  border-radius: 0;
  padding: 2px 5px;
  border-bottom: 1px solid #f0efef !important;
}
#menuVertical_sm.collapsing {
  height: auto;
  transition: none;
  display: none;
  opacity: 0;
}
#menuVertical_sm .nav-link { scroll-margin-top: 60px; }

.btn_thm_2 {
	background-color: var(--theme-color);
	background: var(--theme-color);
	color: #f6650c;
	border-width: 2px;
	border-style: solid;
	border-color: var(--theme-color);
	color: #fff;
	cursor: pointer;
    border-radius: 40px;
   font-size: 16px;
    transition: all 0.5s ease;
}
.btn_thm_2:active,
.btn_thm_2.active,
.btn_thm_2:hover{
    border-color: var(--theme-color) !important;
    color: #111 !important;
    background-color: #fff !important;
    /*box-shadow: 0 0px 10px 0px rgba(255, 152, 0, 0.6) !important; */
}
.sticky_menu .single_product .menu_product_info .title * {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: 1px;
	text-align: center;
	color: var(--theme-color);
}

.sticky_menu .single_product:has(.menu_product_img img) {
    padding-bottom: 50px;
}
.sticky_menu .single_product:not(:has(.menu_product_img img)) {
    padding-bottom: 50px;
}

.sticky_menu .menuItem_with__outImages .menu_product_wrap{
  margin-top: 0;
}

/*.sticky_menu .short_des{*/
/*    min-height: 48px;*/
/*}*/

.sticky_menu .single_product {
	position: relative;
	overflow: hidden;
	box-shadow: none;
	z-index: 2;
	transition: all 0.3s ease-in-out;
	padding: 5px;
}
/*.sticky_menu .single_product:hover {*/
/*  transform: scale(1.02);*/
/*}*/

.sticky_menu .single_product::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  /*background: linear-gradient(0deg, transparent, transparent 30%, rgba(255,255,255,0.3));*/
  background-color: #fff;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
}
.sticky_menu .single_product:hover::before {
  opacity: 0.3;
  transform: rotate(-45deg) translateY(100%);
}
.bg_patternTop {
	position: relative;
	padding: 1rem 0;
	/*display: none;*/
}
.bg_patternTop::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    background-image: url('/public/assets/images/menuPatternTop.png');
}
.sepratorMenuCts{
	position: relative;
	display: inline-block;
}
.sepratorMenuCts::before, 
.sepratorMenuCts::after {
	content: "";
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	/*filter: brightness(0) saturate(100%) invert(22%) sepia(55%) saturate(6633%) hue-rotate(319deg) brightness(90%) contrast(106%);*/
}
.sepratorMenuCts::before {
	left: -75px;
	background-image: url('../../../public/assets/images/titleLeftS1.png');
}
.sepratorMenuCts::after {
	right: -75px;
	background-image: url('../../../public/assets/images/titleRightS1.png');
}
/*sticky_sstyle 2*/
.sticky_s1 .single_product .menu_product_img img{
    width: 100%;
}
.sticky_menu .single_product{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 20px;
}
.sticky_s1 .single_product .menu_product_wrap{
    box-shadow: none;
    background-color: none;
    position: relative;
    margin-top: 0;
    border-radius: 0px;
}
.sticky_s1 .single_product .menu_product_info {
	padding: 5px;
}



 @media only screen and (min-width: 300px) and (max-width: 767px){
  .arrowScr{
    display: none;
  }
  .sticky_menu .single_product .menu_product_img img{
      width: 270px;
     height: 170px;
  }
  .sticky_menu .single_product:has(.menu_product_img img){
      padding-bottom: 45px;
  }
  .sticky_menu .single_product{
      margin-bottom: 0;
  }
  .sticky_menu > div{
      padding: 20px 20px;
  }
  .sticky_s1 .single_product {
	margin-bottom: 35px;
  }
  .sticky_s1 .single_product .menu_product_img img {
	width: 100%;
	height: 170px;
  }
}






