@charset "utf-8";
/* CSS Document */

@import url("font.css");
@import url("swiper.css");
@import url("magnific-popup.css");
@import url("bootstrap.css");
@import url("base.css");
@import url("header.css");
@import url("footer.css");
@import url("top.css");
@import url("page.css");
@import url("product_lower.css");
@import url("category.css");
@import url("guide.css");
@import url("news.css");
@import url("designer.css");
@import url("special.css");




/* =============================================================================
 added 2020
============================================================================= */

/********************** footer ******************************/

#footer .social a {
  background: url(../images/social.png) 0 0 no-repeat;
  display: inline-block;
  line-height: 17px;
  margin-bottom: 12px;
  padding: 0 0 0 25px;
}
#footer .social a#fb {
  margin: 10px 0 8px 0;
  background-position: 0 -14px;
}
#footer .social a#ig {
  background-position: 0 -44px;
}
#footer .social a#yt {
  background-position: 0 -74px;
}
#footer .social a#blog {
  margin-bottom: 0;
  background-position: 0 -102px;
}

@media screen and (max-width: 991px) {
  #footer > .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer > .footer-columns >div {
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  #footer > .footer-columns {
    justify-content:flex-start;
  }
  #footer > .footer-columns >div {
    width: 50%;
  }
}








/********************** top side help ******************************/

#section-home .helpAndDeliveryPages > div div.title {
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}
#section-home > div > .helpAndDeliveryPages > div div.title {
	margin-bottom: 3px;
}
#section-home > div > .helpAndDeliveryPages > div div.promo-content {
	font-size: .8em;
	color: #7f7f7f;
	padding-bottom: 5px;
}
#section-home > div > .helpAndDeliveryPages > div div.promo-content {
	padding-right: 40%;
}
#section-home > div > .helpAndDeliveryPages .contact div div.promo-content {
	padding-right: 10%;
}
#section-home > div > .helpAndDeliveryPages div div.promo-content a {
  margin: 0;
  padding: 0;
  display: inline;
}







