@import url('//cdn.jsdelivr.net/font-zero-width/latest/zero-width.css');
@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: inherit;
}
.clearfix:before {
  content: '';
  display: block;
  clear: both;
}
ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
.nav > li > a {
  padding: 0;
}
.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
}
input[type],
textarea,
select,
.uneditable-input {
  height: auto;
}
.row {
  max-width: 100%;
}
img {
  max-width: 100%;
}
.font-openSans {
  font-family: 'Open Sans Hebrew', sans-serif;
}
.font-alef {
  font-family: Alef, sans-serif;
}
.transitionClean {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.transitionClean:hover,
.transitionClean:active,
.transitionClean:focus {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.transitionGentle {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.transitionGentle:hover,
.transitionGentle:active,
.transitionGentle:focus {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.textHide {
  font-size: 0;
}
.textHide:before,
.textHide:after,
.textHide * {
  font-size: 1rem;
}
a,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.btn,
a.btn {
  background: #8d8e8e;
  color: #FFF;
  text-shadow: none;
  font-size: 1.1em;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.btn:hover,
.btn:active,
.btn:focus,
a.btn:hover,
a.btn:active,
a.btn:focus {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.btn:hover,
a.btn:hover {
  background: #1f1f1f;
  color: #FFF;
}
.btn.btn-thin,
a.btn.btn-thin {
  background: none;
  color: #333;
  display: inline-block;
  padding: 3px 7px;
  font-size: 1em;
  background: #FFF;
}
.btn.btn-thin:hover,
a.btn.btn-thin:hover {
  background: #8d8e8e;
}
.btn.btn-alt,
a.btn.btn-alt {
  background: #1f1f1f;
  color: #FFF;
}
.btn.btn-alt:hover,
a.btn.btn-alt:hover {
  background: #8d8e8e;
}
iframe {
  max-width: 100% !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .1em auto .1em;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}
h2 {
  font-size: 1.65em;
}
h3 {
  font-size: 1.40em;
}
h4 {
  font-size: 1.30em;
  font-weight: bold;
  margin-bottom: 5px;
}
h5 {
  font-size: 1.18em;
}
h6 {
  font-size: 1.05em;
  font-weight: bold;
}
.wrapper {
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.wrapper.row {
  width: 990px;
}
p {
  margin-bottom: .35em;
}
td {
  border: solid #A8A8A8 1px;
  padding: .35em;
}
input,
button,
textarea {
  outline: none;
}
.moduletable img[style*="float: right"] {
  margin-left: 15px;
  margin-bottom: 15px;
}
.moduletable img[style*="float: left"] {
  margin-right: 15px;
  margin-bottom: 15px;
}
.fa {
  font-family: inherit;
}
.fa:before {
  font-family: FontAwesome;
  text-align: center;
  width: 1em;
  margin-left: .2em;
  margin-right: .2em;
}
.page-header {
  margin: 0;
  border-bottom: 0;
}
.page-header h2 {
  line-height: 1;
}
#content ul,
#bottom ul {
  list-style: none;
  margin-right: 20px;
  margin-left: 0;
}
#content li,
#bottom li {
  list-style-position: outside;
  position: relative;
}
html,
body {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 15px;
}
html[dir="rtl"] html,
html[dir="rtl"] body {
  direction: rtl;
}
html[dir="ltr"] html,
html[dir="ltr"] body {
  direction: ltr;
}
html[dir="rtl"] html,
html[dir="rtl"] body {
  text-align: right;
}
html[dir="rtl"] html html,
html[dir="rtl"] body body {
  text-align: left;
}
body {
  background: #FFF;
}
.item-separator {
  margin: 10px 0;
}
ul.unim:after {
  content: '';
  display: block;
  clear: both;
}
ul.nav li {
  display: inline-block;
  vertical-align: top;
}
.vm-product .addtocart-area {
  float: left;
  position: relative;
}
.vm-product .addtocart-button {
  position: relative;
  text-align: center;
  z-index: 22222;
  margin-top: -15px;
}
.vm-product input.addtocart-button {
  width: 36px;
  font-size: 0;
  border: none;
  outline: 0;
  background: none;
  height: 27px;
}
.vm-product .addtocart-button:hover:before {
  color: #d39535;
}
.vm-product .addtocart-button:before {
  content: "\f07a";
  position: absolute;
  font-size: 32px;
  font-family: FontAwesome;
  left: 50%;
  transform: translate(-50%);
  color: #CD0F45;
  top: -9px;
}
.vm-product {
  margin-bottom: 30px;
  text-align: center;
}
a.vm-product-link {
  display: block;
  text-align: center;
}
.vm-product-name {
  font-size: 1.1em;
}
.vm-product-name a {
  color: inherit !important;
}
.vm-product-details-link-container {
  text-align: center;
  float: right;
}
.vm-product-details-link-container .btn,
.vm-product-details-link-container a.btn {
  font-size: 15px;
  padding: 3px;
}
.vm-product-details-link {
  text-align: center;
  margin: 0 auto;
}
.vm-productdetails {
  margin-top: 25px;
  margin-bottom: 25px;
}
a.vm-productdetails-back-to-category {
  margin-bottom: 25px;
}
.vm-addtocart-area input.addtocart-button {
  background: #8d8e8e;
  color: #FFF;
  text-shadow: none;
  font-size: 1.1em;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.vm-addtocart-area input.addtocart-button:hover,
.vm-addtocart-area input.addtocart-button:active,
.vm-addtocart-area input.addtocart-button:focus {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.vm-addtocart-area input.addtocart-button:hover {
  background: #1f1f1f;
  color: #FFF;
}
.vm-addtocart-area input.addtocart-button:hover {
  background: #4a4b4b;
  color: #FFF;
}
.vm-addtocart-area input.quantity-input {
  max-width: 30px;
  text-align: center;
  height: 40px;
  margin-top: -4px;
}
.vm-addtocart-area input.quantity-controls {
  background: url(../img/sprite-icons.png) no-repeat;
  display: block;
  margin: 7px 10px;
  border: 0 !important;
  height: 14px;
}
.vm-addtocart-area input.quantity-controls.quantity-plus {
  background-position: -409px -96px;
}
.vm-addtocart-area input.quantity-controls.quantity-minus {
  background-position: -434px -96px;
}
.vm-product-media-container .main-image {
  overflow: hidden;
}
.vm-productdetails-full-description .title {
  font-size: 1.3em;
}
.categories {
  clear: both;
}
.categories ul {
  text-align: center;
  margin: 0;
}
.categories li {
  display: inline-block;
  width: 23%;
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: all .3s;
  margin: 0px auto;
}
.categories li:hover {
  transition: all .3s;
}
.categories li a {
  text-align: center;
}
.categories li a img {
  width: 100%;
  height: auto;
  margin-top: 25px;
  transition: all .3s;
}
.categories li a span {
  padding: 0;
  font-size: 18px;
  color: #11111d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  background: #fff;
}
.newsflash-II.articles {
  text-align: center;
}
.newsflash-item {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.newsflash-item .newsflash-article {
  padding: 10px 5px 0 15px;
  font-size: 14px;
}
.newsflash-title {
  color: #291e21;
}
.sidemenu ul.unim {
  margin: 0;
}
.sidemenu ul.unim li {
  display: block;
  width: 100%;
  float: none;
  border-bottom: 1px solid #ccc;
}
.sidemenu ul.unim li a {
  font-family: inherit;
}
.sidemenu ul.unim li a:before {
  font-family: FontAwesome;
  text-align: center;
  width: 1em;
  margin-left: .2em;
  margin-right: .2em;
}
.sidemenu ul.unim li a:before {
  content: '\f0d9';
}
.sidemenu ul.unim li.opened > a:before,
.sidemenu .unim li.opened:hover > a:before {
  content: "\f0d7";
  color: #000;
}
.sidemenu ul.unim .submenu {
  margin-right: 15px;
}
.sidemenu ul.unim .submenu li a {
  color: #090b18 !important;
  padding-right: 20px;
  font-size: 15px;
  font-weight: normal;
}
.sidemenu ul.unim .submenu li:last-child {
  border-bottom: 0;
}
.sidemenu ul.unim.accordion li i {
  display: none;
}
.login-button {
  position: relative;
  right: 0;
  top: 0;
  z-index: 999;
  display: inline-block;
}
.login-button .module-title {
  margin: 0;
  cursor: pointer;
  background: #3c97d3;
  padding: 0px 10px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  line-height: 36px;
  transition: all .3s;
}
.login-button .module-title:hover {
  background: #000;
}
.login-button #login-form {
  margin: 0 auto 0;
  background: #fff;
  border-radius: 0;
  padding: 16px 10px 10px;
  display: none;
  position: absolute;
  border: 1px solid #a9a9a9;
  width: 170px;
}
.login-button #login-form .pretext {
  color: #012C57;
  font-size: 18px;
  border-bottom: 1px solid #646464;
  text-align: right;
  margin-bottom: 10px;
}
#login-form .controls label {
  display: block;
  text-align: right;
}
#login-form .controls input {
  width: 100% !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 25px;
}
#login-form ul {
  list-style: none;
  text-align: right;
}
#login-form ul li a span.icon-arrow-right {
  display: none;
}
#login-form #form-login-remember {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
#login-form #form-login-remember > * {
  display: inline-block;
  text-align: right;
}
#login-form input#modlgn-remember {
  height: 10px;
  width: 10px;
  float: right;
}
#form-login-submit {
  text-align: right;
}
#login-form .btn-primary {
  background: #ebebeb;
  color: #fff;
  border: 1px solid #ccc;
  text-shadow: none;
  border-radius: 0;
}
.search {
  position: relative;
}
.search input[type="text"] {
  border-radius: 2px;
  background: rgba(255,255,255,0.6);
}
.header-search input[type="text"] {
  border-radius: 10px;
  background: #ffffff;
  border: 0;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
  max-width: 155px;
}
.btn-toolbar {
  display: inline-block;
  position: relative;
}
.btn-group.pull-left button.btn.hasTooltip {
  position: absolute;
  left: 5px;
  top: 0;
  margin-top: 0;
  background: none !important;
}
#josForm .componentheading {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #257FAB;
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.k2ProfileHeading {
  border-bottom: 3px solid #257FAB;
  text-align: right !important;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  background: none !important;
}
#k2Container tr td {
  padding-top: 10px;
}
#k2Container tr td.key {
  background: none !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.pg-image {
  margin-bottom: 15px;
}
.pg-image-inner {
  padding: 15px;
}
.pg-images.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.pg-image[class*='col-'] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.pg-image-link,
.pg-image-name {
  display: block;
  text-align: center;
}
.pg-image-name {
  font-size: 16px;
  padding: 5px 0;
}
.pg-image-thumbnail {
  overflow: hidden;
  display: inline-block;
  width: 90%;
  height: 160px;
}
.pg-image-thumbnail img {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.pg-image-thumbnail img:hover,
.pg-image-thumbnail img:active,
.pg-image-thumbnail img:focus {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.pg-image-thumbnail img img:hover {
  transform: scale(1.1,1.1);
}
#phocagallery-new > .pg-cv-paginaton + div {
  display: none !important;
}
#sb-body-inner {
  direction: ltr;
}
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}
#sb-nav-next {
  position: absolute;
  left: 0px;
  overflow: visible;
  top: 0;
  z-index: 34234243;
}
#sb-counter {
  float: none;
  width: auto;
  direction: ltr;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  margin-right: -15px;
  bottom: -50vh;
  margin-bottom: 3vh;
}
#sb-nav-close {
  background-image: url(close.png);
  display: none !important;
}
#sb-info {
  position: absolute;
  z-index: 2323;
  width: 100%;
  overflow: visible;
  top: 50%;
}
#sb-nav-next {
  position: absolute;
  background-image: none;
}
#sb-nav-next:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 5px;
  content: "\f104";
  font-size: 109px;
  color: white;
}
#sb-nav-previous {
  position: absolute;
  background-image: none;
}
#sb-nav-previous:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  right: 5px;
  content: "\f105";
  font-size: 109px;
  color: white;
}
#sb-nav-next,
#sb-nav-previous {
  opacity: .075;
  transition: all .4s;
}
#sb-wrapper:hover #sb-nav-next,
#sb-wrapper:hover #sb-nav-previous {
  opacity: .8;
  transition: all .1s;
}
#sb-nav-pause {
  display: none !important;
}
#phocagallery-module-ri {
  margin-right: -15px;
  margin-left: -15px;
}
#phocagallery-module-ri .item {
  padding: 0 15px !important;
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
  overflow: hidden;
  width: 33.3333333333333% !important;
  margin: 0 0 30px !important;
  box-shadow: none !important;
  text-align: center;
  height: auto !important;
}
#phocagallery-module-ri a .shadowbox-button {
  display: block;
}
#phocagallery-module-ri .pg-box1 {
  width: 100%;
  height: auto !important;
}
#phocagallery-module-ri img {
  max-width: 100% !important;
  height: auto !important;
}
.foxcontainer {
  padding: 0 !important;
  color: #000;
  margin: 0 !important;
  width: 100% !important;
  max-width: 400px;
}
.foxcontainer .control-group {
  margin-bottom: 4px !important;
}
.foxcontainer .controls {
  position: relative;
}
.foxcontainer .error span.asterisk {
  position: absolute;
  z-index: 9;
  font-size: 12px;
  right: 2px;
  top: 6px;
}
.foxcontainer input,
.foxcontainer textarea {
  background: rgba(255,255,255,0.5) !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-style: italic;
}
.foxcontainer h2 {
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
}
.foxcontainer input {
  margin-bottom: 0;
  padding: 2px 6px !important;
  margin-top: 0;
}
.foxcontainer textarea {
  padding: 8px 10px !important;
}
.foxcontainer button.btn {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  margin-left: 0 !important;
  background: #8d8e8e !important;
  margin-top: 4px;
}
.foxcontainer button.btn:hover {
  background: #1f1f1f !important;
}
.foxcontainer button.btn span {
  color: #fff;
  text-shadow: none;
}
.foxcontainer .error input,
.foxcontainer .error textarea {
  border: #E73D3D inset 1px !important;
}
.foxcontainer .validfoxtext {
  box-shadow: none;
}
.foxform div {
  margin: 0 0 2px 0 !important;
}
#vitabookMessageForm label {
  clear: both;
  width: 30%;
  float: right;
}
#vitabookMessageForm input {
  width: 70%;
}
.vbContainer > h2 {
  float: none !important;
}
td.recaptcha_image_cell {
  width: 100%;
  max-width: 302px;
}
td.recaptcha_image_cell > td {
  padding: 0 !important;
}
img#recaptcha_challenge_image {
  width: 100%;
}
div#recaptcha_image {
  width: 100% !important;
  max-width: 300px;
  height: auto !important;
}
input#recaptcha_response_field {
  width: 100% !important;
  max-width: 302px;
  height: 25px;
  margin-right: 8px;
}
#vipervideopro #videowrapper {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#vipervideopro #vipervideo {
  width: 70% !important;
  height: 100% !important;
  max-width: 100% !important;
}
#vipervideopro .gallery-vert {
  width: 30% !important;
}
#vipervideopro .holder {
  max-width: 100%;
}
#vipervideopro .holder li a {
  height: auto;
  display: block;
}
#vipervideopro iframe {
  width: 100% !important;
  height: 250px;
}
img.shadow {
  opacity: 0;
}
#vipervideopro .gallery {
  direction: ltr;
  max-width: 100% !important;
}
#vipervideopro .gallery ul li {
  width: 30%;
  margin: 25px 0 !important;
  padding: 0 25px;
}
#vipervideopro .holder li a,
#vipervideopro .holder li a:hover {
  background: transparent;
  width: 100%;
  max-width: 300px;
  position: relative;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#vipervideopro .holder li a .thumbtitle {
  position: absolute;
  background: rgba(255,255,255,0.8);
  padding: 7px;
  font-size: 14px;
  bottom: 0;
  direction: rtl;
}
#vipervideopro .holder li img {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
}
.vm-mini-cart {
  float: left;
}
.browse-view form {
  margin: 0;
}
.browse-view input.button {
  margin-top: -25px;
}
.orderby-displaynumber > div {
  display: inline-block;
}
.orderby-displaynumber {
  width: 100%;
  margin: 10px 0;
  padding: 10px 5px;
  background: url(../images/transWhite.png);
  position: relative;
  z-index: 2;
}
.orderlistcontainer {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  margin: 0 15px 0 0;
}
.orderlist {
  display: none;
  background: #fff;
  border: #CCC solid 1px;
  padding: 8px;
  position: absolute;
  color: #5648D9;
}
.orderby-displaynumber .width70.floatleft {
  float: left;
}
.orderlistcontainer > .orderlist {
  display: none;
}
.orderlistcontainer > div,
.orderlist > div {
  margin-left: 10px;
}
.floatright.display-number {
  float: left;
  margin-top: 21px;
  font-size: 13px;
}
.floatright.display-number select.inputbox {
  width: 60px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
}
form.search {
  display: inline-block;
}
.virtuemart_search > * {
  display: inline-block;
  vertical-align: bottom;
}
body.contentpane {
  direction: rtl;
}
.ask-a-question-view {
  text-align: center;
}
.ask-a-question-view .product-summary {
  background: #FFF;
  padding: 8px;
  margin: 10px auto;
  border-radius: 2px;
  border: #B5A682 solid 1px;
}
.ask-a-question-view .product-name {
  width: 70%;
  display: inline-block;
}
.ask-a-question-view .product-image {
  width: 30%;
  display: inline-block;
}
.ask-a-question-view .charCount {
  display: none;
}
body.contentpane .ask-a-question-view .form-field {
  max-width: none;
  float: none;
}
.ask-a-question-view .form-field input,
.ask-a-question-view .form-field textarea {
  width: 100%;
  border: #B5A682 solid 1px;
  border-radius: 2px;
  margin: 2px auto 4px;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  font-size: 15px;
}
.recaptchatable #recaptcha_response_field {
  font-size: 15px;
}
.ask-a-question-view .formError {
  left: 40px !important;
}
.ask-a-question-view #recaptcha_table {
  width: 100%;
}
.ask-a-question-view #recaptcha_privacy {
  display: none;
}
.formError .formErrorContent {
  background-color: #E63F2E;
}
#product-related {
  border-top: #EDEDED solid 26px;
}
#product-related .product-field {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 10px .5%;
}
#center.sidebar1.sidebar2 .floatright.display-number {
  display: block;
  float: none;
}
.product-fields,
.product-field.product-field-type-S {
  margin: 20px 0;
}
.chzn-container-single-nosearch .chzn-search input,
.chzn-search {
  left: 0;
  display: none;
}
.product-field-display .chzn-container {
  width: 100% !important;
}
.chzn-single {
  width: auto !important;
}
.chzn-container-active .chzn-single,
.chzn-container-active .chzn-single-with-drop,
a.chzn-single,
a.chzn-single.chzn-single-with-drop,
.chzn-container-single .chzn-single span {
  border: none !important;
  box-shadow: none !important;
  max-height: 35px;
  line-height: 25px;
  width: auto;
}
.chzn-container-single .chzn-single {
  border: 1px solid #aaa;
  background: #F4F4F4;
}
a.chzn-single + .chzn-drop {
  display: none;
  right: 0;
  width: auto !important;
  background: #F4F4F4;
  padding-top: 12px;
  margin-top: -9px;
}
.chzn-container.chzn-with-drop a.chzn-single + .chzn-drop {
  display: block;
}
a.chzn-single.chzn-single-with-drop + .chzn-drop {
  width: 100% !important;
  display: inline-block;
  left: 0;
  right: 0;
}
.chzn-container .chzn-drop {
  background: #FBF6ED;
}
.vm-nodisplay {
  display: none;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
  font-size: 20px;
}
.PricebasePrice,
.vm-cart-price {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0px 5px;
}
.spacer {
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
}
.tags-sale {
  position: absolute;
  background: url(../img/tags-sale.png) no-repeat left top;
  width: 78px;
  height: 79px;
  top: 0;
  left: 0;
  z-index: 99;
}
.equal_prices .PricebasePriceWithTax {
  display: none;
}
.spacer,
.spacer h2 {
  margin-bottom: 0;
  line-height: 25px;
  font-weight: normal;
  font-size: 24px;
}
.spacer .image-wrap {
  width: auto;
  height: auto;
  max-height: 225px;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 10px;
}
.spacer img {
  max-width: none;
  width: 100%;
  height: auto;
  max-height: 300px;
}
.spacer .product_s_desc {
  text-align: right;
  font-size: 15px;
  margin: 0 auto;
}
.addtocart-bar {
  margin: 10px auto;
}
.addtocart-bar > span {
  display: inline-block;
  vertical-align: middle;
}
a.product-details {
  width: 100%;
  display: block;
}
#center.sidebar1.sidebar2 .product.vm-col.vm-col-3,
#center.sidebar1.sidebar2 .category.width33 {
  width: 32%;
  padding: 5px;
}
#center.sidebar1.sidebar2 .product.vm-col.vm-col-4,
#center.sidebar1.sidebar2 .category.width25 {
  width: 24%;
  padding: 5px;
}
#center.sidebar1.sidebar2 .vm-product-media-container {
  margin: 0 auto 25px;
}
#product-details-block {
  float: none;
  display: inline-block;
}
#product-details-block.span6 {
  width: 60%;
  max-width: 500px;
}
.vm-product-media-container {
  width: 100%;
  max-width: 530px;
  height: auto;
  margin: 0 auto 10px;
  margin-left: 0 !important;
}
.productdetails-view.productdetails .vm-product-media-container {
  width: 65% !important;
}
.vm-product-media-container img {
  max-width: 100%;
  width: auto;
}
.vm-product-container {
  margin-top: 50px;
}
div.back-to-category {
  margin-top: 30px;
}
a.back-to-category {
  padding-right: 40px;
  background: url(../img/back_btn_bg.png) no-repeat right top;
  height: 40px;
  line-height: 30px;
  display: block;
}
.productdetails-view.productdetails > h1 {
  margin-bottom: 38px;
}
.full-product-description {
  padding: 20px;
  border: 1px solid #ccc;
  margin: 50px auto;
}
#center .productdetails-view.productdetails h1.span4 {
  float: right;
  font-weight: normal;
}
#center.sidebar1 .productdetails-view.productdetails h1.span4,
#center.sidebar1 .productdetails-view.productdetails #product-details-block,
#center.sidebar2 .productdetails-view.productdetails h1.span4,
#center.sidebar2 .productdetails-view.productdetails #product-details-block {
  width: 50%;
  float: right;
  margin-left: 0;
}
#center.sidebar1.sidebar2 .productdetails-view.productdetails h1.span4,
#center.sidebar1.sidebar2 .productdetails-view.productdetails #product-details-block {
  width: 100%;
  float: none;
  margin-left: 0;
}
#center.sidebar1 .productdetails-view.productdetails h1.span4,
#center.sidebar1 .productdetails-view.productdetails #product-details-block,
#center.sidebar2 .productdetails-view.productdetails h1.span4,
#center.sidebar2 .productdetails-view.productdetails #product-details-block {
  width: 31%;
  float: right;
  margin-left: 0;
}
#center.sidebar1 .productdetails-view.productdetails .vm-product-media-container.span6,
#center.sidebar2 .productdetails-view.productdetails .vm-product-media-container.span6 {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#center.sidebar1.sidebar2 .productdetails-view.productdetails .vm-product-media-container.span6 {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.product-price,
span.product_sku,
span.stockhandle {
  margin-bottom: 10px;
  display: block;
}
.additional-images {
  text-align: center;
}
.thumbnails-container {
  width: 30%;
  height: auto;
  max-height: 85px;
  overflow: hidden;
  border: 3px solid #fff;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
}
.productdetails-view.productdetails .category-view {
  display: none;
}
.spacer-buy-area > .ask-a-question {
  display: block;
  clear: both;
}
.spacer-buy-area a.ask-a-question {
  font-size: 30px;
  color: #fff;
  background: #E63F2E !important;
  padding: 5px 40px 5px 15px;
  border-radius: 0 !important;
  position: relative;
}
.spacer-buy-area a.ask-a-question:hover {
  background: #fdb41f !important;
  color: #3a1d0d;
}
.spacer-buy-area a.ask-a-question:before {
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #3a1d0d;
  font-size: 30px;
  padding-right: 0.5em;
  position: absolute;
  top: 18px;
  right: 10px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  transition: all .3s;
}
a.btn.btn-inverse.btn-small,
a.btn.btn-primary.btn-small {
  font-size: 15px !important;
  color: #fff !important;
  background: #8F3E2B !important;
  border: 0;
  box-shadow: none;
}
a.btn.btn-inverse.btn-small:hover,
a.btn.btn-primary.btn-small:hover {
  background: #D39F91 !important;
}
#qaunity-selector {
  margin-bottom: 20px;
}
.final-price-title,
.final-price-for-km,
span.qaunity-selector-title {
  color: #6D2F17 !important;
}
.price-container > .price-pop-up {
  left: 0;
}
span.final-price-class-restore.final-price {
  font-size: 30px;
}
.product-discount-class-restore {
  display: none;
}
.product-short-description {
  margin-bottom: 18px;
}
.span12.larger-image-top-wrap {
  padding-bottom: 45px;
  background: url(../images/custom/shadow.png) no-repeat center bottom;
  background-size: 100%;
}
#fancybox-content {
  border: none !important;
  width: auto !important;
}
#fancybox-content h4 {
  margin: 25px 20px 10px;
  padding: 5px;
  background-color: #ECECEC;
}
.fancybox-bg {
  display: none;
}
#fancybox-content > div {
  text-align: center;
}
#fancybox-content a.continue,
#fancybox-content a.showcart {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  background: #7F180A;
  margin: 5px;
  color: #fff;
  transition: all .3s;
}
#fancybox-content h4 {
  font-size: 18px;
  font-weight: normal;
}
#fancybox-content a.continue:hover,
#fancybox-content a.showcart:hover {
  background: #000;
  transition: all .3s;
}
#fancybox-left,
#fancybox-right {
  display: none !important;
}
#fancybox-title {
  display: none !important;
}
body.contentpane {
  background: #f8efe4;
}
body.contentpane .ask-a-question-view h1 {
  font-size: 22px;
}
body.contentpane .product-summary h2 {
  font-size: 20px;
  font-weight: normal;
}
body.contentpane .product-summary .short-description {
  display: none;
}
body.contentpane .product-summary .width30.floatleft.center {
  float: right;
  max-width: 75px;
  height: auto;
}
body.contentpane .product-summary .width30.floatleft.center img {
  width: 100%;
  height: auto;
}
body.contentpane .form-field {
  float: right;
  max-width: 300px;
  text-align: right;
  margin-top: 0px;
  direction: rtl;
}
body.contentpane table.askform td {
  float: right;
  direction: rtl;
}
body.contentpane table.askform input {
  display: inline-block;
  width: 100% !important;
  height: 25px;
  max-width: 150px;
}
body.contentpane table.askform textarea {
  display: inline-block;
  width: 100% !important;
  height: 60px;
  max-width: 250px;
}
a.ask-a-question,
input.highlight-button {
  text-shadow: none !important;
  font-size: 16px;
  box-shadow: none !important;
  border: 0 !important;
  background: url(../images/btn-bg.jpg) repeat-x center top !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  transition: all .3s;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: hand;
  cursor: pointer;
}
a.ask-a-question:hover,
input.highlight-button:hover {
  background: url(../images/btn-bg.jpg) repeat-x center bottom !important;
}
div#vmMainPageOPC input#sachone,
div#vmMainPageOPC fieldset.other_address label {
  float: right;
}
#vmMainPageOPC input.inputbox_update {
  text-align: center;
}
#vmMainPageOPC .coupon_wrapper {
  width: 98%;
}
#basket_container .black-basket div.col-module_fix {
  background: #fff;
}
div#basket_container div.op_basket_row div.op_col2,
div#basket_container div.op_basket_row div.op_col5,
div#basket_container div.op_basket_row div.op_col6 {
  float: right;
  border-right: 0;
  border-left: 1px solid #e4e4e2;
}
div#basket_container div.op_basket_row div.op_col7 {
  float: right;
  text-align: center;
}
div#basket_container div.op_basket_row div.op_col1_4 {
  float: right;
  text-align: left;
  border-right: 0;
  border-left: 1px solid #e4e4e2;
}
div#basket_container div.op_basket_row div.op_col5_3 {
  width: 14%;
  float: right;
  text-align: center;
}
.coupon_in {
  float: right;
  text-align: center;
}
#vmMainPageOPC .detailsbutton_opc {
  float: right;
}
.shadetabs {
  text-align: right;
}
div#opc_logged_wrapper .formLabel,
div#opc_unlogged_wrapper .formLabel {
  float: right !important;
  clear: right !important;
  text-align: right !important;
}
#vmMainPageOPC .formField {
  float: left !important;
  clear: left;
}
#vmMainPageOPC div#registertab div.formField {
  clear: left;
}
#vmMainPageOPC fieldset,
#vmMainPageOPC fieldset.notes_checkout {
  background: transparent;
}
#onepage_main_div div.left_checkout,
#onepage_main_div div.right_checkout {
  background: #fff;
}
form#adminForm {
  background: #fff;
}
#onepage_main_div form#adminForm ul#vmtabs {
  margin-top: -21px;
}
#center.sidebar1.sidebar2 #onepage_main_div div.right_checkout,
#center.sidebar1.sidebar2 #onepage_main_div div.left_checkout {
  float: none;
  width: 100%;
}
#vmMainPageOPC .formField {
  width: 63%;
}
#vmMainPageOPC .formField input[type="text"],
#vmMainPageOPC .formField input[type="email"],
#vmMainPageOPC .formField textarea,
#vmMainPageOPC .formField input[type="password"] {
  width: 100%;
  min-width: 150px;
  max-width: 78%;
}
div#vmMainPageOPC select {
  max-width: 87%;
}
#vmMainPageOPC .field_wrapper {
  padding: 0 10px;
}
#vmMainPageOPC div.left_checkout div ul#vmtabs li:before {
  display: none;
}
#vmMainPageOPC div.left_checkout div ul#vmtabs a {
  background: #257FAB;
}
#vmMainPageOPC input#confirmbtn.buttonopc {
  background: #257FAB !important;
  transition: all .3s;
}
#vmMainPageOPC input#confirmbtn.buttonopc:hover {
  background: #000 !important;
  transition: all .3s;
}
.vmTabSubInner {
  padding: 10px;
}
.vmTabSub {
  border-bottom: 0;
}
#vmMainPageOPC div.vr2 {
  position: relative;
}
#vmMainPageOPC div.vr2 input[type=checkbox] {
  position: absolute;
  right: -20px;
}
span.vmshipment_name,
span.vmpayment_name {
  display: block;
  font-weight: bold;
}
.ui-tooltip {
  position: absolute;
}
.ui-tooltip-content {
  z-index: 9999999;
}
body.contentpane {
  background: #f8efe4;
}
body.contentpane .ask-a-question-view h1 {
  font-size: 22px;
}
body.contentpane .product-summary h2 {
  font-size: 20px;
  font-weight: normal;
}
body.contentpane .product-summary .short-description {
  display: none;
}
body.contentpane .product-summary .width30.floatleft.center {
  float: right;
  max-width: 75px;
  height: auto;
}
body.contentpane .product-summary .width30.floatleft.center img {
  width: 100%;
  height: auto;
}
body.contentpane .form-field {
  float: right;
  max-width: 300px;
  text-align: right;
  margin-top: 0px;
  direction: rtl;
}
body.contentpane table.askform td {
  float: right;
  direction: rtl;
}
body.contentpane table.askform input {
  display: inline-block;
  width: 100% !important;
  height: 25px;
  max-width: 150px;
}
body.contentpane table.askform textarea {
  display: inline-block;
  width: 100% !important;
  height: 60px;
  max-width: 250px;
}
a.ask-a-question,
input.highlight-button {
  text-shadow: none !important;
  font-size: 16px;
  box-shadow: none !important;
  border: 0 !important;
  background: #E63F2E !important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  transition: .4s;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
}
a.ask-a-question:hover,
input.highlight-button:hover {
  background: #3a1d0d !important;
}
#phocagallery > div:last-of-type {
  display: none !important;
}
ul.sigProClassic li.sigProThumb {
  float: none;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
  padding: 0;
}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper,
ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper,
ul.sigProClassic li.sigProThumb a.sigProLink,
ul.sigProClassic li.sigProThumb a.sigProLink:hover {
  margin: 0;
  float: none;
  padding: 0;
  height: auto !important;
}
img.sigProImg {
  background-size: 100%;
}
.pagination,
.vm-pagination {
  margin: 16px auto;
}
.pagination span,
.vm-pagination span {
  border-radius: 3px;
  border: 1px solid #b0b0b0;
  border-bottom-color: #999;
  background: #ccc;
  text-shadow: 0 1px 0 white;
  color: #000;
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.08);
  padding: 3px 7px;
  font-size: 0.9em;
}
.pagination > span.vm-page-counter,
.vm-pagination > span.vm-page-counter {
  border: none;
  background: none;
  box-shadow: none;
}
.pagination li,
.vm-pagination li {
  list-style: none;
  padding: 2px;
  display: inline-block !important;
}
.pagination li:before,
.vm-pagination li:before {
  display: none;
}
.pagination a,
.vm-pagination a {
  border-radius: 3px;
  border: 1px solid #DCDDDE;
  border-bottom-color: #C9CACB;
  text-shadow: 0 1px 0 white;
  color: #444;
  border-color: #C9CACB;
  background: #FCFDFE;
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.08);
  padding: 3px 7px;
  font-size: 0.9em;
  text-decoration: none;
}
.pagination ul > pagination-start > span,
.pagination ul > pagination-prev > span,
.pagination ul > pagination-next > span,
.pagination ul > pagination-end > span,
.vm-pagination ul > pagination-start > span,
.vm-pagination ul > pagination-prev > span,
.vm-pagination ul > pagination-next > span,
.vm-pagination ul > pagination-end > span {
  border: 1px solid #DCDDDE;
  border-bottom-color: #C9CACB;
  text-shadow: 0 1px 0 white;
  color: #999;
  border-color: #C9CACB;
  background: #FCFDFE;
  padding: 3px 7px;
  font-size: 0.9em;
}
.pagination .counter,
.vm-pagination .counter {
  display: none;
}
.product-fields,
.product-field.product-field-type-S {
  margin: 20px 0;
}
.chzn-container-single-nosearch .chzn-search input,
.chzn-search {
  left: 0;
  display: none;
}
.product-field-display .chzn-container {
  width: 100% !important;
  max-width: 100px !important;
}
.chzn-container-active .chzn-single,
.chzn-container-active .chzn-single-with-drop,
a.chzn-single,
a.chzn-single.chzn-single-with-drop,
.chzn-container-single .chzn-single span {
  background: none !important;
  width: 100px;
  border: 0 !important;
  box-shadow: none !important;
  max-height: 20px;
  line-height: 20px;
}
.chzn-drop {
  width: 100px !important;
}
a.chzn-single + .chzn-drop {
  display: none;
}
a.chzn-single.chzn-single-with-drop + .chzn-drop {
  display: inline-block;
}
.chzn-container .chzn-drop {
  background: #FBF6ED;
}
.foxcontainer .chzn-container .chzn-drop {
  display: none;
  right: 0;
}
.foxcontainer .chzn-container.chzn-with-drop .chzn-drop {
  display: block;
}
.chzn-container.chzn-with-drop .chzn-drop {
  display: block;
  width: auto !important;
  right: 0;
  background: #EAEAEA;
}
.foxcontainer .chzn-container {
  border: 1px solid #aaaaaa;
  color: #555555;
  font-size: 14px;
  font-style: italic;
  padding: 5px 10px;
  height: 42px;
  line-height: 30px;
}
.chzn-container-active .chzn-single,
.chzn-container-active .chzn-single-with-drop,
a.chzn-single,
a.chzn-single.chzn-single-with-drop,
.chzn-container-single .chzn-single span {
  width: auto !important;
}
.chzn-container-single .chzn-single span {
  margin-right: 0;
  line-height: 1;
  display: inline-block;
  padding: 6px 10px;
}
.foxcontainer .chzn-container-single .chzn-single {
  padding: 0 !important;
}
.chzn-container-single .chzn-single {
  height: auto !important;
}
.bt-cs .bt_handles {
  margin-top: -18px !important;
}
.bt-cs .bt_handles li a {
  background: #CCC;
  width: 15px;
  height: 15px;
  border: transparent solid 1px;
}
.bt-cs .bt_handles li a:hover,
.bt-cs .bt_handles li.current a {
  background: #FFF;
  border-color: #CCC;
}
.fa.circle-icon:before {
  border-radius: 50%;
  background: #000;
  padding: 4px 4px;
  display: block;
  width: 1.1em;
  height: 1.1em;
  line-height: 1em;
  text-align: center;
}
body.cke_editable {
  color: #000;
  background: #FFF;
}
[id^="mod_improved_ajax_login"] .loginH3 {
  text-align: right;
}
[id^="mod_improved_ajax_login"] .gi-elem {
  text-align: right;
  float: right;
}
#back_to_top {
  background: url(../img/back-to-top.png) no-repeat center top;
  width: 69px;
  height: 69px;
  position: absolute;
  cursor: pointer;
  display: block;
  position: fixed;
  bottom: 100px;
  right: 10px;
  background-size: 100%;
  transition: .4s;
}
#back_to_top:hover {
  background-position: center bottom;
  transition: .4s;
}
.cf-form-search input {
  border: none;
  background: none;
  width: 100%;
}
.cf-form-search button[type="submit"] {
  font-family: inherit;
}
.cf-form-search button[type="submit"]:before {
  font-family: FontAwesome;
  text-align: center;
  width: 1em;
  margin-left: .2em;
  margin-right: .2em;
}
.cf-form-search button[type="submit"]:before {
  content: '\f002';
}
.cf-form-search .input-append .btn {
  background: none;
  color: #8d8e8e;
  position: absolute;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.cf-form-search .input-append .btn:hover,
.cf-form-search .input-append .btn:active,
.cf-form-search .input-append .btn:focus {
  -webkit-transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
  transition: all 600ms cubic-bezier(0.175,0.885,0.335,1);
}
.cf-form-search .input-append .btn:hover {
  transform: translateY(-3px);
}
#btl .btl-panel > span {
  background-color: #8d8e8e !important;
}
ul.breadcrumb {
  background: none;
  font-size: 24px;
}
ul.breadcrumb span.divider.icon-location {
  display: none;
}
ul.breadcrumb .divider {
  background: url(../img/arrows.png) no-repeat center 6px;
}
ul.breadcrumb .divider img {
  opacity: 0;
}
#rights a {
  color: inherit;
}
.b2jcontainer {
  background: none !important;
  border: none !important;
}
.b2jcontainer input,
.b2jcontainer label {
  height: auto;
}
.b2jcontainer textarea {
  resize: none;
  margin-bottom: 0;
}
.b2jcontainer .asterisk,
.b2jcontainer .alert-error {
  display: none;
}
.b2jcontainer .b2j-contact-group-class {
  display: inline-block;
}
.b2jcontainer .controls {
  text-align: center;
}
.b2jcontainer .btn[type="submit"] {
  margin-left: 0 !important;
  font-family: inherit;
  border: none;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 1.2em;
}
.b2jcontainer .btn[type="submit"] span {
  background: none !important;
  padding-left: 0 !important;
}
a[href="http://www.faboba.com"] {
  display: none !important;
}
#menu,
#logo {
  position: relative;
  z-index: 101;
}
#rights {
  font-size: 12px;
  text-align: center;
}
.moduletable.mainmenu.sidemenu-mobile {
  display: none;
}
.moduletable.mainmenu {
  max-width: none;
  margin: 0 auto;
  height: auto;
}
.moduletable.mainmenu .unim > li > a i {
  display: none;
}
.moduletable.mainmenu .unim .mobile-show {
  visibility: hidden;
  width: 0;
  height: 0;
}
.moduletable.mainmenu .unim-icon.responsive.mobile {
  padding: 10px 0;
  color: #FFF;
  text-align: right;
  background: #8d8e8e;
}
.moduletable.mainmenu .unim.responsive.mobile {
  text-align: right;
}
.moduletable.mainmenu .unim.responsive.mobile .mobile-show {
  visibility: visible;
  width: 100%;
  height: auto;
}
.moduletable.mainmenu .unim.responsive.mobile .submenu,
.moduletable.mainmenu #menu .unim.responsive.mobile ul.submenu.level2 {
  width: 100%;
  margin-right: 0;
}
#middle .moduletable {
  margin-bottom: 20px;
}
.moduletable.login .btn {
  background: none;
  color: #333;
  font-size: 17px;
}
.moduletable.mycart {
  margin: -2px 8px 8px;
  line-height: 37px;
  font-size: 17px;
}
.moduletable.mycart .moduleWrap {
  float: left;
}
.vm-mini-cart {
  padding: 0 3px;
}
#links > .moduletable {
  display: inline-block;
  vertical-align: top;
}
.moduletable.social-menu {
  font-size: 24px;
  font-family: 'zero-width', 'Open Sans Hebrew', sans-serif, sans-serif !important;
}
html[dir="rtl"] .moduletable.social-menu {
  float: left;
}
html[dir="ltr"] .moduletable.social-menu {
  float: right;
}
#search {
  float: left;
  margin-top: 15px;
  position: relative;
  border-bottom: #333 solid 2px;
}
body {
  color: #3a3430;
}
a,
a:link,
a:visited {
  color: #8d8e8e;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #333;
}
.btn,
a.btn {
  color: #FFF;
}
.btn:hover,
a.btn:hover {
  background: #4a4b4b;
  color: #FFF;
}
a.continue_link {
  background: #7F180A;
  color: white;
  padding: 5px 10px;
  margin: 5px;
  vertical-align: top;
  display: inline-block;
}
#fancybox-content a.continue,
#fancybox-content a.showcart {
  vertical-align: top;
}
.vm-product .addtocart-button {
  z-index: 980;
}
#headerBG {
  box-shadow: 1px 1px 7px rgba(0,0,0,0.5);
}
#header {
  padding: 10px 0 0 0;
}
@media all and (min-width: 995px) {
  #headerBG {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
  }
  body.homepage #slider {
    margin-top: 100px;
  }
  body.internal #middleBG {
    margin-top: 100px;
  }
}
#logo {
  padding-top: 10px;
  margin-bottom: 10px;
}
#links {
  display: inline-block;
  margin-bottom: 11px;
  margin-left: 36px;
  float: left;
}
#links .moduletable.mycart {
  margin-top: -3px;
}
#links .cart-content {
  position: relative;
}
#links .cart-content .total_products {
  width: 50px;
  height: 35px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  margin-top: 5px;
}
#links .cart-content .total_products .num-prod {
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  color: #3a3430;
  background: url('../img/mini-cart.png') no-repeat top 10px left 5px;
  height: 30px;
}
#links .cart-content .total_products .num-prod p {
  margin-right: 6px;
}
#links .cart-content .hidden-cart-content {
  display: none;
  position: absolute;
}
#links .cart-content:hover .hidden-cart-content {
  display: block;
  z-index: 999;
  background: #4a4b4b;
  width: 120px;
  color: #FFF;
  font-size: 15px;
  line-height: 1.5em;
  padding: 10px;
  right: -30px;
}
#links .moduletable.login {
  color: #3a3430;
  margin-top: 3px;
}
#links .moduletable.login #btl-panel-registration,
#links .moduletable.login #btl-panel-login {
  color: inherit;
  margin-bottom: 0;
}
#links .moduletable.login #btl-panel-registration:hover,
#links .moduletable.login #btl-panel-login:hover {
  color: #1f1f1f;
  transition: .5s;
}
#links .moduletable.login #btl-panel-login:after,
#links .moduletable.login #btl-panel-registration:after {
  content: '';
  width: 1px;
  height: 23px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  display: inline-block;
  background: #3a3430;
  margin-right: 20px;
  margin-bottom: -7px;
}
#links .moduletable.login {
  color: #3a3430;
  margin-top: 3px;
}
#links .moduletable.login .btn.btn-primary,
#links .moduletable.login .btn {
  color: inherit;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  outline: 0;
}
#links .moduletable.login .btn.btn-primary:hover,
#links .moduletable.login .btn:hover {
  color: #1f1f1f;
  transition: .5s;
  background: none;
}
#links .moduletable.login .btn:after,
#links .moduletable.login .btn.btn-primary:after {
  content: '';
  width: 1px;
  height: 23px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  display: inline-block;
  background: #3a3430;
  margin-right: 20px;
  margin-bottom: -7px;
}
#links > .moduletable {
  margin-top: 5px;
}
.moduletable.social-menu a {
  font-size: 18px;
}
.moduletable.social-menu .fa:before {
  color: #FFF;
  background: #bfbfc1;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  font-size: 20px;
}
html[dir="rtl"] .moduletable.social-menu {
  float: none;
}
#search {
  float: left;
  border-bottom: 0;
  max-width: 70px;
  display: inline-block;
  margin-right: -8px;
  margin-top: -8px;
}
#search .moduletable.search input {
  display: none;
  border: 1px solid #3a3430;
  position: absolute;
  bottom: -3px;
  right: 56px;
  z-index: 999;
  background: #FFF;
}
#search .moduletable.search .cf-form-search button[type="submit"]:before {
  color: #FFF;
  background: #bfbfc1;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
}
#search .moduletable.search span.input-append:hover input {
  display: block;
}
#search .moduletable.search .cf-form-search .input-append .btn:hover {
  transform: translateY(0);
}
#search .moduletable.search .cf-form-search .input-append .btn {
  position: relative;
  margin-bottom: -4px;
}
#menu {
  margin-top: 0px;
}
#menu .unim > li > a:after {
  content: '';
  width: 1px;
  height: 23px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  position: absolute;
  background: #cacaca;
  margin-right: 20px;
  margin-bottom: -7px;
  left: 0;
  top: 10px;
}
#menu .unim > li:last-of-type a:after {
  content: '';
  height: 0;
  width: 0;
}
#menu .unim > li a {
  color: #3a3430;
  font-size: 16px;
  position: relative;
}
#menu .unim > li > a {
  font-size: 16px;
}
#menu .unim > li.deeper.parent {
  position: relative;
}
#menu .unim > li.deeper.parent:before {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  bottom: -6px;
  right: 50%;
  margin-right: -7px;
  color: #ed1c24;
}
#menu ul.unim.responsive li.parent > ul {
  background: #FFF;
  width: 160px;
}
#menu ul.unim.responsive li.parent > ul a {
  font-size: 17px;
}
#menu ul.unim.responsive li.parent > ul li:hover {
  background: #4a4b4b;
  transition: .5s;
}
#menu ul.unim.responsive li.parent > ul li:hover a {
  color: #FFF;
}
#menu li.active > a span,
#menu li.current > a span,
#menu li.opened > a span,
#menu a:hover span {
  color: #1f1f1f;
  transition: .5s;
}
#menu .submenu {
  width: 200px;
  margin: 0;
}
#menu .submenu > li a {
  font-size: 15px;
  margin-right: 30px;
}
#hpmcBG {
  padding: 40px 0;
  margin: 10px 0;
}
#hpmcBG #hpmc .moduletable {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
#hpmcBG #hpmc .moduletable .module-title {
  text-align: center;
  padding: 10px 0;
  background: #f6f6f6;
  font-size: 24px;
}
#hpmcBG #hpmc .moduletable .bl-container {
  width: 100%;
  max-width: 317px;
  height: 254px;
  position: relative;
  margin-top: 54px;
}
#hpmcBG #hpmc .moduletable .bl-container .bl-content {
  position: absolute;
  top: -55px;
  width: 100%;
  right: 0;
  left: 0;
}
#hpmcBG #hpmc .moduletable .bl-container img.bl-mainimg {
  position: absolute;
  bottom: -64px;
  margin-right: 15px;
  display: none;
}
#hpmcBG #hpmc .moduletable:hover {
  transition: 1s;
}
#hpmcBG #hpmc .moduletable:hover .module-title {
  color: #ed1c24;
  transition: .9s;
}
#hpmcBG #hpmc .moduletable:hover .bl-mainimg {
  transform: translateY(-15px);
  transition: .9s;
}
#middle-topBG {
  padding: 40px 0;
  margin: 10px 0;
}
#middle-topBG #middle-top .moduletable {
  display: inline-block;
  vertical-align: top;
}
#middle-topBG #middle-top .moduletable .module-title {
  font-size: 30px;
  color: #1f1f1f;
}
#middle-topBG #middle-top .moduletable.hp-about-us {
  width: 64%;
  margin-left: 3%;
}
#middle-topBG #middle-top .moduletable.hp-about-us .module-title {
  margin-bottom: 6px;
  margin-top: -10px;
}
#middle-topBG #middle-top .moduletable.hp-contact-form {
  width: 34%;
}
#middle-topBG #middle-top .moduletable.hp-contact-form input {
  border-top: 1px solid #c7c7c7 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  background: #efefef !important;
  height: 30px;
  font-style: normal;
  color: #3a3430 !important;
}
#middle-topBG #middle-top .moduletable.hp-contact-form .submit.control-group {
  text-align: center;
}
#middle-topBG #middle-top .moduletable.hp-contact-form .submit.control-group button.btn:hover {
  background: #4a4b4b !important;
  transition: .5s;
}
#hppn {
  margin-top: -65px;
  margin-bottom: 40px;
}
#hppn .moduletable.hppn {
  color: #8d8e8e;
  font-size: 46px;
}
.more-items {
  display: none;
}
#middleBG {
  padding-top: 50px;
}
article#content {
  padding: 15px 15px 30px 15px;
}
article#content .browse-view,
article#content .page-header,
article#content .featured-view {
  text-align: center;
}
article#content .browse-view h1,
article#content .page-header h1,
article#content .featured-view h1 {
  font-weight: normal;
  color: #1f1f1f;
  margin-bottom: 40px;
}
article#content .browse-view h2,
article#content .page-header h2,
article#content .featured-view h2 {
  font-weight: normal;
  color: #1f1f1f;
  font-size: 20px;
  text-align: right !important;
}
article#content .blog > h2 {
  text-align: center;
}
article#content .blog > h2 span.subheading-category {
  font-weight: normal;
  color: #1f1f1f;
  margin-bottom: 40px;
}
article#content .items-row {
  margin-top: 25px;
}
article#content .items-row .page-header {
  text-align: right;
}
article#content .items-row .page-header h2 {
  font-weight: normal;
  color: #3a3430;
  margin-bottom: 0px;
}
article#content .items-row .page-header h2:before {
  margin-left: 0;
}
article#content .items-row .page-header h2:after {
  margin-right: 0;
}
article#content .items-row .page-header h2:before,
article#content .items-row .page-header h2:after {
  content: '';
  background: #8d8e8e;
  width: 0;
  height: 0px;
  display: inline-block;
  vertical-align: middle;
}
article#content span.icon-chevron-right:before,
article#content span.icon-rightarrow:before,
article#content span.icon-arrow-right:before {
  content: '';
}
article#content .item-page.about-us {
  text-align: right;
}
article#content .item-page.conact-form-page iframe {
  float: left;
  width: 550px;
  height: 255px;
  margin-right: 2%;
}
article#content .item-page.conact-form-page u {
  text-decoration: none;
}
article#content .item-page.conact-form-page u > strong {
  text-decoration: none;
  font-size: 19px;
  font-weight: normal;
  color: #3a3430;
}
article#content .item-page.conact-form-page p > strong {
  color: #8d8e8e;
  font-size: 21px;
  font-weight: normal;
}
article#content .item-page.conact-form-page .phone,
article#content .item-page.conact-form-page .location,
article#content .item-page.conact-form-page .email,
article#content .item-page.conact-form-page .fax {
  position: relative;
}
article#content .item-page.conact-form-page .fax:before {
  content: '\f1ac';
}
article#content .item-page.conact-form-page .phone:before {
  content: '\f095';
}
article#content .item-page.conact-form-page .location:before {
  content: '\f041';
}
article#content .item-page.conact-form-page .envelop:before {
  content: '\f003';
}
article#content .item-page.conact-form-page .phone:before,
article#content .item-page.conact-form-page .location:before,
article#content .item-page.conact-form-page .envelop:before,
article#content .item-page.conact-form-page .fax:before {
  font-family: FontAwesome;
  font-size: 15px;
  color: #4a4b4b;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  width: 25px;
  text-align: center;
}
article#content .item-page.conact-form-page .foxcontainer {
  max-width: 100%;
}
article#content .item-page.conact-form-page .foxcontainer div {
  margin-bottom: 10px;
}
article#content .item-page.conact-form-page .foxcontainer .sender0,
article#content .item-page.conact-form-page .foxcontainer .text0 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
article#content .item-page.conact-form-page .foxcontainer .text0 {
  margin-right: 4px;
}
article#content .item-page.conact-form-page .foxcontainer .textarea0,
article#content .item-page.conact-form-page .foxcontainer .submit {
  display: inline-block;
  vertical-align: top;
}
article#content .item-page.conact-form-page .foxcontainer .textarea0 {
  width: 83%;
}
article#content .item-page.conact-form-page .foxcontainer .submit {
  width: 15.4%;
  margin-right: 1%;
}
article#content .item-page.conact-form-page .foxcontainer .submit button.btn {
  margin-top: 0;
  width: 100%;
  padding: 50px 0;
}
article#content .item-page.conact-form-page .foxcontainer input,
article#content .item-page.conact-form-page .foxcontainer textarea {
  background: #eee !important;
  border: 0 !important;
  min-height: 30px;
  font-style: normal;
}
#sidebar1 {
  padding-top: 15px;
}
#sidebar1 #sidebar1-inner .moduletable.side-menu .module-title {
  color: #1f1f1f;
  margin-bottom: 15px;
}
#sidebar1 #sidebar1-inner .moduletable.side-menu ul.menuitems-menu li {
  display: block;
  background: #f6f4f4;
  margin-bottom: 3px;
  position: relative;
  min-height: 35px;
  line-height: 35px;
}
#sidebar1 #sidebar1-inner .moduletable.side-menu ul.menuitems-menu li a {
  padding: 8px;
  color: #3a3430;
}
#sidebar1 #sidebar1-inner .moduletable.side-menu ul.menuitems-menu li ul li a {
  font-size: 13px;
}
#sidebar1 #sidebar1-inner .moduletable.side-menu ul.menuitems-menu li ul li:hover a:before,
#sidebar1 #sidebar1-inner .moduletable.side-menu ul.menuitems-menu li ul li.active.current a:before {
  content: none;
}
#sidebar1 #sidebar1-inner .moduletable.side-menu ul.menuitems-menu li ul li:hover a,
#sidebar1 #sidebar1-inner .moduletable.side-menu ul.menuitems-menu li ul li.active.current a {
  color: #000;
  transition: .6s;
}
#sidebar1 #sidebar1-inner .moduletable.side-menu ul.menuitems-menu > li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  right: -6px;
  top: 0;
  background-color: #4a4b4b;
}
#sidebar1 #sidebar1-inner .moduletable.side-menu ul.menuitems-menu > li:hover:before {
  background-color: #1f1f1f;
  transition: .5s;
}
#sidebar1 #sidebar1-inner .moduletable.side-menu ul.menuitems-menu > li:hover > a {
  color: #1f1f1f;
  transition: .5s;
}
#footerBG {
  background: #1f1f1f;
  padding: 40px 0;
}
#footer .module-title {
  margin-bottom: 15px;
  color: #FFF;
  font-size: 22px;
}
#footer .moduletable.else-contacts {
  line-height: 1.6em;
}
#footer .moduletable.else-contacts a {
  color: #FFF;
}
#footer .moduletable.else-contacts a:hover {
  color: #4a4b4b;
  transition: .5s;
}
#footer .moduletable.else-contacts strong {
  color: #FFF;
  font-weight: normal;
}
#footer .moduletable.fcf .foxcontainer input {
  background: #181818 !important;
  border: 0 !important;
  border-radius: 2px !important;
  height: 30px;
  color: #bfbfc1 !important;
}
#footer .moduletable.fcf .foxcontainer button.btn {
  background: #4a4b4b !important;
  border-radius: 3px !important;
}
#footer .moduletable.fcf .foxcontainer button.btn span {
  color: #FFF;
}
#footer .moduletable.fcf .foxcontainer button.btn:hover {
  transition: .5s;
  background: #8d8e8e !important;
}
#rightsBG {
  background: #efefef;
  padding: 20px 0;
}
#rights {
  color: #3a3430;
}
.vm-product {
  margin-bottom: 80px;
}
.vm-product-name {
  font-size: 22px;
  border-top: 1px solid #c9c9c9;
  padding-top: 15px;
}
.product-price {
  font-size: 24px;
  color: #1f1f1f;
}
.vm-product-inner .vm-product-media-container {
  height: 185px;
}
.vm-product-inner .vm-product-media-container img {
  width: 250px;
  height: 170px;
}
.vm-addtocart-area input.addtocart-button {
  background: #1f1f1f;
  color: #FFF;
}
.vm-addtocart-area input.addtocart-button:hover {
  background: #8d8e8e;
}
.productdetails-view .vm-productdetails-name {
  border-bottom: 1px solid #c9c9c9;
}
.productdetails-view .vm-productdetails-name span {
  font-weight: normal;
  font-size: 24px;
  color: #1f1f1f;
}
.productdetails-view .vm-product-details-container {
  text-align: right;
}
.productdetails-view .vm-product-details-container input.addtocart-button {
  background: url('../img/add-to-cart.png') no-repeat right 10px bottom 10px #4a4b4b;
  color: #FFF;
  text-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 15px 70px 15px 20px;
  transition: all .3s;
  position: relative;
}
.productdetails-view .vm-product-details-container span.addtocart-button {
  position: relative;
}
.productdetails-view .vm-product-details-container span.addtocart-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: 53px;
  background: #FFF;
  z-index: 5;
}
.productdetails-view .vm-productdetails-full-description {
  border: 1px solid #b0b0b0;
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 40px;
}
.productdetails-view .vm-product-media-container .main-image {
  border: 0;
}
.productdetails-view .related-title,
.productdetails-view span.title {
  font-size: 24px;
  color: #1f1f1f;
  text-align: right;
}
.productdetails-view .product-fields {
  margin-top: 25px;
}
.productdetails-view .product-fields .product-field {
  width: 23%;
  display: inline-block;
  text-align: center;
}
.productdetails-view .product-fields .product-field .product-field-display {
  margin: 0 0.5%;
}
.productdetails-view .product-fields .product-field .product-field-display a {
  color: #3a3430;
}
.productdetails-view .product-fields .product-field .product-field-display a:hover {
  color: #4a4b4b;
  transition: .5s;
}
.productdetails-view .product-fields .product-field .product-field-display img {
  width: 125px;
  height: 150px;
  display: block;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}
.productdetails-view > div {
  margin-bottom: 20px;
}
a.vm-productdetails-back-to-category {
  padding-right: 0;
  color: #3a3430;
  margin-bottom: 25px !important;
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  height: auto;
}
a.vm-productdetails-back-to-category:hover {
  background-color: transparent !important;
  color: #4a4b4b;
}
a.vm-productdetails-back-to-category:before {
  content: '\f0e2';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 7px;
  font-size: 15px;
  color: #FFF;
  background: #4a4b4b;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.more-items .quantity-controls.js-recalculate > * {
  display: inline-block;
}
.more-items {
  padding-bottom: 20px;
}
.more-items input.quantity-controls {
  background: url('../img/sprites.png') no-repeat;
  border: 0 !important;
  height: 14px;
  display: block;
  margin: 7px 10px;
}
.more-items input.quantity-controls.quantity-minus {
  background-position: -314px -117px;
}
.more-items input.quantity-controls.quantity-plus {
  background-position: -288px -119px;
}
.more-items input.quantity-input {
  margin-top: 0;
  width: 25px;
}
#login-modal {
  top: 15%;
  max-width: 250px;
  right: 50%;
  margin-right: -125px;
}
#login-modal .btn-primary:hover,
#login-modal .btn-primary:focus,
#login-modal .btn-primary:active,
#login-modal .btn-primary.active,
#login-modal .btn-primary.disabled,
#login-modal .btn-primary[disabled] {
  color: #8d8e8e;
}
.sourcecoast .modal-header .close {
  margin-left: 25px;
}
.form-horizontal .control-label {
  text-align: right;
}
.pull-right.item-image {
  float: right;
}
.pull-right.item-image  img {
  margin: 0 0 25px 25px;
  max-width: 150px;
}
.pull-left.item-image {
  float: left;
}
.pull-left.item-image  img {
  margin: 0 25px 25px 0px;
  max-width: 270px;
}
.ug-gallery-wrapper {
  font-family: 'Open Sans Hebrew', sans-serif;
}
@media all and (max-width: 1199px) {
  #logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991px) {
  #links,
  #search {
    text-align: center;
  }
  #header .social-menu,
  #search {
    float: none;
  }
  #header .col2 {
    min-height: 0 !important;
  }
  #search {
    text-align: center;
  }
  #center {
    padding: 0 30px;
    margin: 15px auto;
  }
  #menu {
    margin-top: 0;
  }
  #menu .moduletable {
    width: 95%;
    float: right;
    margin: 10px 2.5%;
  }
  .moduletable.mainmenu.sidemenu-mobile {
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  #footer .moduletable {
    padding-bottom: 20px;
  }
  #footer .social-menu,
  #footer .social-menu ul.nav {
    float: none;
  }
  #links .cart-content .total_products {
    width: 90px;
  }
  #hpmcBG #hpmc .moduletable {
    width: 100%;
    margin-bottom: 47px;
  }
  #middle-topBG #middle-top .moduletable.hp-about-us {
    width: 100%;
    margin-left: 0;
  }
  #middle-topBG #middle-top .moduletable.hp-contact-form {
    width: 100%;
  }
  #search .moduletable.search input {
    display: block;
    position: relative;
    right: 0;
  }
  #middle-topBG {
    padding: 40px 15px;
  }
  .moduletable.hppn {
    text-align: center;
  }
  .moduletable.hppn a {
    display: block;
    font-size: 24px;
  }
  #hpmcBG #hpmc .moduletable .bl-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 479px) {
  .productdetails-view .product-fields .product-field {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  article#content .item-page.conact-form-page .foxcontainer .sender0,
  article#content .item-page.conact-form-page .foxcontainer .text0,
  article#content .item-page.conact-form-page .foxcontainer .textarea0,
  article#content .item-page.conact-form-page .foxcontainer .submit {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  article#content .item-page.conact-form-page .foxcontainer .submit button.btn {
    padding: 25px 0;
  }
}
