/*  =====================================================
    @ThemeEaster
    ===================================================== */


/* Common Styles */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #777;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Rubik', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #0e1318;
}
h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #0e1318;
}
h2{
    font-size: 42px;
    line-height: 52px;
    color: #2e3191;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -2px;
}
h2 span{
    color: #e79434;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #0e1318;
    letter-spacing: -0.5px;
}
h3{ font-size: 20px; }
h4{ font-size: 16px; }
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
   color: #999 !important;
}
button{
    border: none;
	background: none;
}

/* Scrollbar Style */
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #e79434;
}
::selection {
    background-color: #e79434;
    color: #fff
}
-webkit-::selection {
    background-color: #e79434;
    color: #fff
}
::-moz-selection {
    background-color: #e79434;
    color: #fff
}
/* Padding */
.padding{ padding: 100px 0; }
.no-padding{ padding: 0; }
.padding-15{ padding: 15px; }
.padding-20{ padding: 20px; }
.box-padding{ padding: 0 50px; }

/* Background Color */
.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #faf7f2;}
.bg-dark{ background-color: #242323!important;}
.bd-top{ border-top: 1px solid #eeeeee;}
.bd-bottom{ border-bottom: 1px solid #eeeeee;}

/* Background Shape */
.bg-shape{
    background-repeat-x: repeat;
    background-position: bottom center;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.bg-shape.white{ background-image: url(../img/shape-white.png); }
.bg-shape.grey{ background-image: url(../img/shape-grey.png); }

/* Margin Class */
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.mt-50{ margin-top: 50px; }
.pt-80{ padding-top: 80px; }
.pt-90{ padding-top: 90px; }
.pb-20{ padding-bottom: 20px; }
.pb-30{ padding-bottom: 30px; }
.pb-40{ padding-bottom: 40px; }

/* Font Size */
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }

/* Preloader */

.handle-preloader{
    /* visibility: hidden; */
	background-color:#ffffff;
}

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 18px;
  background: #fff;
  width: 30px;
  height: 30px;
  color:#000000;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  border-radius: 0%;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  
  -webkit-text-stroke-color: rgba(17, 17, 17, 0.5); 
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #111111;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(17, 17, 17, 1); 
}

/* AnimaciÃƒÆ’Ã‚Â³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}

/* Default Button */
.btn-group{}
.btn-group a{
    margin: 5px;
}
.btn-group-left a{
    margin-right: 10px;
}
.default-btn{
    display: inline-flex;
    background: #e79434;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 1px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.default-btn:hover{ color: #FFF; }
.default-btn span {
    background: #2e3191 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}
.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}
.default-btn i{ margin-right: 8px; }

.food-icon .default-btn{
    background: #e79434;
    width: max-content;
    display: none;
    top: -40px;
    left: 32px;
    height: 25px;
    line-height: 24px;
    padding: 0px 4px !important;
    border-radius: 0px !important;
}
.food-item:hover .food-icon .default-btn{
    display: inline-flex;
}


.gotocheck .default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}
.gotocheck .default-btn{
    display: inline-flex;
    background: #2e3191;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 1px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.gotocheck .default-btn:hover{ color: #FFF; }
.gotocheck .default-btn span {
    background: #e79434 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}


/* Swiper Controls */
.swiper-container{
    height: 300px;
    position: relative;
}
.carousel-preloader{
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.carousel-preloader .dot-flashing,
.carousel-preloader .dot-flashing::before,
.carousel-preloader .dot-flashing::after{
    background-color: #6c7a87;
}
.swiper-initialized{
    height: auto;
}
.swiper-initialized .carousel-preloader{
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}
.dl-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 30px;
}

.dl-slider-button-prev, .dl-slider-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.dl-slider-button-prev:hover, .dl-slider-button-next:hover{
    color: #e79434;
    transition: all 0.2s ease-in-out;
}
.dl-slider-button-prev svg, .dl-slider-button-next svg {
    width: 20px;
}

/* Style 2 */
.nav-outside{
    position: relative;
    margin: 0 -55px;
}
.nav-outside .swiper-container{
    position: static;
    width: calc(100% - 110px);
    margin: 0 auto;
}
.dl-slider-controls.style-2 .dl-slider-button-prev,
.dl-slider-controls.style-2 .dl-slider-button-next{
    background-color: #fff;
    color: #0b2238;
    border: 1px solid #eee;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.dl-slider-controls.style-2 .dl-slider-button-next{
    left: auto;
    right: 5px;
}
.swiper-container:not(.nav-visible):hover .dl-slider-controls.style-2 > div{
    visibility: visible;
    opacity: 1;
}
.swiper-container:not(.nav-visible):hover .dl-slider-controls.style-2 .dl-slider-button-prev{ left: 0; }
.swiper-container:not(.nav-visible):hover .dl-slider-controls.style-2 .dl-slider-button-next{ right: 0; left: auto; }
.nav-outside .dl-slider-controls.style-2 .dl-slider-button-prev,
.nav-outside .dl-slider-controls.style-2 .dl-slider-button-next{
    width: 50px;
    height: 50px;
}
.nav-outside .dl-slider-button-prev svg, .nav-outside .dl-slider-button-next svg {
    width: 15px;
}
.dl-slider-controls.style-2 .dl-slider-button-prev:hover,
.dl-slider-controls.style-2 .dl-slider-button-next:hover{
    background-color: #e79434;
    color: #fff;
}
.nav-visible .dl-slider-controls.style-2 > div{
    visibility: visible;
    opacity: 1;
    left: 30px;
}
.nav-visible .dl-slider-controls.style-2 > div.dl-slider-button-next{
    right: 30px;
    left: auto;
}
@media (max-width: 580px){
    .nav-outside{
        margin: 0;
    }
    .nav-outside .swiper-container{
        width: 100%;
    }
}
/* Bullets */
.dl-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0;
}
.dl-swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background: transparent;
    opacity: 1;
}
.dl-swiper-pagination .swiper-pagination-bullet svg{
    width: 100%;
    height: 100%;
}
.dl-swiper-pagination .swiper-pagination-bullet .path {
    stroke: #eee;
    stroke-width: 1px;
    display: none;
}
.dl-swiper-pagination .swiper-pagination-bullet .solid-fill{
    fill: #bbb;
}
.dl-swiper-pagination .swiper-pagination-bullet-active .path {
    stroke: #e79434;
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash ease-in 3s;
    animation-iteration-count: unset;
}
.dl-swiper-pagination .swiper-pagination-bullet-active .solid-fill{
    fill: #e79434;
}
@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* Section Heading */
.section-heading h2{
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}
.section-heading h2 span{ color: #e79434; }
.section-heading h4{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    color: #2e3191;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-family: "Rubik",sans-serif;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}
.heading-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Transition Effect */
a,a:hover, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*======================================================
    Promo Section
=======================================================*/
.promo-section{ position: relative; }
.food-carousel{ overflow: hidden; }
.food-item{
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 5%);
    text-align: center;
    position: relative;
    z-index: 1;
}
.food-item:before{
    background-color: #e79434;
    clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0 100%);
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s ease;
    z-index: -1;
}
.food-item:hover:before{
    height: 100%;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    background-color: #2e34a7;
}
.food-item:hover .food-content h3,
.food-item:hover .food-content p,
.food-item:hover .food-icon i{ color: #fff;}
.food-icon{}
.food-icon i{
    color: #e79434;
    font-size: 60px;
}
.food-content{}
.food-content h3{
    letter-spacing: -0.8px;
    font-size: 22px;
    font-weight: 600;
}
.food-thumb{
    text-align: center;
}
.food-thumb img{
    margin: 0 auto;
}

/*======================================================
    About Section
=======================================================*/
.about-section{ position: relative; }
.about-section.inner{ margin-top: -40px; }
.about-section .content-img-holder{ position: relative; }
.about-section .content-img-holder > img {
    transform: inherit;
}
.about-section .content-img-holder .sale{
    background-image: url(../img/sale-shape-red.png);
    left: 100px;
    top: 0;
}
.about-section .content-img-holder .sale h4,
.about-section .content-img-holder .sale span,
.about-section .content-img-holder .sale h2{
    color: #fff;
}
.about-info{}
.check-list{ margin-bottom: 30px; }
.check-list li{
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #0e1318;
    display: flex;
    align-items: center;
}
.check-list li:not(:last-of-type){margin-bottom: 10px;}
.check-list li i{
    background-color: #e79434;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}
.about-info h2{
    font-size: 42px;
    line-height: 48px;
}
.about-info h2 span{
    color: #e79434;
}
.about-info h3{
    color: #f43127;
    margin-bottom: 20px;
}
.about-info p{margin-bottom: 20px;}
.content-img-holder .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Play Button */
.play-btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.play-btn .play-icon{
    display: block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: flex;
	align-items: center;
    justify-content: center;
	background-color: #ffffff;
    color: #e79434;
    font-size: 15px;
	transition: all .4s linear;
	-webkit-animation: ripple_effect 2s linear infinite;
	animation: ripple_effect 2s linear infinite;
}
@-webkit-keyframes ripple_effect{
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 0px 18px rgba(73, 82, 232, 0);
        box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 0px 18px rgba(73, 82, 232, 0);
    }
}
@keyframes ripple_effect{
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 0px 18px rgba(73, 82, 232, 0);
        box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 0px 18px rgba(73, 82, 232, 0);
    }
}

/*======================================================
    Food Menu Section
=======================================================*/
.page-menu{
	padding: 50px 0;
}



.starters{
	width: 98%;
}
.tab-pane h3{
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	color: #2e3191;
}




.our-menu-tab-nav {
    text-align: center;
    margin-bottom: 80px;
    overflow-x: auto;
    white-space: nowrap;
}

.custom-menu-tab ul {
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.custom-menu-tab ul::-webkit-scrollbar {
    display: none;
}

.our-menu-tab-nav ul {
	width: 100%;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 9px;
    padding: 5px 40px;
    margin: 0;
    background-color: #e79434;
    border: none;
    color: #2e3191;
    border-radius: 100px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.our-menu-tab-nav ul:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 10%;
    border-radius: 30px;
    z-index: 0;
}

.our-menu-tab-nav ul li {
    position: relative;
    text-align: center;
    flex-shrink: 0;
}

.our-menu-tab-nav ul li:last-child {
    padding-right: 0;
}

.our-menu-tab-nav ul li .nav-link {
    display: block;
    width: 100%;
    background-color: transparent ;
    border: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.our-menu-tab-nav ul li .nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -32px;
    border-radius: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
}

.our-menu-tab-nav ul li:last-child .nav-link::before {
    display: none;
}

.our-menu-tab-nav ul li .nav-link.active,
.our-menu-tab-nav ul li .nav-link:hover {
    background-color: transparent;
    }


.scrollable-menu-container {
    z-index: 97;
    top: 14.5%;
    position: sticky;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.scrollable-menu-tabs {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 0;
    list-style: none;
}

.scrollable-menu-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
}

.scrollable-menu-list::-webkit-scrollbar {
    display: none;
}

.scroll-arrow {
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    color: #ffffff;
}


.scrollable-menu-item {
    flex-shrink: 0;
}

.scrollable-menu-link {
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 10px 15px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.scrollable-menu-link.active {
    color: white;
    background: #2e3191;
    border-radius: 10px;
}
.scrollable-menu-link:hover{
    color: #2e3191;
}
.scrollable-menu-link.active:hover {
    color: #ffffff;
}


/* theme menu styling */
.food-menu{ position: relative; }
.product-item{
    background-color: #fff;
    padding: 70px 40px 40px;
    position: relative;
}
.product-item .sale{
    background-color: #2e34a7;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    left: 40px;
    top: 40px;
}
.product-thumb{
    position: relative;
}
.product-thumb img{width: 100%;}
.product-thumb .order-btn{
    cursor: pointer;
    padding: 0 !important;
    border-radius: 0px;
    background-color: #2e3191;
    font-family: "Rubik",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -0.2px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    width: 60%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    transition: all 450ms cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    opacity: 0;
}
.product-thumb .order-btn:hover{
    background-color: #e79434;
}
.product-item:hover .order-btn{
    top: 50%;
    visibility: visible;
    opacity: 1;
}
.product-item h3{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
}
.food-carousel .product-item h3{
    font-size: 18px;
    line-height: 22px;
}
.food-info{padding-top: 20px;}
.product-item .ratting{}
.product-item .ratting li{
    display: inline-flex;
    align-items: center;
    font-family: "Rubik",sans-serif;
    font-weight: 500;
}
.product-item .ratting li:first-child{margin-right: 10px;}
.product-item .ratting li i{
    font-size: 14px;
    color: #e79434;
}
.food-info .price{}
.food-info .price h4{
    text-transform: uppercase;
    color: #2e34a7;
    margin: 0;
}
.food-info .price span{
    margin-left: 10px;
    color: #e79434;
}
.food-info .price .reguler{
    color: #bbb;
    text-decoration: line-through;
    margin-left: 5px;
}

/*Food Menu Filter*/
.food-menu-filter{
    text-align: center;
    margin-bottom: 20px;
}
.food-menu-filter li{
    background-color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0e1318;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 20px;
    border: 1px solid #eee;
    cursor: pointer;
}
.food-menu-filter li.active{
    background-color: #e79434;
    color: #fff;
}

/* custom menu start */

.item-wrapper{
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.l-row{
    display: flex;
    width: 100%;
    gap: 20px;
}

.menu-item{
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    background-color: whitesmoke;
    border-radius: 20px;
    /* padding: 2px; */
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    border: 0.5px solid #e79434;
    transition: transform 0.3s ease;
  
}

.menu-item:hover{
    transform: scale(1.005);
    /* border: 3px solid #e79434; */
    cursor: pointer;
}
.menu-title h3{
    color: #e79434;
    
}
.menu-img{
    border-radius: 20px;
}
.menu-img .radius-img{
    width: 305px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.sub-category{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.sub-category .opt-1{
    border: 1px solid blue;
    border-radius: 6px;
    padding: 1px;
}
.add{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cart-btn-2{
    width: 180px;
    background-color: #2e3191;
    border-radius: 100rem;
    padding: .3rem .5rem!important;
    color: white;
}
.cart-btn-2:hover{
    background-color: #e79434;
}
.sub-category .sale{
    background-color: #e79434;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    line-height: 1;
    text-transform: uppercase;  
}
.sub-category .sale a{
color: white;
}
.sub-category .sale:hover{
    background-color: #2e3191;
}



/*======================================================
    Product Details Section
=======================================================*/
.food-details{position: relative; }
.product-details{ margin-top: 10px; }
.food-details-thumb{
    position: relative;
    overflow: hidden;
    margin-right: 40px;
    transition: all 0.2s ease-in-out;
}
.food-details-thumb:hover img{
    transform: scale(1.02);
}
.food-details-thumb .img-popup{
    background-color: #fff;
    color: #0e1318;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.product-details .product-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    align-items: center;
}
.product-details .product-inner .category li a{
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    color: #777; 
}
.product-details .ratting{
    text-align: right;
}
.product-details .ratting li{
    display: inline-block;
    color: #FF9529;
    font-size: 14px;
    margin: 0 -2px;
}
.product-details .price {
    color: #222;
    font-size: 22px;
    display: flex;
    align-items: center;
}
.product-details .price span {
    font-size: 16px;
    text-decoration: none;
    color: #5dce53;
    margin-left: 10px;
}
.product-btn {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.product-btn form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #eee;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    text-align: center;
}
.purchase-btn{
    background-color: #e79434;
    font-family: "Rubik",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    margin-left: 15px;
}
.purchase-btn:hover{
    background-color: #0e1318;
    color: #fff;
}
.product-details .product-meta {
    margin-bottom: 30px;
}
.product-details .product-meta li:not(:last-of-type) {
    margin-bottom: 5px;
}
.product-details .product-meta li a {
    color: #777;
    margin-left: 5px;
}
.product-details .social-icon li{
    display: inline-block;
}
.product-details .social-icon li:first-child {
    margin-right: 10px;
}
.product-details .social-icon li a {
    background-color: #e79434;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
}
.product-details .social-icon li a:hover{
    background-color: #0e1318;
    color: #fff;
}

/*Description Tab*/
.product-tab-content{}
.tab-content .tab-pane.description{
    background-color: #fff;
    padding: 40px;
}
.tab-content .tab-pane.ad-info{
    background-color: #fff;
}
.tab-navigation{
    margin-bottom: 40px;
}
.tab-navigation li button{
    background-color: #eee;
    color: #0e1318;
    font-family: "Rubik",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 20px;
    margin-right: 15px;
}
.tab-navigation li .active{
    background-color: #e79434;
    color: #fff;
}
.description-meta li{
    display: grid;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: 150px 1fr;
    grid-gap: 20px;
}
.description-meta li span{}
.product-table thead tr th{
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0e1318;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.product-table{}
.product-table {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.table>:not(caption)>*>*,
.table>:not(:last-child)>:last-child>*{
    border-bottom: 1px solid #6c757d;
    color: #6c757d;
    text-align: center;
}
.table>:not(caption)>*>*{
    padding: 12px 0;
}
.product-table tbody tr td:not(:last-of-type), .product-table thead tr th:not(:last-of-type) {
    border-right: 1px solid #eee;
}
/*Reviews*/
.review .comment-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.review .comment-list > li {
    background-color: #fff;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 30px;
    align-items: center;
    padding: 40px;
    border: 1px solid #eee;
}
.review .comment-list .comment-text h3 span {
    font-family: "Rubik",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #777;
    display: block;
}
.review .comment-list .comment-thumb img {
    border-radius: 50%;
}
.review .comment-list .comment-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-author .ratting{}
.comment-author .ratting li{
    display: inline-block;
    color: #FF9529;
    font-size: 14px;
    margin: 0 -2px;
}

/*Cart*/
.cart-header{
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.cart-header>div{
    color: #0e1318;
}
.cart-body{
    display: flex;
    align-items: center;
}
.cart-body .cart-item{
    display: flex;
    align-items: center;
}
.cart-body .cart-item img {
    max-width: 100px;
    margin-right: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
}
.cart-body .cart-item .cart-content{}
.cart-body .cart-item .cart-content a{
    font-size: 18px;
    font-weight: 500;
    color: #0e1318;
}
.cart-body .cart-item .cart-content a:hover{
    color: #e79434;
}
.cart-body .cart-item p{margin: 0;}
.cart-body .cart-item p strong{ color: #0e1318; }
.cart-body .cart-item input{
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #eee;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    outline: none;
    box-shadow: none;
}
.cart-body .cart-item .remove{
    background-color: #e79434;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: block;
    margin-top: -5px;
}
.cart-body .cart-item .remove:hover{
    background-color: #2e3191;
    color: #fff;
}
.cart-total{
    background-color: #fff;
    padding: 40px;
}
.cart-total li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-total li:not(:last-of-type){margin-bottom: 20px;}
.cart-total li a:not(.default-btn),
.cart-total li span{
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0e1318;
}

/*======================================================
    Checkout Section
=======================================================*/
.checkout-form-wrap{
    background-color: #fff;
    padding: 40px;
}
.checkout-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.checkout-form-wrap h2{
    font-size: 20px;
    letter-spacing: -1px;
}
.checkout-form .form-field{}
.additional-info .form-field textarea,
.checkout-form .form-field input{
    background-color: #F9FAFC;
    height: 50px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 1px solid #eee;;
}
.additional-info .form-field textarea{ height: auto; }

/*======================================================
    Booking Section
=======================================================*/
.booking-section{ position: relative; }
.booking-section .booking-form{ margin: 0; }
.booking-section .booking-form .form-control.message{
    height: 150px;
}
.booking-section .booking-form .form-select,
.booking-section .booking-form .form-control{ height: 50px;
}


/*======================================================
    FAQ's Section
=======================================================*/
.faq-accordion{}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: none;
    box-shadow: none;
}
.accordion-button{
    background-color: #fff;
    color: #0e1318;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-family: "Rubik",sans-serif;
    font-weight: 500;
    border: 1px solid #eee;
    padding: 10px 15px;
}
.accordion-button:focus{
    border-color: #eee;
    outline: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    color: #fff;
    background-color: #fff;

}
.accordion-button:not(.collapsed):after{
    background-image: inherit;
    content: "\f067";
    color: #000000;
    transform: inherit;
}
.accordion-button:after {
    background-image: inherit;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #222;
    font-weight: 600;
    transform: translateY(-50%)!important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*======================================================
    Content Section
=======================================================*/
.content-section{
    background-image: url(../img/cafe-imran/gray.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-color: rgba(255,255,255,0.4);
  background-blend-mode:lighten;
}

.content-section .bg-shape.grey{
    bottom: auto;
    top: -2px;
    transform: scaleY(-1);
}
.content-section .bg-shape.white{
    bottom: -2px;
}
.content-info{}
.content-info h2{
    font-size: 42px;
    line-height: 52px;
    color: #e79434;
    margin-bottom: 20px;
}
.content-info span{ color: #e79434; }
.content-info p{
    color: #2e3191;
    margin-bottom: 20px;
}
.content-img-holder{
    position: relative;
}
.content-img-holder > img{
    transform: scale(1.3) translateY(50px);
}
.content-img-holder .sale{
    background-image: url(../img/sale-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 216px;
    height: 226px;
    position: absolute;
    left: -70px;
    top: 50px;
    display: flex;
    place-content: center;
    animation: scaleanim 1s linear 0s infinite alternate;
}
.content-img-holder .sale h2{
    line-height: 1;
    font-size: 22px;
    color: #2e3191;
}
.content-img-holder .sale span{
    color: #e79434;
    display: block;
    font-size: 42px;
}
.content-img-holder .sale div{
    margin: 35px 30px 0px 0px;
}
.delivery-girl{
    position: relative;
    z-index: 1;
}
.delivery-girl img{
    margin-top: -50px;
    margin-bottom: -10px;
}
.content-section.delivery{ overflow: visible;}
.content-section.delivery .bg-shape.white{
    z-index: 2;
}
.content-section.delivery .content-info{ padding: 80px 0;}
.content-section.delivery .order-content h3 span{ color: #ddd; }
.content-section-2{ position: relative; }
.content-section-2 .section-heading .sign{
    max-width: 200px;
    margin-top: 15px;
}

@keyframes scaleanim{
  0% {
    transform: scale(1);
  }

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

/*======================================================
    Delivery Section
=======================================================*/
.delivery-section{ position: relative; }
.delivery-boy-wrap{
    position: relative;
}
.text-justify{
    text-align: justify;
}
.delivery-boy-wrap{
    display: flex;
    justify-content: flex-end;
}
.delivery-boy{
    /* background-image: url(../img/cafe-imran/order-pic-orange.svg); */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -80px;
    top: 0;
}
.order-content{
    display: flex;
    align-items: center;
}
.order-content h3{
    color: #e79434;
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 24px;
}
.order-content h3 span{
    color: #2e3191;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: -5px;
}

/*======================================================
    Testimonial Section
=======================================================*/
.testimonial-section{ position: relative; }
.review-section{ position: relative; }
.testimonial-carousel{overflow: hidden;}
.testimonial-item{
    background-color: #fff;
    padding: 40px;
}
.testi-thumb{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.testi-thumb img{
    max-width: 80px;
    border-radius: 50%;
    margin-right: 15px;
}
.testi-thumb .author{}
.testi-thumb .author h3{
    font-size: 18px;
    margin: 0;
}
.testi-thumb .author h4{
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
}
.testimonial-item .ratting{}
.testimonial-item .ratting li{
    display: inline-block;
    margin: 0;
    line-height: 1;
    color: #e79434;
}

/*======================================================
    Banner Section
=======================================================*/
.banner-section{ position: relative; }
.banner-wrapper > div{ min-height: 440px; }
.banner-wrapper .row > div{
    min-height: calc((440px - 15px) / 2);
}
.banner-wrapper .row > div:last-child{margin-top: 15px;}
.banner-item{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.banner-item:hover img{ transform: scale(1.02); }
.banner-item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-wrapper .row > div:last-child .banner-content{
    left: 55%;
}
.banner-content h3{
    color: #fff;
    font-size: 32px;
    line-height: 34px;
}
.banner-content h2{
    font-size: 36px;
    line-height: 42px;
}
.banner-content h2,
.banner-content p{color: #fff;}
.banner-content .order-btn{
    background-color: #e79434;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 25px;
    display: inline-block;
    font-family: "Rubik",sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
}
.banner-content .order-btn:hover{
    background-color: #0e1318;
    color: #fff;
}

/*======================================================
    Hero Section
=======================================================*/
.hero-section{
    background-color: #faf7f2;
    background-image: url(../img/food-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-section .hero-img{
    width: 800px;
    height: 550px;
    position: absolute;
    top: 100px;
    right: -30px;
    z-index: 2;
}
.hero-section .hero-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.hero-content{ margin-top: 50px; }
.hero-content h3{
    background-color: #f43127;
    color: #fff;
    font-size: 16px;
    padding: 5px 5px 5px 20px;
    display: inline-block;
    position: relative;
}
.hero-content h3:before{
    background-color: #f43127;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0 0);
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: -18px;
    top: 0;
}
.hero-content h1{
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 15px;
}
.hero-content h1 span{ color: #e79434; }
.hero-content .hero-list{ margin-bottom: 20px; }
.hero-content .hero-list li{
    font-family: "Rubik",sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}
.hero-content .hero-list li i{
    background-color: #f43127;
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}
.hero-content p{ margin-bottom: 20px; }

.hero-img .sale{
    background-image: url(../img/sale-shape-red.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 216px;
    height: 226px;
    position: absolute;
    left: -10px;
    top: 50px;
    display: flex;
    place-content: center;
    animation: scaleanim 1s linear 0s infinite alternate;
}
.hero-img .sale h4{ color: #fff;}
.hero-img .sale h2{
    line-height: 1;
    font-size: 26px;
    color: #fff;
}
.hero-img .sale span{
    color: #fff;
    display: block;
    font-size: 42px;
}
.hero-img .sale div{
    margin: 35px 30px 0px 0px;
}
/*======================================================
    Team Section
=======================================================*/
.team-section{ position: relative; }
.team-item{}
.team-thumb{ position: relative; }
.team-thumb img{ width: 100%; }
.team-content{
    position: relative;
    text-align: center;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
    z-index: 1;
}
.team-shape{
    background-image: url(../img/team-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.team-content h3{
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
}
.team-content h4{
    color: #fff;
    margin: 0;
}
.team-social{
    position: absolute;
    left: 50%;
    bottom: 90px;
    width: 100%;
    height: auto;
    text-align: center;
    transform: translateX(-50%);
}
.team-social li{
    display: inline-block;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
}
.team-social li:nth-child(2) {
    transition-delay: 100ms;
}
.team-social li:nth-child(3) {
    transition-delay: 150ms;
}
.team-social li:nth-child(4) {
    transition-delay: 200ms;
}
.team-item:hover .team-social li {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.team-social li a{
    background-color: #e79434;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.team-social li a:hover{
    background-color: #0e1318;
    color: #fff;
}

/*======================================================
    Gallery Section
=======================================================*/
.gallery-section{ position: relative; }
.gallery-item{
    position: relative;
    overflow: hidden;
}
.gallery-item img{}
.gallery-item:hover img{
    transform: scale(1.05);
}
.gallery-item .full-view{}
.gallery-item .img-popup{
    background-color: #fff;
    color: #0e1318;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}
.gallery-item:hover .img-popup{
    transform: scale(1);
    transition-delay: 0.05s;
    visibility: visible;
    opacity: 1;
}


/*======================================================
    Footer Section
=======================================================*/
.footer-section{
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.footer-illustration{
    background-image: url(../img/cafe-imran/footer-illustration-2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}
.running-cycle{
    overflow: hidden;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.running-cycle div{
    background-image: url(../img/cafe-imran/delivery-boy-2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 150px;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: -5px;
    animation: running-anim 20s linear infinite;
    z-index: 1;
}
.footer-section .col-lg-3:nth-child(2) .footer-widget{ padding-left: 30px; }
.footer-top{
    position: relative;
    padding: 100px 0;
    border-bottom: 1.5px solid #3f3d5650;
}
.footer-widget{}
.footer-widget .logo{
    margin-bottom: 25px;
    display: block;
    max-width: 150px;
}
.footer-widget .footer-social{
    margin-bottom: 20px;
    
}
.footer-widget .footer-social li{ display: inline-block; }
.footer-widget .footer-social li a{
    background-color: #e79434;
    font-size: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
    margin-top: 10px;
    font-size: 13px;
    border-radius: 1px;
}
.footer-widget .footer-social li a:hover{
    background-color: #2e3191;
}
.footer-widget h3{
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
}
.footer-widget h3 span{
    height: 4px;
    width: 30px;
    display: inline-block;
    background: #e79434;
    position: relative;
    margin-left: 10px;
    top: -4px;
}
.footer-widget h3 span:before{
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    height: 4px;
    width: 4px;
    background: #e79434;
}
.footer-recent-post{}
.footer-recent-post li{
    display: flex;
    align-items: center;
}
.footer-recent-post li:not(:last-of-type){ margin-bottom: 15px; }
.footer-recent-post li .thumb img{
    max-width: 80px;
}
.footer-recent-post li .post-content{ padding-left: 15px; }
.footer-recent-post li .post-content h4{ font-size: 14px; }
.footer-recent-post li .post-content h4 a{ color: #0e1318; }
.footer-recent-post li .post-content h4 a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer-recent-post li .post-content .date{
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0e1318;
}
.footer-recent-post li .post-content .date i{
    font-size: 15px;
    color: #e79434;
    margin-right: 10px;
}
.contact-info{}
.contact-info-list{}
.contact-info-list li a{
    color: #0e1318;
    text-decoration: underline;
}
.contact-info-list li a:hover{
    color: #fff;
    text-decoration: underline;
}
.opening-hours-list li:not(:last-of-type),
.contact-info-list li:not(:last-of-type){ margin-bottom: 10px; }
.alert-danger {
    margin: 20px 0 0;
}

/*Booking Form*/
.booking-form{
    background-color: #fff;
    padding: 30px;
    position: relative;
    margin-top: -150px;
    border: 1px solid #eee;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
}
.booking-form .booking-form-group{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.booking-form .booking-form-group > div:last-child{
    grid-column-end: span 2;
}
.booking-form .form-select,
.booking-form .form-control{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 1px solid #eee;
    color: #999;
}
.booking-form .form-select{
    color: #999;
    line-height: inherit;
}
.booking-form .form-control.message{
    height: 100px;
}
.booking-form .form-control[type="date"]::-webkit-calendar-picker-indicator{
    width: 15px;
    padding: 0px;
    margin: 0px;
    padding: 5px !important;
    opacity: 0.8;
}
.book-btn{
    background-color: #e79434;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    font-family: "Rubik",sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}
.book-btn:hover{
    background-color: #0e1318;
    color: #fff;
}
/*Subscribe Form*/
.subscribe-form{}
.subscribe-form .form-control{
    background-color: #fff;
    border-radius: 1px;
    border: none;
    height: 45px;
    box-shadow: none;
}
.subscribe-form .submit{
    background-color: #e79434;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-radius: 1px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.subscribe-form .submit:hover{
    background-color: #fff;
    color: #051441;
}
.subscribe-form .submit i{margin-left: 10px; }
.footer-bottom{
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.footer-bottom p{margin: 0;}

/* Animation */
@-moz-keyframes running-anim {
    0% {
        left: -30%
    }
    100% {
        left: 100%
    }
}

@-webkit-keyframes running-anim {
    0% {
        left: -30%
    }
    100% {
        left: 100%
    }
}

@keyframes running-anim {
    0% {
        left: -30%
    }
    100% {
        left: 100%
    }
}

/* Contact Section */
.contact-section{
    position: relative;
    z-index: 1;
}
.contact-section .map{
    background-image: url(../img/map-white.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: -1;
}
.contact-details-wrap{ padding-right: 60px; }
.contact-title{margin-bottom: 20px;}
.contact-title h2{
    font-family: "Rubik",sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    display: inline-block;
}
.contact-title h2 span{
    height: 4px;
    width: 30px;
    display: inline-block;
    background: #e79434;
    position: relative;
    margin-left: 10px;
    top: -4px;
}
.contact-title h2 span:before{
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    height: 4px;
    width: 4px;
    background: #e79434;
}
.contact-section .contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.contact-section .contact-details li i {
    color: #e79434;
    font-size: 15px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(90, 73, 248,0.1);
}
.contact-form{
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 8px -2px rgb(0 0 0 / 10%);
}
.contact-form form{
    border: dotted 3px #eee;
    padding: 30px;
}
.contact-form-group{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.contact-form-group .form-field{}
.contact-form-group .form-field .form-control{
    background-color: #fff;
    border: 1px solid #eee;
    height: 45px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.contact-form-group .form-field .form-control:focus{
    border: 1px solid #e79434;
}
.contact-form-group .form-field.message{
    grid-column-end: span 2;
}
.contact-form-group .form-field.message .form-control{
    height: auto;
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder{
   color: #999 !important;
}

.contact-form .form-group .form-control:-moz-placeholder,
.contact-form .form-group .form-control:-moz-placeholder{ /* Firefox 18- */
   color: #999 !important;
}

.contact-form .form-group .form-control::-moz-placeholder,
.contact-form .form-group .form-control::-moz-placeholder{  /* Firefox 19+ */
   color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
   color: #ddd !important;
}
.contact-form .form-group .form-control.message{ height: 120px; }
#b-form-messages,
#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}
#b-form-messages.alert-danger,
#form-messages.alert-danger,
#b-form-messages.alert-success,
#form-messages.alert-success{display:block}

.branches-section{ position: relative; }
.branches-list h3{
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    background-color: #e79434;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    margin-bottom: 20px;
}
.branches-list ul li{
    margin-bottom: 5px;
}
.branches-list ul li a{ color: #777; }
.branches-list ul li a:hover{
    text-decoration: underline;
    color: #e79434;
}
/* Scrool To Top */
#scrollup{
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
}
.scroll-to-top{
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #e79434;
    font-size: 15px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}
#scrollup.show{ opacity: 1; }
#scrollup.show .scroll-to-top{
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
.scroll-to-top:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
.scroll-to-top:focus{
    outline: none;
}


/* custom cart */

.cart-list{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cart-btn{
	margin-right: 0px;
	position: relative;
	display: flex;
    justify-content: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	text-transform: capitalize;
	background:transparent;
	color:#2e3191;
	border-radius: 30px;
	padding: 20px !important;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.cart-num{
    color: white;
}
.circle{
	position: relative;
	top: -10px;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	background-color: #e79434;
}
.fa-shopping-cart{
	font-size: 20px;
}
.custom-cart-open{
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: black;
}
.cart-icon-2{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	color:#dfca5d ;
	/* background-color: #A6A182; */
	padding: 10px;
	width: 137px;
	height: 40px;
}
.cart-icon-2 p{
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 16px;
}

.cart-btn:hover{
	background: transparent;
}
/* Cart Sidebar */
.cart-sidebar {
	border-radius: 10px;
    position: fixed;
    top: 0;
	border: 1px solid #e79434;
    right: -350px; /* Hidden initially */
    width: 320px;
    height: 100%;
    background: white;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    padding: 20px;
    overflow-y: auto;
}

/* Show cart */
.cart-sidebar.active {
    right: 0;
}

/* Cart Header */
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.cart-header h3 {
    margin: 0;
    font-size: 20px;
}

/* Close Button */
.close-cart {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
	color: black;
}
.custom-cart-body{
    flex-direction: row !important;
    gap: 0 !important;
}

/* Overlay */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 999;
}
.cart-body{
	width: 100%;
	color: #A6A182;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.cart-body-2{
	width: 100%;
	color: #A6A182;
	display: flex;
	flex-direction: row;
	gap: 5px;
}
.cart-display{
    line-height: 0;
}

.cart-header h3{
	color: #1F2120;
}
.cart-body .cost{
	font-weight: 600;
}
.cart-body h5{
	color: #1F2120;
    font-size: medium;
}
.fa-trash{
	font-size: 13px;
}
.fa-trash:hover{
	font-size: 14px;
	cursor: pointer;
}
.single-item .cart-img{
	width: 100%;
	
}
.cart-img img{
	border-radius: 6px;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-cart-item ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.gotocheck .btn-check{
	background-color: #A6A182;
}


.gotocheck{
	text-align: center;
	width: 100%;
	margin-top: 40px;
}
.gotocheck:hover{
	cursor: pointer;
	
}

.flex{
	display: flex;
}
.menu-cart-item{
	width: 100%;
	margin-top: 10px;
	border-bottom:1px dotted gray ;
}
.single-item{
	gap: 15px;
}



.quantity-counter input{
	color: #1F2120;
}


.quantity-counter {
	display: flex;
	gap: 10px;
	flex-direction: row;
	.value {
	  border: 1px solid #1F2120;
	  border-radius: 3px;
	  margin: 2px 0;
	  
	  text-align: center;
	  -moz-appearance: textfield;
	  &::-webkit-outer-spin-button,
	  &::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	  }
	}
	.increment,
	.decrement {
	  border: 0;
	  background: #dfca5d;
	  cursor: pointer;
	  border-radius: 3px;
	  color: #1F2120;
	  font-weight: 900;
	  /* height: 30px; */
	}
  }
  .increment{
	margin-bottom: 1px;
	font-size: 25px;
  }
  .decrement{
	font-size: 35px;
  }
  
  
  .quantity-counter input{
	width: 30px;
  }
  

.golden-text{
	color: black;
	margin-bottom: 0;
	font-size: 16px;
	
}
.golden-text span{
	color: black;
}
.total-btn{
    width: 100%;
	margin-top: 20px;
}
/* .total{
	color: #dfca5d;
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	font-weight: 800;
}
.delivery{
	color: #dfca5d;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 800;
}
.addons{
	color: #dfca5d;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 800;
}
.additional-taxes{
	color: #dfca5d;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 800;
} */
.custom-cart-btn{
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-style{
    color: white;
    background-color: #e79434;
    border: none;
    width: 30px;
    padding-left: 11px;
}
.icon-style{
    color: #e79434;
}
.orange-border{
    border: 1px solid #e79434;
}
.orange-border:hover{
    background-color: #e79434;
}
.orange-border:hover .icon-style{
    color: white;
}

/* custom livebits submenu start */

.livebits-subcart{
    border-radius: 20px;
    width: 30%;
    position: fixed;
    background-color: #2e3191;
    color: #ffffff;
    z-index: 97;
    bottom: -15px;
    left: 36%;
    height: 75px;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

.sub-cart ul{
    font-size: 20px;
    padding: 14px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    justify-content: space-between;
}
.sub-cart .sub-menu-circle{
    border: 1px solid;
    border-radius: 50%;
    padding: 7px;
}

.mt-custom{
    margin-top: 10px;
}

.custom-padding{
    padding: 30px 0;
}


.mb-60{
    margin-bottom: 80px;
}
.custom-btn-style{
    float: right;
}
.mt-10{
    margin-top: 10px;
}
.payment-method a{
margin-top: 20px;
}

.custom-total{
    margin-bottom: 30px;
}
#total-box{
    border-bottom: none;
}
#total-cart-img{
    width: 50%;
}
.style-end{
    display: flex;
    justify-content: space-between;
}



/* > Process Styles */
.process-wrap {
    width: 100%;
    margin: 25px auto;
  }
  .process-main {
      width: 100%;
      min-width: 250px;
      display: flex;
  }
  .col-3 {
    width: 25%;
    position: relative;
  }
  .col-3:first-child .process-step:before {
      content: '1';
  }
  .col-3:nth-child(2) .process-step:before{
      content: '2';
  }
  .col-3:nth-child(3) .process-step:before {
      content: '3';
  }
  .col-3:last-child .process-step:before{
      content: '4';
  }
  .process-main .col-3:not(:first-child):before{
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 4px;
      top: 17.5px;
      left: calc(-50% + 20px);
      right: 0;
      background: #ebebeb;
      border: 2px #ebebeb solid;
     -o-transition: .4s;
      -ms-transition: .4s;
      -moz-transition: .4s;
      -webkit-transition: .4s;
       transition: .4s;
  }
  .process-step-cont {
      font-family: sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      align-content: space-between;
  }
  .process-step {
      border: 5px #ebebeb solid;
      border-radius: 100%;
      line-height: 0;
      background: #959595;
      text-align: center;
      align-items: center;
      justify-content: center;
      align-self: center;
      display: flex;
      color: #fff;
      width: 35px;
      height: 35px;
      font-weight: 700;
      margin-bottom: 7px;
      z-index: 4;
      cursor: pointer;
  }
  .process-label {
      color: #959595;
      font-weight: 600;
       width: 100%;
       text-align: center;
  }
  .process-dots {
      width: 10px; 
      height: 10px;
      border-radius: 50%;
      background-color: #ebebeb;
      cursor: pointer;
  }
  .process-dot-cont {
      display: flex;
      justify-content: space-around;
      align-items: stretch;
      width: 60%; 
      padding-top: 5px;
  }
  .active-step1 .col-3:first-child .process-step,
  .active-step1 .col-3:first-child .process-dots:first-child,
  .active-step1-mini2 .col-3:first-child .process-step,
  .active-step1-mini2 .col-3:first-child .process-dots:nth-child(-n+2),
  .active-step1-mini3 .col-3:first-child .process-step,
  .active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+3),
  .active-step1-mini4 .col-3:first-child .process-step,
  .active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+4)
  {
      background-color: #f89828;
  }
  .active-step1-mini2 .col-3:first-child .process-dots:first-child,
  .active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+2),
  .active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+3)
   {
      background-color: #fbcb93;
  }
  .active-step1 .col-3:first-child .process-label,
  .active-step1-mini3 .col-3:first-child .process-label,
  .active-step1-mini2 .col-3:first-child .process-label,
  .active-step1-mini4 .col-3:first-child .process-label{
      color: #f89828;
  }
  .active-step2 .col-3:first-child,
  .active-step3 .col-3:nth-child(-n+2),
  .active-step4 .col-3:nth-child(-n+3){
      opacity: 0.5;
     /*pointer-events: none;*/
  }
  .active-step2 .col-3:first-child .process-step:before,
  .active-step3 .col-3:nth-child(-n+2) .process-step:before,
  .active-step4 .col-3:nth-child(-n+3) .process-step:before{
      content: '\2713';
      padding: 7px;
  }
  .active-step2 .col-3:nth-child(-n+2) .process-step,
  .active-step2 .col-3:nth-child(-n+2) .process-dots,
  .active-step3 .col-3:nth-child(-n+3) .process-step,
  .active-step3 .col-3:nth-child(-n+3) .process-dots,
  .active-step4 .col-3:nth-child(-n+4) .process-step,
  .active-step4 .col-3:nth-child(-n+4) .process-dots {
      background-color: #f89828;
  }
  .active-step2 .col-3:nth-child(-n+2) .process-label,
  .active-step3 .col-3:nth-child(-n+3) .process-label,
  .active-step4 .col-3:nth-child(-n+4) .process-label{
      color: #f89828;
  }
  .active-step2 .col-3:nth-child(-n+2):before,
  .active-step3 .col-3:nth-child(-n+3):before,
  .active-step4 .col-3:nth-child(-n+4):before{
      background: #f89828 !important;
  }
  @media screen and (max-width: 640px) {
    .process-main {
      flex-wrap: wrap;
    }
    .col-3 {
      width: 50%;
    }
    .process-main .col-3:nth-of-type(3):not(:first-child):before {
      top: -19.5px;
      left: calc(-38% + 170px);
      transform: rotate(160deg);
    }
    .process-step-cont{
        font-size: 12px;
    }
    
  }

  .center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start !important;
    margin-bottom: 100px;
  }
  .custom-col{
    width: 8.5%;
  }
  .custom-col-2{
    width: 50px;
  }


  /* bank details styling */
  .bank-details{
padding: 2px;
margin-top: 20px;
color: #000000;
  }
  .custom-accordian-space{
    margin-top: 50px;
    background-color: #F9FAFC;
  }
  .custom-style-accordian{
    padding: 5px 5px;
  }
  #collapseOne h2{
    color: white;
    
  }

  .custom-opacity{
    opacity: 0.2;
  }
  .custom-btn{
    background-color: #2e3191;
  }

  
.custom-sm-style{
    display: flex;
    gap: 20px;
}
.custom-size{
    padding: 0 7px;
}

.text-blue{
    color: #2e3191 !important;
}  
.table{
    color: #000000;
    padding: 10px;
}
.center-box{
    width: 40%;
    background-color: whitesmoke;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.accordion-body{
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-box .center-items{
    padding: 20px;
display: flex;
justify-content: space-between;
}
.detail-title{
    font-size: 19px;
}
.detail-description{
    font-family:'Atlassian Sans';
}

#order-date{
    font-size: 15px !important;
}
#order-number{
    font-size: 15px !important;
}

.order-flex{
    /* margin-top: 75px; */
    width: 100%;
    display: flex;
    flex-direction: row;
}
.order-info-head{
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
}
.order-info-head-2{
    width: 30%;
    padding: 50px;
}

.product-table {
    color: #0e1318;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
  }
  .product-center{
    text-align: center !important;
  }
  .product-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fafafa;
  }
  .product-table th, .product-table td {
    padding: 12px 16px !important;
    text-align: left;
  }
  .product-table th {
    background-color: #f8f8f8 ;
    font-weight: bold !important;
  }
  .product-table tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .product-table td:last-child {
    text-align: right;
    white-space: nowrap;
  }

  .order-info {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background-color: #fafafa;
  }
  .order-info table {
    width: 100%;
    border-collapse: collapse;
  }
  .order-info th, .order-info td {
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
    color: #0e1318;
  }
  .order-info th {
    background-color: #f8f8f8;
    font-weight: bold;
  }
  .order-info tr:not(:first-child) {
    border-top: 1px solid #ddd;
  }
  .label {
    font-weight: bold;
    width: 200px;
    white-space: nowrap;
  }

  




  .payment-info {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 400px;
    background-color: #fafafa;
    padding: 20px;
    /* margin: auto; */
    position: relative;
  }
  .payment-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
  }
  .print-btn {
    float: right;
    background-color: #222;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 6px 16px;
    cursor: pointer;
    font-size: 14px;
  }
  .payment-info hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 16px 0;
  }
  .row-flex {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
  }
  .row-flex span{
    width: max-content;
  }
  .total-row {
    font-weight: bold;
    margin-top: 10px;
  }


  .blue-btn{
    background-color: #2e3191;
  }


  .blue-btn span {
    background: #e79434 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}
.blue-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}
  