body, html {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    color: #000;
    direction: ltr;
}
img {
    border: 0;
    padding: 0;
    margin: 0;
    image-orientation:  none;
}
form {
    padding: 0;
    margin: 0;
}
input {
    font-family: Arial, Helvetica, sans-serif;
}
textarea {
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
}
.left{float:right;}
.right{float:left;}
.after:after {
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}
div#pageForm input[type=submit], div#topStripMobile {
    display: none;
}
div#mobileLinks {
    display: none;
}
div#page {
    margin: 0 auto;
    width: 100%;
    /*background-color: #ECEDE8;
    background-image: url(images/page_bg.jpg);
    background-position: top;
    background-repeat: repeat-x*/}
div#header {
    height: auto;
    width: 100%;
    /*border-bottom: 1px solid #fff;*/
	/*display:none;*/
}
div#topStrip {
    width: 100%;
    height: 80px;
	margin-top:30px;
}
div#topStrip td.searchTop {
	display: none;
}
div#topStrip div.searchForMobile {
    display: none;
}
div#topStrip td.menuTop {
    width: 70%;
    text-align: center;
}
div#topStrip td.menuTop a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
    color: #1B0F5C;
    text-decoration: none;
    line-height: 46px;
    height: 46px;
    /*background: url(images/menu_bg.jpg) left center no-repeat #DBDAD1;*/
}
div#topStrip td.menuTop a:hover {
    color: #000;
	border-bottom:1px solid #C00;
    /*background: url(images/menu_bg.jpg) left bottom no-repeat #F6F5F3;*/
}
div#topStrip td.langTop {
    text-align: right;
    width: 28%;
}
div#searchBox td.searchInput {
    height: 26px;
    vertical-align: middle;
    padding-left: 1%;
    width: 83%;
    padding-right: 2%;
}
div#searchBox input.searchInput {
    width: 100%;
    background-color: #fff;
    border: 1px solid #A2A1A1;
    border-radius: 5px;
    height: 26px;
    font-size: 10pt;
}
div#searchBox td.searchSubmit {
    height: 26px;
    vertical-align: middle;
    width: 11%;
    padding-left: 3%;
    padding-right: 3%;
    line-height: 10px;
    background-color: #DBDAD1;
    border: 1px solid #A2A1A1;
    cursor: pointer;
}
div#lang {
    padding-right: 20px;
    font-size: 12pt;
}
div#lang span.lang1 {
    background-image: url(../../uk.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 28px;
    background-size: 28px auto;
}
span.lang2 {
    background-image: url(../../he.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 28px;
    background-size: 28px auto;
}
span.lang3 {
    background-image: url(../../en.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 28px;
    background-size: 28px auto;
}
span.lang4 {
    background-image: url(../../ru.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 28px;
    background-size: 28px auto;
}

div#lang a {
    color: #8E1528;
}
td#right {
    width: 18%;
    vertical-align: top;
    padding-left: 18px;
}
div#menuRight {
    width: 149px;
}
div.hebDate {
    text-align: center;
    font-size: 12pt;
    line-height: 40px;
}
ul#navmenu-v, ul#navmenu-v li, ul#navmenu-v ul {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
ul#navmenu-v:after {
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}
ul#navmenu-v li {
    float: left;
    display: block !important;
    display: inline;
    position: relative;
}
ul#navmenu-v a {
    padding-left: 20px;
    width: 90%;
    display: block;
    color: #1B0F5C;
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 15px;
    padding-top: 8px;
    padding-bottom: 11px;
    text-decoration: none;
    height: auto !important;
    height: 1%;
	border-bottom:1px solid #1B0F5C;
	font-weight:bold;
}
ul#navmenu-v a.parentClass::before {
	content:  "\2228 \0020 \0020";
	font-size: 14px;
	color:#C00;
}
ul#navmenu-v ul li a::before {
	content:  "";
}
ul#navmenu-v ul li a{text-indent:20px; color: rgb(178, 34, 34);}
ul#navmenu-v a:hover, ul#navmenu-v li.iehover a, ul#navmenu-v li:hover a {
    /*background-image: url(images/menu_right_on.jpg);
    background-color: #e9eae5;*/
}
ul#navmenu-v li.iehover li a, 
ul#navmenu-v li:hover li a {
    color: #1B0F5C;
}
ul#navmenu-v li.iehover li a:hover, 
ul#navmenu-v li.iehover li.iehover a, 
ul#navmenu-v li:hover li a:hover, 
ul#navmenu-v li:hover li:hover a {
    /*background-image: url(images/menu_right_on.jpg);
    background-position: right bottom;
    background-color: #e9eae5;*/
}
ul#navmenu-v a:hover {
	border-bottom:1px solid #C00;
	background-color: #f3f2f0;
}
/*ul#navmenu-v li.iehover li.iehover li a, ul#navmenu-v li:hover li:hover li a {
    color: #fff;
}
ul#navmenu-v li.iehover li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover li.iehover a, ul#navmenu-v li:hover li:hover li a:hover, ul#navmenu-v li:hover li:hover li:hover a {
    color: #FBE345;
}
ul#navmenu-v li.iehover li.iehover li.iehover li a, ul#navmenu-v li:hover li:hover li:hover li a {
    color: #fff;
}
ul#navmenu-v li.iehover li.iehover li.iehover li a:hover, ul#navmenu-v li:hover li:hover li:hover li a:hover {
    color: #FBE345;
}*/
ul#navmenu-v ul, ul#navmenu-v ul ul, ul#navmenu-v ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 249px;
	z-index:1000;
	background-color:#fff;
}
ul#navmenu-v li.iehover ul ul, ul#navmenu-v li.iehover ul ul ul, ul#navmenu-v li:hover ul ul, ul#navmenu-v li:hover ul ul ul {
    display: none;
}
ul#navmenu-v li.iehover ul, ul#navmenu-v li:hover ul, ul#navmenu-v ul li.iehover ul, ul#navmenu-v ul li:hover ul, ul#navmenu-v ul ul li.iehover ul, ul#navmenu-v ul ul li:hover ul {
    display: block;
}
div#bannerRight {
    width: 142px;
    padding-top: 20px;
}
div#bannerRight div {
    padding-top: 10px;
}
td#center {
    width: 82%;
    vertical-align: top;
}
div#center {
    height: 28px;
    width: 100px;
}
td.innrPageCenter {
    /*border: 1px solid #DBDBDB;
    background: url(images/inner_page_bg.jpg) repeat-x #D2D1D1;
    */padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
div#homePage {
    /*width: 917px;
    overflow: hidden*/}
div#homePage div.homeTopText td {
    font-size: 12px;
}
div#homePage div.homeArticles {
    padding-top: 10px;
    width: 100%;
}
div#homePage div.row {
    float: left;
    width: 16%;
    height: 345px;
    padding-right: 2%;
    padding-left: 3%;
    margin: 17px;
	border:1px solid #d6d6d6;
	background-color:#F7FCFC;
}
div#homePage div.rowText {
	padding-top:10px;
    max-height: 65px;
    overflow: hidden; 
	padding-bottom:20px;
}
div.rowImage{width:100%; height:220px; overflow:hidden; position:relative;}
div.rowImage a{display:block; width:100%; height:350px; }
div.rowImage:hover img.main{
    transform: scale(1.3);}
div.rowImage a img.main{max-width: 100%;
    transition: all 2s;
    display: block;
    /*width: 100%;
    height: auto;*/
    transform: scale(1);
	position:absolute;
	margin:0px;
	/*top:0;
	bottom:0;*/
	height:220px;
	width:auto;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}
div#homePage td.img {
    width: 100%; 
	height:300px;
	overflow:hidden;
	display:block;
    vertical-align: top;
	text-align:center;
}
div#homePage td.img img {
    width: 100%;
    height: auto;
    margin-bottom: -88px;
}
.newStar {
    margin-bottom: 0 !important;
	width: 40px !important;
	height: 40px !important;
	margin-top: -10px !important;
	display:none;
}
div#homePage td.colRight {
    width: 70%;
	display:block;
    vertical-align: top;
    font-size: 10pt;
	padding-top:10px;
	margin-right:15%;
	margin-left:15%;
}
div#homePage a.title {
    display: block;
    color: #1B0F5C;
    text-decoration: none;
    font-size: 10pt;
    font-weight: 700;
	text-align:center;
}
div#homePage a.by {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
	text-align:center;
}
div#homePage a.desc {
    border-top: 1px solid #000;
    display: none;
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
div#homePage a.desc p {
    padding: 0;
    margin: 0;
}
div#homePage td.product_price {
    padding-left: 0;
    padding-right: 10px;
    font-size: 12px;
    color: #fff;
}
div#homePage td.price_sale {
    font-size: 12px;
    color: #000;
}
div#homePage td.order_now {
    font-size: 12px;
    padding-left: 2px;
}
div#homePage td.order_now a {
    color: #000;
	font-size: 12px;
    text-decoration: none;
}
div#homePage td.order_now a:hover {
	color:#900;
	text-decoration:underline;
}

div#homePage div.price_sale {
    font-size: 17px;
	font-weight:700;
    color: #000;
	float:left;
}
div#homePage div.price_sale a{
    font-size: 15px;
	font-weight:700;
    color: #000;
	text-decoration:none;
}
div#homePage div.order_now {
    font-size: 12px;
    padding-left: 2px;
	float:right;
}
div#homePage div.order_now a::before {
	content:  "\1F6D2 ";
	font-size: 17px;
}
div#homePage div.order_now a {
    color: #000;
    text-decoration: none;
}
div#homePage div.order_now a:hover {
	color:#900;
	text-decoration:none;
}
div#homePage h1.title {
    color: #A00505;
    padding: 0 0 4px;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    background: url(images/pas_meuzan.jpg) bottom repeat-x;
}
div#homePage div.fullTextImg {
    padding-right: 20px;
}
div#homePage h2.summary {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #61615F;
}
div#homePage h3.by {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #735437;
}
div#homePage div.fullText {
    padding-top: 15px;
    font-size: 12px;
    width: 610px;
    color: #61615F;
}
div#homePage div.fullText img {
    padding-left: 20px;
    padding-bottom: 20px;
}
div#homePage div.priceBook {
    font-size: 12px;
    font-weight: 700;
    color: #61615F;
    padding-top: 5px;
}
div#newsletterForm{padding-bottom:60px;}
div#newsletterForm table{width:100%;}
div#newsletterForm input{width:100%;}

.block {
    display: block;
}
.mr {
    margin-top: 10px;
}
div#homePage div.productPrice {
    text-align: -moz-center;
    padding-top: 20px;
}
div#footer {
    padding-top: 20px;
    font-size: 12px;
    color: #EFEED8;
}
div#footer a {
    color: #EFEED8;
    font-size: 12px;
}
div#shteeble {
    background-color: #1B0F5C;
    padding: 20px 20px 100px;
}
 div#homePage div.productPrice tr {
    display: block;
}
div#shteeble td {
    font-size: 12px;
    color: #EFEED8;
}
div#shteeble a {
    color: #EFEED8;
    text-decoration: none;
}
td#left {
    width: 125px;
    vertical-align: top;
    padding-right: 25px;
    text-align: right;
}
div#bannerLeft {
    width: 149px;
     text-align: center;
     margin-top: 15px;
}
div#bannerLeft div {
    padding-bottom: 10px;
}
div#pageForm {
    padding-top: 20px;
    padding-left: 100px;
}
div#pageForm td.memberInput {
    padding-bottom: 10px;
    font-size: 20px;
}
div#pageForm td.memberInput2 {
    padding-bottom: 10px;
    padding-left: 10px;
}
div#pageForm span.memberInput {
    color: #900;
}
div#pageForm input.memberInput {
    border: 1px solid #8C8C8C;
    width: 350px;
     font-size: 20px;
}
input.memberButtonSend {
    width: 100px;
}
div#pageForm select.memberInput {
    width: 356px;
     font-size: 20px;
}
div#pageForm textarea.memberInput {
    border: 1px solid #8C8C8C;
    width: 200px;
    height: 100px;
}
div#pageButtons {
    padding-top: 20px;
    text-align: center;
}
div#pageButtons td {
    padding-left: 10px;
    padding-right: 10px;
}
div#pageButtons div.pageButtonsBTN a {
    border: 1px solid #6C3E3E;
    background-image: url(images/title_bg.jpg);
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    line-height: 19px;
    padding-left: 5px;
    padding-right: 5px;
}
div#addComment {
    color: #fff;
    padding: 10px;
}
div#addComment td.commentTitle {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 5px;
}
div#addComment td.commentExpine {
    padding-top: 10px;
}
div#addComment input.commentInput {
    border: 1px solid #ccc;
    width: 150px;
}
div#addComment textarea.commentTextarea {
    border: 1px solid #ccc;
    width: 150px;
    height: 60px;
}
div#addComment button.cemmentSubmit, div#addComment input.cemmentSubmit {
    border: #ccc;
    background-color: #ccc;
    color: #000;
    font-weight: 700;
}
div#commentList td.commentNum {
    vertical-align: top;
    width: 14px;
}
div#commentList td.commentNum a {
    color: #C51E1E;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}
div#commentList td.commentSubject {
    vertical-align: top;
    width: 390px;
}
div#commentList div.commentTitle a {
    color: #1A36A4;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
div#commentList div.commentDate a {
    color: #666;
    font-size: 11px;
    text-decoration: none;
}
div#commentList div.commentText a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
div#commentList a.commentClose {
    display: block;
    border: 1px solid #144782;
    background-color: #144782;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    line-height: 19px;
}
div#parentRows {
    margin: 20px;
}
div#parentRows div.row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #8092A8;
}
div#parentRows a.title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #313E54;
    text-decoration: none;
    padding-bottom: 5px;
}
div#parentRows td {
    vertical-align: top;
}
div#parentRows td.img {
    width: 110px;
    vertical-align: top;
}
div#parentRows a.summary {
    color: #000;
    text-decoration: none;
}
div#basket {
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
}
div#basket table {
    width: 100%}
div#basket th {
    height: 27px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    background-color: #C8C7C2;
}
div#basket td {
    text-align: center;
    font-size: 12px;
}
div.searchRow {
    margin-top: 20px;
     margin-bottom: 20px;
     border-top: 1px solid #dcdcdc;
     padding-top: 20px;
}
div.searchRow:first-child {
    border-top: none;
     padding-top: 0px;
}
span.searchTitle {
    display: block;
     text-decoration: underline;
     color: #0e53b2;
     font-size: 14px;
}
span.searchUrl {
    display: block;
     text-decoration: none;
     color: #008000;
     font-size: 14px;
     margin-top: 8px;
}
span.searchImage {
    display: block;
     margin-top: 8px;
     width: 100px;
     height: 100px;
     overflow: hidden;
}
span.searchImage img {
    width: 100px;
}
div.mobileShow {
    display: none;
}
.addToCartButton{background-color:#DE3163; border-radius: 28px; border: 1px solid #a00505; display: inline-block; cursor: pointer; color: #fff; font-family: Arial; font-size: 18px; padding: 10px 32px; text-decoration: none;}
.addToCartButton:hover{background-color:#CB2754;}
.goBackButton{background-color:#ffffff; border-radius: 28px; border: 1px solid #a00505; display: inline-block; cursor: pointer; color: #DE3163; font-family: Arial; font-size: 12px; padding: 10px 32px; text-decoration: none;}
.goBackButton:hover{background-color:#ECECEC; }

.lasttr div#topStrip{display:none;}
div#bottomWhats{position:fixed; bottom:30px; right:10px; height:60px; width:60px; z-index:100000 !important;}
div#bottomWhats a.whatsFloat{display:block; width:60px; height:60px; background-image:url(../whatsappIcon1.png); background-repeat:no-repeat; background-size:contain;}

.btn_accessibility{top:10px !important;}