@import url(//hello.myfonts.net/count/38d069);
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@font-face {
  font-family: TradeGothicLTPro-BdCn20;
  src: url(../fonts/38D069_0_0.eot);
  src: url(../fonts/38D069_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/38D069_0_0.woff) format("woff"), url(../fonts/38D069_0_0.ttf) format("truetype"), url(../fonts/38D069_0_0.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: LinotypeTradeGothicLTProBold;
  src: url(../fonts/LinotypeTradeGothicLTProBold.eot);
  src: url(../fonts/LinotypeTradeGothicLTProBold.eot?#iefix) format("embedded-opentype"), url(../fonts/LinotypeTradeGothicLTProBold.woff) format("woff"), url(../fonts/LinotypeTradeGothicLTProBold.ttf) format("truetype"), url(../fonts/LinotypeTradeGothicLTProBold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: LinotypeUniversLTPro55Roman;
  src: url(../fonts/LinotypeUniversLTPro55Roman.eot);
  src: url(../fonts/LinotypeUniversLTPro55Roman.eot?#iefix) format("embedded-opentype"), url(../fonts/LinotypeUniversLTPro55Roman.woff) format("woff"), url(../fonts/LinotypeUniversLTPro55Roman.ttf) format("truetype"), url(../fonts/LinotypeUniversLTPro55Roman.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: LinotypeUniversLTPro65Bold;
  src: url(../fonts/LinotypeUniversLTPro65Bold.eot);
  src: url(../fonts/LinotypeUniversLTPro65Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/LinotypeUniversLTPro65Bold.woff) format("woff"), url(../fonts/LinotypeUniversLTPro65Bold.ttf) format("truetype"), url(../fonts/LinotypeUniversLTPro65Bold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
}

h5, h4, h3, h2, h1 {
  font-family: TradeGothicLTPro-BdCn20, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  font-size: 4.209rem;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(46, 46, 46);
}

h2 {
  font-size: 2.369rem;
  line-height: 1.2;
  text-transform: uppercase;
}

h3 {
  font-size: 1.777rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #82b4bd;
}
h3.coolblue {
  color: rgba(130, 180, 189, 0.9);
}

h4 {
  font-size: 1.333rem;
  line-height: 1.2;
  text-transform: uppercase;
}
h4.coolblue {
  color: rgba(130, 180, 189, 0.9);
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

p {
  max-width: 75ch;
  font-weight: 200;
  font-family: LinotypeUniversLTPro55Roman, sans-serif;
  line-height: 1.3;
  font-size: 0.875rem;
}
p.small {
  font-size: 0.75rem;
  line-height: 1.3;
  max-width: 105ch;
  -webkit-hyphens: auto;
  hyphens: auto;
}
p.large {
  font-family: LinotypeUniversLTPro65Bold;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
p.xlarge {
  max-width: 50ch;
  font-family: "Caveat", cursive;
  font-size: 1.777rem;
  line-height: 1;
}

a {
  color: rgb(46, 46, 46);
  text-decoration: none;
}
a:hover {
  color: #82b4bd;
  text-decoration: none;
}
a:visited {
  color: rgb(46, 46, 46);
  text-decoration: none;
}
a.indexLink {
  text-decoration: none;
  color: rgb(46, 46, 46);
}
a.indexLink :hover {
  text-decoration: none;
  color: #82b4bd;
}

.superscript {
  vertical-align: super;
  font-size: 0.5em;
}

.plus {
  vertical-align: text-bottom;
  margin-left: 0.1rem;
}

.lower {
  text-transform: lowercase;
}

.breadcrumb {
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
  list-style: none;
  border-radius: 0.25rem;
}

li {
  font-size: 0.75rem;
}

.figure-caption {
  font-size: 0.75rem;
  color: rgb(46, 46, 46);
}

.button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.button.primary {
  background-color: transparent;
  border: 0.2em solid #ffcf06;
  box-sizing: border-box;
  color: #f8f3e9;
  cursor: pointer;
  display: inline-block;
  font-family: TradeGothicLTPro-BdCn20, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.5em 1.5em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s;
}
.button.secondary {
  background-color: rgb(46, 46, 46);
  border: 0.2em solid #82b4bd;
  box-sizing: border-box;
  color: #ffcf06;
  cursor: pointer;
  display: inline-block;
  font-family: TradeGothicLTPro-BdCn20, sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 0.5em 1.5em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.button.secondary:hover {
  background-color: #ffcf06;
  color: rgb(46, 46, 46);
}

.modal-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  margin: 0 auto;
}

#fomenu {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  border-bottom: 1px solid rgba(57, 60, 67, 0.07);
  background-color: transparent;
}

.nav-item a {
  margin: 0 auto;
  padding-left: 1rem;
  text-decoration: none;
  color: rgb(46, 46, 46);
}

#logo {
  width: 16rem;
}

.card {
  border-width: 0;
  background-color: #fff;
}

.card-header {
  background-color: rgba(130, 180, 189, 0.15);
  color: rgb(46, 46, 46);
}

.card-body {
  background-color: #fff;
  padding: 0.25rem 0.5rem;
}

.shopitem {
  width: 8rem;
  max-width: 8rem;
}

.freecard {
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 1rem;
}

.spacer {
  visibility: hidden !important;
  flex-shrink: 2;
  flex-grow: 2;
}

.container-fluid:has(.carousel) {
  --bs-gutter-x: 0;
}

.carousel {
  margin: 0 0 4rem 0;
  padding: 0;
  width: 100%;
}

.c-item {
  height: auto;
}

.c-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.65);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 20%;
  left: 10vw;
  padding: 2rem;
  text-align: left;
  border-radius: 0.25rem;
  z-index: 10;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
}
.carousel-caption h2 {
  font-size: 3.4 rem;
  text-transform: uppercase;
}
.carousel-caption p {
  font-size: 0.875rem;
  line-height: 1rem;
  max-width: 40ch;
  letter-spacing: 0.05em;
  -webkit-hyphens: auto;
          hyphens: auto;
}

#toolphotos .carousel-item img {
  margin: 0 auto;
}
#toolphotos .indicators {
  overflow: auto;
}

li.dropdown-item, .nav-item {
  color: rgb(46, 46, 46);
  font-size: 1.2rem;
  font-family: TradeGothicLTPro-BdCn20, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}

.funkcio2, .funkcio {
  position: absolute;
  top: 2.4%;
  padding: 0.5em 0.5em;
  background-color: rgba(130, 180, 189, 0.9);
  text-align: center;
}

.funkcio2 h5, .funkcio h5 {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.funkcio2 p, .funkcio p {
  font-size: 0.5rem;
  color: #fff;
  padding: -0.5em 0 0 0;
  margin: -0.35em 0 0 0;
}

.morzsa a:visited, .morzsa a:hover {
  font-size: 0.75rem;
  color: rgba(57, 60, 67, 0.65);
  text-transform: uppercase;
}

body {
  background-color: white;
  color: rgb(46, 46, 46);
  padding-bottom: 1rem;
}

.blue {
  color: #82b4bd;
}

.form-control {
  margin-bottom: 1em;
}

.funkcioName {
  text-transform: capitalize;
}

#map-container {
  border: 1px solid rgba(130, 180, 189, 0.35);
}

#toolrange {
  text-align: center;
}

.cat_description {
  background: linear-gradient(0deg, rgba(130, 180, 189, 0.35) 0%, rgba(130, 180, 189, 0.75) 100%);
  text-align: left;
}

#funkciok ul {
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
}
#funkciok ul li {
  float: left;
  margin-right: 0.5em;
  display: block;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}

#storywrap,
#gariwrap,
#hirlev {
  position: relative;
  padding: 0;
}

.wraptext {
  background-color: rgba(0, 0, 0, 0.7);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-min-content;
  height: min-content;
  position: absolute;
  bottom: 20%;
  padding: 2rem;
  text-align: left;
  border-radius: 0.25rem;
  z-index: 10;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
}
.wraptext h2 {
  font-size: 3.4 rem;
  text-transform: uppercase;
}
.wraptext p {
  font-size: 0.875rem;
  line-height: 1rem;
  max-width: 40ch;
  letter-spacing: 0.05em;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.wtext_left {
  left: 10vw;
}

.wtext_middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.wtext_right {
  right: 10vw;
}

footer {
  background-color: rgba(130, 180, 189, 0.15);
}

#footerlegal {
  width: 100%;
  border-top: 1px solid rgba(57, 60, 67, 0.07);
  background-color: rgb(46, 46, 46);
}
#footerlegal p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
#footerlegal a {
  color: #82b4bd;
}
#footerlegal a:hover {
  color: #fff;
}

#legal a {
  color: #fff;
}

#webgalamb p {
  max-width: 60ch;
}

#webgalamb .form-control {
  width: 80%;
}

#partners a {
  color: #ffcf06;
}
#partners a:visited {
  color: #ffcf06;
}
#partners a:hover {
  color: #ffcf06;
}

.toolbox {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(57, 60, 67, 0.07);
  text-align: center;
  position: relative;
}

.badge {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  width: 5.4rem;
  z-index: 10;
  padding: 0;
}
.badge h3 {
  font-size: 1.5rem;
  font-family: TradeGothicLTPro-BdCn20, sans-serif;
  color: rgb(46, 46, 46);
  padding-top: 1em;
}

.badge-back {
  padding: 0;
  height: 5.4rem;
  width: 5.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.smtool a {
  text-decoration: none;
  color: rgb(46, 46, 46);
}
.smtool:hover .func {
  visibility: visible;
  opacity: 1;
}

.func {
  visibility: hidden;
  opacity: 0;
  padding: 0.5em;
  background-color: rgba(130, 180, 189, 0.9);
  text-align: center;
  position: absolute;
  top: 3%;
  right: 3%;
  transition: opacity 1s;
}
.func h4 {
  color: #fff;
}
.func h5 {
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.func p {
  font-size: 0.5em;
  color: #fff;
  padding: -0.5em 0 0 0;
  margin: -0.35em 0 0 0;
}

.info {
  -moz-column-width: 28em;
       column-width: 28em;
  -moz-column-gap: 8em;
       column-gap: 8em;
  -moz-column-rule: 4px double #ff00ff;
       column-rule: 4px double #ff00ff;
}

.funkciok {
  -moz-column-width: 15em;
       column-width: 15em;
}

.funkcio {
  right: 10%;
}
.funkcio h4 {
  color: #fff;
}
.funkcio2 {
  right: 3%;
}
.funkcio2 h4 {
  color: #fff;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0.5rem;
}

.close {
  position: absolute;
  left: calc(100% - 3rem);
  top: 1rem;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: rgb(46, 46, 46);
  opacity: 1;
}

.breadcrumb,
.morzsa {
  background-color: transparent;
}

.morzsa {
  /* background-color: $brand-blue_7;*/
  color: rgba(57, 60, 67, 0.65);
}
.morzsa li {
  font-size: 0.75rem;
  color: rgba(57, 60, 67, 0.65);
  text-transform: uppercase;
}
.morzsa a {
  font-size: 0.75em;
  color: rgba(57, 60, 67, 0.65);
  text-transform: uppercase;
}
.fa {
  font-size: 1rem;
}

.wrap {
  color: #fff;
  background-color: rgb(46, 46, 46);
}
.wrap p {
  color: #fff;
}
.wrap p.attention {
  color: #ffcf06;
  font-weight: 600;
}

.videocard {
  width: 22%;
}

.carousel-item {
  background-size: auto;
}

#models {
  background-color: rgba(130, 180, 189, 0.15);
}

.fit-parent-width {
  justify-content: center;
}

.shopitem {
  background-color: rgb(46, 46, 46);
}

.price,
.discountprice,
.webshopclick {
  font-family: LinotypeUniversLTPro55Roman, sans-serif;
  font-weight: 400;
  background: transparent;
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.3rem 0rem 0;
  margin: 0;
}

.price {
  background-color: rgb(46, 46, 46);
  -webkit-clip-path: polygon(0% 0%, 94% 0, 100% 50%, 94% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 94% 0, 100% 50%, 94% 100%, 0% 100%);
  color: #fff;
  margin-left: -0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.discountprice {
  background-color: rgb(46, 46, 46);
  -webkit-clip-path: polygon(0% 0%, 94% 0, 100% 50%, 94% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 94% 0, 100% 50%, 94% 100%, 0% 100%);
  color: #ffcf06;
  margin-left: -0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.webshopclick {
  background-color: #ffcf06;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  padding: 0.45rem 0.65rem;
}
.webshopclick:hover {
  color: rgb(46, 46, 46);
  background-color: rgba(130, 180, 189, 0.35);
}

h5.cikk {
  color: #ffcf06;
  letter-spacing: 0.05em;
  margin: 0.5em 0 0;
  font-weight: 100;
  font-size: 0.85em;
}

.primary:hover {
  background-color: #82b4bd;
  border-color: #82b4bd;
  color: #fff;
  transition: all 0.5s;
}

.secondary:hover {
  border-color: rgba(130, 180, 189, 0.9);
  background-color: #babbbd;
  color: #fff;
  transition: all 0.5s;
}

btn.disabled {
  background-color: rgba(57, 60, 67, 0.07);
  border: 3px solid rgba(57, 60, 67, 0.07);
  box-sizing: border-box;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-family: TradeGothicLTPro-BdCn20, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}

li.dropdown-item a {
  text-decoration: none;
  color: rgba(57, 60, 67, 0.65);
}

#indicators {
  height: 5em;
  margin-bottom: 1em;
}

ol.carousel-indicators {
  position: relative;
  bottom: 0;
}
ol.carousel-indicators li {
  background: transparent;
  margin: 0.5em;
  width: 5em;
}
ol.carousel-indicators li.active {
  background: transparent;
  width: 5em;
}

.shopitem {
  min-width: 10rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 275px) and (max-width: 575px) {
  .videocard {
    width: 95%;
  }
  #shopitems {
    width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #carousel-thumb {
    padding-bottom: 5em;
    margin-bottom: 2em;
  }
  .videocard {
    width: 45%;
  }
  #shopitems {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .videocard {
    width: 45%;
  }
  #shopitems {
    width: 80%;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
  #shopitems {
    width: 60%;
  }
}/*# sourceMappingURL=leather.css.map */