/* CSS Document */

* { margin: 0; padding: 0; }
a img{border:none;
text-decoration:none;}
img
{  border-style: none;
}
a { color:var(--black);}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 0;
}
*:focus {
    outline: 0;
}
img.a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

img.b{
	position:absolute;
	left:0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index:2;
	display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
   opacity:  0.8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
   opacity:  0.8;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
   opacity:  0.8;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
   opacity:  0.8;
}


body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	/*background: url(images/bg.jpg) repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	color: #17181a;
	background-color: #f7e1bb;
	overflow-x: hidden;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
}


:root {
    --beli: #ffffff;
    --white: #f5f4f2;
    --red: #8b1e3f;
    --black: #17181a;
    --gold: #c59a50;
    --bege: #f7e1bb;
    --green: #2D5A3D;
}
#picUpload{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	height: 0px;
}
#uplBtn{
	display: none;
}
#chooseBtn{
	display: block;
}
#preloadPic{
	position: relative;
	width: 600px;
	height: 46px;
	float: left;
	margin: 10px 20px;
	display: none;
}

#vidUpload{
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 350px;
	height: 0px;
}

#chooseVBtn{
	display: block;
}
#preloadVideo{
	position: relative;
	width: 600px;
	height: 46px;
	float: left;
	margin: 10px 20px;
	display: none;
}
      #MainDiv{
        position: absolute;
        width:640px;
        height: auto;
        left: 0px;
        top: 80px;
        z-index:13;
        display: block;
        overflow-x: hidden;
    }  
#header{
	position: fixed;
	width: 640px;
	height: 100px;
	left: 0px;
	top: 0px;
	z-index: 25;
    background-color: var(--black);
    box-shadow:  0px 3px 8px 3px rgba(0, 0, 0, 0.4);
    
}



/* login */
.loginPage{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
}
.logoEnter{
	position: relative;
	width: 100%;
	height: 300px;
	float: right;
	margin: 30px 0px 0px 0px;
	z-index:5;
	background-image: url("images/hp_logo.webp");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position:center top;
	display: none;
}

.logoHP{
	position: relative;
	width: 100%;
	float: right;
	height: 167px;
	margin: 30px 0px 0px 0px;
	z-index:5;
	background-image: url("images/hp_logo.webp");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position:center top;
	display: none;
}
h1 {
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	text-align: center;
	direction: rtl;
	font-size: 50px;
	line-height: 1;
	font-weight: 500;
	margin: 40px 0px;
	color: var(--red);
}
#login{
    display: block;
}

#sms, #helpLink{
    display: none;
}
.loginHolder{
	position:relative;
	width:500px;
	height: auto;
	float: right;
	margin: 0px 70px 30px 70px;
	background: rgba(238, 227, 209, 1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
    border: 2px solid #f7e1bb;
    padding: 30px 0px;
}

.LoginTitle{
	position: relative;
	width: 100%;
	height:auto;
	float: left;
	text-align:center;
	font-size:40px;
    color: var(--black);
	font-weight: 700;
	line-height:1;
	direction:rtl;
	margin: 30px 0px 30px 0px;
	padding: 0;
}

.LoginText{
	position: relative;
	width: 100%;
	height:auto;
	float: left;
	text-align:center;
	font-size: 28px;
    color: var(--black);
	font-weight: 400;
	line-height:1;
	direction:rtl;
	margin: 0px;
	padding: 0;
}
.LoginText a{
    font-weight: 700;
    color: var(--black);
    text-decoration: underline;
}

.loginPhone{
    position: relative;
    width: 400px;
    height: 50px;
    float: left;
    margin: 40px 50px;
}


.numHolder{
  	position: relative;
	width: 432px;
	height: 70px;
	float: right;
	margin: 30px 34px 30px 34px;
  
}
.inputd{
	position: relative;
	width: 50px;
	height: 70px;
	float: left;
	margin: 0px 10px 0px 10px;
	font-size: 34px;
	font-weight: normal;
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--gold);
	text-align: center;
	direction: auto;
	outline: 1;
	font-family: "Heebo",Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#smsSubmitT{
    opacity: 0.7;
}
#smsSubmit{
    opacity: 0;
}
#helpLink{
    margin: 50px 0px;
}
#resend{
    margin: 30px 0px;
}

/* login end */


#formTable{
	position:relative;
}


.catText {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	direction: rtl;

}


.inputType {
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: var(--black);
    border: 1px solid var(--gold);
    text-align: right;
    padding-right: 25px;
    box-sizing: border-box;
    background-color: var(--white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Heebo',Arial, Helvetica, sans-serif;
    direction: rtl;
}

.hpSubmit {
	position: relative;
    width: 320px;
    height: 70px;
	margin: 10px auto;
	background-color: var(--gold);
	font-size: 26px;
    font-weight: 600;
	color: var(--white);
    font-family: 'Heebo',Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:70px;
	dir: rtl;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-appearance: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	display: block;
}

.errors{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 3;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #F00!important;
    margin: 10px 0px 10px 0px;
}
/* header */
#overDiv{
	position: absolute;
	width: 640px;
	height: 1920px;
	left: 0px;
	top: 0px;
	z-index: 50;
	background: rgba(0,0,0,0.3);
	display: none;
    overflow-x: hidden;
}



.ticket{
	position: absolute;
	width: 70px;
	height: 100px;
	left: -5px;
    top: -10px;
	z-index:5;
	background-image: url("images/ticket.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
	display: block;
}

.logoHeader{
	position: absolute;
	width: 120px;
	height: 120px;
	left: 20px;
    top: 25px;
	z-index:5;
	background-image: url("images/logo.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
	display: block;
    border-radius: 50%;
    box-shadow:  0px 3px 8px 3px rgba(0, 0, 0, 0.4);
}

.HeaderTitle{
	position: absolute;
	width: 600px;
	height: 100px;
	left: 0px;
    top: 0px;
	text-align:center;
	font-size: 30px;
    color: var(--gold);
	font-weight: 700;
	line-height: 100px;
	direction:rtl;
	padding: 0;
}

#hamburger{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 25px;
	background-image: url("images/hamburger.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
}

#cartIC{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 70px;
	top: 25px;
	background-image: url("images/basket.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
}

#likeIC{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 135px;
	top: 25px;
	background-image: url("images/likes.webp");
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position:bottom right;
    z-index: 10;
}

.itemCount{
    position: absolute;
    width: 35px;
    height: 35px;
    left: -15px;
    top: 15px;
    z-index: 5;
    box-sizing: border-box;
    background-color: var(--white);
    border-radius: 50%;
 	text-align:center;
	font-size: 20px;
    color: var(--gold);
	font-weight: 500;
	line-height: 35px;
	direction:rtl;
   display: none;
}
#sideMenu{
	position: absolute;
	width: 290px;
	height: 920px;
	top: 0px;
	right: -300px;
	background-color: var(--white);
	z-index: 54;
    border-radius: 25px 0 0 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid var(--gold);
}
.menuClose{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 20px;
	top: 20px;
	z-index: 25;
	text-align: center;
	direction: rtl;
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
	color: var(--gold);
}
#UserData{
    position: relative;
    width: 260px;
    height: auto;
    float: right;
    margin: 60px 25px 15px 0px;
}
.userPic{
	position: relative;
    float: right;
    margin: 0px 0px 20px 10px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
    box-shadow: 2px 2px 4px 5px rgba(0, 0, 0, 0.15);
}
.upBig{
	width: 100px;
	height: 100px;
}
.upSmall{
	width: 56px;
	height: 56px;
}
#userName{
	position: relative;
	width: auto;
    white-space: nowrap;
	height: 56px;
    float: right;
    margin: 20px 0px 0px 0px;
	z-index: 1;
	text-align: right;
	direction: rtl;
	font-size: 26px;
	line-height: 56px;
	font-weight: 600;
	color: var(--black);
}
/*
#userName{
	position: relative;
	width: auto;
    white-space: nowrap;
	height: 26px;
    float: right;
    margin: 30px 0px 0px 0px;
	z-index: 1;
	text-align: right;
	direction: rtl;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	color: var(--black);
}
*/
#targetHolder{
    position: relative;
    width: 260px;
    height: auto;
    float: right;
    margin: 10px 25px 10px 0px;
}

.targetIcon{
	position: relative;
	width: 30px;
	height: 30px;
    float: right;
    margin: 0px 0px 0px 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
}
#trg{
	background-image: url("images/target.webp");
}
#str{
	background-image: url("images/stars.webp");
}
.trg{
	background-image: url("images/target.webp");
}
.str{
	background-image: url("images/stars.webp");
}
.pocket{
	background-image: url("images/gpocket2.webp");
}
.targetText{
	position: relative;
	width: auto;
	height: 30px;
    float: right;
    margin: 0px 0px 0px 10px;
	text-align: right;
	direction: rtl;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	color: var(--black);
}
.targetText span{
    color: var(--gold);
}
.modT{
	position: relative;
	width: auto;
	height: 30px;
    float: right;
    margin: 0px 0px 0px 10px;
	text-align: right;
	direction: rtl;
	font-size: 30px;
	line-height: 30px;
    color: #b06908;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));  
	font-weight: 700!important;
}
.menuIC{
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin: 15px 0px 15px 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
}
.cIC{
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 10px 15px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
}
.home{
	background-image: url("images/bhome.webp");
}
.profile{
	background-image: url("images/bprofile.webp");
}
.games{
	background-image: url("images/game.webp");
}
.discount{
	background-image: url("images/discount.webp");
}
.shops{
	background-image: url("images/bshops.webp");
}
.catalog{
	background-image: url("images/bbuy.webp");
}
.delivery{
	background-image: url("images/bdelivery.webp");
}
.preorder{
	background-image: url("images/preorder.webp");
}
.mylikes{
	background-image: url("images/blikes.webp");
}
.cart{
	background-image: url("images/bbasket.webp");
}
.present{
	background-image: url("images/bpresent.webp");
}
.bpresents{
	background-image: url("images/bpresents.webp");
}
.mail{
	background-image: url("images/bmail.webp");
}
.wa{
	background-image: url("images/wa.webp");
}
.ph{
	background-image: url("images/phone.webp");
}
.contact{
	background-image: url("images/contact2.webp");
}
.logout{
	background-image: url("images/blogout.webp");
}

.about{
	background-image: url("images/about.webp");
}

.menuHolder{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 10px 0px 40px 0px;
	border: none;
	border-top: 1px solid var(--gold);
}
.topMenuLink{
	position: relative;
	width: 270px;
	height: 60px;
	float: right;
	text-decoration: none;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 60px;
	text-align: right;
	direction: rtl;
	color: var(--black);
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	border: none;
	border-bottom: 1px dashed var(--gold);
}

.menuOff{
	background-color: var(--white);
	font-weight: 400;
}
.menuOn{
	background: rgba(240,226,204,0.7);
	font-weight: 700;
}
/* selfy*/
.profPicHolder{
	position: relative;
	width: 120px;
	height: 120px;
    float: right;
    margin: 20px 260px 40px 260px;    
}
#profilePic{
	position: relative;
	width: 120px;
	height: 120px;
    float: right;
    margin: 0;
    border: 2px solid var(--gold);
    border-radius: 50%;
    overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
    box-shadow: 2px 2px 4px 5px rgba(0, 0, 0, 0.15);
}
.picEdit{
    position: absolute;
    width: 43px;
    height: 43px;
    right: -15px;
    top: 50px;
    z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
    background-image: url('images/pic_edit.webp');
}


.smile{
    position: relative;
    width: 34px;
    height: 34px;
    float: right;
    margin: 0px 15px 0px 15px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
    background-image: url('images/smile.webp');
}

.skip{
	position: relative;
	width: 100%;
	height:auto;
	float: left;
	text-align:center;
	font-size: 28px;
    color: var(--black);
	font-weight: 700;
	line-height:1;
	direction:rtl;
	margin: 30px 0px;
	padding: 0;
    text-decoration: none;
}
.skip a{
    font-weight: 700;
    color: var(--black);
    text-decoration: none;
}
/* profile */
.formHolder{
    position: relative;
    width: 560px;
    height: auto;
    float: right;
    margin: 40px;
}

.hrSpacerBlue{
	position: relative;
	width: 100%;
	height: 2px;
	float: right;
	margin: 35px 0px;
	background-color: #316ba7;
}
/* the shops */
.shopIcon{
    position: relative;
    width: 150px;
    height: 125px;
    float: right;
    margin: 0px 0px 0px 15px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
}
.icVIP{
    background-image: url('images/the_shop_vip.webp');
}
.icReg{
    background-image: url('images/bthe_shop.webp');
}
.shopData{
    position: relative;
    width: 390px;
    height: auto;
    float: right;
    margin: 0px;
}

.shopName{
    position: relative;
    width: 390px;
    height: auto;
    float: right;
    margin: 10px 0px 15px 0px;
	text-align:right;
	font-size: 28px;
    color: var(--black);
	font-weight: 700;
	line-height:1;
	direction:rtl;
}
.shopName span{
    font-weight: 400;
    font-size: 24px;
}
.shopAddress{
    position: relative;
    width: 390px;
    height: 30px;
    float: right;
    margin: 0px 0px 15px 0px;
	text-align:right;
	font-size: 26px;
    color: var(--black);
	font-weight: 400;
	line-height:30px;
	direction:rtl;
}
.navIcon{
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin: 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
    background-image: url('images/nav.webp');
}
.shopBtn {
	position: relative;
    width: auto;
    height: 40px;
    float: right;
    padding: 0px 0px 0px 15px;
	margin: 10px 0px 10px 10px;
	font-size: 20px;
    font-weight: 400;
	color: var(--white);
	text-align:center;
	line-height:40px;
	dir: rtl;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	display: block;
}
.resB{
    background-color: #333846;
}
.editB{
	background-color: var(--gold);
}
.newB{
	background-color: var(--green);
}
.shopIC{
    position: relative;
    width: 50px;
    height: 30px;
    float: right;
    margin: 5px 0px 5px 10px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position:right 15px top;
}
.edit{
	background-image: url("images/wpencil.webp");
}
.reserv{
	background-image: url("images/wbuy.webp");
}
.newres{
	background-image: url("images/wbasket.webp");
}

.formBtn {
	position: relative;
    width: 250px;
    height: 50px;
	margin: 10px 0px;
	font-size: 24px;
    font-weight: 400;
	color: var(--white);
	text-align:center;
	line-height:50px;
	dir: rtl;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	display: block;
}
.saveB{
   float: left;
   background-color: var(--gold);
}
.backB{
   float: right; 
    background-color: var(--red);
}
/* homepage content */
.content{
	position: relative;
	width: 560px;
	height: auto;
	float: left;
	margin: 30px 40px 30px 40px;
	z-index: 2;
}

#mainVideo{
    position: relative;
	width: 560px;
	height: 560px;
	float: left;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}

#mainBanner{
    position: relative;
	width: 560px;
	height: 230px;
	float: left;
    margin: 25px 0px;
    overflow: hidden;
    border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
}

#userNameBig{
	position: relative;
	width: auto;
    white-space: nowrap;
	height: 30px;
    float: right;
    margin: 70px 0px 20px 0px;
	z-index: 1;
	text-align: right;
	direction: rtl;
	font-size: 36px;
	line-height: 30px;
	font-weight: 700;
	color: var(--black);
    
}
.userLevel{
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
    color: var(--red);
    text-decoration: underline;
    /*border: 4px solid var(--gold);*/
    /*text-transform: uppercase;*/
    /*box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
}
#userLevel{
	position: relative;
	width: auto;
    white-space: nowrap;
	height: 30px;
    float: right;
    margin: 62px 20px 20px 20px;
	z-index: 1;
	text-align: center;
	direction: rtl;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
    padding: 0px 25px;
    /*border: 4px solid var(--gold);*/
    text-transform: uppercase;
    /*box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
}
.pro{
    color: var(--black);

}
.master{
    color: var(--red);
}
.legend{
    color: var(--red);
}

#LevelPopup {
    position: fixed;
    top: 130px;
    left: 40px;
    width: 560px;
    height: auto;
    overflow: hidden;
    background: var(--white);
    border-radius: 15px;
    z-index: 9999;
    display: none;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    padding: 0px 0px 30px 0px;
}

/* charts */
/* === Personal Chart Styles === */

.chartBoxPersonal {
    position: relative;
    width: 90%;
    max-width: 400px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    margin: 15px auto;
}

.chartBoxTitle {
    position: relative;
    width: 100%;
    text-align: center;
    direction: rtl;
    font-size: 26px!important;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: var(--gold);
}

.chartWrapperPersonal {
    position: relative;
    width: 100%;
    height: 200px;
}



.legendItem {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
}

.legendColor {
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.legendColor.currentYear {
    background-color: #c59a50;
}

.legendColor.lastYear {
    background-color: #454459;
}

/* === Two Charts Side by Side === */

.chartsRow {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.chartBoxSmall {
    position: relative;
    width: 45%;
    max-width: 240px;
    min-width: 150px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 12px;
}

.chartBoxSmall h3 {
    position: relative;
    width: 100%;
    text-align: center;
    direction: rtl;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: var(--gold);
}

.chartWrapperSmall {
    position: relative;
    width: 100%;
    height: 150px;
}

.chartLegend {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    direction: rtl;
}




.changeIndicator {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
    padding: 4px 8px;
    border-radius: 10px;
}

.changeIndicator.up {
    color: #2e7d32;
    background-color: rgba(46, 125, 50, 0.1);
}

.changeIndicator.down {
    color: #c62828;
    background-color: rgba(198, 40, 40, 0.1);
}

.simulatedNote {
    text-align: center;
    font-size: 16px;
    color: var(--black);
    margin-top: 10px;
}
/* charts end */
.sliderHolder{
    position: relative;
    width: 560px;
    height: 40px;
    float: right;
    margin: 10px 0px;
    /*overflow: hidden;*/
    border-radius: 20px;
    background-color: var(--black);
}

.nmondialIcon{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 25px;
    top: -5px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
    background-image: url('images/ball.webp');
    z-index: 25;
}

.sliderFinal{
    position: relative;
    width: 560px;
    height: 40px;
    float: right;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--gold);
    z-index: 2;
}
.sliderText{
    position: absolute;
    width: auto;
    height: 40px;
    top: 0px;
    color: var(--white);
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
    z-index: 5;
}

.perHolder{
	direction: ltr;
    left: 20px;
 	text-align: left;
}

.pointHolder{
	direction: rtl;
    right: 20px;
 	text-align: right;
}

/* banners */
.bannersHolder{
    position: relative;
    width: 560px;
    height: 230px;
    float: left;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}
.banner{
    position: absolute;
    width: 560px;
    height: 230px;
    top: 0px;
    right: -560px;
    z-index: 1;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
}

.bannerText{
	position: absolute;
	width: 100%;
	height:auto;
	left: 0px;
    bottom: 15px;
	text-align:center;
	font-size: 20px;
    color: var(--white);
	font-weight: 400;
	line-height:1;
	direction:rtl;
	margin: 0px;
	padding: 0;
}


.banner.active {
    z-index: 3;
}
.banner.incoming {
    z-index: 4;
}

#bn1{
    right: 0px;
}

.bulletsHolder{
    position: relative;
    width: 100%;
    height: 15px;
    float: left;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}
.bullet{
    position: relative;
    width: 15px;
    height: 15px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    margin: 0px 5px;
}
.bOff{
    background-color: var(--white);
}
.bOn{
    background-color: var(--gold);
}
h2 {
	position: relative;
	width: 100%;
	height: 80px;
	float: right;
	text-align: center;
	direction: rtl;
	font-size: 34px;
	line-height: 80px;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
	color: var(--bege);
    background-color: var(--black);
}
#personal{
      /*border-bottom: 4px dotted var(--gold);
      border-bottom: 2px solid var(--gold);*/
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
    background-color: var(--bege);
  
}
/* homepage product */
.productHolder{
    position: relative;
    float: right;
    width: 260px;
    height: auto;
    margin: 20px 10px;
}
.prodData{
    position: relative;
    float: right;
    width: 100%;
    height: 100px;
    margin: 0;
}
.productItem{
    position: relative;
    float: right;
    width: 256px;
    height: auto;
    margin: 0;
    border: 2px solid var(--gold);
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--white);
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.aboutItem{
    position: relative;
    float: right;
    width: 520px;
    height: auto;
    margin: 0px 0px 40px 0px;
    border: 2px solid var(--gold);
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--white);
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px;
}
.aboutText{
    position: relative;
    width: 100%;
    height: auto;
    float: right;
    margin: 20px 10px;
    color: var(--black);
	font-size: 30px;
	line-height: 1.1;
	font-weight: 400;
    z-index: 5;
    direction: rtl;
    text-align: right;
}

.aboutBrand{
    position: relative;
    float: right;
    width: 200px;
    height: 100px;
    margin: 10px 170px 0px 170px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.prodClick{
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.prodPic{
    position: relative;
    float: right;
    width: 150px;
    height: 260px;
    margin: 0px 53px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
.prodBrand{
    position: relative;
    float: right;
    width: 100px;
    height: 50px;
    margin: 10px 78px 0px 78px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.errorText {
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	text-align: center;
	direction: rtl;
	font-size: 26px;
	line-height: 1;
	font-weight: 500;
	margin: 60px 0px;
	color: #F00;
}

.prodSpacer{
    position: relative;
    float: right;
    width: 100%;
    height: 20px;
    margin: 0px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
    background-image: url("images/spacer.webp");
}
.iconsHolder{
    position: relative;
    width: 210px;
    height: 50px;
    margin: 0px 23px 20px 23px;
    float: right;
}
.prIcon{
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    margin: 0px 10px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
    
}

.prodName{
    position: relative;
    width: 240px;
    height: auto;
    float: right;
    margin: 20px 10px;
    color: var(--black);
	font-size: 24px;
	line-height: 1.1;
	font-weight: 400;
    z-index: 5;
    direction: rtl;
    text-align: center;
}
.cartBtn{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid var(--gold);
    background-color: var(--bege);
	text-align: center;
	direction: ltr;
	font-size: 28px;
	line-height: 50px;
	font-weight: 500;
	color: var(--black);
}   

.cartPlus{
    margin: 0px 25px 0px 0px;
    float: right;
}

.cartMinus{
    margin: 0px 0px 0px 25px;
     float: right;
}
.cartAmount{
    position: relative;
    width: 80px;
    height: 50px;
    float: right;
    margin: 0px 9px;
    border-radius: 5px;
    border: 2px solid var(--gold);
    background-color: var(--white);
	text-align: center;
	direction: ltr;
	font-size: 24px;
	line-height: 50px;
	font-weight: 500;
	color: var(--black);
}

.add2cart{
    position: relative;
    width: 205px;
    height: 50px;
    float: right;
    margin: 5px 25px;
    border-radius: 5px;
    border: 2px solid var(--gold);
    background-color: var(--red);
	text-align: center;
	direction: rtl;
	font-size: 22px;
	line-height: 50px;
	font-weight: 500;
	color: var(--white);
    text-decoration: none;
}
.add2cart a{
	color: var(--white);
    text-decoration: none;
}

.likeIC{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
    z-index: 5;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
    background-image: url("images/likes.webp");
    border-radius: 50%;
    background-color: var(--white);
}
.bigBtn {
	position: relative;
    width: 100%;
    height: 70px;
	margin: 10px auto 30px auto;
	background-color: var(--gold);
	font-size: 26px;
    font-weight: 600;
	color: var(--white);
	text-align:center;
	line-height:70px;
	dir: rtl;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-appearance: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	display: block;
}
.dropDown{
    position: absolute;
    width: 100%;
    height: 0px;
    right: 0px;
    top: 50px;
    z-index: 25;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.dropDown2{
    position: absolute;
    width: 270px;
    height: 0px;
    right: 0px;
    top: 50px;
    z-index: 25;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.logoFilters{
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    margin: 20px 0px 20px 0px;
    background-color: var(--white);
    z-index: 125px;
    overflow: hidden;
    /*border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);*/
}
.logoItemCancel{
    position: relative;
    float: right;
    margin: 0px 0px 0px 0px;
    width: 50px;
    height: 60px;
    border-left: 2px dashed var(--gold);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
    background-image: url('images/bcancel.webp');
}

.logoItem{
    position: relative;
    float: right;
    margin: 0;
    width: 114px;
    height: 60px;
    border-left: 2px dashed var(--gold);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
.logoItem:last-child {
    border-left: none;
}

.filtersHolder{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    margin: 0px 0px 20px 0px;
    background-color: var(--white);
    z-index: 125px;
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
}

.filterIcon{
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    margin: 0px 10px 0px 0px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
    background-image: url('images/gfilter.webp');
}
.selectItem{
    position: relative;
    width: 100%;
    height: 60px;
    float: right;
    margin: 0;
    border: none;
    border-top: 2px dashed var(--gold);
    border-left: 2px solid var(--gold);
    border-right: 2px solid var(--gold);
    background-color: var(--white);
}
.selectItem:last-child {
    border-bottom: none;
}
.filterOn{
    background-image: url('images/pixel.gif')!important;   
    background-color: var(--bege);
}
.filterOff{
    background-image: url('images/select.png');
    background-color: var(--white);
}
.filterHolder{
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    margin: 5px 10px 0px 5px;
    border: none;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
 .filterName{
    position: relative;
    width: auto;
    height: 60px;
    float: right;
     white-space: nowrap;
    margin: 0;
    border: none;
    text-align: right;
    direction: rtl;
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
}
 .filterName2{
    position: relative;
    width: 200px;
    height: 60px;
    float: right;
    margin: 0;
    border: none;
    text-align: right;
    direction: rtl;
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
}



.selectContainer{
    position: relative;
    height: 50px;
    float: right;
    margin: 0;
    border: none;
    border-right: 2px dashed var(--gold);
    text-align: center;
    direction: rtl;
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left top;
    z-index: 25;
}
.selectContainer:last-child {
    /*border-left: 2px dashed var(--gold);*/
}
#cont1{
    width: 180px;
}
#cont2{
    width: 234px;
}
#cont3{
    width: 160px;
}
 .selectContainerText{
    position: relative;
    width: 100%;
    height: 50px;
    float: right;
    margin: 0;
    border: none;
    text-align: center;
    direction: rtl;
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
     overflow: hidden;
}
/* main product */
.mainProdHolder{
    position: relative;
    width: 100%;
    height: 570px;
    float: left;
    margin: 0px;
 	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: left top;
    background-image: url('images/grey_bg.webp');
    overflow: hidden;
   
}
.MainProdPic{
    position: absolute;
    width: 280px;
    height: 446px;
    top: 15px;
    left: -10px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
    z-index:3;
}

.MainProdPicMirrow{
    position: absolute;
    width: 280px;
    height: 446px;
    top: 451px;
    left: -10px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    z-index: 2;
    transform: scaleY(-1);
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.15) 0%, transparent 50%);
    mask-image: linear-gradient(to top, rgba(0,0,0,0.15) 0%, transparent 50%);
}

.prodDataHolder{
    position: absolute;
    width: 330px;
    height: auto;
    right: 40px;
    top: 78px;
    z-index: 25;
}
.MainBrand{
    position: relative;
    width: 100%;
    height: auto;
    float: right;
    white-space: nowrap;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
 	text-align: right;
	direction: ltr;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	color: var(--black);
}
.MainProdName{
    position: relative;
    width: 100%;
    height: auto;
    float: right;
    margin: 0px 0px 10px 0px;
 	text-align: right;
	direction: rtl;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	color: var(--black);
}
.MainProdText{
    position: relative;
    width: 100%;
    height: auto;
    float: right;
    margin: 0px 0px 10px 0px;
 	text-align: right;
	direction: rtl;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	color: var(--black);
}

.prifecesHolder{
    position: absolute;
    width: 100%;
    height: 50px;
    right: 0px;
    top: 300px;
    z-index: 5;
}

.prIconMain{
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0px 10px 0px 10px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.MainProdPrice{
    position: relative;
    width: auto;
    height: 50px;
    float: right;
    margin: 0px;
 	text-align: right;
	direction: rtl;
	font-size: 26px;
	line-height: 50px;
	font-weight: 700;
	color: var(--black);
}

.cartDataHolder{
    position: absolute;
    width: 100%;
    height: 30px;
    right: 0px;
    top: 360px;
    z-index: 5;
}
#appNotification {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--gold);
    color: var(--white);
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-align: center;
    min-width: 150px;
}
#cartNotification {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--gold);
    color: var(--white);
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-align: center;
    min-width: 150px;
}

.add2cart.inCart {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}
#itemCount:empty,
#itemLike:empty {
    display: none;
}
#itemCount {
    transition: transform 0.3s ease;
}

@keyframes bump {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.itemCount.bump {
    animation: bump 0.3s ease;
}

/* presents */
.presentsHolder{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	padding: 20px 0px 50px 0px;
	background-color: var(--bege);
    
}
.presentHolder{
    position: relative;
    float: right;
    width: 240px;
    height: 400px;
    margin: 20px 20px;

}
.presentPic{
    position: relative;
    float: right;
    width: 236px;
    height: 236px;
    margin: 0;
    border: 2px solid var(--gold);
    border-radius: 20px;
    background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.noresult{
    position: relative;
    width: 100%;
    height: 500px;
    float: left;
    margin: 0;
}
.prodCategory{
    position: absolute;
    width: auto;
    height: auto;
    white-space: nowrap;
    right: 1px;
    top: 1px;
    background-color: var(--gold);
	text-align: right;
	direction: rtl;
    padding: 5px 15px;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	color: var(--white);
    z-index: 15;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 2px 2px 4px 5px rgba(0, 0, 0, 0.15);
}
.productName{
    position: relative;
    width: 240px;
    height: auto;
    float: right;
    margin: 50px 10px 20px 10px;
    color: var(--black);
	font-size: 24px;
	line-height: 1.1;
	font-weight: 400;
    z-index: 5;
    direction: rtl;
    text-align: center;
}
.prodPrice{
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0px;
    top: 220px;
    background-color: var(--red);
    z-index: 25;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.market{
    position: absolute;
    width: 70%;
    height: 30px;
    padding: 10px 0px 10px 0px;
    left: 10px;
    top: 0px;
    color: var(--white);
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
    z-index: 5;
    direction: rtl;
    text-align: left;

}
.rPrice{
    position: absolute;
    width: 70%;
    height: 30px;
    padding: 10px 0px 10px 0px;
    right: 10px;
    top: 0px;
    color: var(--white);
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
    z-index: 5;
    direction: rtl;
    text-align: right;

}

.strikethrough {
    position: relative;
    display: inline-block;
}
.strikethrough:before {
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: inherit;
    color: var(--white);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

.filters{
    position: relative;
    width: 100%;
    height: 50px;
    float: left;
    background-color: var(--white);
     box-shadow: 2px 2px 4px 5px rgba(0, 0, 0, 0.15);
   
}
.wrapperH{
    position: relative;
    width: 319px;
    height: 50px;
    float: right;
    margin: 0px;
}
.goldSpacer{
    position: relative;
    width: 2px;
    height: 50px;
    float: right;
    margin: 0;
    background-color: var(--gold);
}
.presSelect{
    position: relative;
    width: 260px;
    height: 50px;
    font-size: 24px;
    color: var(--black);
    border: 1px solid var(--gold);
    text-align: right;
    padding-right: 25px;
    box-sizing: border-box;
    background-color: var(--white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Heebo',Arial, Helvetica, sans-serif;
    direction: rtl;
    margin: 0px 0px 25px 0px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;	
	background-image: url('images/select.png');
}
/* contact */

.SelerPicHolder{
	position: relative;
	width: 120px;
	height: 120px;
    float: right;
    margin: 20px 260px 40px 260px;    
}
.SelerPic{
	position: relative;
	width: 120px;
	height: 120px;
    float: right;
    margin: 0;
    border: 2px solid var(--gold);
    border-radius: 50%;
    overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
    box-shadow: 2px 2px 4px 5px rgba(0, 0, 0, 0.15);
}
.logoContact{
	position: relative;
	width: 120px;
	height: 120px;
    float: left;
    margin: 40px 260px 40px 260px;        
	z-index:5;
	background-image: url("images/logo.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:right top;
	display: block;
    border-radius: 50%;
    box-shadow:  0px 3px 8px 3px rgba(0, 0, 0, 0.4);
}

/* more */
h3 {
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	text-align: center;
	direction: rtl;
	font-size: 26px;
	line-height: 1;
	font-weight: 500;
	margin: 20px 0px 0px 0px;
	color: var(--red);
}

.levelText {
	position: relative;
	width: 520px;
	height: auto;
	float: right;
	text-align: right;
	direction: rtl;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 400;
	margin: 10px 20px;
	color: var(--black);
}

.regText {
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
	direction: rtl;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 400;
	margin: 10px 0px;
	color: var(--black);
}
.regText span{
	font-size: 40px;
}
.regText a{
	color: var(--black)!important;
}

.hrSpacer{
	position: relative;
	width: 100%;
	height: 2px;
	float: right;
	margin: 35px 0px;
	background-color: var(--gold);
}
.error {
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	text-align: center;
	direction: rtl;
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	margin: 10px 0px;
	color: #F00;
}

.boxHolder{
	position: relative;
	width: 560px;
	height: auto;
	float: right;
	margin: 25px 20px;
	padding: 0px 20px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	border-radius: 10px;
	overflow: hidden;
	
}

.rotated { 
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cityHolder{
    position: relative;
    width: 260px;
    height: 50px;
    float: right;
    margin: 0px 0px 25px 0px;
}

.inputText {
    position: relative;
    width: 260px;
    height: 50px;
    font-size: 20px;
    color: var(--black);
    border: 1px solid var(--gold);
    text-align: right;
    padding-right: 25px;
    box-sizing: border-box;
    background-color: var(--white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Heebo',Arial, Helvetica, sans-serif;
    direction: rtl;
    margin: 0px 0px 25px 0px;
}
.inR{
    float: right;
}
.inL{
    float: left;
}
.inputSelect{
    position: relative;
    width: 260px;
    height: 50px;
    font-size: 24px;
    color: var(--black);
    border: 1px solid var(--gold);
    text-align: right;
    padding-right: 25px;
    box-sizing: border-box;
    background-color: var(--white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Heebo',Arial, Helvetica, sans-serif;
    direction: rtl;
    margin: 0px 0px 25px 0px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;	
	background-image: url('images/select.png');
}
.calendar{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;	
	background-image: url('images/calendar.webp');
}

.ch{
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin: 0px 0px 25px 15px;
	z-index: 3;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--gold);
}

.chLabel{
	position: relative;
	width: 500px;
	height: auto;
	float: right;
	z-index: 3;
	direction: rtl;
	text-align: right;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: var(--black);
	margin: 0px 0px 25px 0px;
}
.chLabel a{
	color: var(--black);
}

.inputTextarea {
	position: relative;
	width: 520px;
	height: 250px;
	float: left;
	font-size: 26px;
	color: #000000;
	text-align: right;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #72b9e5;
	dir: rtl;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 20px 20px 20px!important;
	margin-bottom: 20px!important;
}

.shadowEff{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	
}


.wrapperC{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
    display: flex;
	margin: 0;
	padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
}
.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}
.space10{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.nicEdit-main{
	position: relative;
	width: 520px;
	height: 250px;
	margin: 0 auto;
	font-size: 26px;
	color: #000000;
	text-align: right;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
	dir: rtl;
	padding: 20px 20px 20px 20px!important;
}


/* כפתורי בחירת תקופה בגרף */
.periodSelectorMini {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.periodBtnMini {
    padding: 6px 12px;
    border-radius: 15px;
    font-family: 'Heebo', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #c59a50;
    color: #17181a;
    background: #fff;
    cursor: pointer;
}
.periodBtnMini:hover {
    background: #c59a50;
    color: #fff;
}
.periodBtnMini.active {
    background: #8b1e3f;
    border-color: #8b1e3f;
    color: #fff;
}

/* orders */

.shopInfoBox {
    background: linear-gradient(135deg, #8b1e3f 0%, #5a1428 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.shopInfoBox h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
}
.shopInfoBox p {
    margin: 5px 0;
    font-size: 16px;
}
.ordersTable {
    width: 100%;
    float: left;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 25px 0px;
}
.ordersTable th {
    background-color: #8b1e3f;
    color: white;
    padding: 10px 5px;
    text-align: center;
    font-size: 22px;
}
.ordersTable td {
    padding: 5px 5px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 22px;
}
.ordersTable tr:hover {
    background-color: #f9f9f9;
}
.orderRow {
    cursor: pointer;
}
.orderDetails {
    display: none;
    background-color: #fafafa;
}
.orderDetails td {
    padding: 10px 5px;
}
.detailsTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.detailsTable th {
    background-color: var(--gold);
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 22px;
}
.detailsTable td {
    border: 1px solid #ddd;
    padding: 10px 5px;
    text-align: center;
    font-size: 22px;
}
.toggleIcon {
    font-size: 22px;
    color: var(--red);
    font-weight: bold;
}
.backBtn {
    display: inline-block;
    background: #c59a50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 15px;
}
.backBtn:hover {
    background: #a88340;
}
.totalRow {
    background-color: #f0f0f0;
    font-weight: bold;
}
.noOrders {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 18px;
}
.paging {
    text-align: center;
    padding: 15px;
    margin: 10px 0;
}
.paging a {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    background: #8b1e3f;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.paging a:hover {
    background: #5a1428;
}
.paging span {
    padding: 8px 15px;
    color: #666;
}

.newResrvBtn {
	position: relative;
    width: 60%;
    height: 40px;
	margin: 10px auto 30px auto;
	background-color: var(--green);
	font-size: 26px;
    font-weight: 600;
	color: var(--white);
	text-align:right;
    text-indent: 70px;
	line-height:40px;
	dir: rtl;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-appearance: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	display: block;
}

.gameShops{
	position: relative;
	width: 440px;
	height: auto;
	float: right;
	margin: 0px 100px;
	padding: 0;
}
