.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-type-1 {
  border: 1px solid #434547;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.35em;
  color: #434547;
}

.btn-type-1:hover {
  color: #ffffff;
  background-color: #003C35;
  text-decoration: none;
}

.btn-product-tag {
  border: 1px solid #434547;
  width: auto;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.35em;
  color: #434547;
}

.btn-product-tag:focus {
  display: none;
}

.btn-product-tag:hover {
  color: #434547;
  text-decoration: none;
}

.btn-add-cart {
  border: 1px solid #434547;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  border-radius: 0px;
  letter-spacing: 0.35em;
  color: #434547;
  display: block;
  margin-bottom: 10px;
  width: 60%;
}

@media (max-width: 768px) {
  .btn-add-cart {
    width: 100%;
  }
}

.btn-add-cart:hover {
  color: #ffffff;
  background-color: #003C35;
  text-decoration: none;
}

.btn-add-wishlist {
  padding: 15px 0px;
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.35em;
  color: #434547;
  display: block;
  width: 60%;
}

@media (max-width: 768px) {
  .btn-add-wishlist {
    width: 100%;
  }
}

.btn-login-register {
  border: 1px solid #434547;
  padding: 15px 20px;
  width: auto;
  min-width: 150px;
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  border-radius: 0px;
  letter-spacing: 0.35em;
  color: #434547;
  margin-bottom: 10px;
}

.btn-login-register button {
  display: inline-block;
}

.btn-login-register:hover {
  color: #ffffff;
  background-color: #003C35;
  text-decoration: none;
}

.btn-type-2 {
  border: 1px solid #434547;
  display: block;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  border-radius: 0px;
  letter-spacing: 0.35em;
  color: #434547;
  margin-bottom: 10px;
}

.btn-type-2:hover {
  color: #ffffff;
  background-color: #003C35;
  text-decoration: none;
}

.career-descript {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #434547;
}

.btn-quick {
  align-items: center;
  width: 45%;
  border-radius: 0px;
  padding: 10px;
  vertical-align: middle;
}

.btn-quick:hover {
  background-color: white;
}

.btn-account {
  border: 1px solid #434547;
  display: inline-block;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  border-radius: 0px;
  letter-spacing: 0.35em;
  color: #434547;
  margin-bottom: 10px;
  width: 200px;
}

.btn-account:hover {
  color: #ffffff;
  background-color: #003C35;
  text-decoration: none;
}

