﻿@charset "utf-8";
/*@table-bg-hover:                #f5f5f5;*/
/*@font-family-alternate: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
@media screen, print {
  #ProductImageContainer img:hover,
  #ProductImageCarousel img:hover {
    cursor: pointer;
  }
  #AddToCartForm .response {
    font-size: 12px;
  }
  #AddPriceButton {
    margin-bottom: 20px;
  }
  #ProductVariantsTable {
    margin-top: 20px;
  }
  #ProductVariantsTable img {
    max-height: 40px;
  }
}