/* #####################################################################################################
   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: #262626;
  border-bottom: 1px solid #dedede;
  position: relative;
  padding: 20px 0 0;
  /**/
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 0;
  }
}
#footer .footerTop {
  padding: 25px 0;
  background: #262626;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop {
    padding: 15px 0;
    height: 70px;
  }
}
#footer .footerTop > .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
#footer .footerTop > .container > * {
  flex-grow: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop > .container {
    display: block;
    text-align: center;
  }
  #footer .footerTop > .container > * {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
#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: white;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop .newsletterTitle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: -5px;
  }
}
#footer .footerTop .newsletterTitle span {
  font-weight: 700;
}
#footer .footerTop .newsletterButton {
  background-color: #404040;
  color: white;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#footer .footerTop .newsletterButton:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: white;
}
#footer .footerTop .newsletterButton:hover {
  background: #404040;
}
#footer .footerTop .newsLetterSection {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop .newsLetterSection {
    text-align: right;
    margin-right: 18px;
    vertical-align: middle;
    height: 40px;
  }
}
#footer .footerTop .socialSection {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop .socialSection {
    margin-left: 18px;
    text-align: left;
  }
}
#footer .footerTop .socialSection .socialTitle {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 17px;
  font-weight: 500;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop .socialSection .socialTitle {
    line-height: 24px;
    height: 24px;
  }
}
#footer .footerTop .socialSection ul {
  display: inline-block;
  height: 100%;
  text-align: center;
  position: relative;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  #footer .footerTop .socialSection ul {
    text-align: right;
    position: static;
    margin-left: 15px;
    vertical-align: middle;
  }
}
#footer .footerTop .socialSection ul .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}
#footer .footerTop .socialSection ul .icon a {
  display: block;
  height: 40px;
  width: 40px;
  color: transparent;
  -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;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#footer .footerTop .socialSection ul .icon a:before {
  display: block;
  margin: auto;
  color: white;
  text-align: center;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#footer .footerTop .socialSection ul .icon a:hover {
  background-color: #595959;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#footer .footerTop .socialSection ul .icon a:hover:before {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
#footer .footerTop .socialSection ul .icon.facebook a:before {
  content: "\f09a";
  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: 40px;
  height: 40px;
  line-height: 40px;
}
#footer .footerTop .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: 40px;
  height: 40px;
  line-height: 40px;
}
#footer .footerTop .socialSection ul .icon.twitter a:before {
  content: "";
  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: 40px;
  height: 40px;
  line-height: 40px;
}
#footer .footerTop .socialSection ul .icon.pinterest a:before {
  content: "\f231";
  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: 40px;
  height: 40px;
  line-height: 40px;
}
#footer .footerTop .socialSection ul .icon.youtube a:before {
  content: "\f16a";
  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: 40px;
  height: 40px;
  line-height: 40px;
}
#footer a {
  color: #454545;
}
#footer a:hover {
  color: black;
}
#footer #footerCols {
  padding: 3% 0;
}
@media only screen and (min-width: 768px) {
  #footer #footerCols {
    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: 15px;
  }
  #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 .firstCol {
  color: white;
}
#footer #footerCols h3,
#footer #footerCols .kop3 {
  color: white;
  font-weight: bold;
  margin-bottom: 2%;
}
#footer #footerCols > ul {
  margin-bottom: 15px;
}
#footer #footerCols ul li a {
  display: block;
  line-height: 25px;
  color: white;
}
#footer #footerCols ul li a:hover {
  text-decoration: underline;
}
.ratingStars {
  display: block;
  margin: -15px auto 35px;
  padding: 20px 20px 30px;
  background-color: transparent;
  height: auto !important;
  text-align: center;
  width: 100%;
  max-width: 320px;
}
@media only screen and (max-width: 767px) {
  .ratingStars {
    float: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .ratingStars {
    float: left;
    padding: 20px;
    display: inline-block;
    width: 100%;
  }
}
.ratingStars .ratingStarsText {
  float: left;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .ratingStars .ratingStarsText {
    font-size: 16px;
    text-transform: uppercase;
  }
}
.ratingStars .rating {
  display: inline-block;
  width: 75px !important;
  float: none !important;
}
.ratingStars .ratingStarsScore {
  display: inline-block;
  position: relative;
  top: 0px;
  margin-left: 10px;
  color: white;
  font-size: 13px;
  display: none;
}
.ratingStars .ratingStarsScore-text {
  color: white;
  margin: 15px 0 25px;
}
.ratingStars .ratingStarsScore-text span > span {
  font-size: 20px;
}
.ratingStars > img {
  width: 75%;
  max-width: 150px;
  margin-top: -15px;
  margin-bottom: -25px;
}
@media only screen and (min-width: 1024px) {
  .ratingStars > img {
    width: 50%;
  }
}
.footerTop .container {
  display: flex !important;
}
.newsletter-container {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .newsletter-container {
    justify-content: right;
  }
}
.footer-socials ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.footer-socials ul .icon {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer-socials ul .icon {
    justify-content: left;
  }
}
.footer-socials ul .icon svg {
  color: white;
}
.footer {
  overflow: visible;
  margin-top: 20px;
}
.footer label {
  font-weight: bold;
  cursor: pointer;
  margin: 0 0 5px;
  display: block;
}
.footer input {
  border: 1px solid #dedede;
  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: 20px 0;
}
@media only screen and (min-width: 1024px) {
  #bottomBlock {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
  }
}
#bottomBlock #legal {
  text-align: center;
  line-height: 20px;
  margin: 0 0 15px;
  font-size: 13px;
}
#bottomBlock #legal > a {
  color: #5e5e5e;
}
#bottomBlock #legal > a:hover {
  color: #454545;
}
@media only screen and (min-width: 1024px) {
  #bottomBlock #legal {
    float: left;
    text-align: left;
    line-height: 20px;
    margin: 0;
    width: 50%;
  }
  #bottomBlock #legal > div {
    float: left;
    margin: 0 2% 0 0;
  }
}
#bottomBlock #legal .company {
  display: block;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  #bottomBlock #legal .company {
    display: inline;
  }
}
#bottomBlock #footerIcons {
  text-align: center;
  margin: 0 auto;
  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;
  }
}
#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 a {
  color: #454545;
}
/* ++ Divide Link ++ */

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