﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	font: inherit;
	vertical-align: baseline;
    max-width: 640px;
    overflow:hidden;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*////////////////////////////////////////////////////*/
* {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline-style: none;
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
}
body {
	/* prevent callout to copy image, etc when tap to hold */
	-webkit-touch-callout: none;
	/* prevent webkit from resizing text to fit */
	-webkit-text-size-adjust: none;
	/* prevent copy paste, to allow, change 'none' to 'text' */
	background-color: rgba(0, 0, 0, .3);
	background-attachment: fixed;
	font-family: 'appFont', Arial, 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
bdo {
	direction: ltr;
}
b {
	font-weight: bold;
}
ul{
    list-style-type: none;
}
.verticalAlignHelper {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.emptyMessage {
	display: none;
	text-align: center;
	margin: 4em 1em 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #787878;
}
/* iscroll wrapper */
.nativeContentScroller {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.block{
    width:100%;
}
.dashed {
    overflow: hidden;
}
.contentWrapper {
	/*position: absolute;*/
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
    	/*height:95%;*/
	overflow: auto;
}
.contentScroller {
	padding: 45px 0 55px 0;
	z-index:1;
	/*position:absolute; */
    max-width: 640px;
	width:100%;
}
/* COMMON CLASSES */
.greenBoldSuccessMessage {
	font-size: 18px;
	font-weight: bold;
	color: #11a780;
}
.topTitle {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 17px;
	font-weight: bold;
	padding-top: 2px;
	text-align: center;
}
.mainText {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 17px;
    font-weight: bold;
    padding-top: 6px;
    padding-right: 10px;
    text-align: right;
}
.mainTextProducts {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    padding-top: 6px;
    padding-right: 10px;
    text-align: right;
}
@CHARSET "windows-1255";
.page .content {
	top: 0;
	background-color: rgba(0,0,0,.6);
	background-image: none;
}
.contentWrapper {
	bottom: 0px;
	top: 60px;
}
.popupBackground {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    overflow:hidden;
    -webkit-overflow-scrolling:touch !important;/*for tablets*/
}
.contentScroller {
	padding:0;
}
.description {
	background: #ffffff;
	font-size: 20px;
	color: #7b7b7b;
	padding: 6px 12px;
    text-align: right;
    font-weight:bold;
}

.emptyMessage {
	color: #ffffff;
}
.bottomBtnsContainer {
	position: absolute;
	height: 38px;
	bottom: 0;
	left: 0;
	width: 100%;
}
.bottomBtnsContainer .couponsBtnContainer {
	text-align: center;
}
.bottomBtnsContainer .couponsBtnContainer button.couponsBtn {
	background-image: url(css/images/buttons/btn_coupons_down.png);
	width: 120px;/*113px;*/
	height: 38px;
	padding: 0 0 0 18px;
}
#content {
	height: 100%;
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
	position: absolute;
}
#productsList
{
    padding:0;
    top:0;
}
/*///////////////////////////////////////*/
.pseudoContent {
    position: absolute;
    top: 2px;
    bottom: 2px; 
    left: 2px; 
    right: 2px;
    background: #e6e6e6;
    box-shadow: 0 0 12px #000000;
    height: 99%;
    overflow-y: auto;
    overflow-x: hidden;
}
.popupTitleContainer {
	display: inline-block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 50px;
	background: #e6e6e6;
    box-shadow: 0 0 12px #000000;
}
.popupTitleContainerProduct {
	display: inline-block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 50px;
    box-shadow: 0 0 12px #000000;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 450px 450px;
    height:100%;
    cursor:pointer;
}
.popupTitle {
	color: #7b7b7b;
	font-size: 19px;
	text-align: right;
	padding-right: 15px;
    padding-top:15px;
	line-height: 48px;
	direction: rtl;
}
.popupTitleProduct {
    background-image: url(css/images/buttons/close_corner.gif);
	background-size: 50px 50px;
    background-repeat:no-repeat;
    background-position: 2px 2px;
    color: #FFFFFF;
    font-size: 19px;
    text-align: center;
    line-height: 48px;
    direction: ltr;
    top: 42px;
    position: relative;
    background-color:#db2947;
}

.closeX {
	top: 8px;
	left: 5px;
	background-image: url(css/images/buttons/close_corner.gif);
    background-color:#E4E4E4;
    border:0px;
}

.contentWrapper {
	top: 50px;
	bottom: 43px;
}
.contentScroller {
	padding:0;
}
.imgContainer .magnifierHolder {
	display: inline-block;
	position: relative;
}
.imgContainer .magnifierHolder div.magnifier {
	background-image: url(css/images/buttons/magnifier_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.successMessage {
	display: none;
	background-image: url(css/images/separator.png), url(css/images/form/icon-v-green.png);
	background-repeat: repeat-x, no-repeat;
	background-position: top, right 12px;
	background-size: 1px 2px, 18px 14px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #11a780;
	padding: 7px 26px;
	margin: 0 12px;
}
.successMessage span {
	display: none;
}
.successMessage.added,
.successMessage.added span.added {
	display: block;
}
.successMessage.updated,
.successMessage.updated span.updated {
	display: block;
}
.successMessage.addedAndUpdated,
.successMessage.addedAndUpdated span.addedAndUpdated {
	display: block;
}
.btnContainer {
    float:left;
	bottom: 0;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 12px;
	z-index: 1;
    text-align:left;
}
.errorMessage {
	text-align: right;
	line-height: 31px;
	font-size: 15px;
	color: #db2947;
}
.errmsg {
    font-size: 18px;
    padding: 5px;
    vertical-align: bottom;
	color: #db2947;
    font-weight: bold;
    text-align:right;
}
/*///////////////////////////////////////*/
.pt-loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
}

.pt-loader div {
    position: absolute;
    top: 50%;
    left: 50%;
    background: black url('css/images/pt-loader.gif') no-repeat center 40%;
    background-size: 40%;
    opacity: 0.8;
    color: white;
    font-size: 1.2em;
    margin: -58px 0 0 -58px;
    width: 116px;
    padding: 90px 0 10px;
    border-radius: 0.5em;
    text-align: center;
    direction: rtl;
}
/*/////////////////////////////////////////*/
.innerLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    background: black url('css/images/pt-loader.gif') no-repeat center 40%;
    background-size: 40%;
    opacity: 0.8;
    color: white;
    font-size: 1.2em;
    margin: -58px 0 0 -58px;
    width: 116px;
    padding: 90px 0 10px;
    border-radius: 0.5em;
    text-align: center;
    direction: rtl;
}
.innerLoader .innerLoaderHolder {
	display: block;
}
.innerLoaderHolder {
    position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
}
@keyframes innerLoaderKeyframe {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-webkit-keyframes innerLoaderKeyframe {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
.separator {
	background-image: url(css/images/separator.png);
	background-repeat: repeat-x;
	background-size: contain;
	height: 2px;
}


.emptyListDescription {
    text-align: center;
    font-size: 24px;
    top: 60px;
    position: relative;
}

/*body>div button.ui-dialog-buttonset.redBtn {
	background-image: url(css/images/buttons/btn_red.png);
    background-repeat:no-repeat;
    margin-top:10px;
    margin-left:10px;
    padding:10px;
    cursor:pointer;
    font-size:12px;
    color:#FFFFFF;
    font-weight:bold;
    width:120px;
}

body>div button.ui-dialog-buttonset.redBtn:hover{
	background-image: url(css/images/buttons/btn_red_hover.png);
}*/

.redBtn {
	background-image: url(css/images/buttons/btn_red.png);
    background-repeat:no-repeat;
    margin-top:10px;
    margin-left:22px;
    cursor:pointer;
    font-size:20px;
    color:#FFFFFF;
    font-weight:bold;
    border:none;
    width: 144px;
    height: 35px;
    background-size: 144px 35px;
}

.redBtn:hover{
	background-image: url(css/images/buttons/btn_red_hover.png);
}

.purpleBtn {
	background-image: url(css/images/buttons/btn_purple.png);
    background-repeat:no-repeat;
    margin-top:10px;
    margin-left:22px;
    cursor:pointer;
    font-size:20px;
    color:#FFFFFF;
    font-weight:bold;
    border:none;
    width: 144px;
    height: 35px;
    background-size: 144px 35px;
}

.purpleBtn:hover{
	background-image: url(css/images/buttons/btn_purple_hover.png);
}

div.preferedBtn {
    background-image: url(css/images/buttons/btn_all_products.png);
    background-repeat: no-repeat;
    padding: 0 5px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    height: 90%;
    width: 30%;
    max-width: 55px;
    background-color:none;
    float:left;
    background-size: cover;
}

div.recomendedBtn {
    background-image: url('css/images/buttons/btn_recommended_products.png');
    background-repeat: no-repeat;
    padding: 0 5px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    height: 90%;
    width: 30%;
    max-width: 55px;
    background-color: none;
    float:left;
    /*float:right;*/
    background-size: cover;
}

div.preferedBtnPurple {
    background-image: url('css/images/buttons/btn_all_products_purple.png');
    background-repeat: no-repeat;
    padding: 0 5px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    height: 90%;
    width: 30%;
    max-width: 55px;
    background-color: none;
    float: left;
    background-size: cover;
}

div.recomendedBtnPurple {
    background-image: url('css/images/buttons/btn_recommended_products_purple.png');
    background-repeat: no-repeat;
    padding: 0 5px;
    margin: 0 2px;
    border: none;
    cursor: pointer;
    height: 90%;
    width: 30%;
    max-width: 55px;
    background-color: none;
    float:left;
    /*float: right;*/
    background-size: cover;
}

body > div button.selectBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
body > div button.selectBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
body > div button.selectBtn:active {
	position:relative;
	top:1px;
}

.selectBtn1 {

}

.selectBtn1:hover {
    background-image: url(css/images/buttons/btn_edit_hover.png);
}
.selectBtn1:active {
	background-image: url(css/images/buttons/btn_edit_hover.png);
}

ul.standardList>li div.row .descriptionContainer {
	padding-left: 0;
}
ul.standardList.updatable>li div.row .descriptionContainer {
	padding-left: 44px;
}
ul.standardList.updatable>li div.row .refreshContainer {
	width: 44px;	
	background-image: url(css/images/buttons/btn_all_products.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
ul.standardList.updatable.recommendedAvailable>li div.row .descriptionContainer {
	padding-left: 80px;
}
.recommendedProductsContainer {
    /*padding-left:10px;*/
    width:60%;
}
.updateProductsContainer {
    padding-top:2px;
    padding-left:10px;
    background-image: url(css/images/buttons/btn_edit.png);
    background-repeat:no-repeat;
    margin-left:10px;
    padding:0px;
    cursor:pointer;
    font-size:20px;
    color:#FFFFFF;
    font-weight:bold;
    border:none;
    background-size: 60px 60px;
    width:60px;
    height:60px;
}

ul#listToChoose > li:hover{ background-color: #dcdcdc; }
ul#productsList > li:hover{ background-color: #dcdcdc; }

.errorDescription {
	padding: 6px 12px;
	font-size: 18px;
	color: #db2947;
	background: #ffffff;
    text-align:right;
    direction:rtl;
}
.magnifier {
    position:relative;
    top:-50px;
    left:20px;
    height:30px;
    width:30px;
    cursor:pointer;
}
.productImage {
    cursor:pointer;
}
.transparentProduct {
     background: #aaaaaa url(themes/base/images/ui-bg_diagonals-thick_20_666666_40x40.png) ;
     opacity: .3;
     filter:Alpha(Opacity=30)/*{opacityOverlay}*/; 
     background-repeat: repeat;
     width:100%;
     height:100%;
}
.redFont {
    direction: rtl;
    color: #db2947;
}

.ui-effects-transfer { border: 2px solid black; } 

/*fivera rotate*/
/*.imagerotate {
  -webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.imagerotate:hover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}*/