/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background-color: RGB(183, 177, 247);
  color: #ffffff;
  border: none;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #27ae60;
}


.button:active {
  background-color: #1e8449;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.button:focus {
  outline: none;
}

.no40 {
  width: 40px; /* задайте размер изображения по вашему усмотрению */
  height: 40px;
}