/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 4 - VELTHUIS SCHOENEN
   ##################################################################################################### */
/*--- 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 -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
@media only screen and (min-width: 768px) {
  table.costs {
    width: 50%;
    float: right;
  }
}
.pickupstore-extra {
  display: none;
}
.item .pickupstore-extra {
  display: none;
  float: left;
  width: 100%;
  margin-top: 5px;
  padding: 0 0 0 25px;
}
.item.active .pickupstore-extra {
  display: block;
  color: black;
}
.item.active .pickupstore-extra a {
  color: #007f95;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.item.active .pickupstore-extra .pickupstore-extra-popup-content {
  display: none !important;
}
