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

/*--- standard variables ---*/
/*--- 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: #505050;
  position: relative;
  padding: 0;
  color: white;
  /**/
}
#footer .footerTop {
  padding: 20px 0 10px;
  background: #f7f7f7;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop {
    padding: 15px 0;
  }
}
#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 .newsletterTitle {
  color: #505050;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  overflow: visible;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop .newsletterTitle {
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
  }
}
#footer .footerTop .newsletterTitle .orangeTitle {
  font-family: 'Bilbo Swash Caps', cursive;
  color: #f69a0b;
  font-size: 30px;
  font-weight: 700;
  margin: 0 10px 0 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop .newsletterTitle .orangeTitle {
    display: inline-block;
  }
}
#footer .footerTop .newsletterButton {
  background: #f69a0b;
  color: white;
}
@media only screen and (max-width: 767px) {
  #footer .footerTop .newsletterButton {
    margin: 15px auto;
  }
}
#footer .footerTop .newsletterButton:hover {
  background: #3e3e3e;
}
#footer a {
  color: white;
}
#footer #footerCols {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  #footer #footerCols {
    padding: 55px 0;
    overflow: hidden;
  }
  #footer #footerCols .footerCol {
    float: left;
    margin-right: 1.171875%;
    margin-bottom: 1.171875%;
    width: 24.12109375%;
  }
  .lt-ie9 #footer #footerCols .footerCol {
    /*IE 8*/
    width: 23.828125%;
  }
  #footer #footerCols .footerCol:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.171875%;
  }
  #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: 25px;
  }
  #footer #footerCols .footerCol .kop3 {
    position: relative;
  }
  #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 .footerCol a:hover {
  text-decoration: underline;
}
#footer #footerCols .footerCol.kiyohReviewCol {
  width: 100%;
}
#footer #footerCols .footerCol.kiyohReviewCol .kiyohBlock {
  display: inline-block;
  position: relative;
}
#footer #footerCols .footerCol.kiyohReviewCol .score .base,
#footer #footerCols .footerCol.kiyohReviewCol .score .decimal,
#footer #footerCols .footerCol.kiyohReviewCol .countTxt {
  color: white !important;
}
#footer #footerCols .footerCol.fourthCol {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer #footerCols .footerCol.fourthCol {
    max-width: 400px;
    margin: 0 auto;
  }
}
#footer #footerCols .footerCol.fourthCol .whatsapp-url {
  display: inline-block;
  padding-left: 45px;
  margin-bottom: 24px;
  font-style: italic;
  font-size: 18px;
  -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 .footerCol.fourthCol .whatsapp-url:hover {
  color: #f69a0b;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer #footerCols .footerCol.fourthCol .whatsapp-url {
    font-size: 14px;
  }
}
#footer #footerCols .footerCol.fourthCol .whatsapp-url span {
  color: #f69a0b;
  font-weight: 700;
}
#footer #footerCols .footerCol.fourthCol .text {
  display: block;
  color: white;
}
#footer #footerCols .footerCol.fourthCol .whatsapp-url {
  position: relative;
}
#footer #footerCols .footerCol.fourthCol .whatsapp-url:before {
  content: "\f232";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  margin-right: 30px;
  display: block;
  color: white;
  left: 0;
  top: 0;
}
#footer #footerCols .footerCol .socialSection {
  margin: 8px 0 0;
  /*
                @media @tabletLand {
                    margin: 60px 0 0;
                }*/

}
#footer #footerCols .footerCol .socialSection ul .icon {
  display: inline-block;
  position: relative;
}
#footer #footerCols .footerCol .socialSection ul .icon + .icon {
  margin-left: 15px;
}
#footer #footerCols .footerCol .socialSection ul .icon a {
  display: block;
  color: transparent;
  padding: 0;
}
#footer #footerCols .footerCol .socialSection ul .icon a:before {
  display: block;
  margin: auto;
  color: white;
}
#footer #footerCols .footerCol .socialSection ul .icon a:hover:before {
  color: #f69a0b;
  -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 .footerCol .socialSection ul .icon.facebook a:before {
  content: "\f09a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
#footer #footerCols .footerCol .socialSection ul .icon.twitter a:before {
  content: "\f099";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
#footer #footerCols .footerCol .socialSection ul .icon.instagram a:before {
  content: "\f16d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
#footer #footerCols .footerCol .socialSection ul .icon.googleplus a:before {
  content: "\f0d5";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
#footer #footerCols h3,
#footer #footerCols .kop3 {
  color: white;
  font-weight: normal;
  margin-bottom: 2%;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
#footer #footerCols > ul {
  margin-bottom: 15px;
}
#footer #footerCols ul li a {
  display: block;
  line-height: 25px;
}
#footer .kiyoh {
  margin-top: 24px;
}
#footer .openingTimes {
  margin-bottom: 24px;
}
#footer .openingTimes * th {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #footer .openingTimes * th {
    text-align: right;
    padding-right: 10px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .openingTimes * td {
    padding-left: 10px;
    width: 50%;
  }
}
.footer {
  overflow: visible;
  margin-top: 20px;
}
.footer label {
  font-weight: bold;
  cursor: pointer;
  margin: 0 0 5px;
  display: block;
}
.footer input {
  border: 1px solid #afafaf;
  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: 15px 0 9px;
}
@media only screen and (min-width: 1024px) {
  #bottomBlock {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
  }
}
#bottomBlock #legal {
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  text-transform: uppercase;
}
#bottomBlock #legal a {
  color: black;
  padding: 0 15px 0 0;
  position: relative;
}
#bottomBlock #legal a:after {
  content: '';
  height: 12px;
  width: 1px;
  background: black;
  position: absolute;
  right: 5px;
  top: 2px;
  display: block;
}
#bottomBlock #legal a:hover {
  color: #f69a0b;
}
#bottomBlock #legal a:last-of-type {
  padding: 0;
}
#bottomBlock #legal a:last-of-type:after {
  background: none;
}
@media only screen and (min-width: 768px) {
  #bottomBlock #legal a:last-of-type {
    padding: 0 15px 0 0;
  }
  #bottomBlock #legal a:last-of-type:after {
    background: black;
  }
}
@media only screen and (min-width: 1024px) {
  #bottomBlock #legal {
    float: left;
    text-align: left;
    line-height: 20px;
    margin: 0;
    width: 55%;
  }
  #bottomBlock #legal > div {
    float: left;
    margin: 0 2% 0 0;
  }
}
#bottomBlock #legal .company {
  display: block;
  margin-right: 15px;
  font-weight: 700;
}
@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: 400px) {
  #bottomBlock #footerIcons {
    width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  #bottomBlock #footerIcons {
    float: right;
    margin: 0;
    width: 45%;
  }
}
#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;
  }
}
#bottomBlock #footerIcons #paymentMethods img,
#bottomBlock #footerIcons #deliveryMethods img {
  width: auto;
  height: 20px;
}
#bottomBlock #footerIcons #paymentMethods img + img,
#bottomBlock #footerIcons #deliveryMethods img + img {
  margin-left: 5px;
}
#bottomBlock #footerIcons #paymentMethods {
  margin: 10px 0 0;
  display: block;
}
@media only screen and (min-width: 1024px) {
  #bottomBlock #footerIcons #paymentMethods {
    margin: 0;
    display: inline-block;
  }
}
#bottomBlock a {
  color: black;
}
/* ++ Divide Link ++ */

#divide {
  position: fixed;
  right: 5px;
  bottom: 5px;
  color: black;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
}
#divide:hover {
  text-decoration: none;
  color: #1a1a1a;
}
