/* CSS Document */
#cart-quickview-mess .message{
  text-transform: none;
}

#cart-quickview-mess .success{
  color: green;
}

#cart-quickview-mess .error{
  color: red;
}

#cart-quickview-mess .warning{
  color: #ffff00;
}

.products-grid .actions{
  position: relative !important;
}

.cart-return-buttons {
  display: block;
  text-align: center;
  margin: 10px 0px;
}

/*Top cart side bar - Jm my cart*/
#jm-mycart > .active{
  display: block !important;
}

#jm-mycart > .jm-mycart-loading{
    display:none; background:url("../images/loading.GIF") no-repeat scroll right center rgba(0, 0, 0, 0);
    position: relative;
    right: 10px;
    top: 65px;
}

#jmoverlay {
  background: none repeat scroll 0 0 transparent;
  height: 100% !important;
  left: 0;
  min-height: 100% !important;
  position: fixed !important;
  top: 0;
  width: 100% !important;
  z-index: 3;
  zoom: 1;
  background-color: #000;
  opacity: 0.05;
  filter: alpha(opacity=5);
}
.cart-collaterals .totals {
  width: 100% !important;
}
/*ColorBox custom css*/
.colorbox-jmquickview .product-shop .email-friend, .colorbox-jmquickview .product-shop .no-rating{
    display: block;
    float: left;
    width: 100%;
}
.colorbox-jmquickview .product-shop .email-friend {
  display: none;
}
.colorbox-jmquickview .product-shop .add-to-box{
    display: block;
    float: left;
    width: 100%;
}

/*Colorbox custom*/
.colorbox-jmquickview #cboxContent{
  background: transparent;
  box-shadow: 0 0 5px #666;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
}
.colorbox-jmquickview #cboxLoadedContent{background: #f5f5f5;}
.colorbox-jmquickview #cboxTitle{background: #fff;}
.colorbox-jmquickview .product-view .more-views ul li{display: inline-block;float: left;}
.colorbox-jmquickview #cboxLoadingOverlay, .colorbox-jmquickview #cboxLoadingGraphic {
    background: url("../images/quickview_loading.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*.colorbox-jmquickview #cboxClose {
    background: url("../images/btn-quickview-inner.png") no-repeat scroll 0 0 #d90036;
    border: 0 none;
    border-radius: 35px;
    color: #444444;
    display: block;
    height: 35px;
    position: absolute;
    right: -10px;
    text-indent: -99999em;
    text-transform: uppercase;
    top: -10px;
    width: 35px;
}*/
/*#cboxOverlay.colorbox-jmquickview {
    background: none repeat scroll 0 0 #000;
    opacity: 0.7 !important;
}

.product-view .product-shop .product-name h1 {
  color: #000;
}
.product-view .product-shop .product-name h1:active,
.product-view .product-shop .product-name h1:focus,
.product-view .product-shop .product-name h1:hover {
  text-decoration: none;
  color: #ee8589;
}
*/