@import url("header.css");
@import url("header-secondary.css");
@import url("template-home.css");
@import url("template-pagrindinis.css");
@import url("template-visitors-data.css");
@import url("footer.css");
@import url("woocommerce.css");

@import url("side-header-menu.css");

@import url("block-switcher.css");

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=Linden+Hill:ital@0;1&display=swap");

:root {
  --color-main: #d79925; /*#82b28d;*/
  --color-main-hover: #f5bc52; /*#7aa784;*/
  --color-dark: #1b1b1b;
  --color-dark-hover: #555;
  --color-light-blue: #60b0f4;
}

body {
  background-color: #333;
  font-family: "Inknut Antiqua", serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0;
}

.container {
  background-color: #e3e1e2;
  padding: 2rem 3rem;
  margin: 2rem auto;
  min-height: 76vh;
}

.container h2 {
  color: var(--color-main);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 0px #000;
  margin-bottom: 2rem;
  letter-spacing: 2px;
}

.container > h2:first-of-type {
  font-size: 30px;
}

.container a {
  color: var(--color-main);
  font-size: 16px;
  font-weight: 600 !important;
}

.second {
  padding: 10px;
  border: solid 1px #ddd;
  text-align: center;
}

.card {
  padding: 2rem;
  background-color: #ccc;
  margin: 0 5px;
}

.paragraph {
  margin-left: 50px;
}

dl {
  display: none;
}

/***************************************************************/
.promo-block {
  background-color: #fff;
  display: contents;
  margin-bottom: 5px;
  width: 100%;
}

.custom-control-label:before {
  background-color: #fff;
  border: solid 1px var(--color-main) !important;
  top: 8px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border: solid 1px var(--color-main) !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-label::after {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}

/***  M O B I L E  *************************************/
@media only screen and (max-width: 600px) {
  .container {
    padding: 1rem;
    margin: 0 auto;
  }

  .container > h2:first-of-type {
    font-size: 26px;
  }

  .container h2 {
    font-size: 20px;
    margin: 1rem auto;
  }

  .woocommerce .woocommerce-customer-details :last-child:last-child {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 80%;
  }
}
