/* Monkey Kode*/
/**************************************************/
.button {
  padding: 8px 15px;
  background: #3069b3;
  display: inline-block;
  color: white;
  border-radius: 5px;
}

.button:hover {
  color: white;
}

.header-social-block {
  display: none;
}

#google_translate_element {
  margin-right: 50px !important;
}

#google_translate_element .goog-te-gadget {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

#google_translate_element .goog-te-gadget > * {
  margin-right: 0.5rem;
}

#google_translate_element .goog-te-gadget > :first-child {
  order: 3;
}

#google_translate_element .goog-te-gadget > :nth-child(2) {
  order: 1;
  margin-left: 0.5rem;
}

#google_translate_element .goog-te-gadget > :nth-child(3) {
  order: 2;
}

.woocommerce .related.products {
  width: 100%;
  clear: both;
}

#subscription label {
  margin-bottom: 1em;
}

#subscription .container,
#subscription .boxed-layout #page,
#subscription .boxed-layout-small #page {
  max-width: 100%;
}

#subscription input {
  width: calc(100% - 124.36px) !important;
}

@media screen and (max-width: 480px) {
  #subscription input {
    width: calc(100% - 107.05px) !important;
  }

  #subscription .container,
  #subscription .boxed-layout #page,
  #subscription .boxed-layout-small #page {
    max-width: 100% !important;
  }
  #subscription .container input,
  #subscription .boxed-layout #page input,
  #subscription .boxed-layout-small #page input {
    width: 58%;
  }
}

@media only screen and (max-width: 768px) {
  .mc-banner {
    visibility: hidden !important;
    z-index: -1;
  }
}

@media only screen and (max-width: 600px) {
  .registration-table td {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .registration-table strong {
    line-height: 1.25rem;
    display: block;
  }
}
