html,body{
    direction: rtl;
}

body{
    background:#fff;
    color:#fff;
    font-family:typopas, arial;
    font-weight: 200;
    font-size:16px;
	/*min-width:970px;*/
}

.hidden-by-default
{
	display:none;
}

/*::-webkit-selection {
    background: #f1f1f1;
    color: #1f1f1f;
    text-shadow: none;
}
::-moz-selection {
    background: #f1f1f1;
    color: #EEE;
    text-shadow: none;
}

::selection{
    background: #f1f1f1;
    color: #1f1f1f;
    text-shadow: none;

}*/
*{
    -moz-outline:none;
    -webkit-outline:none;
    outline:none;
}
input:focus,
select:focus,
textarea:focus,
button:focus,input:hover, {
    outline: none;
}
input[type="text"]::-moz-focus-inner, input[type="password"]::-moz-focus-inner {
    outline: none;
    border:0;
}
input[type="text"], input[type="password"]{
 border:0;
}

#container{
width: 100%;
height: 100%;
display: block;
text-align: right;
position: absolute;
}

h1{
    color:#000;
    font-size:24px;
    font-weight: 200;
    font-family:typopas, arial;
    padding:0;
    margin:0;
}

h4{
    font-size:16px;
    color:#5b5b5b;
    font-family: typopas, arial;
    font-weight: 200;
    margin:0;
    padding: 0;
}

ul{
    padding:0;
    margin:0;
}
select{
    z-index:5;
}
a{
    text-decoration: none;
}
input[type="text"],input[type="password"],textarea,select,option{
    font-size: 16px;
    font-family: typopas, arial;
    font-weight: 200;
    width: 100%;
}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select:focus{
    /*outline: rgb(241, 88, 115) solid 1px; */
    transition:.3s all;
    /*outline-offset: -2px;*/
    outline: none;
}

.mobile_header{
    /*display:none;*/
}

.fltrt{
    float:right;
}

.fltlft{
    float:left;
}

.clearfix {
    clear: both;
    height: 0px;
}

header{
    /*ackground: url(../img/back_stripes.png) repeat;*/
    background: url(../img/bcard/header_bg.jpg) repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:154px;
    height:206px;
    /*padding-top: 16px;*/
    position:relative;
    min-width: 1199px;
}

.logo_container{
   float: right;
    /*background: url(../img/bcard/logo_big.png) no-repeat;*/
    /*width: 265px;*/
    /*margin-top: 8px;
    height: 62px;*/
    margin-bottom: 5px;
    margin-right: 5px;
}
.logo_container img{
	/*width:83%;*/
}
.logo_container3{
    background: url(../img/logo_huge.png) no-repeat;
    width: 281px;
    height: 77px;
    margin: 0 auto;
    position: absolute;
    left: 319px;
    bottom: 29px;
}
.main_menu{
    margin-right: 51px;
    float: left;
    text-align: center;
    /* width: 84%; */
    position: relative;
    margin-top: 12px;
    margin-left: 25px;
    font-weight: bold;
}

.main_menu nav ul li{
    width: 79px;
    width: 92px;
    /*border-left: 1px dotted #636363;*/
    float: right;
    height: 57px;
    transition:0.3s all;
}

.main_menu nav ul li.mnk_link
{
	display:none;
}

.main_menu.mnk nav ul li.mnk_link
{
	display:list-item;
}

.main_menu.mnk nav ul li.cu_link
{
	display:none;
}

.main_menu nav ul li:hover .menu-text{
    color:#fff;
    transition:0.3s all;
}

.main_menu nav ul li:first-child{
    /*border-right: 1px dotted #636363;*/
}
.main_menu .menu-text{
    color:#a3a3a3;
    font-size:14px;
    line-height:14px;
    margin-top: 6px;
}
.menu-icon{
   /*background:url(../img/menu_icons.png) no-repeat;*/ 
   margin:0 auto;
}

	.menu-icon.card {
		/*background:url(../img/bcard/ico_silvercash.png) no-repeat;*/
	}
	.menu-icon.card img{

		margin-top:10px;
	}
	.menu-icon.card.msg {
		/*background:url(../img/bcard/ico_msg.png) no-repeat;*/
	}
.menu-icon.card{
    width:35px;
    height:32px;
    /*background-position: -136px 0px;*/
    /*background-position: 0px 10px;*/
}

.main_menu nav ul li:hover .menu-icon.card{
   /*background-position:-136px -30px;*/
}

.menu-icon.cart{
    width:35px;
    height:32px;
    /*background-position: -98px 2px;*/
    position: relative;
}

.main_menu nav ul li:hover .menu-icon.cart .cart_counter {
    background: white;
    color: #06448D;
}

.header_counter{
    width: 13px;
    height: 13px;
    background: #06448D;
    padding: 0px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 11px;
    font-family: typopas, arial;
}
.main_menu nav ul li:hover .menu-icon.cart{
   background-position:-98px -28px;
}
.menu-icon.person{
    width:30px;
    height:32px;
    background-position: -67px 2px;
}

.main_menu nav ul li:hover .menu-icon.person{
   background-position:-67px -28px;
}

.menu-icon.logout{
    width:31px;
    height:32px;
    background-position: -35px 2px;
}

.main_menu nav ul li:hover .menu-icon.logout{
   background-position:-35px -28px;
}

.menu-icon.benefit{
    width:35px;
    height: 29px;
    margin-top: 4px;
    background-position: 0px 0px;
}

.main_menu nav ul li:hover .menu-icon.benefit{
   background-position: 0px -29px;
}

.main_search{
    float: left;
    /*margin-top: 18px;*/ /* inon */
    /*padding-bottom: 5px;*/
    /*margin-right: 13px;*/
    /*border-bottom: 1px solid rgba(207, 207, 207, 0.67);*/
	/*height: 100%;*/
	width:18%;
	border-top: 2px solid rgba(78, 79, 84, 0.87);
}
.ie8 .main_search{ /*rivka 15/2/2015*/
    border-bottom:solid 1px #8B8B8B;
}

.search_input_wrapper {

	background-color: rgba(235, 235, 235, 0.25);

  /*width: 287px;
  width: 100%;*/
  height: 42px;
  z-index: 1;
  position:relative;
  margin-top: 39px;
    margin-right: 30px;
}

.search_input_wrapper input[type="text"]{
    width: 135px;
    height:21px;
    margin-top:9px;
    font-size:12px;
    color: #FFF;
    font-family:typopas, arial;
    font-weight: bold;
    border:none;
    outline: none;
    background: none;
    font-size: 14px;
    text-indent: 14px;
    margin-left: 0px;
}
.ie8 .search_input_wrapper input[type="text"] /*rivka 15/2/2015*/
{
	padding-top:4px;
}
.search_input_wrapper label{ /*rivka 15/2/2015*/
    width: 135px;
    height:21px;
    margin-top:14px;
    color: #FFF;
    font-family:typopas, arial;
    font-weight: bold;
    border:none;
    outline: none;
    background: none;
    font-size: 14px;
    text-indent: 14px;
    margin-left: 0px;
    position:absolute;
	display:none;
	color:#A5A5A5;
	padding:0;
	cursor:text;
	
}
.search_input_wrapper.HideInput label /*rivka 15/2/2015*/
{
	display:inline-block;
}

.search_input_wrapper.HideInput input[type="text"]  /*rivka 15/2/2015*/
{
	display:none;
}

.search_input_wrapper .mag{
    width:14px;
    height:14px;
    background: url(../img/mag.png) no-repeat;
    position:absolute;
    left: 14px;
    top: 16px;
}

.orders_call{
    margin-bottom: 3px;
    color:#fff;
    font-size:23px;
    font-family:apolo, arial;
    font-weight:400 ;
}

.moked{
    width:56px;
    height:20px;
    background: url(../img/footer-icons.png) no-repeat;
    background-position: -117px -12px;
    float:right;
    margin-top: 2px;
    margin-left: 5px;
}

.histadrut_menu{
    float: left;
    border: none;
    margin-right: 12px;
    /* margin-right: 18px; */
    transition: .3s all;
}

.histadrut_menu_button{
    width:152px;
    height: 58px;
    background: url(../img/histadrut_menu.png) no-repeat;
}

.histadrut_menu ul{
    visibility: hidden;
    list-style: none;
    width: 152px;
    position: absolute;
    top: 81px;
    margin-top: 5px !important;
    /* margin: 0; */
    /* margin-top: 0 !important; */
    /*background: white;*/
    transition: 0.3s all;
    opacity: 0;
    height: 0;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}
.histadrut_menu:hover .histadrut_menu_button{
    background-position: 0 -59px;
    height: 63px;
}
.histadrut_menu:hover ul ,.histadrut_menu_button:hover ul{
  visibility: visible;
  position: absolute;
  z-index: 2;
  width: 152px;
  height: 188px;
  opacity: 1;
}

.histadrut_menu li {
  clear:both;
  width: 100% !important;
  height: 16px !important;
  padding: 4px 12px 6px 0px;
  font-size: 15px;
  text-align: right;
  color: black;
  background-image: -moz-linear-gradient( 90deg, rgb(245,245,245) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(245,245,245) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(245,245,245) 0%, rgb(255,255,255) 100%);
  border-bottom: 1px solid rgb(213, 213, 213);
  border-right: none !important;
  border-left: none !important;
}

.histadrut_menu li:hover {
    color:white;
    background:#e43d97;
}

.histadrut_menu a:last-child li {
    border-bottom: none;
    border-radius: 0 0 4px 4px;
}

.second_menu {
    /*margin-top: 18px;
    width: 100%;
    height: 50px;
   
    position:absolute;*/
	
    width:990px;
    margin:0 auto;
}


@media screen and (max-width: 1880px) {
	.second_menu ul li {
		font-size:18px!important;
		
	}
	.home_category
	{
		height:570px!important;
	}
	.item-w2 .nivoSlider h1{
		font-size: 35px!important;
	}
	

	#home_category_grid .item-w2.item-h1 h1{
		font-size: 26px!important;
	}

	#home_category_grid .item-w1.item-h1 h1{
		font-size: 25px!important;
	}
}
@media screen and (max-width: 1760px) {
	.second_menu ul li {
		font-size:17px!important;
		
	}
	.home_category
	{
		height:420px!important;
	}
	.item-w2 .nivoSlider h1{
		font-size: 32px!important;
	}
	#home_category_grid .item-w2.item-h1 h1{
		font-size: 22px!important;
	}

	#home_category_grid .item-w1.item-h1 h1{
		font-size: 21px!important;
	}
}
@media screen and (max-width: 1630px) {
	.second_menu ul li {
		font-size:15px!important;
		
	}
	.home_category
	{
		height:470px!important;
	}
	.item-w2 .nivoSlider h1{
		font-size: 28px!important;
	}
	#home_category_grid .item-w2.item-h1 h1{
		font-size: 18px!important;
	}

	#home_category_grid .item-w1.item-h1 h1{
		font-size: 16px!important;
	}
}
@media screen and (max-width: 1430px) {
	.second_menu ul li {
		font-size:13px!important;
		
	}
	.home_category
	{
		height:370px!important;
	}
	.item-w2 .nivoSlider h1{
		font-size: 25px!important;
	}
	#home_category_grid .item-w2.item-h1 h1{
		font-size: 14px!important;
	}

	#home_category_grid .item-w1.item-h1 h1{
		font-size: 13px!important;
	}
}
@media screen and (max-width: 1119px) {
	.second_menu ul li {
		font-size:13px!important;
		
	}
	.home_category
	{
		height:270px!important;
	}
	.item-w2 .nivoSlider h1{
		font-size: 25px!important;
	}
	#home_category_grid .item-w2.item-h1 h1{
		font-size: 12px!important;
	}

	#home_category_grid .item-w1.item-h1 h1{
		font-size: 10px!important;
	}
}

body.category_desktop.trb_102465 .second_menu ul li:not(#trb_102465)
,body.category_desktop.trb_102466 .second_menu ul li:not(#trb_102466)
,body.category_desktop.trb_102467 .second_menu ul li:not(#trb_102467)
,body.category_desktop.trb_102468 .second_menu ul li:not(#trb_102468)
,body.category_desktop.trb_102469 .second_menu ul li:not(#trb_102469)
,body.category_desktop.trb_102470 .second_menu ul li:not(#trb_102470)
,body.category_desktop.trb_102471 .second_menu ul li:not(#trb_102471)
,body.category_desktop.trb_102472 .second_menu ul li:not(#trb_102472)
{
	background-color:transparent!important;
}
body.category_desktop.trb_102465 .second_menu ul li:not(#trb_102465) a
,body.category_desktop.trb_102466 .second_menu ul li:not(#trb_102466) a
,body.category_desktop.trb_102467 .second_menu ul li:not(#trb_102467) a
,body.category_desktop.trb_102468 .second_menu ul li:not(#trb_102468) a
,body.category_desktop.trb_102469 .second_menu ul li:not(#trb_102469) a
,body.category_desktop.trb_102470 .second_menu ul li:not(#trb_102470) a
,body.category_desktop.trb_102471 .second_menu ul li:not(#trb_102471) a
,body.category_desktop.trb_102472 .second_menu ul li:not(#trb_102472) a
{
	color:#ffffff!important;
}
body.category_desktop .second_menu ul li:hover
{
	border-bottom-width:4px!important;
	border-bottom-style:solid!important;
}


.second_menu ul li {
	border-bottom-width:4px;
	border-bottom-style:solid;
    float: left;
    float: right;
    line-height: 42px;
    padding: 0 17px 0 17px;
    height: 38px;
    margin-top: 5px;
    color: #020210;
	margin-left:0.8%;
letter-spacing: -0.7px;
		font-size:22px;
		margin-top:39px;
		cursor:pointer
}
.second_menu ul li:hover{
	opacity:0.7;
}

.second_menu ul li a.amain{
    position: relative;
}

/*.second_menu ul li.limain::after{
    content: "|";
    color: #020210;
    font-size: 13px;
    line-height: 0px;
    margin-top: -19px;
    margin-right: -15px;
    display: block;
    float: right;
    position:absolute;
}*/

.limain{
    position: inherit;
}
.second_menu ul li.limain:hover::after{
   content: "";
}
.second_menu ul li.limain:hover + .limain::after{
  content: "";
}

.second_menu ul li.active:hover a.amain::after{
   /*content: '';
   position: absolute;
   top: 28px;
   right: -18px;
   background: url(../img/menu_sides.png) no-repeat;
   height: 7px;
   width: 7px;
   background-position: -7px 0px;
   z-index: 9;
   transition: 0.2s all;
   margin-bottom: 0;*/
}

.second_menu ul li.active:hover a.amain::before{
   /*content: '';
   position: absolute;
   top: 28px;
   left: -18px;
   background: url(../img/menu_sides.png) no-repeat;
   height: 7px;
   width: 7px;
   background-position: 0px 0px;
   z-index: 9;
   transition: 0.2s all;
   margin-bottom: 0;*/
}

.second_menu ul li.active:hover{
    /*background:#fff;
    border-radius: 4px 4px 0 0;*/
}

.second_menu ul li.active:hover a{
    /*color:#000;*/
}

.second_menu ul li a{
    /*color:#d9d9d9;
    font-size:18px;
    font-family: apolo, arial;
    font-weight: 400;*/
	color:#020210;
}

.second_menu ul li.limain:first-child::after {
    content: '';
}

.second_menu ul li{
    /*position:relative;*/
}


.iO
{
    min-height:320px;
    position: relative;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTBlMGUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #ffffff 50%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 50%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 50%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 50%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-8 */
    border-radius: 7px;
}
.second_menu ul li:first-child{
   /* margin-right: -14px;*/
}
.second_menu a.lnkTop
{
	width:12%;
	margin-top:12px;
}
.inner_wrapper1 a.lnkTop
{
	width:18%;
}
.inner_wrapper1 a.lnkTop .logo_container img
{
	width:95%;
}
.inner_wrapper.inner_wrapper1 .logo_container
{
	position: relative;
    top: 25px;
}
.second_menu a.lnkTop .logo_container img
{
	width:90%;
}
a.lnkTop
{
	float:right;
}
.whiteMenu
{
    display: none; 
    width: 1000px;
    /*height: 360px;*/
    position:absolute;
    z-index:1000;
    right: 0px;
    left: 0;
    margin: 0 auto;
    top: 52px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.Uls
{
    float: right;
    height:304px;
    margin-top: 24px;
}

.teamUl
{
    width: 140px;
    float: right;
    height: 286px;  
}

.teamUl li{
    margin-top:0 !important;
}

.teamUl p a
{
    float:right;
    text-align: right;
    color:#ff242d;
    font-size:15px;
    line-height:15px;
    padding:0;
    margin:0;
    margin-right:12px;
    margin-top:25px;
    margin-bottom:4px;
    font-weight:300;
    width:110px;
}

.teamUl p a:hover
{
    text-decoration: underline;    
}

.teamUl ul
{
    margin-top: 0;
    margin-right:0px;
    float:right;
    border-right: 1px dotted #949494;
    height: 100%;
    width: 130px;
    padding-right: 15px;
    padding-left: 15px;
}

.teamUl ul:last-child{
    border-left: 1px dotted #949494;
}

.teamUl li {
    margin-bottom: 0;
    height: auto !important;
    padding:0 !important;
    clear:both;
}

.teamUl li:hover {
    background:none !important;
    border-radius:none !important;
}
.teamUl li a
{
    display: block;
    text-align: right;
    color: #303030;
    font-size:13px;
    line-height:50px;
    direction: rtl;
    transition:.3s all;
}
.teamUl li a:hover
{
    text-decoration:none;
    color:#06448D !important;
}

.allCats
{
    padding-top:15px;
    padding-right:10px;
    border-top:1px solid #e8e8e8;
    width:500px;
    text-align:right;
}
.allCats a
{
    color: #666666;
    font-size:12px;
}
.allCats a:hover
{
    text-decoration:underline;
}
.menuProduct
{
    float:left;
    padding:0px;
    width:146px;
    border-right:  1px solid #e8e8e8 ;
    height: 281px;
    padding: 5px 36px; 
}
.menuProdTitle
{
    margin-top: 10px;
    margin-bottom:5px;
    font-size:14px;
    color:#4a4a4a;
    text-align:center;
}
.menuProdImg
{
    margin:0px;
    padding:0px;
}
.menuProdImg img
{
    max-width:133px;
    max-height:166px;
    text-align: center;
}

.menuProdText
{
    width:133px;
    margin-top:3px;
    text-align: right;
    
}

.menuProdText p
{
    font-size:11px;
    color:#535353;
    line-height:16px;
    text-align: justify;
}
.menuProdBtn
{
    text-align:center;
    margin-top:7px;
    
}

.white-manue-anima
{

    height: auto!important; 
    
}

.catExtraWarp
{
    width:225px;
    float:right;
    height:304px;
}

.catExtraWarp img {
    position: absolute;
    bottom:0;
    right:0;
}

.catHeader
{
    text-align: right !important;
    padding-top: 14px;
    padding-right: 41px;
}
.catHeader h2
{
    font-size: 40px;
    font-weight:300;
    line-height:35px;    
    padding:0;
    margin:0;
    color: #000;
    font-family: atlas, arial;
}
.catExtraWarp a
{
    padding-right: 5px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #303030;
    text-align: right;
}

.newStore
{
    background-color: #e1e1e1;
    width: 137px;
    margin-bottom: 1px;
    height: 17px;
    padding-top:5px;
}
.newStore:hover
{
    background-color:#d3d3d3;
}
.sellStore
{
    background-color: #d7d7d7;
    width: 137px;
    margin-bottom: 1px;
    height: 20px;
}
.saleStore
{
    background-color: #e1e1e1;
    width: 137px;
    margin-bottom: 1px;
    height: 20px;
}

.catHeader h2{
    font-family: typopas, arial;  font-weight: 200;  font-size: 40px;  margin-top: 25px !important;
}

.Uls .teamUl ul p a{
    color: #06448D !important;
    font-size: 16px;
    font-family: typopas, arial;
    margin: 0;
    margin-bottom: 9px;
    font-weight: 200;
}

.Uls .teamUl ul li a{
    color: #303030;
    font-size: 14px;
    font-family: typopas, arial;
    line-height: 13px;
    height: 25px;
    font-weight: 200;
}

.catExtraWarp img{
    padding-right: 27px;
}
.clear{
    clear:both;
}


.category.category_desktop .wrapper,.classic .wrapper  {
	background-image: url(../img/bcard/parpar.png);
    background-repeat: no-repeat;
    background-position-x: 77%;
    background-position-y: 37px;
}
.shopping_cart .wrapper  {
	background-image: url(../img/bcard/parpar.png);
    background-repeat: no-repeat;
    background-position-x: 77%;
    background-position-y: 37px;
	padding-top:70px;
}
.checkout_page .wrapper  {
	background-image: url(../img/bcard/parpar.png);
    background-repeat: no-repeat;
    background-position-x: 77%;
    background-position-y: 37px;
	padding-top:70px;
}
.classic .wrapper  {
    background-position-x: 78.5%;
    background-position-y: 2.005%;
}

.wrapper{
    width:100%;
    background: #fff;
    padding-bottom:50px;
    padding-top:40px;
    min-width: 1024px;
    min-height: 477px;
}

.inner_wrapper{
    width:990px;
    margin:0 auto;
}

.spacer_top{
    height: 10px;
}
.content{
    color:#000;
    float:left;
    padding-right:50px;
    width: 743px;
}


.upper{
    font-variant: 
}
aside.sidebar-right{
    width: 197px;
    color:#000;
    float:right;
}

aside.sidebar-right nav.sidebar_menu ul li {
    font-size: 16px;
    padding: 10px 0 6px 0;
    border-bottom: 1px dotted #949494;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 0;
}

aside.sidebar-right nav.sidebar_menu ul li a{
    color:#000;
    transition:0.3s all;
}

aside.sidebar-right nav.sidebar_menu ul li a:hover,aside.sidebar-right nav.sidebar_menu ul li a.active {
    color: #06448D;
}


aside.sidebar-right h2,.content h2{
    font-weight: 400;
    border-bottom:2px solid black;
    padding: 2px 0 6px 0;
    font-size:24px;
    margin: 12px 0 0 0;
	border:none;
	color: #054385;
    font-weight: 400;
}

/**** mobile menu ****/
.btn_snapmenu, .btn_home_page{
    display:block;
    float: right;
    margin-right: 20px;
    margin-top: 35px;
    margin-top: 25px;
}

li.no-line.search_container {
    display: block;
}
.search_container input[type="text"] {
    background: #353535;
    /*color: #646464;*//*rivka 5/5/2015*/
    width: 95%;
    margin: 0;
    display: block;
    border: none;
    border-radius: 25px;
    border-radius: 3px;
    height: 36px;
    text-indent: 13px;
    outline: none;
    border-bottom: none;
    margin-bottom: 10px;
    margin-top: 8px;
}

.mag_m {
    display: block !important;
    position: absolute;
    background: url(../img/mobile/mag.png) no-repeat;
    height: 15px;
    width: 18px;
    background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    top: 12px;
    left: 9%;
    cursor:pointer;
}

.back {
    position: absolute;
    left: 18px;
    top: 35px;
    cursor: pointer;
    top: 25px;
}

.page_name {
    margin: 0 auto;
    float: none;
    margin-top: 36px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
    max-width: 64%;
}
.li_trb_1
{
    background: url(../img/bcard/li_ico_1.png) no-repeat;
}
.li_trb_2
{
    background: url(../img/bcard/li_ico_2.png) no-repeat;
}
.li_trb_3
{
    background: url(../img/bcard/li_ico_3.png) no-repeat;
}
.li_trb_4
{
    background: url(../img/bcard/li_ico_4.png) no-repeat;
}
.li_trb_5
{
    background: url(../img/bcard/li_ico_5.png) no-repeat;
}
.li_trb_6
{
    background: url(../img/bcard/li_ico_6.png) no-repeat;
}
.li_trb_7
{
    background: url(../img/bcard/li_ico_7.png) no-repeat;
    /*background: url(../img/bcard/ico_7.png) no-repeat;
	background-size:34px ;*/
}
.li_trb_8
{
    background: url(../img/bcard/li_ico_8.png) no-repeat;
}
.li_trb_9
{
    background: url(../img/bcard/li_ico_9.png) no-repeat;
}
.li_trb_10
{
    background: url(../img/bcard/li_ico_10.png) no-repeat;
}
.li_trb_11
{
    background: url(../img/bcard/li_ico_11.png) no-repeat;
}
.li_trb_12
{
    background: url(../img/bcard/li_ico_12.png) no-repeat;
}
.trb_li div
{
    height: 26px;
    height: 32px;
    width: 34px;
    text-indent: 45px;  
	line-height: 37px;

}
.trb_li
{
	border-bottom:solid 1px #DCE7F0;
    width: 95%;
}
.person_m {
    background: url(../img/bcard/menu_buttons.png) no-repeat;
    background: url(../img/bcard/account.png) no-repeat;
    height: 26px;
    width: 34px;
    /*background-position: 0px 0px;*/
    text-indent: 45px;  line-height: 37px;
}.contact_m {
    background: url(../img/bcard/menu_buttons.png) no-repeat;
    background: url(../img/bcard/bubble_big.png) no-repeat 0px -23px;
    height: 26px;
    width: 34px;
    /*background-position: 0px 0px;*/
    text-indent: 45px;  line-height: 37px;
}
.logout_m {
    background: url(../img/bcard/menu_buttons.png) no-repeat;    
    background: url(../img/bcard/logout_m.png) no-repeat;
    height: 33px;  width: 33px;  
    /*background-position: -67px 0;*/
    text-indent: 45px;  line-height: 37px;
}
.shop_m {
    background: url(../img/bcard/menu_buttons.png) no-repeat;  
    background: url(../img/bcard/basket.png) no-repeat;
    height: 33px;  width: 33px;    
    height: 26px;
    width: 34px;
    /*background-position: -33px 0;*/
    float: right;
    display: block;
    text-indent: 45px;
    line-height: 37px;
}
.fav_m {
    background: url(../img/bcard/favs.png) no-repeat;
    height: 33px;  width: 33px;    
    height: 26px;
    width: 34px;
    /*background-position: -33px 0;*/
    float: right;
    display: block;
    text-indent: 45px;
    line-height: 37px;
}

.impor {
    background: url(../img/bcard/menu_buttons.png) no-repeat;  
    height: 33px;  width: 33px;    
    background-position: -101px 0;
    float: right;
    display: block;
    text-indent: 45px;
    line-height: 37px;
}

.indent {
float: right;
margin-left: -9px;
margin-top: -8px;
}

li.no-line:after {
    border: none !important;
}
#mob_menu{
    /*background:url(../img/mobile/back.png) repeat !important;*/
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
/*** footer ***/

footer{
    /*background: url(../img/back_stripes.png) repeat;*/
    height:235px;
    height:325px;
    /*border-top:2px solid #06448D;*/
    padding-top: 0px;
    min-width:1024px;
    min-width:1199px;
	    border-top: solid 7px #F0F0F0;
}
.homepage footer{

	    border-top: 0px;
}

footer .inner_wrapper{
    padding-top: 24px;
}
footer h2{
    color:#2e2d2d;
    font-size: 19px;
    /*font-family:apolo, arial;*/
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 28px;
}

footer .footer_menu_container{
    /*width: 274px;*/
    /*padding-left: 39px;*/
    float:right;
	width:70%;
	min-width:710px;
}
.footer_info_container a {
    cursor: default;
}
footer ul li.secure{
    color:#2e2d2d;
	margin-top:50px;
	background-image:url(../img/bcard/ico_Secure.png);
	background-repeat:no-repeat;
	background-position-x:right;
	text-indent:20px;
	color: #5A5A5A;
    transition: 0.3s all;
    font-size: 17px;
}
footer ul li{
    list-style:none;
    line-height: 14px;    
    padding-bottom: 17px;
}

footer ul li a{
    color: #5A5A5A;
    transition:0.3s all;
    font-size:17px;
}

footer ul li a:hover{
    color:#06448D;
}

.mobile footer .footer_icon_container
{
     width: 100%; 

}
.mobile .footer_menu_container
{
    display:none;

}
.mobile footer .gift
{
   width: 60%;
    margin: 0 auto;
	margin-top:20px;
	float:none;
}
.mobile footer .text
{
   text-align:center;
}
.mobile footer .support
{
   font-size:20px;
}

footer .footer_icon_container{ 
     width: 20%; 
    padding-left: 9px;
    margin-top: 24px;
    float:right;
    height:100%; /* rivka 27/5/2015*/
	/*display:none;*/
}
.footer_icon_container .sep {
    margin-top: 6px;
    margin-right: 19px;
    margin-left: 4px;
}

footer .footer_menu_container .footer_block{
    float:right;
	margin-left:5%;
	margin-right:5%;
	padding-top: 27px;
}

/*footer .footer_menu_container .footer_block:first-child{
    padding-left: 66px;
}*/

footer .gift,footer .re-card{
    float:right;
    transition:.3s all;
    /*width: 122px;*/
} 
footer .gift{
    /*width:80px;*/
}
footer .gift img:first-child{
    width:100%;
}
footer .gift img.electric{
   width: 30%;
    margin-right: 4%;
	margin-top:25px;
}

footer .gift .icon{
    /*width: 36px;
    height: 40px;*/
    background: url(../img/footer-icons.png) no-repeat;
    background-position: -26px -2px;
    margin:0 auto;
    float: right;
    margin-left: 10px;
    margin-top: 6px;
}

footer .sep{
    width: 1px;
    height: 40px;
    background: url(../img/footer-icons.png) no-repeat;
    background-position: -62px -2px;
    margin:0 auto;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -1px;
}

footer .re-card .icon{
    width: 27px;
    height: 42px;
    background: url(../img/footer-icons.png) no-repeat;
    background-position: 0px 0px;
    margin:0 auto;
    margin-top: 3px;
    margin-right: 15px;
    float: right;
}

footer .re-card{
    /* margin-right: 15px; */
    float: right;
}
/*footer .gift:hover,footer .re-card:hover{
    opacity:0.7
}*/
footer .text{
        color: #787878;
    font-size: 19px;
    font-weight: 400;
    text-align: right;
    /* margin-top: 10px; */
    line-height: 19px;
    /* float: right; */
    margin-right: 10px;
}
footer .support{
        color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-align: right;
    /* margin-top: 10px; */
    line-height: 19px;
    /* float: right; */
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
	
	background:url(../img/bcard/call.png) #06448D;
	background-repeat:no-repeat;
	background-position-x:5%;
	background-position-y:50%;
	padding:20px;
	display:none;
}

footer .footer_info_container{
    float:right;
    padding-left: 0px;
    margin-top: 31px;
	display:none;
}

footer .footer_logos_container{
    float:right;
}

footer .subtext{
    color:#4e4e4e;
    font-size: 15px;
    font-family:typopas, arial;
    font-weight: 200;
    float: right;

    margin-top: -2px;
}


    footer .orders_call {
        margin-right: 17px;
        text-indent: -3px;
        font-size: 21px;
        float: right;
        padding-left: 17px;
        margin-top: 12px;
    }
    .orders_call {
    float: right;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 10px;
    }


.moked_text sup {
    top: 6px;
    right: 2px;
    font-size: 22px;
}

.moked_phone{
    display:none;
}


.histadrut_mobile{
    /*width: 100%;*/
    margin-top:20px;
    display:none;
    padding-right:5%; 
}

.menu-block-right {
    margin-top:20px;
    clear: both;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 4%;
    margin-left: 0;
    height: 80px;
    float:right

}
.menu-block-left {
    margin-top:20px;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0;
    float:right;
    height: 80px;
}
.histadrut_mobile .histadrut_logo_mobile{
    background:url(../img/mobile/histadrut.png) no-repeat;
    width: 131px;
    background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 43px;
    float:right;
    clear:both;
}

footer .lock{
    width: 24px;
    height: 24px;
    background: url(../img/footer-icons.png) no-repeat;
    background-position: -97px -8px;
    float:right;
    margin-right: -8px;
    margin-top: -2px;
    margin-left: 2px;
}

footer .histadrut_logo{
    width: 178px;
    height: 57px;
    background: url(../img/histadrut.png) no-repeat;
    margin:0 auto;
    float:right;
    margin-bottom: 20px;
    margin-top: -11px;
}

footer .amutot_logo{
    width: 183px;
    height: 57px;
    background: url(../img/amutot.png) no-repeat;
    margin:0 auto;
    float:right;
    margin-top: 3px;
}

.re-card .text {
    margin-right: 9px;
    text-align: right;
}

footer .safe_p{
    margin-top: 2px;
    margin-right: 19px;
    text-indent: -3px;
    float: right;
    margin-bottom: 3px;
    color: #fff;
    font-size: 21px;
    font-family: apolo, arial;
    font-weight: 400;
}

footer .firma {
    margin: 0 auto;
    border-top: 1px solid rgba(128, 128, 128, 0.36);
    margin-top: 23px;
    padding-top: 18px;
    width: 100%;
}

.firma_logo{
    width: 94px;
    height: 9px;
    background: url(../img/firma.png) no-repeat;
    margin:0 auto;
    float:left;
}
/* hompage */
.homepage:not(.mobile){
    min-width:1299px;
}

.homepage header,.homepage footer{
    /*min-width:1199px;*/
}
#homepage_box{
    background:#ffffff;
    padding-top:18px;
    padding-bottom:18px;
	background-image:url(../img/bcard/parpar.png);
	background-repeat:no-repeat;
	background-position-x:91.5%;
	background-position-y:5.005%;
    /*padding-left:13px;
    padding-right: 13px;*/
}

#homepage_grid{
    /*width:100%;
	width:1100px;*/
	width:82%;
	min-width:700px;
	/*background-color:#E6E6E6;*/
    margin:0 auto;
	margin-top:100px;
	margin-bottom:100px;
	background-image:url(../img/bcard/bags.jpeg);
	  background-size: 25%;
	background-repeat:no-repeat;
	background-position-x:96%;
	background-position-y:11%;
	/*background-image:url(../img/bcard/parpar.png);*/
}
.inner_wrapper .main_search
{
	width: 220px;
	border-right: 2px solid rgba(78, 79, 84, 0.87);
	height:88px;
}
.main_search a
{

	display:inline-block;
}
.main_search span
{
	width:100px;
	display:inline-block;
}
.main_search a div
{
	color:#ffffff;
	text-decoration:underline;

}
.name_header
{
	text-align: left;
	width: 150px;
    float: left;
    margin-top: 35px;
    margin-right: 10px;
}
.name_header span{
	text-align:right;
}
.name_img
{
    height: 40px;
    width: 40px;
    border-radius: 50px;
    float: left;
    margin-top: 25px;
}
header .inner_wrapper.inner_wrapper2 {
    width: 67%;
    width: 60%;
	height: 40px;
    padding-right: 0;
    padding-left: 25px;
	float:left;
	height:100%;
	   border-left: 2px solid rgba(78, 79, 84, 0.87);
	   border-top: 2px solid rgba(78, 79, 84, 0.87);

}
header .inner_wrapper {
    width: 90%;
    /*padding-right: 2%;
    padding-left: 2%;*/
    position: relative;
    max-width: inherit;height: 90px;
}
header .inner_wrapper1 {
	min-width:1199px;
}
header .second_menu {
    width: 90%;
    /*padding-right: 2%;
    padding-left: 2%;*/
    position: relative;
    max-width: inherit;
	height: 115px;
	min-width:1199px;
}

header .inner_wrapper .histadrut_menu ul{
    top: 57px;
    border-radius: 0 0px 4px 4px;
}
.homepage footer .inner_wrapper{
    width:990px;
    width:70%;
}
.homepage .whiteMenu{
    margin:0;
    margin-right:-8px;
}

/* hompage popup */

.pop_back{
    background: url(../img/bcard/bg_login.jpeg) no-repeat;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    width:100%;
    height: 1110px;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.pop_stripes{
    position:relative;
    width:100%;
    height:100%;
    /*background: url(../img/back_stripes.png) repeat;*/
    /*background: url(../img/bcard/_dot.png) repeat;*/
    top: 0;
    position: absolute;
}
.pop_login{
  width:950px;
  height:402px;
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;  
  background:#ffffff;
}
.pop_login_inner{
    position:relative;
    width: 100%;
    height:100%;
    /*background: url(../img/back_stripes.png) repeat;*/
}
.pop_login_inner .logo_container {
/*position: absolute;*/
bottom: 40px;
left: 309px;
margin-left: 7px;
}
.pop_left{
    float:right;
    width: 482px;
    width: 372px;
    padding-right: 190px;
	background-image:url(../img/bcard/PolygonBlack.png);
	background-repeat:no-repeat;
	background-position-x:right;
	background-position-y:70px;

}
.pop_login_form{
    float:left;
}
.pop_right{
    float:right;
    background:#2D2D2D;
   width: 300px;
    height: 313px;
    padding: 35px 46px 54px 28px;
}

.welcome_image{
   width: 281px;
   height:492px;
   background: url(../img/popup_left.png) no-repeat;
   float:left; 
}
.pop_right h1 {
    font-size: 59px;
    font-family: apolo, arial;
    color: #e81b89;
    font-weight: 200;
    padding-bottom: 0;
}

.pop_right h2 {
    font-size: 25px;  font-family: apolo, arial;  color: #e81b89;  font-weight: 200;
    margin-top: -3px;
    margin-bottom: 10px;
}

.pop_right h3 {
    color: black;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    width: 286px;
}

.warning_sign {
    background: url(../img/bcard/alert.png) no-repeat;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 24px;
    font-family: apolo, arial;
    font-weight: 600;
    position: absolute;
    top: 105px;
    left: 49px;
	display:none!important;
}
.pop_login_inner form {
    width: 320px;
    /*position: absolute;*/
    top: 171px;
    left: 338px;
	margin-top: 10px;
}
.warning {
    float: left;
    /* clear: both; */
    position: relative;
}

.warning_text {
    position: absolute;
    width: 330px;
    top: 130px;
    left: 40px;
    font-size: 16px;
    color: #ED8D1C;
}
.warning_text.w_f_lost_pass
{
    top: 160px;
}

/*#lostpas
{
	display:none;
}*/

.pop_right p {
    color: black;
    line-height: 21px;
    width: 286px;
    text-align: justify;
    font-size: 16px;
    margin-top: 23px;
    font-weight: 200;
}

.login_form form {
    width: 320px;
    /*position: absolute;*/
    top: 151px;
    left: 317px;
}
.login_form h1,.lost_pass h1,.lost_pass_mail h1 {
    /*position: absolute;*/
    color: #464646;
    top: 106px;
    left: 421px;
    /*font-family: apolo, arial;*/
    font-size: 30px;
}
.lost_pass h1 {
        width: 200px;
    /* position: relative; */
    /* margin-right: 145px; */
    margin-top: 5px;
    margin-top: 40px;
    /* left: 421px; */
    font-family: apolo, arial;
    font-size: 34px;
    color: #ffffff;
    letter-spacing: -0.5px;
}
.lost_pass_mail{
    height: 200px;
    margin-top:150px;
    position:relative;
}
/*clear:both {
    width: 100px;
    margin-left: 0;
    float: right;
    margin-top: 11px;
}*/

.lost_pass input#send_mail {
    margin-top: 0;
    margin-left: 0px;
}
.lost_pass_mail h1{
    left:305px;
    top:0
}
.lost_pass p {
    position: relative;
    clear: both;
	color:#464646;
}
.lost_pass_mail p {
    /*position:absolute !important;*/
    margin:0 auto;
    text-align:center;
    top:40px;
    left:395px


}
.lost_pass input#login_button {
    margin-top: 0;
    margin-left: -1px;
}
.lost_pass p:first-child {
    margin-top: 0;
    margin-bottom: 41px;
	font-size: 19px;
}
.lost_pass p#back_ent {
    margin:0;
    text-align: right;
    width:100px;
    float:right;
    margin-top: 10px;
}
.lost_pass_mail{
    display:none;
}
input#email {
    /*height: 31px;  margin-bottom: 16px;  text-indent: 10px;*/
    height: 31px;
    margin-bottom: 36px;
    text-indent: 10px;
    border: solid 2px #D3D3D3;
    /* font-weight: bold; */
    font-family: apolo, arial;
    letter-spacing: 0.5px;
	direction:ltr;
}

.email_tik {
    /*position: absolute;*/
       width: 227px;
    top: 49px;
    left: 8px;
    margin-bottom: 3px;
}
.login_form form input[type="text"], .login_form form input[type="password"] {
    height: 31px;
    margin-bottom: 16px;
    text-indent: 10px;
    border: solid 2px #D3D3D3;
    /* font-weight: bold; */
    font-family: apolo, arial;
    letter-spacing: 0.5px;
}

input#login_name
{
    margin-top: 20px;
    margin-top: 0px;
    /*margin-bottom: 72px;*/
}

.login_form form input[type="text"]:-webkit-autofill, .login_form form input[type="password"]:-webkit-autofill {
     -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input#email:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.login_form h1 {
    /*position: relative;*/

    margin-top: 40px;
    left: 421px;
    font-family: apolo, arial;
    font-size: 34px;
    color: #F7921B;
    letter-spacing: -0.5px;
}
.login_form h2 {
    /*position: relative;*/
    color: #5A5A5A;
    margin-top: 8px;
    left: 421px;
    font-family: apolo, arial;
    font-size: 25px;
    font-weight: normal;
	margin-bottom:42px;
}
.login_form .checkboxWhite {
    margin-top: -3px;
    margin-right: 4px;
}
.pop_login_inner p a {
    width: 200px;
    margin: 0;
    color: gray;
	cursor:pointer;
}
.login_form p {
       margin: 0;
    top: 343px;
    position: absolute;
    text-decoration: underline;
    font-size: 13px;
    /* font-weight: bold; */
}
.pop_login_inner input[type="submit"] {
    background: #06448D;
	border-radius:50px;
    border: none;
    color: #2B2D2C;
    padding: 7px;
    width: 153px;
    font-family: typopas, arial;
    font-size: 25px;
    font-weight: bold;
    float: left;
    margin-top: 25px;
    margin-top: -7px;
    margin-left: -5px;
	
	box-shadow: 0px 4px 0px 0px rgba(192, 191,189, 1);
}
[placeholder]:focus::-webkit-input-placeholder {
                opacity: 0;
            }

.pop_login p.back_ent {
    width: 100px;
    float: right;
    margin-top: 11px !important;
}
.login_form .logo_container {
    position: absolute;
    bottom: 40px;
    left: 309px;
}

.lost_pass{
    display: none;
    /* position: absolute; */
    /* left: -22px; */
    /* width: 300px; */
    /* top: -18px; */
	color:#464646;
}

.help {
    display:none;
    width: 21px;
    height: 21px;
    background: url(../img/bcard/help.png) no-repeat;
    text-align: center;
    position: absolute;
   left: 72px;
    line-height: 19px;
    top: 183px;
}
.help2 {
    display:none;
   width: 21px;
   height: 21px;
   background: url(../img/bcard/help.png) no-repeat;
   text-align: center;  position: absolute;  
  left: 72px;
    line-height: 19px;
    top: 216px;
}
.help3 {/*rivka 5/5/2015*/
    display:none;
   width: 21px;
   height: 21px;
   background: url(../img/bcard/help.png) no-repeat;
   text-align: center;  position: absolute;  
   left: 356px;
    line-height: 19px;
    top: 216px;
}
.remember_me {
    position: absolute;
    top: 3px;
    right: 24px;
    width: 121px;
    color: #464646;
}
input#login_password /* inon */
{
	
}


/* popup ver2 */
.pop_ver2 .pop_login{
    background: url(../img/popup.png) no-repeat;
    width:560px;
    height:551px;
    margin:0 auto;
    position: absolute;
    margin-top: 0;
}

.pop_ver2 .pop_top{
    background: url(../img/popup_top.png) no-repeat;
    width:115px;
    height:117px;
    top: -61px;
    right: -47px;
    position: absolute;
}

.pop_ver2 .pop_login_inner{
    margin:0 auto;
    margin-top:20px;
}

.pop_ver2 .pop_login_inner {
position: relative;
width: 47%;
height: 100%;
background: none;
}

.pop_ver2 .login_form {
    margin: 0 auto;
    position: relative;
    clear: both;
    float: none;
    text-align: center;
    width: 300px;
    height: 300px;
}

.warning{
    display:none;
}
.pop_ver2 .warning_text {
    top:62px;
    font-size:16px !important; 
}
.pop_ver2 .remember_me {
position: absolute;
top: -1px;
right: 18px;
width: 121px;
}
.pop_ver2 .warning_sign{
    top: 25px;}
.pop_ver2 form {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 24px;
}

.pop_ver2 .pop_title {
    padding-top: 75px;
    text-align: center;
}
.pop_ver2 .pop_title h1 {
color: white;
font-size: 49px;
font-family: apolo, arial;
text-indent: 21px;
}
.pop_ver2 .login_form input[type="submit"]{
    background:black;
}
.pop_ver2 h2 {
    color: white;  
    font-size: 22px;  font-family: apolo, arial;
    font-weight: 200;
    text-indent: 7px;
    width: 284px;
    margin-top: -1px;
}

.pop_ver2 .login_form h1 {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 33px;
    text-align: right;
    margin-bottom: 12px;
    margin-right: 21px;
}

.pop_ver2 .warning {
    position: absolute;
    top: 404px;
    left: 117px;
    float: none;
}

.pop_ver2 .logo_container {
position: absolute;
background: url(../img/logos.png) no-repeat;
width: 308px;
margin-top: 0;
height: 44px;
margin-bottom: 0;
top: 573px;
left: 123px;
}
.pop_ver2 .lost_pass {
    top: 174px;
    right: 0;
}

.pop_ver2 .lost_pass h1 {
    position: absolute;
    top: -1px;
    left: 80px;
}

.pop_ver2 .lost_pass form {
    top: 41px;
}

.pop_ver2 .lost_pass input#send_mail {
    background: black;
}

.pop_ver2 .lost_pass_mail {
    margin-top: 60px;
    width: 300px;
    height: 300px;
    position: absolute;
    left: -332px;
}
.pop_ver2 .lost_pass_mail h1 {
    width: 308px;
    margin: 0 auto;
    text-align: center;
}

.pop_ver2 .lost_pass_mail p{
    width:140px
}
/* masonry */
#homepage_grid
{
	position: relative; 
	overflow: hidden;
	 /*height: 1360px;*/
}
#home_category_grid .item.item-w2.item-h2
{
	
	background-color: transparent;
	background-color: #fff;
	/*border-radius:0px;*/
}
#home_category_grid .item-w2.item-h1 h1
{
	padding-right: 14%;
    padding-left: 14%;
	    text-align: right;
		font-size: 26px;
}
#home_category_grid .item-w1.item-h1 h1
{
	padding-right: 14%;
    padding-left: 14%;
		font-size: 25px;
		margin-top:10%;
		text-align:center;
}
.item {
    float: right;
   /* width: 12.5%;
    height: 216px;*/
  /* width:258px;
   height:330px;*/
  width:22.5%;
    margin: 0 1% 2.2%;
    overflow: hidden;

	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	/*border-width: 1px;
	border-color: #DED7DE;
	border-style: solid;*/
	border:solid 1px #ffffff;
	border-radius:5px;
	background-color: #ffffff;
	/*box-shadow: 0px 0px 5px 0px rgba(8, 0, 0, 0.35);*/
}
.item-w2 {
    /*width: 25.5%;*/
   /*width:258px;
   height:330px;
    border-radius: 4px;
 background: #06448D;*/
}
.item-w1 {
	width:14.27%;
    /*width: 25.5%;*/
   /*width:258px;
   height:330px;
    border-radius: 4px;
 background: #06448D;*/
}

.iw_off {
    background: #06448D;
    width:100%;
}   
.item.isotope-item.iw_off.ih_off{
    background: none !important;
}
.item.item-first
{	
	border:0;
    box-shadow: 0;
	border-top-left-radius:0px;
	border-top-right-radius: 0px;
	border-width: 0px;
	box-shadow:none;
	background: none!important;
	/*background-image:url(../img/bcard/parpar.png);
	background-repeat:no-repeat;
	background-position-x:right;*/
}
.item-first .fav-ttl
{	
	color: #2e2d2d;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -1.2px;
    font-family: apolo, arial;
}

.item-h2 {
    /*height: 422px;*/
    border-radius: 2px;
    /*background:none;*/
}
.ih_off {
    height: 216px
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}

#homepage_grid .item:not(.item-first)
{
	border:solid 1px #DBD7DB;
}
#homepage_grid .item-w2 img{
    height:265px;
    height:20%;
}
#homepage_grid .item-w1 img{
    height:168px;
    height:20%;

}
.item img,.item-w2 img,.item-h2 img{
    width:100%;
   height: 70%;
}

.item_desc h3 {
    margin: 0;
    color: #06448D;
    font-size: 18px;
    font-family: apolo, arial;
    margin-top: 6px;
    margin-right: 6px;
    font-weight: 200;
    line-height:1.3; /* rivka 27/5/2015 */
}


.item_desc p {
    color: black;
    margin: 0;
    font-size: 18px;
    font-weight: 200;
    font-family: apolo, arial;
    margin-right: 6px;
}


.item_desc{
    background:gray;
    position:absolute;
    bottom: -35px;
    bottom: -702px; /* rivka 27/5/2015 */
    height: 65px;
    height: 365px; /* rivka 27/5/2015 */
    width:22.5%;
    transition:.3s all;
	opacity:0.9;
}

.item:hover .item_desc{
    top: auto;  
    bottom: -1px;  
}
hr {
    margin-bottom: 4px;
    opacity: 0.3;
}
.item-w2.item-h2 .nivoSlider h1
{
	margin-top: 4%;
    text-align: right;
    font-size: 35px;
    margin-right: 3%;
    width: 50%;
    display: inline-block;
}

.item-w2.item-h2  h1
{
	margin-top: 4%;
    text-align: right;
    font-size: 35px;
    margin-right: 3%;
    width: 50%;
    display: inline-block;
}
	body.mobile_homepage .item-w2.item-h2  h1
	{
		font-size:18px!important;
		width: 49%;
		font-family: typopas, arial;
	}

.nivoSlider .btn_new_slider
{
	background: #06448D;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    padding: 9px 7px 9px 7px;
    width: 130px;
    font-family: typopas, arial;
    font-size: 17px;
    font-weight: bold;
    box-shadow: 0px 4px 0px 0px rgba(120, 120,120, 0.5);
    top: 75%;
    text-align: center;
    display: inline-block;
	float: left;
    margin-left: 10px;
    margin-top: 5%;
}
.btn_new_slider
{
	background: #06448D;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    padding: 9px 7px 9px 7px;
    width: 130px;
    font-family: typopas, arial;
    font-size: 17px;
    font-weight: bold;
    box-shadow: 0px 4px 0px 0px rgba(120, 120,120, 0.5);
    top: 75%;
    text-align: center;
    display: inline-block;
	float: left;
    margin-left: 10px;
    margin-top: 5%;
	
		padding: 7px;
		width: 37%;
}

.item-w2 h1,.iw_off h1{
    color:#2e2d2d;
    margin-top: 2%;
    text-align: right;
    font-size: 26px;
    font-family: apolo, arial;
    font-weight: 200;margin-right: 10px;
    font-weight: bold;
	display:inline-block;
    width: 45%;
}


#homepage_box .item-w2 h1, #homepage_box  .iw_off h1{
    margin-top: 0;
    text-align: right;
}
.item-w2 h2,.iw_off h2{
    color: black;
    margin-top: 3%;
    text-align: right;
    margin-right: 33px;
    font-size: 22px;
    font-family: apolo, arial;
    font-weight: 200;
}

.item-w2 h2 span,.iw_off h2 span{
    color: white;
    margin-left: 5px;
    font-size: 35px;
    line-height: 10px;
}



/*homepage responsive*/


/* takanon page */
.takanon .spacer_top{
    height: 25px;
}
.takanon h1{
    margin-bottom:5px;
}
/* category page */
input[type=checkbox] {
    visibility: hidden;
}
.cat_title .fltlft {
width: 159px;
margin-top: -9px;
margin-left: 2px;
}
.no-border{
    font-family: apolo, arial;
    font-weight: 400;
    padding: 19px 0 14px 0;
    font-size: 26px;
    border: none !important;
    color: black;
    margin: 0;
}
.category .no-border{
    padding:0 0 14px 0;
    margin-top:-12px;

	width: 200px;
    word-spacing: 200px;
	font-size:35px;
	margin-top:25px;
	float:right;

}
.category .content span {
	color:#000000;
	text-align:right;
    font-size: 17px;
    padding: 3px 10px 10px 10px;
	font-weight:bold;
}
.category .content span .ns{
	    font-size: 90%;
    margin-right: 3px;
}
.category .content h2 {
    font-family: apolo, arial;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    padding: 3px 10px 10px 10px;
    font-size: 20px;
    margin: 2px 0 16px 0;
    border: none;
    padding-bottom: 0;  margin-bottom: 0 !important;
    font-weight: 200;
    color:#000000; /* inon */
	text-align:right;
	height:70px;
}
.category .sidebar_menu h2 {
    padding-bottom: 8px !important;
    border-bottom: 1px solid #ddd !important;
}
ul.checkbox_list {
    margin-top: 5px;
    margin-bottom: 12px;
}
.category aside.sidebar-right h2 {
    font-family: apolo, arial;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;  
    padding: 3px 0 10px 0;  
    font-size: 24px;  
    margin: 2px 0 16px 0;  
    border: none;  
    padding-bottom: 0;  
    margin-bottom: 0 !important;  
    font-weight: 200;
}
.flyer{
    margin-bottom: 11px;
}

.category .fav_icon.active {
    background-position: -90px -43px;
    background-position: -45px -43px;
}
/**
 * Checkbox pink
 */
 .checkboxPink {
    width: 14px;
    height: 17px;
    margin-left: 8px;
    float: right;
    position: relative;
}

/**
 * Create the box for the checkbox
 */
 .checkboxPink label {
    cursor: pointer;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    background: #d9d6d6;
    border:1px solid #d9d6d6; 
    border-radius:4px;
}

/**
 * Display the tick inside the checkbox
 */
 .checkboxPink label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 5px;
    height: 3px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 3px solid #f1f1f1;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
 .checkboxPink label:hover::after {
    border-color: #1f1f1f;
    opacity:0.1;
}

/**
 * Create the hover event of the tick
 */
 .checkboxPink label:hover::after {
    border-color: #1f1f1f;
    opacity:0.1;
}

/**
 * Create the checkbox state for the tick
 */
 .checkboxPink input[type=checkbox]:checked + label:after {
    border-color: 3px solid #fff;
    opacity:1;

}
.checkboxPink input[type=checkbox]:checked + label  {
    background:#06448D;
    border-color: #06448D;
}

.checkboxPink label::after:hover{
    border-color: #fff !important;
}

/**
 * Checkbox White
 */
 .checkboxWhite {
     width: 14px;
     height: 17px;
     margin-left: 8px;
     float: right;
     position: relative;
 }
/**
 * Create the box for the checkbox
 */
 .checkboxWhite label {
    cursor: pointer;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    background: #fff;
    border:1px solid #d4d4d4; 
    border-radius:3px;


    width: 20px;
    height: 20px;
    border: 1px solid #BEBEBE;
}

/**
 * Display the tick inside the checkbox
 */
 .checkboxWhite label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 5px;
    height: 3px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

/**
 * Create the hover event of the tick
 */
 .checkboxWhite label:hover::after {
    border-color: #000;
    opacity:0.3;
}

/**
 * Create the checkbox state for the tick
 */
 .checkboxWhite input[type=checkbox]:checked + label:after {
    border-color: #000;
    opacity:1;

}

.checkbox_description{
    float: right;
    font-size: 14px;
    margin-right: 1px;
}

.checkbox_list li{
    border: 0 !important;
    height: 25px;
    padding: 0 !important;
}

.plus{
    width: 21px;
    background: url('../img/bcard/plus.png') no-repeat;
    float: right;
    height: 21px;
    margin-top: -4px;
    margin-left: 5px;
}
#datepick{
    background: url(../img/date.png) no-repeat;
    background-position: 5px 5px;
    width: 177px;
    border: 1px #d4d4d4 solid;
    border-radius: 4px;
    height: 22px;
    font-size: 13px;
    padding-right: 10px;
    font-family: typopas, arial;
    font-weight: 200;
    cursor: pointer;
    transition:.3s all;
    outline-offset: -2px;
    margin-top: 5px;
    margin-bottom: 11px;
}

#datepick:focus{
    outline: rgb(241, 88, 115) solid 1px; 
    outline: rgb(245, 172, 73) solid 1px; 
    transition:.3s all;
}

.line_roller_wrapper{
    width:100%;
    margin-top: 27px;
}
.line_roller{
    width: 93%;
    margin-right: 6px;
    margin-top: 7px;
    height: 1px;
    background: #8e8e8e;
    position: relative;
}
.calendar td.today span
{
	background-color:#F8941E!important;
}
.calendar td span:hover
{
	
	background-color:#FBC079!important;
}
#max_range,.ui-slider-handle.ui-state-default.ui-corner-all{
    position:absolute;
    height: 18px;
    width: 18px;
    background: #06448D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    top: -8px;
    left: 87px;
    margin-left:-9px;
    outline: none;
}

.ui-slider-handle.ui-state-default.ui-corner-all:hover{
    background: #FAA843;
    transition:.1s all;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background-color: #06448D;
    height: 1px;
    position: absolute;
}

.pay_min,.pay_max {
    cursor: default;
    transition:.3s all;
    padding:3px;
    margin-top:10px;
    border-radius:5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.pay_min {
    float: left;
}
.pay_max {
 float: right; 
}

/*.pay_min:hover,.pay_max:hover{
    background:#F4369D;
    color:#fff;
    padding:3px;
    border-radius:5px;
    }*/

    .sidebar_menu h3{
        margin:0;
        margin-top: 3px;
        padding:0;
        font-size:18px;
        font-family: typopas, arial;
        font-weight: 200;
    }


    .fltlft{
        float:left;
    }
	
    .shopping_cart_mobile .select_fancy, .checkout_mobile .select_fancy
    {
        padding: 4px;
        margin: 0;
        background: transparent;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border:1px solid #d4d4d4;
        border-radius:4px;
        background: #fff;
        color:#000000;
        outline:none;
        display: inline-block;
        cursor:pointer;
        /* width: 160px; */
        font-size:14px;
        font-family: typopas, arial;
        font-weight: 200; 
    }
    .shows_mobile .select_fancy /* rivka 28/5/2015*/
    {
        padding: 4px;
        margin: 0;
        background: transparent;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border:1px solid #d4d4d4;
        border-radius:4px;
        background: #fff;
        color:#000000;
        outline:none;
        display: inline-block;
        cursor:pointer;
        /* width: 160px; */
        font-size:14px;
        font-family: typopas, arial;
        font-weight: 200; 
    }
    .select_fancy.select_fancyOpen {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .select_fancy .select_fancyInner {
        background:url('../img/arrow_down.png') 1px 5px no-repeat;
        width:100%!important;
    }
    .select_fancy.select_fancyOpen .select_fancyInner {
        background:url('../img/arrow_up.png') 1px 5px no-repeat;
    }

    .select_fancy select option {
        font-size:14px;
        font-family: typopas, arial;
        font-weight: 200; 
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        select {padding-right:18px}
    }



    .cat_title{
        border-bottom: 1px solid #dddddd;
        height:34px;
    }

    .display360_wrapper{
        margin-top:7px;
    }

    .fltlft.select_fancy {
        margin-top: -8px;
    }

    .cat_wrapper{
        width:100%;
        margin-top: 20px;
		float: left;
    margin-top: -65px;
    }
    body.presonal_zone_fav .cat_wrapper{
    margin-top: 25px;
    }

.single_cat.hidden {
	display:none;
}

    .single_cat{
        width: 167px;
        height:220px;
        height:283px;
        position: relative;
        /*overflow: hidden;*/
        float:right;
        margin: 19px 29px 34px 62px;
        cursor: pointer;


		width: 223px;
    height: 300px;
        height:283px;
    margin: 19px 0px 35px 30px;
    border: solid 2px #E5E5E5;
    }

    .single_cat:nth-child(3n+3){
        margin: 22px 30px 39px 0px;
		margin: 19px 0px 34px 0px;
    }
    .cat_img{
        position:relative;
        /*width:167px;
        height:167px;*/
        overflow: hidden;
		    /*width: 223px;*/
    height: 167px;
    }
    .cat_img img{
        position: absolute;
        z-index: 1;
        top:0;
        right:0;
        /*transition:all 0.5s ease;*/
		width:100%;
    height: 167px;
    }
    body.category_mobile .cat_img img{  /* rivka 31/5/2015 */
        transition:none;
    	border:0px!important;
    }

    .single_cat:hover img{
        /*-webkit-transform:scale(1.25) rotate(5deg);*/ /* Safari and Chrome */
        /*-moz-transform:scale(1.25) rotate(5deg);*/ /* Firefox */
        /*-ms-transform:scale(1.25) rotate(5deg);*/ /* IE 9 */
        /*-o-transform:scale(1.25) rotate(5deg);*/ /* Opera */
        /*transform:scale(1.5) rotate(5deg);*/
        opacity:0.7;
    }
    body.category_mobile .single_cat:hover img{ /* rivka 31/5/2015 */
        /*-webkit-transform:none;*/ /* Safari and Chrome */
        /*-moz-transform:none;*/ /* Firefox */
        /*-ms-transform:none;*/ /* IE 9 */
        /*-o-transform:none;*/ /* Opera */
        /*transform:none;*/
        opacity:0.5;
    }
    body.category_mobile .circ /* rivka 31/5/2015 */
    {
    	/*width:207px;
    	height:207px;*/
    	border:0px!important;
    }
.single_cat .circ {
	width: 22px;
    height: 14px;
    background: url(../img/bcard/polWhite.png);
    top: 50.9%;
    top: 54.9%;
    left: 45%;
}
.category.category_mobile.mobile .single_cat .circ {
	top: 61.5%;
}

    .circ{
        width:167px;
        height:167px;
        /*background: url(../img/circ.png);*/
        /*background: url(../img/circ2.png);*/ /* inon */
	    /*background-repeat:no-repeat;*/ /* inon */
        position: absolute;
        z-index: 6;
        top:0;
        left: 0;
    }

    .single_cat h2 {
        font-size: 20px;
        font-family: typopas, arial !important;
        font-weight: 200;
        padding: 0;
        text-align: center;
        padding-top: 13px!important;
        border-bottom: none;
        margin: 0;
    }
    .single_cat h3 {
        font-size: 14px; font-family: typopas, arial !important; 
        font-weight: 200; text-align: center; 
        padding-top: 0px!important;
        margin-top: 0 !important;
        line-height: 18px;
        border-top: 0 !important;
        color: #4c4c4c;
    }

    .sidebar_menu ul li ul li ul li,.no_border{
        border:none !important;
        padding-bottom:0 !important;
    }

    .cat_img.loading,.item.loading{
        background:#06448D;
        text-align:center;
        position:relative;
    }

    .cat_img.loading::after,.item.loading::after{
        content: '';
        background: url(../img/loader.gif);
        width: 66px;
        height: 70px;
        position: absolute;
        top: 47px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .page_search section.content{
        width:100% !important;
    }

    /* Search results */
    .page_search .page_search_rem{ /* inon chage from page_search_rem */
        margin-top: -2px;
        height:27px
    }

    .res_row{
        border-bottom: 1px solid #ddd;

        height: 108px;
        padding-top: 0px;
    }

    .res_row .res_des{
        float:right;
        height: auto;
        margin-top: 21px;
        margin-right: 41px;
    }
    
    .category aside.sidebar-right .res_row .res_des /* rivka 28/5/2015 */
    {
        margin-top: 0px;
        margin-right: 0px;
    }
    .category aside.sidebar-right .sidebar-right-menu .res_row:first-child .res_des /* rivka 28/5/2015 */
    {
        margin-top: 21px;
    }
    .category aside.sidebar-right h2 /* rivka 28/5/2015 */
    {
        font-size:18px;
    }
    
    .res_des h2{
        color:#474747;
        font-size:22px;
        border:none;
        margin-top: -4px;
        padding-bottom: 1px;
        font-family: typopas, arial;
        font-weight: 200;

    }

    .res_des h2:hover{
        text-decoration: underline;
    }

    .res_des h3{
        color:#000;
        font-size:16px;
        border:none;
        margin-top: 0;
        font-weight: 200;
        margin-bottom: 3px;
    }
    .res_des p {
        color:#919191;
        font-size: 13px;
        margin: 0;
        padding: 0;
        margin-top: 5px;
    }

    .res_des p a{
        color:#919191;
        text-decoration: none;
    }

    .res_des p a:hover{
        text-decoration: underline;
    }
    .single_res {
        padding: 0px 0 0 0px;
        position: relative;
        height: 88px;float:right;
        margin-right: 17px;
        margin-top: 16px;
        overflow:hidden; /* inon - ??? ????? ??? ????? */
        height: 77px; /* inon */
		border-radius:2px;
    }
    .single_res .circ {
        right: 0;
        left: auto;
        top: 0;
        width: 77px;
        height: 77px;
        background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-image: url(../img/circ_small.png); /* inon - IE8 */
	background-image: none;

    }
    .res_img {
        height: 77px;
        width: 77px;
    }
    .res_img img {
        height: auto;
        width: 100%;
    }
    .page_search h2.no-border {
        font-size: 32px;
        padding-top: 0px;
        padding-bottom: 18px;
    }

    .page_search .cat_title {
        height: 30px;
    }
    /*about*/
    .spacer_top{
        height:30px;
    }
    aside.inner_sidebar{
        width:28.47%;
        float:left;
    }
    
    aside.inner_sidebar > div:nth-child(2){
		margin-bottom: 14px;
	      
		padding-bottom: 35px;
	}
    .about .main_content p {
        text-align: justify;
    
        margin-top: 9px;
        line-height: 21px;
        font-size: 18px;
	}
    .main_content{
        width: 68.6%;
        float:right;
    }

    .mini_title{
        font-family: apolo, arial;
        font-weight: 400;
        font-size: 22px;
        color:black;
        line-height: 34px;
        clear:both;
        float:left;
        border-bottom: 1px solid #bdbdbd;
        padding-bottom: 13px;
        margin-bottom: 35px;
    }

    .mini_title:nth-child(3n){
        border-bottom:none !important;
        margin-bottom: 0px;
    }

    /*thank you*/

    .toda{
        margin-bottom: 24px;
        background: url(../img/toda.jpg) no-repeat;
        width:991px;
        height: 120px;
        padding-top: 55px;
    }
    
    body.mail .toda, body.mail .inner_wrapper
	{
		width:850px;
	}


    .toda h1{
        margin-bottom:20px;
        font-family: apolo, arial;
        font-weight: 400;
        font-size: 72px;
        color:#06448D;
        line-height:30px;
        margin-right: 54px;
    }


    .toda h2{
        margin-bottom:20px;
        font-family: apolo, arial;
        font-weight: 400;
        font-size: 24px;
        color:#000;
        line-height:30px;
        margin-right: 55px;
    }

    .info_line{
    padding-top: 3px;

    height: 19px;
}

    .right_block{
        float:right;
        position:relative;
    }

    .left_block{
        float: left;
    
}

    .info_line span{
        font-family: typopas, arial;
        font-size:18px;
        font-weight: 200;
        color:#000;
    }

    .info_line span.thin{
        font-weight: 200;
    }

    .date_space{
        margin-right: 23px;
    }

    .type_space{
        margin-right: 23px;
    }

    .full_content{
        width:100%;
        color:#000;
    
}
    .full_content h1{
        font-size: 32px;
        font-family: apolo, arial;
        color: #000;
        line-height: 0.988;
        text-align: right;
    }
    .rec_line {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .thank_you .rec_line {
        margin-top: 26px;        
    
        margin-bottom: 58px;
        clear: both;
}
    .rec_line::after{
        content: '';
        clear:both;
    }
    .rec_line_title{
        /*background: url(../img/line_bg.png) repeat;*/
		background: #EAE8E9;
        width:100%;
        height:36px;
        position: relative;
}

    .rec_line_title span{
        font-family: typopas, arial;
        color: #454545;
        font-size: 18px;
        font-weight: 200;
        float:right;
        line-height: 39px;
        margin-right: 7px;
    }

    .rec_line h3{
        font-family: typopas, arial;
        color:#000;
        font-size: 18px;
        font-weight: 200;
        float:none;
        line-height: 37px;
        margin-right: 7px;
        clear: both;
        margin-bottom:10px;
    }

    .rec_line_title .circle{
        background: #fff;
        /*border:1px solid #c0c0c0;*/
        border-radius: 50%;
        width:28px;
        height:28px;
        margin-top: 3px;
        margin-right: 8px;
        display: inline-block;
        float:right;
    }

    .shekel_icon{
        background: url(../img/bcard/ty_sprite.png) repeat;
        width:14px;
        height: 14px;
        background-position: 0px 0px;
        margin: 7px 7px 0 0px;
    }

    .page_icon{
        background: url(../img/bcard/ty_sprite.png) repeat;
        width:14px;
        height: 17px;
        background-position: -17px 0px;
        margin: 6px 6px 0 0px;
    }

    .person_icon{
        background: url(../img/bcard/ty_sprite.png) repeat;
        width: 16px;
        height: 17px;
        background-position: -34px 0px;
        margin: 4px 6px 0 0px;
    }

    .printer_icon,.printer_icon_b{
        background: url(../img/bcard/ty_sprite.png) repeat;
        width: 21px;
        height: 22px;
        background-position: -53px 0px;
        float: none;
    
        margin: 0 auto;
}
    .printer_icon_b:hover{
        background-position: -53px 0px
    }
    .printer_icon:hover,.printer_icon_b{
        background-position: -78px 0px;
    }
    .thank_you .rec_line.last .left_block {
        float: left;
        width: 120px;
     }
     .thank_you .left_block:hover .printer_icon {
        background-position: -78px 0px;
     }
     .thank_you .left_block:hover .printer_text {
        color:#1f1f1f;
     }
     .thank_you .printer_icon{
         float:right;
     }
     .thank_you .moked_text{
        float:none;
        margin-right:6px;
        margin-left:5px;
     }
    .boxer {
     display: table;
     border-collapse: collapse;
     width: 99.8%;
     table-layout: auto;
 }

 .boxer .box-row {
     display: table-row;
     border-bottom: 1px solid #bdbdbd;
     width: 100%;
}

.shopping_cart  .boxer .box-row {
height: 100px;
}
 .boxer .box-row.title{
    border-bottom:1px solid #bdbdbd; 
}

.boxer .box-row.title .box{
    font-weight: 200;
}

.thank_you .boxer .box-row.title .box{
    padding-top: 24px;
    padding-bottom: 6px;
}

.boxer .box {
 display: table-cell;
 vertical-align: top;
 padding: 21px 21px 17px 0px;
 text-align: right;
}

.box.spacer50{
    width:50%;
}
.box.spacer30{
    width:30%;
}
.box.spacer20{
    width: 13%;
}
.box.spacer15{
    width: 18%;
}
.box.spacer10{
    width:10%;
}
.boxer .box:first-child {
    padding-right:25px;
}
/*boxer .box-row .box:last-child{*/
/* inon */
/*boxer .box-row .sum{ 
    padding-left:0;
    padding-right: 0;
    width: 9.3%;
    text-align: center;
}*/

.rec_line .comment{
    font-family: typopas, arial;
    font-size:18px;
    color:#06448D;
    padding:16px;
    line-height:20px;
    border:1px solid #bdbdbd;
    clear:both;
}

.rec_line .sum{
    background: #06448D;
    color:#fff;
    font-family: typopas, arial;
    font-size: 22px;
    padding:15px;
    float:left;
    text-align:center;
    width: 200px;
    margin-top:19px;
}

.rec_line .sum::after{
    clear:both;
    content: '';
}

.rec_line.last{
    padding-bottom: 60px;
    padding-top:5px;
    clear: both;

}
a.gray_link{
    color:#818080;
    font-size:16px;
    font-family: typopas, arial;
}

.moked_text{
    color: #06448D;
    font-size: 22px;
    font-family: apolo, arial;
    font-weight: 400;
    clear: none;
    float: right;
    display: inline;
    margin-right: 0;
    margin-left: 12px;
}

.printer_text{
    color: #06448D;
    font-size: 18px;
    font-family: typopas, arial;
    font-weight: 200;
    clear: none;
    float: right;
    display: inline;
    margin-right: 7px;
    float:right;
    transition:.3s all;
}

.printer_text:hover,.printer_icon:hover + .printer_text{
    color:black;
}

/*FAQ*/
ul.faq_list{
    list-style:none;
}

.faq_list .title{
    font-size: 16px;
    cursor: pointer;
    position: relative;
    /* margin-top: -5px; */
}

.faq_list .title:hover{
    font-weight: 200;
    color: #06448D;
}

.faq_list .table_cell {
    display: table-cell;
}
.faq_list .table {
    display: table;

}
.faq_list li {
    border-bottom: 1px dotted black;
    padding-top: 14px;  
    padding-bottom: 12px;
    transition: .3s all;
    line-height: 16px;
}
.faq_list .answer {
    margin-top: 10px;
    line-height:20px;
    width:580px;
}
.faq_list li.active .title {
    font-weight: 200;
    color: #06448D;
}
.faq_list .active {
    transition: 0.3s all;
}

.faq_arrow{
    background: url(../img/bcard/faq.png) repeat;
    width: 23px;
    height: 23px;
    background-position: 0px 0px;
    position: absolute;
    left: 0;
    margin-top: -5px;
    transition:0.3s opacity;
}


.faq_list li:hover .faq_arrow{
    background: url(../img/bcard/faq.png) repeat;
    width: 23px;
    height: 23px;
    background-position: -23px -1px;
    opacity:1;
    position: absolute;
    -moz-transform: scaleY(-1);      -o-transform: scaleY(-1);      -webkit-transform: scaleY(-1);      transform: scaleY(-1);      filter: FlipV;      -ms-filter: "FlipV";
}

.faq_list li.active .faq_arrow,.faq_list li.active2 .faq_arrow{
    background: url(../img/bcard/faq.png) repeat;
    width: 23px;
    height: 23px;
    opacity:1;
    background-position: -23px 0px;
    position: absolute;

}

.faq_list li.active:hover .faq_arrow{
 background-position: -23px 0px;
 -moz-transform: scaleY(1);      -o-transform: scaleY(1);      -webkit-transform: scaleY(1);      transform: scaleY(1);      filter: FlipV;      -ms-filter: "FlipV";
}

/*contact*/

form.contact_form {
    width: 410px;
}
form.contact_form label{
    clear: both;
    display: block;
    float: right;
    width: 108px;
    line-height: 29px;
    padding-right: 4px;
}

form.contact_form label::after{
    content:'';
    clear:both;
}

form.contact_form.update_pass_form label {
	width: 250px;
}
form.contact_form.update_pass_form .form_line input {
	width: 250px;
}

form.contact_form.update_pass_form .form_line input {
	direction:ltr;
	text-align:left;
    transition: .3s all;
}
form.contact_form.update_pass_form .form_line .error {
	border: 1px #ff0000 solid;
    transition: .3s all;
}
#pass_msg
{
	color:#054385;
	font-weight:400;
	height:30px;
}
.error_m_pass
{
	COLOR:#054385;
	margin-top:5px;
}
#update_pass {
	margin-bottom:30px;
	padding-bottom:20px;
	padding-top:10px;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
}
.form_line{
    height: 34px;
    margin-bottom: 8px;
    position: relative;
}
.form_footer{
    display:block;
    clear:both;
    font-size:16px;
    margin-top: 0px;
    width: 270px;
    float: left;
    margin-left: 27px;
}

.form_footer span{
    color: #06448D;
}

.contact_page .left_block {
    margin-top: 19px;
}
.contact_page .right_block {
    margin-top: 12px;
}
.form_line input[type="text"] ,.form_line input[type="password"] ,.contact_form select#c_subject {
    width: 270px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgb(184, 184, 184);
    text-indent: 10px;
}
.contact_page h1 {
    margin-bottom: 31px;
}
.form_line.comments_box {
    height: 67px;
    margin-bottom: 7px;
}

.error.form_line input[type="text"], .error.form_line input[type="password"], .error.form_line select#c_subject, .error.form_line textarea{
    border:1px #ff0000 solid;
    transition:.3s all;
}
.error.form_line_subject {
    border:1px #ff0000 solid;
}
.error_m{
    color:#06448D;
    margin:0;
    position: absolute;
    top: 29px;
}
.comments_box textarea {
    width: 250px;
    border-radius: 4px;
    border: 1px solid rgb(184, 184, 184);
    float: left;
    margin-left: 26px;
    height: 53px;
    padding: 9px 7px 5px 12px;
    text-indent: 6px;
}
.contact_form input[type="submit"]{
    clear: both;
    display: block;
    float: left;
    margin-left: 27px;
    height: 35px;
    margin-top: 10px;
    width: 96px;
    border: none;
    background: url(../img/send.png);
    transition:.3s all;
}
.contact_form input[type="submit"], .contact_form input.send_form, .contact_form input.save_pass,
.contact_form input.cancel_save_pass{
   border-radius: 10px;
    padding: 5px 15px 5px 15px;
    background-color: #8FC742;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 4px 7px 0px rgba(180, 180,180,0.5);
    margin: 0 auto;
    color: #ffffff;
	border:0;
	text-align:center;
	width:30%;
	max-width:100px;
}

.contact_form input.cancel_save_pass
{
	    background-color: #AAAAAA;
}

.contact_form input[type="submit"]:hover{
    opacity:0.7;
}

input#c_email {
    direction: ltr;
}

.phone-select {
    position: absolute;
    display: inline-block;
    background: transparent;
    width: 57px !important;
    left: 36px;
    text-indent: 6px;
    padding: 0;
    border: none;
    height: 20px;
    top: 6px;
    line-height: 19px;
    border-right: 1px solid #bdbdbd;

}
.phone-select .phone-selectInner {
    background: url(../img/two_arrows.png) no-repeat;
    background-position: 6px 4px;
}

select.phone-select{
    z-index:50;
}
.phone-select select option {
    font-size:14px;
    font-family: typopas, arial;
    font-weight: 200; 
}

.error .phone-select{
    left:23px;
    top:15px;
}

.double_select{
   width: 270px;
   height: 30px;
   border-radius: 4px;
   border: 1px solid rgb(184, 184, 184);
   text-indent: 10px;
}
.double_select.double_selectOpen {
   
}

.double_select .double_selectInner {
    background: url(../img/two_arrows.png) no-repeat;
    background-position: 17px 9px;
    height:32px;
    line-height: 29px;
}

select#pre_p:focus{
    outline:none;
}

input#c_phone {
    text-indent: 84px;
    direction: ltr;
    line-height: 20px;
}

/*personal zone */

/*fav*/
.presonal_zone_fav .spacer_top{
    height: 17px !important;}
.fav_container{
    /*position: absolute;
    display:none;
    z-index: 10;
    top: 62px;
    left: 38px;*/
}

.fav_icon{
    /*height: 44px;
    width: 44px;
    background: url(../img/bcard/fav_icons.png) no-repeat;
    background-position: -45px 0px;
    float: right;
    transition:.3s opacity;*/
}

.fav_icon:hover{
    /*opacity:0.7;
    background-position: -90px -43px;*/
}

.fav_icon{
    height: 44px;
    width: 44px;
    background: url(../img/bcard/fav_icons.png) no-repeat;
    background-position: -45px 0px;
    background-position: -90px -43px;
    float: right;
    transition:.3s opacity;
}

.fav_icon:hover{
    /*opacity:0.7;
    background-position: -90px -43px;*/
}

.watch_icon:hover{
    /*opacity:0.7;
    background-position: -0px -43px;*/
}
.watch_icon.active:hover,.fav_icon.active:hover{
    /*opacity:1;*/
}
.fav_icon.active{
    background-position: -45px -43px;
}

.watch_icon{
    /*height: 44px;
    width: 44px;
    background: url(../img/bcard/fav_icons.png) no-repeat;
    background-position: 0px 0px;
    float: right;
    transition:.3s opacity;
    margin-right: 1px;*/
}

.watch_icon.active{
    background-position: 0px -43px;
}

.p_z .single_cat {
    /*margin-left: 87px;
    margin-top: -4px;
    margin-right: 14px;*/
}
.p_z .single_cat:nth-child(3n+3) {
    /*margin-left: 0 !important;  
    margin-top: -4px !important;  
    margin-right: 14px !important;*/
}

/* my orders */
body.mst_3.my_orders .rec_line{
    margin-top:18px;
}

.my_orders .rec_line{
    margin-top:8px;
}

.orders_table .box {
    padding: 11px;
    font-size: 16px;
    position: relative;
}
.orders_table .rec_line_title {
    border-bottom: none;
    font-size: 16px;
}

.printer_text_b{
    color:black;
    font-size: 16px;
    font-family: typopas, arial;
    font-weight: 200;
    clear: none;
    float: right;
    display: inline;
    margin-right: 7px;
    float:right;
    line-height:20px;
    transition:.3s all;
}

.printer_text_b:hover,.printer_icon_b:hover + .printer_text_b{
    color:#06448D;
}

.orders_table .box:nth-child(1) {
    padding-right: 19px !important;
    width: 34px;
    width: 180px; /*rivka-16-02-2015*/
    padding-right: 10px !important; /*rivka-16-02-2015*/
   
}

.orders_table .box:nth-child(2) {
    padding-right: 10px;
    width: 80px;
    width: 180px; /*rivka-16-02-2015*/
}

.orders_table .box:nth-child(4) {
    padding-right: 102px;
    width: 121px;
    text-indent: 3px;
    padding-left:130px;
    width: 91px;/*rivka-16-02-2015*/
    padding-left:50px;/*rivka-16-02-2015*/
    
}

.orders_table .box:nth-child(3) {
    width: 82px;
    width: 130px; /*rivka-16-02-2015*/
}
.orders_table .box:nth-child(5) {/*rivka-16-02-2015*/
   text-align:center!important;/*rivka-16-02-2015*/
}

.num_products {
    margin-right: 9px;
    width: 19px;
    height: 19px;
    background: #e0e0e0;
    border-radius: 50%;
}

.num_products {
    margin-right: 17px;
    margin-bottom: 5px;
    width: 21px;
    height: 21px;
    background: #e0e0e0;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    margin-top: -1px;
    cursor: pointer;
    position: relative;
}

.num_products:hover,.num_products.active{
    background:url(../img/bcard/pik.png) no-repeat;    
    height: 26px;
    width: 22px;
    border-radius: 0;
    margin-bottom: 0;
    color: white;
}

.product_table{
    position:absolute;
    left:0;
    right: -212px;
    margin: 0;
    width: 465px;
    top: 50px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.31);
    border-radius: 9px !important;
    display:none;
    background:white;
    z-index:90;
}

.product_table .box-row.title.rec_line_title {
    background: #f2f2f2;
}


.orders_table .product_table .box:nth-child(1) {
    padding-right: 15px;
    width: 250px;
}

.orders_table .product_table .box:nth-child(2) {
    padding-right: 10px;
    width: 50px;
    /*text-indent: -7px;*/ /* inon */
}

.orders_table .product_table .box:nth-child(4) {
    padding-right: 10px;
    width: 50px;
    padding-left:10px;
    /*text-indent: -10px;*/ /* inon */
}

.orders_table .product_table .box:nth-child(3) {
    width: 50px;
    text-align: center;
    text-indent: -22px;
}

.product_name{
    font-size:12px !important;
}

.product_s{
    font-size:12px  !important;
    clear:both;
    display:block;
    color:#535353;
}

.midline{
    line-height:30px;
}

.product_table .box-row:last-child{
    border-bottom:none;
}
.my_orders .boxer .box-row.title .box {
  padding: 11px 0px 0px 0 !important;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  text-indent: 10px;
}

.my_orders .boxer .box {
    padding: 14px 21px 0px 0;
}

.my_orders .boxer .box .box {
    padding: 10px 10px 10px 0px !important;
}
.my_orders .product_name{
    display: block;
}
/* checkout */
.top-spacer{
    margin-top: 20px;
    width:100%;
}
.rec_col{
    float:right;
}
.rec_col .box{
    padding-right: 15px;
    padding-bottom: 12px;
    line-height: 13px;
    text-align: center;
}

.rec_col.col_a{
    width: 24.5%;
    margin-left: 4%;
}

.rec_col.col_b .boxer .box:first-child{
    padding-right: 3px;
    text-align: right;
    font-size: 17px;
}
.rec_col.col_b .boxer .title_mini .box{
    font-size: 12px !important;
}

.title_mini{
    font-size: 12px !important;
    border-bottom: 1px solid #bdbdbd !important;
}

.rec_col .title_mini .box{
    padding: 10px 9px 9px 0px;
}

.spacer16{
    width: 16.5%;
}
.checkout_page div.rec_col.col_b > div.boxer  div:nth-child(3){
    padding-top:10px;
    padding-bottom:10px
}

.rec_col .box{
    padding-bottom:0    
}
.checkout_page .fancy-select.select_fancy.single_white.fancified {
width: 52px;
margin-right: 12px;
}

.details{
    font-family: typopas, arial;
    font-weight: 200;
    font-size:16px;
    color: #666666;
    text-align:right;
    margin-top: 22px;
    line-height: 21px;
}
.details strong{
    font-weight:200 !important;
    color:black;
}
.details b{
    display:inline-block;
    font-weight:200;
}
.box-row.dash{
    border-bottom-style:solid; 
}

.checkout_page .box.spacer20{
    width: 18%;
    
}
.wrong_d{
    color: #B1B1B1;
    font-family: typopas, arial;
    /* font-weight: 400; */
    font-size:16px;
    margin-top: 19px;
}

a.pink_link{
    font-family: typopas, arial;
    font-weight: 200;
    font-size:16px;
    color:#06448D;
}
.rec_col.col_b{
 width: 42%;
 margin-left: 4%;
}

.rec_col.col_c{
 width: 25.5%;
}

.bubble_comment{
    background:url(../img/bcard/bubble.png) no-repeat;
    width:19px;
    height:19px;
    background-position: 0 0 ;
    margin-right:15px;
    cursor: pointer;
    margin-right: 8px;
    margin-top: -3px;
}

.bubble_comment:hover{
    background-position: -19px 0 ;
}

.little_s{
    width: 96px !important;
    height: 19px;
    margin:0 auto;
    margin-top: -10px;
    display: block !important;
    line-height: 17px;

}
.little_s2{
    /* width: 47px !important; */
    height: 19px;
    margin:0 auto;
    margin-top: -10px;
    display: block !important;
    line-height: 17px;

}

select.little_s2{
    /* width:60px !important; */
}
.little_s .select_fancyInner{
   background-position: 1px 8px !important;
}

a.tooltips {
  position: relative;
  display: block;
  transition:.3s all;
}
a.tooltips span {
  position: absolute;
  width: 132px;
  width: 148px; /* inon */
  /*color: #919191;*/ /* inon */
  text-decoration: underline;
  background: #FFFFFF;
  text-align: right;
  border: 1px solid #919191;
  height: auto;
  line-height: 20px;
  visibility: hidden;
  padding: 5px;
  transition:.3s all;
  border-radius: 4px;
  box-shadow: 0px 0px 2px #919191;
  left: 60%;
  bottom:60px;
  bottom:20px; /* inon */
  margin-left:-76px;
  opacity:0;
  font-size: 12px;
  font-size: 17px; /* inon */
}
a.tooltips span textarea /*rivka-new 15/2/2015*/
{
	width:95%;
	height:70px;
	text-align: right;
	font-size: 14px;
    /*color : #919191;*/
    background : #FFFFFF;
    border:solid 1px #C0C0C0 ;
    resize:none;
    overflow:auto;
}
a.tooltips span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0; height: 0;
  border-top: 10px solid #919191;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  bottom: 30px;
  z-index: 999;
  transition:.3s all;
  opacity:1;
}

.box-row.summery.fltrt{
    width:20%;
    text-align:left;
    padding-left:10%;
}

.box-row.summery .fltrt{
    width:60%;
    text-align:right;
    /* padding-right:10%; */
}

.box-row.summery {
    height: 35px;
    border-bottom: 1px solid #C0C0C0;
    line-height: 35px;
    font-size: 14px;
}

.box-row.summery_big{
   height: 49px;
   border-bottom: 1px solid #C0C0C0;
   font-size: 24px;
   line-height: 52px;
}

div.payment_box {
    display: block;
    
    margin-top: 17px;
    /* padding-right: 6px; */
}

div.card_name {
    width: 118px;
    
    float: right;
}

div.card_id {
    width: 118px;
    
    float: right;
    margin-right: 23px;
}

div.card_phone {
    width: 118px;
    
    float: right;
    margin-right: 23px;
}

div.card_num {
    width: 161px;
    
    margin-top: 10px;
    position: relative;
    float: right;
    margin-left: 23px;
}

#buynow img {
	display:none;
}
#buynow{
    background:#06448D;
    border-radius:4px;
    width:100%;
    height: 45px;
    padding: 16px;
    border: 0;
    margin-top: 18px;
    transition:.3s all;
    opacity:1;
    text-align: center;
    padding-right: 27px;


	content:'?????';
    background: #06448D;
    border: none;
    color: #2C2D2F;
    /* font-family: apolo, arial; */
    font-family: typopas, arial;
    font-size: 20px;
    margin-top: 30px;
    height: 46px;
    padding: 6px;
    border-radius: 35px;
    text-align: center;
    padding-right: 24px;
    padding-top: 4px;
    line-height: 39px;
    outline: none;
    position: relative;
    transition: .3s all;
    box-shadow: 0px 4px 0px 0px rgba(192, 191,189, 1);
    font-weight: bold;
}
#buynow:hover{
    opacity:0.8;
}
#buynow .pleasewait 
{
	display:none;
}
#buynow.disabled .pleasewait 
{
	display:inline;
}
#buynow.disabled, #buynow.disabled:hover
{
    opacity:0.5;
}
.blue_link{
    color:#0079b8;
}
.forgot a{
    font-size: 16px;
    color:#06448D;
}
.forgot a:hover{
    text-decoration: underline;
}
.secure_pay{
    color:#4c4c4c;
    font-size: 16px;
    margin-top: 20px;
}

.secure_pay img{
    margin-left: 10px;
    margin-right: 5px;
}
.box-row.summery input[type=checkbox]{
    visibility: visible;
    float:right;
    margin-left: 8px;
    margin-top: 11px;
}
.box-row.summery label {
width: 100%;
float: right;
margin-top: -9px;
}

div.visa_logo {
    /*background: url(../img/visa.png) no-repeat;*/ /*inon*/
    
    height: 22px;
    width: 33px;
    position: absolute;
    top: 5px;
    left: -6px;
}

div.year_exp {
    float: right;
    margin-left: 12px;
    margin-top: 11px;
    width: 108px;
}


div.month_exp {
    float: right;
    margin-top: 11px;
    width: 106px;
}

.payment_box input[type="text"] {
    border: 1px silver solid;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    height: 20px;
    font-size: 14px;
    text-indent: 7px;
}
.payment_box label { /*rivka 15/2/2015*/
    border: 1px silver solid;
    padding: 5px;
    border-radius: 4px;
    width: 118px;
    height: 17px;
    font-size: 14px;
    text-indent: 7px;
    cursor:text;
    color:#ABABA9;
    display:none;
    padding-top:8px;
    position:absolute;
    z-index:500;
    border:none;
    background-color:Transparent;   
    float:right;     
}
.checkout_mobile .payment_box label { /*rivka 25/5/2015*/
    padding-top: 14px;                    
}
.checkout_mobile .card_id label, .checkout_mobile .card_phone label  { /*rivka 25/5/2015*/
    margin-top:8px;                                 
}
.payment_box div.HideInput label /*rivka 15/2/2015*/
{
	display:inline-block;
}

.payment_box div.HideInput input[type="text"]  /*rivka 15/2/2015*/
{
}
.card_num label /*rivka 15/2/2015*/
{
    width: 161px;
}


.box-row.summery.agrees_block {
    margin-top: 37px;
    border: none !important;
}


/*** classic ***/

article.classic_w{
    width:540px;
    float:right;
    color:#000;
    position: relative;
}

body.extra article.classic_w {
	width: 990px;
}

aside.classic_w{
    width: 411px;
    float:right;
    padding-right: 39px;
}

.classic_w h1{
    font-size: 48px;
    font-size: 40px;
    font-family: apolo, arial;
}

.classic_w h2{
    font-size: 25px;
    font-family: typopas, arial;
    font-weight: 200;
    margin-bottom: 5px;
}

.classic_w p.p_des{
    margin-top: 8px;
    
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 13px;
}
.advant{
    margin-bottom: 4px !important;
    margin-top: 34px;
}
.classic .box.spacer20{
    padding-right:0;
}

.classic .box-row .error_message /* inon */
{
    color: #ff0000;
}

.classic .box-row .row_other /* inon */
{
    font-size: 15px;
    display:block!important;
    width:100%!important;
    /*line-height:0!important;*/
    padding-top:0!important;
    margin-top:-8px!important;/* rivka 14/5/2015 */
    padding-right:0!important;/* rivka 14/5/2015 */
}

.classic_mobile .p_row .row_other /* rivka 17/5/2015 */
{
    font-size: 15px;
    display:block!important;
    width:100%!important;
    /*line-height:0!important;*/
    padding-top:0!important;
    margin-top:15px!important;/* rivka 17/5/2015 */
    margin-top:7px!important;/* rivka 27/5/2015 */
    padding-right:0!important;/* rivka 17/5/2015 */
    float:right;
}

.classic_mobile .p_row .error_message /* rivka 17/5/2015 */
{
    color: #ff0000;
}

.classic .boxer .box {
line-height: 18px;}

ul.quality{
    list-style:none;
    font-size: 16px;
    padding-top: 19px;
}

ul.quality li {
    border-top:1px dotted #949494;
    height: 34px;
    line-height: 32px;
}
ul.quality li strong{
    padding-left:20px;
}
.t_limiter{
width: 155px !important;
width: 255px !important; /* rivka 17/5/2015 */
padding-right: 1px !important;
}
.classic_mobile .t_limiter{
	margin:0 auto;
    margin-top:-30px; /* rivka for android 27/5/2015 */
}

#big_image{
    width: 355px;
    height: 357px;

	    width: 435px;
    height: 328px;

    overflow:hidden;
    /*border-radius: 50%;*/
    position: relative;
}
#big_image .g_item{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: auto;
    cursor: default;
    overflow: hidden;
}
#big_image .g_item img{
    min-height: 358px;

	min-height: 328px;
    width: 435px;
}
    

.g_item img {
min-width: 100%;
height: auto;
margin: 0 auto;
float: left;
}

#slide_gallery{
    width:400px;
    margin:0 auto;
}
#side_gallery .g_item{
   width: 74px;
   height: 74px;

   width: 132px;
    height: 94px;

   float:right;
   z-index:1;
   cursor: pointer;
   /*border-radius: 50%;*/
   overflow: hidden;
   margin-left: 20px;
   transition:.3s all;
   opacity:1;
   margin-right: 0;
}
#side_gallery > div:nth-child(3){
margin-left: 0px !important;}
#side_gallery .g_item.active{
    background: black;
}
#side_gallery .g_item:hover{
    opacity:0.8;
}

#side_gallery .g_item.active img{
      opacity:0.5;
}

#side_gallery .g_item img{
    width:100%;
    height:100%;
}

.mini_heart {
    background: url(../img/bcard/heart.png);
    height: 26px;
    width: 26px;
    cursor:pointer;
    float:left;
}
.mini_heart:hover {
    background-position:26px 0;
}
.mini_heart:hover {
    background-position:26px 0;
}
.mini_heart.active:hover {/*rivka fav 3/4/16*/
						  opacity:0.7;
}
.mini_heart.active {/*rivka fav 3/4/16*/
    background: url(../img/bcard/heart2.png);
    background-position:106px 0;
}
.gallery {
    margin-right: 57px;
    margin-top: -12px;
    height: 574px;
    position: relative;
}

div#side_gallery {
    /*margin-right: 48px;*/
    margin-top: 22px;
    width: 85%;
    width: 130%;
}

.onsale{
    background: #06448D;
    color:white;
    font-size: 23px;
    font-family:apolo, arial;
    height:70px;
    width:70px;
    line-height: 73px;
    right: 1px;
    top: 32px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    z-index: 6;
    font-weight: 200;
    text-indent: -2px;
}

.c_options {
    position: absolute;
    left: 4px;
    top: 25px;
}

.classic_w .boxer {
    display: block;
}

.classic_w .rec_line_title {
    clear: both;
    height: 23px;
    margin-top: 0;
    padding: 16px;
    padding-top: 6px;
    font-size: 18px;
    font-weight: 200;
    width: 508px;
}
.mobile .rec_line_title { /* rivka 17/5/2015 */
    clear: both;
    height: 100%;
    margin-top: 0;
    padding: 0;
    padding-left:10px;
    padding-bottom: 16px;
    padding-top: 6px;
    font-size: 18px;
    font-weight: 200;
    width: 99%;
}
.mobile .plus { /* rivka 17/5/2015 */
    margin-left: 8px;
    margin-right: 16px;
    margin-top: 7px;
}

.classic_w .plus {
    margin-left: 8px;
    margin-top: 7px;
}

.classic_w .rec_line_title span {
    font-weight: 100;
    font-size: 16px;
    float: none;
}
.classic_w .box-row{
    display:block;
}

button.addToCart {
    background: #06448D;
    border: none;
    color: #ffffff;
    /* font-family: apolo, arial; */
    font-family: typopas, arial;
    font-size: 20px;
    width: 182px;
    margin-top: 30px;
    height: 46px;
    padding: 6px;
    border-radius: 35px;
    text-align: center;
    padding-right: 24px;
    padding-top: 4px;
    line-height: 39px;
    outline: none;
    position: relative;
    transition: .3s all;
    box-shadow: 0px 4px 0px 0px rgba(192, 191,189, 1);
    font-weight: bold;
}

.addToCart span {
    font-size: 20px;
    padding-left: 7px;
    font-weight: bold;
    font-family: typopas, arial;
    padding-right: 8px;
    line-height: 43px;
    margin-top: 0px;
    display: block;
    position: absolute;
    top: 3px;
    right: 12px;
}

button.skipToCart {
    background: #aaaaaa;
    border: none;
    color: #fff;
    font-family: apolo, arial;
    font-size: 20px;
    width: 110px;
    margin-top: 30px;
    height: 57px;
    padding: 6px;
    border-radius: 35px;
    text-align: center;
    padding-top: 10px;
    line-height: 39px;
    outline: none;
    position: relative;
    transition: .3s all;
    margin-left:20px;
}

button.gotoShow 
{
	display:none;
}

body.play button.addToCart {
	display:none;
}

body.play button.gotoShow {
	display:inline;
}

body.hide-product-total div.product-total, body.hide-product-total button.addToCart
{
	display:none;
}

.sumrow{
    height:100px;
}

.classic_w .box.spacer30 {
    padding: 24px 3px 22px 7px;
    line-height: 26px;
    width: 22%;
}

body.extra .classic_w .box.spacer30 {
	width: 90%;
}

.classic_w div.hidde-left-in .box.spacer30 {
    width: 80%;
}

.box.spacer15.sum {
    font-size: 29px;
    text-align: left !important;
    line-height: 29px;
    width: 8% !important;
    padding-bottom: 14px !important;
}

.sumrow .fltrt {
    font-size: 24px;
    line-height: 118px;
}

body.shows_mobile .sumrow .fltlft {/* rivka 17/5/2015 */
    font-size: 24px;
    line-height: 118px;
}

.box-row.sumrow {
    height: 116px;
    margin-bottom: 46px;
    border-bottom: 1px dotted #949494;
    border-bottom: 1px solid #BDBDBD;
}
body.shows_mobile .box-row.sumrow { /* rivka 17/5/2015 */
    height: 116px;
    width:100%;
    display:block;
    margin-bottom: 46px;
    border-bottom:0!important;
    /*border-bottom: 1px dotted #949494;*/
}

.classic_w .box-row p {
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 21px;
}

div.related {
    width: 100%;
    
    margin-top: 86px;
}

div.related_title {
    border-bottom: 1px dotted #949494;
    
}

div.related_title_text {
    background: white;
    
    height: 30px;
    color: #6f6f6f;
    margin: 0 auto;
    text-align: center;
    width: 157px;
    font-size: 24px;
    margin-bottom: -16px;
}

div.related_items {
    margin-top: 49px;
    
    height: 172px;
}

.cat_img img{
    position: absolute;
    z-index: 1;
    top:0;
    right:0;
    
}

div.r_item {
    width: 124px;
    position: relative;
    padding-top: 124px;
    /*height: 2px;*/ /* inon */
    cursor: pointer;
    float: right;
    margin-left: 49px;
}

div.r_item_image {
    height: 123px;
    width:124px;
    height:124px;
    background: url(../img/circ.png);
    /*background-image: url(../img/circ2.png);*/ /* inon */
    /*background-repeat:no-repeat;*/ /* inon */
    position: absolute;
    z-index: 6;
    top:0;
    left: 0;
    width: 123px;
    border-radius: 50%;
    overflow: hidden;
}
div.r_item_image:hover img{
    -webkit-transform:scale(1.25) rotate(5deg); /* Safari and Chrome */
    -moz-transform:scale(1.25) rotate(5deg); /* Firefox */
    -ms-transform:scale(1.25) rotate(5deg); /* IE 9 */
    -o-transform:scale(1.25) rotate(5deg); /* Opera */
    transform:scale(1.5) rotate(5deg);
    opacity:0.7;
}

.r_item_image img {
    width: 100%;
    min-height: 128px;
    transition:all 0.5s ease;
}

.r_item h1 {
    font-size: 20px;
    text-align: center;
    margin-top: 4px;
    font-weight: 200;
    margin-bottom: 3px;
}

.r_item h2 {
    color: #6f6f6f;
    font-family: apolo, arial;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

ul.quality li:last-child {
    border-bottom: 1px dotted #949494;
}

.r_item:last-child {
    margin-left: 0;
}

button.addToCart:hover {
opacity: 0.7;
}

.classic_w .box-row:last-child {
border-bottom: none;
}

.select_fancy_gray{
    padding: 4px;
    margin: 0;
    background: transparent;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 37px;
    background: #e4e4e4;
    color:#000000;
    outline:none;
    display: inline-block;
    cursor:pointer;
    width: 120px;
    font-size: 16px;
    font-family: typopas, arial;
    font-weight: 200; 
    outline: none;
    height: 20px;
    margin-right: -18px;
    text-indent: 2px;
}

.select_fancy_gray .select_fancy_grayInner {
    background:url('../img/arrow_down.png') 1px 5px no-repeat;
    width: 95%!important;
    background-position: 10px 9px;
    opacity:0.8;
    padding: 3px;
    /*margin-top: 3px;*/
    /* text-align: center; */
    height:10px;
}
.select_fancy_gray.select_fancy_grayOpen .select_fancy_grayInner {
    background:url('../img/arrow_up.png') 1px 5px no-repeat;
    opacity:0.8;
    background-position: 10px 9px;
}

.select_fancy_gray select option {
    font-size:14px;
    font-family: typopas, arial;
    font-weight: 200; 
}
.box.spacer15.left_in {
    line-height: 33px;
    width: 18%;
    color: #969696;
    font-size: 16px;
    padding-right: 55px;
}

.box.spacer30.left_in {
line-height: 32px;
padding-right: 45px !important;
width: 25% !important;
}
.classic_mobile .box.spacer30.left_in { /* rivka 17/5/2015 */
line-height: 32px;
padding:0!important;
width: 100% !important;
text-align:center;
}

.rightsum{
   font-size: 22px;
   text-align: right !important;
   line-height: 26px;
   width: 5% !important;
   padding-bottom: 14px !important;
}
.box.spacer20.capac {
    width: 4%;
    padding-top: 16px;
    padding-bottom: 14px !important;
}
.couple{
    line-height: 26px;
    padding-right: 0 !important;
    width: 11% !important;
    padding-bottom: 14px !important;
}
.more_options{
    margin-top: 32px;
}
.video_box.double_space{
    margin-top: 249px;
}
.m_options li{
    height: 34px !important;
    padding-top: 5px;
}
.select_fancy_gray.ver2{
    padding: 4px;
    margin: 0;
    background: transparent;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 37px;
    background: #e4e4e4;
    color:#000000;
    outline:none;
    display: inline-block;
    cursor:pointer;
    width: 120px;
    font-size: 16px;
    font-family: typopas, arial;
    font-weight: 200; 
    outline: none;
    height: 20px;
    margin-right: -18px;
}

.select_fancy_gray.ver2 .select_fancy_grayInner,.select_fancy_gray.ver2.select_fancy_grayOpen .select_fancy_grayInner{
    background:url('../img/two_arrows.png') 9px 5px no-repeat;
    width: 95% !important;
    padding-left: 4%;
}
 
.selections{
    height: 70px;
}

.no-pad{
    padding:0 !important;
}

.no-bor{
    border-bottom:none !important;
}

ul.quality .checkboxPink label {
margin-top: 8px;
}

.select_fancy_gray.ver3{
    padding: 4px;
    margin: 0;
    background: transparent;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
    background: #f4f4f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top,  #f4f4f4 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom,  #f4f4f4 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1',GradientType=0 );

    color:#000000;
    outline:none;
    border:1px solid #d4d4d4;
    display: inline-block;
    cursor:pointer;
    width: 100%;
    font-size: 16px;
    font-family: typopas, arial;
    font-weight: 200; 
    outline: none;
    height: 20px;
    margin-right: -18px;
}

.select_fancy_gray.ver3 .select_fancy_grayInner,.select_fancy_gray.ver2.select_fancy_grayOpen .select_fancy_grayInner{
    background:url('../img/two_arrows.png') 9px 5px no-repeat;
}

/*shows*/

.classic_w p,.classic_w h2,ul.quality li{
    color:#565656;
}

.classic_w .p_des{
    color:#1b1b1b;
}

.dis_title {
	color: #454545;
	opacity: 8.8;
	margin-top: -2px;
}
.mobile .dis_title /* rivka 17/5/2015 */
{
	margin-top: 6px;
	margin-right: 50px; /* rivka 3/6/2015 */
	line-height:1.4;  /* rivka 4/6/2015 */
}
.pinkstar{
    color:#06448D;
    font-size:22px;
    float:right;
    margin-left:10px;
}

.boxer_shows{
    width:100%;
    margin-top: 17px;
}

.boxer_shows .box{
    width:auto;
    display:block;
    float:right;
}

.sel_1{
    width: 195px !important;
    margin-right:0 !important;
    margin-top: 5px;
}

.sel_2{
    width: 332px !important;
    margin-right: 13px !important;
    margin-top: 5px;
}

.sel_3{
    width: 532px !important;
    margin-right:0 !important;
}

.maxwidth{
    width:100% !important;
    margin-top: 10px;
    padding-bottom: 22px;
}

.box-row.sumbox {
    border-bottom: 1px dotted #949494;
    padding-bottom: 20px;
    padding-top: 4px;
    clear: both;
}
 .box-row.sumbox.order_remark {
    border-bottom: 0px;
	    padding-top: 24px;
}
.box-row.leftinstock {
    height: 46px;
    line-height: 22px;
    padding-top: 20px;
    border-bottom: 1px dotted #949494;
    margin-top: 3px;
    padding-right: 2px;
}
.leftinstock .fltlft {
    font-size: 23px;
}
.select_fancy_grayHover{
    background:#b8b8b8 !important;
    color:white !important;

}

/* shows ver 2 */
.classic_w.full{
    width:100% ;
}

.cover_image{
    padding-top: 8px;
    border-top: 1px solid #e1e1e1;
    margin-top: 35px;
    text-align:center; /* inon */
}

.orders_events{
}
.classic_w.full .box-row{

    display:table-row;
    

    height: 59px;

}
.classic_w.full .rec_line {
margin-top: 20px;
margin-bottom: 20px;
}
.orders_events .rec_line_title.box-row .box{
    padding: 11px 10px 11px 0 !important;
    text-align: right;
    font-weight: 200;
    display: table-cell;
    font-size: 16px !important;
}
.classic_w.full .titlebox{
    float:right;
    clear:both;
}

.classic_w.full .titlebox .image_r{
    height:85px;
    width:85px;
    border-radius: 50%;
    overflow: hidden;
    float:right;
}
.classic_w.full .titlebox .image_r img{
width:auto;
height:100%;
min-height:85px;
}
.classic_w.full .titlebox .title_text_c{
    float:right;
    margin-right: 10px;
}

.classic_w.full .select_show{
    border-radius:20px;
    background: #e1e0e0;
    padding: 6px;
    line-height: 19px;
    width: 95px;
    margin-right: 14px;
    margin-top: 3px;
    height: 17px;
    color:black;
    font-size: 16px;
    transition:.3s all;
    cursor: pointer;
    text-align: center;
}
.classic_w.full .select_show:hover{
    background:#06448D;
    color:#fff;
}
.classic_w.full .titlebox .title_text_c h1, .classic_w.full .titlebox .title_text_c h1 a{
    color:#06448D;
    font-size:36px;
    margin-top: 14px;
}
.classic_w.full .titlebox .title_text_c p, .classic_w.full .titlebox .title_text_c p a{
    color:#565656;
    margin-top: 0;
    font-size:18px;
}

.classic_w.full .rec_line_title{
    width: 100%;
    height: 36px;  margin-top: 0;  
    padding: 0;  
    padding-top: 0px;  
    font-size: 18px;  
    font-weight: 800;
    border: none;
}
.orders_table .box{
    padding: 18px 0px 7px 0 !important;
    font-size: 20px;
}
.orders_events .box.bx1{
    width: 22%;

}
.orders_events .box.bx1{
    width: 22%;

    font-size: 16px;
    padding: 21px 0px 8px 0 !important;
}
.orders_events .box.bx2{
    width: 7%;
    
    padding: 18px 14px 0px 0 !important;
}
.orders_events .box.bx3{
    width: 7%; 
}
.orders_events .box.bx4{
    width: 11%;
    padding: 12px 0 0 0 !important;
}
.orders_events .box.bx4 .trigger{
margin-right: 0px;
}

.orders_events .box.bx4 ul.options.open {
margin-right: -18px !important;
}

.orders_events .box.bx4 ul.options.open li {
    text-align: center;
}
.orders_events .box.bx5{
    width: 6%;
    
    text-align: center;
}
.orders_events .box.bx6{
    width: 16%;
    
    padding: 12px 0px 7px 0 !important;
}
.orders_events .box.bx7{
    width: 27% !important;
    
    padding-right: 8px !important;
    text-align: right !important;
    font-size: 14px;
    padding-top: 9px !important;
}


/*cart*/
.shopping_cart_table.boxer .box{
    padding: 32px 10px 0 0;
}
.shopping_cart .double_white_round div.trigger,.shopping_cart .double_white_round ul.options{
margin-right: 0px;
right: 0 !important;
}
.before_p .wrapper h2{
    margin-top: -24px;
    font-size: 31px;
    font-weight: 200;
    margin-bottom: 0;
}

.pink-arrow-left {
    width: 0; 
    height: 0; 
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; 
    border-right:7px solid #06448D; 
    position: absolute;
    left: -7px;
    top: 12px;
}

.pink_title{
    background:#FDB560;
    padding: 10px !important;
    height: 17px;
    text-align:center;
    font-size:18px;
    font-weight: 200;
    color:#3D3B3B;
    font-family: apolo, arial;
    width: 15.5%;
    text-indent: -5px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    float: right;
    line-height: 18px;
    width: 50%;
    text-align:right;
    text-indent:2%;
	font-weight:bold;
}
.before_p .rec_line_title{
    display: table-row;
    font-family: typopas, arial;
    font-size: 13px;
    line-height: 0px;
    height: 35px !important;
}
.before_p .no-border {}
.before_p .rec_line {
    margin-top: 8px;
}

.shopping_cart_table.boxer .box.bw_1{
    width: 47%;
    padding: 0px !important;
}

.shopping_cart_table.boxer .box.bw_2{
    width: 8%;
    padding: 37px 2px 0 0;
    font-size: 23px;
}

.shopping_cart_table.boxer .box.bw_3{
    width: 11%;
}

.shopping_cart_table.boxer .box.bw_4{
    width: 11%;
    padding: 37px 23px 0 0;
    font-size: 23px;
}

.shopping_cart_table.boxer .box.bw_5{
    width: 11%;
    padding: 39px 0px 0 0;
}

.shopping_cart_table.boxer .box.bw_6{
    width: 6.5%;
    padding: 45px 29px 0 0;
}

.shopping_cart_table.boxer .box.bw_7{
    width: 6.5%;
    padding: 45px 10px 0 0;
}


.edit_b{
     background: url('../img/edit.png') -9px 0px no-repeat;
     height: 10px;
     width: 10px;
     cursor: pointer;
     margin-right: 5px;
}

.delete_b{
     background: url('../img/edit.png') 0px 0px no-repeat;
     height: 10px;
     width: 9px;
     cursor: pointer;
     margin-right: 5px;
}

.edit_b:hover{
background: url('../img/edit.png') -9px -14px no-repeat;
}

.delete_b:hover{
background: url('../img/edit.png') 0px -14px no-repeat;
}

.p_circ{
      width: 56px;
    height: 55px;
    /* border: 2px solid #cccccc; */
    background: white;
    text-align: center;
    overflow: hidden;
    /* border-radius: 50%; */
    vertical-align: middle;
    margin-top: 18px;
    /* padding-top: 10px; */
    float: right;
}

.rec_line_title.box-row .box {
    padding: 19px 23px 0 0;
}

.box.bw_1 {
    padding: 41px 10px 0 0;
}
.before_p .bubble_comment{
    background:url(../img/bcard/bubble_big.png) no-repeat 0 0;
    width:23px;
    height:23px;
    margin-right: 9px;
    margin-top: -1px;
}
.before_p .bubble_comment:hover{
    background-position: 0 -23px; 
}

.before_p .tooltips span{
    left:18px;
}

.before_p a.tooltips {
width: 35px;
}

.before_p a:hover.tooltips span{
    bottom:36px;
}


.before_p .rec_line_title .box{
  font-size: 16px !important;  
}
.before_p .rec_line_title .bw_1{
padding:10px 0 0 0 ;
}

.before_p .rec_line_title .bw_2{
padding: 19px 12px 0 0 !important;

}

.before_p .rec_line_title .bw_3{
padding: 19px 29px 0 0;
}

.before_p .rec_line_title .bw_4{
padding: 19px 23px 0 0 !important;
}

.before_p .rec_line_title .bw_5{
padding: 19px 1px 0 0 !important;
}

.before_p .rec_line_title .bw_6{
padding: 20px 25px 0 0 !important;
}

.before_p .rec_line_title .bw_7{
padding: 20px 5px 0 0 !important;
}
.shopping_cart .p_c_description{ /*rivka 14/5/2015*/
float:right;
margin-right: 16px;
margin-top: 32px;
margin-top: 22px; /* inon */
width:350px; /* inon */
}

.p_c_description::after,.before_p .box-row::after{
content:'';
clear:both;
}
.p_c_name{
    font-size: 16px;
    color: black;
    margin-bottom: 4px;
}
.p_c_name a{
    color: #55A8BA;
    font-weight: bold;
    font-size: 18px;
}

.p_c_makat{
    font-size: 15px;
    color:#535353;
}

.before_p .wrapper .r_item h2 { /* inon */
    color: #6f6f6f;
    font-family: apolo, arial;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.select_fancy.little_s2.rounded_s {
border-radius: 18px !important;
/* width: 67px !important; */
float: right;
text-indent: 25px;
font-size: 20px;
line-height: 19px;
}
body.shows_mobile span.select_fancy.little_s2.rounded_s span /*rivka 28/5/2015*/
{
	padding-left:10px;
	margin-right:-14px;
}
.select_fancy.little_s2.rounded_s .select_fancyInner{
    background: url(../img/two_arrows.png) no-repeat;
    background-position: 6px 4px;
    height: 25px;
    line-height: 20px;
    float: right;
}

.cart_summery{
    clear:both;
    height: 74px;
    width:100%;
    float:left;
    padding-top: 16px;
    text-align: left;
}

.cart_total{
    color:#535353;
    font-size:18px;
}

.cart_total_sum{
    color:black;
    font-size: 41px;
}

.pay_button{
    width:165px;
    float:left;
    margin-top: -22px;
}

/* fancy select */
.fancy-select select{
    position: relative;
    visibility: hidden !important;
}
div.fancy-select {
    position: relative;
}

div.fancy-select.disabled {
    opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
    box-shadow: 0 0 0 2px #4B5468;
}

div.fancy-select select:focus + div.trigger.open {
    box-shadow: none;
}

div.fancy-select div.trigger {
    border-radius: 29px;
    cursor: pointer;
    padding: 6px 0px 7px 0px;
    text-indent: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #e4e4e4;
    border: none;
    color: #494949;
    width: 100%;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
     background:url('../img/arrow_down_g.png') 1px 5px no-repeat;
     width: 100% !important;
     content: '';
     height: 11px;
     display: block;
     position: absolute;
     left: 9px;
     top: 7px;
}
div.fancy-select div.trigger.open:after {
     background:url('../img/arrow_up_g.png') 1px 5px no-repeat;
      content:'';

}
.double_white div.trigger:after {
    background: url('../img/two_arrows.png') 1px 5px no-repeat;
    width: 100% !important;
    content: '';
    height: 16px;
    display: block;
    position: absolute;
    left: 9px;
    top: 5px;
}
div.fancy-select div.trigger:after {
    background: url('../img/arrow_down_g.png') 1px 5px no-repeat;
    width: 100% !important;
    content: '';
    height: 16px;
    display: block;
    position: absolute;
    left: 9px;
    top: 7px;
}
 div.fancy-select.single_white div.trigger:after {
     background:url('../img/arrow_down.png') 1px 5px no-repeat;
     width: 100% !important;
     content: '';
     height: 11px;
     display: block;
     position: absolute;
     left: 9px;
     top: 7px;
}
 div.fancy-select.single_white div.trigger.open:after {
     background:url('../img/arrow_up.png') 1px 5px no-repeat;
      content:'';

}
div.fancy-select.single_white div.trigger, .contact_form .double_white div.trigger{
    border: 1px solid #d4d4d4;
    background:white !important;
    border-radius:4px !important;
}
.double_white_round div.trigger{
    border: 1px solid #d4d4d4 !important;
    background: white !important;
    border-radius: 16px !important;
    height: 14px !important;
    margin-top: 3px;
    width: 76px !important;
    margin-right: 19px;
    font-size: 19px;
    line-height: 14px;
    text-align: Center;
    text-indent: -5px !important;
}
div.fancy-select.select_fancy.double_white_round div.trigger:after {
     background: url('../img/two_arrows.png') 1px 5px no-repeat;
     width: 100% !important;
     content: '';
     height: 16px;
     display: block;
     position: absolute;
     left: 9px;
     top: 4px;
}
div.fancy-select.select_fancy.double_white_round  ul.options {
    width: 78px !important;
    right: 18px;
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 117%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999;
    max-height: 300px;
    overflow: auto;
    background: #fff;
    border-radius: 6px;
    right: 0;
    border: 1px solid #d4d4d4;
    width: 98%;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
    visibility: visible;
    opacity: 1;
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;

    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;

    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul.options li:first-child {
	/*display:none;*/ /* inon */
	/*font-weight:bold;*/
} 
div.hide_first ul.options li:first-child {
	display:none;
}
/*div.fancy-select.hide_first ul.options li:first-child {
	font-weight:normal;
} */
div.fancy-select ul.options li {
    padding: 5px 13px;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #d4d4d4;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li:last-child {
    border-bottom:none;
}
div.fancy-select ul.options li.selected {
    background: #e4e4e4;
    color: #000;
}

div.fancy-select ul.options li.hover {
    color: #000;
}

.contact_page .double_white .trigger{
    width:66%;
    height: 17px;
}

.contact_page .double_white .options{
    width: 67%;
    right: 27%;
}

.phone_select .options {
width: 70px !important;
left: 25px;
right: auto !important;
top: 4px !important;
}
div.fancy-select ul.options li:hover{
background: #e4e4e4
}

.double_a .trigger{
    min-width:106px;
}
.cat_drop .trigger{
    border-radius:8px !important;
    height:30px !important;
}

.cat_drop .trigger {
border-radius: 8px !important;
height: 12px !important;
font-size: 13px;
text-indent: 8px !important;
}
.sw2 .trigger {
text-indent: -8px !important;
}

div.fancy-select.single_white.cat_drop div.trigger:after{
    top:4px !important;
}
div.fancy-select.single_white.cat_drop .options{
    font-size:13px !important;
    width: 100%;
} 

.little_round .trigger {
    border-radius: 4px !important;
    height: 17px !important;
    font-size: 14px;
    line-height: 19px !important;
    text-indent: 10px !important;
    border: 1px solid rgb(171, 171, 171) !important;
    margin-top: -2px !important;
}

.little_round .trigger:hover,div.fancy-select div.trigger:hover{
    background:#b8b8b8 !important;
    color:white !important;
}
div.fancy-select.single_white div.trigger:hover,div.fancy-select.double_white div.trigger:hover,div.fancy-select.double_white_round div.trigger:hover{
    background:#f1f1f1 !important;
    color:#494949 !important;
}
div.fancy-select.phone_select div.trigger.open:after,div.fancy-select.little_round div.trigger:after,div.fancy-select.double_a div.trigger:after{
     background:url('../img/two_arrows.png') 1px 5px no-repeat;
      content:'';

}
div.fancy-select.phone_select.double_white div.trigger:after ,div.fancy-select.little_round div.trigger:after,div.fancy-select.double_a div.trigger:after{
    background: url('../img/two_arrows.png') 1px 5px no-repeat;
    width: 100% !important;
    content: '';
    height: 16px;
    display: block;
    position: absolute;
    top:5px;
}

div.fancy-select.little_round div.trigger:after{
    top:4px;
}

.fancy-select.select_fancy.double_white.phone_select div.trigger:after{
     height: 16px;
     top:0px;
}

.phone_select .trigger{
   position: absolute !important;
   display: inline-block;
   background: transparent;
   width: 68px !important;
   left: 27px;
   text-indent: 6px;
   padding: 0;
   border: none !important;
   line-height: 7px;
   border-right: 1px solid #bdbdbd!important;
   top: -26px;
   border-radius: 0 !important;
   height: 5px !important;
}

.fancy-select.select_fancy.double_white.phone_select .trigger:hover{
    background:white !important;
}

.fancy-select.select_fancy.double_white.phone_select .trigger{
    border-radius:0 !important;
}

.ns {
bottom: 0;
font-size: 61%;
}

.thank_you .ns{
    font-size: 100% !important;
    margin-right: 3px  !important;
}

.thank_you.print .no-print 
{
	display:none!important;
}

sub.ns {}

.checkout_page .ns ,.checkout_mobile .ns{
bottom: 0;
font-size: 90%;
}

.logo_container.shortlogo {  
	background: url(../img/logos.png) no-repeat;  
    width: 117px;  margin-top: 0;  height: 44px;  margin-bottom: 0;    
    position: absolute;
    left: 0;
    bottom: -51px;
}
 
hr {
    margin-top: 4px;
    border-top: 1px solid #B9B9B9 !important;
}

.homepage sub.ns {
    font-size: 91%;
    margin-right: 2px !important;
}

.homepage strong {
    font-weight: 200;
}

.classic .ns {
    font-size: 80%;
}

.ie8 .histadrut_menu ul,.ie8 .histadrut_menu ul li,.whiteMenu .iO{
    background:white;
}
.ie8 .histadrut_menu ul li:hover{
    background:#06448D;
}
.ie8 .single_cat{
    margin: 5px 9px 5px 9px;
}
.ie8 input[type="checkbox"],.ie8 .checkboxWhite input[type="checkbox"],.ie8 .checkboxPink input[type="checkbox"]{
    visibility: visible !important;
    width:10px;
    height:10px;
}
.ie8 .checkboxWhite label,.ie8 .checkboxPink label{
    display:none;
}
.ie8 .spacer16{
    padding-top:5px !important;
}
.ie8 .checkout_page .boxer .box.spacer16{ /*rivka-new 15/02/2015*/
    padding : 11px 21px 11px 0px!important;
}
.ie8 .checkout_page .boxer .bls_row .box.spacer16{ /*rivka-new 15/02/2015*/
    padding : 21px 21px 1px 0px!important;
}
.ie8 .checkout_page .boxer .bls_row .box.spacer16.box_num_of_payments{ /*rivka-new 15/02/2015*/
    padding : 11px 21px 1px 0px!important;
}
.ie8 .checkout_page .boxer .bls_row .box.spacer20{ /*rivka-new 15/02/2015*/
    padding : 11px 0px 11px 0px!important;
}
.ie8 .r_item{
    margin-left:30px;
}


/************************

	Shows Ticket select

************************/

.seat-select-stage1 {
	height: 380px;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	padding-bottom: 24px;
	margin-top: 40px;
	margin-bottom: 32px;
	
	
}

.seat-selected-label {
	font-size: 1.13em;
	font-weight:400;
	font-family: apolo, arial;
	
	
	padding-top: 10px;
}

.seat-selected-label .seat-total {
	color: #06448D;
}


.seat-map-wrapper {
	display: block;
	width: 50%;
	height: 70%;
	margin: 0 auto;
	padding-top: 60px;
}

#seat-gush1,
#seat-gush2,
#seat-gush3 {
	background-color: #ededed;
	padding-top: 20px;
	box-sizing: border-box;
	color: #3b3b3b;
	font-size: 31.83px;
	font-family: typopas, arial;
	text-align: center;
	
	display: inline-block;
	
	transition: all 0.1s linear;
}

#seat-gush1:hover,
#seat-gush2:hover,
#seat-gush3:hover {
	background-color: #06448D;
	color: #ededed;
}

#seat-gush1,
#seat-gush3 {
	position: relative;
	top: 40px;
	margin: 0 10px;
}
#seat-gush1 {
	width: 150px;
	height: 75px;

-webkit-transform: rotate(30deg) skew(20deg); 
	-ms-transform: rotate(30deg) skew(20deg); 
        transform: rotate(30deg) skew(20deg);
}

#seat-gush2 {
	width: 132px;
	height: 80px;

}

#seat-gush3 {
	width: 150px;
	height: 75px;

-webkit-transform: rotate(-30deg) skew(-20deg); 
	-ms-transform: rotate(-30deg) skew(-20deg); 
        transform: rotate(-30deg) skew(-20deg);
}

.seat-bama {
	background-color: #ededed;
	padding-top: 20px;
	box-sizing: border-box;
	font-size: 31.83px;
	font-family: typopas, arial;
	text-align: center;
	display: inline-block;
	color: #3b3b3b;
	height: 72px;
	width: 183px;
	
	position: relative;
	right: 150px;
	top: 20px;

}

.seat-price-wrapper {
	border-top: 1px solid #ededed;
}
.seat-price-wrapper p{
	text-align: center;
	margin-top: 15px;
	
    font-weight: 400;
}


/* Seat select Stage 2 */

.seat-select-stage2{
	height:100%;
	display: none;
}

.seat-selected-wrapper {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	height: 38px;
	margin-top: 30px;
	padding-top: 5px;
}
.seat-icon {
	height: 21px;
	width: 21px;
	
 -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	     border-radius: 50px;
	
	display: inline-block;
	
	margin: 0 10px;
	position: relative;
	top: 4px;
}
.seat-icon:first-child {
	margin-right: 0px;
}

.seat-available {
	border: 1px solid #9b9b9b;
}

.seat-chosen {
	background-color: #06448D;
}


.seat-unavailable {
	background-color: #9b9b9b;
}


.seat-selected-label.fltrt  {
	height: 29px;
	margin-top: -10px;
}

.seat-selected-label.fltrt span {
	font-family: typopas, arial;
	font-weight: 200;
	font-size: 1em;
}

/* Seat map */
.seat-map-outer {
	width: 100%;
	overflow-x: auto;
	
}
#seat-map {
	padding-top: 20px;
	
}
div.seatCharts-container {
	width: 1150px;
	padding-bottom: 20px;
}
body.tickets_mobile div.seatCharts-container { /* rivka 31/5/2015*/
	width: 100%;
}
body.tickets_mobile .seat-map-outer { /* rivka 31/5/2015*/
	text-align:right;
	overflow-x:scroll;
	direction:rtl;
}

div.seatCharts-cell {
	box-sizing: border-box;
	padding-top: 2px;
	height: 20px;
	width: 20px;
	margin-left: 3px;
	float: right;
	text-align: center;
	outline: none;
	font-size: 13px;
	line-height:15px;
	color: black;
	font-family: typopas, arial;

}
div.seatCharts-seat {
	background-color: #fff;
	font-size: 14px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: default;
	cursor: pointer; /* inon */
	position: relative;
	right: 44px;
}
div.seatCharts-seat:focus {
	border: none;
}

div.seatCharts-space {
	/*margin-left: 13px;
	font-size: 22px;
	font-family: typopas, arial;*/ /* inon - space width = circle width */
	background-color: white;
}
div.seatCharts-rowID {
	position: absolute;
	-webkit-backface-visibility: hidden;/* rivka 26/5/2015  problem android the column of numbers scoll with the screen*/      
	z-index: 555;
	/* Making the row id stay fixed while scrolling */
	margin-left: 13px;
	font-size: 22px;
	font-family: typopas, arial; /* inon - moved from .seatCharts-space */
}
div.seatCharts-row {
	height: 30px;
}

div.seatCharts-row:after {
	clear: both;
}

div.seatCharts-seat.selected {
	background-color: #06448D;
	color: white;
	padding-top: 3px;
}

div.seatCharts-seat.focused {
	background-color: rgb(235, 111, 178);
	color: white;
	padding-top: 3px;
}

div.seatCharts-seat.available {
	background-color: #fff;
	border: 1px solid #9b9b9b;
	color: #06448D;
}

div.seatCharts-seat.unavailable {
	background-color: #9b9b9b;
	color: white;
	padding-top: 3px;
	cursor: default;
}

ul.seatCharts-legendList {
	list-style: none;
}
li.seatCharts-legendItem {
	margin-top: 10px;
	line-height: 2;
}
div.section-title { /* inon */
	color:#06448D;
	font-weight: 200;
	font-size: 1.3em;
	text-indent:45px;
	margin-bottom:20px;
}

/*changes start*/
.ie8 .single_res .circ{
background: none;
}

.product_table{
    border: 1px solid #B5B5B5;
    border-radius: 0 !important;
    -webkit-border-radius: 9px;
}
/*changes end*/


/*Firma - 15/01/15 */
#side_gallery .g_item , .r_item , #big_image {
	-webkit-transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.circ {
	background-size: cover;
}




/*  inon FROM HERE: */
.hidden-by-server 
{
	display:none!important;
}
.p_circ img 
{
	width:37px;
	height:37px;

	width: 55px;
    height: 59px;
}
.mag 
{
	cursor:pointer;
}
body.classic .rec_line_title .dis_title {
  line-height: 37px;
}
.ff-large .ff-title {
	font-size: 25px;
	font-family: typopas, arial;
	font-weight: 200;
	margin-bottom: 5px;
}
.ff-large .ff-text {
  margin-top: 0;
  line-height: 20px;
  margin-bottom: 21px;
}
.ff.ff-line, .ff.ff-lineh {/*rivka 14/5/2015*/
	border-top: 1px dotted #949494;
	border-top: 1px solid #E3E3E3;
	/*height: 34px;*/ /*rivka 30/4/2015*/
	line-height: 32px;
}
.ff.ff-line:last-child, .ff.ff-lineh:last-child {
	border-bottom: 1px dotted #949494;
	border-bottom: 1px solid #E3E3E3;
}
.ff-line .ff-title {
	display:none;
}
.ff-line .title {/*rivka 14/5/2015*/
	display:none;
}
.ff-line .open {/*rivka 14/5/2015*/
	display:block!important;
}
.ff-lineh .ff-title {
	padding-left: 20px;
	font-weight:bold;
	display:inline;
	display:table-cell;/*rivka 30/4/2015*/
	width:30%; /*rivka 30/4/2015*/
	  
}
.ff-lineh .ff-text {
	display:inline-block;
	width:85%; /*rivka 30/4/2015*/
	display:table-cell;/*rivka 30/4/2015*/
}

.ff-lineh.ff-title-empty .ff-text {
	width:auto;
}
.ff-lineh.ff-title-empty .ff-title {
	display:none;
}
.cover_tickets{
    padding-top: 8px;
    border-top: 1px solid #e1e1e1;
    margin-top: 35px;
    text-align:center;
    user-select:none;
}

.cover_tickets div * 
{
	display:inline;
	width:20px;
	height:20px;
	line-height:20px;
	font-family:Arial, "Sans-Serif";
	font-size:20pt;
}

.cover_tickets div h1
{
	color:#bdbdbd;
}

.cover_tickets div h2 
{
	color:#ff0000;
}

.cover_tickets div h3
{
	color:#00ff00;
}

.cover_tickets div h4
{
	color:#0000ff;
}

.cover_tickets div h5
{
	color:#00ffff;
}

.cover_tickets div h6
{
	color:#ff00ff;
}

.cover_tickets div h7
{
	color:#ffff00;
}

.cover_tickets div h2, .cover_tickets div h3, .cover_tickets div h4, .cover_tickets div h5, .cover_tickets div h6, .cover_tickets div h7 
{
	cursor:pointer;
}

body.show .sumrow, body.tickets .sumrow
{
	width:540px;
	display:block!important;
}

.sidebar-right-menu .res_row,.category .sidebar-right-menu h2 /* inon 26/05/15 - ???????? ????  */
{
	border-bottom:none!important;
	height:auto;
}


/*  inon - temp hide */
/* rivka - change for mobile 5/5/2015 */
/*.checkboxWhite, .fav_icon, .watch_icon, 
.single_cat h3, .display360_wrapper, .flyer, .sidebar_menu h2, 
.footer_menu_container, .cart_counter, .agrees_block label, .wrong_d, 
.shopping_cart_table .bw_5, 
.shopping_cart_table .bw_6, .sidebar-right, .onsale, .firma, #mob_menu, .btn_snapmenu
{
	display:none!important;
}*/
/* rivka - change for mobile 5/5/2015 */
.single_cat h3, .flyer, 
 .cart_counter, .agrees_block label, .wrong_d, 
.shopping_cart_table .bw_5, 
.shopping_cart_table .bw_6, .sidebar-right-filter, body.category .cat_title, .onsale, 
.firma, /*.fav_icon, rivka 3/4/16 fav*/
.whiteMenu , .no-line.impor-li
/* inon 26/05/15 - ?????  */
{
      display:none!important;
}

.fav_container{ /* inon 26/05/15 - ???? ?? ?????? ?????? ???????  */
    left: 60px; 

    left: 7px;
    top: 235px;
    position: absolute;
    z-index: 999;
      display:none;
}
.shopping_cart_table .bw_1 
{
	width:65%!important;
}

.shopping_cart .p_c_description{ /*rivka 14/5/2015*/
	width:550px!important;
}

.ltr {
	direction:ltr!important;
	text-align:left;
}

.inline-block
{
	display:inline-block;
}

.ltr-number
{
	direction:ltr;
	text-align:left;
	display:inline-block;
}

@media print {
.no-print 
{
	display:none;
}
}




body.category_desktop .cat_img img, body.category_mobile .cat_img img  /*rivka 17/8/2015*/
{
      height:167px;
      min-width:167px;
}
 
/*body.category_desktop .cat_img img 
{
      width:167px;
}

body.category_desktop .single_cat .circ 
{
      background:none;
}*/


	/*start rivka 16/7/2015*/
	
    .checkout_page .boxer.rem_table 
    {
    	padding-top:10px;
    	float:left;
    	margin-top:15px;
    }
    .checkout_page .boxer.rem_table .box-row 
    {
    	border-top: 1px solid #bdbdbd;
		float: right;
    	position:relative;
    }
    .checkout_page .boxer.rem_table .box-row .box 
    {
    	width:70px;
		float: right;
    	position:relative;
    	
    }
    .checkout_page .boxer.rem_table .box-row .box.box_tr_remark 
    {
    	padding-top: 15px;
    	width:100%;
    	float:right;
    	margin-left:3px;
    	padding-right:0;
    	padding-left:0;
    }
    .checkout_page .boxer.rem_table .box-row .box.box_tr_remark textarea
    {
    	margin-bottom: 10px;
		float: left;
		border-radius:4px;
    	border: 1px solid #C0C0C0;
		resize:none;
		padding:7px;
		padding-right:12px;
		margin-left:2px;
		width:395px;
		font-size: 14px;
		height:41px;
    }
	.boxer.rem_table div.HideInput label 
	{
		display:inline-block;
	}

	.boxer.rem_table div.HideInput textarea  
	{
	}
	
	.boxer.rem_table label { 
		border: 1px silver solid;
		padding: 5px;
		border-radius: 4px;
    	width:407px;
		height: 17px;
		font-size: 14px;
		text-indent: 7px;
		cursor:text;
		color:#ABABA9;
		display:none;
		padding-top:11px;
		position:absolute;
		z-index:500;
		border:none;
		background-color:Transparent;   
		float:right;  
		left:0;   
		text-align:right;
		padding-right:0;
	}
	
	/*end rivka 15/2/2015*/

	
	
.warning_loading { /* rivka 18/8/2015*/
    background: url(../img/loading.gif) no-repeat;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 24px;
    font-family: apolo, arial;
    font-weight: 600;
    position: absolute;
    top: 67px;
    left: 260px;
}


.mobile_login_ver2 .warning_loading { /* rivka 18/8/2015*/
    background: url(../img/loading.gif) no-repeat;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    font-family: apolo, arial;
    font-weight: 600;
    position: relative;
    top: auto;
    left: auto;
    float: right;
}
input:-webkit-autofill { /* rivka 18/8/2015*/
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.f_login_gray input, .f_login_gray a /* rivka 18/8/2015*/
{
    opacity: 0.4;
	transition:.1s all;
	cursor:default;
}














#home_category_grid{
    /*width:100%;
	width:1100px;*/
	width:82%;
	min-width:700px;
	/*background-color:#E6E6E6;*/
    margin:0 auto;
	 position: relative;
    overflow: hidden;
    height: 1360px;
	    height: 240%;
}
.home_category
{
	/*background-color:#3A3A3A;*/
	width:100%;
	height:570px;
		min-width: 1190px;
		padding-top:70px;
		padding-bottom:30px;
}
.home_category_tring
{
	background-image:url(../img/bcard/poly_cat.jpeg);
	background-repeat:no-repeat;
	width:100%;
	height: 155px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		min-width: 1190px;
}

.footer_category
{
	/*background-image:url(../img/bcard/bg_category_down.jpeg);
	background-image:url(../img/bcard/background1.jpg);
	background-repeat:no-repeat;*/
	background-color:#28496E;
	width:100%;
	/*height:800px;*/
	height:100%;
    float: right;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
		/*min-width: 1190px;*/
}
	.footer_category .cat_ttl {
		text-align:center;
		font-size:41px;
		color:#ffffff;
		font-size: 50px; 
		padding-top:170px;
		font-weight: 100;
		font-family:apolo, arial;
	}
	.footer_category .line_bot {
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
		background-color:  #06448D;
		width: 81px;
		height: 3px;
		text-align:center;
		margin:auto;
		margin-top:30px;
	}

	.category_list 
	{
		/*width: 1100px;*/
		margin: auto;
		margin-top:50px;
		width:82%;
		min-width:700px;

	}
	.category_list .cat_box
	{
		display:inline-block;
		border-radius: 2px;
		background-color: #ffffff;
		width: 108px;
    /*height: 100px;*/
		width: 8.4%;
		height:100%;
	margin: 0 0.9%;
	padding:10px;
	float:right;
	text-align:center;
	font-size:20px;
	color: #4C4B4C;
	cursor:pointer;
	}
		.category_list .cat_box.cat_102472 {
			
		background-color: transparent!important;
		border:solid 1px #ffffff;
		color:#ffffff!important;
		}
		.category_list .cat_box.cat_141 ,.category_list .cat_box.cat_142 {
			
		background-color: #E2EAF4!important;
		}


		.category_list .cat_box.cat_102472 a{
			
		color:#ffffff!important;
		}

		.category_list .cat_box:hover {
			opacity:0.7;
		}
		.category_list .cat_box div {
			height:30px;
			
		}
	.item img.tringle
	{
		position:relative;
		top:-18px;
		width:22px;
		margin-right: 110px;
    margin-right: 45.7%;
	}
		.category_list .cat_box:first-child {
			/*margin-right: 0px;*/
		}
		.category_list .cat_box img {
			display:block;
			margin-bottom:20px;
			/*margin-right:30%;*/
			margin-top:15px;
			height:50px;

			height: 90px;
    margin: 0 auto;
			margin-bottom:20px;
			margin-top:15px;
		}
		.category_list .cat_box a {
			color:#2e2d2d;
		}
		.item_category_but
		{
			color:#000000;
			height:27px;
			margin-top:30px;
			padding-top:3px;
			padding-left:25px;
			font-size:13px;
			text-align:left;
			background:url(../img/bcard/tag_1.png) no-repeat;
			background-color: #dea5db;
			background-position-y:5px;
			background-position-x:5px;
		}
		.item_category_txt
		{
			height:120px;
		}
			.item-w1.item-h2 .item_category_txt h1 {
			font-size: 15px;
			}
		.item_category_txt h1
		{
			font-size: 19px;
    height: 60px;
    position: relative;
    top: -10px;
    padding-right: 15px;
    padding-left: 10px;
		}
		.item_category_txt span
		{
			color:#000000;
			font-weight:bold;
			height:20px;
			padding-right:15px;
		}

		.item:hover{

		}


		.home_category .item-w2
		{
			    width: 39%;
		}
		.home_category .item-h2
		{
			height: 43.9%;
		}
		.home_category .item-w1
		{
			width:15%;
		}
		.home_category .item-h1
		{
			height:20.7%;
		}


		.home_category .nivo-controlNav {
			 /*top: 20%!important;
			right: 15%!important;
			 left: 0px!important;*/
		    top: 44.5%!important;
    left: 78.5%!important;
		   top: 96.8%!important;
    left: 44.5%!important;
}
		

		.home_category .nivoSlider
		{
			height:100%!important;    
			margin-bottom:0px!important;    
		}
		.home_category .nivo-imageLink:first-child .nivoSlider img
		{
			display:block;
		}

		.home_category .nivoSlider img
		{
			z-index:9!important; 
			/*visibility:visible!important;*/ 
			visibility: visible!important;
			height:73%;
			height:76.8%;
		}
		.home_category .nivoSlider div.nivo-div-ttl {
				z-index: 899999 !important;
    position: absolute;
    height: 27%;
    width: 100%;
    background-color: #ffffff;
    /* opacity: 0.5 !important; */
    opacity: 1!important;
    visibility: visible !important;
    top: 73%;
	top: 76.8%;
			}
.traingle {
	display:none;
}
.nivoSlider
{
	border-radius:0px!important;
}
#home_category_grid .item.item-w2.item-h1 .traingle
{
	
			   border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #DEA5DA;
    /* top: 50%; */
    /* position: absolute; */
    position: absolute;
    top: 9%;
    z-index: 899999 !important;
        left: 34.2%;
        left: 33.9%;
	display:block;
}
#home_category_grid .item.item-w1.item-h1 .traingle
{
	
			   /*border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #DEA5DA;
    position: absolute;
    top: 32%;
    z-index: 899999 !important;
        left: 17.4%;
        left: 17%;
	display:block;*/
			   display:block;
}
		.nivoSlider .traingle
		{
			   border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #DEA5DA;
    /* top: 50%; */
    /* position: absolute; */
    position: absolute;
    top: 70%;
    top: 74%;
    z-index: 899999 !important;
    right: 47%;
	display:block;
		}
		.home_category .item-h1 div.nivo-div-ttl
		{
			/*z-index: 899999!important; */
			/* position: absolute; */
			background-color: #DEA5DA;
			/* opacity: 0.5!important; */
			/* visibility: visible!important; */
			/* top: 0; */
			width: 38.5%;
			float: left;
			height: 300%;
			display: block;
		}
		.home_category .item.item-w2.item-h1 img
		{
			height: 100%;
			width: 61.5%;
		}
		.home_category .item-h1 a
		{
			float:right;
			height:100%;
			width: 100%;
		}
		.home_category .item-h1 a.img
		{
			width: 60%;
			float: right;
			height:100%;
		}
		.home_category .nivoSlider a.nivo-imageLink
		{
			/*opacity:1!important;  
			display:block!important;*/  
			background-color:transparent;
		}
		.home_category .nivoSlider img
		{
			border-radius:0px;
		}

		.item.item-w1.item-h1 img
		{
			height:70%;
			height:62.6%;
		}
		.home_category .item-h1.item-w1 div.nivo-div-ttl
		{
			width: 100%;
    height: 30%;
    height: 37.4%;
		}


		
 .nivo-controlNav a { 
	width: 12px!important;
    height: 12px!important;
	background-image: url(../img/bcard/bullets_bkef.png)!important;
	background-position-y:-10px!important;
}

 
 .nivo-controlNav a:hover {
	background-position:0 1px!important;
 }
 
 .nivo-controlNav a.active {
	background-position:0 1px!important;
}
 
 .ttl_login
 {
	 margin-right:15px;
	 margin-top:10px;
 }
 .logo_container1
 {
	 margin-top:10px;
 }




 
	.category_list_login 
	{
		/*width: 1100px;*/
		margin: auto;
		margin-top:30px;
		width: 110.5%;
		min-width:700px;
		height:90px;

	}
	.category_list_login .cat_box
	{
		display:inline-block;
		border-radius: 2px;
		width: 138px;
    /*height: 100px;*/
		width: 12.18%;
		height:100%;
	
	padding:10px;
	float:right;
	text-align:center;
	font-size:17px;
	color: #ffffff;
	}
		.category_list_login .cat_box:first-child {
			    text-align: right;
    width: 8%;
		}
		.category_list_login .cat_box div {
			height:30px;
			font-family: apolo, arial;
			margin-top: 15px;
			opacity:0.5;
		}

		.pop_login_family
		{
			    position: absolute;
    z-index: 99999;
    background-image: url(../img/bcard/family_picture.png);
    float: right;
    width: 342px;
    height: 320px;
    top: 172px;
    background-repeat: no-repeat;
    right: 160px;
		}

		p.back_ent a
		{
			color:#464646!important;
			text-decoration:underline;
			font-size: 14px!important;
			cursor:pointer;
		}

		.item_desc_new
		{
			position: absolute;
    width: 22.5%;
    background-color: #3E3E3E;
    color: #ffffff;
    opacity: 0.9;
    /* top: 0; */
	height: 22.1%;
	z-index:25;
	/*background-image:url(../img/bcard/_dot.png);*/
	display:none;
		}
		

		#homepage_box .item_desc_new h1, #homepage_box .iw_off .item_desc_new h1
		{

				color:#ffffff;
				margin-top:40%;
				text-align:center;
				padding-right:10px;
				padding-left:10px;
				height:35%;
		}
		#homepage_box .item-w1 .item_desc_new h1
		{
				font-size:17px;
		}
		#homepage_box .item:hover .item_desc_new
		{
			display:block;
			cursor:pointer;
		}

.item-w1 .item_desc_new {
	 width:14.27%;
	height: 16.9%;
}
.item-w1 .item_desc_new .btn_new{
    font-size: 15px;
    width: 103px;
}

.btn_new
{
	background: #06448D;
    border-radius: 50px;
    border: none;
    color: #2B2D2C;
    padding: 7px;
    width: 153px;
    font-family: typopas, arial;
    font-size: 20px;
    font-weight: bold;
    /* float: left; */
    box-shadow: 0px 4px 0px 0px rgba(192, 191,189, 0);
    /*margin-right: 27%;*/
    /* margin-top: 20px; */
    /*position: absolute;*/
    top: 75%;
	text-align:center;
	margin:0 auto;
}

.ite-price
{
	margin: 0 auto;
	font-weight:bold;
	text-align:center;
	font-size:20px;
				height:10%;
}






/*  filter   */
li.filter-all .checkbox_description {
    font-weight:bold;
}


.text-filter input[type="text"] {
    border: 1px silver solid;
    padding: 5px;
    border-radius: 4px;
    width: 177px;
    height: 22px;
    font-size: 13px;
    text-indent: 7px;
}


.sidebar_menu .li-filter h3 {
    background-image:url(../img/bcard/plus.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    cursor:pointer;
}


.sidebar_menu .li-filter.open h3 {
    background-image:url(../img/bcard/minus.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    cursor:pointer;
}

.sidebar_menu .li-filter ul.checkbox_list{
    display:none;
}

.sidebar_menu .li-filter.open ul.checkbox_list{
    display:inline;
}



    body.mobile_homepage header .second_menu, body.mobile_homepage header .main_menu
	, body.mobile_homepage header .inner_wrapper .main_search
	,body.mobile_homepage .home_category_tring
	,body.mobile_homepage #homepage_box
	,body.mobile_homepage .footer_category .cat_ttl
	{
		display:none;
    }
	
	body.mobile_homepage.homepage header,body.mobile_homepage.homepage footer
	,body.mobile_homepage header .inner_wrapper1
	,body.mobile_homepage.homepage
	,body.mobile_homepage .category_list
	,body.mobile_homepage footer .footer_menu_container
	{
		min-width:150px;
	}
	body.mobile_homepage.homepage header
	{
		height:70px;
	}
	body.mobile_homepage .footer_category
	{
		/*background-image:none;*/
		margin-top:7px;
	}

	body.mobile_homepage #home_category_grid
	{
		    /*background-color: #393939;*/
		min-width:150px;
		height: 100%;
	}
body.mobile_homepage.homepage {
    width: 86%;
    background-color: #28496E;
}
	body.mobile_homepage.homepage .home_category
	{
		min-width:150px;
		padding-top:10px;
	}
	body.mobile_homepage.homepage .item:hover .item_desc
	{
		display:none;
	}
	body.mobile_homepage.homepage footer
	{
		
		    background-color: #ffffff;
	}
	body.mobile_homepage #home_category_grid
	{
		
		    height:120%;
			width:95%;
	}


	body.mobile_homepage .home_category .item-h2
	{
		height:95%;
			width:98%;
	}
	
	body.mobile_homepage .home_category .item-h1
	,body.mobile_homepage .footer_category .line_bot
	,body.mobile_homepage .footer_menu_container
	{
		display:none;
	}
	body.mobile_homepage .category_list .cat_box
	{
		width:43%;
		width:41%;
		margin-bottom:20px;
	}
	body.mobile_homepage a.lnkTop
	{
		float:left;
		    width: 190px;
	}
body.mobile_homepage .inner_wrapper.inner_wrapper1 .logo_container {
	    top: 12px;
}
	body.mobile_homepage .category_list
	{
		width:95%;
		margin-top:35px;
	}
	body.mobile_homepage .footer_category
	{
		width:100%;
	}

	body.mobile_homepage .category_list .cat_box:nth-child(2n+1)
	{
		float:right;
	}
	body.mobile_homepage .category_list .cat_box:nth-child(2n)
	{
		float:left;
	}
	body.mobile_homepage .item-w2.item-h2 .nivoSlider h1
	{
		font-size:18px!important;
		width: 49%;
		font-family: typopas, arial;
	}
	body.mobile_homepage .nivoSlider .btn_new_slider
	{	
		padding: 7px;
		width: 37%;
	}.nivoSlider
	 {
		 
		width: 99.8%!important;
	 }
	body.mobile_homepage  footer .footer_icon_container
	{
		    width: 98%;
    padding-left:0px;
    margin-top: 24px;
    /*float:none;*/
    height: 100%;
    text-align: center;
	}
	body.category.category_mobile.mobile .cat_wrapper
	{
		width:95%;
		max-width: 100%; 
	}
	
  .mm-list a:hover,.mm-list a.active {
    color: #06448D!important;
}

  html.mm-opened body
  {
	  background-color:#242424;
  }

  body.homepage.mobile_homepage div.bkef
  {
	  padding-top:91px;
  }

  
footer div.secure{
    color:#2e2d2d;
	margin-top:50px;
	background-image:url(../img/bcard/Security.png);
	background-repeat:no-repeat;
	background-position-x:right;
	text-indent:20px;
	color: #5A5A5A;
    transition: 0.3s all;
    font-size: 17px;
	width:100px;
	float:left;
}

html.mm-opened
{
	background:url(../img/bcard/header_bg.jpg) repeat;
}

.mobile.mst_3 .logo_header
{
	    height: 100px;
    margin-top: 15px;
    display: inline-block;
    margin-right: 7px;
     opacity: 1; 
    /*position: absolute;*/
    margin-top: 22px;
    margin-top: 12px;
}
.logo_header
{
	height: 60px;
    margin-top: 15px;
    display: inline-block;
    margin-right: 15%;
	opacity:0.2;
}
/*.classic_mobile .logo_header,*/
.homepage .logo_header  {
	opacity:1;
}

  .no_bl_row
  {
	  color: red;
    border: 0!important;
    height: 30px!important;
    padding-top: 15px!important;
	margin:0!important;
	display:none;
  }
  .classic_mobile.mobile .p_row.no_bl_row
  {
    border: 0!important;
    height: 10px!important;
    padding-top: 15px!important;
	margin:0!important;
  }
  input.readonly
  {
	  border:0;
  }
  
body.classic_mobile .maps 
{
	display:block;
}
.takanon_page .content_bcard
{
	
	display:block;
	width:88%;
}
.takanon_page .content_360
{
	
	display:none;
}


body.personal_page .hidden-detail
{
	display:none!important;
}
body.personal_page .details .hidden-detail,
body.personal_page .pass .hidden-detail
{
	display:inline-block!important;
}

body.personal_page .update-detials-div {
  display: none;
  /*border-bottom: solid 1px #ddd;*/
    border-top: solid 1px #ddd;
    margin-top: 20px;
}
  

    body.personal_page section.content div.update-details > div {
        margin-top: 10px;
    }

    body.personal_page section.content div.update-details > div:first-child {
        margin-top: 30px;
    }
	 body.personal_page .update-details
	{
		width: 100%;
	}
	 body.personal_page #p_txtMail
	 {
		 text-align: left;
    direction: ltr;
	 }
        body.personal_page section.content div.update-details > div > div {
            display: inline-block;
            width: 215px;
            font-family: typocellcom;
            font-size: 16px;
            text-indent: 5px;
			width: 49%;
    max-width: 215px;
        }

            body.personal_page section.content div.update-details > div > div > input {
                height: 30px;
                width: 200px;
                font-family: typocellcom;
                font-size: 13px;
                text-indent: 5px;
                letter-spacing: 0.2px;
                border: 1px solid #a6a6a6;
                border-radius: 3px;
				height: 25px!important;
				max-width: 200px;
    width: 90%;
    display: inline-block;
            }
            body.personal_page section.content div.update-details .p.error input,
            body.personal_page section.content div.update-details .p.error input#datepick,
            body.personal_page section.content div.update-details .p.error select
			{
				border:1px #8FC742 solid;
			 transition:.3s all;
            }
			.ok-cancel-div .update_personal_btn,
			.ok-cancel-div .cancel
			{
				border-radius: 10px;
    padding: 5px 15px 5px 15px;
    background-color: #8FC742;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 4px 7px 0px rgba(180, 180,180,0.5);
    margin: 0 auto;
    color: #ffffff;
    border: 0;
    text-align: center;
    width: 30%;
    max-width: 100px;
			}
			.ok-cancel-div .cancel
			{
				background-color: #AAAAAA;
			}
			.ok-cancel-div 
			{
				margin: 17px 0px;
			}

body.markets .market-box {
    -webkit-box-shadow: 19px 25px 52px 3px rgba(0,0,0,0.73);
    -moz-box-shadow: 19px 25px 52px 3px rgba(0,0,0,0.73);
    box-shadow: 19px 25px 52px 3px rgba(0,0,0,0.73);
    border-radius: 7px;
    display:inline-block;
    width:220px;
    height:110px;
    margin:20px;
    vertical-align:middle;
    cursor:pointer;

    text-align:left;
    line-height:0;

}


    body.markets .market-box div.market-image {
        line-height: 110px;
        text-align: center;
        height: 100%;
    }

    body.markets .market-box img, body.markets .market-box input[type="image"] {
        vertical-align: middle;
        max-width: 200px;
        max-height: 100px;
        margin: 0 auto;
        color: #06448D;
        font-weight: bold;
        border: 0;
        outline: none;
    }

    body.markets .market-box[haverem="1"] {
        /*pointer-events:none;*/
    }

    body.markets .market-box[haverem="1"]:before {
        position: absolute;
        text-align: left;
        direction: ltr;
        content: "*";
        background-image: url(../img/bcard/15small.png);
        /*background-size:60%;*/
        background-repeat: no-repeat;
        background-position: top left;
        margin-left: -10px;
        color: #ffffff;
        /*border: solid 1px #06448D;*/
        /*color: #06448D;*/
        /*border-radius:50% 50% 50% 50%;*/
        font-size:45px;
        font-weight:bold;
        width: 26px;
        height: 30px;
        display: inline-block;
        margin-left: 50px;
        margin-top: -10px;
        padding-top: 21px;
        text-indent: 4px;
        /*pointer-events:all;*/
    }

    body.markets .market-box div.market-text {
        position:fixed;
        /*position:absolute;
        top:20%;
        left:20%;
        width:60%;
        height:60%;*/
        top:110px;
        left:5%;
        height:100%;
        width:90%;
        border:solid 1px #06448D;

    }

    body.markets .market-box div.market-text {
        display: none;
    }

    body.markets .market-box.marekt-show-text div.market-text {
        display: block;
        direction: rtl;
        text-align: right;
    }
        body.markets .market-box.marekt-show-text div.market-text-bg {
            background-color: #06448D;
            opacity: 0.7;
            width:100%;
            height:100%;
            position:absolute;
            z-index:100;
        }


    body.markets .market-box.marekt-show-text div.market-text-content {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 200;
        padding: 10px;
        line-height: normal;
    }

        body.markets .market-box.marekt-show-text h2 {
            padding:0;
            margin:0;
            text-indent:50px;
        }

    body.markets .market-box.marekt-show-text p {
        padding: 0;
        margin: 0;
    }
     
        body.markets .market-box div.market-text * {
        color:#ffffff;
        font-size:30px;
        }


        body.markets.marekt-show-text .market-box[haverem="1"]:before, body.markets.marekt-show-text .market-box img {
            opacity:0.2;
        }
        
        body.markets.marekt-show-text section {
            pointer-events:none;
        }

body.markets .market-box div.market-text:before {
        position: absolute;
        text-align: left;
        direction: ltr;
        content: " ";
        background-image: url(../img/bcard/x.png);
        /*background-size:60%;*/
        background-repeat: no-repeat;
        /*border: solid 1px #06448D;*/
        /*color: #06448D;*/
        /*border-radius:50% 50% 50% 50%;*/
        width: 36px;
        height: 36px;
        z-index:300;        
        pointer-events:all;
}




body.login_card .form_line_card{
    display:none;
}


body.login_card.cardNumber .form_line_card{
    display:block;
}

#complete1000 {
    position: absolute;
    top: 459px;
    left: 1339px;
}


body.card_load .takanon, body.card_load .lnk_pers {
    display: block;
    white-space: nowrap;
    text-align: center;
    width: 19%;
}

body.card_load .update_shiful_rem {
    color:#ff0000;
    font-weight:bold;
}

.show_network {
    display:none;
}

body.personal_page section.content div.update-details > .zipcode-home{
    display: none;
}

button#continue2{
    display: none;
}
/*div#v2-recaptch {
    display: none;
}*/
.pahse.phase2_box .boxer.bls_table {
    display: none;
}

.full_content .toda h2, .full_content .toda h1 {
    font-family: typopas, Arial !important;
}
.inner_w .toda img.thx {
    display: none;
}
.contact_page.personal_page.mobile.mst_3.pass.flag_savecard.not_must_fill.edit-active #update_pass {
    display: block !important;

}
.contact_page.personal_page.mobile.mst_3.pass.flag_savecard.not_must_fill.edit-active .form_line form_line_buttons {
    display: block;
}
.contact_page.personal_page.mobile.mst_3.pass.flag_savecard.not_must_fill.edit-active #update-detials-div-id {
    display: none !important;
}
.contact_page.personal_page.mobile.mst_3.pass.flag_savecard.not_must_fill.edit-active .cancel_save_pass {
    display: inline-block !important;
}

div#v2-recaptch{
    display: none;
}
#bkef_button {
    border: none;
    font-family: typopas;
    padding: 4px;
    height: 49px;
    width: 100%;
    margin-top: 43px;
    font-size: 27px;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    background: #8EC641;
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}