@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");
@import url("banner.css");
@import url("indexbelow.css");
body {
	width: auto;
	margin: auto;
	line-height: 20px;
}

thumb{ 
	display:inline-block;
	width:150px; 
	height:150px; 
	overflow:hidden;
	margin:2px;
}
thumb img{
	width:100%;
	height:auto;
	}

@media only screen and (max-width: 660px) {
	thumb{
	width:48%;
	}
}

.floating {
  position: fixed;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .5); */
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
  z-index: 100;
  /* transition: ease .3s; */
}

.floating i{
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 40px;
}

/* .floating:hover{
  transform: scale(1.2);
} */

.i-fb {
  /* background-color: #1877F2; */
  bottom: 470px;
  right: 16px;
  font-size: 25px;
}

.i-tt {
  /* background-color: #181818; */
  bottom: 420px;
  right: 16px;
  font-size: 25px;
}

.i-in {
  /* background-color: #0077B5; */
  bottom: 370px;
  right: 16px;
  font-size: 25px;
}

.i-ig {
  /* background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); */
  
  bottom: 320px;
  right: 16px;
  font-size: 25px;
}

.i-tl {
  /* background-color: #24A1DE; */
  bottom: 270px;
  right: 16px;
  font-size: 25px;
}

.i-x {
  /* background-color: #181818; */
  bottom: 220px;
  right: 16px;
  font-size: 25px;
}

.i-th {
  /* background-color: #181818; */
  bottom: 170px;
  right: 16px;
  font-size: 25px;
}

.i-rn {
  /* background-color: #ff2b2b; */
  bottom: 120px;
  right: 16px;
  font-size: 25px;
}

.i-wa {
  /* background-color: #25d366; */
  bottom: 70px;
  right: 16px;
  font-size: 25px;
}

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: fixed;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  /* border: #25D366 solid 18px; */
  background: url(../ws-ripple.svg);
  z-index: -1;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:active:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:hover:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
