/*--- 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 -----*/
/* ++ Dashboard Page ++ */

table.orders {
  margin-bottom: 20px;
}
/* -- Dashboard Page -- */

/* ++ Order Page ++ */

.orderStatus + .orderStatus {
  margin-top: 30px;
}
/* -- Order Page -- */

.account dd,
.account dt {
  width: 50%;
  word-break: break-all;
}
.summary {
  line-height: 24px;
  margin-bottom: 15px;
}
.tableList tbody tr td {
  padding: 5px;
}
.tableList tbody tr:nth-child(odd) td {
  background: white;
}
.tableList tbody tr:nth-child(even) td {
  background: #ececec;
}
.addressPanel {
  border-right: 0;
  margin-top: 15px;
  border-top: 1px solid #ebebeb;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .addressPanel {
    border-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .addressPanel {
    padding: 0;
  }
}
.addressPanel .currentAddresses .bttn.add {
  margin: 15px 0;
}
.loyaltyPointsPanel {
  display: none;
  background: #f8f8f8;
  text-align: center;
  padding: 15px;
  margin-top: 15px;
  border: 0;
}
.loyaltyPointsPanel .bttn.link {
  text-transform: none;
}
.loyaltyPointsPanel .nameTitle {
  font-weight: 700;
}
.loyaltyPointsPanel h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.loyaltyPointsPanel h3 + h3 {
  margin-bottom: 15px;
}
.account-interests .row.type-radio .optionWrap span input,
.account-interests .row.type-radio .optionWrap span label {
  float: left;
  line-height: 28px;
  height: 28px;
}
.account-interests .row.type-radio .optionWrap span input {
  clear: both;
}
.account-interests .row.type-checkbox > label {
  font-size: 14px;
  font-weight: bold;
}
.account-interests .row.type-checkbox .optionWrap span label {
  display: block;
  float: none;
  line-height: 28px;
}
.account-interests .row.type-checkbox .optionWrap span label input {
  margin: 0 2% 0 0;
}
@media only screen and (min-width: 1024px) {
  .addressList {
    width: 45%;
  }
}
.panelUSP {
  padding: 0;
  border: 0;
}
.newAccountUSP {
  margin: 15px 0;
}
.newAccountUSP.registerUSP {
  width: 100%;
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .newAccountUSP.registerUSP {
    margin-left: 15px;
  }
}
.newAccountUSP ul li {
  line-height: 30px;
}
.newAccountUSP ul li:before {
  color: #5cb85c;
  pointer-events: none;
  margin-right: 10px;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.Couponspanel input.bttn {
  display: none;
}
