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

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables

   1 Munnichs

   ##################################################################################################### */
/*--- 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 -----*/
/* ++ Footer ++ */

#footer {
  background-color: white;
  position: relative;
  padding: 0;
  /**/
}
#footer .footerTop {
  padding: 15px 0;
  background: #f8f8f8;
}
#footer .footerTop .newsletterContainer {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop .newsletterContainer {
    width: 75%;
    float: left;
    height: auto;
    margin: 0;
  }
}
#footer .footerTop .row:before {
  display: none;
}
#footer .footerTop .newsletterWrapper {
  display: block;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop .newsletterWrapper {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    max-width: 300px;
  }
}
#footer .footerTop .newsletterWrapper .row {
  float: left;
  width: 75%;
  width: calc(100% - 50px);
  margin: 0;
  font-size: 14px;
  min-height: 0;
  display: none;
}
#footer .footerTop .newsletterWrapper .row label {
  display: none;
}
#footer .footerTop .newsletterWrapper .row input {
  padding: 9px 1.5%;
  width: 100%;
  height: 40px;
}
#footer .newsletterWrapper .row {
  display: none;
}
#footer .socialSection {
  display: block;
  width: 120px;
  height: 40px;
  margin: 15px auto;
}
@media only screen and (min-width: 768px) {
  #footer .socialSection {
    width: 100%;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #footer .socialSection {
    margin: 30px 0;
  }
}
#footer .socialSection ul {
  height: 100%;
  text-align: left;
}
#footer .socialSection ul .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
}
#footer .socialSection ul .icon + .icon {
  margin-left: 15px;
}
#footer .socialSection ul .icon a {
  display: block;
  height: 50px;
  width: 50px;
  color: white;
  background-color: black;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
#footer .socialSection ul .icon a:hover {
  background: #bc9f75;
}
#footer .socialSection ul .icon a:before {
  display: block;
  margin: auto;
  color: white;
  font-size: 26px;
  width: 50px;
  height: 50px;
}
#footer .socialSection ul .icon.facebook a:before {
  content: "\f09a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 52px;
  line-height: 52px;
}
#footer .socialSection ul .icon.instagram a:before {
  content: "\f16d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 48px;
  line-height: 48px;
}
#footer a {
  color: black;
  -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;*/

}
#footer a:hover {
  color: #c61c40;
  font-weight: 600;
  -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;*/

}
#footer #footerCols {
  padding: 3% 0;
}
@media only screen and (min-width: 768px) {
  #footer #footerCols {
    overflow: hidden;
  }
  #footer #footerCols .footerCol {
    float: left;
    margin-right: 0.9375%;
    margin-bottom: 0.9375%;
    width: 49.53125%;
  }
  .lt-ie9 #footer #footerCols .footerCol {
    /*IE 8*/
    width: 49.0625%;
  }
  #footer #footerCols .footerCol:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 0.9375%;
  }
  #footer #footerCols .footerCol:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #footer #footerCols {
    overflow: hidden;
  }
  #footer #footerCols .footerCol {
    float: left;
    margin-right: 0.9375%;
    margin-bottom: 0.9375%;
    width: 24.296875%;
  }
  .lt-ie9 #footer #footerCols .footerCol {
    /*IE 8*/
    width: 24.0625%;
  }
  #footer #footerCols .footerCol:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 0.9375%;
  }
  #footer #footerCols .footerCol:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footerCols .footerCol {
    text-align: center;
    margin-bottom: 15px;
  }
  #footer #footerCols .footerCol .column {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  #footer #footerCols .footerCol .column.open {
    max-height: 450px;
  }
}
#footer #footerCols .kop2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  #footer #footerCols .firstCol {
    width: 26%;
    margin-right: 2% !important;
  }
}
@media only screen and (min-width: 1280px) {
  #footer #footerCols .firstCol {
    width: 20%;
    margin-right: 6% !important;
  }
}
@media only screen and (min-width: 1024px) {
  #footer #footerCols .secondCol,
  #footer #footerCols .thirdCol {
    margin: 20px 0 0 40px;
    width: 18%;
  }
}
@media only screen and (min-width: 1280px) {
  #footer #footerCols .secondCol,
  #footer #footerCols .thirdCol {
    margin: 20px 0 0 60px;
    width: 19.2%;
  }
}
#footer #footerCols .secondCol ul li a,
#footer #footerCols .thirdCol ul li a {
  font-size: 16px;
  line-height: 36px;
}
#footer #footerCols .kop3 {
  color: black;
  font-weight: normal;
  margin-bottom: 2%;
  text-transform: uppercase;
}
#footer #footerCols .newsletterTitle {
  padding-left: 35px;
  text-transform: uppercase;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #footer #footerCols .newsletterTitle {
    margin-bottom: 0;
    padding-left: 50px;
    font-size: 24px;
  }
}
#footer #footerCols .newsletterTitle:before {
  content: '';
  background: url('../images/emailIcon.png') no-repeat center center;
  width: 32px;
  height: 23px;
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
}
#footer #footerCols .newsletterSubContent {
  display: block !important;
  font-weight: 300;
  margin: 5px 0 5px 0;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  #footer #footerCols .newsletterSubContent {
    margin: 5px 0 5px 0;
  }
}
#footer #footerCols .newsletterWrapper input[type="email"] {
  border: 0;
  border-bottom: 4px solid black;
  -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;*/

  padding: 15px 1.5%;
}
#footer #footerCols .newsletterWrapper input[type="email"]:focus {
  outline: none;
  border-bottom: 4px solid #c61c40;
  -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;*/

}
#footer #footerCols .newsletterWrapper .newsletterBttn {
  background: black;
  color: white;
  margin-top: 15px;
  -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;*/

}
#footer #footerCols .newsletterWrapper .newsletterBttn:hover {
  background: #bc9f75;
  -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;*/

}
#footer #footerCols > ul {
  margin-bottom: 15px;
}
#footer #footerCols ul li a {
  display: block;
  line-height: 32px;
  font-size: 15px;
}
#footer .kiyohBlock {
  background: #f8f8f8;
  padding: 20px 50px;
  text-align: center;
  width: 100%;
  margin-right: 50px;
}
@media only screen and (min-width: 1024px) {
  #footer .kiyohBlock {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  #footer .kiyohBlock {
    padding: 40px 20px 20px 20px;
  }
}
#footer .kiyohBlock a {
  text-decoration: underline;
}
#footer .kiyohBlock a:hover {
  color: #bc9f75;
  -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;*/

}
#footer .kiyohBlock .kiyohLogo {
  width: 100%;
  max-width: 85px;
  margin: 5px;
}
#footer .kiyohBlock .kiyohSubtitle {
  width: 100%;
  text-align: center;
}
#footer .kiyohBlock .kiyohSubtitle p {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
#footer .kiyohBlock .rating {
  float: none;
  display: block;
  margin: 15px auto;
}
#footer .kiyohBlock .ratingStars {
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  height: auto;
  line-height: inherit;
}
#footer .kiyohBlock .seperator {
  width: 100%;
  margin: 30px auto;
}
#footer .kiyohBlock .seperator span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #f8f8f8;
  margin: 0 auto;
}
#footer .kiyohBlock .kiyohText {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
#footer .kiyohBlock .kiyohText a {
  text-decoration: underline;
}
.footer {
  overflow: visible;
  margin-top: 20px;
}
.footer label {
  font-weight: bold;
  cursor: pointer;
  margin: 0 0 5px;
  display: block;
}
.footer input {
  border: 1px solid black;
  background: none;
  padding: 0 2%;
  width: 100%;
  line-height: 40px;
  height: 40px;
  min-height: 40px;
}
.footer input[type="submit"] {
  width: 15%;
  border: 0 none;
  padding: 0;
  min-width: 0;
  text-indent: -9999em;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
/* ++ Bottom Block ++ */

#bottomBlock {
  padding: 0 10px;
  background: black;
  line-height: 50px;
}
@media only screen and (min-width: 1024px) {
  #bottomBlock {
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
  }
}
#bottomBlock #legal {
  text-align: center;
  line-height: 30px;
  margin: 0 0 15px;
  font-size: 12px;
  display: none;
}
@media only screen and (min-width: 768px) {
  #bottomBlock #legal {
    display: inline-block;
  }
}
#bottomBlock #legal > a {
  color: #fafafa;
}
#bottomBlock #legal > a:hover {
  color: #bc9f75;
}
@media only screen and (min-width: 1024px) {
  #bottomBlock #legal {
    float: left;
    text-align: left;
    line-height: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 50%;
  }
  #bottomBlock #legal > div {
    float: left;
    margin: 0 2% 0 0;
  }
}
#bottomBlock #legal .company {
  display: block;
  margin-right: 15px;
  color: #fafafa;
}
@media only screen and (min-width: 768px) {
  #bottomBlock #legal .company {
    display: inline;
  }
}
#bottomBlock #footerIcons {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #bottomBlock #footerIcons {
    width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  #bottomBlock #footerIcons {
    float: right;
    margin: 0;
    width: 50%;
  }
}
#bottomBlock #footerIcons #paymentMethods,
#bottomBlock #footerIcons #deliveryMethods {
  display: inline;
}
@media only screen and (min-width: 1024px) {
  #bottomBlock #footerIcons #paymentMethods,
  #bottomBlock #footerIcons #deliveryMethods {
    float: right;
    text-align: right;
    height: 60px;
    line-height: 60px;
    padding-top: 10px;
  }
}
#bottomBlock #footerIcons #paymentMethods img,
#bottomBlock #footerIcons #deliveryMethods img {
  width: auto;
  height: auto;
}
#bottomBlock #footerIcons #paymentMethods img + img,
#bottomBlock #footerIcons #deliveryMethods img + img {
  margin-left: 5px;
}
#bottomBlock a {
  color: black;
}
