/* #####################################################################################################
   This stylesheet describes the footer
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- Switch Themes ---*/
/*.importTheme(@season) when (@season = 'lente') {
    @import "../themes/lente/css/variables_theme.less";
}*/

/*.importTheme(@season) when (@season = 'zomer') {
    @import "../themes/zomer/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'herst') {
    @import "../themes/herfst/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'winter') {
    @import "../themes/winter/css/variables_theme.less";
}*/

/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
/* ++ Footer ++ */

.footer {
  background-color: #eae5da;
  position: relative;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding: 20px 60px;
  }
}
.footer .bttn.alt {
  background-color: #1b1b1b;
  text-transform: unset;
}
.footer a:not(.bttn) {
  color: #1b1b1b;
}
.footer a:not(.bttn):hover {
  color: black;
}
.footer .footerCols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 1024px) {
  .footer .footerCols {
    padding: 25px 0 0;
    justify-content: space-between;
    flex-flow: row;
  }
}
.footer .footerCols .footerCol {
  margin-bottom: 30px;
  order: 0;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .footer .footerCols .footerCol {
    margin-bottom: 0;
  }
  .footer .footerCols .footerCol:first-child h3:after {
    display: none;
  }
  .footer .footerCols .footerCol h3 {
    position: relative;
  }
  .footer .footerCols .footerCol h3:after {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 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;*/
  
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .footer .footerCols .footerCol h3.open:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer .footerCols .footerCol .accordion__content {
    display: none;
    margin: 0 0 20px 0;
  }
  .footer .footerCols .footerCol .accordion__content + ul {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .footerCols .footerCol.socialcol {
    order: 1;
    text-align: center;
    margin: 30px 0px;
  }
  .footer .footerCols .footerCol.socialcol h3:after {
    display: none;
  }
  .footer .footerCols .footerCol.socialcol a.bttn {
    width: max-content;
    margin: 0px auto;
  }
}
.footer .footerCols .footerCol.socialcol span {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
  color: black;
  font-weight: bold;
}
.footer .footerCols .footerCol.socialcol h3 {
  margin-top: 20px;
}
.footer .footerCols h3,
.footer .footerCols .kop3 {
  color: #434343;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  color: black;
}
.footer .footerCols p {
  line-height: 24px;
  margin: 12px 0 0 0;
}
.footer .footerCols > ul {
  margin-bottom: 15px;
}
.footer .footerCols ul.ul-1 li {
  display: block;
  line-height: 26px;
}
.footer .footerCols p + .bttn {
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .footer .footerCols p + .bttn {
    margin-top: 10px;
  }
}
.footer .footerCols .bttn + .bttn {
  margin-top: 10px;
}
.footer #paymentMethods {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .footer #paymentMethods {
    text-align: center;
    margin: 20px 0;
  }
  .footer #paymentMethods img {
    margin-bottom: 15px;
  }
}
.footer #paymentMethods img {
  vertical-align: middle;
  width: auto;
  height: 15px;
}
.footer #paymentMethods img + img {
  margin-left: 15px;
}
.footer #paymentMethods img[title="AfterPay"],
.footer #paymentMethods img[title="Achteraf betalen - Riverty is het nieuwe AfterPay"],
.footer #paymentMethods img[title="Achteraf betalen met Riverty"] {
  height: 20px;
}
.footer .newsletterContainer {
  margin: 20px 0 0;
}
/* ++ Bottom Block ++ */

#bottomBlock {
  background: #eae5da;
  padding: 20px 0;
}
#bottomBlock #legal {
  line-height: 20px;
  margin: 0 0 15px;
  font-size: 13px;
  color: #a5a0a6;
}
@media only screen and (max-width: 1023px) {
  #bottomBlock #legal {
    text-align: center;
    line-height: 30px;
  }
}
#bottomBlock #legal > a {
  color: #a5a0a6;
  position: relative;
  margin-left: 11px;
}
#bottomBlock #legal > a:first-child {
  margin-left: 0;
}
#bottomBlock #legal > a:first-child:before {
  content: none;
}
@media only screen and (max-width: 1023px) {
  #bottomBlock #legal > a:last-child {
    display: block;
  }
  #bottomBlock #legal > a:last-child:before {
    content: none;
  }
}
#bottomBlock #legal > a:hover {
  color: #8c868d;
}
#bottomBlock #legal > a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #a5a0a6;
  left: -7.5px;
  top: 3px;
}
@media only screen and (max-width: 1023px) {
  #bottomBlock #legal span + a:before {
    display: none;
  }
}
#bottomBlock #legal .thuiswinkelWaarborg {
  font-weight: 500;
  color: #5e5e5e;
}
#bottomBlock #legal .thuiswinkelWaarborg > img {
  margin-right: 15px;
}
@media only screen and (max-width: 1023px) {
  #bottomBlock #legal .thuiswinkelWaarborg {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #bottomBlock #legal .thuiswinkelWaarborg {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  #bottomBlock #legal {
    text-align: right;
    line-height: 20px;
    margin: 0;
  }
  #bottomBlock #legal > div {
    float: left;
    margin: 0 2% 0 0;
  }
}
#bottomBlock #legal .company {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #bottomBlock #legal .company {
    display: inline;
  }
}
#bottomBlock a {
  color: #454545;
}
