@charset "utf-8";


/* CSS Document */

input[type = submit] {
    padding: 10px 30px;
    background-color: #0c6606;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}

input[type = submit]:hover {
    background-color: #96CA43;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

input[type = number] {
    text-align: center;
}

input[type = text],
input[type = email],
textarea {
    width: 100% !important;
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #555;
}

#nm {
    width: 320px;
}

.tipus {
    float: left;
    padding: 0 4px 10px 4px;
    max-height: 136px;
}

.clear {
    clear: both;
}

.doboz {
    display: inline-block;
    width: 210px;
    padding: 0 5px;
    border: 1px solid #ebebeb;
    border-radius: 0.5em;
    margin: 3px;
}

.doboz_2 {
    display: table-cell;
    /*
    width: 400px;
    */
    padding: 0 5px;
    border-radius: 0.5em;
    margin: 3px;
}

#arajanlatkeres {
    display: table;
    vertical-align: top;
}

@media (max-width: 530px) {
    .doboz_2 {
        width: 100%;
    }

    input[type = text],
    input[type = email],
    textarea {
        width: 100%;
    }

}

#arajanlat {
    line-height: 23px;
}

.csavar .doboz,
.klipsz .doboz {
    display: none;
}

.szamlalo {
    /* display: inline-block; */
    text-transform: uppercase;
}

#szamlalo_out {
    border-radius: 25px;
    background: #0B6606;
    padding: 1px;
    color: white;
    text-align: center;
    width: 180px;
    margin: 0 auto;
    display: block;
}

.szambox {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    background-color: black;
    color: white;
    padding: 9px;
    margin: 1px;
}

table tr td {
    vertical-align: top;
}

/*checkbox style*/
input[type = checkbox]:not(old),
input[type = radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type = checkbox]:not(old) + label,
input[type = radio]:not(old) + label {
    display: inline-block;
    /* margin-left  : -2em; */
    line-height: 1.5em;
    width: 100%;
}

input[type = checkbox]:not(old) + label > span,
input[type = radio]:not(old) + label > span {
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192, 192, 192);
    border-radius: 0.25em;
    background: rgb(224, 224, 224);
    background-image: -moz-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -ms-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -o-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -webkit-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    vertical-align: bottom;
}

input[type = checkbox]:not(old):checked + label > span,
input[type = radio]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -ms-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -o-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -webkit-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}

input[type = checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 1em;
    color: rgb(153, 204, 102);
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115, 153, 77);
    font-weight: bold;
}

input[type = radio]:not(old):checked + label > span > span {
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin: 0.125em;
    border: 0.0625em solid rgb(115, 153, 77);
    border-radius: 0.125em;
    background: rgb(153, 204, 102);
    background-image: -moz-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
    background-image: -ms-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
    background-image: -o-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
    background-image: -webkit-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
    background-image: linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
}
.brands-carousel {
  padding-bottom: 0;
}
.brands-carousel .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}
.brands-carousel .swiper-slide {
  text-align: center;
}
.brands-carousel .swiper-slide img {
  margin: auto;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.brands-carousel .swiper-pagination {
  margin-top: 20px;
}
.brands-carousel.swiper-entry .swiper-slide:hover img {
  opacity: 0.7 !important;
}