.invoice-close-btn{
    background:#4357A8;
    color:#fff;
    border:none;
    padding:6px 12px;
    border-radius:6px;
}

.invoice-close-btn:hover{
    background:#36458a;
}
.floating-pay-btn{
    position:fixed;
    bottom:25px;
    right:25px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:#4357A8; /* ✅ your color */
    color:#fff;
    font-weight:600;
    font-size:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
    cursor:pointer;
    z-index:9999;
    transition:0.3s;
}

.floating-pay-btn:hover{
    transform:scale(1.08);
    background:#36458a; /* darker shade */
}

.floating-pay-btn img{
    width:30px;
    height:30px;
    filter:brightness(0) invert(1);
}
.loader {
    display:flex;
    gap:8px;
    justify-content:center;
    align-items:center;
}

.loader span {
    width:10px;
    height:10px;
    border-radius:50%;
    background:#f03355;
    animation: bounce 0.6s infinite alternate;
}

.loader span:nth-child(2){ animation-delay:0.1s; }
.loader span:nth-child(3){ animation-delay:0.2s; }
.loader span:nth-child(4){ animation-delay:0.3s; }
.loader span:nth-child(5){ animation-delay:0.4s; }

@keyframes bounce {
    from { transform: translateY(0); opacity:0.5; }
    to   { transform: translateY(-10px); opacity:1; }
}
.invoice-loader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:99999;
}
.receipt-modal,
.receipt-body {
    font-family: Arial, sans-serif !important;
}
.invoice-loader img{
    width:80px;
}
#embeddedPaymentContainer iframe,
#embeddedPaymentContainer{
    width:100%;
    max-width:100%;
}

#buttonPaymentListContainer{
    margin-top:10px;
}
/* Top service buttons */
/* SERVICE BUTTONS LIKE TEMPLATE 1 */
/* SERVICE BUTTONS */
.top-service-buttons{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:10px;
}

/* buttons style like template 1 */
.top-service-buttons button{
    background:#6c757d;
    color:#fff;
    border:none;
    padding:10px 16px;
    border-radius:6px;
    font-size:14px;
    font-weight:500;
    cursor:pointer;

    display:inline-flex;
    align-items:center;
    gap:8px;

    width:auto;
    height:auto;
}

/* icon size FIX */
.top-service-buttons button img{
    width:18px;
    height:18px;
    object-fit:contain;
}

/* hover */
.top-service-buttons button:hover{
    background:#5a6268;
}

/* 80mm receipt width */
.receipt-modal {
    width: 383px;              /* keep desktop */
    max-width: 90vw;           /* ✅ mobile fix */
    margin: 20px auto;
}

.receipt-body {
    font-family: monospace;
    padding: 10px;
    background: white;
    color: #000;
}
#invoiceModal .receipt-body{
    background:#ffffff !important;

}

#invoiceModal .receipt-line{
    color:#000000 !important;
}

#invoiceModal .modal-header{
    background:#ffffff;
    border-bottom:1px solid #ddd;
}

#invoiceModal .modal-footer{
    background:#ffffff;
    border-top:1px solid #ddd;
}
.center-no-invoice {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 60px);
}



/*topBanner*/

.LanguageToggle p a.active, .LanguageToggleMobile p a.active {
    background: #fafafa;
    border-radius: 4px;
    padding: 3px;
    color: #333;
}

.LanguageToggleMobile {
	display: none;	
}

.navbar-collapse {
    flex-grow: initial;
}

.LanguageToggle, .LanguageToggleMobile {
    margin-left: 15px;
}

.LanguageToggle p a.active, .LanguageToggleMobile p a.active {
    background: #fafafa;
    border-radius: 4px;
    padding: 3px;
    color: #333;
    margin: 7px;
}

.social, .loginArea {
    margin-right: 20px;
}

.topBanner {
    background-image: url("../images/restaurantPage/banner.png");
    background-size: cover;
    min-height: 400px;
    margin-top: -100px;
    position: relative;
	background-position: center;
}

.whiteBG {
    background: rgba(255,255,255,0.7);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 90px;
}

div#photos .col-sm-4 {
    padding: 10px 15px;
}

span.status.open {
    color: #308c3d;
    margin-left: 15px;
}

span.status.closed {
    color: #d9423f;
    margin-left: 15px;
}

.whiteBG a {
    color: #000000;
}

/* middle content */

ul.nav.nav-tabs {
    margin-top: -48px;
    border-bottom: transparent;
}

p.transition img {
    max-width: 25px;
}

a.nav-link.active {
    background-color: rgb(107 104 104 / 68%) !important;
    border: none;
    padding: 12px 10px;
    color: #ffffff!important;
}

.nav-tabs .nav-link {
    background: rgb(255 255 255 / 68%);
    color: #000000;
    border: none;
    padding: 12px 10px;
    margin-right: 2px;
    border-radius: 0px;
}

.tab-content, .margintop {
    margin-top: 55px;
}

.middleContent h2 {
    font-size: 19px;
    font-weight: 100;
}

div.foodSection {
    margin-bottom: 25px;
}

ul.sideSubNav {
    border-top: 8px solid #d9423f;
    border-bottom: 8px solid #d9423f;
    padding: 15px 0px 10px;
    list-style: none;
}

ul.sideSubNav li a {
    text-transform: uppercase;
    color: #4b4b4b;
}

ul.sideSubNav li {
    margin-bottom: 10px;
}

/*accordion styles*/

#accordion .card-header, .card-link,.card-link:hover{background-color:#fafafa;text-align:left;color:#000000;}
#accordion .card-body{padding:10px 10px;}
#accordion .card{width:100%;}
#accordion p.transition{position:absolute;top:5px;right:20px;font-size:20px;color:white;
-webkit-animation: minus 0.5s;}

 @keyframes minus {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

 [aria-expanded="false"] >  .expanded,[aria-expanded="true"] > .collapsed {display: none;}

 .sideSubNav.affix, .cartcontainer.affix{
    position:fixed;
    top:0;
}

.card {
    border: none;
}

.card-header {
    border-bottom: none;
}

div.menuDescription {
    border-bottom: 6px solid rgba(0,0,0,.125);
    border-top: 6px solid rgba(0,0,0,.125);
    padding: 20px 0px;
}

p.price span {
    font-weight: bold;
    font-size: 13px;
}

p.addButtonMenu a {
    background: #d9423f;
    color: white;
    padding: 5px 25px;
}

p.addButtonMenu {
    text-align: right;
}

textarea.form-control {
    
}

/*Shopping Cart*/

.quantity {
    background: #faf7f7;
    padding: 5px 15px 4px 7px;
    border-radius: 40px;
}


  .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 15px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }

  p.cartItemPrice {
    text-align: right;
}

p.placeOrderButton A {
    background: #d9423f;
    color: white;
    padding: 9px 25px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.SubTotalOrder {
    border-top: 3px solid rgba(255,255,2550.5);
    margin-top: 15px;
    padding-top: 10px;
}

div#shoppingCart hr {
    border-top: 3px solid rgba(255,255,2550.5);
}

#shoppingCart .editButton a {
    color: #d9423f;
}

p.editButton {
    margin-bottom: 3px;
    margin-right: 8px;
}

p.cartItemPrice {
    margin: 0px;
}

  .quantity .col-sm-6 {
    padding: 0px;
}

  hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
   
  button.btn-custom {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 30px;
    border: none;
    cursor: pointer;
	padding: 0px;
		  
  }
  .minus-btn img {
	width: 22px;
    height: 22px;    
	margin-top: -2px;
  }

  .card-body {
    padding: 12px;
}


.plus-btn img {
    width: 22px;
    height: 22px;
	margin-top: -2px;
}
   
  button:focus,
  input:focus {
    outline:0;
  }

  .pageCart {
    background: #e5e5e5;
    padding: 5px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; 
    overflow: hidden;
    width: 100%; 
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.cartcontainer .card {
    background: #e5e5e5;
    border: none;
    border-radius: 0px;
}

p.editButton {
    text-align: right;
}


#shoppingCart p.browser {
    margin-bottom: 0px!important;
	font-weight: bold;
}

#shoppingCart p {
    font-size: 14.5px;
}

.SubTotalOrder span.subtotalprice {
    float: right;
}

span.subtotalprice span, p.cartItemPrice span {
    font-weight: bold;
	font-size: 13px;
}

.col-sm-3.margintop {
    position: relative!important;
}

.review-item{
  background-color: white;
  padding: 15px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.review-item a {
    color: #d9423f;
}

.reviews {
    margin-top: 30px;
}

.review-item .review-date{
  color: #cecece;
}
.review-item .review-text{
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
  color: #343a40;
}

.review-item .reviewer{
  
  border: 1px solid #cecece;
}

.raterater-wrapper {
    overflow:visible;
}

.software .raterater-wrapper {
    margin-top: 4px;
}

.raterater-layer,
.raterater-layer i {
    display: block;
    position: absolute;
    overflow: visible;
    top: 0px;
    left: 0px;
}
.raterater-hover-layer {
    display: none;
}
.raterater-hover-layer i,
.raterater-rating-layer i {
    width: 0px;
    overflow: hidden;
}

.reviewHR {
	margin-top: 50px;
	margin-bottom: 30px;
}

.AddReviewButton a {
background: #d9423f;
    color: white;
    padding: 9px 25px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}

p.AddReviewButton {
    text-align: right;
    margin: 10px 15px;
}

.stars-addreview {
    overflow: hidden;
    display: inline-block;
    width: auto;
}

div.stars {
  display: inline-block;
}

input.star { display: none; }

label.star {
    float: right;
    padding: 3px;
    font-size: 25px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FD4;
}

input.star-1:checked ~ label.star:before { color: #F62; }

.addReview label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

input.star.checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input:last-child.checked ~ label.star:before { color: #F62; }


/**** Mobile Media Queries ****/

@media (min-width: 1200px) {
	ul.sideSubNav.affix {
		width: 237.48px!important;
	}
	.cartcontainer.affix {
		width: 247.5px!important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	ul.sideSubNav.affix {
		width: 192.5px!important;
	}
	.cartcontainer.affix {
		width: 202.5px!important;
	}
	
	ul.sideSubNav li a {
		font-size: 15px;
	}
	
	div.menuDescription .col-sm-8 {
		padding: 0px;
	}
	
	div.menuDescription .col-sm-4 {
		padding-right: 0px;
	}
	
	.card-body p {
		font-size: 15px;
	}
}


@media (max-height: 650px){
	.map {
		display: none;
	}
	
	.card + hr {
		display: none;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	
	.review-item .review-text {
    	font-size: 14px;
	}
	
	.stars-addreview label.star {
		float: right;
		padding: 0.5px;
		font-size: 22px;
		color: #444;
		transition: all .2s;
	}
	
	.col-md-3.text-center {
		padding: 0px 7px;
	}
	
	label.star {
		float: right;
		padding: 0.5px;
		font-size: 14px;
		color: #444;
		transition: all .2s;
	}
	
	.layer {
		background: transparent;
	}
	
	.topBanner .container .row .col-sm-9 {
		margin-top: 24%;
	}
	
	.whiteBG p {
		FONT-SIZE: 13PX;
	} 
	
	.col-sm-4.subNavWrapper {
		display: none;
	}
	
	.col-sm-8.foodSectionWrapper {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}
	
	.col-sm-9.leftContent {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-3.margintop {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.cartcontainer.affix {
		width: 200px!important;
	}
	
	div.menuDescription .col-sm-8 {
		padding: 0px;
	}
	
	div.menuDescription .col-sm-4 {
		padding-right: 0px;
	}
	
	.card-body p {
		font-size: 14px;
	}
}

@media (min-width: ) and (max-width: ) {

}

@media (min-width: 767px) {
    div#shoppingCart {
        display: block;
    }
    
    .cartcontainer .card-header {
        display: none;
    }
	
	
}

@media (min-width: 576px) and (max-width: 767px) {
	div#navbarCollapse {
		display: inline;
		margin-top: -40px;
	}
}

@media (min-width: 20px) and (max-width: 767px) {
	
	div.menuDescription {
		padding: 0px;
		text-align: center;
	}
	
	p.addButtonMenu {
		text-align: center;
	}
	
	.menuDescription p.price {
		margin-top: 20px;
	}

	footer {
		padding-bottom: 100px;
	}
	
	.cartcontainer .card-body {
		background: rgba(0,0,0,0.001);
	}
	
	.quantity .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.topBanner {
    	margin-top: -126px;
	}
	
	.whiteBG p {
		font-size: 13px;
	}
	
	.buttons img {
		max-width: 120px;
	}

	.layer {
		background-color: transparent;
	}
	
	.cartcontainer .card-header a span:first-child {
		font-weight: bold;
		font-size: 13px;
	}
	
	.cartcontainer .card-header a {
		color: #333;
		text-decoration: none;
		display: block;
    	padding-top: 10px;
	}
	
	.cartcontainer .collapsed p.transition {
		background: #d9423f;
		color: white;
		padding: 5px 25px;
		margin-bottom: 0px;
		margin-top: -5px;
	}
	
	.cartcontainer p.transition {
		display: inline-block;
		float: right;
	}
	
	.cartcontainer a.collapsed {
		display: block;
	}
	
	.cartcontainer .card-header {
		background: white;
		-webkit-box-shadow: 0px -4px 20px 0px rgba(0,0,0,0.24);
		-moz-box-shadow: 0px -4px 20px 0px rgba(0,0,0,0.24);
		box-shadow: 0px -4px 20px 0px rgba(0,0,0,0.24);
		border-radius: 0px;
		padding: 15px;
	}
	
	.col-sm-8.foodSectionWrapper {
		margin: 0px;
		padding: 0px;
	}
	
	a.nav-link strong {
		display: none;
	}

	.col-sm-9.leftContent {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

    /* middle content */

    #accordion .card {
        width: 100%!important;
    }

    .map {
        display: none;
    }

    .card-header {
        padding: 0.5rem 0.1rem;
    }

    #accordion .card-header, .card-link, .card-link:hover {
        font-size: 14px;
    }

    .sideSubNav.affix{
        position:relative!important;
    }

    .cartcontainer {
        position: fixed;
        bottom: 0!important;
        top: auto!important;
        z-index: 1200;
        width: 100%;
        right: 0;
        bottom: 0;
    }

    .card + hr {
        display: none;
    }

    .cartcontainer .card-header {
        display: block;
    }

    ul.sideSubNav {
        display: none;
    }
	
	.col-sm-8.foodSectionWrapper {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width:576px) {
	
	.leftContent span.expanded, .leftContent span.collapsed {
		/*display: none;*/
	}
	
	a.navbar-brand img {
		max-height: 55px;
	}
	
	.LanguageToggleMobile {
		position: absolute;
		left: -9px;
		top: 34px;
		display: block;
	}
	
	.LanguageToggleMobile a {
		color: white;
	}
	
	button.navbar-toggler {
		display: block;
		top: 15px;
		position: absolute;
		right: 15px;
		background: transparent;
        border: none;
	}
	
	.LanguageToggle {
		display: none!important;
	}

	.whiteBG .row .col-sm-2 img {
		display: block;
		margin: auto;
		margin-top: -90px;
	}
	
	.whiteBG {
		text-align: center;
	}
	
		.topBanner {
    	margin-top: -160px;
	}
	
	span.status.open {
		display: block;
		margin-top: 10px;
		margin-left: 0px;
		font-size: 17px;
		font-weight: 700;
	}
	
}


.color-red{
    color: #dc1c10;
}
.table.table-address tr td:first-child{
    vertical-align: middle;
}
.table.table-address tr td{
    border-top: none;
    padding: 2px .75rem;
}

.languages{
    background-color: #f3f3f3;
    padding: 5px 10px;
    margin-top: 1px;
}
.languages div{
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    cursor: pointer;
}
.languages div.active{
    background-color: #0000004d;
    color: white;
}
.assistant-btns .btn{
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    width: 100%;
    margin: 5px 0px;
    height: 45px;
    padding: 2px;
    text-align: left;
}
.assistant-btns .btn div{
    display: inline-block;
}
.assistant-btns .btn div:first-child{
    text-align: center;
    width: 29%;
}
.assistant-btns .btn div:last-child{
    text-align: left;
    width: 59%;
}
.assistant-btns .btn img{
    vertical-align: sub;
    height: 35px;
}
.assistant-btns .btn span{
    vertical-align: super;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0px 15px;
}

.carousel-group{
    width:100%;
    overflow-x: scroll; 
    background-color: #eee;
    overflow-y: hidden;
}
.carousel-group::-webkit-scrollbar { 
    display: none;   
}
.carousel-group.affix{
    position: fixed;
    top: 0;
    z-index: 1;
    left:2.5%;
    width: 95%;
}
.next-cursor{
    position: absolute;
    right: -5px;
    top: 22px;
    color: #4444446e;
    font-size: 35px;
}
.carousel-group.affix .next-cursor{
    position: fixed;
    right: 5px;
}
.back-cursor{
    position: absolute;
    left: -5px;
    top: 22px;
    color: #4444446e;
    font-size: 35px;
}
.carousel-group.affix .back-cursor{
    position: fixed;
    left: 5px;
}
.carousel-group .carousel-group-container{
    width: max-content;
}
.carousel-group li{
    display: inline-block;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f6f5f4;
    height: 70px;
    vertical-align: top;
    border-radius: 6px;
    margin: 4px 2px; 
}
.carousel-group li a{  
    color: #000000;  
    text-decoration: none !important;
    vertical-align: sub;
}
.carousel-group li a .group-description{ 
    max-width: 180px;
    vertical-align: middle;
    line-height: 20px;
}
.carousel-group li a .group-description:hover{
    text-decoration: underline;
}
.carousel-group li.carousel-group-custom{
    height: 100px; 
    padding: 0px;
    position: relative;
}
.carousel-group li.carousel-group-custom a{
    display: block;
    height: 100%;
}
.carousel-group li.carousel-group-custom img{
    border-radius: 5px;
    width: 80px;
    height: 80px;
    float: none;
}
.carousel-group li.carousel-group-custom .group-description{
    text-align: center;
    width: 100%;
    color: black;
    font-size: 13px;
    padding: 0px 5px;
}
@media (min-width: 767px){
    .carousel-group{
        display: none;
    }
}
@media (max-width: 767px){
    div.foodSection {
        padding-top: 120px;
        margin-bottom: -40px;
    } 
    .menu-bottom-comment{
        margin-top: 60px;
    }
}

.group-collapse-btn{
    position: absolute;
    right: 0;
    background-color: #d9423f;
    padding: 0px 5px;
    font-size: 20px;
    border-radius: 5px;
    top: 14px;
    border: 1px solid #d9423f;
    color: #f6f5f4;
}


.grouping-main-section{
    padding: 0;
    background-color: #cccccc;  
}
.grouping-section{
    padding: 0px 3px;
}
.categories-section{
    margin: 5px 0px;
    text-align: center;
}
.categories-item{
    border-radius: 5px;
    display: inline-block;
    min-width: 100px; 
    background-color: rgba(255,255,255,.7);
    color: #000000;
    padding: 10px 0px; 
    width: 48%;
    margin: 1px 2px;
}
.categories-item.active{
    background-color: rgba(0,0,0,0.7)!important;
    color: white;
    border-bottom: 1px solid #a6a5a5;
}
.categories-item img{
    width:50px;
}
.grouping-main-section{
    padding: 0;
    background-color: #eee;  
}
.grouping-section{
    padding: 0px 3px;
}
.categories-section{
    margin: 5px 0px; 
    text-align: center;
}
.categories-item{
    border-radius: 5px;
    display: inline-block;
    min-width: 100px; 
    background-color: rgba(255,255,255,.7);
    color: #000000;
    padding: 10px 0px; 
    width: 48%;
    margin: 1px 2px;
    min-height: 68px;
    text-align: center;
    vertical-align: top;
}
.categories-item.active{
    background-color: #0000001c !important;
    color: white;
}
.categories-item div{
    font-size:13px;
}
.categories-item-custom{
    border-radius: 5px;
    display: inline-block;
    min-width: 100px; 
    background-color: rgba(255,255,255,.7);
    color: #000000;
    padding: 0px; 
    width: 48%;
    margin: 1px 2px;
    height: 85px;
    text-align: center;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    position: relative;
    
}
.categories-item-custom img{
    display: none;
}
.categories-item-custom div{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffffa3;
    color: black;
    display: none;
}
.categories-item-custom.active{
    background-color: #0000001c !IMPORTANT;
}
.categories-item-custom.active div{
    background-color: #00000063;
    color: white;
}

.menu-header-arabic{
    min-height: 35px;
    direction: rtl;
}
.menu-header-arabic div{
    float: right;
    margin-right: 5px;
    text-align: right;
}
.menu-header-arabic .group-collapse-btn{
    left: 0;
    right: auto;
}
.item-arabic .itemname{
    float: right;
    text-align: right;
}
.item-arabic .itemprice{ 
    text-align: left !important;
}
.item-arabic .itemdesc{
    text-align: right !important;
    float: right;
}
.item-arabic .itempic{
    right: auto !important;
    left: 15px;
}
.item-delivery-arabic .card-header{
    direction: rtl;
    text-align: right !important;
    padding-right: 1rem !important;
}
.item-delivery-arabic .transition{
    left: 20px !important;
    right: auto;
    float: left !important;
}
#accordion .item-delivery-arabic  p.transition{position:absolute;top:5px;left:20px !important;right:auto;font-size:20px;color:white;
-webkit-animation: minus 0.5s;}

.message-top-container{
    padding: 5px 10px; 
    text-align: center; 
    width: 100% !important;
    background-color: white !important;
}
a:focus{
    outline-offset: 0 !important;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
 
.menuArea{
    padding-top: 10px;
    display: block !important;
}
.menuArea a{
    display: block;
    padding: 5px 0px;
}
@media (min-width: 700px){
    .menuArea{
        display: none !important;
    }
    .nav-item.ng-hide:not(.ng-hide-animate){
        display: block !important;
    }
}

.item-size{
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid #e9ecef;
    background-color: #e9ecef; 
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    margin: 2px;
    text-align: center;
}
.item-size:hover, .item-size.active {
    background-color: #d9423f;
    color: white;
}
.item-size-arabic{
    float: left;
}
.arabic-text{
text-align:right;
direction:rtl;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background: #eeeeeec9;  
    margin-bottom: 15px;
    padding: 10px;
    color: black;
}

.marquee-content {
    display: inline-block;
    padding-right: 100%;
    animation: marquee 40s linear infinite;
}

.marquee-text {
    display: inline-block;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}