@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(../fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/opensanshebrew-light-webfont.eot);
    src: url(../fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-light-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/opensanshebrew-italic-webfont.eot);
    src: url(../fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-italic-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/opensanshebrew-regular-webfont.eot);
    src: url(../fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-regular-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(../fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/opensanshebrew-bold-webfont.eot);
    src: url(../fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-bold-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}


#mobile_filter
{
    display:none;
}

#categoryidebartitle
{
    display:none;
}


IMG {border:0px;}
		 
::-webkit-input-placeholder { color:#000;font-weight:normal;font-family: 'Open Sans Hebrew', sans-serif; }
::-moz-placeholder { color:#000;font-weight:normal;font-family: 'Open Sans Hebrew', sans-serif; } /* firefox 19+ */
:-ms-input-placeholder { color:#000;font-weight:normal;font-family: 'Open Sans Hebrew', sans-serif; } /* ie */
input:-moz-placeholder { color:#000;font-weight:normal;font-family: 'Open Sans Hebrew', sans-serif;}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }


body {
    margin:         0;
    font-family: 'Open Sans Hebrew', sans-serif;
    background:     #ffffff;
    color:          #4d4d4d;
	/* direction:rtl; */
	margin:0;
	/*text-transform: capitalize;*/
}

h1 {
    color:          #4d4d4d;
    padding:        0px;
     margin:         0; 
	font-weight:	normal;
	font-size:		20px;
}
h2 {
    color:          #4d4d4d;
    padding:        0px;
    margin:         0;
	font-weight:	normal;
	font-size:		32px;
}

p + h2,
ol + h2 {
    margin-top:     1em;
}
a {
    color:          #4d4d4d;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
	color:#000000;
}
a:focus, a:active {
  outline:          none;
}
fieldset {
    border:         0;
    margin:         0;
    padding:        0;
}

hr {
	color: #4d4d4d;
	background-color: #4d4d4d;
	height: 1px;
}

ul {
	list-style-type: none;
    margin: 0;
    padding: 0;	
}

.clear {
	display: block;
	clear: both;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	height: 0px !important;
	border:none !important;
}

html,body {direction:rtl;}

header {    position: fixed;
    z-index: 99999999;
    width: 100%;
    background: #fff;box-shadow:0px 0px 10px 1px #999;}

.topstrip {
  background-color: #070183;
  height: 40px;
  margin-bottom:3px;
  text-align: right;
  width: 100%;
  z-index: 3;
}
.topstripIN{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	}
	
	.prodboxmarg 
	{
	    overflow:hidden;
	}
	
.tavit
{
    position: absolute;
    top: 15px;
    right: -25px;
    background-color: #070183;
    color:#fff;
    transform: rotate(45deg);
    padding: 0 20px;
    width: 100px;
}


.topstripIN FORM {
  direction: rtl;
  margin: 0px auto;
  width: 30%;
  position:relative;
  top:10px;
  float:left;
}

.topstripIN .serfld {
  border: 1px solid #e2e2e2;
  float: right;
  font-size: 18px;
  height: 40px;
  padding-right: 20px;
  width: 100%;
}


.topstripIN .seright {
  right: 0;
  position: absolute;
  top: 0;		
}


.topstripIN .serbut {
  background-color: #FC262A;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  font-family: open sans hebrew;
  font-size: 18px;
  left: 0;
  line-height: 39px;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  top: 0;
}

.topstripIN .phone {
  float: right;
  font-size: 23px;
  position: relative;
  right: 10px;
  top: 13px;
}

.wrapper {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:right;	
	position:relative;
	top:0px;
	z-index:0;
}

.headerPosition
{
    height:100px;
}

.floatLeft
{
    float:left;
}

#serform
{
        z-index: 9999999;
    position: absolute;
    top: 200px;
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
}

#serfld
{
    width:450px;
    padding:10px;
}

.serbut
{
    background-color: #070183;
    padding: 10px;
    border: 0;
    border: 1px solid #070183;
    color: #fff;
}

.grades
{
    margin-top:20px;
    text-align:center;
}


.grades img
{
    width:167px;
    height:167px;
}

/*.grades a:last-of-type img
{
    width:336px;
    height:167px;
}*/


#sidebar
{
    width:250px;
    background-color:#e8e8e8;
    float:right;
}

#gradessidebar
{
    padding-bottom:10px;
    border-bottom: 2px solid #070183;
    marign-bottom:20px;
}

#gradessidebar li
{
    margin:4px;
    padding:1px 7px;
    display: inline-block;
}


.credit {text-align:center;}

.wrapper H3 {
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
}

.prodboxmarglast
{
    margin:20px;
}


#gradesidebartitle
{
    background-color:#070183;
    color:#fff;
    padding:3px;
    text-align:center;
}   

.tofsCont
{
    position:relative;
}

#footerRow p
{
    float:right;
}

.reqq
{
        position: absolute;
    top: 0;
    left: 5px;
    color: red;
}


#categoryidebartitle
{
    background-color:#070183;
    color:#fff;
    padding:3px;
    text-align:center;
}   

.wrapper H3 A{
	color:#ffffff;
	float:left;
}

.wrapper H3 A P{
	padding:0;
	margin:3px 5px;
	float:left;
}



.rotate {

/* Safari */
-webkit-transform: rotate(90deg);

/* Firefox */
-moz-transform: rotate(90deg);

/* IE */
-ms-transform: rotate(90deg);

/* Opera */
-o-transform: rotate(90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

#gtcart {
  margin: 5px 0 0 !important;
}
#gtcart select {float:right;}
#gtcart input {float:left;}

#gtcart H4{margin:5px 0 0 0;}

#logo {
  background: rgba(0, 0, 0, 0) url("../imgs/site/logo.png") no-repeat scroll 0 0;
  display: block;
  float: right;
  height: 60px;
  margin: 0 10px;
  width: 184px;
  margin-right:0;
}
.icons {
  float: left;
  margin:5px 10px;
}

.eng {border:solid 1px #ffffff;padding:0 8px;}



.icons li , .HPlinks li{
	float:right;
	margin-left:4px;
}

.HPtabs {	
	width:25%;
	/* margin-top:10px; */
}

.HPtabs IMG{	
	width:100%;
}

.hptabsmargin {
	/* margin-left:12px;  */
}


#menu {
  direction: rtl;
  line-height: 60px;
  margin-top: 5px;
      
  z-index: 200;
  margin-right:20px;
    display: inline-block;
}

#menu li {
display: block;
    float: right;
    margin-right: 40px;
    margin-bottom: 1px;
    padding: 0;
    position: relative;
    text-align: center;
	height:60px;
}

#menu li:first-child {margin-right:0px;}

#menu li,#menu li A{color:#070183;font-size:18px;}

#menu UL {
	display:none;
	position:absolute;
	right:-11;
	margin-top:30px;	
	z-index:300;
	top:31px;
}

#menu LI LI
{
	z-index:100;
	display: block;
	position: relative;
    float: none;
    text-align: right;
	/* background-image:url('../imgs/site/menupix.png'); */
	background-color:#A01B0A;
	width:120px;
	padding:0 10px;
	height:auto;
	margin-right:0;
	height:40px;
	line-height:40px;
}

#menu UL  UL {
	 z-index:400;
	display:none;
	position:absolute;
	margin-top:0px;
	right:220px;
	border-right:1px solid #efefef;
}


#menu LI:HOVER > UL
{display:block;    box-shadow: 0px 3px 3px 1px #999;
    margin-top: 40px;}

.hp {position:relative;}

.onban {
  margin: 0 auto;
  position: absolute;
  top: -10%;
  width: 100%;
}

.onban IMG {
  margin-left: 3%;
  margin-right: 3%;
  width: 27%;
}
footer {
	background-color: #070183;
	color: #ffffff;
	direction: rtl;
	margin-top: 30px;
	/* min-height: 100px; */
	position: relative;
	width: 100%;
	}

footer DIV {
	margin:0px auto;
	/* text-align:right; */
	height:auto;
}	

footer LI {
  border-left: 1px solid;
  float: right;
  margin-left: 50px;
  padding-left: 50px;
}

footer LI:last-child{
  padding-left: 0px;
  margin-left:0px;
  border-left: 0px solid;
}
footer LI ,footer LI A,footer LI A:hover {color:#ffffff;}
	
#footerContent
{
    text-align:center;
}

.sfarCities
{
	display:none;
}
footer p {
	/*font-size: 0.8em;
	color:#ffffff;
	position:absolute;
	left:100px;
	padding:0;
	margin-top:10px;
	width:250px;*/
	    display: inline-block;
    border-left: 1px solid #fff;
    padding: 0 20px;
	color:#ffffff;
}

footer A{color:#ffffff;}

.left {
	float:left;
}

.right{
	float:right;
}

.textcenter {
	text-align:center;
}

.divcssin{
	width:450px;
	text-align:center;
	direction:rtl;
	background-color:#fff;
	padding:40px;
	box-shadow: 3px 5px 16px #000000;
}

.divcssin h1{
	margin:0px;
	font-size:20px;
}

.divcssin form{
	width:350px;
	text-align:right;
	margin:0 auto;
}

.divcssin .fld{
	width:320px;
	height:28px;
	margin:5px;
	border:1px solid #787878;
	font-size:20px;
	padding-right:5px;
}

.divcssin .fldbut{
  background-color: #ff0000;
    border: 1px solid #787878;
    color: #fff;
    height: 28px;
    width: 68px;

}

.misgeret, .misgeret table
{
    width:100%;
}

#city option[data-coordination="False"]
{
    color:blue;
}

.bar{
    width: 140px;
/* 	margin-left:20px; */
	direction:rtl;
}

.bar H3 {
	border-bottom:2px solid;
	margin-bottom:5px;
}

.bar .Active{
    font-weight:bold;
}

.prodbox {
  float: right;
  position: relative;
  text-align: right;
  width: 160px;
}

input[name=quantity]
{
    width:45px;
    float:right;
    border:1px solid #000;
    border-radius:4px;
    height:22px;
    text-align:center;
}


.prodbox SPAN {
/*   float: left;
  left: 18px;
  position: relative;
  text-align: center;
  top: 75px; */
}

.prodbox H3 {
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin: 2px 0 0;
  overflow: hidden;
  text-align:right;
  /* text-transform: capitalize; */
}

.prospic {
  width: 160px;
    height: 210px;
}
.prospic IMG {max-width:100%;max-height:100%;}

select[name=amou]
{
    height:21px;
}

.buyit,.buyit2 {
  background-color: #070183;
  border: 1px #4d4d4d solid;
  color: #ffffff;
  margin: 0;
  padding:2 4px;
  cursor:pointer;
  border-radius:4px;
}

.harshama {
  background-color: #4d4d4d;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  margin: 0;
  padding: 4px 15px;
}

.shipContainer
{
    width:450px;
    background-color:#EFEFEF;
}

tr.regularCities > td:first-of-type,
tr.sfarCities > td:first-of-type,
tr.noCities > td:first-of-type,
.shipContainerM
{
    background-color:#EFEFEF;
}

.bodytxt100 *
{
    font-family:'Open Sans Hebrew', sans-serif !important;
}

.myaccount > h1,
.imgCover + .wrapper .bodytxt100 h1
{
    font-size:45px;
    color:#ff181e;
    width:70%;
}

.HP H1 {
	position:relative;
	margin-bottom:15px;
	text-align:right;
	/* line-height:110px; */
}
	
.prodboxmarg{
	margin:20px 15px;
	}

.prodboxmarg:last-child{
	margin-left:0px;
	margin-top:10px;
	/* float:left; */
	}

	
	
.bottomproduct {
  /* border-bottom: 1px solid #151515; */
  direction: rtl;
  position:relative;
  margin: 0 auto;
  width: 100%;
  /* text-transform: uppercase; */
  font-size:14px;
  min-height:90px;
}

.bottomproduct P {
  margin: 0;
  padding: 0;  
  color:#ff181e;
  /* height:12px; */
  font-size:14px;
  text-align: right;
  color:Red;
  font-weight:bold;
}

.prodpricein2
{
    font-weight:bold;
    color:Red;
}

.catalogCategoryTitle
{
    background-color:#fc0610;
    color:#fff;
    margin: 0px 15px 0 15px;
    clear:both;
    padding:5px;
    margin-left:0;
}

.catalogCategoryTitle:nth-of-type(1)
{margin-top:0 !important;}

.bottomproduct SPAN,.prodpricein {
/*   font-size: 24px;
  line-height: 24px;
  font-family: helvetica; */
  text-align:right;
}

.bottomproduct h4 {
      height: 50px;
    line-height: 14px;
    font-size: 14px;
  margin: 0;
      margin-top: 5px;
  padding: 0;
  text-align: right;
  width: 100%;
}

.prodpricein I ,.bottomproduct SPAN I {
  color: #7b7b7b;
  display: inline-block;
  font-size: 17px;
  font-style: normal;
  position: relative;
  top: 0;
}

.leftdir {
	text-align:left!important;
	direction:ltr!important;	
}	


.makat {
  font-family: helvetica;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  top: 4px;
}


.morephotos {
  float: right;
  width: 100px;
  margin-right: 10px;
}

.morephotos IMG {
	width:100%;
	margin-bottom:10px;
	border:solid 1px #ffffff;
	border-top:1px solid #000;
}

.morephotos IMG:hover {
	border:solid 1px #000;
}

.prodmak {text-transform: capitalize;}
.color {
	width:25px;
	height:12px;
	float:left;
	border:solid 1px;
	margin:5px 1px 0 0;
}


.coldiv{
	width:250px;
	text-align:right;
	direction:rtl;
}

.colin{
	width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
	margin:0 auto;
}

.colorin {
	float:right;
	border:solid 1px;
	margin:5px 10px 0 0;
}

.colorin IMG {height:80px;}

.sysbutt{
	position:absolute;
	top:60px;
	z-index:20;
}

.bodytxt {width: 950px;
	direction:rtl;
	margin:0 auto;
}

.bodytxt100 {
  direction: rtl;
  margin: 60px auto 0;
  min-height: 300px;
  width:100%;
}

.glass {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  
  /* Multiple box shadows to achieve the glass effect */
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), 
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  
  /* hide the glass by default */
  display: none;
}

.prodboxin {
  float: right;
  margin-left: 5%;
  width: 20%;
}

.prodboxin IMG{width:100%;}

.prodtxt {
  /* border-top: 1px solid; */
  direction: rtl;
  margin: 0 10px 0 0;
  width: 55%;
}

.prodtxt h2 {
  font-size: 24px;
  margin: 0;
  /* background-color:#ECECEC; */
  font-weight:bold;
  padding:0px;  
}

.prodtxt h2  SPAN{font-weight:normal;}

.prodtxt h3 {
  font-size: 22px;
  margin: 6px 0 0;
}

.social-sform img
{
    height:20px;
    margin:20px 5px;
}

.social-sform a:nth-of-type(1) img
{
    margin-right:20px;
}

.addthis {
	margin-top:2px;
}

.add-to-cart,.blackbutt,.blackbutton {
    background-color: #070183;
    border: 1px solid #000;
    border-radius:4px;
    color: #fff;
    float:left;
    text-align:center;
}

.add-to-cart, .blackbutt {
  /* float: right; */
  font-family: Open Sans Hebrew;
  /* position: relative; */
  /* top: 5px; */
}

.blackbutt{
    top: 0px !important;	
	margin:30px 0 0 175px !important;
	width:450px;
	text-align:center;
	font-size: 32px;
}

.blackbutt:hover{
	color:#EDEDED;
}

.add-to-cart-small {
    margin:10px 0 0 0 !important;	
    top: -6px!important;
}


.prodboxlastviews {margin-top:10px;}

.prodboxlastviews A{
	float:right;	
}


.prodboxlastviews IMG{
	width:115px;
	border:0px;
	margin-left:5px;
}

.prodboxlastviews p{
	/* border-top:1px solid #4d4d4d; */
	/* text-align: center; */
	direction:rtl;
}

td.shiprow1
{
    position:relative;
    top:-65px;
    z-index:-1;
}

  td.sumrow1
{
    position:relative;
    top:-65px;
    z-index:-1;
}  

tr.space
{
    height:0px;
}

tr.formrow td:first-of-type
{
    background-color:#EFEFEF;
    border-bottom:1px solid #fff;
}

.prodboxlastviewsh2 P {
	margin:0;
	
}

.prodmida{
	direction:rtl;
}

.orderform{
	width:480px;
	height:35px;
	padding-right:10px;
}

.tareacartfld {
	height:60px;
	width:480px;
	padding-right:10px;
}

.popup{
background-color:#ffffff;
padding:30px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
position:relative;
min-width:340px;
}

.popup a{
	text-decoration:none;
	color:#000;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}
.close_pop{
	position:relative;
	  right: -18px;
    top: -20px;
}


#shoppingtop {
  background: rgba(0, 0, 0, 0) url("../imgs/site/sal.png") no-repeat scroll right top 0px;
}
#shoppingtop:hover {
    background: rgba(0, 0, 0, 0) url("../imgs/site/sal-o.png") no-repeat scroll right top 0px;
}

#shoppingtop  p,#shoppingtop  A{
	color: #ffffff;
	direction: rtl;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	padding-right: 35px;
	}

#shoppingtop  A{padding-right:0px;}	
	
#shoppingtop  p A IMG{	float:right;margin-left:5px;}
	
.stores {
	text-align:right;
	direction:rtl;
}

.selstore {
	font-size:16px;
	border:1px solid #4d4d4d;	
	font-family: "alef",Serif;
}

.selstore option , .selstore optgroup{
	font-family: "alef",Serif;
}

.clubtofs,.tofs {
	width:400px;
	direction:rtl;
}

.clubtofs INPUT,.clubtofs select,.tofs INPUT,.tofs textarea{
	width:400px;
	height:40px;
	margin-top:5px;
	border:1px solid #4d4d4d;
	padding-right:5px;
	direction:rtl;
	font-size:16px;
}

.tofs textarea{
	height:200px;
}


.clubtofs {
	float:left;
	margin-right:40px;
	margin-top: 60px;
}

.clubtofs .add-to-cart{
	top:0;
	margin:10px 0;
	padding:0;
	z-index:2;
}

.clubtofs select {
	/* float:left; */
	width:38%!important;
}

.clubtofs P {
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -10px;
	z-index:1;
	height: 10px;
}

#response {	
	color:#ff0000;
	font-size:12px;
	position:relative;
	top:5px;
}

.flip{position:relative;}
			
.panel
	{
	line-height:100px;
	text-align:center;
	font-size:32px;
	display:none;
	position:absolute;
	bottom:0px;
	background-image:url(../imgs/site/pix.png);
	width:100%;
	}

.showtr {display:none;
	position:relative;
}


#changepass {direction:rtl;}

.myaccount {
	direction:rtl;
	width:997px;
	margin:auto;
	margin-top:30px;
}

.myaccount TD{padding:5px;}

.myaccount INPUT{
	width:250px;
	height:30px;
	border:solid 1px #787878;
	padding-right:10px;
	float:left;
}


.ORD {margin-bottom:20px;}
.ORD SPAN{
}

.ORD a{
	color:blue;
	text-decoration:underline;
}

.textop {
	cursor:pointer;
}

.topbuttons {
/*   position: absolute;
  right: 260px;
  top: 7px; */
}

.topbuttons LI{
	float:right;
	margin-left:30px;
}

/* .topbuttons LI:last-child {
  background-color: #dbdbdd;
  font-family: helvetica;
  font-size: 18px;
  font-weight: lighter;
  padding: 9px 15px 2px;
  position: relative;
  top: -10px;
  color:#747474;
} */

#hpgallerymobile {display:none;}	

.greypas {color:#e5e5e5;background-color:#e5e5e5;height:8px;margin:40px 0 50px 0;}

.regcartfld {width:300;}

.mida {font-size:14px;padding:0;margin:0;}

.mivcart {position:absolute;right:0;}

.miv {margin-top:10px;}

.madrich {position:relative;top:4px;}

.menu_button_mobile {display:none;cursor:pointer;}

.catpic {min-height:250px;position:relative;}

.catpic IMG{width:100%!important;height:auto!important;}

.catpic H1 {
  bottom: 10px;
  color: #ffffff;
  font-size: 30px;
  margin: 0 auto;
  position: absolute;
  right: 105px;
  text-align: right;
  width: 997px;
}

		#toTop {
			display: none;
			background-color:#858585;
			right: 0;
			opacity: 0.7;
			padding: 0;
			position: fixed;
			top: 50%;			
			-webkit-border-top-left-radius: 25px;
			-webkit-border-bottom-left-radius: 25px;
			-moz-border-radius-topleft: 25px;
			-moz-border-radius-bottomleft: 25px;
			border-top-left-radius: 25px;
			border-bottom-left-radius: 25px;
			z-index: 10;			
		}

.rcstampicon {
  left: 5px;
  position: absolute;
  top: 0;
  /* width: 90px; */
}		
 	
	.category {
	  direction: rtl;
	  width:100%;
	  max-width:1400px;
	  margin:0px auto;
	}

	.category  LI{
	}

	.category  LI A{
	  display:block;
	  padding: 3px;
    margin: 8px;
	}
	
	.category  LI A:before
	{
	    content:"+ ";
	}
	
	.imgCover
	{margin-top:30px;}
	
	.imgCover img
	{
	    width:100%;
	    height:auto;
	}
	
	#news
	{
    text-align:center;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    color: 070183;
    border-top: 3px solid #070183;
    border-bottom: 3px solid #070183;
	}
	

	.category .Active {
		background-color: #fff;
    border: 1px solid red;
    color: red;
	}
	
	.category A:HOVER
	{
	    
	}
	
	.category A.Active:before
	{
	    content:"- ";
	}
	
 
 .scategory {margin-right:94px;}
 .hatorder{font-size:20px;}
 .padr {padding-right:10px;}
 .harshamatab P {width:55px;float:right;margin:0;}

.salix {width:27px!important;height:auto!important;float:right;margin-left:5px;}
 
 
td.reqq2:after
{
    content:' * ';
    color:Red;
}

.cuponError
{
    color:Red;
}

@media screen and (max-width:767px) 
{
    .topcate-cubes {width:100% !important;}   
    #slider1_container {z-index:999;height:320px;}
    #footerContent p {display:inline;}
    #footerContent {width:100% !important;float:none !important;}
}

@media screen and (min-width:768px) 
{
    #news {position:absolute;bottom:5px;}
}

@media screen and (max-width: 996px) and (min-width: 481px) {



header {
  height: 135px;
}

#shoppingtop p, #shoppingtop A {
  color: #747779;
}

.topstripIN .serbut {
  line-height:28px;
}


.scategory {
  margin-right: 0;
}


.onban {
  position: relative;
  top: 0;
  text-align: center;
}

.prodbox H3 {font-size:12px;line-height: 15px;height:30px;overflow:hidden;margin-bottom:0px;}

.catpic {min-height:0px;}

.rcstampicon {width:38%!important;top:90px;left:0px;}

.catpic H1 {
  font-size: 18px;
  right: 5px;
  bottom:2px;
}


.prodboxin{
	width:100%;
}

.menu_button_mobile {
  display: block;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 6% !important;
}

.topbuttons {
  position: relative;
  right: 0;
  float:right;
  top: 25px;
}

.bottomproduct P {
  font-size:12px;
  line-height:13px;
}


.topbuttons LI {
  float: right;
  margin-right: 5px;
  margin-left:5;
}

.topbuttons LI:last-child {
  font-size: 15px;
  padding: 1px 4px 0;
  top: -2px;
  margin-left:0px;
}

#shoppingtop {
  right: 58px;
  top: 77px;
}


	.blackbutt,.bar ul li a,.bar,.prodtxt,.sniftab,.topstripIN,.wrapper{width:100%!important;margin:0 auto;}	
	
	 .salix {width:27px!important;height:auto!important;}
	
	.raios {width:auto!important;height:auto!important;}
	
	.add-to-cart,.regcartfld {margin:0 auto!important;}
	
	.prodboxin {
		width: 70%;
		margin:0 auto;
		float:none;
		}
	
	.prodbox,.hptabsmargin,.hptabsmarginmobile {margin:0px 10px 0 0;}
	.serbut {
  /* top: 32px !important; */
  height: 30px !important;
  width:auto!important;
}


.prospic {
  height: 140px !important;
  position: relative;
  width: 55% !important;
}


.prodbox SPAN {
  top: 30px!important;
  font-size:12px;
  
}

	.bar ul li {text-align:center;background:#f1f1f1;border-bottom:1px solid #fff;}	
	.hptabs,.prodbox {
		/* width:46%; */
		}
	.topstrip{position:relative!important;height:auto!important;}
	.showtr,.bar ul li a,.panel,#hpgallerymobile{display:block!important;}	
	.topstripIN UL LI a {font-size:16px;}		
	
#menu li, #menu li A {
  color:#747779;
  font-size: 20px;
}	
	
	
	.seright,.prodboxlastviews,.prodboxlastviewsh2,#pctab,.prodboxlastviewsh2,.hidepic,#hpgallery{display:none!important;}
	
	FOOTER IMG {width:20%!important;}
	footer p {
  left: 0;
  margin-top: 27px;
  text-align: left;
}
	
	.popup {
  min-width: 300px;
  padding:30px;
 
}
.topstripIN .phone {
  float: none;
  font-size: 15px;
  left: 0;
  right: 0;
  text-align: center;
  top: 95px;
}
.onban IMG {
  width: 70%!important;
  margin:0 auto!important;
}

.prodbox {
  height: 240px!important;
}

.prospic IMG {
  bottom: 0;
  position: absolute;
  right: 0;
}

.topstripIN FORM {
  float:none;
  margin-top: 0px;
 top:0px; 
  width: 90%;
}	

.topstripIN .serfld {
  font-size: 20px;
  padding-right: 10px;
  height: 30px!important;
}
	
	.blackbutt {margin:0!important;}

	.madrich IMG {width:100px!important;}

.morephotos {width:100%;}
.morephotos IMG {width:24%!important;float:right;}
.catpic IMG{width:100%!important;height:auto!important;}

.hatava INPUT{width:20px!important;}
.hatava .orderform, .hatava .add-to-cart {
  font-size: 14px;
  width: 95% !important;
}
	
.bodytxt100,.bodytxt {width:97%!important;margin:0 auto;}	
	
.buyit{
  top: -20px;
}	

	
.buyit2,.buyit	{width:38%!important;top:-30px;left:0;}
	
#menu {
  display: none;
  float: none !important;
  height: auto !important;
  margin: 0 auto !important;
  right: 0;
  text-align: center;
  top: 95px;
  width: 100% !important;
  background-color:#fff;  
}

#menu li {
  border-bottom: 2px solid #000;
  float: none !important;
  margin: 0 auto !important;
}

#menu IMG  {display:none;}

.dropdown_1column {
  margin: 0 auto !important;
  width: 96.5% !important;
}

#menu UL {
  right: 0!important;
  width: 100%!important;
  /* position:relative!important; */
}		

#menu UL  UL{
  right: 0!important;
  width: 100%!important;
  position:relative!important;
}		

#menu UL  UL LI{
  border-bottom: 0px solid #000;
  position:relative!important;
}		

		
#menu li:hover .dropdown_1column {
	left:0px!important;
	top:0px;
	position:relative;
	top:0;
}
	
#menu li ul li {
  width:100%!important;
  background-color:#efefef;
}

.scategory A {font-size:12px!important;}
	
#logo {
  background-size: 100% auto;
  margin: 0 auto !important;
  width: 45%;
  height:95px;
  top:0!important;
  float:none;
}
	.bodytxt {width:100%;}
	#slider, #slider div, #slider, #slider img {
			width:100%!important;
			height:auto!important;
	}
#shoppingtop p {
  font-size: 12px;
}	

#mobtab {font-size:12px!important;}
	
.harshamatab,.hatorder{font-size:12px;}
.padr {padding-right:0;}
.mobbut {font-size:20px;padding:30px 0;width:60%;margin:0 auto;}
.tofs{width:100%!important;}
.tofs .cap,.tofs IMG{width:45%!important;}

}


@media screen and (max-width: 550px) {

/* .bottomproduct P {font-size:12px;} */

		.rcstampicon {width:38%!important;top:100px;left:0px;}


#logo {
  float: none;
  width: 70%;
}
.menu_button_mobile {
  width: 10% !important;
}

.topbuttons {
  top: 0px;
}

	
}




#loginSection > div
{
    display:inline-block;
    width:49%;
}

#loginSection > div:first-of-type
{
    float:right;
    border-left:2px dotted #070183;
    padding-left:70px;
}

#loginSection > div:last-of-type
{
    padding-right:70px;
    float:right;
}

#loginSection form[name=registi0] > div,
#loginSection form[name=registi1] > div
{
       margin:10px;
}

#loginSection form[name=registi0] > div > label,
#loginSection form[name=registi1] > div > label
{
       width:100px;
       display:inline-block;
}

.myaccounttop
{
        color: #Fff;float: right;margin: 10px;
}

.myaccounttop > a
{
    color:#fff;
}

input[readonly],select[readonly]
{
    background-color:#ececec;
    border:0;
}

#datepicker[readonly]
{
    background-color:transparent;
        border-width: 1px;
    border-style: solid;
    border-color: #999;
}
.regcartfld2
{
   width: 200;
    margin-left: 10px;
    
}


.specialtexttodelivery{color:#19d219;margin-top: 0;
    position: relative;
    top: -50px;
    text-align: right;}
    
.topcate-cubes p {width:100%;position:absolute;bottom:0;background-color:rgba(255,255,255,0.7);margin:0;padding:12px 0;color:#000080;text-align:center;font-size:xx-large;}
.topcate-cubes:hover {opacity:0.7;}
.selected-products .prodboxmarg {    width: 22.7%;border: 1px solid #999;margin-left: 3%;;margin-right:0;text-align:center;padding: 2%;padding-bottom:0;box-sizing: border-box;}
.selected-products .prodboxmarg:nth-of-type(4n) {margin-left:0;}
.selected-products .prospic {text-align:center;margin:auto;}
.selected-products .bottomproduct , .selected-products .bottomproduct * {text-align:center;}
.selected-products h4 {font-size:larger;line-height:120%;margin-top:0;color:#071892;height:46px;}
.selected-products .buyit {font-weight:normal;width:100%;background-color:Red;display:block;    border: 0;border-radius: 0;margin-top: 10px;line-height: 150%;}
.sub-menu-1 {width: 200px;text-align: right;padding: 20px;font-size:25px;line-height:130%;background-color:#fff;top:20!important;padding-top:0;}
.sub-menu-2 {margin-right:0px;}
.sub-menu-2 a {font-size:16px !important;}
.sub-menu-1 > div > A {font-size: 18px !important;
    border-bottom: 1px solid #070183;
    margin-top: 5px !important;
    display: block;
    font-weight: bold;}

.topcate-cubes {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.topcate-cubes {display:inline-block;width:23%;margin-left:2.3%;margin-top:1.65%;position:relative;}
.topcate-cubes img {max-width:100%;}

.categoriesContainer[data-cateogiesnum='1'] .topcate-cubes {width:100%;}
.categoriesContainer[data-cateogiesnum='2'] .topcate-cubes {width:49%;margin-left:0;}
.categoriesContainer[data-cateogiesnum='2'] .topcate-cubes:nth-of-type(2) {float:left;}
.categoriesContainer[data-cateogiesnum='3'] .topcate-cubes {width:31.5%;}
.categoriesContainer[data-cateogiesnum='3'] .topcate-cubes:nth-of-type(3) {margin-left:0;}

.categoriesContainer[data-cateogiesnum='5'] .topcate-cubes:nth-of-type(1) ,
.categoriesContainer[data-cateogiesnum='5'] .topcate-cubes:nth-of-type(2) ,
.categoriesContainer[data-cateogiesnum='5'] .topcate-cubes:nth-of-type(3) {width:31.5%;}
.categoriesContainer[data-cateogiesnum='5'] .topcate-cubes:nth-of-type(3) {margin-left:0;}
.categoriesContainer[data-cateogiesnum='5'] .topcate-cubes:nth-of-type(4) ,
.categoriesContainer[data-cateogiesnum='5'] .topcate-cubes:nth-of-type(5) {width:49%;margin-left:0;}
.categoriesContainer[data-cateogiesnum='5'] .topcate-cubes:nth-of-type(5) {float:left;}

.categoriesContainer[data-cateogiesnum='6'] .topcate-cubes {width:31.5%;}
.categoriesContainer[data-cateogiesnum='6'] .topcate-cubes:nth-of-type(3), 
.categoriesContainer[data-cateogiesnum='6'] .topcate-cubes:nth-of-type(6){margin-left:0;}

.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(1) ,
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(2) ,
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(3) {width:31.5%;}
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(3) {margin-left:0;}
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(4) ,
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(5) ,
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(6) ,
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(7) {width:49%;margin-left:0;}
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(3),
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(5),
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(7) {float:left;}
.categoriesContainer[data-cateogiesnum='7'] .topcate-cubes:nth-of-type(6) {float:right;}

.categoriesContainer[data-cateogiesnum='4'] .topcate-cubes,
.categoriesContainer[data-cateogiesnum='8'] .topcate-cubes {display:inline-block;width:23%;margin-left:2.3%;margin-top:1.65%;position:relative;}
.categoriesContainer[data-cateogiesnum='4'] .topcate-cubes:nth-of-type(4n),
.categoriesContainer[data-cateogiesnum='8'] .topcate-cubes:nth-of-type(4n) {margin-left:0;}

#redetemineShip {margin-top:30px !important;}
.toredetermineship , .successfullRedetermine{background-color:Red;color:#fff !important;padding:3px;text-decoration:none !important;margin:10px 0;display:inline-block;}
.toredetermineship a {color:#fff;}
.toshoworder {background-color:Blue;color:#fff !important;padding:3px;text-decoration:none !important;}
