.vm-product-rating-container {
  background: #f7f7f7;
  margin-bottom: 25px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
}
.vm-product-rating-container .vmicon {
  background-image: url("../../../images/vm/bars.png");
  background-repeat: no-repeat;
  margin-top: 10px;
  float: right;
  height: 5px;
  width: 60px;
}
.vm-product-rating-container .vmicon.vm2-normalstock {
  background-position: 0px 0px;
}
.vm-product-rating-container .vmicon.vm2-lowstock {
  background-position: 0px -5px;
}
.vm-product-rating-container .vmicon.vm2-nostock {
  background-position: 0px -10px;
}
.cart-summary .quantity-input {
  height: 24px;
  width: 24px;
}
div.ratingbox,
span.ratingbox {
  background: url("../../../images/vm/stars.png") repeat-x left bottom;
  height: 10px;
  margin-bottom: 0 !important;
  width: 70px;
}
div.stars-orange,
span.stars-orange {
  background: url("../../../images/vm/stars.png") repeat-x 0px 0px;
  height: 10px;
}
.virtuemart-admin-area form table td {
  vertical-align: middle;
}
.virtuemart-admin-area fieldset input {
  height: 40px;
}
.featured-view .spacer .addtocart-bar,
.category-view .spacer .addtocart-bar,
.latest-view .spacer .addtocart-bar,
.topten-view .spacer .addtocart-bar,
.recent-view .spacer .addtocart-bar,
.productdetails .addtocart-bar {
  position: static;
}
.featured-view .spacer .addtocart-bar:before,
.category-view .spacer .addtocart-bar:before,
.latest-view .spacer .addtocart-bar:before,
.topten-view .spacer .addtocart-bar:before,
.recent-view .spacer .addtocart-bar:before,
.productdetails .addtocart-bar:before,
.featured-view .spacer .addtocart-bar:after,
.category-view .spacer .addtocart-bar:after,
.latest-view .spacer .addtocart-bar:after,
.topten-view .spacer .addtocart-bar:after,
.recent-view .spacer .addtocart-bar:after,
.productdetails .addtocart-bar:after {
  content: " ";
  display: table;
}
.featured-view .spacer .addtocart-bar:after,
.category-view .spacer .addtocart-bar:after,
.latest-view .spacer .addtocart-bar:after,
.topten-view .spacer .addtocart-bar:after,
.recent-view .spacer .addtocart-bar:after,
.productdetails .addtocart-bar:after {
  clear: both;
}
.featured-view .spacer .addtocart-bar input.quantity-input,
.category-view .spacer .addtocart-bar input.quantity-input,
.latest-view .spacer .addtocart-bar input.quantity-input,
.topten-view .spacer .addtocart-bar input.quantity-input,
.recent-view .spacer .addtocart-bar input.quantity-input,
.productdetails .addtocart-bar input.quantity-input {
  background: #f7f7f7;
  background: transparent \9;
  border: 0;
  border-radius: 0;
  color: #555555;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
.featured-view .spacer .addtocart-bar .quantity-box,
.category-view .spacer .addtocart-bar .quantity-box,
.latest-view .spacer .addtocart-bar .quantity-box,
.topten-view .spacer .addtocart-bar .quantity-box,
.recent-view .spacer .addtocart-bar .quantity-box,
.productdetails .addtocart-bar .quantity-box {
  border-right: 1px solid #e8e8e8;
  border-right: 1px solid #323e4c \9;
  float: left;
}
.featured-view .spacer .addtocart-bar .quantity-box .quantity-input,
.category-view .spacer .addtocart-bar .quantity-box .quantity-input,
.latest-view .spacer .addtocart-bar .quantity-box .quantity-input,
.topten-view .spacer .addtocart-bar .quantity-box .quantity-input,
.recent-view .spacer .addtocart-bar .quantity-box .quantity-input,
.productdetails .addtocart-bar .quantity-box .quantity-input {
  box-shadow: none;
  height: 36px !important;
  padding: 0;
}
.featured-view .spacer .addtocart-bar .quantity-controls,
.category-view .spacer .addtocart-bar .quantity-controls,
.latest-view .spacer .addtocart-bar .quantity-controls,
.topten-view .spacer .addtocart-bar .quantity-controls,
.recent-view .spacer .addtocart-bar .quantity-controls,
.productdetails .addtocart-bar .quantity-controls {
  float: left;
  margin: 0;
  width: 17px;
}
.featured-view .spacer .addtocart-bar .quantity-controls input,
.category-view .spacer .addtocart-bar .quantity-controls input,
.latest-view .spacer .addtocart-bar .quantity-controls input,
.topten-view .spacer .addtocart-bar .quantity-controls input,
.recent-view .spacer .addtocart-bar .quantity-controls input,
.productdetails .addtocart-bar .quantity-controls input {
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  height: 18px;
  padding: 0;
  width: 16px;
}
.featured-view .spacer .addtocart-bar .quantity-controls input.quantity-plus,
.category-view .spacer .addtocart-bar .quantity-controls input.quantity-plus,
.latest-view .spacer .addtocart-bar .quantity-controls input.quantity-plus,
.topten-view .spacer .addtocart-bar .quantity-controls input.quantity-plus,
.recent-view .spacer .addtocart-bar .quantity-controls input.quantity-plus,
.productdetails .addtocart-bar .quantity-controls input.quantity-plus {
  background: url('../../../images/ico/ico-plus.png') no-repeat center center rgba(0, 0, 0, 0.3) !important;
  background-color: transparent \9;
  border-bottom: 1px solid #e8e8e8;
  border-bottom: 1px solid #323e4c \9;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
.featured-view .spacer .addtocart-bar .quantity-controls input.quantity-minus,
.category-view .spacer .addtocart-bar .quantity-controls input.quantity-minus,
.latest-view .spacer .addtocart-bar .quantity-controls input.quantity-minus,
.topten-view .spacer .addtocart-bar .quantity-controls input.quantity-minus,
.recent-view .spacer .addtocart-bar .quantity-controls input.quantity-minus,
.productdetails .addtocart-bar .quantity-controls input.quantity-minus {
  background: url('../../../images/ico/ico-minus.png') no-repeat center center rgba(0, 0, 0, 0.3) !important;
  background-color: transparent \9;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
.featured-view .spacer .addtocart-bar span.addtocart-button,
.category-view .spacer .addtocart-bar span.addtocart-button,
.latest-view .spacer .addtocart-bar span.addtocart-button,
.topten-view .spacer .addtocart-bar span.addtocart-button,
.recent-view .spacer .addtocart-bar span.addtocart-button,
.productdetails .addtocart-bar span.addtocart-button {
  float: right;
}
.featured-view .spacer .addtocart-bar input.addtocart-button,
.category-view .spacer .addtocart-bar input.addtocart-button,
.latest-view .spacer .addtocart-bar input.addtocart-button,
.topten-view .spacer .addtocart-bar input.addtocart-button,
.recent-view .spacer .addtocart-bar input.addtocart-button,
.productdetails .addtocart-bar input.addtocart-button {
  background: transparent;
  border-radius: 0;
  border: 2px solid #e8e8e8;
  color: #6f6f6f;
  font-family: 'Merriweather', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 4px 10px;
  text-transform: uppercase;
}
@media (min-width: 1199px) {
  .featured-view .spacer .addtocart-bar input.addtocart-button,
  .category-view .spacer .addtocart-bar input.addtocart-button,
  .latest-view .spacer .addtocart-bar input.addtocart-button,
  .topten-view .spacer .addtocart-bar input.addtocart-button,
  .recent-view .spacer .addtocart-bar input.addtocart-button,
  .productdetails .addtocart-bar input.addtocart-button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.featured-view .spacer .addtocart-bar input.addtocart-button:hover,
.category-view .spacer .addtocart-bar input.addtocart-button:hover,
.latest-view .spacer .addtocart-bar input.addtocart-button:hover,
.topten-view .spacer .addtocart-bar input.addtocart-button:hover,
.recent-view .spacer .addtocart-bar input.addtocart-button:hover,
.productdetails .addtocart-bar input.addtocart-button:hover {
  border-color: #222222;
  background: #222222;
  color: #ffffff;
}
.featured-view .spacer .addtocart-bar .quantity-wrap,
.category-view .spacer .addtocart-bar .quantity-wrap,
.latest-view .spacer .addtocart-bar .quantity-wrap,
.topten-view .spacer .addtocart-bar .quantity-wrap,
.recent-view .spacer .addtocart-bar .quantity-wrap,
.productdetails .addtocart-bar .quantity-wrap {
  float: left;
}
.featured-view .spacer .addtocart-bar .quantity-wrap:hover input.quantity-input,
.category-view .spacer .addtocart-bar .quantity-wrap:hover input.quantity-input,
.latest-view .spacer .addtocart-bar .quantity-wrap:hover input.quantity-input,
.topten-view .spacer .addtocart-bar .quantity-wrap:hover input.quantity-input,
.recent-view .spacer .addtocart-bar .quantity-wrap:hover input.quantity-input,
.productdetails .addtocart-bar .quantity-wrap:hover input.quantity-input {
  background: #eaeaea;
}
.featured-view .spacer .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-plus,
.category-view .spacer .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-plus,
.latest-view .spacer .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-plus,
.topten-view .spacer .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-plus,
.recent-view .spacer .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-plus,
.productdetails .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-plus,
.featured-view .spacer .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-minus,
.category-view .spacer .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-minus,
.latest-view .spacer .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-minus,
.topten-view .spacer .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-minus,
.recent-view .spacer .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-minus,
.productdetails .addtocart-bar .quantity-wrap:hover .quantity-controls input.quantity-minus {
  background-color: rgba(0, 0, 0, 0.5);
}
.vm-col-3,
.width33 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .vm-col-3,
  .width33 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .vm-col-3,
  .width33 {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 1280px) and (min-width: 992px) {
  .vm-col-3,
  .width33 {
    width: 33%;
  }
}
.com_virtuemart button,
.com_virtuemart html input[type="button"],
.com_virtuemart input[type="reset"],
.com_virtuemart input[type="submit"],
.com_virtuemart span.details-button input.details-button,
.com_virtuemart .vm-button-correct,
.com_virtuemart .vm-button-correct:link,
.com_virtuemart .vm-button-correct:visited {
  border-width: 1px;
  border-style: solid;
  background-image: none !important;
  background-color: transparent;
  border-color: #e55a55;
  color: #e55a55;
  background: transparent;
  border: 2px solid #e55a55;
  position: relative;
  z-index: 1;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 0;
}
.com_virtuemart button:hover,
.com_virtuemart html input[type="button"]:hover,
.com_virtuemart input[type="reset"]:hover,
.com_virtuemart input[type="submit"]:hover,
.com_virtuemart span.details-button input.details-button:hover,
.com_virtuemart .vm-button-correct:hover,
.com_virtuemart .vm-button-correct:link:hover,
.com_virtuemart .vm-button-correct:visited:hover,
.com_virtuemart button:focus,
.com_virtuemart html input[type="button"]:focus,
.com_virtuemart input[type="reset"]:focus,
.com_virtuemart input[type="submit"]:focus,
.com_virtuemart span.details-button input.details-button:focus,
.com_virtuemart .vm-button-correct:focus,
.com_virtuemart .vm-button-correct:link:focus,
.com_virtuemart .vm-button-correct:visited:focus,
.com_virtuemart button.focus,
.com_virtuemart html input[type="button"].focus,
.com_virtuemart input[type="reset"].focus,
.com_virtuemart input[type="submit"].focus,
.com_virtuemart span.details-button input.details-button.focus,
.com_virtuemart .vm-button-correct.focus,
.com_virtuemart .vm-button-correct:link.focus,
.com_virtuemart .vm-button-correct:visited.focus,
.com_virtuemart button:active,
.com_virtuemart html input[type="button"]:active,
.com_virtuemart input[type="reset"]:active,
.com_virtuemart input[type="submit"]:active,
.com_virtuemart span.details-button input.details-button:active,
.com_virtuemart .vm-button-correct:active,
.com_virtuemart .vm-button-correct:link:active,
.com_virtuemart .vm-button-correct:visited:active,
.com_virtuemart button.active,
.com_virtuemart html input[type="button"].active,
.com_virtuemart input[type="reset"].active,
.com_virtuemart input[type="submit"].active,
.com_virtuemart span.details-button input.details-button.active,
.com_virtuemart .vm-button-correct.active,
.com_virtuemart .vm-button-correct:link.active,
.com_virtuemart .vm-button-correct:visited.active,
.open > .dropdown-toggle.com_virtuemart button,
.open > .dropdown-toggle.com_virtuemart html input[type="button"],
.open > .dropdown-toggle.com_virtuemart input[type="reset"],
.open > .dropdown-toggle.com_virtuemart input[type="submit"],
.open > .dropdown-toggle.com_virtuemart span.details-button input.details-button,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:link,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:visited {
  color: #e55a55;
  background-color: rgba(0, 0, 0, 0);
  border-color: #db2822;
}
.com_virtuemart button:active,
.com_virtuemart html input[type="button"]:active,
.com_virtuemart input[type="reset"]:active,
.com_virtuemart input[type="submit"]:active,
.com_virtuemart span.details-button input.details-button:active,
.com_virtuemart .vm-button-correct:active,
.com_virtuemart .vm-button-correct:link:active,
.com_virtuemart .vm-button-correct:visited:active,
.com_virtuemart button.active,
.com_virtuemart html input[type="button"].active,
.com_virtuemart input[type="reset"].active,
.com_virtuemart input[type="submit"].active,
.com_virtuemart span.details-button input.details-button.active,
.com_virtuemart .vm-button-correct.active,
.com_virtuemart .vm-button-correct:link.active,
.com_virtuemart .vm-button-correct:visited.active,
.open > .dropdown-toggle.com_virtuemart button,
.open > .dropdown-toggle.com_virtuemart html input[type="button"],
.open > .dropdown-toggle.com_virtuemart input[type="reset"],
.open > .dropdown-toggle.com_virtuemart input[type="submit"],
.open > .dropdown-toggle.com_virtuemart span.details-button input.details-button,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:link,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:visited {
  background-image: none;
}
.com_virtuemart button.disabled,
.com_virtuemart html input[type="button"].disabled,
.com_virtuemart input[type="reset"].disabled,
.com_virtuemart input[type="submit"].disabled,
.com_virtuemart span.details-button input.details-button.disabled,
.com_virtuemart .vm-button-correct.disabled,
.com_virtuemart .vm-button-correct:link.disabled,
.com_virtuemart .vm-button-correct:visited.disabled,
.com_virtuemart button[disabled],
.com_virtuemart html input[type="button"][disabled],
.com_virtuemart input[type="reset"][disabled],
.com_virtuemart input[type="submit"][disabled],
.com_virtuemart span.details-button input.details-button[disabled],
.com_virtuemart .vm-button-correct[disabled],
.com_virtuemart .vm-button-correct:link[disabled],
.com_virtuemart .vm-button-correct:visited[disabled],
fieldset[disabled] .com_virtuemart button,
fieldset[disabled] .com_virtuemart html input[type="button"],
fieldset[disabled] .com_virtuemart input[type="reset"],
fieldset[disabled] .com_virtuemart input[type="submit"],
fieldset[disabled] .com_virtuemart span.details-button input.details-button,
fieldset[disabled] .com_virtuemart .vm-button-correct,
fieldset[disabled] .com_virtuemart .vm-button-correct:link,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited,
.com_virtuemart button.disabled:hover,
.com_virtuemart html input[type="button"].disabled:hover,
.com_virtuemart input[type="reset"].disabled:hover,
.com_virtuemart input[type="submit"].disabled:hover,
.com_virtuemart span.details-button input.details-button.disabled:hover,
.com_virtuemart .vm-button-correct.disabled:hover,
.com_virtuemart .vm-button-correct:link.disabled:hover,
.com_virtuemart .vm-button-correct:visited.disabled:hover,
.com_virtuemart button[disabled]:hover,
.com_virtuemart html input[type="button"][disabled]:hover,
.com_virtuemart input[type="reset"][disabled]:hover,
.com_virtuemart input[type="submit"][disabled]:hover,
.com_virtuemart span.details-button input.details-button[disabled]:hover,
.com_virtuemart .vm-button-correct[disabled]:hover,
.com_virtuemart .vm-button-correct:link[disabled]:hover,
.com_virtuemart .vm-button-correct:visited[disabled]:hover,
fieldset[disabled] .com_virtuemart button:hover,
fieldset[disabled] .com_virtuemart html input[type="button"]:hover,
fieldset[disabled] .com_virtuemart input[type="reset"]:hover,
fieldset[disabled] .com_virtuemart input[type="submit"]:hover,
fieldset[disabled] .com_virtuemart span.details-button input.details-button:hover,
fieldset[disabled] .com_virtuemart .vm-button-correct:hover,
fieldset[disabled] .com_virtuemart .vm-button-correct:link:hover,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited:hover,
.com_virtuemart button.disabled:focus,
.com_virtuemart html input[type="button"].disabled:focus,
.com_virtuemart input[type="reset"].disabled:focus,
.com_virtuemart input[type="submit"].disabled:focus,
.com_virtuemart span.details-button input.details-button.disabled:focus,
.com_virtuemart .vm-button-correct.disabled:focus,
.com_virtuemart .vm-button-correct:link.disabled:focus,
.com_virtuemart .vm-button-correct:visited.disabled:focus,
.com_virtuemart button[disabled]:focus,
.com_virtuemart html input[type="button"][disabled]:focus,
.com_virtuemart input[type="reset"][disabled]:focus,
.com_virtuemart input[type="submit"][disabled]:focus,
.com_virtuemart span.details-button input.details-button[disabled]:focus,
.com_virtuemart .vm-button-correct[disabled]:focus,
.com_virtuemart .vm-button-correct:link[disabled]:focus,
.com_virtuemart .vm-button-correct:visited[disabled]:focus,
fieldset[disabled] .com_virtuemart button:focus,
fieldset[disabled] .com_virtuemart html input[type="button"]:focus,
fieldset[disabled] .com_virtuemart input[type="reset"]:focus,
fieldset[disabled] .com_virtuemart input[type="submit"]:focus,
fieldset[disabled] .com_virtuemart span.details-button input.details-button:focus,
fieldset[disabled] .com_virtuemart .vm-button-correct:focus,
fieldset[disabled] .com_virtuemart .vm-button-correct:link:focus,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited:focus,
.com_virtuemart button.disabled.focus,
.com_virtuemart html input[type="button"].disabled.focus,
.com_virtuemart input[type="reset"].disabled.focus,
.com_virtuemart input[type="submit"].disabled.focus,
.com_virtuemart span.details-button input.details-button.disabled.focus,
.com_virtuemart .vm-button-correct.disabled.focus,
.com_virtuemart .vm-button-correct:link.disabled.focus,
.com_virtuemart .vm-button-correct:visited.disabled.focus,
.com_virtuemart button[disabled].focus,
.com_virtuemart html input[type="button"][disabled].focus,
.com_virtuemart input[type="reset"][disabled].focus,
.com_virtuemart input[type="submit"][disabled].focus,
.com_virtuemart span.details-button input.details-button[disabled].focus,
.com_virtuemart .vm-button-correct[disabled].focus,
.com_virtuemart .vm-button-correct:link[disabled].focus,
.com_virtuemart .vm-button-correct:visited[disabled].focus,
fieldset[disabled] .com_virtuemart button.focus,
fieldset[disabled] .com_virtuemart html input[type="button"].focus,
fieldset[disabled] .com_virtuemart input[type="reset"].focus,
fieldset[disabled] .com_virtuemart input[type="submit"].focus,
fieldset[disabled] .com_virtuemart span.details-button input.details-button.focus,
fieldset[disabled] .com_virtuemart .vm-button-correct.focus,
fieldset[disabled] .com_virtuemart .vm-button-correct:link.focus,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited.focus,
.com_virtuemart button.disabled:active,
.com_virtuemart html input[type="button"].disabled:active,
.com_virtuemart input[type="reset"].disabled:active,
.com_virtuemart input[type="submit"].disabled:active,
.com_virtuemart span.details-button input.details-button.disabled:active,
.com_virtuemart .vm-button-correct.disabled:active,
.com_virtuemart .vm-button-correct:link.disabled:active,
.com_virtuemart .vm-button-correct:visited.disabled:active,
.com_virtuemart button[disabled]:active,
.com_virtuemart html input[type="button"][disabled]:active,
.com_virtuemart input[type="reset"][disabled]:active,
.com_virtuemart input[type="submit"][disabled]:active,
.com_virtuemart span.details-button input.details-button[disabled]:active,
.com_virtuemart .vm-button-correct[disabled]:active,
.com_virtuemart .vm-button-correct:link[disabled]:active,
.com_virtuemart .vm-button-correct:visited[disabled]:active,
fieldset[disabled] .com_virtuemart button:active,
fieldset[disabled] .com_virtuemart html input[type="button"]:active,
fieldset[disabled] .com_virtuemart input[type="reset"]:active,
fieldset[disabled] .com_virtuemart input[type="submit"]:active,
fieldset[disabled] .com_virtuemart span.details-button input.details-button:active,
fieldset[disabled] .com_virtuemart .vm-button-correct:active,
fieldset[disabled] .com_virtuemart .vm-button-correct:link:active,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited:active,
.com_virtuemart button.disabled.active,
.com_virtuemart html input[type="button"].disabled.active,
.com_virtuemart input[type="reset"].disabled.active,
.com_virtuemart input[type="submit"].disabled.active,
.com_virtuemart span.details-button input.details-button.disabled.active,
.com_virtuemart .vm-button-correct.disabled.active,
.com_virtuemart .vm-button-correct:link.disabled.active,
.com_virtuemart .vm-button-correct:visited.disabled.active,
.com_virtuemart button[disabled].active,
.com_virtuemart html input[type="button"][disabled].active,
.com_virtuemart input[type="reset"][disabled].active,
.com_virtuemart input[type="submit"][disabled].active,
.com_virtuemart span.details-button input.details-button[disabled].active,
.com_virtuemart .vm-button-correct[disabled].active,
.com_virtuemart .vm-button-correct:link[disabled].active,
.com_virtuemart .vm-button-correct:visited[disabled].active,
fieldset[disabled] .com_virtuemart button.active,
fieldset[disabled] .com_virtuemart html input[type="button"].active,
fieldset[disabled] .com_virtuemart input[type="reset"].active,
fieldset[disabled] .com_virtuemart input[type="submit"].active,
fieldset[disabled] .com_virtuemart span.details-button input.details-button.active,
fieldset[disabled] .com_virtuemart .vm-button-correct.active,
fieldset[disabled] .com_virtuemart .vm-button-correct:link.active,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited.active {
  background-color: transparent;
  border-color: #e55a55;
}
.com_virtuemart button .badge,
.com_virtuemart html input[type="button"] .badge,
.com_virtuemart input[type="reset"] .badge,
.com_virtuemart input[type="submit"] .badge,
.com_virtuemart span.details-button input.details-button .badge,
.com_virtuemart .vm-button-correct .badge,
.com_virtuemart .vm-button-correct:link .badge,
.com_virtuemart .vm-button-correct:visited .badge {
  color: transparent;
  background-color: #e55a55;
}
.com_virtuemart button::before,
.com_virtuemart html input[type="button"]::before,
.com_virtuemart input[type="reset"]::before,
.com_virtuemart input[type="submit"]::before,
.com_virtuemart span.details-button input.details-button::before,
.com_virtuemart .vm-button-correct::before,
.com_virtuemart .vm-button-correct:link::before,
.com_virtuemart .vm-button-correct:visited::before {
  width: 100%;
  height: 0;
  content: "";
  background: #e55a55;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
.com_virtuemart button:hover,
.com_virtuemart html input[type="button"]:hover,
.com_virtuemart input[type="reset"]:hover,
.com_virtuemart input[type="submit"]:hover,
.com_virtuemart span.details-button input.details-button:hover,
.com_virtuemart .vm-button-correct:hover,
.com_virtuemart .vm-button-correct:link:hover,
.com_virtuemart .vm-button-correct:visited:hover,
.com_virtuemart button:focus,
.com_virtuemart html input[type="button"]:focus,
.com_virtuemart input[type="reset"]:focus,
.com_virtuemart input[type="submit"]:focus,
.com_virtuemart span.details-button input.details-button:focus,
.com_virtuemart .vm-button-correct:focus,
.com_virtuemart .vm-button-correct:link:focus,
.com_virtuemart .vm-button-correct:visited:focus,
.com_virtuemart button.focus,
.com_virtuemart html input[type="button"].focus,
.com_virtuemart input[type="reset"].focus,
.com_virtuemart input[type="submit"].focus,
.com_virtuemart span.details-button input.details-button.focus,
.com_virtuemart .vm-button-correct.focus,
.com_virtuemart .vm-button-correct:link.focus,
.com_virtuemart .vm-button-correct:visited.focus,
.com_virtuemart button:active,
.com_virtuemart html input[type="button"]:active,
.com_virtuemart input[type="reset"]:active,
.com_virtuemart input[type="submit"]:active,
.com_virtuemart span.details-button input.details-button:active,
.com_virtuemart .vm-button-correct:active,
.com_virtuemart .vm-button-correct:link:active,
.com_virtuemart .vm-button-correct:visited:active,
.com_virtuemart button.active,
.com_virtuemart html input[type="button"].active,
.com_virtuemart input[type="reset"].active,
.com_virtuemart input[type="submit"].active,
.com_virtuemart span.details-button input.details-button.active,
.com_virtuemart .vm-button-correct.active,
.com_virtuemart .vm-button-correct:link.active,
.com_virtuemart .vm-button-correct:visited.active,
.open > .dropdown-toggle.com_virtuemart button,
.open > .dropdown-toggle.com_virtuemart html input[type="button"],
.open > .dropdown-toggle.com_virtuemart input[type="reset"],
.open > .dropdown-toggle.com_virtuemart input[type="submit"],
.open > .dropdown-toggle.com_virtuemart span.details-button input.details-button,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:link,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:visited {
  color: #ffffff;
  background: #e55a55;
  border-color: #e55a55;
}
.com_virtuemart button:hover::before,
.com_virtuemart html input[type="button"]:hover::before,
.com_virtuemart input[type="reset"]:hover::before,
.com_virtuemart input[type="submit"]:hover::before,
.com_virtuemart span.details-button input.details-button:hover::before,
.com_virtuemart .vm-button-correct:hover::before,
.com_virtuemart .vm-button-correct:link:hover::before,
.com_virtuemart .vm-button-correct:visited:hover::before,
.com_virtuemart button:focus::before,
.com_virtuemart html input[type="button"]:focus::before,
.com_virtuemart input[type="reset"]:focus::before,
.com_virtuemart input[type="submit"]:focus::before,
.com_virtuemart span.details-button input.details-button:focus::before,
.com_virtuemart .vm-button-correct:focus::before,
.com_virtuemart .vm-button-correct:link:focus::before,
.com_virtuemart .vm-button-correct:visited:focus::before,
.com_virtuemart button.focus::before,
.com_virtuemart html input[type="button"].focus::before,
.com_virtuemart input[type="reset"].focus::before,
.com_virtuemart input[type="submit"].focus::before,
.com_virtuemart span.details-button input.details-button.focus::before,
.com_virtuemart .vm-button-correct.focus::before,
.com_virtuemart .vm-button-correct:link.focus::before,
.com_virtuemart .vm-button-correct:visited.focus::before,
.com_virtuemart button:active::before,
.com_virtuemart html input[type="button"]:active::before,
.com_virtuemart input[type="reset"]:active::before,
.com_virtuemart input[type="submit"]:active::before,
.com_virtuemart span.details-button input.details-button:active::before,
.com_virtuemart .vm-button-correct:active::before,
.com_virtuemart .vm-button-correct:link:active::before,
.com_virtuemart .vm-button-correct:visited:active::before,
.com_virtuemart button.active::before,
.com_virtuemart html input[type="button"].active::before,
.com_virtuemart input[type="reset"].active::before,
.com_virtuemart input[type="submit"].active::before,
.com_virtuemart span.details-button input.details-button.active::before,
.com_virtuemart .vm-button-correct.active::before,
.com_virtuemart .vm-button-correct:link.active::before,
.com_virtuemart .vm-button-correct:visited.active::before,
.open > .dropdown-toggle.com_virtuemart button::before,
.open > .dropdown-toggle.com_virtuemart html input[type="button"]::before,
.open > .dropdown-toggle.com_virtuemart input[type="reset"]::before,
.open > .dropdown-toggle.com_virtuemart input[type="submit"]::before,
.open > .dropdown-toggle.com_virtuemart span.details-button input.details-button::before,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct::before,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:link::before,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:visited::before {
  height: 100%;
}
.com_virtuemart button:active,
.com_virtuemart html input[type="button"]:active,
.com_virtuemart input[type="reset"]:active,
.com_virtuemart input[type="submit"]:active,
.com_virtuemart span.details-button input.details-button:active,
.com_virtuemart .vm-button-correct:active,
.com_virtuemart .vm-button-correct:link:active,
.com_virtuemart .vm-button-correct:visited:active,
.com_virtuemart button.active,
.com_virtuemart html input[type="button"].active,
.com_virtuemart input[type="reset"].active,
.com_virtuemart input[type="submit"].active,
.com_virtuemart span.details-button input.details-button.active,
.com_virtuemart .vm-button-correct.active,
.com_virtuemart .vm-button-correct:link.active,
.com_virtuemart .vm-button-correct:visited.active,
.open > .dropdown-toggle.com_virtuemart button,
.open > .dropdown-toggle.com_virtuemart html input[type="button"],
.open > .dropdown-toggle.com_virtuemart input[type="reset"],
.open > .dropdown-toggle.com_virtuemart input[type="submit"],
.open > .dropdown-toggle.com_virtuemart span.details-button input.details-button,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:link,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:visited {
  background-image: none;
}
.com_virtuemart button:active::before,
.com_virtuemart html input[type="button"]:active::before,
.com_virtuemart input[type="reset"]:active::before,
.com_virtuemart input[type="submit"]:active::before,
.com_virtuemart span.details-button input.details-button:active::before,
.com_virtuemart .vm-button-correct:active::before,
.com_virtuemart .vm-button-correct:link:active::before,
.com_virtuemart .vm-button-correct:visited:active::before,
.com_virtuemart button.active::before,
.com_virtuemart html input[type="button"].active::before,
.com_virtuemart input[type="reset"].active::before,
.com_virtuemart input[type="submit"].active::before,
.com_virtuemart span.details-button input.details-button.active::before,
.com_virtuemart .vm-button-correct.active::before,
.com_virtuemart .vm-button-correct:link.active::before,
.com_virtuemart .vm-button-correct:visited.active::before,
.open > .dropdown-toggle.com_virtuemart button::before,
.open > .dropdown-toggle.com_virtuemart html input[type="button"]::before,
.open > .dropdown-toggle.com_virtuemart input[type="reset"]::before,
.open > .dropdown-toggle.com_virtuemart input[type="submit"]::before,
.open > .dropdown-toggle.com_virtuemart span.details-button input.details-button::before,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct::before,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:link::before,
.open > .dropdown-toggle.com_virtuemart .vm-button-correct:visited::before {
  height: 100%;
}
.com_virtuemart button.disabled,
.com_virtuemart html input[type="button"].disabled,
.com_virtuemart input[type="reset"].disabled,
.com_virtuemart input[type="submit"].disabled,
.com_virtuemart span.details-button input.details-button.disabled,
.com_virtuemart .vm-button-correct.disabled,
.com_virtuemart .vm-button-correct:link.disabled,
.com_virtuemart .vm-button-correct:visited.disabled,
.com_virtuemart button[disabled],
.com_virtuemart html input[type="button"][disabled],
.com_virtuemart input[type="reset"][disabled],
.com_virtuemart input[type="submit"][disabled],
.com_virtuemart span.details-button input.details-button[disabled],
.com_virtuemart .vm-button-correct[disabled],
.com_virtuemart .vm-button-correct:link[disabled],
.com_virtuemart .vm-button-correct:visited[disabled],
fieldset[disabled] .com_virtuemart button,
fieldset[disabled] .com_virtuemart html input[type="button"],
fieldset[disabled] .com_virtuemart input[type="reset"],
fieldset[disabled] .com_virtuemart input[type="submit"],
fieldset[disabled] .com_virtuemart span.details-button input.details-button,
fieldset[disabled] .com_virtuemart .vm-button-correct,
fieldset[disabled] .com_virtuemart .vm-button-correct:link,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited,
.com_virtuemart button.disabled:hover,
.com_virtuemart html input[type="button"].disabled:hover,
.com_virtuemart input[type="reset"].disabled:hover,
.com_virtuemart input[type="submit"].disabled:hover,
.com_virtuemart span.details-button input.details-button.disabled:hover,
.com_virtuemart .vm-button-correct.disabled:hover,
.com_virtuemart .vm-button-correct:link.disabled:hover,
.com_virtuemart .vm-button-correct:visited.disabled:hover,
.com_virtuemart button[disabled]:hover,
.com_virtuemart html input[type="button"][disabled]:hover,
.com_virtuemart input[type="reset"][disabled]:hover,
.com_virtuemart input[type="submit"][disabled]:hover,
.com_virtuemart span.details-button input.details-button[disabled]:hover,
.com_virtuemart .vm-button-correct[disabled]:hover,
.com_virtuemart .vm-button-correct:link[disabled]:hover,
.com_virtuemart .vm-button-correct:visited[disabled]:hover,
fieldset[disabled] .com_virtuemart button:hover,
fieldset[disabled] .com_virtuemart html input[type="button"]:hover,
fieldset[disabled] .com_virtuemart input[type="reset"]:hover,
fieldset[disabled] .com_virtuemart input[type="submit"]:hover,
fieldset[disabled] .com_virtuemart span.details-button input.details-button:hover,
fieldset[disabled] .com_virtuemart .vm-button-correct:hover,
fieldset[disabled] .com_virtuemart .vm-button-correct:link:hover,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited:hover,
.com_virtuemart button.disabled:focus,
.com_virtuemart html input[type="button"].disabled:focus,
.com_virtuemart input[type="reset"].disabled:focus,
.com_virtuemart input[type="submit"].disabled:focus,
.com_virtuemart span.details-button input.details-button.disabled:focus,
.com_virtuemart .vm-button-correct.disabled:focus,
.com_virtuemart .vm-button-correct:link.disabled:focus,
.com_virtuemart .vm-button-correct:visited.disabled:focus,
.com_virtuemart button[disabled]:focus,
.com_virtuemart html input[type="button"][disabled]:focus,
.com_virtuemart input[type="reset"][disabled]:focus,
.com_virtuemart input[type="submit"][disabled]:focus,
.com_virtuemart span.details-button input.details-button[disabled]:focus,
.com_virtuemart .vm-button-correct[disabled]:focus,
.com_virtuemart .vm-button-correct:link[disabled]:focus,
.com_virtuemart .vm-button-correct:visited[disabled]:focus,
fieldset[disabled] .com_virtuemart button:focus,
fieldset[disabled] .com_virtuemart html input[type="button"]:focus,
fieldset[disabled] .com_virtuemart input[type="reset"]:focus,
fieldset[disabled] .com_virtuemart input[type="submit"]:focus,
fieldset[disabled] .com_virtuemart span.details-button input.details-button:focus,
fieldset[disabled] .com_virtuemart .vm-button-correct:focus,
fieldset[disabled] .com_virtuemart .vm-button-correct:link:focus,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited:focus,
.com_virtuemart button.disabled.focus,
.com_virtuemart html input[type="button"].disabled.focus,
.com_virtuemart input[type="reset"].disabled.focus,
.com_virtuemart input[type="submit"].disabled.focus,
.com_virtuemart span.details-button input.details-button.disabled.focus,
.com_virtuemart .vm-button-correct.disabled.focus,
.com_virtuemart .vm-button-correct:link.disabled.focus,
.com_virtuemart .vm-button-correct:visited.disabled.focus,
.com_virtuemart button[disabled].focus,
.com_virtuemart html input[type="button"][disabled].focus,
.com_virtuemart input[type="reset"][disabled].focus,
.com_virtuemart input[type="submit"][disabled].focus,
.com_virtuemart span.details-button input.details-button[disabled].focus,
.com_virtuemart .vm-button-correct[disabled].focus,
.com_virtuemart .vm-button-correct:link[disabled].focus,
.com_virtuemart .vm-button-correct:visited[disabled].focus,
fieldset[disabled] .com_virtuemart button.focus,
fieldset[disabled] .com_virtuemart html input[type="button"].focus,
fieldset[disabled] .com_virtuemart input[type="reset"].focus,
fieldset[disabled] .com_virtuemart input[type="submit"].focus,
fieldset[disabled] .com_virtuemart span.details-button input.details-button.focus,
fieldset[disabled] .com_virtuemart .vm-button-correct.focus,
fieldset[disabled] .com_virtuemart .vm-button-correct:link.focus,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited.focus,
.com_virtuemart button.disabled:active,
.com_virtuemart html input[type="button"].disabled:active,
.com_virtuemart input[type="reset"].disabled:active,
.com_virtuemart input[type="submit"].disabled:active,
.com_virtuemart span.details-button input.details-button.disabled:active,
.com_virtuemart .vm-button-correct.disabled:active,
.com_virtuemart .vm-button-correct:link.disabled:active,
.com_virtuemart .vm-button-correct:visited.disabled:active,
.com_virtuemart button[disabled]:active,
.com_virtuemart html input[type="button"][disabled]:active,
.com_virtuemart input[type="reset"][disabled]:active,
.com_virtuemart input[type="submit"][disabled]:active,
.com_virtuemart span.details-button input.details-button[disabled]:active,
.com_virtuemart .vm-button-correct[disabled]:active,
.com_virtuemart .vm-button-correct:link[disabled]:active,
.com_virtuemart .vm-button-correct:visited[disabled]:active,
fieldset[disabled] .com_virtuemart button:active,
fieldset[disabled] .com_virtuemart html input[type="button"]:active,
fieldset[disabled] .com_virtuemart input[type="reset"]:active,
fieldset[disabled] .com_virtuemart input[type="submit"]:active,
fieldset[disabled] .com_virtuemart span.details-button input.details-button:active,
fieldset[disabled] .com_virtuemart .vm-button-correct:active,
fieldset[disabled] .com_virtuemart .vm-button-correct:link:active,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited:active,
.com_virtuemart button.disabled.active,
.com_virtuemart html input[type="button"].disabled.active,
.com_virtuemart input[type="reset"].disabled.active,
.com_virtuemart input[type="submit"].disabled.active,
.com_virtuemart span.details-button input.details-button.disabled.active,
.com_virtuemart .vm-button-correct.disabled.active,
.com_virtuemart .vm-button-correct:link.disabled.active,
.com_virtuemart .vm-button-correct:visited.disabled.active,
.com_virtuemart button[disabled].active,
.com_virtuemart html input[type="button"][disabled].active,
.com_virtuemart input[type="reset"][disabled].active,
.com_virtuemart input[type="submit"][disabled].active,
.com_virtuemart span.details-button input.details-button[disabled].active,
.com_virtuemart .vm-button-correct[disabled].active,
.com_virtuemart .vm-button-correct:link[disabled].active,
.com_virtuemart .vm-button-correct:visited[disabled].active,
fieldset[disabled] .com_virtuemart button.active,
fieldset[disabled] .com_virtuemart html input[type="button"].active,
fieldset[disabled] .com_virtuemart input[type="reset"].active,
fieldset[disabled] .com_virtuemart input[type="submit"].active,
fieldset[disabled] .com_virtuemart span.details-button input.details-button.active,
fieldset[disabled] .com_virtuemart .vm-button-correct.active,
fieldset[disabled] .com_virtuemart .vm-button-correct:link.active,
fieldset[disabled] .com_virtuemart .vm-button-correct:visited.active {
  background-color: transparent;
  border-color: #e55a55;
}
.com_virtuemart button .badge,
.com_virtuemart html input[type="button"] .badge,
.com_virtuemart input[type="reset"] .badge,
.com_virtuemart input[type="submit"] .badge,
.com_virtuemart span.details-button input.details-button .badge,
.com_virtuemart .vm-button-correct .badge,
.com_virtuemart .vm-button-correct:link .badge,
.com_virtuemart .vm-button-correct:visited .badge {
  color: transparent;
  background-color: #e55a55;
}
.com_virtuemart img {
  max-width: 100%;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  border-radius: 0;
  font-family: 'Merriweather', "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 1;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
span.addtocart-button input.addtocart-button:focus,
span.addtocart-button input.notify-button:focus,
span.addtocart-button input.addtocart-button.focus,
span.addtocart-button input.notify-button.focus,
span.addtocart-button input.addtocart-button:active,
span.addtocart-button input.notify-button:active,
span.addtocart-button input.addtocart-button.active,
span.addtocart-button input.notify-button.active,
.open > .dropdown-togglespan.addtocart-button input.addtocart-button,
.open > .dropdown-togglespan.addtocart-button input.notify-button {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
span.addtocart-button input.addtocart-button:active,
span.addtocart-button input.notify-button:active,
span.addtocart-button input.addtocart-button.active,
span.addtocart-button input.notify-button.active,
.open > .dropdown-togglespan.addtocart-button input.addtocart-button,
.open > .dropdown-togglespan.addtocart-button input.notify-button {
  background-image: none;
}
span.addtocart-button input.addtocart-button.disabled,
span.addtocart-button input.notify-button.disabled,
span.addtocart-button input.addtocart-button[disabled],
span.addtocart-button input.notify-button[disabled],
fieldset[disabled] span.addtocart-button input.addtocart-button,
fieldset[disabled] span.addtocart-button input.notify-button,
span.addtocart-button input.addtocart-button.disabled:hover,
span.addtocart-button input.notify-button.disabled:hover,
span.addtocart-button input.addtocart-button[disabled]:hover,
span.addtocart-button input.notify-button[disabled]:hover,
fieldset[disabled] span.addtocart-button input.addtocart-button:hover,
fieldset[disabled] span.addtocart-button input.notify-button:hover,
span.addtocart-button input.addtocart-button.disabled:focus,
span.addtocart-button input.notify-button.disabled:focus,
span.addtocart-button input.addtocart-button[disabled]:focus,
span.addtocart-button input.notify-button[disabled]:focus,
fieldset[disabled] span.addtocart-button input.addtocart-button:focus,
fieldset[disabled] span.addtocart-button input.notify-button:focus,
span.addtocart-button input.addtocart-button.disabled.focus,
span.addtocart-button input.notify-button.disabled.focus,
span.addtocart-button input.addtocart-button[disabled].focus,
span.addtocart-button input.notify-button[disabled].focus,
fieldset[disabled] span.addtocart-button input.addtocart-button.focus,
fieldset[disabled] span.addtocart-button input.notify-button.focus,
span.addtocart-button input.addtocart-button.disabled:active,
span.addtocart-button input.notify-button.disabled:active,
span.addtocart-button input.addtocart-button[disabled]:active,
span.addtocart-button input.notify-button[disabled]:active,
fieldset[disabled] span.addtocart-button input.addtocart-button:active,
fieldset[disabled] span.addtocart-button input.notify-button:active,
span.addtocart-button input.addtocart-button.disabled.active,
span.addtocart-button input.notify-button.disabled.active,
span.addtocart-button input.addtocart-button[disabled].active,
span.addtocart-button input.notify-button[disabled].active,
fieldset[disabled] span.addtocart-button input.addtocart-button.active,
fieldset[disabled] span.addtocart-button input.notify-button.active {
  background-color: transparent;
  border-color: #ffffff;
}
span.addtocart-button input.addtocart-button .badge,
span.addtocart-button input.notify-button .badge {
  color: transparent;
  background-color: #ffffff;
}
span.addtocart-button input.addtocart-button::before,
span.addtocart-button input.notify-button::before {
  width: 100%;
  height: 0;
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
span.addtocart-button input.addtocart-button:focus,
span.addtocart-button input.notify-button:focus,
span.addtocart-button input.addtocart-button.focus,
span.addtocart-button input.notify-button.focus,
span.addtocart-button input.addtocart-button:active,
span.addtocart-button input.notify-button:active,
span.addtocart-button input.addtocart-button.active,
span.addtocart-button input.notify-button.active,
.open > .dropdown-togglespan.addtocart-button input.addtocart-button,
.open > .dropdown-togglespan.addtocart-button input.notify-button {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}
span.addtocart-button input.addtocart-button:hover::before,
span.addtocart-button input.notify-button:hover::before,
span.addtocart-button input.addtocart-button:focus::before,
span.addtocart-button input.notify-button:focus::before,
span.addtocart-button input.addtocart-button.focus::before,
span.addtocart-button input.notify-button.focus::before,
span.addtocart-button input.addtocart-button:active::before,
span.addtocart-button input.notify-button:active::before,
span.addtocart-button input.addtocart-button.active::before,
span.addtocart-button input.notify-button.active::before,
.open > .dropdown-togglespan.addtocart-button input.addtocart-button::before,
.open > .dropdown-togglespan.addtocart-button input.notify-button::before {
  height: 100%;
}
span.addtocart-button input.addtocart-button:active,
span.addtocart-button input.notify-button:active,
span.addtocart-button input.addtocart-button.active,
span.addtocart-button input.notify-button.active,
.open > .dropdown-togglespan.addtocart-button input.addtocart-button,
.open > .dropdown-togglespan.addtocart-button input.notify-button {
  background-image: none;
}
span.addtocart-button input.addtocart-button:active::before,
span.addtocart-button input.notify-button:active::before,
span.addtocart-button input.addtocart-button.active::before,
span.addtocart-button input.notify-button.active::before,
.open > .dropdown-togglespan.addtocart-button input.addtocart-button::before,
.open > .dropdown-togglespan.addtocart-button input.notify-button::before {
  height: 100%;
}
span.addtocart-button input.addtocart-button.disabled,
span.addtocart-button input.notify-button.disabled,
span.addtocart-button input.addtocart-button[disabled],
span.addtocart-button input.notify-button[disabled],
fieldset[disabled] span.addtocart-button input.addtocart-button,
fieldset[disabled] span.addtocart-button input.notify-button,
span.addtocart-button input.addtocart-button.disabled:hover,
span.addtocart-button input.notify-button.disabled:hover,
span.addtocart-button input.addtocart-button[disabled]:hover,
span.addtocart-button input.notify-button[disabled]:hover,
fieldset[disabled] span.addtocart-button input.addtocart-button:hover,
fieldset[disabled] span.addtocart-button input.notify-button:hover,
span.addtocart-button input.addtocart-button.disabled:focus,
span.addtocart-button input.notify-button.disabled:focus,
span.addtocart-button input.addtocart-button[disabled]:focus,
span.addtocart-button input.notify-button[disabled]:focus,
fieldset[disabled] span.addtocart-button input.addtocart-button:focus,
fieldset[disabled] span.addtocart-button input.notify-button:focus,
span.addtocart-button input.addtocart-button.disabled.focus,
span.addtocart-button input.notify-button.disabled.focus,
span.addtocart-button input.addtocart-button[disabled].focus,
span.addtocart-button input.notify-button[disabled].focus,
fieldset[disabled] span.addtocart-button input.addtocart-button.focus,
fieldset[disabled] span.addtocart-button input.notify-button.focus,
span.addtocart-button input.addtocart-button.disabled:active,
span.addtocart-button input.notify-button.disabled:active,
span.addtocart-button input.addtocart-button[disabled]:active,
span.addtocart-button input.notify-button[disabled]:active,
fieldset[disabled] span.addtocart-button input.addtocart-button:active,
fieldset[disabled] span.addtocart-button input.notify-button:active,
span.addtocart-button input.addtocart-button.disabled.active,
span.addtocart-button input.notify-button.disabled.active,
span.addtocart-button input.addtocart-button[disabled].active,
span.addtocart-button input.notify-button[disabled].active,
fieldset[disabled] span.addtocart-button input.addtocart-button.active,
fieldset[disabled] span.addtocart-button input.notify-button.active {
  background-color: transparent;
  border-color: #ffffff;
}
span.addtocart-button input.addtocart-button .badge,
span.addtocart-button input.notify-button .badge {
  color: transparent;
  background-color: #ffffff;
}
a.product-details,
a.details,
div.details {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 2px;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 1;
}
a.product-details:hover,
a.details:hover,
div.details:hover,
a.product-details:focus,
a.details:focus,
div.details:focus,
a.product-details.focus,
a.details.focus,
div.details.focus,
a.product-details:active,
a.details:active,
div.details:active,
a.product-details.active,
a.details.active,
div.details.active,
.open > .dropdown-togglea.product-details,
.open > .dropdown-togglea.details,
.open > .dropdown-togglediv.details {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
a.product-details:active,
a.details:active,
div.details:active,
a.product-details.active,
a.details.active,
div.details.active,
.open > .dropdown-togglea.product-details,
.open > .dropdown-togglea.details,
.open > .dropdown-togglediv.details {
  background-image: none;
}
a.product-details.disabled,
a.details.disabled,
div.details.disabled,
a.product-details[disabled],
a.details[disabled],
div.details[disabled],
fieldset[disabled] a.product-details,
fieldset[disabled] a.details,
fieldset[disabled] div.details,
a.product-details.disabled:hover,
a.details.disabled:hover,
div.details.disabled:hover,
a.product-details[disabled]:hover,
a.details[disabled]:hover,
div.details[disabled]:hover,
fieldset[disabled] a.product-details:hover,
fieldset[disabled] a.details:hover,
fieldset[disabled] div.details:hover,
a.product-details.disabled:focus,
a.details.disabled:focus,
div.details.disabled:focus,
a.product-details[disabled]:focus,
a.details[disabled]:focus,
div.details[disabled]:focus,
fieldset[disabled] a.product-details:focus,
fieldset[disabled] a.details:focus,
fieldset[disabled] div.details:focus,
a.product-details.disabled.focus,
a.details.disabled.focus,
div.details.disabled.focus,
a.product-details[disabled].focus,
a.details[disabled].focus,
div.details[disabled].focus,
fieldset[disabled] a.product-details.focus,
fieldset[disabled] a.details.focus,
fieldset[disabled] div.details.focus,
a.product-details.disabled:active,
a.details.disabled:active,
div.details.disabled:active,
a.product-details[disabled]:active,
a.details[disabled]:active,
div.details[disabled]:active,
fieldset[disabled] a.product-details:active,
fieldset[disabled] a.details:active,
fieldset[disabled] div.details:active,
a.product-details.disabled.active,
a.details.disabled.active,
div.details.disabled.active,
a.product-details[disabled].active,
a.details[disabled].active,
div.details[disabled].active,
fieldset[disabled] a.product-details.active,
fieldset[disabled] a.details.active,
fieldset[disabled] div.details.active {
  background-color: transparent;
  border-color: #ffffff;
}
a.product-details .badge,
a.details .badge,
div.details .badge {
  color: transparent;
  background-color: #ffffff;
}
a.product-details::before,
a.details::before,
div.details::before {
  width: 100%;
  height: 0;
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
a.product-details:hover,
a.details:hover,
div.details:hover,
a.product-details:focus,
a.details:focus,
div.details:focus,
a.product-details.focus,
a.details.focus,
div.details.focus,
a.product-details:active,
a.details:active,
div.details:active,
a.product-details.active,
a.details.active,
div.details.active,
.open > .dropdown-togglea.product-details,
.open > .dropdown-togglea.details,
.open > .dropdown-togglediv.details {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}
a.product-details:hover::before,
a.details:hover::before,
div.details:hover::before,
a.product-details:focus::before,
a.details:focus::before,
div.details:focus::before,
a.product-details.focus::before,
a.details.focus::before,
div.details.focus::before,
a.product-details:active::before,
a.details:active::before,
div.details:active::before,
a.product-details.active::before,
a.details.active::before,
div.details.active::before,
.open > .dropdown-togglea.product-details::before,
.open > .dropdown-togglea.details::before,
.open > .dropdown-togglediv.details::before {
  height: 100%;
}
a.product-details:active,
a.details:active,
div.details:active,
a.product-details.active,
a.details.active,
div.details.active,
.open > .dropdown-togglea.product-details,
.open > .dropdown-togglea.details,
.open > .dropdown-togglediv.details {
  background-image: none;
}
a.product-details:active::before,
a.details:active::before,
div.details:active::before,
a.product-details.active::before,
a.details.active::before,
div.details.active::before,
.open > .dropdown-togglea.product-details::before,
.open > .dropdown-togglea.details::before,
.open > .dropdown-togglediv.details::before {
  height: 100%;
}
a.product-details.disabled,
a.details.disabled,
div.details.disabled,
a.product-details[disabled],
a.details[disabled],
div.details[disabled],
fieldset[disabled] a.product-details,
fieldset[disabled] a.details,
fieldset[disabled] div.details,
a.product-details.disabled:hover,
a.details.disabled:hover,
div.details.disabled:hover,
a.product-details[disabled]:hover,
a.details[disabled]:hover,
div.details[disabled]:hover,
fieldset[disabled] a.product-details:hover,
fieldset[disabled] a.details:hover,
fieldset[disabled] div.details:hover,
a.product-details.disabled:focus,
a.details.disabled:focus,
div.details.disabled:focus,
a.product-details[disabled]:focus,
a.details[disabled]:focus,
div.details[disabled]:focus,
fieldset[disabled] a.product-details:focus,
fieldset[disabled] a.details:focus,
fieldset[disabled] div.details:focus,
a.product-details.disabled.focus,
a.details.disabled.focus,
div.details.disabled.focus,
a.product-details[disabled].focus,
a.details[disabled].focus,
div.details[disabled].focus,
fieldset[disabled] a.product-details.focus,
fieldset[disabled] a.details.focus,
fieldset[disabled] div.details.focus,
a.product-details.disabled:active,
a.details.disabled:active,
div.details.disabled:active,
a.product-details[disabled]:active,
a.details[disabled]:active,
div.details[disabled]:active,
fieldset[disabled] a.product-details:active,
fieldset[disabled] a.details:active,
fieldset[disabled] div.details:active,
a.product-details.disabled.active,
a.details.disabled.active,
div.details.disabled.active,
a.product-details[disabled].active,
a.details[disabled].active,
div.details[disabled].active,
fieldset[disabled] a.product-details.active,
fieldset[disabled] a.details.active,
fieldset[disabled] div.details.active {
  background-color: transparent;
  border-color: #ffffff;
}
a.product-details .badge,
a.details .badge,
div.details .badge {
  color: transparent;
  background-color: #ffffff;
}
.general-bg,
input.custom-attribute,
.manufacturer-product-link a,
a.ask-a-question,
input.vm-default,
a.product-details,
a.details,
div.details,
button.default {
  background-image: none !important;
  border-radius: 0;
  background-color: transparent;
  border-color: #333333;
  color: #333333;
  background: transparent;
  border: 2px solid #333333;
  position: relative;
  z-index: 1;
}
.general-bg:hover,
input.custom-attribute:hover,
.manufacturer-product-link a:hover,
a.ask-a-question:hover,
input.vm-default:hover,
a.product-details:hover,
a.details:hover,
div.details:hover,
button.default:hover,
.general-bg:focus,
input.custom-attribute:focus,
.manufacturer-product-link a:focus,
a.ask-a-question:focus,
input.vm-default:focus,
a.product-details:focus,
a.details:focus,
div.details:focus,
button.default:focus,
.general-bg.focus,
input.custom-attribute.focus,
.manufacturer-product-link a.focus,
a.ask-a-question.focus,
input.vm-default.focus,
a.product-details.focus,
a.details.focus,
div.details.focus,
button.default.focus,
.general-bg:active,
input.custom-attribute:active,
.manufacturer-product-link a:active,
a.ask-a-question:active,
input.vm-default:active,
a.product-details:active,
a.details:active,
div.details:active,
button.default:active,
.general-bg.active,
input.custom-attribute.active,
.manufacturer-product-link a.active,
a.ask-a-question.active,
input.vm-default.active,
a.product-details.active,
a.details.active,
div.details.active,
button.default.active,
.open > .dropdown-toggle.general-bg,
.open > .dropdown-toggleinput.custom-attribute,
.open > .dropdown-toggle.manufacturer-product-link a,
.open > .dropdown-togglea.ask-a-question,
.open > .dropdown-toggleinput.vm-default,
.open > .dropdown-togglea.product-details,
.open > .dropdown-togglea.details,
.open > .dropdown-togglediv.details,
.open > .dropdown-togglebutton.default {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #141414;
}
.general-bg:active,
input.custom-attribute:active,
.manufacturer-product-link a:active,
a.ask-a-question:active,
input.vm-default:active,
a.product-details:active,
a.details:active,
div.details:active,
button.default:active,
.general-bg.active,
input.custom-attribute.active,
.manufacturer-product-link a.active,
a.ask-a-question.active,
input.vm-default.active,
a.product-details.active,
a.details.active,
div.details.active,
button.default.active,
.open > .dropdown-toggle.general-bg,
.open > .dropdown-toggleinput.custom-attribute,
.open > .dropdown-toggle.manufacturer-product-link a,
.open > .dropdown-togglea.ask-a-question,
.open > .dropdown-toggleinput.vm-default,
.open > .dropdown-togglea.product-details,
.open > .dropdown-togglea.details,
.open > .dropdown-togglediv.details,
.open > .dropdown-togglebutton.default {
  background-image: none;
}
.general-bg.disabled,
input.custom-attribute.disabled,
.manufacturer-product-link a.disabled,
a.ask-a-question.disabled,
input.vm-default.disabled,
a.product-details.disabled,
a.details.disabled,
div.details.disabled,
button.default.disabled,
.general-bg[disabled],
input.custom-attribute[disabled],
.manufacturer-product-link a[disabled],
a.ask-a-question[disabled],
input.vm-default[disabled],
a.product-details[disabled],
a.details[disabled],
div.details[disabled],
button.default[disabled],
fieldset[disabled] .general-bg,
fieldset[disabled] input.custom-attribute,
fieldset[disabled] .manufacturer-product-link a,
fieldset[disabled] a.ask-a-question,
fieldset[disabled] input.vm-default,
fieldset[disabled] a.product-details,
fieldset[disabled] a.details,
fieldset[disabled] div.details,
fieldset[disabled] button.default,
.general-bg.disabled:hover,
input.custom-attribute.disabled:hover,
.manufacturer-product-link a.disabled:hover,
a.ask-a-question.disabled:hover,
input.vm-default.disabled:hover,
a.product-details.disabled:hover,
a.details.disabled:hover,
div.details.disabled:hover,
button.default.disabled:hover,
.general-bg[disabled]:hover,
input.custom-attribute[disabled]:hover,
.manufacturer-product-link a[disabled]:hover,
a.ask-a-question[disabled]:hover,
input.vm-default[disabled]:hover,
a.product-details[disabled]:hover,
a.details[disabled]:hover,
div.details[disabled]:hover,
button.default[disabled]:hover,
fieldset[disabled] .general-bg:hover,
fieldset[disabled] input.custom-attribute:hover,
fieldset[disabled] .manufacturer-product-link a:hover,
fieldset[disabled] a.ask-a-question:hover,
fieldset[disabled] input.vm-default:hover,
fieldset[disabled] a.product-details:hover,
fieldset[disabled] a.details:hover,
fieldset[disabled] div.details:hover,
fieldset[disabled] button.default:hover,
.general-bg.disabled:focus,
input.custom-attribute.disabled:focus,
.manufacturer-product-link a.disabled:focus,
a.ask-a-question.disabled:focus,
input.vm-default.disabled:focus,
a.product-details.disabled:focus,
a.details.disabled:focus,
div.details.disabled:focus,
button.default.disabled:focus,
.general-bg[disabled]:focus,
input.custom-attribute[disabled]:focus,
.manufacturer-product-link a[disabled]:focus,
a.ask-a-question[disabled]:focus,
input.vm-default[disabled]:focus,
a.product-details[disabled]:focus,
a.details[disabled]:focus,
div.details[disabled]:focus,
button.default[disabled]:focus,
fieldset[disabled] .general-bg:focus,
fieldset[disabled] input.custom-attribute:focus,
fieldset[disabled] .manufacturer-product-link a:focus,
fieldset[disabled] a.ask-a-question:focus,
fieldset[disabled] input.vm-default:focus,
fieldset[disabled] a.product-details:focus,
fieldset[disabled] a.details:focus,
fieldset[disabled] div.details:focus,
fieldset[disabled] button.default:focus,
.general-bg.disabled.focus,
input.custom-attribute.disabled.focus,
.manufacturer-product-link a.disabled.focus,
a.ask-a-question.disabled.focus,
input.vm-default.disabled.focus,
a.product-details.disabled.focus,
a.details.disabled.focus,
div.details.disabled.focus,
button.default.disabled.focus,
.general-bg[disabled].focus,
input.custom-attribute[disabled].focus,
.manufacturer-product-link a[disabled].focus,
a.ask-a-question[disabled].focus,
input.vm-default[disabled].focus,
a.product-details[disabled].focus,
a.details[disabled].focus,
div.details[disabled].focus,
button.default[disabled].focus,
fieldset[disabled] .general-bg.focus,
fieldset[disabled] input.custom-attribute.focus,
fieldset[disabled] .manufacturer-product-link a.focus,
fieldset[disabled] a.ask-a-question.focus,
fieldset[disabled] input.vm-default.focus,
fieldset[disabled] a.product-details.focus,
fieldset[disabled] a.details.focus,
fieldset[disabled] div.details.focus,
fieldset[disabled] button.default.focus,
.general-bg.disabled:active,
input.custom-attribute.disabled:active,
.manufacturer-product-link a.disabled:active,
a.ask-a-question.disabled:active,
input.vm-default.disabled:active,
a.product-details.disabled:active,
a.details.disabled:active,
div.details.disabled:active,
button.default.disabled:active,
.general-bg[disabled]:active,
input.custom-attribute[disabled]:active,
.manufacturer-product-link a[disabled]:active,
a.ask-a-question[disabled]:active,
input.vm-default[disabled]:active,
a.product-details[disabled]:active,
a.details[disabled]:active,
div.details[disabled]:active,
button.default[disabled]:active,
fieldset[disabled] .general-bg:active,
fieldset[disabled] input.custom-attribute:active,
fieldset[disabled] .manufacturer-product-link a:active,
fieldset[disabled] a.ask-a-question:active,
fieldset[disabled] input.vm-default:active,
fieldset[disabled] a.product-details:active,
fieldset[disabled] a.details:active,
fieldset[disabled] div.details:active,
fieldset[disabled] button.default:active,
.general-bg.disabled.active,
input.custom-attribute.disabled.active,
.manufacturer-product-link a.disabled.active,
a.ask-a-question.disabled.active,
input.vm-default.disabled.active,
a.product-details.disabled.active,
a.details.disabled.active,
div.details.disabled.active,
button.default.disabled.active,
.general-bg[disabled].active,
input.custom-attribute[disabled].active,
.manufacturer-product-link a[disabled].active,
a.ask-a-question[disabled].active,
input.vm-default[disabled].active,
a.product-details[disabled].active,
a.details[disabled].active,
div.details[disabled].active,
button.default[disabled].active,
fieldset[disabled] .general-bg.active,
fieldset[disabled] input.custom-attribute.active,
fieldset[disabled] .manufacturer-product-link a.active,
fieldset[disabled] a.ask-a-question.active,
fieldset[disabled] input.vm-default.active,
fieldset[disabled] a.product-details.active,
fieldset[disabled] a.details.active,
fieldset[disabled] div.details.active,
fieldset[disabled] button.default.active {
  background-color: transparent;
  border-color: #333333;
}
.general-bg .badge,
input.custom-attribute .badge,
.manufacturer-product-link a .badge,
a.ask-a-question .badge,
input.vm-default .badge,
a.product-details .badge,
a.details .badge,
div.details .badge,
button.default .badge {
  color: transparent;
  background-color: #333333;
}
.general-bg::before,
input.custom-attribute::before,
.manufacturer-product-link a::before,
a.ask-a-question::before,
input.vm-default::before,
a.product-details::before,
a.details::before,
div.details::before,
button.default::before {
  width: 100%;
  height: 0;
  content: "";
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
.general-bg:hover,
input.custom-attribute:hover,
.manufacturer-product-link a:hover,
a.ask-a-question:hover,
input.vm-default:hover,
a.product-details:hover,
a.details:hover,
div.details:hover,
button.default:hover,
.general-bg:focus,
input.custom-attribute:focus,
.manufacturer-product-link a:focus,
a.ask-a-question:focus,
input.vm-default:focus,
a.product-details:focus,
a.details:focus,
div.details:focus,
button.default:focus,
.general-bg.focus,
input.custom-attribute.focus,
.manufacturer-product-link a.focus,
a.ask-a-question.focus,
input.vm-default.focus,
a.product-details.focus,
a.details.focus,
div.details.focus,
button.default.focus,
.general-bg:active,
input.custom-attribute:active,
.manufacturer-product-link a:active,
a.ask-a-question:active,
input.vm-default:active,
a.product-details:active,
a.details:active,
div.details:active,
button.default:active,
.general-bg.active,
input.custom-attribute.active,
.manufacturer-product-link a.active,
a.ask-a-question.active,
input.vm-default.active,
a.product-details.active,
a.details.active,
div.details.active,
button.default.active,
.open > .dropdown-toggle.general-bg,
.open > .dropdown-toggleinput.custom-attribute,
.open > .dropdown-toggle.manufacturer-product-link a,
.open > .dropdown-togglea.ask-a-question,
.open > .dropdown-toggleinput.vm-default,
.open > .dropdown-togglea.product-details,
.open > .dropdown-togglea.details,
.open > .dropdown-togglediv.details,
.open > .dropdown-togglebutton.default {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}
.general-bg:hover::before,
input.custom-attribute:hover::before,
.manufacturer-product-link a:hover::before,
a.ask-a-question:hover::before,
input.vm-default:hover::before,
a.product-details:hover::before,
a.details:hover::before,
div.details:hover::before,
button.default:hover::before,
.general-bg:focus::before,
input.custom-attribute:focus::before,
.manufacturer-product-link a:focus::before,
a.ask-a-question:focus::before,
input.vm-default:focus::before,
a.product-details:focus::before,
a.details:focus::before,
div.details:focus::before,
button.default:focus::before,
.general-bg.focus::before,
input.custom-attribute.focus::before,
.manufacturer-product-link a.focus::before,
a.ask-a-question.focus::before,
input.vm-default.focus::before,
a.product-details.focus::before,
a.details.focus::before,
div.details.focus::before,
button.default.focus::before,
.general-bg:active::before,
input.custom-attribute:active::before,
.manufacturer-product-link a:active::before,
a.ask-a-question:active::before,
input.vm-default:active::before,
a.product-details:active::before,
a.details:active::before,
div.details:active::before,
button.default:active::before,
.general-bg.active::before,
input.custom-attribute.active::before,
.manufacturer-product-link a.active::before,
a.ask-a-question.active::before,
input.vm-default.active::before,
a.product-details.active::before,
a.details.active::before,
div.details.active::before,
button.default.active::before,
.open > .dropdown-toggle.general-bg::before,
.open > .dropdown-toggleinput.custom-attribute::before,
.open > .dropdown-toggle.manufacturer-product-link a::before,
.open > .dropdown-togglea.ask-a-question::before,
.open > .dropdown-toggleinput.vm-default::before,
.open > .dropdown-togglea.product-details::before,
.open > .dropdown-togglea.details::before,
.open > .dropdown-togglediv.details::before,
.open > .dropdown-togglebutton.default::before {
  height: 100%;
}
.general-bg:active,
input.custom-attribute:active,
.manufacturer-product-link a:active,
a.ask-a-question:active,
input.vm-default:active,
a.product-details:active,
a.details:active,
div.details:active,
button.default:active,
.general-bg.active,
input.custom-attribute.active,
.manufacturer-product-link a.active,
a.ask-a-question.active,
input.vm-default.active,
a.product-details.active,
a.details.active,
div.details.active,
button.default.active,
.open > .dropdown-toggle.general-bg,
.open > .dropdown-toggleinput.custom-attribute,
.open > .dropdown-toggle.manufacturer-product-link a,
.open > .dropdown-togglea.ask-a-question,
.open > .dropdown-toggleinput.vm-default,
.open > .dropdown-togglea.product-details,
.open > .dropdown-togglea.details,
.open > .dropdown-togglediv.details,
.open > .dropdown-togglebutton.default {
  background-image: none;
}
.general-bg:active::before,
input.custom-attribute:active::before,
.manufacturer-product-link a:active::before,
a.ask-a-question:active::before,
input.vm-default:active::before,
a.product-details:active::before,
a.details:active::before,
div.details:active::before,
button.default:active::before,
.general-bg.active::before,
input.custom-attribute.active::before,
.manufacturer-product-link a.active::before,
a.ask-a-question.active::before,
input.vm-default.active::before,
a.product-details.active::before,
a.details.active::before,
div.details.active::before,
button.default.active::before,
.open > .dropdown-toggle.general-bg::before,
.open > .dropdown-toggleinput.custom-attribute::before,
.open > .dropdown-toggle.manufacturer-product-link a::before,
.open > .dropdown-togglea.ask-a-question::before,
.open > .dropdown-toggleinput.vm-default::before,
.open > .dropdown-togglea.product-details::before,
.open > .dropdown-togglea.details::before,
.open > .dropdown-togglediv.details::before,
.open > .dropdown-togglebutton.default::before {
  height: 100%;
}
.general-bg.disabled,
input.custom-attribute.disabled,
.manufacturer-product-link a.disabled,
a.ask-a-question.disabled,
input.vm-default.disabled,
a.product-details.disabled,
a.details.disabled,
div.details.disabled,
button.default.disabled,
.general-bg[disabled],
input.custom-attribute[disabled],
.manufacturer-product-link a[disabled],
a.ask-a-question[disabled],
input.vm-default[disabled],
a.product-details[disabled],
a.details[disabled],
div.details[disabled],
button.default[disabled],
fieldset[disabled] .general-bg,
fieldset[disabled] input.custom-attribute,
fieldset[disabled] .manufacturer-product-link a,
fieldset[disabled] a.ask-a-question,
fieldset[disabled] input.vm-default,
fieldset[disabled] a.product-details,
fieldset[disabled] a.details,
fieldset[disabled] div.details,
fieldset[disabled] button.default,
.general-bg.disabled:hover,
input.custom-attribute.disabled:hover,
.manufacturer-product-link a.disabled:hover,
a.ask-a-question.disabled:hover,
input.vm-default.disabled:hover,
a.product-details.disabled:hover,
a.details.disabled:hover,
div.details.disabled:hover,
button.default.disabled:hover,
.general-bg[disabled]:hover,
input.custom-attribute[disabled]:hover,
.manufacturer-product-link a[disabled]:hover,
a.ask-a-question[disabled]:hover,
input.vm-default[disabled]:hover,
a.product-details[disabled]:hover,
a.details[disabled]:hover,
div.details[disabled]:hover,
button.default[disabled]:hover,
fieldset[disabled] .general-bg:hover,
fieldset[disabled] input.custom-attribute:hover,
fieldset[disabled] .manufacturer-product-link a:hover,
fieldset[disabled] a.ask-a-question:hover,
fieldset[disabled] input.vm-default:hover,
fieldset[disabled] a.product-details:hover,
fieldset[disabled] a.details:hover,
fieldset[disabled] div.details:hover,
fieldset[disabled] button.default:hover,
.general-bg.disabled:focus,
input.custom-attribute.disabled:focus,
.manufacturer-product-link a.disabled:focus,
a.ask-a-question.disabled:focus,
input.vm-default.disabled:focus,
a.product-details.disabled:focus,
a.details.disabled:focus,
div.details.disabled:focus,
button.default.disabled:focus,
.general-bg[disabled]:focus,
input.custom-attribute[disabled]:focus,
.manufacturer-product-link a[disabled]:focus,
a.ask-a-question[disabled]:focus,
input.vm-default[disabled]:focus,
a.product-details[disabled]:focus,
a.details[disabled]:focus,
div.details[disabled]:focus,
button.default[disabled]:focus,
fieldset[disabled] .general-bg:focus,
fieldset[disabled] input.custom-attribute:focus,
fieldset[disabled] .manufacturer-product-link a:focus,
fieldset[disabled] a.ask-a-question:focus,
fieldset[disabled] input.vm-default:focus,
fieldset[disabled] a.product-details:focus,
fieldset[disabled] a.details:focus,
fieldset[disabled] div.details:focus,
fieldset[disabled] button.default:focus,
.general-bg.disabled.focus,
input.custom-attribute.disabled.focus,
.manufacturer-product-link a.disabled.focus,
a.ask-a-question.disabled.focus,
input.vm-default.disabled.focus,
a.product-details.disabled.focus,
a.details.disabled.focus,
div.details.disabled.focus,
button.default.disabled.focus,
.general-bg[disabled].focus,
input.custom-attribute[disabled].focus,
.manufacturer-product-link a[disabled].focus,
a.ask-a-question[disabled].focus,
input.vm-default[disabled].focus,
a.product-details[disabled].focus,
a.details[disabled].focus,
div.details[disabled].focus,
button.default[disabled].focus,
fieldset[disabled] .general-bg.focus,
fieldset[disabled] input.custom-attribute.focus,
fieldset[disabled] .manufacturer-product-link a.focus,
fieldset[disabled] a.ask-a-question.focus,
fieldset[disabled] input.vm-default.focus,
fieldset[disabled] a.product-details.focus,
fieldset[disabled] a.details.focus,
fieldset[disabled] div.details.focus,
fieldset[disabled] button.default.focus,
.general-bg.disabled:active,
input.custom-attribute.disabled:active,
.manufacturer-product-link a.disabled:active,
a.ask-a-question.disabled:active,
input.vm-default.disabled:active,
a.product-details.disabled:active,
a.details.disabled:active,
div.details.disabled:active,
button.default.disabled:active,
.general-bg[disabled]:active,
input.custom-attribute[disabled]:active,
.manufacturer-product-link a[disabled]:active,
a.ask-a-question[disabled]:active,
input.vm-default[disabled]:active,
a.product-details[disabled]:active,
a.details[disabled]:active,
div.details[disabled]:active,
button.default[disabled]:active,
fieldset[disabled] .general-bg:active,
fieldset[disabled] input.custom-attribute:active,
fieldset[disabled] .manufacturer-product-link a:active,
fieldset[disabled] a.ask-a-question:active,
fieldset[disabled] input.vm-default:active,
fieldset[disabled] a.product-details:active,
fieldset[disabled] a.details:active,
fieldset[disabled] div.details:active,
fieldset[disabled] button.default:active,
.general-bg.disabled.active,
input.custom-attribute.disabled.active,
.manufacturer-product-link a.disabled.active,
a.ask-a-question.disabled.active,
input.vm-default.disabled.active,
a.product-details.disabled.active,
a.details.disabled.active,
div.details.disabled.active,
button.default.disabled.active,
.general-bg[disabled].active,
input.custom-attribute[disabled].active,
.manufacturer-product-link a[disabled].active,
a.ask-a-question[disabled].active,
input.vm-default[disabled].active,
a.product-details[disabled].active,
a.details[disabled].active,
div.details[disabled].active,
button.default[disabled].active,
fieldset[disabled] .general-bg.active,
fieldset[disabled] input.custom-attribute.active,
fieldset[disabled] .manufacturer-product-link a.active,
fieldset[disabled] a.ask-a-question.active,
fieldset[disabled] input.vm-default.active,
fieldset[disabled] a.product-details.active,
fieldset[disabled] a.details.active,
fieldset[disabled] div.details.active,
fieldset[disabled] button.default.active {
  background-color: transparent;
  border-color: #333333;
}
.general-bg .badge,
input.custom-attribute .badge,
.manufacturer-product-link a .badge,
a.ask-a-question .badge,
input.vm-default .badge,
a.product-details .badge,
a.details .badge,
div.details .badge,
button.default .badge {
  color: transparent;
  background-color: #333333;
}
@media (max-width: 767px) {
  .general-bg,
  input.custom-attribute,
  .manufacturer-product-link a,
  a.ask-a-question,
  input.vm-default,
  a.product-details,
  a.details,
  div.details,
  button.default {
    margin-bottom: 6.25px;
  }
}
.cart-summary .quantity-input {
  display: inline-block;
}
.orderby-displaynumber {
  border: 0;
  padding: 0;
  margin: 0 0 50px;
}
.orderby-displaynumber .vm-pagination-top {
  display: none;
}
.orderby-displaynumber .display-number {
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .orderby-displaynumber .display-number {
    float: none;
    text-align: left !important;
  }
}
.orderby-displaynumber .display-number .inputbox {
  box-shadow: none;
  border-radius: 0;
  border-width: 1px;
  display: inline-block;
  margin-top: 6.25px;
  width: auto;
}
.orderby-displaynumber .display-number .inputbox:focus {
  border-color: #000000;
}
.orderlistcontainer {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.orderlistcontainer + .orderlistcontainer {
  margin-left: 25px;
}
@media (max-width: 480px) {
  .orderlistcontainer + .orderlistcontainer {
    display: block;
    margin-left: 0;
    margin-top: 12.5px;
  }
}
.orderlistcontainer div.title {
  color: #999999;
  display: block;
  margin-bottom: 6.25px;
}
.orderlistcontainer div.activeOrder {
  background-position: right 7px;
  border: 2px solid #eeeeee;
  border-radius: 0;
  display: block;
  padding: 5px 40px 5px 12px;
  color: #222222;
}
.orderlistcontainer div.activeOrder a {
  color: #222222;
}
.orderlistcontainer div.orderlist {
  min-width: 100%;
  right: 0;
  display: none;
  border-width: 2px;
  border-color: #e8e8e8;
  position: absolute;
  z-index: 10;
}
.orderlistcontainer div.orderlist div {
  font-size: 13px;
  padding: 0;
}
.orderlistcontainer div.orderlist div a {
  color: #222222;
  font-size: 12px;
  padding: 5px 12px;
}
.orderlistcontainer div.orderlist div a:hover,
.orderlistcontainer div.orderlist div a:focus,
.orderlistcontainer div.orderlist div a:active {
  background: #f7f7f7;
  color: #ce2620;
}
.orderlistcontainer div.Order {
  border: 2px solid #e8e8e8;
  padding: 6px 8.33333333px;
  display: inline-block;
}
.orderlistcontainer div.Order + div.orderlist {
  display: none !important;
}
@media (max-width: 767px) {
  table.user-details {
    width: auto;
  }
}
table.user-details input {
  background: #ffffff;
  color: #555555;
  border-color: #e8e8e8;
  height: 41px;
  border-radius: 0;
  box-shadow: none;
  transition: all 300ms ease 0s;
  padding: 6px 12px;
}
table.user-details input:focus,
table.user-details input:hover {
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none !important;
  border-color: #999999;
  color: #555555;
}
table.user-details input.invalid {
  background: #ffffff;
  color: #555555;
  border-color: #cc0000;
  border-radius: 0;
  padding: 6px 12px;
}
.output-shipto .radio input[type="radio"],
.checkboxes .radio input[type="radio"],
.output-shipto .radio-inline input[type="radio"],
.checkboxes .radio-inline input[type="radio"],
.output-shipto .checkbox input[type="checkbox"],
.checkboxes .checkbox input[type="checkbox"],
.output-shipto .checkbox-inline input[type="checkbox"],
.checkboxes .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  margin-right: 10px;
  position: static;
}
.gridlist-view {
  position: relative;
  clear: both;
}
.gridlist-view .gridlist {
  right: 0;
}
.gridlist-view .browse-view-inner:before,
.gridlist-view .browse-view-inner:after {
  content: " ";
  display: table;
}
.gridlist-view .browse-view-inner:after {
  clear: both;
}
.category-view + .gridlist-view {
  margin-top: 60px;
  border-top: 1px solid #e8e8e8;
  padding-top: 73.21428577px;
}
.vm-pagination-bottom {
  float: none;
  margin-top: 50px;
  padding-top: 25px;
}
.vm-pagination-bottom ul {
  float: left;
  margin: 0;
  padding: 0;
}
.vm-pagination-bottom ul li {
  display: inline-block;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .vm-pagination-bottom ul li {
    margin-bottom: 0;
  }
}
.vm-pagination-bottom ul li a,
.vm-pagination-bottom ul li span {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  color: #555555;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  padding: 12.5px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.vm-pagination-bottom ul li a:hover,
.vm-pagination-bottom ul li a:focus,
.vm-pagination-bottom ul li a:active {
  background: #eaeaea;
}
.vm-pagination-bottom ul li span {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.vm-pagination-bottom .display-number {
  float: none;
  overflow: hidden;
  line-height: 33px;
  margin-right: 0;
  width: 100%;
}
.vm-pagination-bottom .display-number:before,
.vm-pagination-bottom .display-number:after {
  content: " ";
  display: table;
}
.vm-pagination-bottom .display-number:after {
  clear: both;
}
.vm-pagination-bottom .display-number br {
  display: none;
}
.vm-pagination-bottom .inputbox {
  float: right;
  margin-left: 25px;
  vertical-align: middle;
}
div[class*="-view"] .row {
  margin: 0 -30px;
}
@media (max-width: 991px) {
  div[class*="-view"] .row {
    display: block;
  }
  div[class*="-view"] .row .clear,
  div[class*="-view"] .row .horizontal-separator {
    display: none;
  }
  div[class*="-view"] .row div.product {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div[class*="-view"] .row {
    margin: 0 -15px;
  }
  div[class*="-view"] .row div.product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.product {
  padding: 0 30px;
  margin: 0;
  border: 0;
}
@media (min-width: 992px) and (max-width 1199px) {
  div.product {
    padding: 0 15px;
  }
}
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
  border: 1px solid #e8e8e8;
  padding: 25px;
  position: relative;
  -webkit-transition: box-shadow 300ms;
  -o-transition: box-shadow 300ms;
  transition: box-shadow 300ms;
}
.featured-view .spacer:hover,
.latest-view .spacer:hover,
.topten-view .spacer:hover,
.recent-view .spacer:hover,
.related-products-view .spacer:hover,
.browse-view .row .product .spacer:hover {
  box-shadow: 2px 2px 0 #f7f7f7;
}
.featured-view .spacer .vm-product-media-container,
.latest-view .spacer .vm-product-media-container,
.topten-view .spacer .vm-product-media-container,
.recent-view .spacer .vm-product-media-container,
.related-products-view .spacer .vm-product-media-container,
.browse-view .row .product .spacer .vm-product-media-container {
  margin: -25px -25px 0;
  max-width: none;
}
.featured-view .spacer .browseProductImage,
.latest-view .spacer .browseProductImage,
.topten-view .spacer .browseProductImage,
.recent-view .spacer .browseProductImage,
.related-products-view .spacer .browseProductImage,
.browse-view .row .product .spacer .browseProductImage {
  max-height: none;
  max-width: 100%;
}
.featured-view .spacer .vm-product-descr-container-1 > h2,
.latest-view .spacer .vm-product-descr-container-1 > h2,
.topten-view .spacer .vm-product-descr-container-1 > h2,
.recent-view .spacer .vm-product-descr-container-1 > h2,
.related-products-view .spacer .vm-product-descr-container-1 > h2,
.browse-view .row .product .spacer .vm-product-descr-container-1 > h2,
.featured-view .spacer .vm-product-descr-container-0 > h2,
.latest-view .spacer .vm-product-descr-container-0 > h2,
.topten-view .spacer .vm-product-descr-container-0 > h2,
.recent-view .spacer .vm-product-descr-container-0 > h2,
.related-products-view .spacer .vm-product-descr-container-0 > h2,
.browse-view .row .product .spacer .vm-product-descr-container-0 > h2 {
  font-size: 16px;
  text-align: left;
}
@media (max-width: 991px) {
  .featured-view .spacer .vm-product-descr-container-1 > h2,
  .latest-view .spacer .vm-product-descr-container-1 > h2,
  .topten-view .spacer .vm-product-descr-container-1 > h2,
  .recent-view .spacer .vm-product-descr-container-1 > h2,
  .related-products-view .spacer .vm-product-descr-container-1 > h2,
  .browse-view .row .product .spacer .vm-product-descr-container-1 > h2,
  .featured-view .spacer .vm-product-descr-container-0 > h2,
  .latest-view .spacer .vm-product-descr-container-0 > h2,
  .topten-view .spacer .vm-product-descr-container-0 > h2,
  .recent-view .spacer .vm-product-descr-container-0 > h2,
  .related-products-view .spacer .vm-product-descr-container-0 > h2,
  .browse-view .row .product .spacer .vm-product-descr-container-0 > h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.featured-view .spacer .vm-product-descr-container-1 > h2 a,
.latest-view .spacer .vm-product-descr-container-1 > h2 a,
.topten-view .spacer .vm-product-descr-container-1 > h2 a,
.recent-view .spacer .vm-product-descr-container-1 > h2 a,
.related-products-view .spacer .vm-product-descr-container-1 > h2 a,
.browse-view .row .product .spacer .vm-product-descr-container-1 > h2 a,
.featured-view .spacer .vm-product-descr-container-0 > h2 a,
.latest-view .spacer .vm-product-descr-container-0 > h2 a,
.topten-view .spacer .vm-product-descr-container-0 > h2 a,
.recent-view .spacer .vm-product-descr-container-0 > h2 a,
.related-products-view .spacer .vm-product-descr-container-0 > h2 a,
.browse-view .row .product .spacer .vm-product-descr-container-0 > h2 a {
  color: #222222;
}
.featured-view .spacer .vm-product-descr-container-1 > h2 a:hover,
.latest-view .spacer .vm-product-descr-container-1 > h2 a:hover,
.topten-view .spacer .vm-product-descr-container-1 > h2 a:hover,
.recent-view .spacer .vm-product-descr-container-1 > h2 a:hover,
.related-products-view .spacer .vm-product-descr-container-1 > h2 a:hover,
.browse-view .row .product .spacer .vm-product-descr-container-1 > h2 a:hover,
.featured-view .spacer .vm-product-descr-container-0 > h2 a:hover,
.latest-view .spacer .vm-product-descr-container-0 > h2 a:hover,
.topten-view .spacer .vm-product-descr-container-0 > h2 a:hover,
.recent-view .spacer .vm-product-descr-container-0 > h2 a:hover,
.related-products-view .spacer .vm-product-descr-container-0 > h2 a:hover,
.browse-view .row .product .spacer .vm-product-descr-container-0 > h2 a:hover,
.featured-view .spacer .vm-product-descr-container-1 > h2 a:focus,
.latest-view .spacer .vm-product-descr-container-1 > h2 a:focus,
.topten-view .spacer .vm-product-descr-container-1 > h2 a:focus,
.recent-view .spacer .vm-product-descr-container-1 > h2 a:focus,
.related-products-view .spacer .vm-product-descr-container-1 > h2 a:focus,
.browse-view .row .product .spacer .vm-product-descr-container-1 > h2 a:focus,
.featured-view .spacer .vm-product-descr-container-0 > h2 a:focus,
.latest-view .spacer .vm-product-descr-container-0 > h2 a:focus,
.topten-view .spacer .vm-product-descr-container-0 > h2 a:focus,
.recent-view .spacer .vm-product-descr-container-0 > h2 a:focus,
.related-products-view .spacer .vm-product-descr-container-0 > h2 a:focus,
.browse-view .row .product .spacer .vm-product-descr-container-0 > h2 a:focus,
.featured-view .spacer .vm-product-descr-container-1 > h2 a:active,
.latest-view .spacer .vm-product-descr-container-1 > h2 a:active,
.topten-view .spacer .vm-product-descr-container-1 > h2 a:active,
.recent-view .spacer .vm-product-descr-container-1 > h2 a:active,
.related-products-view .spacer .vm-product-descr-container-1 > h2 a:active,
.browse-view .row .product .spacer .vm-product-descr-container-1 > h2 a:active,
.featured-view .spacer .vm-product-descr-container-0 > h2 a:active,
.latest-view .spacer .vm-product-descr-container-0 > h2 a:active,
.topten-view .spacer .vm-product-descr-container-0 > h2 a:active,
.recent-view .spacer .vm-product-descr-container-0 > h2 a:active,
.related-products-view .spacer .vm-product-descr-container-0 > h2 a:active,
.browse-view .row .product .spacer .vm-product-descr-container-0 > h2 a:active {
  color: #ce2620;
}
.featured-view .spacer .vm-product-descr-container-1,
.latest-view .spacer .vm-product-descr-container-1,
.topten-view .spacer .vm-product-descr-container-1,
.recent-view .spacer .vm-product-descr-container-1,
.related-products-view .spacer .vm-product-descr-container-1,
.browse-view .row .product .spacer .vm-product-descr-container-1 {
  height: unset !important;
}
.featured-view .spacer .vm-product-descr-container-1 .product_s_desc,
.latest-view .spacer .vm-product-descr-container-1 .product_s_desc,
.topten-view .spacer .vm-product-descr-container-1 .product_s_desc,
.recent-view .spacer .vm-product-descr-container-1 .product_s_desc,
.related-products-view .spacer .vm-product-descr-container-1 .product_s_desc,
.browse-view .row .product .spacer .vm-product-descr-container-1 .product_s_desc {
  color: #999999;
  font-size: 13px;
  height: auto;
  margin-bottom: 12.5px;
  text-align: left;
}
.featured-view .spacer a.ask-a-question,
.latest-view .spacer a.ask-a-question,
.topten-view .spacer a.ask-a-question,
.recent-view .spacer a.ask-a-question,
.related-products-view .spacer a.ask-a-question,
.browse-view .row .product .spacer a.ask-a-question {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 0;
  color: #555555;
  display: block;
  margin: 0 auto;
  padding: 7px 10px;
  text-align: center;
  width: 100px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.featured-view .spacer a.ask-a-question:hover,
.latest-view .spacer a.ask-a-question:hover,
.topten-view .spacer a.ask-a-question:hover,
.recent-view .spacer a.ask-a-question:hover,
.related-products-view .spacer a.ask-a-question:hover,
.browse-view .row .product .spacer a.ask-a-question:hover,
.featured-view .spacer a.ask-a-question:focus,
.latest-view .spacer a.ask-a-question:focus,
.topten-view .spacer a.ask-a-question:focus,
.recent-view .spacer a.ask-a-question:focus,
.related-products-view .spacer a.ask-a-question:focus,
.browse-view .row .product .spacer a.ask-a-question:focus,
.featured-view .spacer a.ask-a-question:active,
.latest-view .spacer a.ask-a-question:active,
.topten-view .spacer a.ask-a-question:active,
.recent-view .spacer a.ask-a-question:active,
.related-products-view .spacer a.ask-a-question:active,
.browse-view .row .product .spacer a.ask-a-question:active {
  background-color: #669900;
  color: #e55a55;
}
.featured-view .spacer .vm3pr-customfields-product,
.latest-view .spacer .vm3pr-customfields-product,
.topten-view .spacer .vm3pr-customfields-product,
.recent-view .spacer .vm3pr-customfields-product,
.related-products-view .spacer .vm3pr-customfields-product,
.browse-view .row .product .spacer .vm3pr-customfields-product {
  color: #e55a55;
  margin-bottom: 12.5px;
  padding: 0;
  text-align: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.featured-view .spacer .vm3pr-customfields-product b,
.latest-view .spacer .vm3pr-customfields-product b,
.topten-view .spacer .vm3pr-customfields-product b,
.recent-view .spacer .vm3pr-customfields-product b,
.related-products-view .spacer .vm3pr-customfields-product b,
.browse-view .row .product .spacer .vm3pr-customfields-product b {
  color: #999999;
}
.featured-view .spacer .vm3pr-customfields-product span,
.latest-view .spacer .vm3pr-customfields-product span,
.topten-view .spacer .vm3pr-customfields-product span,
.recent-view .spacer .vm3pr-customfields-product span,
.related-products-view .spacer .vm3pr-customfields-product span,
.browse-view .row .product .spacer .vm3pr-customfields-product span {
  margin-left: 5px;
}
.featured-view .spacer .vm3pr-customfields-product span i,
.latest-view .spacer .vm3pr-customfields-product span i,
.topten-view .spacer .vm3pr-customfields-product span i,
.recent-view .spacer .vm3pr-customfields-product span i,
.related-products-view .spacer .vm3pr-customfields-product span i,
.browse-view .row .product .spacer .vm3pr-customfields-product span i {
  margin-right: 5px;
}
.featured-view .spacer div.product-price,
.latest-view .spacer div.product-price,
.topten-view .spacer div.product-price,
.recent-view .spacer div.product-price,
.related-products-view .spacer div.product-price,
.browse-view .row .product .spacer div.product-price {
  float: none;
  margin-bottom: 25px !important;
  text-align: left;
}
.featured-view .spacer div.product-price:before,
.latest-view .spacer div.product-price:before,
.topten-view .spacer div.product-price:before,
.recent-view .spacer div.product-price:before,
.related-products-view .spacer div.product-price:before,
.browse-view .row .product .spacer div.product-price:before,
.featured-view .spacer div.product-price:after,
.latest-view .spacer div.product-price:after,
.topten-view .spacer div.product-price:after,
.recent-view .spacer div.product-price:after,
.related-products-view .spacer div.product-price:after,
.browse-view .row .product .spacer div.product-price:after {
  content: " ";
  display: table;
}
.featured-view .spacer div.product-price:after,
.latest-view .spacer div.product-price:after,
.topten-view .spacer div.product-price:after,
.recent-view .spacer div.product-price:after,
.related-products-view .spacer div.product-price:after,
.browse-view .row .product .spacer div.product-price:after {
  clear: both;
}
.featured-view .spacer div.product-price > div,
.latest-view .spacer div.product-price > div,
.topten-view .spacer div.product-price > div,
.recent-view .spacer div.product-price > div,
.related-products-view .spacer div.product-price > div,
.browse-view .row .product .spacer div.product-price > div {
  margin-bottom: 8.33333333px;
}
.featured-view .spacer div.product-price span,
.latest-view .spacer div.product-price span,
.topten-view .spacer div.product-price span,
.recent-view .spacer div.product-price span,
.related-products-view .spacer div.product-price span,
.browse-view .row .product .spacer div.product-price span {
  color: #555555 !important;
  font-size: 14px !important;
  font-weight: 600;
}
.featured-view .spacer div.product-price span.vm-price-desc,
.latest-view .spacer div.product-price span.vm-price-desc,
.topten-view .spacer div.product-price span.vm-price-desc,
.recent-view .spacer div.product-price span.vm-price-desc,
.related-products-view .spacer div.product-price span.vm-price-desc,
.browse-view .row .product .spacer div.product-price span.vm-price-desc {
  font-size: 14px !important;
  font-weight: 600;
}
.featured-view .spacer div.product-price.salesprice span.PricebasePrice,
.latest-view .spacer div.product-price.salesprice span.PricebasePrice,
.topten-view .spacer div.product-price.salesprice span.PricebasePrice,
.recent-view .spacer div.product-price.salesprice span.PricebasePrice,
.related-products-view .spacer div.product-price.salesprice span.PricebasePrice,
.browse-view .row .product .spacer div.product-price.salesprice span.PricebasePrice {
  color: #e55a55 !important;
  text-decoration: line-through;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.featured-view .spacer div.product-price.salesprice span.PricesalesPrice,
.latest-view .spacer div.product-price.salesprice span.PricesalesPrice,
.topten-view .spacer div.product-price.salesprice span.PricesalesPrice,
.recent-view .spacer div.product-price.salesprice span.PricesalesPrice,
.related-products-view .spacer div.product-price.salesprice span.PricesalesPrice,
.browse-view .row .product .spacer div.product-price.salesprice span.PricesalesPrice {
  color: #e55a55 !important;
}
#system-message-container + a {
  position: absolute;
  right: 30px;
  top: 0;
}
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4 {
  color: #222222;
  display: inline-block;
  font-size: 21px;
  margin-bottom: 50px;
  position: relative;
}
.featured-view h4:before,
.latest-view h4:before,
.topten-view h4:before,
.recent-view h4:before,
.related-products-view h4:before {
  background: #e55a55;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 80px;
}
.featured-view .vm-details-button .product-details,
.latest-view .vm-details-button .product-details,
.topten-view .vm-details-button .product-details,
.recent-view .vm-details-button .product-details,
.related-products-view .vm-details-button .product-details {
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  margin-top: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 1;
}
.featured-view .vm-details-button .product-details:hover,
.latest-view .vm-details-button .product-details:hover,
.topten-view .vm-details-button .product-details:hover,
.recent-view .vm-details-button .product-details:hover,
.related-products-view .vm-details-button .product-details:hover,
.featured-view .vm-details-button .product-details:focus,
.latest-view .vm-details-button .product-details:focus,
.topten-view .vm-details-button .product-details:focus,
.recent-view .vm-details-button .product-details:focus,
.related-products-view .vm-details-button .product-details:focus,
.featured-view .vm-details-button .product-details.focus,
.latest-view .vm-details-button .product-details.focus,
.topten-view .vm-details-button .product-details.focus,
.recent-view .vm-details-button .product-details.focus,
.related-products-view .vm-details-button .product-details.focus,
.featured-view .vm-details-button .product-details:active,
.latest-view .vm-details-button .product-details:active,
.topten-view .vm-details-button .product-details:active,
.recent-view .vm-details-button .product-details:active,
.related-products-view .vm-details-button .product-details:active,
.featured-view .vm-details-button .product-details.active,
.latest-view .vm-details-button .product-details.active,
.topten-view .vm-details-button .product-details.active,
.recent-view .vm-details-button .product-details.active,
.related-products-view .vm-details-button .product-details.active,
.open > .dropdown-toggle.featured-view .vm-details-button .product-details,
.open > .dropdown-toggle.latest-view .vm-details-button .product-details,
.open > .dropdown-toggle.topten-view .vm-details-button .product-details,
.open > .dropdown-toggle.recent-view .vm-details-button .product-details,
.open > .dropdown-toggle.related-products-view .vm-details-button .product-details {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.featured-view .vm-details-button .product-details:active,
.latest-view .vm-details-button .product-details:active,
.topten-view .vm-details-button .product-details:active,
.recent-view .vm-details-button .product-details:active,
.related-products-view .vm-details-button .product-details:active,
.featured-view .vm-details-button .product-details.active,
.latest-view .vm-details-button .product-details.active,
.topten-view .vm-details-button .product-details.active,
.recent-view .vm-details-button .product-details.active,
.related-products-view .vm-details-button .product-details.active,
.open > .dropdown-toggle.featured-view .vm-details-button .product-details,
.open > .dropdown-toggle.latest-view .vm-details-button .product-details,
.open > .dropdown-toggle.topten-view .vm-details-button .product-details,
.open > .dropdown-toggle.recent-view .vm-details-button .product-details,
.open > .dropdown-toggle.related-products-view .vm-details-button .product-details {
  background-image: none;
}
.featured-view .vm-details-button .product-details.disabled,
.latest-view .vm-details-button .product-details.disabled,
.topten-view .vm-details-button .product-details.disabled,
.recent-view .vm-details-button .product-details.disabled,
.related-products-view .vm-details-button .product-details.disabled,
.featured-view .vm-details-button .product-details[disabled],
.latest-view .vm-details-button .product-details[disabled],
.topten-view .vm-details-button .product-details[disabled],
.recent-view .vm-details-button .product-details[disabled],
.related-products-view .vm-details-button .product-details[disabled],
fieldset[disabled] .featured-view .vm-details-button .product-details,
fieldset[disabled] .latest-view .vm-details-button .product-details,
fieldset[disabled] .topten-view .vm-details-button .product-details,
fieldset[disabled] .recent-view .vm-details-button .product-details,
fieldset[disabled] .related-products-view .vm-details-button .product-details,
.featured-view .vm-details-button .product-details.disabled:hover,
.latest-view .vm-details-button .product-details.disabled:hover,
.topten-view .vm-details-button .product-details.disabled:hover,
.recent-view .vm-details-button .product-details.disabled:hover,
.related-products-view .vm-details-button .product-details.disabled:hover,
.featured-view .vm-details-button .product-details[disabled]:hover,
.latest-view .vm-details-button .product-details[disabled]:hover,
.topten-view .vm-details-button .product-details[disabled]:hover,
.recent-view .vm-details-button .product-details[disabled]:hover,
.related-products-view .vm-details-button .product-details[disabled]:hover,
fieldset[disabled] .featured-view .vm-details-button .product-details:hover,
fieldset[disabled] .latest-view .vm-details-button .product-details:hover,
fieldset[disabled] .topten-view .vm-details-button .product-details:hover,
fieldset[disabled] .recent-view .vm-details-button .product-details:hover,
fieldset[disabled] .related-products-view .vm-details-button .product-details:hover,
.featured-view .vm-details-button .product-details.disabled:focus,
.latest-view .vm-details-button .product-details.disabled:focus,
.topten-view .vm-details-button .product-details.disabled:focus,
.recent-view .vm-details-button .product-details.disabled:focus,
.related-products-view .vm-details-button .product-details.disabled:focus,
.featured-view .vm-details-button .product-details[disabled]:focus,
.latest-view .vm-details-button .product-details[disabled]:focus,
.topten-view .vm-details-button .product-details[disabled]:focus,
.recent-view .vm-details-button .product-details[disabled]:focus,
.related-products-view .vm-details-button .product-details[disabled]:focus,
fieldset[disabled] .featured-view .vm-details-button .product-details:focus,
fieldset[disabled] .latest-view .vm-details-button .product-details:focus,
fieldset[disabled] .topten-view .vm-details-button .product-details:focus,
fieldset[disabled] .recent-view .vm-details-button .product-details:focus,
fieldset[disabled] .related-products-view .vm-details-button .product-details:focus,
.featured-view .vm-details-button .product-details.disabled.focus,
.latest-view .vm-details-button .product-details.disabled.focus,
.topten-view .vm-details-button .product-details.disabled.focus,
.recent-view .vm-details-button .product-details.disabled.focus,
.related-products-view .vm-details-button .product-details.disabled.focus,
.featured-view .vm-details-button .product-details[disabled].focus,
.latest-view .vm-details-button .product-details[disabled].focus,
.topten-view .vm-details-button .product-details[disabled].focus,
.recent-view .vm-details-button .product-details[disabled].focus,
.related-products-view .vm-details-button .product-details[disabled].focus,
fieldset[disabled] .featured-view .vm-details-button .product-details.focus,
fieldset[disabled] .latest-view .vm-details-button .product-details.focus,
fieldset[disabled] .topten-view .vm-details-button .product-details.focus,
fieldset[disabled] .recent-view .vm-details-button .product-details.focus,
fieldset[disabled] .related-products-view .vm-details-button .product-details.focus,
.featured-view .vm-details-button .product-details.disabled:active,
.latest-view .vm-details-button .product-details.disabled:active,
.topten-view .vm-details-button .product-details.disabled:active,
.recent-view .vm-details-button .product-details.disabled:active,
.related-products-view .vm-details-button .product-details.disabled:active,
.featured-view .vm-details-button .product-details[disabled]:active,
.latest-view .vm-details-button .product-details[disabled]:active,
.topten-view .vm-details-button .product-details[disabled]:active,
.recent-view .vm-details-button .product-details[disabled]:active,
.related-products-view .vm-details-button .product-details[disabled]:active,
fieldset[disabled] .featured-view .vm-details-button .product-details:active,
fieldset[disabled] .latest-view .vm-details-button .product-details:active,
fieldset[disabled] .topten-view .vm-details-button .product-details:active,
fieldset[disabled] .recent-view .vm-details-button .product-details:active,
fieldset[disabled] .related-products-view .vm-details-button .product-details:active,
.featured-view .vm-details-button .product-details.disabled.active,
.latest-view .vm-details-button .product-details.disabled.active,
.topten-view .vm-details-button .product-details.disabled.active,
.recent-view .vm-details-button .product-details.disabled.active,
.related-products-view .vm-details-button .product-details.disabled.active,
.featured-view .vm-details-button .product-details[disabled].active,
.latest-view .vm-details-button .product-details[disabled].active,
.topten-view .vm-details-button .product-details[disabled].active,
.recent-view .vm-details-button .product-details[disabled].active,
.related-products-view .vm-details-button .product-details[disabled].active,
fieldset[disabled] .featured-view .vm-details-button .product-details.active,
fieldset[disabled] .latest-view .vm-details-button .product-details.active,
fieldset[disabled] .topten-view .vm-details-button .product-details.active,
fieldset[disabled] .recent-view .vm-details-button .product-details.active,
fieldset[disabled] .related-products-view .vm-details-button .product-details.active {
  background-color: transparent;
  border-color: #ffffff;
}
.featured-view .vm-details-button .product-details .badge,
.latest-view .vm-details-button .product-details .badge,
.topten-view .vm-details-button .product-details .badge,
.recent-view .vm-details-button .product-details .badge,
.related-products-view .vm-details-button .product-details .badge {
  color: transparent;
  background-color: #ffffff;
}
.featured-view .vm-details-button .product-details::before,
.latest-view .vm-details-button .product-details::before,
.topten-view .vm-details-button .product-details::before,
.recent-view .vm-details-button .product-details::before,
.related-products-view .vm-details-button .product-details::before {
  width: 100%;
  height: 0;
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
.featured-view .vm-details-button .product-details:hover,
.latest-view .vm-details-button .product-details:hover,
.topten-view .vm-details-button .product-details:hover,
.recent-view .vm-details-button .product-details:hover,
.related-products-view .vm-details-button .product-details:hover,
.featured-view .vm-details-button .product-details:focus,
.latest-view .vm-details-button .product-details:focus,
.topten-view .vm-details-button .product-details:focus,
.recent-view .vm-details-button .product-details:focus,
.related-products-view .vm-details-button .product-details:focus,
.featured-view .vm-details-button .product-details.focus,
.latest-view .vm-details-button .product-details.focus,
.topten-view .vm-details-button .product-details.focus,
.recent-view .vm-details-button .product-details.focus,
.related-products-view .vm-details-button .product-details.focus,
.featured-view .vm-details-button .product-details:active,
.latest-view .vm-details-button .product-details:active,
.topten-view .vm-details-button .product-details:active,
.recent-view .vm-details-button .product-details:active,
.related-products-view .vm-details-button .product-details:active,
.featured-view .vm-details-button .product-details.active,
.latest-view .vm-details-button .product-details.active,
.topten-view .vm-details-button .product-details.active,
.recent-view .vm-details-button .product-details.active,
.related-products-view .vm-details-button .product-details.active,
.open > .dropdown-toggle.featured-view .vm-details-button .product-details,
.open > .dropdown-toggle.latest-view .vm-details-button .product-details,
.open > .dropdown-toggle.topten-view .vm-details-button .product-details,
.open > .dropdown-toggle.recent-view .vm-details-button .product-details,
.open > .dropdown-toggle.related-products-view .vm-details-button .product-details {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}
.featured-view .vm-details-button .product-details:hover::before,
.latest-view .vm-details-button .product-details:hover::before,
.topten-view .vm-details-button .product-details:hover::before,
.recent-view .vm-details-button .product-details:hover::before,
.related-products-view .vm-details-button .product-details:hover::before,
.featured-view .vm-details-button .product-details:focus::before,
.latest-view .vm-details-button .product-details:focus::before,
.topten-view .vm-details-button .product-details:focus::before,
.recent-view .vm-details-button .product-details:focus::before,
.related-products-view .vm-details-button .product-details:focus::before,
.featured-view .vm-details-button .product-details.focus::before,
.latest-view .vm-details-button .product-details.focus::before,
.topten-view .vm-details-button .product-details.focus::before,
.recent-view .vm-details-button .product-details.focus::before,
.related-products-view .vm-details-button .product-details.focus::before,
.featured-view .vm-details-button .product-details:active::before,
.latest-view .vm-details-button .product-details:active::before,
.topten-view .vm-details-button .product-details:active::before,
.recent-view .vm-details-button .product-details:active::before,
.related-products-view .vm-details-button .product-details:active::before,
.featured-view .vm-details-button .product-details.active::before,
.latest-view .vm-details-button .product-details.active::before,
.topten-view .vm-details-button .product-details.active::before,
.recent-view .vm-details-button .product-details.active::before,
.related-products-view .vm-details-button .product-details.active::before,
.open > .dropdown-toggle.featured-view .vm-details-button .product-details::before,
.open > .dropdown-toggle.latest-view .vm-details-button .product-details::before,
.open > .dropdown-toggle.topten-view .vm-details-button .product-details::before,
.open > .dropdown-toggle.recent-view .vm-details-button .product-details::before,
.open > .dropdown-toggle.related-products-view .vm-details-button .product-details::before {
  height: 100%;
}
.featured-view .vm-details-button .product-details:active,
.latest-view .vm-details-button .product-details:active,
.topten-view .vm-details-button .product-details:active,
.recent-view .vm-details-button .product-details:active,
.related-products-view .vm-details-button .product-details:active,
.featured-view .vm-details-button .product-details.active,
.latest-view .vm-details-button .product-details.active,
.topten-view .vm-details-button .product-details.active,
.recent-view .vm-details-button .product-details.active,
.related-products-view .vm-details-button .product-details.active,
.open > .dropdown-toggle.featured-view .vm-details-button .product-details,
.open > .dropdown-toggle.latest-view .vm-details-button .product-details,
.open > .dropdown-toggle.topten-view .vm-details-button .product-details,
.open > .dropdown-toggle.recent-view .vm-details-button .product-details,
.open > .dropdown-toggle.related-products-view .vm-details-button .product-details {
  background-image: none;
}
.featured-view .vm-details-button .product-details:active::before,
.latest-view .vm-details-button .product-details:active::before,
.topten-view .vm-details-button .product-details:active::before,
.recent-view .vm-details-button .product-details:active::before,
.related-products-view .vm-details-button .product-details:active::before,
.featured-view .vm-details-button .product-details.active::before,
.latest-view .vm-details-button .product-details.active::before,
.topten-view .vm-details-button .product-details.active::before,
.recent-view .vm-details-button .product-details.active::before,
.related-products-view .vm-details-button .product-details.active::before,
.open > .dropdown-toggle.featured-view .vm-details-button .product-details::before,
.open > .dropdown-toggle.latest-view .vm-details-button .product-details::before,
.open > .dropdown-toggle.topten-view .vm-details-button .product-details::before,
.open > .dropdown-toggle.recent-view .vm-details-button .product-details::before,
.open > .dropdown-toggle.related-products-view .vm-details-button .product-details::before {
  height: 100%;
}
.featured-view .vm-details-button .product-details.disabled,
.latest-view .vm-details-button .product-details.disabled,
.topten-view .vm-details-button .product-details.disabled,
.recent-view .vm-details-button .product-details.disabled,
.related-products-view .vm-details-button .product-details.disabled,
.featured-view .vm-details-button .product-details[disabled],
.latest-view .vm-details-button .product-details[disabled],
.topten-view .vm-details-button .product-details[disabled],
.recent-view .vm-details-button .product-details[disabled],
.related-products-view .vm-details-button .product-details[disabled],
fieldset[disabled] .featured-view .vm-details-button .product-details,
fieldset[disabled] .latest-view .vm-details-button .product-details,
fieldset[disabled] .topten-view .vm-details-button .product-details,
fieldset[disabled] .recent-view .vm-details-button .product-details,
fieldset[disabled] .related-products-view .vm-details-button .product-details,
.featured-view .vm-details-button .product-details.disabled:hover,
.latest-view .vm-details-button .product-details.disabled:hover,
.topten-view .vm-details-button .product-details.disabled:hover,
.recent-view .vm-details-button .product-details.disabled:hover,
.related-products-view .vm-details-button .product-details.disabled:hover,
.featured-view .vm-details-button .product-details[disabled]:hover,
.latest-view .vm-details-button .product-details[disabled]:hover,
.topten-view .vm-details-button .product-details[disabled]:hover,
.recent-view .vm-details-button .product-details[disabled]:hover,
.related-products-view .vm-details-button .product-details[disabled]:hover,
fieldset[disabled] .featured-view .vm-details-button .product-details:hover,
fieldset[disabled] .latest-view .vm-details-button .product-details:hover,
fieldset[disabled] .topten-view .vm-details-button .product-details:hover,
fieldset[disabled] .recent-view .vm-details-button .product-details:hover,
fieldset[disabled] .related-products-view .vm-details-button .product-details:hover,
.featured-view .vm-details-button .product-details.disabled:focus,
.latest-view .vm-details-button .product-details.disabled:focus,
.topten-view .vm-details-button .product-details.disabled:focus,
.recent-view .vm-details-button .product-details.disabled:focus,
.related-products-view .vm-details-button .product-details.disabled:focus,
.featured-view .vm-details-button .product-details[disabled]:focus,
.latest-view .vm-details-button .product-details[disabled]:focus,
.topten-view .vm-details-button .product-details[disabled]:focus,
.recent-view .vm-details-button .product-details[disabled]:focus,
.related-products-view .vm-details-button .product-details[disabled]:focus,
fieldset[disabled] .featured-view .vm-details-button .product-details:focus,
fieldset[disabled] .latest-view .vm-details-button .product-details:focus,
fieldset[disabled] .topten-view .vm-details-button .product-details:focus,
fieldset[disabled] .recent-view .vm-details-button .product-details:focus,
fieldset[disabled] .related-products-view .vm-details-button .product-details:focus,
.featured-view .vm-details-button .product-details.disabled.focus,
.latest-view .vm-details-button .product-details.disabled.focus,
.topten-view .vm-details-button .product-details.disabled.focus,
.recent-view .vm-details-button .product-details.disabled.focus,
.related-products-view .vm-details-button .product-details.disabled.focus,
.featured-view .vm-details-button .product-details[disabled].focus,
.latest-view .vm-details-button .product-details[disabled].focus,
.topten-view .vm-details-button .product-details[disabled].focus,
.recent-view .vm-details-button .product-details[disabled].focus,
.related-products-view .vm-details-button .product-details[disabled].focus,
fieldset[disabled] .featured-view .vm-details-button .product-details.focus,
fieldset[disabled] .latest-view .vm-details-button .product-details.focus,
fieldset[disabled] .topten-view .vm-details-button .product-details.focus,
fieldset[disabled] .recent-view .vm-details-button .product-details.focus,
fieldset[disabled] .related-products-view .vm-details-button .product-details.focus,
.featured-view .vm-details-button .product-details.disabled:active,
.latest-view .vm-details-button .product-details.disabled:active,
.topten-view .vm-details-button .product-details.disabled:active,
.recent-view .vm-details-button .product-details.disabled:active,
.related-products-view .vm-details-button .product-details.disabled:active,
.featured-view .vm-details-button .product-details[disabled]:active,
.latest-view .vm-details-button .product-details[disabled]:active,
.topten-view .vm-details-button .product-details[disabled]:active,
.recent-view .vm-details-button .product-details[disabled]:active,
.related-products-view .vm-details-button .product-details[disabled]:active,
fieldset[disabled] .featured-view .vm-details-button .product-details:active,
fieldset[disabled] .latest-view .vm-details-button .product-details:active,
fieldset[disabled] .topten-view .vm-details-button .product-details:active,
fieldset[disabled] .recent-view .vm-details-button .product-details:active,
fieldset[disabled] .related-products-view .vm-details-button .product-details:active,
.featured-view .vm-details-button .product-details.disabled.active,
.latest-view .vm-details-button .product-details.disabled.active,
.topten-view .vm-details-button .product-details.disabled.active,
.recent-view .vm-details-button .product-details.disabled.active,
.related-products-view .vm-details-button .product-details.disabled.active,
.featured-view .vm-details-button .product-details[disabled].active,
.latest-view .vm-details-button .product-details[disabled].active,
.topten-view .vm-details-button .product-details[disabled].active,
.recent-view .vm-details-button .product-details[disabled].active,
.related-products-view .vm-details-button .product-details[disabled].active,
fieldset[disabled] .featured-view .vm-details-button .product-details.active,
fieldset[disabled] .latest-view .vm-details-button .product-details.active,
fieldset[disabled] .topten-view .vm-details-button .product-details.active,
fieldset[disabled] .recent-view .vm-details-button .product-details.active,
fieldset[disabled] .related-products-view .vm-details-button .product-details.active {
  background-color: transparent;
  border-color: #ffffff;
}
.featured-view .vm-details-button .product-details .badge,
.latest-view .vm-details-button .product-details .badge,
.topten-view .vm-details-button .product-details .badge,
.recent-view .vm-details-button .product-details .badge,
.related-products-view .vm-details-button .product-details .badge {
  color: transparent;
  background-color: #ffffff;
}
.featured-view {
  border-top: 0;
}
.browse-view {
  border-top: 0;
}
.browse-view h1 {
  background: transparent;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
}
.browse-view h1 span {
  position: relative;
  display: inline-block;
}
.browse-view h1 span::before {
  content: "";
  border-top: 1px solid #e55a55;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 0;
  position: absolute;
  top: -26px;
  left: 0;
}
.browse-view .category_description {
  border-bottom: 1px solid #e8e8e8;
  color: #555555;
  padding-bottom: 25px;
}
.vendor-store-desc h1 {
  margin-top: 0;
}
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.browse-view,
.order-view {
  margin-bottom: 60px;
}
.horizontal-separator {
  background: none;
  height: 60px;
  margin: 0;
}
div.category-view {
  margin-bottom: 30px;
}
div.category-view .row .category {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.category-view .row .category {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 49.9%;
  }
}
@media (max-width: 991px) {
  div.category-view .row .category {
    margin-bottom: 25px;
    width: 100%;
  }
}
div.category-view .row .category img {
  max-width: 100%;
}
div.category-view .row .category .spacer {
  border: 1px solid #e8e8e8;
}
div.category-view .row .category .spacer h2 {
  border-top: 0;
  color: #222222;
  display: block;
  padding: 25px;
  font-size: 16px;
}
div.category-view .row .category .spacer h2:hover,
div.category-view .row .category .spacer h2:focus,
div.category-view .row .category .spacer h2:active {
  color: #e55a55;
}
div.category-view .category_description {
  margin-bottom: 60px;
}
div.category-view .row .category .spacer {
  padding: 0;
}
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 25px;
}
.manufacturer-view-default .row .manufacturer h2 {
  margin: 0 0 25px;
  font-size: 14px;
}
.manufacturer-view-default .row .manufacturer h2 a {
  color: #e55a55;
}
.vm-wrap .vm-orders-list h1 {
  background: transparent;
  color: #000000;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .vm-wrap .vm-orders-list h1 {
    font-size: 21px;
  }
}
.vm-wrap .vm-orders-list h1 span {
  position: relative;
  display: inline-block;
}
.vm-wrap .vm-orders-list h1 span::before {
  content: "";
  border-top: 1px solid #e55a55;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 0;
  position: absolute;
  top: -26px;
  left: 0;
}
@media (max-width: 767px) {
  .vm-wrap .vm-orders-list #editcell {
    overflow-y: scroll;
  }
}
.vm-wrap .vm-orders-list #editcell table {
  width: 100%;
}
.vm-wrap .vm-orders-list #editcell table td,
.vm-wrap .vm-orders-list #editcell table th {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .vm-wrap .vm-orders-list #editcell table td,
  .vm-wrap .vm-orders-list #editcell table th {
    min-width: 150px;
  }
}
.vm-wrap .vm-orders-list .order-view {
  border: 1px solid #e8e8e8;
  padding: 25px;
  margin-bottom: 25px;
}
.vm-wrap .vm-orders-list .order-view h2 {
  margin-top: 0;
  font-size: 14px;
  text-transform: none;
}
.vm-wrap .vm-orders-list .order-view label {
  display: inline-block;
}
.vm-wrap .vm-orders-list #com-form-order-number,
.vm-wrap .vm-orders-list #com-form-order-pass {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .vm-wrap .vm-orders-list #com-form-order-number,
  .vm-wrap .vm-orders-list #com-form-order-pass {
    width: 100%;
  }
}
.vm-wrap .vm-orders-list #com-form-order-submit {
  float: none;
  clear: both;
  margin-top: 25px;
}
.t3-content.col-md-9 .productdetails-tabs {
  margin-left: 0;
  margin-right: 0;
}
.t3-content.col-md-9 .nav-tabs {
  padding-left: 0;
  padding-right: 0;
}
.t3-content.col-md-9 .tab-content {
  width: auto;
}
.t3-content.col-md-9 .tab-content .tab-pane {
  width: auto;
}
.productdetails-tabs {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .productdetails-tabs {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1680px) {
  .productdetails-tabs {
    margin-left: -258px;
    margin-right: -258px;
  }
}
.productdetails-tabs .nav-tabs {
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .productdetails-tabs .nav-tabs {
    border: 1px solid #e8e8e8;
  }
}
@media (min-width: 768px) {
  .productdetails-tabs .nav-tabs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1680px) {
  .productdetails-tabs .nav-tabs {
    padding-left: 258px;
    padding-right: 258px;
  }
}
.productdetails-tabs .nav-tabs li {
  border-top: 0;
  height: 120px;
  line-height: 120px;
  float: left;
  margin-right: 0;
  padding: 0;
  text-align: center;
  width: 50%;
}
@media (max-width: 767px) {
  .productdetails-tabs .nav-tabs li {
    border: 0;
    height: 60px;
    line-height: 60px;
    margin: 0;
  }
}
.productdetails-tabs .nav-tabs li > a:hover,
.productdetails-tabs .nav-tabs li > a:focus,
.productdetails-tabs .nav-tabs li > a:active {
  background: transparent;
}
@media (max-width: 767px) {
  .productdetails-tabs .nav-tabs li.active {
    background: #f7f7f7;
  }
}
.productdetails-tabs .tab-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .productdetails-tabs .tab-content {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .productdetails-tabs .tab-content {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .productdetails-tabs .tab-content {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .productdetails-tabs .tab-content {
    padding: 0;
  }
}
.productdetails-tabs .tab-content .tab-pane {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 80%;
}
@media (max-width: 991px) {
  .productdetails-tabs .tab-content .tab-pane {
    padding: 0;
    width: 100%;
  }
}
.productdetails-tabs .product-description {
  text-align: center;
}
.productdetails-tabs .product-description .title {
  display: none;
}
.productdetails-tabs .product-description .title-detail {
  margin-bottom: 60px;
}
.productdetails-tabs .product-description img {
  max-width: 100%;
}
.productdetails-tabs .product-description .row {
  margin-bottom: 60px;
}
.productdetails-tabs .product-description .row p {
  color: #999999;
  font-size: 13px;
}
.productdetails-tabs .product-description .action {
  background: #f7f7f7;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .productdetails-tabs .product-description .action {
    padding: 25px 0;
  }
}
.productdetails-tabs .product-description .action h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .productdetails-tabs .product-description .action h3 {
    font-size: 15px;
  }
}
.productdetails-tabs .product-description .action .btn {
  padding-left: 25px;
  padding-right: 25px;
}
.productdetails-tabs .customer-reviews > h4 {
  display: none;
}
.productdetails-tabs .customer-reviews .list-reviews {
  margin-top: 25px;
}
.productdetails-tabs .customer-reviews .list-reviews > div {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 25px;
  margin: 0;
}
.productdetails-tabs .customer-reviews .list-reviews > div.clear {
  display: none;
}
.productdetails-tabs .customer-reviews .list-reviews > div + div {
  margin-top: 25px;
}
.productdetails-tabs .customer-reviews .list-reviews .highlight {
  border-color: #e8e8e8;
  background: transparent;
  font-weight: 400;
}
.productdetails-tabs .customer-reviews .list-reviews .details {
  float: right;
  margin-top: 25px;
}
.productdetails-tabs .customer-reviews .list-reviews span.date {
  border: 0;
  border-left: 1px solid #e8e8e8;
  color: #555555;
  padding: 0 0 0 10px;
  right: auto;
  top: auto;
}
.productdetails-tabs .customer-reviews .list-reviews span.vote {
  margin: 0 10px 0 0;
  line-height: 1;
}
.productdetails-tabs .customer-reviews .list-reviews blockquote {
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.productdetails-tabs .customer-reviews .list-reviews blockquote:before,
.productdetails-tabs .customer-reviews .list-reviews blockquote:after {
  display: none;
}
.productdetails-tabs .customer-reviews .write-reviews > span input {
  display: inline;
}
.productdetails-tabs .customer-reviews .write-reviews #comment {
  border-color: #e8e8e8;
  border-radius: 0;
  min-height: 150px;
}
.productdetails-tabs .customer-reviews .write-reviews #comment:hover {
  background: transparent;
}
.productdetails-tabs .customer-reviews .write-reviews #comment:focus {
  box-shadow: none;
  background: transparent;
  border-color: #000000;
}
.productdetails-tabs .customer-reviews .highlight-button {
  margin-bottom: 25px;
}
.productdetails-tabs #reviewform {
  text-align: center;
}
.productdetails-tabs #reviewform h4 {
  border: 0;
  font-size: 18px;
}
.product-related-products {
  border-top: 0;
  margin-top: 120px;
  padding-bottom: 0;
  margin-right: -30px;
  margin-left: -30px;
}
@media (max-width: 767px) {
  .product-related-products {
    margin-top: 50px;
  }
}
.product-related-products .product-fields-title-wrapper {
  background: transparent;
  color: #000000;
  font-size: 21px;
  margin: 0 30px 60px 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .product-related-products .product-fields-title-wrapper {
    margin-bottom: 25px;
  }
}
.product-related-products .product-fields-title-wrapper .product-fields-title {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.product-related-products .product-fields-title-wrapper .product-fields-title:before {
  background: #e55a55;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 80px;
}
.product-related-products .product-fields-title-wrapper .hasTooltip {
  display: none;
}
.product-related-products .product-field {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}
@media (min-width: 768px) {
  .product-related-products .product-field {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .product-related-products .product-field {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .product-related-products .product-field {
    margin-bottom: 60px;
  }
}
.product-related-products .product-field-display {
  border: 1px solid #e8e8e8;
  padding: 25px;
  overflow: hidden;
}
.product-related-products .product-field-display .vmproduct-img {
  display: block;
  margin: -25px -25px 25px;
}
.product-related-products .product-field-display img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .product-related-products .product-field-display img {
    width: 100%;
  }
}
.product-related-products .product-field-display .vmproduct-title {
  margin-bottom: 12.5px;
  color: #222222;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.product-related-products .product-field-display .vmproduct-title:hover,
.product-related-products .product-field-display .vmproduct-title:focus,
.product-related-products .product-field-display .vmproduct-title:active {
  color: #e55a55;
}
.product-related-products .vm-display {
  font-weight: 600;
}
.product-related-products span.PricesalesPrice {
  color: #e55a55;
}
.product-related-products p.product_s_desc {
  color: #999999;
  margin-top: 16.66666667px;
  height: auto;
  overflow: hidden;
}
.component.window.com_virtuemart.view-productdetails .product-neighbours,
.component.window.com_virtuemart.view-productdetails .product-related-products {
  display: none;
}
#cart-view .vm-cart-header-container {
  background: transparent;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 0;
  text-transform: uppercase;
}
#cart-view .vm-cart-header-container h1 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-bottom: 0;
}
#cart-view .vm-cart-header-container .vm-continue-shopping {
  margin: 0;
}
@media (max-width: 767px) {
  #cart-view .vm-cart-header-container .vm-continue-shopping {
    width: 100%;
  }
}
#cart-view .vm-cart-header-container .continue_link {
  background: #f7f7f7;
  color: #555555;
  display: inline-block;
  padding: 12.5px 25px;
}
#cart-view .vm-cart-header-container .continue_link:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: 6.25px;
}
#cart-view .vm-cart-header-container .continue_link:hover,
#cart-view .vm-cart-header-container .continue_link:focus,
#cart-view .vm-cart-header-container .continue_link:active {
  background: #eaeaea;
}
#cart-view .billto-shipto {
  border: 1px solid #e8e8e8;
  padding: 25px;
  margin: 25px 0;
}
#cart-view .billto-shipto span {
  color: #222222;
}
@media (max-width: 767px) {
  #cart-view .billto-shipto .width50 {
    width: 100%;
  }
  #cart-view .billto-shipto .width50 + .width50 {
    margin-top: 12.5px;
  }
}
#cart-view .billto-shipto .vm2-billto-icon,
#cart-view .billto-shipto .vm2-shipto-icon {
  background: none;
  height: auto;
  vertical-align: baseline;
  line-height: 1;
  width: auto;
}
#cart-view .billto-shipto .vm2-billto-icon:before,
#cart-view .billto-shipto .vm2-shipto-icon:before {
  font-family: FontAwesome;
  font-size: 25px;
}
#cart-view .billto-shipto .vm2-billto-icon::before {
  content: "\f015";
}
#cart-view .billto-shipto .vm2-shipto-icon:before {
  content: "\f003";
}
#cart-view .billto-shipto .output-shipto input {
  float: left;
  margin-right: 6.25px;
}
@media (max-width: 991px) {
  #cart-view .vm-fieldset-pricelist {
    background: #f7f7f7;
    display: table-cell;
    overflow-y: scroll;
  }
}
#cart-view table.cart-summary tr th {
  background: #222222;
  border-color: #e8e8e8;
  color: #ffffff;
  padding: 12.5px 25px;
}
@media (max-width: 991px) {
  #cart-view table.cart-summary tr th {
    padding: 12.5px;
  }
}
#cart-view table.cart-summary tr td {
  border-color: #e8e8e8;
  padding: 25px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #cart-view table.cart-summary tr td {
    padding: 12.5px;
  }
}
#cart-view table.cart-summary tr td.vm-cart-item-quantity {
  min-width: 150px;
}
#cart-view table.cart-summary tr td.vm-cart-item-quantity .quantity-input {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  margin-right: 6.25px;
}
#cart-view table.cart-summary tr td.vm-cart-item-quantity .quantity-input:focus,
#cart-view table.cart-summary tr td.vm-cart-item-quantity .quantity-input:active,
#cart-view table.cart-summary tr td.vm-cart-item-quantity .quantity-input:hover {
  border-color: #222222;
  box-shadow: none;
}
#cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart {
  background: none;
  border: 0;
  color: #999999;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}
#cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart:before {
  background: transparent !important;
  content: "\f021";
  font-family: FontAwesome;
}
#cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart:hover,
#cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart:focus,
#cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart:active {
  color: #555555;
}
#cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart {
  background: none;
  border: 0;
  color: #999999;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  vertical-align: baseline;
}
#cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart:before {
  background: transparent !important;
  content: "\f00d";
  font-family: FontAwesome;
}
#cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart:hover,
#cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart:focus,
#cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart:active {
  color: #555555;
}
#cart-view table.cart-summary tr td .vm-shipment-plugin-single {
  position: relative;
}
#cart-view table.cart-summary tr td .vm-shipment-plugin-single + .vm-shipment-plugin-single {
  margin-top: 25px;
}
#cart-view table.cart-summary tr td .vm-shipment-plugin-single > input {
  position: absolute;
  top: 2px;
}
#cart-view table.cart-summary tr td .vm-shipment-plugin-single > label {
  padding-left: 25px;
}
#cart-view table.cart-summary tr td > .vmshipment_name:before,
#cart-view table.cart-summary tr td > .vmpayment_name:before {
  content: "\f058";
  color: #5cb85c;
  font-family: FontAwesome;
  margin-right: 6.25px;
}
#cart-view table.cart-summary tr td .vm-payment-plugin-single {
  position: relative;
}
#cart-view table.cart-summary tr td .vm-payment-plugin-single + .vm-payment-plugin-single {
  margin-top: 25px;
}
#cart-view table.cart-summary tr td .vm-payment-plugin-single > input {
  position: absolute;
  top: 2px;
}
#cart-view table.cart-summary tr td .vm-payment-plugin-single > label {
  padding-left: 25px;
}
#cart-view table.cart-summary tr td .vm-payment-plugin-single .vmpayment_cardinfo {
  display: block;
  margin-top: 25px;
  font-size: 13px;
}
#cart-view table.cart-summary tr td .vm-payment-plugin-single .vmpayment_cardinfo table {
  margin-top: 12.5px;
}
#cart-view table.cart-summary tr td .checkoutStep {
  color: #222222;
  font-size: 21px;
  font-weight: 700;
  margin-top: 25px;
}
#cart-view table.cart-summary h3 {
  font-size: 14px;
}
#cart-view table.cart-summary td > h3:first-child {
  background: #f7f7f7;
  margin: -25px -25px 25px;
  padding: 12.5px 25px;
}
@media (max-width: 991px) {
  #cart-view table.cart-summary td > h3:first-child {
    margin: 0 0 12.5px 0;
    padding: 0;
    font-size: 18px;
  }
}
#cart-view .coupon {
  display: inline-block;
  margin-bottom: 12.5px;
}
@media (min-width: 767px) {
  #cart-view .coupon {
    margin-bottom: 0;
  }
}
#cart-view .checkout-button-top {
  border: 0;
}
#cart-view .vm-cart-item-total br {
  display: none;
}
#cart-view span.cart-images img {
  border: 3px solid #e8e8e8;
  margin-right: 10px;
  float: none;
  width: 80px;
}
#cart-view .vm-cart-item-name a {
  color: #222222;
  font-weight: 700;
}
#cart-view .vm-cart-item-name a:hover,
#cart-view .vm-cart-item-name a:focus,
#cart-view .vm-cart-item-name a:active {
  color: #e55a55;
}
#cart-view .inline input[type="text"] {
  display: inline-block;
}
#cart-view .inline table td {
  padding: 6.25px;
}
@media (max-width: 767px) {
  #cart-view .inline table td {
    display: block;
  }
  #cart-view .inline table td .button {
    margin-top: 12.5px;
    margin-left: 0 !important;
  }
}
#cart-view .sectiontableentry1 h4 {
  margin-top: 0;
}
#cart-view .customer-note .customer-note {
  display: block;
  font-weight: 600;
  margin-top: 50px;
}
#cart-view .customer-note #customer_note_field {
  min-height: 100px;
  width: 100%;
}
#cart-view .vm-fieldset-tos {
  padding-top: 25px;
}
#cart-view .vm-fieldset-tos input.terms-of-service {
  float: left;
  margin-right: 6.25px;
}
#cart-view .vm-fieldset-tos div.terms-of-service {
  font-weight: 400;
  display: block;
}
#checkoutStep4 {
  display: none;
}
.com_virtuemart #form-login {
  margin-top: 25px;
}
.com_virtuemart #form-login input {
  display: block;
  margin-top: 6.25px;
}
#checkoutStep2 + #shipmentForm h1:not(.vm-shipment-header-select) {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
}
.vmpayment_cardinfo {
  font-size: 12px;
}
.vmpayment .vmpayment_cardinfo {
  background: #f7f7f7;
  display: inline-block;
  font-size: 12px;
  padding: 12.5px;
}
.vmpayment_cardinfo table tr th {
  background: rgba(255, 255, 255, 0.05);
  border-color: #e8e8e8;
  padding: 10px 8px;
}
.vmpayment_cardinfo table tr td {
  border-color: #e8e8e8;
  padding: 5px 8px;
  vertical-align: middle;
}
.vmpayment_cardinfo table h3 {
  font-size: 14px;
}
.vmpayment_cardinfo #cc_expire_month_2,
.vmpayment_cardinfo #cc_expire_year_2 {
  display: inline-block;
}
.vm-payment-shipment-select .vm-payment-plugin-single > input {
  vertical-align: top;
  margin-top: 6px;
}
.priceColor2 {
  color: #e55a55;
}
h1.vm-payment-header-selected {
  font-size: 18px;
}
.vm-order-done h3 {
  margin-top: 0;
}
.vm-order-done .post_payment_payment_name,
.vm-order-done .post_payment_order_number,
.vm-order-done .post_payment_order_total {
  margin-bottom: 25px;
}
.vm-order-done #form-login {
  margin-top: 25px;
}
.vm-orders-order.spaceStyle {
  margin: 0;
}
@media (max-width: 767px) {
  .vm-orders-order.spaceStyle {
    overflow-y: scroll;
  }
}
.vm-orders-order table td {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .vm-orders-order table td {
    background: #f7f7f7;
    padding: 12.5px;
  }
  .vm-orders-order table td[align="left"] {
    min-width: 250px;
  }
}
.vm-orders-order table td strong {
  display: block;
}
.vm-orders-order table td table td.key {
  min-width: 100px;
}
.vm-orders-order table td table td.key + td {
  min-width: 200px;
}
.vm-orders-items.spaceStyle {
  margin: 0;
}
#ui-tabs {
  margin-top: 25px;
}
#ui-tabs ul#tabs {
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  margin-bottom: 25px;
  padding: 0;
}
#ui-tabs ul#tabs > li {
  background: none;
  margin-bottom: -1px;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-radius: 0;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Merriweather', "Times New Roman", Times, serif;
  padding: 12.5px 25px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #ui-tabs ul#tabs > li {
    display: block;
  }
}
#ui-tabs ul#tabs > li.current {
  background: none;
  border-color: #e55a55 #e8e8e8 transparent transparent;
  color: #000000;
}
@media (max-width: 767px) {
  #ui-tabs ul#tabs > li.current {
    background: #f7f7f7;
    display: block;
  }
}
#ui-tabs .tabs {
  padding: 0;
}
#ui-tabs .tabs table td,
#ui-tabs .tabs table th {
  padding: 10px 0;
}
@media (max-width: 767px) {
  #ui-tabs .tabs table td,
  #ui-tabs .tabs table th {
    padding: 10px 25px;
  }
}
#ui-tabs .tabs[title="Vendor"] > table > tbody > tr > td {
  display: block;
}
#ui-tabs .tabs[title="Vendor"] input[type="file"] {
  box-sizing: content-box;
}
#ui-tabs legend {
  border-bottom: 0;
}
#ui-tabs #searchMedia,
#ui-tabs .reset-value.fg-button {
  box-sizing: content-box;
}
.com_virtuemart.view-user .userfields_info,
.com_virtuemart.view-cart .userfields_info,
.com_virtuemart.view-orders .userfields_info,
.com_virtuemart.view-productdetails .userfields_info {
  border-bottom: 1px solid #e8e8e8;
  color: #222222;
  font-size: 15px;
  margin: 25px 0;
  padding: 0;
}
.com_virtuemart.view-user table.user-details tr td.key,
.com_virtuemart.view-cart table.user-details tr td.key,
.com_virtuemart.view-orders table.user-details tr td.key,
.com_virtuemart.view-productdetails table.user-details tr td.key {
  padding: 12.5px 12.5px 0 0;
}
.com_virtuemart.view-user table.user-details tr td,
.com_virtuemart.view-cart table.user-details tr td,
.com_virtuemart.view-orders table.user-details tr td,
.com_virtuemart.view-productdetails table.user-details tr td {
  border: none;
  padding: 5px;
}
@media (max-width: 767px) {
  .com_virtuemart.view-user table.user-details tr td,
  .com_virtuemart.view-cart table.user-details tr td,
  .com_virtuemart.view-orders table.user-details tr td,
  .com_virtuemart.view-productdetails table.user-details tr td {
    display: block;
    padding: 0;
  }
}
.com_virtuemart.view-user table.user-details tr td .input,
.com_virtuemart.view-cart table.user-details tr td .input,
.com_virtuemart.view-orders table.user-details tr td .input,
.com_virtuemart.view-productdetails table.user-details tr td .input,
.com_virtuemart.view-user table.user-details tr td .inputbox,
.com_virtuemart.view-cart table.user-details tr td .inputbox,
.com_virtuemart.view-orders table.user-details tr td .inputbox,
.com_virtuemart.view-productdetails table.user-details tr td .inputbox {
  margin-left: 0;
}
@media (max-width: 767px) {
  .com_virtuemart.view-user table.user-details tr td label,
  .com_virtuemart.view-cart table.user-details tr td label,
  .com_virtuemart.view-orders table.user-details tr td label,
  .com_virtuemart.view-productdetails table.user-details tr td label {
    text-align: left;
  }
}
.com_virtuemart.view-user .userdata,
.com_virtuemart.view-cart .userdata,
.com_virtuemart.view-orders .userdata,
.com_virtuemart.view-productdetails .userdata {
  margin-bottom: 12.5px;
}
.com_virtuemart.view-user .userdata .inputbox,
.com_virtuemart.view-cart .userdata .inputbox,
.com_virtuemart.view-orders .userdata .inputbox,
.com_virtuemart.view-productdetails .userdata .inputbox,
.com_virtuemart.view-user .userdata #com-form-login-remember .inputbox,
.com_virtuemart.view-cart .userdata #com-form-login-remember .inputbox,
.com_virtuemart.view-orders .userdata #com-form-login-remember .inputbox,
.com_virtuemart.view-productdetails .userdata #com-form-login-remember .inputbox {
  display: inline-block;
  height: auto;
  width: auto;
}
.com_virtuemart.view-user #com-form-login,
.com_virtuemart.view-cart #com-form-login,
.com_virtuemart.view-orders #com-form-login,
.com_virtuemart.view-productdetails #com-form-login {
  border: 1px solid #e8e8e8;
  padding: 25px;
  margin-top: 25px;
}
.com_virtuemart.view-user #com-form-login h2,
.com_virtuemart.view-cart #com-form-login h2,
.com_virtuemart.view-orders #com-form-login h2,
.com_virtuemart.view-productdetails #com-form-login h2 {
  margin-top: 0;
  font-size: 14px;
  text-transform: none;
}
@media (max-width: 767px) {
  .com_virtuemart.view-user #com-form-login input.default,
  .com_virtuemart.view-cart #com-form-login input.default,
  .com_virtuemart.view-orders #com-form-login input.default,
  .com_virtuemart.view-productdetails #com-form-login input.default {
    margin-bottom: 6.25px;
    width: 100%;
  }
}
.com_virtuemart.view-user #com-form-login label,
.com_virtuemart.view-cart #com-form-login label,
.com_virtuemart.view-orders #com-form-login label,
.com_virtuemart.view-productdetails #com-form-login label {
  display: inline-block;
}
.com_virtuemart.view-user #com-form-login .width30,
.com_virtuemart.view-cart #com-form-login .width30,
.com_virtuemart.view-orders #com-form-login .width30,
.com_virtuemart.view-productdetails #com-form-login .width30 {
  width: auto;
}
.com_virtuemart.view-user #com-form-login #com-form-login-username,
.com_virtuemart.view-cart #com-form-login #com-form-login-username,
.com_virtuemart.view-orders #com-form-login #com-form-login-username,
.com_virtuemart.view-productdetails #com-form-login #com-form-login-username,
.com_virtuemart.view-user #com-form-login #com-form-login-password,
.com_virtuemart.view-cart #com-form-login #com-form-login-password,
.com_virtuemart.view-orders #com-form-login #com-form-login-password,
.com_virtuemart.view-productdetails #com-form-login #com-form-login-password {
  margin-bottom: 12.5px;
}
.com_virtuemart.view-user #com-form-login #com-form-login-username input,
.com_virtuemart.view-cart #com-form-login #com-form-login-username input,
.com_virtuemart.view-orders #com-form-login #com-form-login-username input,
.com_virtuemart.view-productdetails #com-form-login #com-form-login-username input,
.com_virtuemart.view-user #com-form-login #com-form-login-password input,
.com_virtuemart.view-cart #com-form-login #com-form-login-password input,
.com_virtuemart.view-orders #com-form-login #com-form-login-password input,
.com_virtuemart.view-productdetails #com-form-login #com-form-login-password input {
  border-width: 1px;
  width: 100%;
}
@media (min-width: 767px) {
  .com_virtuemart.view-user #com-form-login #com-form-login-username input,
  .com_virtuemart.view-cart #com-form-login #com-form-login-username input,
  .com_virtuemart.view-orders #com-form-login #com-form-login-username input,
  .com_virtuemart.view-productdetails #com-form-login #com-form-login-username input,
  .com_virtuemart.view-user #com-form-login #com-form-login-password input,
  .com_virtuemart.view-cart #com-form-login #com-form-login-password input,
  .com_virtuemart.view-orders #com-form-login #com-form-login-password input,
  .com_virtuemart.view-productdetails #com-form-login #com-form-login-password input {
    width: auto;
  }
}
.com_virtuemart.view-user #com-form-login label,
.com_virtuemart.view-cart #com-form-login label,
.com_virtuemart.view-orders #com-form-login label,
.com_virtuemart.view-productdetails #com-form-login label,
.com_virtuemart.view-user #form-login label,
.com_virtuemart.view-cart #form-login label,
.com_virtuemart.view-orders #form-login label,
.com_virtuemart.view-productdetails #form-login label {
  font-weight: 400;
  margin-left: 8px;
}
.com_virtuemart.view-user .t3-content h1 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .com_virtuemart.view-user .t3-content h1 {
    font-size: 21px;
  }
}
.com_virtuemart.view-user .t3-content h2 {
  font-size: 14px;
  text-transform: uppercase;
}
.com_virtuemart.view-user #adminForm > .buttonBar-right {
  float: none;
  margin-bottom: 25px;
}
.com_virtuemart.view-user #adminForm > .buttonBar-right + a {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .control-buttons button {
    margin-bottom: 6.25px;
  }
}
.control-buttons button + button {
  margin-left: 6.25px;
}
.control-buttons #reg_text {
  margin: 0 0 25px;
  float: none;
}
#userForm .control-buttons {
  margin-bottom: 25px;
}
.browse-view .browse-view-inner.list-group-item {
  padding: 0;
}
.browse-view .browse-view-inner.list-group-item:hover,
.browse-view .browse-view-inner.list-group-item:focus,
.browse-view .browse-view-inner.list-group-item:active {
  box-shadow: none;
}
.browse-view .browse-view-inner.list-group-item > .row {
  padding: 0;
  margin: 0;
}
.browse-view .browse-view-inner.list-group-item .product {
  display: table;
}
.browse-view .browse-view-inner.list-group-item .spacer {
  display: table-row;
  min-height: 88px !important;
  height: 0 !important;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.browse-view .browse-view-inner.list-group-item .spacer:before,
.browse-view .browse-view-inner.list-group-item .spacer:after {
  content: " ";
  display: table;
}
.browse-view .browse-view-inner.list-group-item .spacer:after {
  clear: both;
}
.browse-view .browse-view-inner.list-group-item .spacer .vm-product-media-container,
.browse-view .browse-view-inner.list-group-item .spacer .vm-product-rating-container,
.browse-view .browse-view-inner.list-group-item .spacer .vm-product-descr-container-1,
.browse-view .browse-view-inner.list-group-item .spacer .vm3pr-5,
.browse-view .browse-view-inner.list-group-item .spacer .vm3pr-4,
.browse-view .browse-view-inner.list-group-item .spacer .vm3pr-3,
.browse-view .browse-view-inner.list-group-item .spacer .vm3pr-2,
.browse-view .browse-view-inner.list-group-item .spacer .vm3pr-1,
.browse-view .browse-view-inner.list-group-item .spacer .vm3pr-0 {
  display: table-cell;
  padding: 0 25px;
  vertical-align: middle;
  text-align: left;
}
.browse-view .browse-view-inner.list-group-item .spacer .vm-product-media-container {
  padding: 0;
  overflow: hidden;
  width: 140px;
}
.browse-view .browse-view-inner.list-group-item .spacer .vm-product-rating-container {
  border: 0;
  text-align: center;
  width: 130px;
}
.browse-view .browse-view-inner.list-group-item .spacer .vm-product-rating-container .vmicon {
  float: none;
}
.browse-view .browse-view-inner.list-group-item .spacer .vm-product-descr-container-1 {
  text-align: left;
}
.browse-view .browse-view-inner.list-group-item .spacer .vm-product-descr-container-1 .product_s_desc {
  display: none;
}
.browse-view .browse-view-inner.list-group-item .spacer .vm3pr-2 {
  vertical-align: middle;
  width: 200px;
}
.browse-view .browse-view-inner.list-group-item .spacer .vm3pr-2 .product-price {
  margin-bottom: 0 !important;
}
.browse-view .browse-view-inner.list-group-item .spacer .vm3pr-0 {
  display: none;
}
.browse-view .browse-view-inner.list-group-item .spacer .vm-details-button {
  display: none;
}
.browse-view .browse-view-inner.list-group-item .product {
  width: 100%;
  padding: 0;
  height: auto !important;
}
.browse-view .browse-view-inner.list-group-item .product + .product {
  border-top: 1px solid #e8e8e8;
}
.browse-view .browse-view-inner.list-group-item .vm-product-media-container {
  margin: -25px;
}
.browse-view .browse-view-inner.list-group-item .browseProductImage {
  max-height: 88px !important;
}
.browse-view .browse-view-inner.list-group-item .horizontal-separator {
  height: 0;
  border-top: 1px solid #e8e8e8;
}
.browse-view .virtuemart_search input.button {
  margin-top: 6.25px;
  margin-bottom: 25px;
}
.gridlist {
  position: absolute;
  right: 30px;
  top: 0;
  border-left: 1px solid #e8e8e8;
}
.gridlist a {
  height: 74.21428577px;
  line-height: 74.21428577px;
  width: 73.21428577px;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  border: 0;
  border-right: 1px solid #e8e8e8;
  box-shadow: none;
  color: #e8e8e8;
  float: right;
}
.gridlist a:hover,
.gridlist a:focus,
.gridlist a:active,
.gridlist a.btn-primary,
.gridlist a.btn-primary:focus {
  background: none;
  border: 0;
  border-right: 1px solid #e8e8e8;
  box-shadow: none;
  color: #e55a55;
  outline: none !important;
}
@media (max-width: 991px) {
  .gridlist {
    display: none;
  }
}
.tab-content .vm-details-button .product-details {
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 1;
}
.tab-content .vm-details-button .product-details:hover,
.tab-content .vm-details-button .product-details:focus,
.tab-content .vm-details-button .product-details.focus,
.tab-content .vm-details-button .product-details:active,
.tab-content .vm-details-button .product-details.active,
.open > .dropdown-toggle.tab-content .vm-details-button .product-details {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.tab-content .vm-details-button .product-details:active,
.tab-content .vm-details-button .product-details.active,
.open > .dropdown-toggle.tab-content .vm-details-button .product-details {
  background-image: none;
}
.tab-content .vm-details-button .product-details.disabled,
.tab-content .vm-details-button .product-details[disabled],
fieldset[disabled] .tab-content .vm-details-button .product-details,
.tab-content .vm-details-button .product-details.disabled:hover,
.tab-content .vm-details-button .product-details[disabled]:hover,
fieldset[disabled] .tab-content .vm-details-button .product-details:hover,
.tab-content .vm-details-button .product-details.disabled:focus,
.tab-content .vm-details-button .product-details[disabled]:focus,
fieldset[disabled] .tab-content .vm-details-button .product-details:focus,
.tab-content .vm-details-button .product-details.disabled.focus,
.tab-content .vm-details-button .product-details[disabled].focus,
fieldset[disabled] .tab-content .vm-details-button .product-details.focus,
.tab-content .vm-details-button .product-details.disabled:active,
.tab-content .vm-details-button .product-details[disabled]:active,
fieldset[disabled] .tab-content .vm-details-button .product-details:active,
.tab-content .vm-details-button .product-details.disabled.active,
.tab-content .vm-details-button .product-details[disabled].active,
fieldset[disabled] .tab-content .vm-details-button .product-details.active {
  background-color: transparent;
  border-color: #ffffff;
}
.tab-content .vm-details-button .product-details .badge {
  color: transparent;
  background-color: #ffffff;
}
.tab-content .vm-details-button .product-details::before {
  width: 100%;
  height: 0;
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
.tab-content .vm-details-button .product-details:hover,
.tab-content .vm-details-button .product-details:focus,
.tab-content .vm-details-button .product-details.focus,
.tab-content .vm-details-button .product-details:active,
.tab-content .vm-details-button .product-details.active,
.open > .dropdown-toggle.tab-content .vm-details-button .product-details {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}
.tab-content .vm-details-button .product-details:hover::before,
.tab-content .vm-details-button .product-details:focus::before,
.tab-content .vm-details-button .product-details.focus::before,
.tab-content .vm-details-button .product-details:active::before,
.tab-content .vm-details-button .product-details.active::before,
.open > .dropdown-toggle.tab-content .vm-details-button .product-details::before {
  height: 100%;
}
.tab-content .vm-details-button .product-details:active,
.tab-content .vm-details-button .product-details.active,
.open > .dropdown-toggle.tab-content .vm-details-button .product-details {
  background-image: none;
}
.tab-content .vm-details-button .product-details:active::before,
.tab-content .vm-details-button .product-details.active::before,
.open > .dropdown-toggle.tab-content .vm-details-button .product-details::before {
  height: 100%;
}
.tab-content .vm-details-button .product-details.disabled,
.tab-content .vm-details-button .product-details[disabled],
fieldset[disabled] .tab-content .vm-details-button .product-details,
.tab-content .vm-details-button .product-details.disabled:hover,
.tab-content .vm-details-button .product-details[disabled]:hover,
fieldset[disabled] .tab-content .vm-details-button .product-details:hover,
.tab-content .vm-details-button .product-details.disabled:focus,
.tab-content .vm-details-button .product-details[disabled]:focus,
fieldset[disabled] .tab-content .vm-details-button .product-details:focus,
.tab-content .vm-details-button .product-details.disabled.focus,
.tab-content .vm-details-button .product-details[disabled].focus,
fieldset[disabled] .tab-content .vm-details-button .product-details.focus,
.tab-content .vm-details-button .product-details.disabled:active,
.tab-content .vm-details-button .product-details[disabled]:active,
fieldset[disabled] .tab-content .vm-details-button .product-details:active,
.tab-content .vm-details-button .product-details.disabled.active,
.tab-content .vm-details-button .product-details[disabled].active,
fieldset[disabled] .tab-content .vm-details-button .product-details.active {
  background-color: transparent;
  border-color: #ffffff;
}
.tab-content .vm-details-button .product-details .badge {
  color: transparent;
  background-color: #ffffff;
}
.tab-content .product_s_desc {
  color: #e55a55;
  margin-bottom: 25px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (min-width: 992px) {
  .vmgroup.grid-group-item:not(.list-group-item) {
    border: 0;
    box-shadow: none;
  }
  .vmgroup.grid-group-item:not(.list-group-item)::before {
    display: none;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails {
    margin-left: -30px;
    margin-right: -30px;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails:before,
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails:after {
    content: " ";
    display: table;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails:after {
    clear: both;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails + .vmproduct.productdetails {
    border-top: 0;
    margin-top: 60px;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer {
    position: relative;
    display: block;
    min-height: 0;
    height: auto;
    padding: 25px 25px 60px;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer::before {
    display: block;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer > a,
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .addtocart-area {
    font-size: 14px;
    margin-bottom: 12.5px;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .vmproduct-title {
    color: #e55a55;
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Merriweather', "Times New Roman", Times, serif;
    font-weight: normal;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .vmproduct-title:hover,
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .vmproduct-title:focus,
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .vmproduct-title:active {
    color: #ce2620;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer > a,
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .addtocart-area {
    width: auto;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .vmproduct-img {
    display: block;
    margin: -25px -25px 25px;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .block-footer {
    border-top: 1px solid #696969;
    margin: 0 -25px;
    padding: 25px 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .block-footer:before,
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .block-footer:after {
    content: " ";
    display: table;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .block-footer:after {
    clear: both;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .vm-display {
    float: left;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .vm-display .PricesalesPrice {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .vmproduct-fields {
    color: #e55a55;
    float: right;
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .vmproduct-fields strong {
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .spacer .vmproduct-fields i {
    margin-right: 5px;
  }
  .vmgroup.grid-group-item:not(.list-group-item) .vmproduct.productdetails .featuredProductImage {
    max-width: 100%;
  }
}
.vmgroup.list-group-item {
  padding: 0;
  margin: 0 0 60px;
}
.vmgroup.list-group-item:hover,
.vmgroup.list-group-item:focus,
.vmgroup.list-group-item:active {
  box-shadow: none;
}
.vmgroup.list-group-item .vmproduct.productdetails {
  padding: 0;
  margin: 0;
}
.vmgroup.list-group-item .vmproduct.productdetails:before,
.vmgroup.list-group-item .vmproduct.productdetails:after {
  content: " ";
  display: table;
}
.vmgroup.list-group-item .vmproduct.productdetails:after {
  clear: both;
}
.vmgroup.list-group-item .vmproduct.productdetails > div {
  min-height: 86px !important;
  float: none;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 0;
}
.vmgroup.list-group-item .vmproduct.productdetails .spacer {
  box-sizing: border-box;
  padding: 0 220px 0 160px;
  position: relative;
  min-height: 86px !important;
  transition: background 0.35s;
}
.vmgroup.list-group-item .vmproduct.productdetails .spacer:before,
.vmgroup.list-group-item .vmproduct.productdetails .spacer:after {
  content: " ";
  display: table;
}
.vmgroup.list-group-item .vmproduct.productdetails .spacer:after {
  clear: both;
}
.vmgroup.list-group-item .vmproduct.productdetails .spacer:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px #ffffff;
}
.vmgroup.list-group-item .vmproduct.productdetails .clear {
  display: none;
}
.vmgroup.list-group-item .vmproduct.productdetails .vmproduct-img {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  overflow: hidden;
  max-width: 140px;
}
.vmgroup.list-group-item .vmproduct.productdetails .vmproduct-img .featuredProductImage {
  max-height: 88px;
}
.vmgroup.list-group-item .vmproduct.productdetails a.vmproduct-title {
  color: #e55a55;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 25px 0 6.25px;
  padding: 0;
  overflow: hidden;
  text-align: left;
}
.vmgroup.list-group-item .vmproduct.productdetails p.product_s_desc {
  height: auto;
  margin-bottom: 0;
}
.vmgroup.list-group-item .vmproduct.productdetails .block-footer {
  border-left: 1px solid #e8e8e8;
  box-sizing: border-box;
  height: 100%;
  left: auto;
  padding: 37.5px 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
}
.vmgroup.list-group-item .vmproduct.productdetails .block-footer:before,
.vmgroup.list-group-item .vmproduct.productdetails .block-footer:after {
  content: " ";
  display: table;
}
.vmgroup.list-group-item .vmproduct.productdetails .block-footer:after {
  clear: both;
}
.vmgroup.list-group-item .vmproduct.productdetails .vmproduct-fields {
  color: #e55a55;
  float: right;
  padding: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.vmgroup.list-group-item .vmproduct.productdetails .vmproduct-fields i {
  display: inline-block;
}
.vmgroup.list-group-item .vmproduct.productdetails .vm-display {
  float: left;
  padding: 0;
}
.vmgroup.list-group-item .vmproduct.productdetails .vm-display .PricesalesPrice {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: 700;
}
.vmgroup.list-group-item .vmproduct.productdetails .addtocart-area {
  margin: 0;
  padding: 0 60px;
}
.vmgroup.list-group-item .vmproduct.productdetails .addtocart-area .product {
  min-width: 166px;
}
.vmgroup.list-group-item .vmproduct.productdetails .addtocart-bar {
  margin: 0;
}
.vmshipment_description,
.vmpayment_description {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.vmshipment_name,
.vmpayment_name {
  color: #222222;
  display: block;
  font-weight: 700;
}
@media (max-width: 991px) {
  .vmgroup.grid-group-item {
    padding: 0;
    margin: 0 0 60px;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails {
    padding: 0;
    margin: 0;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails:before,
  .vmgroup.grid-group-item .vmproduct.productdetails:after {
    content: " ";
    display: table;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails:after {
    clear: both;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails > div {
    float: none;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 0;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .spacer {
    box-sizing: border-box;
    padding: 0 25px 0 160px;
    position: relative;
    min-height: 88px;
    overflow: hidden;
    transition: background 0.35s;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .spacer:before,
  .vmgroup.grid-group-item .vmproduct.productdetails .spacer:after {
    content: " ";
    display: table;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .spacer:after {
    clear: both;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .spacer:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .clear {
    display: none;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .vmproduct-img {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    max-width: 140px;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .vmproduct-img .featuredProductImage {
    max-height: 115px;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails a.vmproduct-title {
    color: #e55a55;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0 6.25px;
    padding: 0;
    overflow: hidden;
    text-align: left;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails p.product_s_desc {
    height: auto;
    margin-bottom: 25px;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .block-footer {
    border-left: 1px solid #e8e8e8;
    box-sizing: border-box;
    height: 100%;
    left: auto;
    padding: 37.5px 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .block-footer:before,
  .vmgroup.grid-group-item .vmproduct.productdetails .block-footer:after {
    content: " ";
    display: table;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .block-footer:after {
    clear: both;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .vmproduct-fields {
    color: #e55a55;
    float: right;
    padding: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .vmproduct-fields i {
    display: inline-block;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .vm-display {
    float: left;
    padding: 0;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .vm-display .PricesalesPrice {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 13px;
    font-weight: 700;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .addtocart-area {
    margin: 0;
    padding: 0 60px;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .addtocart-area .product {
    min-width: 166px;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .addtocart-bar {
    margin: 0;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails a.vmproduct-title {
    margin-bottom: 0;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails p.product_s_desc {
    margin-bottom: 40px;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .block-footer {
    border: 0;
    bottom: 15px;
    height: auto;
    left: 160px;
    padding: 0;
    top: auto;
    width: auto;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails .block-footer .vmproduct-fields {
    float: left;
    margin-left: 12.5px;
  }
}
@media (max-width: 767px) {
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li a:hover,
  .nav-tabs > li a:focus,
  .nav-tabs > li a:active {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #e8e8e8;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails a.vmproduct-title {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .vmgroup.grid-group-item .vmproduct.productdetails p.product_s_desc {
    display: none;
  }
}
.vmgroup.single-product .vmproduct-img {
  margin: -25px -25px 25px;
  display: block;
}
.vmgroup.single-product .featuredProductImage {
  max-width: 100%;
}
.vmgroup.single-product .vmproduct-title {
  font-size: 16px;
  margin-bottom: 25px;
  font-family: 'Merriweather', "Times New Roman", Times, serif;
  text-align: left;
  color: #e55a55;
  display: block;
}
.vmgroup.single-product .vmproduct-link {
  margin-top: 25px;
}
.vmgroup.single-product .vmproduct_desc {
  color: #555555;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.vmgroup img {
  max-width: 100%;
}
.vmgroup ul {
  padding: 0;
  list-style: none;
}
.vmgroup ul.vmmanufacturer {
  margin: 0;
}
.vmgroup ul.vmmanufacturer + .vmmanufacturer {
  margin-top: 25px;
}
.module-ct ul.VMmenu {
  margin: 0;
}
.module-ct ul.VMmenu li {
  padding: 0;
}
.module-ct ul.VMmenu li + li {
  padding-top: 20px;
}
.module-ct ul.VMmenu li a {
  color: #222222;
  display: inline-block;
  font-family: 'Merriweather', sans-serif;
  font-weight: 700;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
}
.module-ct ul.VMmenu li a:hover,
.module-ct ul.VMmenu li a:focus,
.module-ct ul.VMmenu li a:active {
  color: #e55a55;
}
.module-ct ul.VMmenu li.VmOpen a {
  color: #e55a55;
}
.module-ct ul.VMmenu ul.menu {
  padding-left: 12.5px;
}
.module-ct ul.VMmenu ul.menu a {
  font-weight: normal;
  text-transform: none;
}
.vm-banner {
  margin-top: 60px;
  text-align: center;
}
#virtuemart_currency_id_chzn {
  margin-top: 12.5px;
}
.vmmanufacturer a {
  color: #333333;
}
.vmmanufacturer a:hover,
.vmmanufacturer a:focus,
.vmmanufacturer a:active {
  color: #ce2620;
}
.vmmanufacturer img {
  margin-bottom: 12.5px;
}
.vmmanufacturer li + li {
  margin-top: 25px;
}
.vmgroup .productdetails {
  margin-bottom: 25px;
}
.vmgroup .productdetails li {
  border: 1px solid #e8e8e8;
  padding: 25px;
  text-align: left;
}
.vmgroup .productdetails li a {
  color: #222222;
  font-weight: 700;
}
.vmgroup .productdetails li a:hover,
.vmgroup .productdetails li a:focus,
.vmgroup .productdetails li a:active {
  color: #e55a55;
}
.vmgroup .productdetails li a:first-child {
  display: block;
  margin: -25px -25px 25px;
}
.vmgroup .productdetails li .addtocart-area {
  margin: 0;
}
.vmgroup .productdetails li .product-price {
  color: #e55a55;
  float: none;
  font-weight: bold;
  margin-top: 12.5px;
  text-align: left;
}
#fancybox-overlay {
  background: #000000 !important;
}
#fancybox-wrap {
  color: #333333;
  min-width: 249px;
}
#fancybox-wrap #fancybox-outer .fancybox-bg {
  display: none;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
  background: #f7f7f7;
  border: none !important;
}
@media (min-width: 768px) {
  #fancybox-wrap #fancybox-outer #fancybox-content {
    padding: 25px;
    min-width: 430px;
  }
}
#fancybox-wrap #fancybox-outer #fancybox-content > div {
  border: 1px solid #e8e8e8;
  padding: 25px;
}
@media (min-width: 768px) {
  #fancybox-wrap #fancybox-outer #fancybox-content > div {
    min-width: 380px;
  }
}
#fancybox-wrap #fancybox-outer .product-related-products {
  display: none;
}
#fancybox-wrap #fancybox-outer .continue_link,
#fancybox-wrap #fancybox-outer .showcart {
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 6px 12.5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #fancybox-wrap #fancybox-outer .continue_link,
  #fancybox-wrap #fancybox-outer .showcart {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}
#fancybox-wrap #fancybox-outer .continue_link {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #555555;
}
#fancybox-wrap #fancybox-outer .continue_link:hover,
#fancybox-wrap #fancybox-outer .continue_link:focus,
#fancybox-wrap #fancybox-outer .continue_link:active {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
#fancybox-wrap #fancybox-outer .showcart {
  border-color: #999999;
  color: #555555;
}
#fancybox-wrap #fancybox-outer .showcart:hover,
#fancybox-wrap #fancybox-outer .showcart:focus,
#fancybox-wrap #fancybox-outer .showcart:active {
  background-color: #e55a55;
  border-color: #e55a55;
  color: #ffffff;
}
#fancybox-wrap #fancybox-outer h4 {
  font-weight: 400;
  font-size: 14px;
  clear: both;
}
#fancybox-wrap #fancybox-title {
  background: transparent;
  color: #555555;
  font-weight: 700;
  margin: -25px 0 0 !important;
  padding: 0 8.33333333px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #fancybox-wrap #fancybox-title {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
}
#fancybox-wrap #fancybox-right {
  right: -20px;
}
.productdetails-view .product-neighbours {
  padding: 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .productdetails-view .product-neighbours {
    margin-bottom: 25px;
  }
}
.productdetails-view .product-neighbours .previous-page,
.productdetails-view .product-neighbours .next-page {
  background: transparent;
  border: 1px solid #e8e8e8;
  color: #555555;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  position: relative;
  float: right;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
@media (max-width: 767px) {
  .productdetails-view .product-neighbours .previous-page,
  .productdetails-view .product-neighbours .next-page {
    margin: 6.25px 0;
  }
}
.productdetails-view .product-neighbours .previous-page::before,
.productdetails-view .product-neighbours .next-page::before {
  display: block;
  font-family: FontAwesome;
  height: 24px;
  position: absolute;
  top: 11px;
  width: 24px;
}
.productdetails-view .product-neighbours .previous-page:hover,
.productdetails-view .product-neighbours .next-page:hover,
.productdetails-view .product-neighbours .previous-page:focus,
.productdetails-view .product-neighbours .next-page:focus,
.productdetails-view .product-neighbours .previous-page:active,
.productdetails-view .product-neighbours .next-page:active {
  border-color: #222222;
}
.productdetails-view .product-neighbours .previous-page {
  border-right: 1px solid #e8e8e8;
  padding-right: 25px;
  padding-left: 37.5px;
  float: left;
}
.productdetails-view .product-neighbours .previous-page::before {
  content: "\f177";
  left: 10px;
}
.productdetails-view .product-neighbours .next-page {
  border-left: 1px solid #e8e8e8;
  padding-left: 25px;
  padding-right: 37.5px;
}
.productdetails-view .product-neighbours .next-page::before {
  content: "\f178";
  right: 0px;
}
@media (max-width: 768px) {
  .productdetails-view .vm-product-media-container {
    width: 100%;
  }
}
.productdetails-view .vm-product-media-container .main-image {
  background-color: #f7f7f7;
  padding: 6.25px;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .productdetails-view .vm-product-media-container .main-image {
    margin-right: 0;
  }
}
.productdetails-view .vm-product-media-container .main-image a {
  display: block;
}
.productdetails-view .vm-product-media-container .main-image a img {
  max-height: 360px;
  width: 100%;
}
.productdetails-view .vm-product-media-container .additional-images {
  background-color: #f7f7f7;
  margin: 0 25px 0 0;
  padding: 0 6.25px;
}
@media (max-width: 767px) {
  .productdetails-view .vm-product-media-container .additional-images {
    margin: 0;
  }
}
.productdetails-view .vm-product-media-container .additional-images > div {
  margin-bottom: 6.25px;
}
.productdetails-view .vm-product-media-container .additional-images img {
  width: 80px;
}
.productdetails-view .vm-product-details-container {
  box-sizing: border-box;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .productdetails-view .vm-product-details-container {
    padding-left: 0;
    width: 100%;
  }
}
.productdetails-view .vm-product-details-container h1 {
  font-size: 28px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .productdetails-view .vm-product-details-container h1 {
    font-size: 21px;
  }
}
.productdetails-view .vm-product-details-container .spacer-rating .ratingbox {
  background: url("../../../images/vm/stars.png") repeat-x left bottom;
  height: 10px;
  width: 70px;
}
.productdetails-view .vm-product-details-container .product-price {
  border-bottom: 0;
  float: none;
  padding-top: 25px;
  padding-bottom: 0;
  text-align: left;
}
.productdetails-view .vm-product-details-container .product-price .vm-price-value {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12.5px;
}
.productdetails-view .vm-product-details-container .product-price.salesprice span.PricebasePrice {
  color: #e55a55;
  font-size: 21px;
  text-decoration: line-through;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.productdetails-view .vm-product-details-container .product-price.salesprice span.PricesalesPrice {
  color: #669900;
  font-size: 21px;
}
.productdetails-view .vm-product-details-container .manufacturer {
  margin-bottom: 25px;
  text-align: left;
}
.productdetails-view .vm-product-details-container .manufacturer a {
  display: inline-block;
  line-height: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.productdetails-view .vm-product-details-container .product-short-description {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .productdetails-view .vm-product-details-container .product-short-description {
    padding-right: 120px;
  }
}
.productdetails-view .vm-product-details-container .product-fields {
  color: #e55a55;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.productdetails-view .vm-product-details-container .product-fields i {
  margin-right: 10px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area {
  padding-left: 0;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .quantity-wrap .quantity-input {
  height: 38px;
  width: 38px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .quantity-wrap .quantity-controls {
  height: 19px;
  width: 19px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button {
  float: none;
  margin-left: 12.5px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button {
  border-width: 2px;
  font-weight: 700;
  background-color: transparent;
  border-color: #333333;
  color: #333333;
  background: transparent;
  border: 2px solid #333333;
  position: relative;
  z-index: 1;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 0;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:hover,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:active,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.active,
.open > .dropdown-toggle.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #141414;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:active,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.active,
.open > .dropdown-toggle.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button {
  background-image: none;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled],
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled:hover,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled]:hover,
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:hover,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled:focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled]:focus,
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled.focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled].focus,
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled:active,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled]:active,
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:active,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled.active,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled].active,
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.active {
  background-color: transparent;
  border-color: #333333;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button .badge {
  color: transparent;
  background-color: #333333;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button::before {
  width: 100%;
  height: 0;
  content: "";
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:hover,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:active,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.active,
.open > .dropdown-toggle.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:hover::before,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:focus::before,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.focus::before,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:active::before,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.active::before,
.open > .dropdown-toggle.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button::before {
  height: 100%;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:active,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.active,
.open > .dropdown-toggle.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button {
  background-image: none;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:active::before,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.active::before,
.open > .dropdown-toggle.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button::before {
  height: 100%;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled],
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled:hover,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled]:hover,
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:hover,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled:focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled]:focus,
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled.focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled].focus,
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.focus,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled:active,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled]:active,
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button:active,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.disabled.active,
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button[disabled].active,
fieldset[disabled] .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button.active {
  background-color: transparent;
  border-color: #333333;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-button input.addtocart-button .badge {
  color: transparent;
  background-color: #333333;
}
.search.vm-search .inputbox {
  border: 2px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #555555;
  height: 50px;
  width: 100%;
}
.search.vm-search .inputbox:focus {
  border-color: #000000;
}
.search.vm-search .button {
  background: rgba(255, 255, 255, 0.2);
  border: 0 none;
  border-radius: 0;
  margin-top: 10px;
}
.search.vm-search .button:hover,
.search.vm-search .button:focus,
.search.vm-search .button:active {
  background: rgba(255, 255, 255, 0.3);
}
.manufacturer-details-view .spacer {
  padding: 25px 0;
}
.manufacturer-details-view .manufacturer-product-link {
  margin: 25px 0;
}
@media (max-width: 991px) {
  .vm-order-list {
    margin-bottom: 25px;
    float: none;
  }
}
.vm-order-list div.activeOrder {
  background: transparent;
  border: 1px solid #e8e8e8;
  color: #222222;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.vm-order-list div.activeOrder:after {
  color: #555555;
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 16px;
}
.vm-order-list div.activeOrder a {
  color: #e55a55;
}
.vm-order-list div.activeOrder:hover {
  border-color: #222222;
}
.vm-order-list div.activeOrder:hover a {
  color: #e55a55;
}
.vm-order-list div.activeOrder:hover:after {
  color: #e55a55;
}
.vm-order-list div.orderlist {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #555555;
}
.vm-order-list div.orderlist div a {
  color: #555555;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.vm-order-list div.orderlist div a:hover,
.vm-order-list div.orderlist div a:focus,
.vm-order-list div.orderlist div a:active {
  background: #f7f7f7;
}
.ie8 .vmgroup.grid-group-item {
  border: 0;
  box-shadow: none;
}
.ie8 .vmgroup.grid-group-item::before {
  display: none;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails {
  margin-left: -30px;
  margin-right: -30px;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails:before,
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails:after {
  content: " ";
  display: table;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails:after {
  clear: both;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails + .vmproduct.productdetails {
  border-top: 0;
  margin-top: 60px;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer {
  border: 1px solid #323e4c;
  position: relative;
  display: block;
  min-height: 0;
  height: auto;
  padding: 25px 25px 60px;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer::before {
  display: block;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer > a,
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .addtocart-area {
  font-size: 14px;
  margin-bottom: 12.5px;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .vmproduct-title {
  color: #e55a55;
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Merriweather', "Times New Roman", Times, serif;
  font-weight: normal;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .vmproduct-title:hover,
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .vmproduct-title:focus,
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .vmproduct-title:active {
  color: #ce2620;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer > a,
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .addtocart-area {
  width: auto;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .vmproduct-img {
  display: block;
  margin: -25px -25px 25px;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .block-footer {
  border-top: 1px solid #28313d;
  margin: 0 -25px;
  padding: 25px 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .block-footer:before,
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .block-footer:after {
  content: " ";
  display: table;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .block-footer:after {
  clear: both;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .vm-display {
  float: left;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .vm-display .PricesalesPrice {
  background-color: #323e4c;
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .vmproduct-fields {
  color: #e55a55;
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .vmproduct-fields strong {
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .spacer .vmproduct-fields i {
  margin-right: 5px;
}
.ie8 .vmgroup.grid-group-item .vmproduct.productdetails .featuredProductImage {
  max-width: 100%;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails {
  margin: 0;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails + .vmproduct.productdetails {
  margin-top: 0;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer {
  box-sizing: border-box;
  padding: 0 265px 0 160px;
  position: relative;
  min-height: 88px !important;
  transition: background 0.35s;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer:before,
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer:after {
  content: " ";
  display: table;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer:after {
  clear: both;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .vmproduct-img {
  margin: 0;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .vmproduct-img .featuredProductImage {
  max-height: 88px;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .block-footer {
  border-left: 1px solid #323e4c;
  border-top: 0;
  box-sizing: border-box;
  height: 100%;
  left: auto;
  padding: 37.5px 25px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .block-footer:before,
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .block-footer:after {
  content: " ";
  display: table;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .block-footer:after {
  clear: both;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .vmproduct-fields {
  color: #555555;
  float: right;
  padding: 0;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .vmproduct-fields i {
  display: inline-block;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .vm-display {
  float: left;
  padding: 0;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .vm-display .PricesalesPrice {
  background: #323e4c;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: 700;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .addtocart-area {
  margin: 0;
  padding: 0 60px;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .addtocart-area .product {
  min-width: 166px;
}
.ie8 .vmgroup.list-group-item .vmproduct.productdetails .spacer .addtocart-bar {
  margin: 0;
}
.ie8 .gridlist {
  border-left: 1px solid #323e4c;
}
.ie8 .gridlist a {
  border-right: 1px solid #323e4c;
  color: #323e4c;
}
.ie8 .gridlist a:hover,
.ie8 .gridlist a:focus,
.ie8 .gridlist a:active,
.ie8 .gridlist a.btn-primary,
.ie8 .gridlist a.btn-primary:focus {
  border-right: 1px solid #323e4c;
  color: #e55a55;
}
.ie8 .featured-view .spacer .addtocart-bar .quantity-controls input.quantity-plus,
.ie8 .category-view .spacer .addtocart-bar .quantity-controls input.quantity-plus,
.ie8 .productdetails .addtocart-bar .quantity-controls input.quantity-plus {
  background: url('../../../images/ico/ico-plus.png') no-repeat center center !important;
  background-color: transparent;
}
.ie8 .featured-view .spacer .addtocart-bar .quantity-controls input.quantity-minus,
.ie8 .category-view .spacer .addtocart-bar .quantity-controls input.quantity-minus,
.ie8 .productdetails .addtocart-bar .quantity-controls input.quantity-minus {
  background: url('../../../images/ico/ico-minus.png') no-repeat center center !important;
  background-color: transparent;
}