/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */

.footer {
  clear: both;
  width: 100%;
  padding-top: 30px;
  font-family: 'Roboto Slab';
  /* -------------------------------------------- *
   * Social icons
   */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #3399cc;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #636363;
}
.footer .links a:hover {
  color: #3399cc;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(../images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(../images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 770px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* Small Screens */
@media only screen and (max-width: 1350px){
.footer-container {
	padding: 0;
}
.footer-blocks-wrapper {
	 padding: 0px 30px 80px 30px;
 }
 .footer-block {
	 padding: 0px;
 }
}
@media only screen and (max-width: 1200px){
 .footer .block-subscribe {
	 min-width: 175px;
 }
 .footer address {
	 font-size: 12px;
 }
}
/* End footer desktop */


/* Footer mobile */ 
.footer .footer-mobile .footer-menu {
	background-color:#f5f5f5;
	padding: 30px 30px 30px 30px;
	float: left;
	width: 100%;
}
.footer .footer-mobile .footer-menu h4 {
	font-size: 20px;
	text-transform: none;
}
.footer .footer-mobile .footer-menu .headline-wrapper {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcc;
}
.footer .footer-mobile .footer-menu .headline-wrapper .headline-block {
	float: left;
}
.footer .footer-mobile .footer-menu .headline-wrapper .headline-block-social {
	width: 100%;
}
.footer .footer-mobile .footer-menu .headline-wrapper .headline-block-social .socialblock {
	float: left;
	width: 100%;
	text-align: center;
}
.footer .footer-mobile .footer-menu .headline-wrapper .headline-block-social span {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Roboto Slab';
	padding-right: 10px;
}
.footer .footer-mobile .footer-menu .headline-wrapper .headline-block-social a {
	display: inline-block;
	padding: 5px;
	font-family: 
}
.footer .footer-mobile .footer-menu .headline-wrapper .headline-block-social a i.fa {
	font-size: 16px;
}
.footer .footer-mobile .footer-menu ul {
	clear: both;
	display: block;
}
.footer .footer-mobile .footer-menu ul li a {
	color: #000000;
	padding: 15px 0px 15px 0px;
	display: block;
	font-size: 20px;
	border-bottom: 1px solid #cdcdcc;
	position: relative;
}
.footer .footer-mobile .footer-menu .footer-nav li a:after {
    content: '\f054';
    position: absolute;
    right: 25px;
    top: 0;
    height: 60px;
    line-height: 60px;
    width: 10px;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
}
.footer .footer-mobile .footer-menu .footer-buttons {
	padding-top: 25px;
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}
.footer .footer-mobile .footer-menu .footer-buttons li {
	display: table-cell;
}
.footer .footer-mobile .footer-menu .footer-buttons li a {
	height: 47px;
	background: white;
	cursor: pointer;
	margin-left: 12.5px;
	font-size: 18px;
	padding-top: 10px;
	position: relative;
	color: #494849;
	display: block;
}

/* .footer .footer-mobile .footer-menu .footer-dropdown-wrapper .footer-dropdown .footer-dropdown-title:not(.footer-shop-title):after {
	content: '';
    height: 10px;
    width: 20px;
    background: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 17px;
    position: absolute;
    right: 15px;
    top: 20px;
    display: block;
} */ 
.footer-customerservice-mobile ul, .footer-shop-mobile ul {
	background-color: white;
	border-top: 1px solid #cdcdcc;
	margin-left: 27.5px;
}
.footer-customerservice-mobile ul li, .footer-shop-mobile ul li {
	position: relative;
}
.footer-customerservice-mobile ul li a, .footer-shop-mobile ul li a {
	padding: 8px 0px 8px 0px !important;
	position: initial !important;
}
.footer-customerservice-mobile ul li:last-child a, .footer-shop-mobile ul li:last-child a {
	border-bottom: 0px !important;
}
.footer-customerservice-mobile ul li a:after, .footer-shop-mobile ul li a:after {
	top: 17px !important;
}
.footer .footer-mobile .footer-menu .footer-dropdown-wrapper .footer-dropdown .footer-dropdown-title.active-drop {
    background-color: #d8d8d8;
}
.footer-message {
	float: left;
	width: 100%;
	background-color: #494849;
	color: white;
	text-align: center;
	padding: 10px 0px 15px 0px;
}
.footer-message p i.fa {
	margin-right: 10px;
}
#scroll-to-top {
	position: fixed;
    width: 64px;
    height: 64px;
    bottom: 33px;
    right: 100px;
    z-index: 9999;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: white;
    background: url('../images/scroll-to-top.svg') no-repeat white;
    background-position: center 20px;
    background-size: 37px;
    display: none;
}
.footer-mobile {
	display: none;
}
@media only screen and (max-width: 1440px) {
 #scroll-to-top {
    background-color: #ebebeb;
 }
}
@media only screen and (max-width: 450px){	
 #scroll-to-top {
    /* display: none !important; */ 
    /* display: block !important; */
    width: 40px;
    height: 40px;
    bottom: 80px;
    right: 5px;
    background-size: 20px;
    background-position: center 15px;
 }
 .footer .footer-mobile .footer-menu {
	 padding: 20px 20px 20px 20px;
 }
 .footer .footer-mobile .footer-menu h4 {
	font-size: 16px;	
 }
 .footer .footer-mobile .footer-menu .headline-wrapper .headline-block {
 	padding-top: 5px;
 }
 .footer .footer-mobile .footer-menu .headline-wrapper .headline-block-social span {
 	font-size: 15px;
 }
.footer .footer-mobile .footer-menu .footer-buttons li {
	 display: block;
	 margin-bottom: 15px;
 }
.footer .footer-mobile .footer-menu .footer-buttons li a {
	 width: 100%;
	 display: block;
	 margin: 0px;
	 border: 0;
 }
 .footer-customerservice-mobile ul, .footer-shop-mobile ul {
	 margin-left: 0px;
 }
 .footer-shop-mobile ul {
	 margin-right: 0px !important;
 }
}
@media only screen and (max-width: 880px) {
 #scroll-to-top {
	 /* display: none !important; */ 
 }
 .footer.desktop {
	 display: none;
 }
 .footer-desktop {
	 display: none;
 }
 .footer-mobile {
	 display: block;
 }
 .footer-blocks-wrapper {
	 display: none;
 }
 .footer-images {
	 display: none;
 }
 .footer-shop-mobile ul {
	 margin-right: 27.5px;
	 margin-left: 0px;
 }
}
@media only screen and (max-width: 340px) {
	.checkout-right {
		margin: 0px !important;
	}
}
@media only screen and (max-width: 475px) {
	.footer .footer-mobile .footer-menu .headline-wrapper .headline-block-social .socialblock {
		text-align: left;
	}
}
@media only screen and (min-width: 880px) {
	.footer.mobile {
		display: none;
	}
	.footer.desktop {
		display: block;
		background: #f5f5f5;
	}
}
.socialblock i.fab {
    display: inline-block;
    font-size: 45px;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    background: #851970;
    border-radius: 50%;
}
.socialblock i.fab.fa-facebook-messenger {
	line-height: 33px;
	font-size: 35px;
}
.socialblock .followtext {
	display: inline-block;
	float: left;
	vertical-align: middle;
	line-height: 40px;
	padding-left: 15px;
	color: #000;
}
.socialblock .followtext span.small {
	font-size: 20px !important;
}
.socialblock .followtext span.big {
	display: block;
	font-size: 18px !important;
}
@media only screen and (max-width: 415px){	
	.socialblock i.fab {
		font-size: 33px;
		width: 40px;
		height: 40px;
	}
	.socialblock i.fab.fa-facebook-messenger {
	    line-height: 25px;
	    font-size: 25px;
	}
}

/* Custom footer desktop */
@media only screen and (min-width: 771px) {
	.footer.desktop {
		padding-top: 40px;
		margin-top: 40px;
	}
	.footer.desktop .footer-blocks-wrapper .headline {
	    width: 100%;
	    margin-top: 30px;
	    margin-bottom: 30px;
	    text-align: center;
	    font-size: 19px;
	    position: relative;
	    background-color: #f5f5f5;
	}
	.footer.desktop .footer-blocks-wrapper .headline:after {
	    content: '';
	    width: 100%;
	    border-bottom: solid 1px #231f20;
	    position: absolute;
	    left: 0;
	    top: 40%;
	    z-index: 1;
	}
	.footer.desktop .footer-blocks-wrapper h3.footer-headline {
		text-align: center;
	    font-weight: bold;
	    text-transform: uppercase;
	    font-size: 24px;
		display: inline-block;
	    padding: 0 40px 0 40px;
	    position: relative;
	    background: #f5f5f5;
	    z-index: 99;
	}
	.footer.desktop .footer-blocks-wrapper h3 img {
		display: inline-block;
		vertical-align: middle;
		top: -25px;
		margin-right: 20px;
		position: relative;
	}
	.footer.desktop .footer-blocks-wrapper h3.footer-headline span {
		display: inline-block;
		position: relative;
		top: -8px;
		vertical-align: middle;
	}
	.footer.desktop .footer-blocks-wrapper .inner {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer.desktop .footer-blocks-wrapper .inner .footer-block {
		display: table-cell;
		font-family: 'Source Sans Pro';
		font-size: 16px;
	}
	.footer.desktop .footer-blocks-wrapper .inner .footer-block a {
		text-decoration: underline;
	}
	.footer-desktop .footer-blocks-wrapper .inner .footer-block ul li {
		position: relative;
		padding-left: 15px;
	}
	.footer-desktop .footer-blocks-wrapper .inner .footer-block ul li:before {
	    content: '\f054';
	    font-family: 'FontAwesome';
	    position: absolute;
	    color: #a7b80f;
	    font-weight: bold;
	    top: 0;
	    left: 0;
	    /* right: -15px; */
	    line-height: 26px;
	    font-size: 11px;
	}
	.bottom-footer {
		display: table;
	    table-layout: fixed;
	    width: 100%;
	    padding: 20px 0;
	    padding-bottom: 30px;
	    border-top: 1px solid #ddd;
	    color: #000;
	}
	.footer address {
	    text-align: left;
	    font-size: 16px;
	    font-weight: 100;
	    margin-top: 30px;
	    padding: 10px 0;
	    display: table-cell;
	    color: #494849;
	    font-family: 'Source Sans Pro';
	    vertical-align: middle;
	}
	.footer-cards {
	    display: table-cell;
	}
	.footer-cards img {
		height: 25px;
	    float: right;
	    position: relative;
	    top: 10px;
	}
	.footer-block h3 {
		text-align: left;
	    text-transform: uppercase;
	    color: #84196f;
	    font-size: 19px;
	}
	.footer-block em.footericon {
		background: #A7B80E;
		height: 40px;
		width: 40px;
		border-radius: 50%;
		text-align: center;
		font-size: 20px;
		color: #fff;
		line-height: 40px;
		margin-right: 10px;
	}
	.footer-block h4 {
		color: #000;
	    font-size: 17px;
	}
}