/*----- Color variables -----*/
/*----- Size variables -----*/
/*----- Font variables -----*/
/*----- Responsive variables -----*/
/*----- Ratio variables (product item ratio (thumb + content)) -----*/
/* set ProductImageRatio in productOverview! */
/*----- OLD Color variables -----*/
/*----- MIXINS -----*/
/*----- 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;
}
.loyalty-points {
  background: #f2f2f2;
  text-align: center;
  padding: 15px;
  border: 0;
}
.summary {
  line-height: 24px;
  margin-bottom: 15px;
}
.account #cols {
  margin-bottom: 50px;
}
.tableList tbody tr td {
  padding: 5px;
}
.tableList tbody tr:nth-child(odd) td {
  background: white;
}
.tableList tbody tr:nth-child(even) td {
  background: #ececec;
}
#pageContainer {
  padding-top: 175px;
}
@media only screen and (min-width: 768px) {
  #pageContainer {
    padding-top: 195px;
  }
}
@media only screen and (min-width: 1024px) {
  #pageContainer {
    padding-top: 185px;
  }
}
.account-title--main {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  margin: 30px 0 20px;
}
@media only screen and (min-width: 768px) {
  .account-title--main {
    font-size: 56px;
    line-height: 70px;
    margin: 20px 0;
  }
}
.account-title--main:before {
  content: "";
  display: inline-block;
  height: 48px;
  width: 46px;
  background-image: url(https://webfs.ej.nl//images/horseshoe.png);
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .account-title--main:before {
    margin-right: 25px;
    line-height: 62px;
  }
}
.account-content {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 28px;
}
.account-title--points {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
.account-title--points span {
  color: #ff8000;
  font-size: 22px;
  line-height: 28px;
  margin: 0 2px 0 5px;
}
.account-title--points span.small {
  font-weight: 300;
  line-height: 28px;
  font-size: 14px;
  position: relative;
}
.account-details {
  max-width: 700px;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .account-details {
    margin: 15px auto;
  }
}
.account-details .account__row {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .account-details .account__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.account-details .account__row:last-child {
  margin: 0;
}
.account-details .icon-shoe {
  background-image: url(https://webfs.ej.nl//images/horseshoe.png);
  background-position-x: center;
  background-position-y: center;
  background-size: 150px;
  background-repeat: no-repeat;
  height: 190px;
  width: 48%;
  float: left;
  text-align: center;
  margin: 0 2% 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
@media only screen and (min-width: 768px) {
  .account-details .icon-shoe {
    height: 200px;
    width: 190px;
    background-size: 190px;
    margin: 15px;
  }
}
.account-details .icon-shoe:hover {
  color: #222222;
  background-image: url(https://webfs.ej.nl//images/horseshoe-black.png);
  transform: scale(1.05);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.account-details .icon-shoe:hover span {
  color: #222222;
}
.account-details .icon-shoe span {
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 95px;
  color: #ff8000;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  word-break: break-word;
  transform: translate(-50%, -50%);
}
.account-details .topRow,
.account-details .bottomRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.account-details .topRow .break,
.account-details .bottomRow .break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.myPreferences #breadcrumbs {
  display: none !important;
}
.myPreferences #detailNav {
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-beteween;
  -ms-justify-content: space-beteween;
  justify-content: space-beteween;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 15px 0 5px 0;
}
.myPreferences #detailNav a.account-navigation {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-decoration: underline;
  text-transform: none;
  margin: 0;
}
.myPreferences #detailNav a.account-navigation:before {
  content: "\00AB";
  line-height: 30px;
  padding: 0 10px 0 0;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .myPreferences #detailNav a.account-navigation:after {
    content: "|";
    line-height: 30px;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
    display: inline-block;
  }
}
.myPreferences #detailNav a.account-navigation:hover {
  color: #ff8000;
}
.myPreferences #detailNav a.account-navigation:hover:after {
  color: #222222;
}
@media only screen and (min-width: 1024px) {
  .myPreferences #detailNav a.account-navigation {
    line-height: 30px;
  }
}
.myPreferences #detailNav .bttn.link {
  float: left;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .myPreferences .panel {
    padding: 0;
    width: 49%;
    margin: 0 2% 0 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
  }
  .myPreferences .panel + .panel {
    margin: 0;
  }
}
.myPreferences .panel .container {
  margin-top: 30px;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e7e9ef;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .myPreferences .panel .container {
    min-height: 480px;
  }
}
.myPreferences .panel h2 {
  white-space: pre-wrap;
}
.myPreferences .panel .row {
  margin-bottom: 20px;
}
.myPreferences .panel .row .pseudo-checkbox {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.myPreferences .panel .row .pseudo-checkbox:before,
.myPreferences .panel .row .pseudo-checkbox.active:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: auto;
  left: 0;
  margin: 1px;
}
.myPreferences .panel .row .pseudo-checkbox:before {
  width: 14px;
  height: 14px;
  border: 1px solid #c8ceda;
}
.myPreferences .panel .row .pseudo-checkbox:not(.active):hover:before {
  border-color: #ff8000;
}
.myPreferences .panel .row .pseudo-checkbox.active:after {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><polygon fill='%23010000' points='12,20 6.6,14.7 3,18.6 12.5,28 29,7.6 25,4 '/></svg>");
  background-size: 16px;
}
.myPreferences .panel .row .pseudo-checkbox > span {
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
}
.myPreferences .panel .row.newsletter-options {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
  filter: alpha(opacity=35);
  pointer-events: none;
}
.myPreferences .panel .row.newsletter-options.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
}
.addressPanel {
  border-right: 0;
  margin-top: 15px;
  border-top: 1px solid #f6f7f9;
  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 {
  background: #e1e1e1;
  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 > *:not(a):not(.data_162_TritonX):not(.data_163_TritonX) {
  display: none;
}
.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;
}
.account-interests .bttn.submit {
  margin: 15px 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: #4ab786;
  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;
}
.loyaltyPointsWrapper {
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 15px auto;
}
.loyaltyPointsWrapper h2 {
  color: #222222;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}
.loyaltyPointsWrapper .loyaltyPointsLogo {
  width: 100%;
  position: relative;
}
.loyaltyPointsWrapper .loyaltyPointsLogo span {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  padding: 0 55px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  line-height: 34px;
  font-weight: 700;
  color: #222222;
  word-break: break-all;
}
.loyaltyPointsWrapper .loyaltyPointsLogo span.small {
  top: 48%;
  font-size: 18px;
  font-weight: normal;
}
.loyaltyPointsWrapper .loyaltyPointsLogo img {
  width: 100%;
}
.accountFavorites .item .favorite {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -99999px;
}
.accountFavorites .item .favorite:before,
.accountFavorites .item .favorite:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: black;
  margin: 0 auto;
}
.accountFavorites .item .favorite:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.accountFavorites .item .favorite:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.accountFavorites .item .favorite:hover:before,
.accountFavorites .item .favorite:hover:after {
  background-color: #ff5252;
}
.accountFavorites .item .favorite.favorite--add {
  display: none;
}
.accountFavorites .productList .item .favorite {
  display: block !important;
}
