@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: #b38935;
  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: #757575;
  color: #FFF;
}
.btn.btn-thin,
a.btn.btn-thin {
  background: none;
  color: #282828;
  display: inline-block;
  padding: 3px 7px;
  font-size: 1em;
  background: #FFF;
}
.btn.btn-thin:hover,
a.btn.btn-thin:hover {
  background: #b38935;
}
.btn.btn-alt,
a.btn.btn-alt {
  background: #757575;
  color: #FFF;
}
.btn.btn-alt:hover,
a.btn.btn-alt:hover {
  background: #b38935;
}
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: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.wrapper.row {
  width: 1234px;
}
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: 17px;
}
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 {
  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;
}
.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: #b38935;
  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);
  color: #fff;
  border-radius: 8px;
}
.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: #757575;
  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: #b38935 !important;
  margin-top: 4px;
}
.foxcontainer button.btn:hover {
  background: #757575 !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: #b38935;
  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: #b38935 !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: #b38935;
}
.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: #282828;
  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', 'Alef', 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: #282828 solid 2px;
}
html,
body {
  font-family: 'Alef', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Alef', sans-serif;
}
a,
a:link,
a:visited {
  color: #b38935;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #282828;
}
.btn,
a.btn {
  color: #fff;
  border-radius: 8px;
}
strong {
  line-height: 10px;
}
#headerBG {
  border-bottom: 1px solid #d6c28a;
}
#headerBG #logo {
  width: 156px;
  margin: 10px 0;
  transition: .5s;
}
#headerBG.scrollon #logo {
  width: 100px;
  transition: .5s;
}
#headerBG.scrollon #logo * {
  transition: .5s;
}
#headerBG.scrollon #menu {
  transition: .5s;
}
header .col1 {
  position: absolute;
}
header .col1 #links {
  float: right;
  margin-top: 10px;
  margin-bottom: -35px;
}
header .col1 #links .moduletable.social-menu ul.nav.menu li a {
  font-family: inherit;
  color: #b38935;
  font-size: 18px;
}
header .col1 #links .moduletable.social-menu ul.nav.menu li a:before {
  font-family: FontAwesome;
  color: #b38935;
  font-size: 18px;
  float: right;
}
header .col1 #links .moduletable.social-menu ul.nav.menu li a.fa-phone:before {
  transform: scalex(-1);
  -webkit-transform: scalex(-1);
}
header .col1 #links .moduletable.mycart {
  margin: 0;
}
header .col1 #links .moduletable.mycart .vm-mini-cart .vmCartModule .cart-content {
  position: relative;
}
header .col1 #links .moduletable.mycart .vm-mini-cart .vmCartModule .cart-content .total_products {
  width: 45px;
  height: 17px;
  background: url('../../../images/site-elements/add-to-cart.png') no-repeat top right;
  line-height: 0.9em;
  padding-right: 22px;
}
header .col1 #links form .search {
  position: relative;
  line-height: 1.7em;
  width: 45px;
}
header .col1 #links form .search:hover input[type="text"] {
  display: block;
}
header .col1 #links form .search input[type="text"] {
  display: none;
  position: absolute;
  bottom: -30px;
  height: 30px;
  border: 1px solid #cacaca;
}
header .col1 #links form .search input[type="submit"] {
  width: 19px;
  height: 19px;
  background: url('../../../images/site-elements/search.png') no-repeat top center;
  border: 0;
}
header .col2 > * {
  display: inline-block;
  vertical-align: top;
}
header .col2 #menu {
  max-width: 1034px;
  width: 100%;
  margin-top: 100px;
  transition: .5s;
}
header .col2 #menu .moduletable.mainmenu ul.unim > li {
  position: relative;
}
header .col2 #menu .moduletable.mainmenu ul.unim > li > a {
  color: #202020;
  font-size: 18px;
  background: #fff;
}
header .col2 #menu .moduletable.mainmenu ul.unim > li > header .col2 #menu .moduletable.mainmenu ul.unim > li.current.active,
header .col2 #menu .moduletable.mainmenu ul.unim > li:hover {
  transition: .5s;
}
header .col2 #menu .moduletable.mainmenu ul.unim > li > header .col2 #menu .moduletable.mainmenu ul.unim > li.current.active > a,
header .col2 #menu .moduletable.mainmenu ul.unim > li:hover > a {
  color: #b38935;
}
header .col2 #menu .moduletable.mainmenu ul.unim > li > header .col2 #menu .moduletable.mainmenu ul.unim > li.current.active:before,
header .col2 #menu .moduletable.mainmenu ul.unim > li:hover:before {
  content: '\f0de';
  font-family: FontAwesome;
  position: absolute;
  bottom: -14px;
  right: 50%;
  margin-right: -5px;
  font-size: 17px;
  color: #b38935;
  transition: .5s;
}
header .col2 #menu .moduletable.mainmenu ul.unim > li.sale a {
  color: #b38935;
}
header .col2 #menu .moduletable.mainmenu ul.unim > li .submenu {
  background: #fff;
}
header .col2 #menu .moduletable.mainmenu ul.unim > li .submenu li {
  width: 257px;
  padding-right: 10px;
  max-width: 100%;
}
header .col2 #menu .moduletable.mainmenu ul.unim > li .submenu li a {
  color: #000;
}
header .col2 #menu .moduletable.mainmenu ul.unim > li .submenu li a:hover {
  color: #b38935;
}
#slider .tp-caption.excerpt,
#slider .excerpt {
  background: none !important;
}
#slider a.tp-button.blue.small {
  background: none;
  font-weight: normal;
  border: 1px solid #00219e;
  color: #00219e !important;
  border-radius: 0;
  text-shadow: none !important;
  box-shadow: none !important;
}
#middle-topBG {
  margin-top: 100px;
}
#middle-top {
  margin-bottom: 35px;
}
#middle-top .moduletable {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 10px 0px 10px 5px;
}
#middle-top .moduletable .bl-container {
  transition: .5s;
  cursor: pointer;
}
#middle-top .moduletable .bl-container .bl-mainimgContainer {
  max-height: 228px;
  overflow: hidden;
  max-width: 380px;
  max-width: 100%;
}
#middle-top .moduletable .bl-container .bl-content {
  font-size: 18px;
}
#middle-top .moduletable .bl-container .bl-content p {
  margin-bottom: 0;
}
#middle-top .moduletable .bl-container:hover {
  color: #b38935;
  transition: .5s;
}
#center #center-top {
  margin-top: 40px;
}
#center #center-top .module-title {
  text-align: center;
  font-size: 36px;
  color: #b38935;
  margin-bottom: 25px;
  font-weight: normal;
  letter-spacing: -1px;
}
#center #center-top .newsflash .newsflash-item {
  color: #282828;
  font-size: 18px;
  line-height: 24px;
  max-width: 570px;
  width: 100%;
  text-align: right;
}
#center #center-top .newsflash .newsflash-item iframe {
  width: 570px;
  height: 315px;
  max-width: 100%;
  margin-top: 10px;
}
#center #center-top .newsflash .newsflash-item:last-of-type {
  text-align: center;
  margin-right: 40px;
}
#center #center-top .newsflash .newsflash-item:last-of-type img {
  margin-top: 15px;
}
#center2 {
  text-align: center;
}
#center2 #center-top2 {
  margin-top: 40px;
}
#center2 #center-top2 .module-title {
  text-align: center;
  font-size: 36px;
  color: #b38935;
  margin-bottom: 25px;
  font-weight: normal;
  letter-spacing: -1px;
}
#center2 #center-top2 .newsflash .newsflash-item {
  color: #282828;
  font-size: 18px;
  line-height: 24px;
  max-width: 570px;
  width: 100%;
  text-align: right;
}
#center2 #center-top2 .newsflash .newsflash-item iframe {
  width: 570px;
  height: 315px;
  max-width: 100%;
  margin-top: 10px;
}
#center2 #center-top2 .newsflash .newsflash-item:last-of-type {
  text-align: center;
  margin-right: 40px;
}
#center2 #center-top2 .newsflash .newsflash-item:last-of-type img {
  margin-top: 15px;
}
.featured-view {
  margin: 56px 0;
}
.featured-view > h1,
.featured-view > h2,
.featured-view > h3,
.featured-view > h4,
.featured-view > h5 {
  font-size: 36px;
  color: #232323;
  text-align: center;
  display: block;
  font-weight: normal;
  margin-bottom: 35px;
  letter-spacing: -1px;
}
.featured-view .row {
  margin-left: 0;
  margin-right: 0;
}
.featured-view .row .product {
  width: 19%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 5px;
}
.featured-view .row .product:nth-child(5),
.featured-view .row .product:nth-child(10) {
  margin-left: 0;
}
.featured-view .row .product:nth-child(1),
.featured-view .row .product:nth-child(6) {
  margin-right: 0;
}
.featured-view .row .product .spacer .vm-product-descr-container-1 h2 {
  line-height: 0.3em;
}
.featured-view .row .product .spacer .vm-product-descr-container-1 h2 a {
  font-size: 17px;
  color: #232323;
}
.featured-view .row .product .spacer .vm-details-button {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
.featured-view .row .product .spacer .vm-details-button a {
  background: #acacac;
  color: #fff;
  font-weight: normal;
  display: table;
  padding: 5px 15px;
  font-size: 15px;
}
.featured-view .row .product .spacer .vm-details-button a:hover {
  background: #b38935;
  transition: .5s;
}
.featured-view .row .product .spacer .product-price .PricesalesPrice span.vm-price-desc {
  display: none;
}
.featured-view .row .product .spacer .product-price .PricesalesPrice span.PricesalesPrice {
  font-size: 17px;
}
#main-bottomBG {
  text-align: center;
  background: url('../../../images/site-elements/allinone.jpg') no-repeat top center;
  padding: 40px 0;
  margin-top: 40px;
}
#main-bottomBG p {
  margin-bottom: 0;
  font-size: 20px;
}
#main-bottomBG h2 {
  color: #fff;
  letter-spacing: -1px;
}
#middle-bottom {
  padding-bottom: 40px;
  padding-top: 20px;
}
#middle-bottom .moduletable.middle-bottom-title {
  margin-bottom: 272px;
}
#middle-bottom .moduletable.middle-bottom-title .module-title {
  font-size: 36px;
  color: #fff;
  letter-spacing: -1px;
}
#middle-bottom .moduletable.whiteButton,
#middle-bottom .moduletable.blackButton {
  display: inline-block;
  vertical-align: top;
}
#middle-bottom .moduletable.whiteButton .bl-container {
  color: #313131 !important;
  border: 1px solid #313131;
  transition: .5s;
  cursor: pointer;
  padding: 9px 20px;
  width: 134px;
}
#middle-bottom .moduletable.whiteButton .bl-container:hover {
  color: #b38935;
  border: 1px solid #b38935;
  transition: .5s;
}
#middle-bottom .moduletable.blackButton .bl-container {
  background: #313131;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  width: 134px;
  transition: .5s;
}
#middle-bottom .moduletable.blackButton .bl-container:hover {
  transition: .5s;
  background: #b38935;
}
#towActionBG {
  margin: 40px 0;
  padding: 40px 0;
}
#towAction .moduletable {
  display: inline-block;
  vertical-align: top;
  max-width: 570px;
  width: 100%;
}
#towAction .moduletable .custom {
  height: 418px;
  position: relative;
}
#towAction .moduletable .custom a {
  display: table;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
}
#towAction .moduletable .custom a:hover {
  border: 1px solid #b38935;
  transition: .5s;
  color: #b38935;
}
#towAction .moduletable.rightSide .custom div {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 450px;
  font-size: 18px;
}
#towAction .moduletable.leftSide {
  margin-right: 30px;
  position: relative;
}
#towAction .moduletable.leftSide:before {
  content: '';
  background: #b38935;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
#towAction .moduletable.leftSide .custom {
  padding-right: 100px;
}
#towAction .moduletable.leftSide .custom strong {
  font-weight: normal;
  font-size: 24px;
}
#towAction .moduletable.leftSide .custom img {
  margin-bottom: 0;
}
#footerBG {
  padding: 20px 0 80px;
  background: #93702a;
  color: #fff;
  text-align: center;
}
#footer .moduletable {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
#footer .moduletable:first-of-type {
  margin-right: 0;
}
#footer .moduletable:nth-child(4) {
  margin-left: 0;
}
#footer .moduletable .module-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}
#footer .moduletable.elseContacts .custom {
  color: #fff;
}
#footer .moduletable.elseContacts .custom a {
  color: #fff;
  transition: .5s;
}
#footer .moduletable.elseContacts .custom a:hover {
  transition: .5s;
}
#footer .moduletable.elseContacts .custom ul.footerSocialMenu li a:before {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  padding: 7px 0;
}
#footer .moduletable.contactForm .foxcontainer h2 {
  display: none;
}
#footer .moduletable.contactForm .foxcontainer form input,
#footer .moduletable.contactForm .foxcontainer form textarea {
  min-height: 30px;
  border: 0 !important;
  color: #fff !important;
  background: #3e3e3e !important;
}
#footer .moduletable.contactForm .foxcontainer form button.btn {
  background: #000 !important;
}
#footer .moduletable.contactForm .foxcontainer form button.btn span {
  color: #000;
}
#footer .moduletable.contactForm .foxcontainer form button.btn:hover {
  background: #fff !important;
  transition: .5s;
}
#footer .moduletable.footerSiteMap ul li {
  display: block;
  vertical-align: top;
}
#footer .moduletable.footerSiteMap ul li a {
  color: #fff;
  font-size: 15px;
  transition: .5s;
}
#footer .moduletable.footerSiteMap ul li a:hover {
  color: #000;
  transition: .5s;
}
#footer .moduletable.linksToKnow .module-title {
  font-size: 20px;
  margin-bottom: 5px;
}
#footer .moduletable.linksToKnow ul.nav.menu {
  margin: 0;
}
#footer .moduletable.linksToKnow ul.nav.menu li a {
  color: #fff;
  transition: .5s;
}
#footer .moduletable.linksToKnow ul.nav.menu li:hover a {
  color: #000;
  transition: .5s;
}
#rightsBG {
  padding: 20px 0;
  margin-top: -60px;
  background: rgba(255,255,255,0.2);
}
#rights p {
  margin-bottom: 0;
  color: #cacaca;
}
#rights a {
  color: #fff;
}
.productListTitle {
  background: url('../../../images/site-elements/page-title-product-list.jpg') no-repeat top center;
  padding: 40px 0;
  margin-bottom: 35px;
}
.productListTitle > h1,
.productListTitle > h2,
.productListTitle > h3,
.productListTitle > h4,
.productListTitle > h5 {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 28.5px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #282828;
}
.browse-view .vm-products .vm-product {
  width: 19%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 5px;
  border: 1px solid #c6c6c6;
  padding: 10px;
}
.browse-view .vm-products .vm-product:nth-child(5),
.browse-view .vm-products .vm-product:nth-child(10) {
  margin-left: 0;
}
.browse-view .vm-products .vm-product:nth-child(1),
.browse-view .vm-products .vm-product:nth-child(6) {
  margin-right: 0;
}
.browse-view .vm-products .vm-product .vm-product-inner .vm-product-details-container .vm-product-name a {
  font-size: 15px;
  color: #000;
}
.browse-view .vm-products .vm-product .vm-product-inner .vm-product-details-container .vm-product-details-link-container {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
.browse-view .vm-products .vm-product .vm-product-inner .vm-product-details-container .vm-product-details-link-container a {
  background: #acacac;
  color: #fff;
  font-weight: normal;
  display: table;
  padding: 5px 15px;
  font-size: 15px;
}
.browse-view .vm-products .vm-product .vm-product-inner .vm-product-details-container .vm-product-details-link-container a:hover {
  background: #b38935;
  transition: .5s;
}
.browse-view .vm-products .vm-product .product-price .PricesalesPrice span.PricesalesPrice {
  font-size: 15px;
}
ul.SubCat {
  display: block;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 25px;
  margin-right: auto !important;
  margin-left: auto !important;
}
ul.SubCat li {
  background: #e1e1e1;
  padding: 5px 15px;
  margin: 0 5px;
  transition: .5s;
}
ul.SubCat li a {
  font-size: 24px;
  color: #202020;
}
ul.SubCat li.current.active,
ul.SubCat li:hover {
  background: #b38935;
  transition: .5s;
}
ul.SubCat li.current.active a,
ul.SubCat li:hover a {
  color: #fff;
  transition: inherit;
}
.vm-productdetails > * {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
.vm-productdetails .col1 {
  margin-left: 1%;
}
.vm-productdetails .col1 #product-details-block .vm-product-container {
  margin-top: 0;
}
.vm-productdetails .col1 #product-details-block .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
  color: #b38935;
}
.vm-productdetails .col1 #product-details-block .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .PricesalesPrice span {
  font-size: 24px;
}
.vm-productdetails .col1 #product-details-block .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area form .addtocart-bar span.quantity-box {
  width: 25px;
  height: 25px;
}
.vm-productdetails .col1 #product-details-block .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area form .addtocart-bar span.quantity-box input {
  width: 100%;
  padding: 0 7px;
}
.vm-productdetails .col1 #product-details-block .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area form .addtocart-bar .addtocart-button {
  display: table;
  margin-top: 15px;
}
.vm-productdetails .col1 #product-details-block .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area form .addtocart-bar .addtocart-button input[type="submit"] {
  border: 0;
  background-color: #b38935;
  background-image: url('../../../images/site-elements/add-to-cart-big.png');
  background-repeat: no-repeat;
  background-position: top 13px left 13px;
  color: #fff;
  width: 159px;
  font-size: 18px;
  text-align: right;
  padding: 15px;
  transition: .5s;
}
.vm-productdetails .col1 #product-details-block .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area form .addtocart-bar .addtocart-button input[type="submit"]:hover {
  background-color: #6e2a8e;
  transition: .5s;
  color: #fff;
}
.vm-productdetails .col2 {
  margin-right: 1%;
}
.vm-productdetails .col2 .vm-product-media-container {
  width: 100% !important;
}
.vm-productdetails .vm-productdetails-back-to-category {
  display: block;
  margin-top: 25px;
  text-align: right;
}
.vm-productdetails .vm-productdetails-back-to-category:hover {
  background: none !important;
  color: #b38935;
}
.vm-productdetails .vm-productdetails-back-to-category:before {
  content: '';
  background: url('../../../images/site-elements/backarrow.png') no-repeat top center;
  display: inline-block;
  width: 21px;
  height: 13px;
  margin-left: 7px;
}
.vm-productdetails .creditCard {
  display: block;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
}
.relatedProduct {
  margin-top: 25px;
}
.relatedProduct .product-related-products .product-fields-title-wrapper .product-fields-title strong {
  font-weight: normal;
  font-size: 30px;
}
.relatedProduct .product-related-products .product-fields-title-wrapper .hasTooltip {
  display: none;
}
.relatedProduct .product-related-products .product-field {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  height: 190px;
  border: 1px solid #c6c6c6;
  margin: 5px;
  padding: 10px;
}
.relatedProduct .product-related-products .product-field .product-field-display {
  text-align: center;
}
.relatedProduct .product-related-products .product-field .product-field-display a {
  color: #b38935;
}
.relatedProduct .product-related-products .product-field .product-field-display a img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.item-page-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.item-page-content .foxcontainer ::-webkit-input-placeholder {
  color: #fff;
}
.item-page-content .foxcontainer ::-moz-placeholder {
  color: #fff;
}
.item-page-content .foxcontainer :-ms-input-placeholder {
  color: #fff;
}
.item-page-content .foxcontainer :-moz-placeholder {
  color: #fff;
}
.item-page-content .foxcontainer h2 {
  display: none;
}
.item-page-content .foxcontainer form input,
.item-page-content .foxcontainer form textarea {
  min-height: 30px;
  border: 0 !important;
  color: #fff !important;
  background: #3e3e3e !important;
}
.item-page-content .foxcontainer form button.btn {
  background: #b38935 !important;
}
.item-page-content .foxcontainer form button.btn span {
  color: #000;
}
.item-page-content .foxcontainer form button.btn:hover {
  background: #fff !important;
  transition: .5s;
}
#bottomBG {
  text-align: center;
  background: url('../../../images/site-elements/bottom-background.jpg') no-repeat top center;
  padding: 60px 0;
}
#bottom .moduletable .module-title {
  font-size: 36px;
  margin-bottom: 35px;
  letter-spacing: -1px;
}
#bottom .vm-products.row {
  margin-right: 0;
  margin-left: 0;
}
#bottom .vm-products.row .vm-product {
  padding-left: 5px;
  padding-right: 5px;
}
#bottom .moduletable.specButton {
  display: table;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}
#bottom .moduletable.specButton .bl-container {
  cursor: pointer;
  background: #313131;
  padding: 5px 10px;
  color: #fff;
  transition: .5s;
}
#bottom .moduletable.specButton .bl-container:hover {
  background: #000;
  transition: .5s;
}
#bottom .moduletable.specButton .bl-container p {
  margin-bottom: 0;
}
#fancybox-content .product-related-products .product-field {
  width: 30%;
  display: inline-block;
}
l-right.item-image {
  float: right;
}
.pull-right.item-image  img {
  margin: 10px 0 25px 25px;
  max-width: 200px;
}
.pull-left.item-image {
  float: left;
}
.pull-left.item-image  img {
  margin: 50px 25px 25px 0px;
  max-width: 400px;
}
.pull-none.item-image  img {
  margin-bottom: 40px;
  width: 100%;
}
body span[class^="icon-"],
body span[class*=" icon-"] {
  display: none;
}
.span12 {
  margin-bottom: 30px;
  margin-top: 20px;
}
.vbMessage {
  padding: 20px;
}
.vbMessageTitle {
  padding-right: 0px;
}
.vbMessageText {
  padding-right: 10px;
  line-height: 20px;
}
.vbMessageDate {
  padding-right: 10px;
  margin-top: 10px;
}
#content li {
  list-style: disc;
}
#content .blog {
  margin-top: 50px;
}
.scrollon {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: white;
  right: 0;
}
.scrollon header .col2 #menu {
  margin-top: 60px;
}
.fa-waze img {
  padding-right: 1px;
  border-radius: 50%;
  width: 21px;
}
div.category.floatleft.width20.vertical-separator {
  display: none;
}
#footer .foxcontainer form > div {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
#footer form {
  margin: 0 0 18px;
}
#footer .foxcontainer {
  max-width: 100% !important;
  margin-bottom: 15px;
  color: #141412;
}
#footer input {
  background: #c8b896 !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #141412 !important;
  border-radius: 4px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-style: normal;
}
#footer button.btn {
  background: #02b1e1 !important;
  border-radius: 4px !important;
  min-height: 35px;
  border: 0 !important;
  color: #fff !important;
  margin-top: 0 !important;
  padding-right: 4em;
  padding-left: 4em;
  color: #e9e9e9 !important;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 1%;
}
#footer .moduletable.contactForm .foxcontainer form input,
#footer .moduletable.contactForm .foxcontainer form textarea {
  background: #c8b896 !important;
  color: #141412 !important;
}
#footer .moduletable.contactForm .foxcontainer form button.btn span {
  color: #e9e9e9 !important;
}
#footer div.submit.control-group {
  width: 10% !important;
}
#footer .fa-instagram {
  font-size: 20px;
  border: 1px solid white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  transition: .5s;
  padding: 6px 3px;
}
#footer .fa-youtube {
  font-size: 20px;
  border: 1px solid white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  transition: .5s;
  padding: 6px 3px;
}
#footer .fa-facebook {
  font-size: 20px;
  border: 1px solid white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  transition: .5s;
  padding: 6px 6px;
}
#footer .fa-waze {
  border: 1px solid white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  transition: .5s;
  padding: 6px 4px;
}
#footer ul.nav li {
  padding-left: 6px;
}
#footer .fa-youtube:before {
  color: #ffffff;
}
#footer .fa-facebook:before {
  color: #ffffff;
}
#footer .fa-instagram:before {
  color: #ffffff;
}
#footer .footerSocialMenu {
  margin-top: 17px;
  margin-bottom: 20px;
}
#footer .footerSocialMenu ul {
  margin: 0;
  padding: 0;
}
#footer .footerSocialMenu ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#footer .footerSocialMenu ul li a {
  color: #b7b7b7;
  font-size: 23px;
}
#footer .footerSocialMenu ul li a.fa:before {
  color: #e9c6a9;
  font-size: 23px;
  margin: 0 5px;
}
#footer .footerSocialMenu ul li a.fa.fa-facebook:before {
  margin-right: 10px;
}
button.vbPostButton.pull-right.btn {
  display: none;
}
div.ask-a-question {
  margin: 25px 0;
  display: table;
}
div.ask-a-question a.ask-a-question:before {
  top: 5px;
}
.clearfix {
  clear: both;
}
#cart-view {
  padding-bottom: 60px;
}
#cart-view #checkoutForm .billto-shipto {
  width: 49%;
  float: right;
}
#cart-view #checkoutForm .billto-shipto .stepOne {
  display: block;
  background: #ccc;
  width: 100%;
  padding: 15px 45px 15px 0;
  position: relative;
  margin-bottom: 25px;
}
#cart-view #checkoutForm .billto-shipto .stepOne:before {
  content: '1';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: -35px;
  margin-top: -5px;
  position: absolute;
}
#cart-view #checkoutForm .billto-shipto .billtoInfo {
  border: 1px solid #cacaca;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  width: 49.5%;
}
#cart-view #checkoutForm .billto-shipto .billtoInfo.input-email,
#cart-view #checkoutForm .billto-shipto .billtoInfo.input-address_1 {
  width: 100%;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist {
  width: 49%;
  float: left;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .paymentSection {
  max-width: 100%;
  margin-bottom: 10px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .paymentSection strong.stepTwo {
  display: block;
  background: #ccc;
  width: 100%;
  padding: 15px 45px 15px 0;
  position: relative;
  margin-bottom: 25px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .paymentSection strong.stepTwo:before {
  content: '2';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: -35px;
  margin-top: -5px;
  position: absolute;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary strong.stepThree {
  display: block;
  background: #ccc;
  width: 100%;
  padding: 15px 45px 15px 0;
  position: relative;
  margin-bottom: 25px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary strong.stepThree:before {
  content: '3';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: -35px;
  margin-top: -5px;
  position: absolute;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails {
  max-width: 100%;
  margin-bottom: 15px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails > div {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #efecec;
  padding: 0 10px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails > div:last-of-type {
  border-left: 0;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails strong {
  margin-bottom: 10px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-name {
  width: 250px;
  max-width: 100%;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-name .cart-images {
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: right;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-name .cart-images img {
  width: 100%;
  max-width: 100%;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-name .vm-cart-item-name {
  float: left;
  max-width: 144px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-name .vm-cart-item-name strong {
  display: block;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-name .vm-cart-item-name span {
  display: block;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-basicprice strong {
  display: block;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-quantity strong {
  display: block;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-quantity input {
  display: block;
  width: 50px;
  margin-bottom: 5px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-total {
  float: left;
  text-align: left;
  border-left: 0;
  padding-left: 0;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-total strong {
  display: block;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vmicon.vm2-add_quantity_cart {
  width: 23px;
  height: 23px;
  position: relative;
  text-align: center;
  padding: 0;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vmicon.vm2-add_quantity_cart:before {
  content: '\f2f1';
  display: block;
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  font-size: 14px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vmicon.vm2-remove_from_cart {
  width: 23px;
  height: 23px;
  position: relative;
  text-align: center;
  padding: 0;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vmicon.vm2-remove_from_cart:before {
  content: '\f068';
  display: block;
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  font-size: 14px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .shipmentDesc {
  padding: 5px 0;
  border-bottom: 1px solid #cacaca;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .shipmentDesc .vmshipment_name,
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .shipmentDesc .vmshipment_description,
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .shipmentDesc span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .shipmentDesc span:last-of-type {
  float: left;
  margin-left: 0;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .shipmentDesc span:last-of-type span {
  margin-left: 0;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .summaryPrice {
  padding: 5px 0;
  border-bottom: 1px solid #cacaca;
}
#cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .summaryPrice > span:last-of-type {
  float: left;
}
#ProOPC {
  margin-bottom: 25px;
}
#ProOPC .proopc-process-title {
  padding-right: 15px !important;
}
#ProOPC .proopc-process-title .proopc-step {
  float: left !important;
}
#ProOPC .proopc-finalpage .cart-page-title {
  display: none;
}
#ProOPC .proopc-finalpage .proopc-column3 {
  float: right;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
#ProOPC .proopc-finalpage .proopc-column3.last {
  float: left;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-bt-address .proopc-process-title {
  text-align: right;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-bt-address .proopc-process-title .proopc-step {
  float: right;
}
#ProOPC .proopc-finalpage .proopc-column3 .col-total {
  text-align: left;
}
#ProOPC .proopc-finalpage .proopc-column3 .sub-headings {
  text-align: right;
}
#ProOPC .proopc-finalpage .proopc-column3 .shipping-heading,
#ProOPC .proopc-finalpage .proopc-column3 .col-name {
  text-align: right !important;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-payments {
  margin-top: 0;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap table > thead {
  display: none;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr {
  width: 100%;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr td {
  width: 100%;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.proopc-p-list {
  display: none;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide {
  display: block !important;
  opacity: 1 !important;
  position: relative;
  width: 113%;
  top: 0 !important;
  right: 0;
  left: 0;
  max-width: none;
  z-index: 9;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box {
  border: 0;
  box-shadow: none;
  width: 100%;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box:before,
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box:after {
  content: none;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box .proopc-p-info-table {
  width: 100% !important;
  max-width: 100%;
  display: block;
  margin-bottom: 5px;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box .proopc-p-info-table .add-padding.add-padding-top.vpopc-price {
  display: none;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box .proopc-p-info-table .add-padding.add-padding-top.vpopc-price td {
  display: block;
  vertical-align: top;
  padding: 10px 0;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box .proopc-p-info-table .add-padding.add-padding-bottom.vpopc-price td {
  display: block;
  width: 100%;
  padding: 5px 0;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box .proopc-p-info-table tr.add-padding td .proopc-qty-update .proopc-input-append input[type="number"] {
  width: 25px;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box .proopc-p-info-table tbody {
  width: 100%;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box .proopc-p-info-table tbody tr {
  width: 30% !important;
  display: inline-block;
  vertical-align: top;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box .proopc-p-info-table tr {
  border-left: 1px solid #ccc;
  padding: 0 5px;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box .proopc-p-info-table tr:last-of-type {
  border-left: 0;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-hint {
  display: none;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-subtotal.vpopc-price {
  display: block;
  width: 100%;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-subtotal.vpopc-price tr.proopc-cart-sub-total {
  display: block;
}
#ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-subtotal.vpopc-price tr.proopc-cart-sub-total td {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
#ProOPC .proopc-finalpage .cart-tos-group .checkbox {
  padding-left: 0;
  padding-right: 20px;
}
#ProOPC .proopc-finalpage .cart-tos-group .checkbox input[type="checkbox"] {
  margin-left: 0;
  margin-right: 20px;
  cursor: pointer;
}
#ProOPC .proopc-finalpage label {
  float: right;
}
#ProOPC input:focus,
#ProOPC input:active {
  background: #ccc !important;
}
.quantity-controls.js-recalculate .quantity-controls.quantity-plus {
  width: 25px;
  height: 25px;
  background: url('../img/plus.png') no-repeat top center;
  position: relative;
  border: 0;
}
.quantity-controls.js-recalculate .quantity-controls.quantity-minus {
  width: 25px;
  height: 25px;
  background: url('../img/minus.png') no-repeat top center;
  position: relative;
  border: 0;
}
.proopc-bt-address .inner-wrap .edit-address #EditBTAddres .first_name-group,
.proopc-bt-address .inner-wrap .edit-address #EditBTAddres .last_name-group,
.proopc-bt-address .inner-wrap .edit-address #EditBTAddres .address_1-group,
.proopc-bt-address .inner-wrap .edit-address #EditBTAddres .city-group,
.proopc-bt-address .inner-wrap .edit-address #EditBTAddres .phone_1-group,
.proopc-bt-address .inner-wrap .edit-address #EditBTAddres .phone_2-group {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.proopc-bt-address .inner-wrap .edit-address #EditBTAddres textarea {
  width: 99%;
  box-sizing: border-box;
  min-height: 45px;
}
.paddedPopUp {
  width: 100%;
  padding: 15px 25px;
  text-align: right;
}
.paddedPopUp span {
  background: #e1e1e1;
  width: 100%;
  display: block;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.paddedPopUp p {
  display: block;
  margin-bottom: 10px;
}
.paddedPopUp a.continue_link {
  color: #fff;
  font-size: 19px;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #b6852c;
  margin: 5px;
}
.paddedPopUp a.showcartn {
  color: #fff;
  font-size: 19px;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #7f180a;
  margin: 5px;
}
#fancybox-wrap {
  width: 40% !important;
  max-width: 340px;
}
#fancybox-wrap #fancybox-content {
  width: 100% !important;
}
.cart-content .hidden-cart-content.haveItem {
  position: fixed;
  top: 35%;
  left: 0;
  z-index: 999;
  background: rgba(0,0,0,0.5);
  padding: 15px;
  color: #fff;
}
.cart-content .hidden-cart-content .total strong {
  display: inline-block;
  font-weight: normal;
  color: #fff;
}
.cart-content .hidden-cart-content .total strong a {
  color: inherit;
}
transition:.5s
            .cart-content .hidden-cart-content .total strong a:hover {
  color: #000;
  transition: .5s;
}
.cart-content .hidden-cart-content .total p {
  display: inline-block;
}
.cart-content .hidden-cart-content .total span {
  border-top: 1px solid #93702a;
  padding-top: 5px;
}
.cart-content .hidden-cart-content .show_cart a {
  color: #fff;
  background: #ff0000;
  padding: 0 15px;
  display: table;
  margin-top: 5px;
  transition: .5s;
}
.cart-content .hidden-cart-content .show_cart a:hover {
  background: #ccc;
  transition: .5s;
  color: #000;
}
@media all and (max-width: 1199px) {
  #logo {
    text-align: center;
    margin-bottom: 20px;
  }
  header .col1 {
    position: relative;
  }
  #menu .moduletable {
    margin: 10px 2.5%;
    display: inline-block;
  }
  header .col1 #links {
    float: none;
  }
  header .col2 #menu {
    margin-top: 25px;
  }
  header {
    text-align: center;
  }
  #header .social-menu,
  #search {
    float: none;
  }
  .moduletable.mainmenu .unim-icon.responsive.mobile {
    text-align: center;
  }
}
@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 {
    margin: 15px auto;
  }
  #menu {
    margin-top: 0;
  }
  #menu .moduletable {
    margin: 10px 2.5%;
    display: inline-block;
    width: 18%;
  }
  .moduletable.mainmenu.sidemenu-mobile {
    display: inline-block;
  }
  header .col1 #links form .search {
    z-index: 9999;
    position: relative;
  }
}
@media all and (max-width: 767px) {
  .item-page-content .contactform1 {
    float: none !important;
    text-align: center;
  }
  header .col1 {
    position: relative;
  }
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  #footer .moduletable {
    padding-bottom: 20px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .moduletable:first-of-type,
  #footer .moduletable:nth-child(4) {
    margin-right: auto;
    margin-left: auto;
  }
  #footer .social-menu,
  #footer .social-menu ul.nav {
    float: none;
  }
  header .col2 #menu {
    margin-top: 25px;
  }
  header {
    text-align: center;
  }
  header .col1 #links {
    float: none;
  }
  .moduletable.mainmenu .unim-icon.responsive.mobile {
    background: #b38935;
    color: #fff;
  }
  #middle-top .moduletable {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 350px;
  }
  #middle-top .moduletable:nth-child(2) {
    margin-right: auto;
    margin-left: auto;
  }
  #towAction .moduletable.leftSide {
    margin-right: auto;
  }
  .browse-view .vm-products .vm-product {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  #towAction .moduletable .custom {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .browse-view .vm-products .vm-product:nth-child(1),
  .browse-view .vm-products .vm-product:nth-child(6) {
    margin-right: auto;
  }
  .vm-products.row {
    margin-left: auto;
    margin-right: auto;
  }
  ul.SubCat li {
    margin: 5px;
  }
  .vm-productdetails > * {
    width: 90%;
  }
  #cart-view #checkoutForm .billto-shipto,
  #cart-view #checkoutForm fieldset.vm-fieldset-pricelist {
    width: 100%;
    float: none;
  }
  #cart-view #checkoutForm .billto-shipto .billtoInfo,
  #cart-view #checkoutForm fieldset.vm-fieldset-pricelist .billtoInfo {
    width: 100%;
  }
  #cart-view #checkoutForm .billto-shipto .cart-summary .productDetails .productDetails > div,
  #cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .productDetails > div {
    border-left: 0;
  }
  #cart-view #checkoutForm .billto-shipto .cart-summary .productDetails .vm-cart-item-name,
  #cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-name {
    display: block;
    clear: both;
  }
  #cart-view #checkoutForm .billto-shipto .cart-summary .productDetails .vm-cart-item-name .cart-images,
  #cart-view #checkoutForm .billto-shipto .cart-summary .productDetails .vm-cart-item-name .vm-cart-item-name,
  #cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-name .cart-images,
  #cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .productDetails .vm-cart-item-name .vm-cart-item-name {
    float: none;
  }
  #cart-view #checkoutForm .billto-shipto .cart-summary .shipmentDesc span:last-of-type,
  #cart-view #checkoutForm fieldset.vm-fieldset-pricelist .cart-summary .shipmentDesc span:last-of-type {
    float: none;
  }
  table.proopc-p-info-table .add-padding td {
    padding: 0 !important;
  }
}
@media all and (max-width: 700px) {
  .featured-view .row .product {
    width: 100%;
  }
  .item-page-content .map2 p iframe {
    margin-right: 0px;
    text-align: center;
  }
  #center2 #center-top2 .newsflash .newsflash-item:last-of-type {
    margin-right: 0;
  }
  .scrollon {
    position: relative;
  }
  #ProOPC .proopc-finalpage .proopc-column3 {
    width: 100%;
    float: none;
  }
  #ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap {
    padding: 0;
  }
  #ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc-product-image {
    width: 100%;
    float: none;
  }
  #ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc-product-image .p-info-inner {
    padding: 0;
  }
  #ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc-p-info {
    width: 100%;
  }
  #ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc-p-info .p-info-inner {
    padding: 0;
  }
  #ProOPC .proopc-finalpage .proopc-column3 .proopc-cartlist #proopc-carttable-form #proopc-pricelist .inner-wrap .proopc-cart-product tr.soft-hide .proopc_arrow_box .proopc-p-info-table tr.add-padding td .proopc-qty-update .proopc-input-append input[type="number"] {
    width: 15px;
  }
  .cart-content .hidden-cart-content.haveItem {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
  }
  #fancybox-wrap {
    width: 100% !important;
    left: 0 !important;
  }
}
@media all and (min-width: 1200px) {
  .item-page-content .contactform1 {
    position: absolute;
    top: 75px;
    left: 95px;
  }
}
