.box{
  width:95%;
  float:right;
  background-color:white; 
  margin:25px 15px;
  border-radius:5px;
}
.box h3{
  font-family: 'Didact Gothic', sans-serif;
  font-weight:normal;
  text-align:center;
  padding-top:60px;
  color:#fff;
}
.box1{
  background-color: #EBA39E;
}
.box2{
  background-color: #EDE89A;
}
.box3{
  background-color: #9EEBA1;
}
.box4{
  background-color: #9EEBBF;
}
.box5{
  background-color: #9ED9EB;
}
.box6{
  background-color: #9EB3EB;
}
.box7{
  background-color: #DB9EEB;
}
.box8{
  background-color: #C49EEB;
}
.shadow1, .shadow2, .shadow3,.shadow4,.shadow5,.shadow6,.shadow7,.shadow8{
  position:relative;
}
.shadow1,.shadow2,.shadow3,.shadow4,.shadow5,.shadow6,.shadow7,.shadow8{
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
/*****************************************************************dashed border
****************************************************************/
.shadow1 h3, .shadow2 h3, .shadow3 h3, .shadow4 h3, .shadow5 h3, .shadow6 h3, .shadow7 h3, .shadow8 h3{
  width:87%;
  height:100px;
  margin-right:6%;
  border:2px dashed #F7EEEE;
  border-radius:5px;
}
/****************************************************************
*styling shadows
****************************************************************/
.shadow1:before, .shadow1:after{
  position:absolute;
  content:"";
  bottom:12px;left:15px;top:80%;
  width:45%;
  background:#9B7468;
  z-index:-1;
  -webkit-box-shadow: 0 20px 15px #9B7468;
  -moz-box-shadow: 0 20px 15px #9B7468;
  box-shadow: 0 20px 15px #9B7468;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow1:after{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;left: auto;
}
.shadow2:before{
  position:absolute;
  content:"";
  width:80%;
  top:140px;bottom:15px;left:30px;
  background-color:#9F8641;
  z-index:-1;
  -webkit-box-shadow:0 23px 17px 0 #9F8641;
  -moz-box-shadow:0 23px 17px 0 #9F8641;
  box-shadow: 0 23px 17px 0 #9F8641;
  -webkit-transform:rotate(-4deg);
  -moz-transform:rotate(-4deg);
  transform:rotate(-4deg);
}
.shadow3:before, .shadow3:after{
  content:"";
  position:absolute;
  bottom:0;top:2px;left:15px;right:15px;
  z-index:-1;
  border-radius:100px/30px;
 -webkit-box-shadow:0 0 30px 2px #479F41;
  -moz-box-shadow:0 0 30px 2px #479F41;
  box-shadow: 0 0 30px 2px #479F41;
}
.shadow4:before, .shadow4:after{
  position:absolute;
  content:"";
  top:14px;bottom:14px;left:0;right:0;
  box-shadow:0 0 25px 3px #548E7F;
  border-radius:100px/10px;
  z-index:-1;
}
.shadow5:before, .shadow5:after{
  position:absolute;
  content:"";
  box-shadow:0 10px 25px 20px #518C96;
  top:40px;left:10px;bottom:50px;
  width:15%;
  z-index:-1;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.shadow5:after{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;left: auto;
}
.shadow6:before, .shadow6:after{
  position:absolute;
  content:"";
  top:100px;bottom:5px;left:30px;right:30px;
  z-index:-1;
  box-shadow:0 0 40px 13px #486685;
  border-radius:100px/20px; 
}
.shadow7:before, .shadow7:after{
  position:absolute;
  content:"1";
  top:25px;left:20px;bottom:150px;
  width:80%;
  z-index:-1;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow7:before{
  box-shadow:10px -10px 30px 15px #984D8E;
}
.shadow7:after{
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  transform: rotate(7deg);
  bottom: 25px;top: auto;
  box-shadow:10px 10px 30px 15px #984D8E;
}
.shadow8{
  box-shadow:
 -6px -6px 8px -4px rgba(250,254,118,0.75),
  6px -6px 8px -4px rgba(254,159,50,0.75),
  6px 6px 8px -4px rgba(255,255,0,0.75),
  6px 6px 8px -4px rgba(0,0,255,2.75);
}

.pagination{height:40px;margin:20px 0}
.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}
.pagination li{display:inline}
.pagination a,.pagination span{float:left;padding:0 14px;line-height:38px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}
.pagination a:hover,.pagination .active a,.pagination .active span{background-color:#f5f5f5}
.pagination .active a,.pagination .active span{color:#999;cursor:default}
.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{color:#999;cursor:default;background-color:transparent}
.pagination li:first-child a,.pagination li:first-child span{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}
.pagination li:last-child a,.pagination li:last-child span{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}
.pagination-centered{text-align:center}.pagination-right{text-align:right}.pager{margin:20px 0;text-align:center;list-style:none;*zoom:1}

.td_invitefoDR{
    border-bottom:1px dashed #FFFFFF;
    padding-bottom:3px;
     padding-top:3px;
    
}
.td_note_title_select{
    width:100%;
    border:1px solid #FFFFFF;
    border-left:none;
    margin-top:5px;
    background-color:#27AABD;
     color:#FFFFFF;
     font-size:14px;
     font-family:yekan,'yekan',tahoma;
}

.td_note_title{
    width:100%;
    border:1px solid #FFFFFF;
    border-left:none;
    margin-top:5px;
    background-color:#70B5BF;
     color:#FFFFFF;
     font-size:14px;
     padding-right:3px;
     font-family:yekan,'yekan',tahoma;
     cursor:pointer;
}

   
.buttonBuyBacket_Fixed {
    color: white;
    padding-left: 35px;
    padding-right: 5px;
    float:left;
    margin-left:-30px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
   color: white;
    cursor:pointer;
    border-radius: 2px;
    z-index:500;
    position:absolute;
    margin-top:10px;
    left:0px
}

.buttonBuyBacket_Fixed:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    margin-left:-5px;
    cursor:pointer;
}

.button_alertlogin {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    color: black;
    border: 2px solid #f44336;
}

.button_alertlogin:hover {
    background-color: #f44336;
    color: white;
}
.btn_red{
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border: 1px solid #FFFFFF;
    background-color: #f44336;
    color: white;
}
.pointer{
    cursor:pointer;
}
.modalPOPUP {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    z-index:1000;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalPOPUP-content {
    position: relative;
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    bottom:20px;
    margin-right:auto;
    margin-left:auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.closePOPUP {
    color: white;
    float: right;
    font-size: 15px;
    font-weight: bold;
}

.closePOPUP:hover,
.closePOPUP:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modalPOPUP-header {
    padding: 2px 5px;
    background-color: #5cb85c;
    color: white;
}

.modalPOPUP-body {
    padding: 2px 16px;
    font-size:12px;
    text-align:right;
}

.modalPOPUP-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.PayDiv{
    margin-right:50px;
    margin-top:100px;
    text-align:center;
    font-size:10pt !important;
    border: 5px #2F9969 dashed;
    width: 600px;
    margin: 0 auto;
    background-color: #2EB088;
    padding: 10px;
  }
  .head{
    background-color:#05B98A;
  }
  .product{
    background-color:#EF8743;
  }
  .product2{
    background-color: #3C80BE;
  }
  .digit{
    font-size: 16px !important;
    font-weight: bold;
  }
  .cost{
    background-color:rgb(42,157,140);
  }

.td_blue_title{
     background-color:#00C4CF;
     color:#FFFFFF;
     font-size:14px;
     font-family:yekan,'yekan',tahoma;
}
.td_blue_data{
     background-color:#27AABD;
     color:#FFFFFF;
     font-size:14px;
     font-family:yekan,'yekan',tahoma;
    
}
.td_green_title{
    background-color:#18C89D;
     color:#FFFFFF;
     font-size:14px;
     font-family:yekan,'yekan',tahoma;
}
.td_green_data{
   padding:5px;
    background-color:#2BA781;
     color:#FFFFFF;
     font-size:14px;
     font-family:yekan,'yekan',tahoma;
}


.transparent_JK{
  background:#808080;
  opacity:0.8;
filter: alpha(opacity=80);
}
.td-green{
    background-color:#18C89D;
     color:#FFFFFF;
     font-size:14px;
     font-family:yekan,'yekan',tahoma;
}
.td-green2{
   padding:5px;
    background-color:#2BA781;
     color:#FFFFFF;
     font-size:14px;
     font-family:yekan,'yekan',tahoma;
}

.td-blue{
   padding:5px;
    background-color:#579AB0;
}
.td-blue2{
   padding:5px;
    background-color:#00B2C5;
    
}
.ShopDiv{
  width:900px;
  margin-right:50px;
}
.withe{
    color:#FFFFFF;
}
.withe12{
     color:#FFFFFF;
     font-size:14px;
     font-family:yekan,'yekan',tahoma;
}
  .head{
    background-color:#05B98A;
    color:#FFFFFF;
  }
  .product{
    background-color:rgb(246,174,26);
  }
  .product2{
    background-color: rgb(203,90,115);
  }
  .digit{
    font-size: 16px !important;
    font-weight: bold;
  }
.cell{
   height: 150px;
   width: 300px
}
.btn_login_JK {
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    text-align:center;
    -webkit-border-radius: 10px;
    
    -webkit-box-shadow: 
        0px 3px rgba(128,128,128,1), /* gradient effects */
        0px 4px rgba(118,118,118,1),
        0px 5px rgba(108,108,108,1),
        0px 6px rgba(98,98,98,1),
        0px 7px rgba(88,88,88,1),
        0px 8px rgba(78,78,78,1),
        0px 14px 6px -1px rgba(128,128,128,1); /* shadow */
    
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
} 

.btn_login_JK span {
background-color: #E8E8E8;

background-image: 
/* gloss gradient */
-webkit-gradient(
    linear, 
    left bottom, 
    left top, 
    color-stop(50%,rgba(255,255,255,0)), 
    color-stop(50%,rgba(255,255,255,0.3)), 
    color-stop(100%,rgba(255,255,255,0.2))),

/* dark outside gradient */
-webkit-gradient(
    linear, 
    left top, 
    right top, 
    color-stop(0%,rgba(210,210,210,0.3)), 
    color-stop(20%,rgba(210,210,210,0)), 
    color-stop(80%,rgba(210,210,210,0)), 
    color-stop(100%,rgba(210,210,210,0.3))),

/* light inner gradient */
-webkit-gradient(
    linear, 
    left top, 
    right top, 
    color-stop(0%,rgba(255,255,255,0)), 
    color-stop(20%,rgba(255,255,255,0.5)), 
    color-stop(80%,rgba(255,255,255,0.5)), 
    color-stop(100%,rgba(255,255,255,0))),        

/* diagonal line pattern */
-webkit-gradient(
    linear, 
    0% 100%, 
    100% 0%, 
    color-stop(0%,rgba(255,255,255,0)), 
    color-stop(40%,rgba(255,255,255,0)), 
    color-stop(40%,#D2D2D1), 
    color-stop(60%,#D2D2D1), 
    color-stop(60%,rgba(255,255,255,0)), 
    color-stop(100%,rgba(255,255,255,0)));

-webkit-box-shadow:
    0px -1px #fff, /* top highlight */
    0px 1px 1px #FFFFFF; /* bottom edge */

-webkit-background-size: 100%, 100%, 100%, 4px 4px;

-webkit-border-radius: 10px;
-webkit-transition: -webkit-transform .1s ease-in-out;

display: inline-block;
padding: 10px 40px 10px 40px;

color: #3A474D;
text-transform: uppercase;
font-family: 'TradeGothicLTStd-BdCn20','PT Sans Narrow';
font-weight: 300;
font-size: 18px;

text-shadow: 0px 1px #fff, 0px -1px #262F33;
}

.btn_login_JK span:hover {
    color: #AEBF3B;
    text-shadow: 0px -1px #97A63A;
    cursor: pointer;
}

.btn_login_JK:active {
    -webkit-box-shadow: 
        0px 3px rgba(128,128,128,1),
        0px 4px rgba(118,118,118,1),
        0px 5px rgba(108,108,108,1),
        0px 6px rgba(98,98,98,1),
        0px 7px rgba(88,88,88,1),
        0px 8px rgba(78,78,78,1),
        0px 10px 2px 0px rgba(128,128,128,.6); /* shadow */
}

.btn_login_JK:active span{
    -webkit-transform: translate(0, 5px); /* depth of button press */
}

.btn_login_JK span:after {
display: block;
width: 10px;
height: 10px;

font-family: 'Cabin';
font-weight: 300;
color: #AEBF3B;
text-shadow: 0px 1px #fff, 0px -1px #97A63A;
font-size: 14px;
}
#popUp {
  position: fixed;
  max-width: 350px;
  background: rgba(236, 240, 241, 1);
  border: 7px solid #fff;
  bottom: 10;
  margin-left: 0;
    margin-left: -425px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 510;
}

#popUp .close {
  color: #464646;
  right: 8px;
  top: 0px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}
#popUp .close img {
    width:24px;
    height:24px;
}

#popUp h2 {
  font-size: 17px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}

#TopMenu{
  position: relative;
  top:-35px;
  height:30px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  direction: rtl;
  color: white;
  font-weight: bold;
  text-align: center;
}
.head{
  background-color:#179F7B;
}
.product{
  background-color:rgb(246,174,26);
}
.product2{
  background-color: rgb(203,90,115);
}
.GImg{
  width: 30px;
  height: 30px;
}
.GImg:hover{
  opacity:0.4;
  cursor: pointer;
}
.MainDivv_JK{
  padding-right: 70px;
  padding-left: 70px;
  padding-top: 30px;
}
.ActiveImg:hover{
  opacity:0.4;
  cursor: pointer;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}
.center_JK{
    text-align:center;
}
.loading_JK{
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 50px;
    height: 50px;
}


#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}