/*  Cquent.ie Custom CSS */



body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
  float:none;
}


div.orderby-displaynumber { /* Shop order by etc */
  display: none;
}

div.quantity-controls {
  width: 140px;
}

div.quantity-controls:before {
  content: 'Quantity:';
}

div#fancybox-content h4 {  /*  Added to cart popup */
  font-size: 1.0rem;
}

div#system-message-container {
  position: absolute;
  top: 140px;
  left: 20%;
  height: 50px;
}

div#fancybox-wrap {
  width: auto !important;
}

div.vm-col-3 {
  width: 33.333%;
}

@media only screen and (max-device-width: 480px) {
  div.vm-col-3 {
    width: 33.333%;
    flex-grow: 1; 
  }

}

div.category-view div.horizontal-separator {
  background-color: #fff;
  height: 60px;
}

div.spacer.product-container {
  border-color: transparent;
}

div.checkoutStep {
  display: none;
}

table.cart-summary h3,
table.cart-summary h4 {
  font-size: 16px;
}

div.PricebasePrice {
  display: none;
}

.vm-cart-item-discount {
  display: none;
}

span.vmshipment_description {
  display: none;
}

div.product.vm-col.vm-col-3:only-child div.product-container {
   width: 33%;
}

/*  Sub-Menu not meeting top */
div.sp-dropdown.sp-dropdown-main.sp-menu-right {
  top: 70%;
}

div.sp-dropdown.sp-dropdown-main.sp-menu-right div.sp-dropdown-inner {
  padding: 4px 10px 4px 10px;
}
