
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);

@font-face {

	font-family: 'BYekan';
	src: url('../fonts/BYekan.eot');
	src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BYekan.woff') format('woff'),
	url('../fonts/BYekan.ttf') format('truetype'),
	url('../fonts/BYekan.svg#BYekan') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
  font-family: 'BYekan';
    /*margin: 0;*/
    /*padding: 0;*/
}

/*.container{*/
/*    padding: 5px;*/
/*    margin: 5px;*/
/*}*/


h1, h2, h3, h4, h5, h6,sub{
    font-family: 'BYekan';
    direction: rtl;
}

.shadow_style{
    text-shadow: 4px 4px 10px #525050;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
     direction: rtl;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 8px;
    border-radius: 230px 100px;
    direction: rtl;
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    direction: rtl;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "BYekan";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.hero-header{
    font-family: BYekan;
}
.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url(../img/page_header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 152px !important;
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 85px;
    height: 85px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);

}
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px;
    height: 60px;
    top: -30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-item {
    overflow: hidden;
    position: relative;
}

.service-item img {
    transition: transform 0.3s ease;
}

.service-item:hover img {
    transform: scale(1.1);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite{
    direction: rtl;
}

.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}
.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}
/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable{
    /*margin-top: 20px;*/
    /*direction: rtl;*/
   /*max-height: 70%;*/
    /*max-width: 93%;*/
}
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
    width: 95%;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    /*display: block;*/
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 3px 20px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 3px 20px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** celebritied Start ***/

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
.testimonial .owl-carousel .testimonial-item img {
    float: right;

}
.celebrity_info{
    direction: rtl;
    margin-bottom: 0;
}

/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}

.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}

.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}

.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer{
    direction: rtl;
    /*margin-top: 3rem;*/
    padding-left: 6rem;
    padding-right: 6rem;
}
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer p{
    font-size: 15px;
    text-align: justify;

}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}

.enamd_img{
    display: flex;
    justify-content: center;
    /*width: 320px;*/
    gap: 6px;
}
/*.footer{*/
/*    text-align: justify;*/
/*    direction: rtl;*/
/*    font-size: 17px;*/
/*}*/
/*** Footer End ***/

/*** marquee ***/

.news-ticker {
  direction:rtl;
  display: flex;
  gap: 1rem;
  height: 40px;
  background: rgb(255, 255, 255);
  max-width: 93%;
  margin: 0.5rem;
    cursor: pointer;
}
@media screen and (max-width: 992px) {
  .news-ticker {
    display: none;
  }
}

.label {
  white-space: nowrap;
  /*background: #9b9797;*/
  color: #2c2828;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;

}
.label::after {
  content: "";
  position: absolute;
  left: -20px;
  border: 10px solid transparent;
  border-left-color: #ed474a;
    transform: scale(-1);
}
.headlines {
  list-style: none;
  padding-right: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.headlines li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 1s ease-in-out;
}

.headlines li.active {
    clip-path: inset(0 0 0 0);
}

/*end marquee*/


.list-group-item {
    direction: rtl;
    /*position: relative;*/
    /*display: block;*/
    padding: 0.5rem 1rem;
    color: #212529;
    background-color: #ffffff;
    /*border: 1px solid rgba(0, 0, 0, .125);*/
    display: flex;
    border: none;
}
.list-group-item.active {
    z-index: 2;
    color: #ffb700;
    background-color: #ffffff;
    /*border-color: #007bff;*/
}


.short_description{
    text-align: justify;
    direction: rtl;
}


.hotel_title{
    direction: rtl;
    font-size: 13px;
    font-weight: normal;
}

.contactus{
    direction: rtl;
}

.placeholder-gray::placeholder {
    color: #b6b4b4;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.about-us{
    text-align: justify;
    direction: rtl;
    font-size: 17px;
}

.title-slider{
    padding: 0.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px 10px white;
    box-shadow: 4px 4px 8px 10px white;
    color: #ee9b17;
    text-align: center;

}

.slider-note{
    direction: rtl;
    color: rgba(0, 0, 0, .55);
    text-align: justify;
    font-size: 18px;
    font-weight: 900;

}
/*.title-slider-note{*/
/*    padding: 1rem;*/
/*    margin-bottom: 1rem;*/
/*    text-shadow: 2px 2px 8px white;*/
/*    color: #ee9b17;*/
/*    text-align: center;*/
/*}*/

.more_info_title{
    display: flex;
    justify-content: end;
    font-size: 20px;
    margin: 25px 0 12px;
    padding-right: 1rem;
    color: rgb(15, 47, 79);

}

.more-info-text{
    text-align: justify;
    direction: rtl;
    /*font-size: 20px;*/
    /*padding-left: 1.5rem;*/
    overflow-wrap: break-word;
}

.registered_affect{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*comments page style*/


.commnets
.media-object {
  margin-left: 15px;
  width: 100%;
}

.commnets {
  border: 1px solid #F7F7F0;
  padding: 18px;
  margin-bottom: 50px
}

.commnets .pull-left {
  margin-right: 22px
}

.commnets p,
.response-area p,
.replay-box p {
  font-size: 10pt
}

.media-heading {
  color: #363432;
  font-size: 13pt;
  font-weight: 400;
  font-family: 'B Yekan','sans-serif';
  margin-bottom: 15px
}
.media-list {
    padding-right: 0;
    list-style: none;
}


.media-list .btn-primary,
.commnets .btn-primary {
  background:#FC9A11;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  float: left;
  font-size: 10px;
  padding: 1px 7px;
  text-transform: uppercase;
    text-align: right;
}

.response-area h2 {
  color: #363432;
  font-size: 20px;
  font-weight: 700;
}

.response-area p {
  font-size: 14px;

}

.response-area .media {
  border: 1px solid #e4e4da;
  padding: 18px;
  margin-bottom: 28px;
  direction: rtl;
}

.response-area .media img{
  height: 102px;
  width: 100%;
}

.response-area .media .pull-left {
  margin-right: 25px
}

.response-area .second-media {
  margin-right: 5%;
  width: 95%;
}


.sinlge-post-meta {
  overflow: hidden;
  padding-right: 0;
  margin-bottom: 15px;
}

.sinlge-post-meta li {
  background:#F0F0E9;
  color: #363432;
  float: right;
  font-size: 10pt;
  font-weight: 400;
  margin-left: 10px;
  padding: 0 0 0 10px;
  position: relative;
  text-transform: uppercase;
    list-style: none;
}

.sinlge-post-meta li i {
  background: rgba(109, 231, 164, 0.98);
  color: #FFFFFF;
  margin-left: 10px;
  padding: 8px 10px;
}

.sinlge-post-meta li i:after {
  top: 7px;
  border-width: 6px;
  left: 27px;
}


.replay-box {
  margin-bottom: 60px;
  margin-top: 10px;
	background: #fafAfa;
	padding: 30px;
	border-radius: 0.5em
}

.replay-box h2 {
  font-weight: 700;
  font-size: 20px;
  color: #363432;
  margin-top: 0;
  margin-bottom: 15px
}

.replay-box label {
  background:#FE980F;
  color: #FFFFFF;
  margin-bottom: 15px;
  padding: 3px 15px;
  float: right;
  font-weight: 400;
}

.replay-box form input:hover,
.text-area textarea:hover {
  border: 1px solid #FE980F;
}

.text-area {
  margin-top: 0;
    direction: rtl;
    display: grid;
}

.text-area textarea {
  background: transparent;
  border: 1px solid #F7F7F0
}

.comment-hr{
     border: 1px solid #e54646;
  border-radius: 5px;
}

/*end style for comment*/
/*more_info carousel*/

.gallery-container{
    /*padding: 0;*/
    margin-left: 0;
    /*margin: 1rem;*/
    box-sizing: border-box;
    display: grid;
    place-items: center;
    height: 55vh;
    padding-top: 68px;
}

.gallery{
    display: flex;
    gap: 1rem;
    max-width: 80rem;
}

.gallery-card{
    position: relative;
    left: 0;
    width: 6rem;
    border-radius: 1.2rem;
    height: 20rem;
    overflow: hidden;
    /*background-color: var(--background);*/
    transition: 0.4s ease-in-out;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.03);
    flex: 0.25;
}

.gallery-card img {
    position: relative;
    height: 20rem;
    object-fit: cover;
}

.gallery-card:hover{
    flex: 2;
    font-weight: bold;
    cursor: pointer;
    border-radius: 1rem;
}

.gallery-card:nth-child(1) img{
    left: -8rem;
}

.gallery-card:nth-child(2) img{
    left: -6rem;
}

.gallery-card:nth-child(3) img{
    left: -10rem;
}

.gallery-card:nth-child(4) img{
    left: -8rem;
}

/*end carousel*/

.transport_info{
    background-color: #d6ea90;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}
.transport_info_item{
    background-color: #90e1ec;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 10px;
    width: 400px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #dc3545;
    transition: width .6s ease;
    width: 50%;
}

/*end transport style*/

.view_style{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-radius: 15px;
    padding: 0.1rem 0 0.1rem 1rem;
}
.view_style_star_eye{
      display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-radius: 15px;
    padding: 0 0.7rem 0 0.7rem;
}

.feature_style{
    background-color: rgba(107, 145, 241, 0.98);
    color: #ffffff;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;

}

.active_style{
    background-color: rgba(128, 234, 129, 0.98);
    color: #ffffff;
    padding: 0.2rem 1.5rem 0.2rem 1.5rem;
    width:80px;
}

.like_style{
    background-color: #efebeb;
    font-size: 18px;
    border-radius: 50%;
    /*padding: 0.4rem 1rem 0.4rem 0;*/
    padding: 0.5rem;
}

.text_view_style{
   color: #9b9797;
    position: relative;
    left: 220px;
    bottom: 46px;
}
.text_view_style span{
    font-family: BYekan;
    padding-bottom: 2rem;
}

/*==================================*/
/*searchbar in product page*/
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /*color: #747d88;*/
    text-align: center;
    white-space: nowrap;
    /*background-color: #e9ecef;*/
    /*border: 1px solid #ced4da;*/
    border-radius: 10px;
    transform: scaleX(-1);
}

.product_rtl{
    direction: rtl;
}
/*end searchbar in product page*/
/*==========================================*/
/*orders page*/
.customer_details.orderList {
    padding: 2px 0 0 0;
}
.orderTop {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
.orderList h2 {
    margin: 0;
    float: right;
    border-bottom: 0;
    padding-top: 5px;
}
.search-container {
    float: right;
}
.search-container input[type="text"] {
    width: 200px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ccc;
    transition: 0.5s all;
}
.search-container input[type="text"]:focus{
  width: 300px;
}
.search-container button {
    height: 40px;
    width: 40px;
    margin-left: -5px;
    background: #141617;
    border: 0;
    color: #fff;
    font-size: 17px;
}
.orderFilter {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.orderFilter select {
    padding: 10px;
    color: #000;
    width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-repeat: no-repeat;
    background-position: right;
}
.orderFilter label span {
    font-weight: normal;
}
.order_tab {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.order_tab li {
    width: auto !important;
    cursor: pointer;
}
.orderCardWrap {
    float: left;
    width: 100%;
}
.orderCard {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}
.orderCard span {
    display: block;
    padding: 0 !important;
    color: #5b5d5d !important;
}
.orderHead {
    float: left;
    width: 100%;
    background: #ececec;
    padding: 10px 0 0 10px;
}
.orderCard .orderLeft {
    float: left;
    width: 70%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.orderLeft li {
    width: 22% !important;
    position: relative;
}
.orderLeft li .customerName {
    color: #28479c !important;
    cursor: pointer;
}
.invoiceDetails {
    float: right;
    width: 30%;
    position: relative;
}
.invoiceDetails span {
    display: inline-block;
}
.cstmrInfo {
    background: #fff;
    width: 200px;
    position: absolute;
    bottom: -80px;
    left: 0;
    border: 1px solid #ececec;
    display: none !important;
    -webkit-box-shadow: 0px 3px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 17px -10px rgba(0,0,0,0.75);
}
.cstmrInfo strong {
    display: block;
}
.orderCard .orderLeft li p {
  margin: 0;
  padding-bottom: 10px;
}
.orderLeft li p:hover .cstmrInfo {
  display: block !important;
  padding: 10px !important;
}
.invioceModel{
  background: #fff;
    width: 200px;
    position: absolute;
    top: 60px;
    padding: 10px;
    left: 0;
    border: 1px solid #ececec;
    display: none;
    -webkit-box-shadow: 0px 3px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 17px -10px rgba(0,0,0,0.75);
}
.invioceModel ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.invioceModel ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
}
.invioceModel ul li:last-child {
  border-bottom: 0;
}
.invioceModel span.modelClose {
    position: absolute;
    top: 4px;
    right: 7px;
    cursor: pointer;
}
.itemDetails {
    float: left;
    width: 100%;
    padding: 15px 10px;
}
.itemDetails h3 {
    font-size: 20px;
    font-weight: 700;
}
.itemDetails p {
    line-height: 20px;
    margin: 0;
}
.itemInfo {
    float: left;
    width: 70%;
}
.itemImg {
    float: left;
    width: 20%;
}
.itemImg img {
  width: 100%;
}
.itemDesc {
    float: right;
    width: 80%;
}
.itemDesc p span {
    display: inline-block;
    color: #28479c !important;
}
.itemDesc h4 {
    font-size: 16px;
    color: #28479c;
}
.buy_again {
    display: block;
    background: #27479b;
    border: 1px solid transparent;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0;
    transition: 0.5s all;
}
.buy_again:hover {
  color: #27479b;
  border: 1px solid #27479b;
  background: #fff;
}
.btn_group {
    float: right;
    width: 30%;
}
.btn_group button {
    width: 200px;
    float: right;
}
.gift_btn {
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 5px 10px;
    background: #ececec;
    color: #000;
    transition: 0.5s all;
}
.gift_btn:hover {
  color: #000;
  border: 1px solid #000;
  background: transparent;
}

.order_tab ul.tabs{
      margin: 0px;
      padding: 0px;
      list-style: none;
      border-bottom: 1px solid #ccc;
    }
    ul.tabs li{
      background: none;
      color: #222;
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
    }

    ul.tabs li.current{
      border-bottom: 1px solid #28479c;
      color: #28479c;
      font-weight: 600;
    }

    .tab-content1{
      display: none;
    }

    .tab-content1.current{
      display: inherit;
    }

  .again ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.again h2 {
    float: none;
}
.again li {
    width: 30% !important;
    text-align: center;
    margin: 0 10px 0 0;
}
.again li img {
    width: 120px !important;
}
.again li h4 {
    font-size: 16px;
    color: #28479c;
    line-height: 20px;
}
.again li .buy_again{
    margin: 10px auto;
    width: 100%;
}
/*===================================*/
.reject-payment{
    font-size: 15px;
    color: rgb(128, 126, 126);
}
.order_code{
    text-shadow: 2px 2px rgba(150, 157, 196, 0.98);
}
/*=========================================*/
      @keyframes blink {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        .blinking-text {
            text-align: center;
            margin-top:4%;
            font-size: 18px;
            font-weight: 900;
             color: #151413;
             border-radius: 5px;
            animation: blink 4s infinite;
            background-image: url("/static/img/reservation_img/images.jpg");
            background-size: cover;
            background-position: center;
            padding: 20px; /* Adds padding for better visibility */
        }

           .blinking-text_store {
            text-align: center;
            margin-top:4%;
            font-size: 18px;
           font-weight: 600;
           border-radius: 5px;
            color: #151413;
            animation: blink 2s infinite;
            background-image: url("/static/img/shop-img/advertisment.jpg");
            background-size: cover;
            background-position: center;
            padding: 20px; /* Adds padding for better visibility */
        }

/*===============================*/
/* modal in home page*/
.swal-button {
    display: inline-block;
    padding: 8px 10px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 2rem;
    transition: background-color 0.3s;
}

.swal-button:hover {
    background-color: #efedea;
}
.swal-title-custom {
    font-size: 20px; /* Adjust font size as needed */
    font-weight: bold; /* Optional: make title bold */
    color: #716add; /* Optional: match title color */
}


/*=====================*/
/*login message swal*/
.custom-title {
    direction: rtl;
    margin: 2px;
      color: #225722; /* Green color */
      font-size: 18px; /* Larger font size */
      font-weight: bold; /* Bold text */
      /*font-family: Vazir,'Arial', sans-serif; !* Custom font *!*/
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Add subtle shadow */
    }
  .custom-popup {
    background-color: #f0fff4; /* Light green background */
    border: 2px solid #28a745;
      width: 250px;
  }
