.bg_head{  /*โทนม่วง*/
	 color:#E6E6E6;
	 background-image: -moz-radial-gradient(50px 20px,circle farthest-corner,#583b97 ,#5470d3 );
     background-image: -webkit-radial-gradient(50px 20px,circle farthest-corner,#583b97 ,#5470d3 ); 
}.bg_body{
	/* background-color: 583b97;*//*
	 background-image: -moz-linear-gradient(0deg, #7961ab 0%, #583b96 100%);
     background-image: -webkit-linear-gradient(90deg, #7961ab 0%, #583b96 100%);
	 */
	 color:#E6E6E6;
	
	 background-image: -moz-radial-gradient(50px 20px,circle farthest-corner,#d7dcf0 ,#f1f3fa );
     background-image: -webkit-radial-gradient(50px 20px,circle farthest-corner,#d7dcf0 ,#f1f3fa );
	 
}.bg_box{
	 background-image: -moz-radial-gradient(50px 20px,circle farthest-corner,#e14f94 ,#c4226e );
     background-image: -webkit-radial-gradient(50px 20px,circle farthest-corner,#e14f94 ,#c4226e );	 
	 font-family:Vansale;	
}


.bg_head_partner{ /*โทนน้ำเงิน*/
	 color:#E6E6E6;
	 background-image: -moz-radial-gradient(50px 20px,circle farthest-corner,#0d3b66 ,#12497a );
     background-image: -webkit-radial-gradient(50px 20px,circle farthest-corner,#0d3b66 ,#12497a ); 
}.bg_box_partner{
	 background-image: -moz-radial-gradient(50px 20px,circle farthest-corner,#d3d3d3 ,#efefef );
     background-image: -webkit-radial-gradient(50px 20px,circle farthest-corner,#d3d3d3 ,#efefef );
	 font-family:Vansale;	 
	 
}


/* <button>
  <div class="svg-wrapper-1">
    <div class="svg-wrapper">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30" height="24">
        <path fill="none" d="M0 0h24v24H0z"></path>
        <path fill="currentColor" d="M1.946 9.315c-.522-.174-.527-.455.01-.634l19.087-6.362c.529-.176.832.12.684.638l-5.454 19.086c-.15.529-.455.547-.679.045L12 14l6-8-8 6-8.054-2.685z"></path>
      </svg>
    </div>
  </div>
  <span>ถัดไป >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
</button>
*/
button {
  font-family: inherit;
  font-size: 18px;
  background: linear-gradient(to bottom, #4dc7d9 0%,#66a6ff 100%);
  color: white;
  padding: 0.8em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

button svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

button:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

button:hover svg {
  transform: rotate(45deg);
}

/*
 <button class="btn2"><i class="animation"></i>คำนวนคำแนะนำการลงสินค้า<i class="animation"></i>
    </button>
	
*/
.btn2 {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #5470d3;
  min-width: 100%;
  border: 0;
  border-radius: 0%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.btn2:hover {
  opacity: .95;
}

.btn2 .animation {
  border-radius: 0%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

