/* Product listing */

div.product {
  min-width: 33%;
}

div.product .vm-price-desc,
div.product .PricesalesPrice {
  font-size: 1em !important;
  color: #aaa !important;
}

span.title {
  display: block;
}

/* */

span.vmshipment_description {
  font-size: 13px;
}

#bfElemWrap285 > div {
  float: right;
  margin-right: 75px;
}

.addtocart-quote {
  width: 65%;
  margin: auto;
  margin-top: 3%;
  font-size: 20px;
  line-height: 1.2;
}
.addtocart-quote a {
  text-decoration: underline;
  color: #888;
}

/* Mini Cart */
.minicart-header {
  position: absolute;
  top: 50px;
  right: 20px;
  text-align: right;
  display: block !important;
}
.minicart-header.open .vm_cart_products {
  top: calc(100% - 3px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.minicart-header .shopcart {
  color: #777;
  font-size: 13px;
}
.minicart-header .title-cart {
  position: relative;
  background-color: #777;
  color: #fff;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 20px;
  font-weight: 600;
  text-align: center;
  top: 10px;
  right: -33px;
}
.minicart-header .shopcart:hover .cart-info .cart-title .title-cart {
  color: #777;
}
.minicart-header .cart_ico {
  padding: 0 12px;
  font-size: 22px;
  color: #fff;
}
.minicart-header .cart-info .cart-title {
  position: relative;
  line-height: 100%;
  margin: 3px 0;
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
  top: -2px;
}
.minicart-header .cart-info .cout_cart {
  font-size: 1.25em;
  font-weight: 600;
  color: #777;
  text-transform: none;
}
.minicart-header .vm_cart_products {
  position: absolute;
  top: calc(120%);
  margin-top: 3px;
  display: block;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  right: 0px;
  left: auto;
  z-index: 99;
  background: #fff;
  overflow: hidden;
  width: 290px;
  border-radius: 0;
  height: auto !important;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  -webkit-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.3s ease 0.1s;
  -moz-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.3s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.3s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.3s ease 0.1s;
}
.minicart-header .vm_cart_products .no-items {
  text-align: center;
  padding: 20px;
}
.minicart-header .vm_cart_products .no-items .continue-shopping {
  background: #ddd;
  text-transform: uppercase;
  color: #222;
  font-size: 13px;
  border-radius: 0;
  margin-top: 10px;
}
.minicart-header .vm_cart_products .no-items .continue-shopping:hover {
  color: #fff;
  background: #777;
}
.minicart-header .vm_cart_products .product_row {
  max-height: 340px;
  overflow-y: auto;
  padding: 20px 10px 20px 15px;
  background-color: #fff;
  display: block !important;
  text-align: left;
}
.minicart-header .vm_cart_products .product_row:not(:first-child) {
  padding-top: 0;
}
.minicart-header .vm_cart_products .product_row .product-img-wrap {
  position: relative;
  float: left;
  width: 70px;
  margin-right: 10px;
  display: table-cell;
  min-width: 70px;
}
.minicart-header .vm_cart_products .product_row .product-img-wrap a {
  border: 1px solid #ebebeb;
  display: block;
}
.minicart-header .vm_cart_products .product_row .product-details {
  position: relative;
  float: left;
  display: table;
  width: calc(100% - 80px);
}
.minicart-header .vm_cart_products .product_row .product_name {
  line-height: 16px;
  display: block;
  font-size: 15px;
}
.minicart-header .vm_cart_products .product_row .product_name a {
  color: #000;
  line-height: 100%;
  font-weight: 500;
}
.minicart-header .vm_cart_products .product_row .product_name a:hover {
  color: #777;
}
.minicart-header .vm_cart_products .product_row .quantity {
  font-size: 12px;
}
.minicart-header .vm_cart_products .product_row .prices {
  font-weight: bold;
  color: #777;
}
.minicart-header .vm_cart_products .total {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
}
.minicart-header .vm_cart_products .total strong {
  float: right;
  font-size: 16px;
  color: #777;
}
.minicart-header .vm_cart_products .price-total-w {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.minicart-header .vm_cart_products .price-total-w .label-price-total {
  float: left;
}
.minicart-header .vm_cart_products .price-total-w .price-total {
  float: right;
  font-size: 16px;
  color: #777;
}
.minicart-header .vm_cart_products .show_cart {
  padding: 15px;
  text-align: center;
}
.minicart-header .vm_cart_products .show_cart a {
  float: none !important;
  background-color: #fff;
  color: #222;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-left: 10px;
  margin-top: 12px;
  border-radius: 0;
  border: 2px solid #222;
  font-size: 13px;
}
.minicart-header .vm_cart_products .show_cart a:hover {
  background-color: #777;
  color: #fff;
  border-color: #777;
}

/* Add to Cart Dialog */
#fancybox-content .vm-btn.continue_link,
#fancybox-content .vm-btn.showcart {
	box-sizing: border-box;
	width:100%;
	margin-bottom: 10px;
}

/* Categories on homepage */
.vmgroup.vases-heading .vmheader {
	border-top: none!important;
}

.latest-products {
	 text-align: center;
	 color: #eee;
}

.latest-products h1 {
	font-family: ui-sans-serif;
	font-size: 2.5em;
}

.latest-products h1:after {
	content: '';
    display: block;
    background: url(https://staging.seaneganartglass.com/images/under.png) no-repeat !important;
    height: 15px;
    width: 220px;
    margin: 0 auto;
}

.home.product-container {
  float: left;
  width: 25%;
}

.home.product-container .product-title {
  font-weight: 500;
  font-size: 1.25em;
  font-family: ui-sans-serif; 
}

.vmgroup {
  text-align: center;
}

.vmgroup .vmheader {
  font-size: 2em;
  font-weight: 600;
  padding: 20px;
  color: #eee;
  border-top: solid 1px;
  font-family: ui-sans-serif;
}

.home.product-container .addtocart-button {
  padding-top: 10px;
}

.home.product-container .quantity-box {
  display: none;
}

.home.product-container .quantity-controls {
  display: none;
}

.home.product-container .addtocart-quote {
  display: none;
}

.home.product-container div.clear {
  margin: 10px;
}

.product-price {
  margin: 0;
  float: none;
  text-align: center;
}

/* Checkout */
.proopc-product-name a, .col-name a {
    color: #fff;
}

.proopc-process-title {
    color: #bbb;
    font-weight: 600!important;
} 

#ProOPC .st-same-checkbox #STsameAsBT {
	margin-left: 0;
}

#moomenu li a:hover {
	color: #aaa;
}

/* Menu sidebar categories */
ul.menu li.active a {
  color: #999;
  font-weight: 600;
}

#container_main div#sidecol_a.side_margins div {
  text-align: left;
}
