.horizontal-separator {
  height: 0;
  margin: 0;
}
div.product {
  margin-top: 30px;
}
div.product .vm-product-media-container {
  position: relative;
  margin-bottom: 0;
}
div.product .vm-product-media-container a img {
  width: 100%;
}
div.product .vm-product-media-container a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  opacity: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
div.product .vm-product-media-container > div[class*="vm"]:before {
  content: "\f290";
  display: inline-block;
  font-family: FontAwesome;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #cc0000;
  color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  opacity: 1;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
div.product .vm-product-media-container .addtocart-area {
  position: absolute;
  left: 20px;
  bottom: 20px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  min-width: 164px;
  min-height: 32px;
  opacity: 0;
}
div.product .vm-product-media-container .addtocart-area .addtocart-bar {
  margin: 0;
  text-align: center;
}
div.product .vm-product-media-container .addtocart-area .quantity-box {
  border: 1px solid #ffffff;
}
div.product .vm-product-media-container .addtocart-area .quantity-box input {
  width: 32px;
  height: 32px;
  color: #cc0000;
  font-size: 12px;
  border-radius: 0;
  background: #ffffff;
  border-color: transparent;
}
div.product .vm-product-media-container .addtocart-area .quantity-controls button {
  background-color: #cc0000;
  height: 15px;
  border: none;
  width: 15px;
  cursor: pointer;
  display: block;
}
div.product .vm-product-media-container .addtocart-area .quantity-controls button.quantity-plus {
  background-image: url(../../../../../images/virtuemart/quantity-controls.png);
  background-repeat: no-repeat;
}
div.product .vm-product-media-container .addtocart-area .quantity-controls button.quantity-minus {
  background-image: url(../../../../../images/virtuemart/quantity-controls.png);
  background-repeat: repeat-x;
  background-position: 15px 0;
  margin-top: 4px;
}
div.product .vm-product-media-container .addtocart-area input.addtocart-button {
  font-size: 12px;
  letter-spacing: 0.4px;
  border-radius: 0;
  background: #cc0000;
  padding: 9px;
  border-color: #cc0000;
  text-transform: uppercase;
  font-weight: 700;
}
div.product:hover .vm-product-media-container a:before,
div.product:focus .vm-product-media-container a:before {
  opacity: 0.7;
  transform: scale(1);
  -webkit-transform: scale(1);
}
div.product:hover .vm-product-media-container > div[class*="vm"]:before,
div.product:focus .vm-product-media-container > div[class*="vm"]:before {
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  bottom: 0;
}
div.product:hover .vm-product-media-container .addtocart-area,
div.product:focus .vm-product-media-container .addtocart-area {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  opacity: 1;
}
div.product div[class*="vm-product-descr-container"] {
  min-height: auto;
}
div.product div[class*="vm-product-descr-container"] h3 {
  font-size: 16px;
  margin: 22px 0 7px;
  text-align: left;
}
div.product .spacer > div[class*="vm3pr-"] .product-price {
  min-height: auto;
  line-height: 2;
  margin: 0;
}
div.product .spacer > div[class*="vm3pr-"] .product-price .vm-price-value.PricesalesPrice {
  font-family: Montserrat;
}
div.product .spacer > div[class*="vm3pr-"] .product-price .vm-price-value.PricesalesPrice .vm-price-desc {
  font-size: 15px;
  color: #232323;
}
div.product .spacer > div[class*="vm3pr-"] .product-price .vm-price-value .vm-price-desc {
  margin: 0;
}
div.product .spacer > div[class*="vm3pr-"] .product-price .vm-price-value span[class*="Price"] {
  color: #cc0000;
}
div.product .spacer > div[class*="vm3pr-"] .product-price .vm-price-value .PricesalesPrice {
  font-size: 15px;
}
.product-price {
  line-height: 2;
}
.PricesalesPrice {
  font-size: 15px;
  font-family: Montserrat;
}
.PricesalesPrice .vm-price-desc {
  color: #232323;
}
.PricesalesPrice .PricesalesPrice {
  color: #cc0000;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer,
.product-field-type-R .spacer,
.product-field-type-Z .spacer,
.vmgroup .product .spacer {
  padding: 0 15px;
  position: relative;
  text-align: center;
  margin: 0;
  border: none;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: 100%;
}
.browseProductImage {
  width: 100%;
  max-height: 100%;
}
div[class*="-view"] .row {
  margin: 0 -15px;
}

@media screen and (max-width: 480px) {
  div[class*="vm-col-"] {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  div[class*="vm-col-"] {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .width33 {
    width: 33.333% !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .width33 {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .width33 {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .width25 {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .width25 {
    width: 100% !important;
  }
}
.ratingbox {
  background: url(../../../../../images/virtuemart/color-stars.png) repeat-x scroll 0 bottom;
}
.ratingbox div,
.ratingbox span {
  background: url(../../../../../images/virtuemart/color-stars.png) repeat-x;
}
.ratingbox div.stars-orange,
.ratingbox span.stars-orange {
  background-position: 0 2px !important;
}
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4,
.product-fields-title-wrapper h4 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 0;
}
.featured-view h4:before,
.latest-view h4:before,
.topten-view h4:before,
.recent-view h4:before,
.related-products-view h4:before,
.product-fields-title-wrapper h4:before,
.featured-view h4:after,
.latest-view h4:after,
.topten-view h4:after,
.recent-view h4:after,
.related-products-view h4:after,
.product-fields-title-wrapper h4:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 11px;
  height: 23px;
  margin-left: -8px;
  transform: rotate(31deg);
  -webkit-transform: rotate(31deg);
  border-width: 0 1px 0 1px;
  border-color: #cc0000;
  border-style: solid;
}
.featured-view h4:after,
.latest-view h4:after,
.topten-view h4:after,
.recent-view h4:after,
.related-products-view h4:after,
.product-fields-title-wrapper h4:after {
  width: 1px;
  margin-left: -3px;
  border: none;
  background: #cc0000;
}
.category-view .row .category {
  margin-top: 30px;
  position: relative;
}
.category-view .row .category .spacer > a {
  display: block;
  position: relative;
}
.category-view .row .category .spacer > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  opacity: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.category-view .row .category .spacer > a img {
  width: 100%;
}
.category-view .row .category .spacer h3 {
  position: absolute;
  left: 35px;
  bottom: 20px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.category-view .row .category .spacer h3 a {
  text-transform: uppercase;
}
.category-view .row .category .spacer:hover > a:before,
.category-view .row .category .spacer:focus > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 0.7;
}
.category-view .row .category .spacer:hover h3,
.category-view .row .category .spacer:focus h3 {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.vm-pagination ul {
  margin: 0;
  padding: 0;
}
.vm-pagination ul li[class*="pagination"] a,
.vm-pagination ul li[class*="pagination"] span.pagenav {
  padding: 0 5px;
  text-transform: uppercase;
  margin-top: -44px;
}
.vm-pagination ul li[class*="pagination"] a:before,
.vm-pagination ul li[class*="pagination"] span.pagenav:before {
  display: none;
}
.vm-pagination ul li {
  display: inline-block;
}
.vm-pagination ul li a,
.vm-pagination ul li span {
  padding: 19px 5px 0;
  position: relative;
  float: left;
  border: none;
  background: transparent;
}
.vm-pagination ul li a:before,
.vm-pagination ul li span:before {
  border-radius: 5px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #323232;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.vm-pagination ul li a:hover:before,
.vm-pagination ul li span:hover:before,
.vm-pagination ul li a:focus:before,
.vm-pagination ul li span:focus:before {
  background-color: #cc0000;
}
.vm-pagination ul li span.pagenav {
  padding: 19px 15px 0;
}
.vm-pagination ul li span.pagenav:before {
  background-color: #cc0000;
}
.vm-pagination ul li + li {
  margin-left: 5px;
}
.vm-pagination .vm-page-counter {
  display: none;
}
.vm-pagination.vm-pagination-bottom {
  margin: 0;
  float: none;
}
.vm-pagination.vm-pagination-bottom:before,
.vm-pagination.vm-pagination-bottom:after {
  content: " ";
  display: table;
}
.vm-pagination.vm-pagination-bottom:after {
  clear: both;
}
.vm-pagination.vm-pagination-bottom ul {
  margin: 90px 0 0;
}
.vm-pagination.vm-pagination-bottom ul li a,
.vm-pagination.vm-pagination-bottom ul li span {
  font-weight: 600;
}
.vm-pagination.vm-pagination-top {
  margin: 0 0 0 20px;
}
.vm-pagination.vm-pagination-top ul .pagination-start,
.vm-pagination.vm-pagination-top ul .pagination-end {
  display: none;
}
.virtuemart_search {
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 20px;
}
.virtuemart_search form .vm-search-custom-search-input {
  position: relative;
}
.virtuemart_search form .vm-search-custom-search-input .inputbox {
  height: 42px;
  border: 1px solid #dddddd;
  background: #ffffff;
  padding-right: 140px;
}
.virtuemart_search form .vm-search-custom-search-input .button {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  text-transform: uppercase;
}
.virtuemart_search form .vm-search-descr {
  margin-top: 10px;
  display: block;
  letter-spacing: 0;
  font-size: 13px;
}
.product-related-products {
  margin: 50px -15px 0;
  border: none;
}
.product-related-products .product-fields-title-wrapper {
  padding: 0;
}
.product-related-products .product-fields-title-wrapper h4 {
  margin-top: 0;
}
.product-related-products .product-field-type-R {
  margin: 30px 0 0;
}
.product-related-products .product-field-type-R .product-field-display:before,
.product-related-products .product-field-type-R .product-field-display:after {
  content: " ";
  display: table;
}
.product-related-products .product-field-type-R .product-field-display:after {
  clear: both;
}
.product-related-products .product-field-type-R .product-field-display .vm-product-media-container {
  margin: 0;
  position: relative;
}
.product-related-products .product-field-type-R .product-field-display .vm-product-media-container img {
  width: 100%;
}
.product-related-products .product-field-type-R .product-field-display .vm-product-media-container a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  opacity: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.product-related-products .product-field-type-R .product-field-display .vm-product-descr-container {
  text-align: left;
}
.product-related-products .product-field-type-R .product-field-display .vm-product-descr-container h3 {
  font-size: 16px;
  margin: 22px 0 7px;
}
.product-related-products .product-field-type-R .product-field-display:hover .vm-product-media-container a:before,
.product-related-products .product-field-type-R .product-field-display:focus .vm-product-media-container a:before {
  opacity: 0.7;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.product-related-categories {
  margin: 50px -15px 0;
  border: none;
}
.product-related-categories .product-fields-title-wrapper {
  padding: 0;
}
.product-related-categories .product-fields-title-wrapper h4 {
  margin-top: 0;
}
.product-related-categories .product-fields-title-wrapper .hasTooltip {
  display: none;
}
.product-related-categories .product-field-type-Z {
  margin-top: 30px;
  float: left;
}
.product-related-categories .product-field-type-Z .product-field-display .vm-category-ct {
  position: relative;
}
.product-related-categories .product-field-type-Z .product-field-display .vm-category-ct a {
  display: block;
}
.product-related-categories .product-field-type-Z .product-field-display .vm-category-ct a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  opacity: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.product-related-categories .product-field-type-Z .product-field-display .vm-category-ct a img {
  width: 100%;
}
.product-related-categories .product-field-type-Z .product-field-display .vm-category-ct h4 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.product-related-categories .product-field-type-Z .product-field-display .vm-category-ct h4 a {
  text-transform: uppercase;
}
.product-related-categories .product-field-type-Z .product-field-display:hover .vm-category-ct > a:before,
.product-related-categories .product-field-type-Z .product-field-display:focus .vm-category-ct > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 0.7;
}
.product-related-categories .product-field-type-Z .product-field-display:hover h4,
.product-related-categories .product-field-type-Z .product-field-display:focus h4 {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.product-related-categories .product-field-type-Z .product-field-display .category-description {
  margin-top: 20px;
  text-align: left;
}
.virtuemart-front div[class*="-view"] {
  margin-bottom: 60px;
}
.virtuemart-front div[class*="-view"]:nth-child(1) {
  margin-top: -30px;
}
.virtuemart-front div[class*="-view"]:nth-last-child(1) {
  margin-bottom: 0;
}
.category-view {
  margin-bottom: 0;
}
.category-view .category_description {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.category-view .category_description p {
  margin-bottom: 30px;
}
.category-view > .category-view {
  margin: -30px 0 30px;
}
.category-view .browse-view {
  margin-bottom: 0;
}
.category-view .browse-view .orderby-displaynumber {
  background-color: #f7f7f7;
  margin: 0;
  padding: 20px 10px;
  border: 1px solid #dddddd;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list {
  float: left;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer {
  margin: 0 10px 0 0;
  position: relative;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .title {
  text-transform: uppercase;
  display: none;
  margin-right: 5px;
  font-size: 10px;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder,
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .Order {
  display: inline-block;
  padding: 12px 24px 12px 12px;
  background-position: right 11px;
  border-radius: 0px;
  text-transform: uppercase;
  min-width: 200px;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist {
  right: 0;
  width: 100%;
  margin-top: -1px;
  min-width: 200px;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist > div {
  padding: 0;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist > div a {
  padding: 8px 12px;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist > div:hover {
  background-color: #dddddd;
}
.category-view .browse-view .orderby-displaynumber .display-number {
  margin: 0;
}
.category-view .browse-view .orderby-displaynumber .display-number select {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #CAC9C9;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .category-view .browse-view .orderby-displaynumber .vm-order-list {
    float: none;
    margin-bottom: 30px;
  }
  .category-view .browse-view .orderby-displaynumber .vm-pagination {
    margin: 0;
  }
}
.productdetails-view .hasTooltip {
  width: 20px;
  height: 20px;
  position: relative;
}
.productdetails-view .hasTooltip img {
  display: none;
}
.productdetails-view .hasTooltip:before {
  content: "\f05a";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  width: 16px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #cc0000;
  margin-left: 5px;
}
.productdetails-view .product-neighbours {
  margin-bottom: 30px;
}
.productdetails-view .product-neighbours a {
  text-transform: capitalize;
  font-weight: 600;
  background: transparent;
  position: relative;
}
.productdetails-view .product-neighbours a:before {
  content: "\f177";
  position: absolute;
  height: 100%;
  width: 30px;
  line-height: 20px;
  font-family: FontAwesome;
  font-size: 18px;
  color: #cc0000;
  left: 5px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.productdetails-view .product-neighbours a.next-page:before {
  content: "\f178";
  left: auto;
  right: 5px;
  text-align: right;
}
.productdetails-view .product-neighbours a:hover:before,
.productdetails-view .product-neighbours a:focus:before {
  left: 0;
}
.productdetails-view .product-neighbours a:hover.next-page:before,
.productdetails-view .product-neighbours a:focus.next-page:before {
  left: auto;
  right: 0;
}
.productdetails-view .vm-product-container {
  margin: 0 -15px;
}
.productdetails-view .vm-product-container .vm-product-media .main-image a img {
  width: 100%;
  max-height: 100%;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images {
  margin: 15px -5px 0;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images .floatleft {
  width: 25%;
  padding: 0 5px;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images .floatleft img {
  width: 100%;
  margin: 0;
}
.productdetails-view .vm-product-container .vm-product-details:before,
.productdetails-view .vm-product-container .vm-product-details:after {
  content: " ";
  display: table;
}
.productdetails-view .vm-product-container .vm-product-details:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .productdetails-view .vm-product-container .vm-product-details {
    margin-top: 50px;
  }
}
.productdetails-view .vm-product-container .vm-product-details .back-to-category {
  float: left;
  padding: 0;
  margin-bottom: 30px;
}
.productdetails-view .vm-product-container .vm-product-details .back-to-category a {
  padding: 11px 20px;
  text-transform: uppercase;
  background: transparent;
  border-radius: 0px;
  font-size: 12px;
  color: #cc0000;
  border-color: #dddddd;
}
.productdetails-view .vm-product-container .vm-product-details .back-to-category a:hover {
  color: #cc0000;
}
.productdetails-view .vm-product-container .vm-product-details .edit-icon {
  float: right;
  margin-left: 5px;
}
.productdetails-view .vm-product-container .vm-product-details .icons {
  margin: 0 0 30px;
}
.productdetails-view .vm-product-container .vm-product-details .icons a {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  position: relative;
  float: left;
}
.productdetails-view .vm-product-container .vm-product-details .icons a:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  width: 16px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.productdetails-view .vm-product-container .vm-product-details .icons a img {
  display: none;
}
.productdetails-view .vm-product-container .vm-product-details .icons .printModal:before {
  content: "\f02f";
}
.productdetails-view .vm-product-container .vm-product-details .icons .recommened-to-friend:before {
  content: "\f003";
}
.productdetails-view .vm-product-container .vm-product-details .icons a + a {
  margin-left: 5px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area {
  float: left;
  width: 100%;
  padding-left: 0;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area h2 {
  margin: 0 0 20px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .ratingbox {
  margin: 0 0 20px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .product-price {
  margin: 0 0 20px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .product-short-description {
  margin: 0 0 20px;
  line-height: 26px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-fields {
  margin: 0 -15px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-fields div[class*="product-field-type-"] {
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-fields div[class*="product-field-type-"] {
    width: 50%;
  }
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-fields div[class*="product-field-type-"] .product-fields-title-wrapper {
  display: block;
  padding: 0 0 8px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-fields div[class*="product-field-type-"] .product-field-display .chzn-container {
  margin-left: 0;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-fields div[class*="product-field-type-"] .product-field-display .chzn-container .chzn-single {
  border-radius: 0px;
  background: #ffffff;
  height: 42px;
  line-height: 42px;
  margin: 0;
  box-shadow: none;
  border-color: #dddddd;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-fields div[class*="product-field-type-"] .product-field-display .chzn-container .chzn-single > div > b {
  background-position: 0 10px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-fields div[class*="product-field-type-"] .product-field-display .chzn-container .chzn-drop {
  margin-left: 0;
  border-radius: 0;
  border-color: #dddddd;
  box-shadow: none;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-fields div[class*="product-field-type-"] .product-field-display .chzn-container-active .chzn-single {
  border-color: #dddddd;
  box-shadow: none;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .addtocart-bar {
  margin: 0;
  text-align: left;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .addtocart-bar .quantity-box {
  border: 1px solid #cc0000;
  margin-right: 3px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .addtocart-bar .quantity-box input {
  width: 40px;
  height: 40px;
  color: #cc0000;
  font-size: 12px;
  border-radius: 0;
  background: #ffffff;
  border: none;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .addtocart-bar .quantity-controls button {
  background-color: #cc0000;
  height: 15px;
  border: none;
  width: 15px;
  cursor: pointer;
  display: block;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .addtocart-bar .quantity-controls button.quantity-plus {
  background-image: url(../../../../../images/virtuemart/quantity-controls.png);
  background-repeat: no-repeat;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .addtocart-bar .quantity-controls button.quantity-minus {
  background-image: url(../../../../../images/virtuemart/quantity-controls.png);
  background-repeat: repeat-x;
  background-position: 15px 0;
  margin-top: 12px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .addtocart-area .addtocart-bar input.addtocart-button {
  font-size: 12px;
  letter-spacing: 0.4px;
  border-radius: 0;
  background: #cc0000;
  padding: 13px;
  border-color: #cc0000;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 3px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .ask-a-question {
  margin-top: 20px;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .ask-a-question a {
  padding: 10px;
  font-size: inherit;
  font-weight: 400;
  border-radius: 0px;
  background: #ffffff;
  margin: 0;
  border-color: #dddddd;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .ask-a-question a:hover,
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .ask-a-question a:focus {
  color: #cc0000;
  border-color: #cc0000;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .manufacturer {
  margin-top: 20px;
  text-align: left;
}
.productdetails-view .vm-product-container .vm-product-details .spacer-buy-area .manufacturer span {
  font-weight: 700;
}
.productdetails-view .vm-product-tabs {
  margin-top: 50px;
}
.productdetails-view .vm-product-tabs .nav-tabs li a:hover {
  background-color: #f7f7f7;
  color: #323232;
}
.productdetails-view .vm-product-tabs .nav-tabs li.active a:hover {
  background: #ffffff;
}
.productdetails-view .vm-product-tabs .tab-content {
  padding-top: 30px;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews {
  margin: 0;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform h4 {
  display: none;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform .rating {
  margin: 20px 0;
  text-align: left;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform .rating .vote {
  margin-bottom: 0;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform .rating .ratingbox {
  margin: 0;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform .write-reviews {
  text-align: left;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform .write-reviews .step {
  margin: 0 0 10px;
  display: block;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform .write-reviews textarea {
  border-radius: 0px;
  background: #ffffff;
  border-color: #dddddd;
  margin: 0 15px 10px;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform .write-reviews .charact-count {
  margin-top: 10px;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform .write-reviews .charact-count span {
  display: inline-block;
  line-height: 42px;
  margin-right: 10px;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform .write-reviews .charact-count input {
  display: inline-block;
  width: 56px;
  height: 56px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cc0000;
  color: #cc0000;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews #reviewform .write-reviews .button-ct {
  margin-top: 10px;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews h4 {
  margin: 30px 0 10px;
  text-transform: uppercase;
  border: none;
  font-size: 24px;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews .list-reviews > div {
  padding: 15px;
  border-radius: 0px;
  margin-bottom: 15px;
  border-color: #dddddd;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews .list-reviews > div .date {
  top: -15px;
  right: -15px;
  border-radius: 0;
  font-size: 11px;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews .list-reviews > div blockquote {
  font-size: 14px;
  line-height: 22px;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews .list-reviews > div .bold {
  text-transform: capitalize;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews .list-reviews .normal .date {
  background-color: #f7f7f7;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews .list-reviews .highlight {
  background-color: #f7f7f7;
  font-weight: 400;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews .list-reviews .highlight .date {
  background-color: #ffffff;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews .list-reviews a.details {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 0px;
  background: #ffffff;
  border-color: #dddddd;
}
.productdetails-view .vm-product-tabs .tab-content .customer-reviews .list-reviews a.details:hover,
.productdetails-view .vm-product-tabs .tab-content .customer-reviews .list-reviews a.details:focus {
  color: #cc0000;
  border-color: #cc0000;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
  width: 100% !important;
  padding: 5px !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div {
  overflow: hidden !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > h4 {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 14px;
  font-family: Open Sans;
  margin: 20px 0;
}
#fancybox-wrap #fancybox-outer #fancybox-title {
  margin: 0 !important;
  width: 100% !important;
}
.ask-a-question-view {
  padding: 0;
}
.ask-a-question-view h1 {
  text-transform: uppercase;
}
.ask-a-question-view .product-summary {
  margin: 20px 0 0;
  padding: 0 0 20px;
  border: none;
}
.ask-a-question-view .product-summary .width70 {
  padding-right: 15px;
}
.ask-a-question-view .product-summary div[class*="width"] .short-description {
  margin-top: 15px;
}
.ask-a-question-view .product-summary div[class*="width"] img.product-image {
  width: 100%;
}
.ask-a-question-view .form-field #askform .askform {
  background: none;
}
.ask-a-question-view .form-field #askform .askform tr td {
  display: block;
}
.ask-a-question-view .form-field #askform .askform tr td input {
  margin: 0;
  height: 42px;
  border-radius: 0px;
  background: #fcfcfc;
}
.ask-a-question-view .form-field #askform .askform tr td textarea {
  background: #fcfcfc;
  border-radius: 0px;
  width: 100%;
  min-height: 100px;
}
.ask-a-question-view .form-field #askform .askform tr td label {
  margin: 5px 0 0;
  font-weight: 400;
}
.ask-a-question-view .form-field #askform .submit {
  max-width: 418px;
}
.ask-a-question-view .form-field #askform .submit #jform_captcha {
  margin: 15px 0;
}
.ask-a-question-view .form-field #askform .submit .highlight-button {
  height: 42px;
  background: #cc0000;
  border-color: #cc0000;
  border-radius: 0px;
  padding: 6px 12px;
  font-size: inherit;
  margin-top: 25px;
}
.ask-a-question-view .form-field #askform .submit input#counter {
  height: 42px;
  background: #ffffff;
  border-color: #cc0000;
  border-radius: 0px;
  text-align: center;
}
.ask-a-question-view .form-field #askform .submit label {
  font-weight: 400;
}
.manufacturer-view-default {
  margin: -30px 0 0;
}
.manufacturer-view-default .row .manufacturer {
  margin-top: 30px;
}
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 0 15px;
}
.manufacturer-view-default .row .manufacturer .spacer > a img {
  border: 1px solid #dddddd;
  width: 100%;
}
.manufacturer-view-default .row .manufacturer .spacer h2 {
  font-size: 18px;
  text-transform: uppercase;
}
.manufacturer-details-view .spacer {
  padding: 0;
  margin: 0 -15px;
}
.manufacturer-details-view .spacer div.manufacturer-image {
  text-align: center;
}
.manufacturer-details-view .spacer div.manufacturer-image img {
  float: none;
  margin: 0;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .manufacturer-details-view .spacer .manufacturer-info {
    margin-top: 30px;
  }
}
.manufacturer-details-view .spacer .manufacturer-info h1 {
  text-transform: uppercase;
  margin: 0 0 20px;
}
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-email a,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-product-link a {
  padding: 6px 12px;
  background: #cc0000;
  border-color: #cc0000;
  color: #ffffff;
  border-radius: 0px;
  height: 34px;
  display: block;
  line-height: 22px;
}
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-email,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-url,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-product-link {
  display: inline-block;
  margin: 20px 5px 0 0;
}

.vm-cart-header-container .vm-cart-header h1 {
  text-transform: uppercase;
  margin: 0 0 30px;
  line-height: 0.9;
}
.vm-cart-header-container .vm-continue-shopping a.continue_link {
  background-color: #cc0000;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 12px;
  display: inline-block;
  border: 1px solid #cc0000;
}
#com-form-login,
#form-login {
  padding: 15px;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
}
#form-login .button {
  padding: 6px 12px;
  color: #ffffff;
  background-color: #cc0000;
  border: 1px solid #cc0000;
}
#com-form-login fieldset #com-form-login-username {
  margin: 0 20px 20px 0;
}
#com-form-login fieldset #com-form-login-password {
  margin: 0 20px 20px 0;
}
#com-form-login fieldset #com-form-login-remember {
  margin: 0 0 20px;
  text-align: center;
}
#com-form-login fieldset #com-form-login-remember input[name="Submit"] {
  padding: 6px 12px;
  color: #ffffff;
  background: #cc0000;
  border: 1px solid #cc0000;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#com-form-login fieldset #com-form-login-remember label {
  display: inline-block;
  margin: 0;
}
#com-form-login fieldset #com-form-login-remember #remember {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
@media screen and (max-width: 599px) {
  #com-form-login fieldset div[class*="width"] {
    width: 100%;
  }
}
form.inline table tr td input {
  width: auto;
  height: 42px;
  display: inline-block;
}
form.inline table tr td input.button {
  background-color: #cc0000;
  color: #ffffff;
  border: 1px solid #cc0000;
  padding: 6px 12px;
}
.cart-view > h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cart-view form#checkoutForm .billto-shipto {
  border: none;
  margin: 30px 0 0;
}
.cart-view form#checkoutForm .billto-shipto > div > span {
  font-size: 18px;
  text-transform: uppercase;
  color: #232323;
  font-weight: 700;
  line-height: 22px;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon {
  background: transparent;
  position: relative;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon:before {
  content: "\f015";
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  height: 100%;
  font-size: 24px;
  color: #cc0000;
  position: absolute;
  top: -2px;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon.vm2-shipto-icon:before {
  content: "\f2b6";
}
.cart-view form#checkoutForm .billto-shipto > div > div input {
  margin: 0 0 0 5px;
  position: relative;
  top: 2px;
}
.cart-view form#checkoutForm .billto-shipto > div a.details {
  padding: 10px;
  border-radius: 0px;
  background: #ffffff;
  border-color: #dddddd;
}
.cart-view form#checkoutForm .billto-shipto > div a.details:hover,
.cart-view form#checkoutForm .billto-shipto > div a.details:focus {
  color: #cc0000;
  border-color: #cc0000;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr th {
  padding: 22px 2px;
  background: #cc0000;
  color: #ffffff;
  text-align: center;
  border-top-color: #cc0000;
  border-left-color: #cc0000;
  letter-spacing: 0;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr th:nth-last-child(1) {
  border-right-color: #cc0000;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr th span {
  color: #ffffff;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td {
  padding: 20px 2px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td.vm-cart-item-name {
  padding-left: 10px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td.vm-cart-item-name span img {
  margin-right: 10px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPrice,
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPriceShipment,
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPricePayment {
  color: #232323;
  font-family: Montserrat;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricebillTotal {
  color: #cc0000;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td input.coupon {
  width: auto;
  height: 42px;
  display: inline-block;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td input.details-button {
  height: 42px;
  border-radius: 0px;
  background: #cc0000;
  color: #ffffff;
  padding: 6px 12px;
  text-transform: uppercase;
  border: 1px solid #cc0000;
  font-weight: 700;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .buttonBar-right button {
  padding: 6px 12px;
  background: #cc0000;
  color: #ffffff;
  border-radius: 0px;
  border-color: #cc0000;
  font-size: inherit;
  font-weight: 400;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity input {
  border-radius: 0px;
  background: #fcfcfc;
  border-color: #dddddd;
  display: inline-block;
  margin-right: 2px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0;
  top: -5px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon:before {
  content: "\f021";
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  height: 100%;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon.vm2-remove_from_cart {
  top: -1px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon.vm2-remove_from_cart:before {
  content: "\f1f8";
  color: #cc0000;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td[colspan="4"] {
  text-align: right;
  padding-right: 5px;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note {
  margin: 30px 0 0;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note span {
  margin: 0;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note textarea {
  width: 100%;
  margin: 10px 0 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos {
  margin: 20px 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos input {
  margin: 0;
  position: relative;
  top: 2px;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service {
  padding: 0;
  margin: 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service a span {
  position: relative;
  background: transparent;
  margin: 0 0 0 5px;
  text-align: center;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service a span:before {
  content: "\f0f6";
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  height: 100%;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
}
.cart-view form#checkoutForm .checkout-button-top .vm-button-correct {
  background: #cc0000;
  color: #ffffff;
  padding: 16px 36px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 700;
  border-radius: 0px;
  border-color: #cc0000;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.cart-view form#checkoutForm .checkout-button-top .vm-button-correct:hover,
.cart-view form#checkoutForm .checkout-button-top .vm-button-correct:focus {
  background: #ffffff;
  color: #cc0000;
}
#userForm .chzn-container,
form.inline .chzn-container {
  margin-left: 0;
}
#userForm .chzn-container .chzn-single,
form.inline .chzn-container .chzn-single {
  border-radius: 0px;
  background: #ffffff;
  height: 42px;
  line-height: 42px;
  margin: 0;
  box-shadow: none;
  border-color: #dddddd;
}
#userForm .chzn-container .chzn-single > div > b,
form.inline .chzn-container .chzn-single > div > b {
  background-position: 0 10px;
}
#userForm .chzn-container .chzn-drop,
form.inline .chzn-container .chzn-drop {
  margin-left: 0;
  border-radius: 0;
  border-color: #dddddd;
  box-shadow: none;
}
#userForm .chzn-container .chzn-drop .chzn-search input,
form.inline .chzn-container .chzn-drop .chzn-search input {
  width: 100% !important;
}
#userForm .chzn-container-active .chzn-single,
form.inline .chzn-container-active .chzn-single {
  border-color: #dddddd;
  box-shadow: none;
}
.billto-title {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0;
}
#userForm .control-buttons {
  margin: 0 0 20px;
}
#userForm .control-buttons #reg_text {
  float: none;
  margin: 0 0 10px;
}
#userForm .control-buttons button {
  margin-top: 10px;
}
#userForm .control-buttons button + button {
  margin-left: 10px;
}
#userForm fieldset h2 {
  font-size: 24px;
  margin: 30px 0 10px;
}
#userForm fieldset .userfields_info {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #232323;
}
@media screen and (max-width: 599px) {
  #userForm fieldset .userfields_info {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
#userForm fieldset table.user-details {
  width: 100%;
}
#userForm fieldset table.user-details tr td {
  border: none;
}
#userForm fieldset table.user-details tr td.key {
  width: 220px;
}
#userForm fieldset table.user-details tr td label {
  width: 200px;
}
#userForm fieldset table.user-details tr td input {
  width: 100%;
  border-radius: 0px;
  background: #fcfcfc;
  border-color: #dddddd;
  padding: 6px 25px;
  height: 42px;
}
#userForm fieldset table.user-details tr td input:focus {
  border-color: #cc0000;
}
@media screen and (max-width: 599px) {
  #userForm fieldset table.user-details tr td {
    width: 100% !important;
    display: table;
  }
  #userForm fieldset table.user-details tr td label {
    text-align: left;
    margin-top: 15px;
  }
  #userForm fieldset table.user-details tr td input,
  #userForm fieldset table.user-details tr td .chzn-container {
    margin-top: 0 !important;
  }
}
#userForm fieldset table.user-details tr + tr td input,
#userForm fieldset table.user-details tr + tr td .chzn-container {
  margin: 15px 0 0;
}
#userForm fieldset table.user-details tr + tr td.key label {
  margin-top: 15px;
}
.vm-order-done h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.vm-order-done > div {
  line-height: 26px;
}
.vm-order-done .post_payment_order_total {
  color: #cc0000;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 20px;
}
.vm-order-done a.vm-button-correct {
  padding: 16px 36px;
  background: #cc0000;
  color: #ffffff;
  border: 1px solid #cc0000;
  text-transform: uppercase;
  border-radius: 0px;
  font-family: Montserrat;
  margin-bottom: 20px;
}
.vm-order-done a.vm-button-correct:hover,
.vm-order-done a.vm-button-correct:focus {
  background: #ffffff;
  color: #cc0000;
}
.vm-orders-information h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.vm-orders-information .spaceStyle {
  margin: 0;
}
.vm-orders-information .spaceStyle .floatright a {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 6px 12px;
  background: #cc0000;
  color: #ffffff;
  border: 1px solid #cc0000;
}
.vm-orders-information .spaceStyle table tr td {
  padding: 10px 0;
}
.vm-orders-information .spaceStyle table tr td strong {
  margin: 15px 0 10px;
  text-transform: uppercase;
  display: inline-block;
}
.vm-orders-information .spaceStyle div#ui-tabs {
  margin-top: 20px;
}
.vm-orders-information .spaceStyle div#ui-tabs #tabs {
  padding: 0;
}
.vm-orders-information .spaceStyle div#ui-tabs .tabs {
  padding: 15px 0 0;
}
.vm-orders-information .spaceStyle div#ui-tabs .tabs:nth-child(2) table tr:last-child td strong {
  margin: 0;
}
.vm-orders-list h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.vm-orders-list table tr td,
.vm-orders-list table tr th {
  padding: 10px 0;
}

.vmgroup {
  padding: 120px 0;
}
.vmgroup .vmproduct {
  margin: -30px -15px 0;
}
.vmgroup .vmproduct .vm-product-media-container a img {
  width: 100%;
}
.vmgroup .vmproduct .vm-price-desc {
  margin: 0;
}
#vm-categories-wall {
  margin: 0;
  padding: 120px 0;
}
#vm-categories-wall .category-view {
  margin: 0;
}
#vm-categories-wall .category-view .row {
  margin: -30px -15px 0;
  display: block;
}
#vm-categories-wall .category-view .row .category .spacer {
  padding: 0 15px;
}
#vm-categories-wall .category-view .row .category .spacer a img {
  margin: 0;
}
.vm-mod-categories > ul.menu {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.vm-mod-categories > ul.menu li {
  list-style: none;
}
.vm-mod-categories > ul.menu li.active > div a {
  color: #cc0000;
}
.vm-mod-categories > ul.menu li.active > div a:before {
  background: #cc0000;
}
.vm-mod-categories > ul.menu li div a {
  line-height: 26px;
  padding: 6px 0;
  display: block;
  position: relative;
  padding-left: 22px;
  letter-spacing: 0.3px;
  font-size: Open sans;
}
.vm-mod-categories > ul.menu li div a:before {
  background: #dddddd;
  content: "";
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  position: absolute;
  top: 50%;
  width: 5px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.vm-mod-categories > ul.menu li div a:hover,
.vm-mod-categories > ul.menu li div a:focus {
  padding-left: 30px;
}
.vm-mod-categories > ul.menu li div a:hover:before,
.vm-mod-categories > ul.menu li div a:focus:before {
  background: #cc0000;
}
.vm-mod-categories > ul.menu li ul.menu {
  font-size: 14px;
  padding-left: 22px;
}
.vm-mod-categories ul.VMmenu {
  padding: 0;
  margin-bottom: 0;
}
.vm-mod-categories ul.VMmenu li {
  padding: 6px 0;
}
.vm-mod-categories ul.VMmenu li div a {
  line-height: 26px;
  position: relative;
  padding-left: 22px;
}
.vm-mod-categories ul.VMmenu li div a:before {
  background: #dddddd;
  content: "";
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  position: absolute;
  top: 50%;
  width: 5px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.vm-mod-categories ul.VMmenu li div a:hover,
.vm-mod-categories ul.VMmenu li div a:focus {
  padding-left: 30px;
}
.vm-mod-categories ul.VMmenu li div a:hover:before,
.vm-mod-categories ul.VMmenu li div a:focus:before {
  background: #cc0000;
}
.vm-mod-categories ul.VMmenu li ul.menu {
  padding: 0 0 0 22px;
}