/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)"; 

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Responsive functions -----*/
#facebookSharePurchase .items {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 60px;
  overflow-y: auto;
}
#facebookSharePurchase .items .item {
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 10px 0 0;
  background: #f7f7f7;
  cursor: pointer;
}
#facebookSharePurchase .items .item:first-child {
  margin-top: 0;
}
#facebookSharePurchase .items .item:hover {
  background: #f0f0f0;
  border-color: #bbbbbb;
}
#facebookSharePurchase .items .item.active,
#facebookSharePurchase .items .item.active:hover {
  border: 1px solid #bcd989;
  position: relative;
  background: #f5fbea;
}
#facebookSharePurchase .items .item.active:after {
  content: "\2714";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  color: #bcd989;
}
#facebookSharePurchase .items .item .image {
  float: left;
  width: 68px;
  height: 68px;
  padding: 2px;
  background: white;
  border: 1px solid #cccccc;
  margin-right: 10px;
}
#facebookSharePurchase .items .item .content {
  float: left;
  max-width: 452px;
}
#facebookSharePurchase .items .item .content h3 {
  margin-top: 0;
  font-size: 14px;
}
#facebookSharePurchase .bttnBlock {
  position: absolute;
  left: 20px;
  bottom: 10px;
  right: 20px;
}
