

* {
	font-family: 'Open Sans Hebrew', Arial, sans-serif;
	/*font-family: Bad Script, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*	text-decoration: none;
/*	line-height: 1px;   */
/*	color: purple;
/*	font-weight: 700;
/*	font-size: 20px; */
}
/*#bodyContainer{
	margin:auto;
}*/

a {
	color: purple;
   outline: 0; /* for Removing The Dotted Outline */
}

#topProductContainer{
	min-height:100%;
	width: 100%;
	margin: 12% 0px 0px auto;
	/*margin: auto;*/
	overflow: hidden;
}

#leftSideMenu{
	background-color: rgba( 211, 145, 224, 0.6);
/*	width: 19%;
	height:100vh;  */
	margin-top: 5px;
	margin-bottom: 20px;
	float: left;
	border: 1px solid white;
	min-width: 160px;
}

.navBar{                    /* this is the side menu */
	padding:25px;
	display: inline-block;
	width: 100px;
}
.currentLinkActive{
	color:white;
	
	background-color: #128165;
	border-left: 1px solid yellow;
    border-right: 1px solid yellow;
    border-bottom: 2px solid yellow;
}
.groupLink{            /* the lower botton in side menu  */
	width: 100%;
	float:left;
	padding: 10px 0;
}

.logoPic{               /* the icon in side menu */
	margin-bottom: 15px;
}

.upGroupLink{          /* the left menu container in the upper menu   */
	overflow: auto;
}

.logoPic img{      /* icon on side bar  */
	width: 35px;
	margin-bottom: 15px;
}

#logoContainer{
	color:black;
	display:block;
	line-height: 1px; /* to avoid default margin of google fonts.  */
	height: auto;
	background-color: pink;
/*    background-image:url("../images/backgroundLogoImage.png"); 
	background-repeat: no-repeat;  */
/*	background-image:url("../images/miniTokyoShop.png");  */
	width:100%;
}

.upIcon{    /* icon search in upper menu  */
	width: 22px;
	float: right;
	margin: 0px 8px;
}

.upLogoImg{
	width: 100%;   /*logo image   */
	max-height: 180px;
}

#upNavContainer{
	position:fixed;
	/*position:sticky;
	position: -webkit-sticky;*/
	/*top:0;*/
	/*color:black;*/
	/*display:block;*/
	/*overflow:hidden;*/
	
	width: 100%;
	
/*	padding:1%;  */
 /*   background-color: rgba( 211, 145, 224, 0.4);*/
/*	background-color: #ff8dd2;  */
/*	background-color: #ffbee1;  */
	z-index:1;
}

.upNavItemLink{	
/*    float: left;
    display: block;  */
	display: inline-block;
    color: #f2f2f2;
    text-align: center;
   /* padding: 6px 6px;*/
    text-decoration: none;
    font-size: 17px;
	font-weight: 700;
	background-color:#07c683;;
	border-right: 1px solid yellow;
	border-bottom: 2px solid yellow;
	border-left: 1px solid yellow;
	/*width: 25%;*/
}

.upNavItemLink:hover{
	background-color:#128165;
}



#productContainer{
	height: 100%;
	overflow: auto;   
	float: right; 
	width: 98%; 
	text-decoration: none;	
	margin-bottom: 20px;
/*	background-color: #ff97f6;  */
/*  background-color: rgba(80, 0, 0, 0.2);  */
/*	background-color: rgba( 211, 145, 224, 0.6);  */
}

p{
	margin: 8px 0px 0px 0px;
	font-size: 26px;
	color: blue;
}

.product_p{
	color:black;
	font-size: 1.6vw;
    text-align: right;
}
.product_p_plasma{
	color:black;
	font-size: 1.6vw;
    text-align: right;
}
.product_p:hover{
	color:blue;
	background-color:#b7f2dd;
}
.product_p_plasma:hover{
}
.productImg{	
	float: left;
	margin: 5px;
	padding: 2px;
	width: 240px;
	border: 1px solid purple;
}

#productContainer .row {
    margin-left: -4%;
}

ul.products {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.product{
/*	width: 32%;   */
	width: 18%;
	margin-right: 1%;
	float:left;
    border: 1px solid purple;
	min-height:333px;
	background-color:#fff;
}
.product_plasma{
/*	width: 32%;   */
	width: 18%;
	margin-right: 1%;
	float:left;
    border: 1px solid purple;
	min-height:333px;
	background-color:#fff;
}
.product:hover{
    border: 1px solid #240ef8;
	/*background-color: #b3dcfe;*/
	background-color: #d7f9e9;
}
.product_plasma:hover{
    border: 1px solid #240ef8;
	/*background-color: #b3dcfe;*/
	background-color: #b7f2dd;
	cursor:pointer;
}
li.product {
    font-size: 22px;
    margin-bottom: 2.5em;
	 margin: 5px 3px;
	/* background-color: whitesmoke;*/
	/*text-align: right;*/
	line-height:1.1;
    /*position: relative;*/
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}
li.product_plasma {
    font-size: 22px;
    margin-bottom: 2.5em;
	 margin: 5px 3px;
	/* background-color: whitesmoke;*/
	/*text-align: right;*/
	line-height:1.1;
    /*position: relative;*/
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}
li.product .flags {
    position: absolute;
    top: 10px;
    right: -5px;
}

li.product img.product-photo {
    width: 100%;
}

.line{
	color: purple;
	font-size:15px;
	list-style-type: square;
	padding-right: 30px;
	padding-bottom: 8px;
	/*background-color:yellow;*/
	/*border-bottom: 3px solid red;*/
}

.line_bottom{
/*border-bottom: 3px solid red;*/
color: purple;
}


.product_name{
	text-align: center;
	margin: 0px;
	/*background-color: #6cd5fe;*/
	background-color: #efe1ed;
}
.product_name_plasma{
	text-align: center;
	margin: 0px;
	/*background-color: #6cd5fe;*/
	background-color: #f876e8;
}
.product_name_plasma:hover{
	text-align: center;
	margin: 0px;
	/*background-color: #6cd5fe;*/
	background-color: yellow;
}
.product_name:hover{
	/*color: red;*/
}


.row {

}


#rights{
	width:100%;
	float: left;
}



/*------------------------------------*/

.topnav {
  /*overflow: hidden;*/
  background-color: #76f8b3;
  width:100%;
}

.topnav a {
/*  float: left;  */
  display: table-cell;
  vertical-align: middle;
/*  color: #f2f2f2;  */
  text-align: center;
  padding: 0px 50px;
  text-decoration: none;
  font-size: 15px;
 /* height: 45px;*/
}






.button {
    background-color: #c806f9;
    color: #fff;
    cursor:pointer;
	padding:10px;
	border: 1px solid yellow; 
	border-radius: 21px;
}
	::-moz-focus-inner {
    border: 0;
}

@media only screen and (max-width: 768px) {
	
#productContainer{
	width: 92%;
}
.product {
    width: 30%;
	margin-left: 3%;
	
}
.product_plasma {
    width: 30%;
	margin-left: 3%;
	
}
.product_p {
    font-size: 2.4vw;
}
.product_p_plasma {
    font-size: 2.4vw;
}
li.product {
    font-size: 15px;
}
li.product_plasma {
    font-size: 15px;
}
.upNavItemLink{	
	/*width: 25%;*/
}

.topnav a {
	 padding: 0px 30px;
}

}

@media only screen and (max-width: 568px) {

.topnav a {
	 padding: 0px 25px;
}	

#topProductContainer{
	width: 80%;
}

#productContainer{
	width: 100%;
}
	.product {
    width: 46%;
}
	.product_plasma {
    width: 46%;
}
.product_p {
    font-size: 4.2vw;
}
.product_p_plasma {
    font-size: 4.2vw;
}
li.product {
    font-size: 15px;
}
li.product_plasma{
    font-size: 15px;
}
#footer {
    overflow: hidden;
    bottom: 0;
    width: 100%;
    text-align: center;
}


}

@media only screen and (max-width: 480px) {
.topnav a {
  padding: 0px 2px;
  width: 0%;
    font-size: 6px;
	 padding: 0px 34px;
}	
}

@media only screen and (max-width: 320px) {


#productContainer{
	width: 100%;
}

.product {
    width: 100%;
    margin: auto;
	min-height:0;
}
.product_plasma {
    width: 100%;
    margin: auto;
	min-height:0;
}
.product_p {
    font-size: 4.9vw;
}
.product_p_plasma {
    font-size: 4.9vw;
}
li.product {
    font-size: 15px;
}
li.product_plasma {
    font-size: 15px;
}
}





