/*
Theme: bynwr
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');

body {
  font-family: 'Inter', sans-serif;
  background-color: white;
  color: #333;
}

.shop_table {
  width: 100%;
  border: none!important;
  border-radius: none!important;
}

#payment {
  border-radius: 0!important;
}

button {
  border-radius: 0!important;
  background-color: #333!important;
  color: white!important;
  border: none!important;
  padding: 10px 20px!important;
  font-size: 16px!important;
  font-weight: 350!important;
  text-transform: uppercase!important;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

.woocommerce {
  max-width: 1000px;
  margin: 2em auto;
}


#logo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin: 100px auto;
    display: block;
}