body {
  font-family: "fa_shabnam", serif;
  margin: auto;
  color: #FFF;
  background-color: #e6ffff;
}

h1, h2, h3, h4, h5, h6 {
  color: #272b5e;
}

a, a:link, a:visited {
  color: #0d4291;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:active {
  color: #8AB4F8;
  text-decoration: none;
  cursor: pointer;
}

th {
  background-color: #454b95;
  color: #e6ffff;
}

::selection {
  background-color: #bac0ff;
}

select#paperSize optgroup, select#paperSize option {
  direction: ltr;
}

/*
#bgcover {
    background-image: url("../assets/im/banner.webp");
    background-position: center center;
    background-size: cover;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 0;
}
*/
h1 {
  font-family: "fa_kahroba", serif;
  font-size: 1.6em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  h1 {
    font-size: 1.2em;
  }
}

h2 {
  font-family: "fa_kahroba", serif;
}

header {
  background-color: #272b5e;
  user-select: none;
}
header #logo-bar {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: start;
  padding: 20px 25px 0 25px;
  background-image: linear-gradient(to bottom, #444879, #272b5e);
}
@media only screen and (max-width: 767px) {
  header #logo-bar {
    padding: 20px;
  }
}
header #logo-bar img {
  width: 100px;
}
header #menu-bar {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  padding-block: 0 10px;
  max-width: 1000px;
  margin: -20px auto 0 auto;
}
header #menu-bar a {
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
}
header #menu-bar a:hover {
  color: #FFB930;
  background-color: #414576;
}
header #banner-bar {
  background-image: url("../assets/im/banner.webp");
  background-position: center center;
  background-size: cover;
  margin: auto;
  height: 150px;
}

main {
  box-shadow: #666 0 0 14px;
  max-width: 1000px;
  margin: auto;
  padding: 50px;
  background-color: #FFF;
  color: #000;
  border-radius: 20px;
  position: relative;
  top: -20px;
  z-index: 2;
}
main h1 {
  text-align: center;
  margin: 0;
}

main.product {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  main.product {
    grid-template-columns: auto;
  }
}
main.product h1 {
  text-align: start;
}
main.product img {
  width: 100%;
  border-radius: 15px;
}
main.product div.separator {
  border-right: 2px solid #CCC;
}
main.product fieldset {
  margin-top: 40px;
  border-radius: 10px;
  /* HIDE RADIO */
  /* IMAGE STYLES */
  /* CHECKED STYLES */
}
main.product fieldset legend {
  background-color: #ffb930;
  border-radius: 10px;
  padding: 2px 15px;
}
main.product fieldset.calculator .calc-row {
  margin: 20px;
  display: grid;
  grid-template-columns: 28% auto;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  main.product fieldset.calculator .calc-row {
    margin: 20px 10px;
  }
}
main.product fieldset.calculator .calc-row label {
  text-align: left;
}
main.product fieldset.calculator .calc-row select {
  padding: 10px;
  background-color: #F8F8FF;
  color: #333;
  font-size: 1em;
  border-color: rgba(0, 0, 0, 0.23);
}
@media only screen and (max-width: 767px) {
  main.product fieldset.calculator .calc-row select {
    font-size: 0.9em;
    text-align: center;
  }
}
main.product fieldset.calculator .calc-row select#paperSize optgroup {
  text-align: center;
}
main.product fieldset.calculator .calc-row select#paperSize option {
  text-align: end;
}
@media only screen and (max-width: 767px) {
  main.product fieldset.calculator .calc-row select#paperSize option {
    text-align: center;
  }
}
main.product fieldset.download {
  padding: 10px 25px;
}
main.product fieldset.download a {
  display: flex;
  gap: 5px;
}
main.product fieldset.download svg {
  fill: #FFB930;
}
main.product fieldset [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
main.product fieldset [type=radio] + img {
  cursor: pointer;
  width: 47%;
  margin-inline: 4px;
}
main.product fieldset [type=radio]:checked + img {
  outline: 2px solid #f00;
}
main.product a[type=tel] {
  color: #000;
}
main.product a[type=tel]:hover {
  color: #256800;
}
main.product #priceBox {
  background-color: #ffb930;
  color: #4a2e00;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
}

._g_gallery-one-column {
  margin-block: 40px;
  display: grid;
  gap: 60px;
  justify-items: center;
}
._g_gallery-one-column figure {
  margin: 0;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  ._g_gallery-one-column figure {
    padding: 2px 10px;
  }
}
._g_gallery-one-column figure img {
  max-width: 50vw;
  max-height: 50vh;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 10px auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  ._g_gallery-one-column figure img {
    max-width: 80vw;
    max-height: 80vh;
  }
}
._g_gallery-one-column figure figcaption {
  text-align: center;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  ._g_gallery-one-column figure figcaption {
    font-size: 1em;
  }
}

.products-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .products-list {
    grid-template-columns: 1fr;
  }
}
.products-list a {
  padding: 20px;
  border-radius: 15px;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1333333333);
  background-color: #f5ffea;
}
.products-list a:hover, .products-list a:active {
  border: 1px solid #ffb930;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2666666667);
}
.products-list a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

footer {
  background-color: #272b5e;
  position: relative;
  top: -40px;
  padding-top: 20px;
}
footer h2 {
  color: #ffb930;
  font-family: "fa_kahroba", serif;
  margin-block: 15px 10px;
}
@media only screen and (max-width: 767px) {
  footer h2 {
    text-align: center;
  }
}
footer #footer-bar {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 2px 1fr;
  justify-content: center;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  footer #footer-bar {
    grid-template-columns: 1fr;
  }
}
footer #footer-bar card, footer #footer-bar nav {
  padding: 0 40px 25px;
}
footer #footer-bar card div, footer #footer-bar nav div {
  display: grid;
  grid-template-columns: 40px 100px auto;
  text-align: start;
  font-size: 1em;
  opacity: 0.8;
  margin-bottom: 10px;
  align-items: center;
}
footer #footer-bar card a, footer #footer-bar nav a {
  display: block;
  color: #FFF;
  text-align: start;
}
footer #footer-bar card a:hover, footer #footer-bar card a:active, footer #footer-bar nav a:hover, footer #footer-bar nav a:active {
  color: #FFB930;
  text-decoration: none;
  cursor: pointer;
}
footer #footer-bar card a svg:hover, footer #footer-bar nav a svg:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}
footer #footer-bar card svg, footer #footer-bar nav svg {
  fill: #FFB930;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer #footer-bar vseparator {
  border-right: 1px solid rgba(204, 204, 204, 0.5333333333);
  margin-block: 25px;
}
@media only screen and (max-width: 767px) {
  footer #footer-bar vseparator {
    border-right: unset;
    margin-block: unset;
    border-top: 1px solid rgba(204, 204, 204, 0.5333333333);
    margin-inline: 25px;
  }
}
footer #footer-bar nav link-container {
  display: grid;
  grid-template-columns: 30px auto;
  opacity: 0.8;
  align-items: center;
}
footer #footer-bar nav link-container a {
  grid-column: 2/4;
  border-radius: 10px;
  padding: 5px;
}
footer #footer-bar nav link-container a:hover {
  background-color: #414576;
}

/*# sourceMappingURL=local.css.map */
