/* #####################################################################################################
   Account
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- LESS functions -----*/
/*wordt vervangen door .border-radius
.rounded(@radius: 3px) {
	-webkit-border-radius:	@radius;
	-moz-border-radius:		@radius;
	border-radius:			@radius;
}*/
/*wordt vervangen door .box-shadow
.inner-shadow(@horizontal:0, @vertical:1px, @blur:2px, @alpha: 0.4) {
	-webkit-box-shadow:	inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
	-moz-box-shadow:	inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
	box-shadow:			inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
}*/
/*mixins*/
#accountTabs .tabContent {
  padding: 0;
}
@media only screen and (min-width: 767px) {
  #accountTabs .tabContent {
    padding: 30px 0;
  }
}
#accountTabs .tabContent h3 {
  font-weight: 400;
}
#accountTabs .tabContent .panel.noMargin {
  padding: 0 0 0 1.9%;
}
#accountAddresses .panel input[type="text"] {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #accountAddresses .panel input[type="text"] {
    width: 60%;
  }
}
#accountAddresses .panel .siteForm .row > label {
  width: 40%;
}
@media only screen and (min-width: 1024px) {
  #accountAddresses .panel .siteForm input[type="submit"] {
    margin-left: 40%;
  }
}
#passwordRecovery {
  margin: 0 0 30px;
}
@media only screen and (min-width: 480px) {
  #passwordRecovery {
    margin: 50px 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #passwordRecovery {
    margin: 50px 0 0;
  }
}
.account .siteForm .newsletterCheck {
  margin: 35px 0 5px 0;
}
.accountFavorites .addToFav {
  display: none;
}
.accountFavorites .divideTabs > div {
  border-top: 0;
}
.accountFavorites .divideTabs > div #favoriteList h2 {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 20px;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
}
.accountFavorites .divideTabs > div #favoriteList h2:after {
  content: '\f077';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  width: 21px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 8px;
}
.accountFavorites .divideTabs > div #favoriteList h2.open:after {
  content: '\f078';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
.accountFavorites .divideTabs > div #favoriteList h2 {
  font-size: 18px;
  background: #f4ede3;
}
.accountFavorites .divideTabs > div #favoriteList .subcategoryList {
  display: none;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .accountFavorites .divideTabs > div #favoriteList .subcategoryList {
    padding: 20px;
  }
}
.accountFavorites .divideTabs > div #lnkAddToFavorites {
  display: none;
}
.account .shoppingcartPlaceholder #propertyHeader .total {
  width: 31%;
  text-align: right;
}
