/*buttons*/
button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: none;
  color: transparent;
  border: 0;
}

.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: fit-content;
  height: 50px;
  cursor: pointer;
  background: none;
  color: transparent;
  border: 0;
  color: #ffffff00;
  font-size: 15px;
  padding: 10px 15px;
}

.btn-1 {
  box-shadow: inset 0 0 0 1px #63b814;
  margin-right: 10px;
  transition: color 0.25s;
  border-color: #63b814;
  color: #63b814 !important;
}

.btn-2:hover, .btn-2:hover span, .btn-1:hover, .btn-1:hover span {
  color: #63b814;
}

input.btn-1{
  width: fit-content !important;
  min-width: 200px;
  max-width: 100%;
}

input.btn-1:hover{
  background-color: #63b814;
  color: #fff !important;
}

.btn-2, .btn-2 span, .btn-1, .btn-1 span {
  /* display: block; */
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s;
  color: #fff;
}

.btn-1 span{
  color: #63b814;
}

.btn-1 span::before, .btn-1 span::after {
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #63b814;
}

.btn-1::before, .btn-1::after {
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #63b814;
}

.btn-1:hover::before, .btn-1:hover::after{
  width: 100%;
}
.btn-1:hover span::before, .btn-1:hover span::after{
  height: 100%;
}

.btn-1::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-1 span::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-1::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-1 span::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.btn-2 {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin-left: 10px;
  border: 0;
  background: #63b814;
}

.btn-2:hover {
  box-shadow: inset 180px 0 0 0 #F3F3F3;
}

.btn-2 span::before, .btn-2 span::after {
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #63b814;
}

.btn-2::before, .btn-2::after {
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #63b814;
}

.btn-2:hover::before, .btn-2:hover::after{
  width: 100%;
}
.btn-2:hover span::before, .btn-2:hover span::after{
  height: 100%;
}

.btn-2::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-2 span::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-2::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-2 span::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

#comments .btn-2:hover {
  box-shadow: inset 338px 0 0 0 #FFFFFF;
}

#comments button {
  margin: 0;
  width: 100%;
  height: 50px;
}

.product_buy .btn-2 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fn_product .btn-2, .product_buy .btn-2 {
  margin: 0;
}

.fn_product .btn-2:hover, .product_buy .btn-2:hover, .fn_live_pagination .btn-2:hover {
  box-shadow: inset 338px 0 0 0 #FFFFFF;
}

.fn_product button:hover {
  border: 0;
}
