body{
	overflow:hidden;
	background-color: #ebebeb;
	margin:0;
	padding:0;
}

.fejlec {
    height: 7.3%;
    line-height: 7.3%;
    color: white;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin-right: 13px;
    width: 100%;
    text-align: right;
}
.alapbetu {
    font-family: sans-serif;
}
.termekdoboz {
    width: 32%;
    height: 42%;
/*    margin-right: 1%;*/
    float: left;
    margin-bottom: 1%;
    padding: 1%;
}
.termekdoboz.nagy {
    width: 100%;
    background-image: url(../pics/nagydoboz_hatter.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: 0.6vw;
    background-position-y: -52px;
    display: inline-flex;
    height: 44%;
    padding: unset;
}
.termekdoboz.kicsi {
    margin-bottom: 4%;
    overflow: hidden;
}
.termekkep {
    width: 94%;
    }
.termekkep.nagy {
    width: 48%;
    }
.alapbetu.termeknev {
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    line-height: 110%;
}
.alapbetu.termeknev.nagy {
    height: 39%;
}
.alapbetu.kodszam {
    font-size: 14px;
    color: #003399;
    font-weight: 600;
    margin-bottom: 1px;
    }
.alapbetu.kodszam.nagy {
    font-size: 16px;
    }
.alapbetu.termekleiras {
    overflow: hidden;
    font-size: 8px;
    text-align: justify;
    height: 24%;
    width: 87%;
    line-height: 115%;
}
.alapbetu.termekleiras.nagy {
    width: 92%;
    height: 61%;
    padding-top: 1%;
}
.alapbetu.gyarto {
    font-size: 10px;
    font-weight: 600;
    }
.mutato {
    position: absolute;
    }
.mutato.nagy {
    margin: 5px;
}
.socialbox {
    position: relative;
    width: 11%;
    height: 12%;
    left: 89%;
    top: -21%;
}
.socialbox.nagy {
    top: -83%;
    left: 84%;
    height: 26%;
    width: 20%;
}
.lablec {
    color: white;
    font-size: 10px;
    width: 100%;
    height: 27px;
    padding-left: 10px;
    }
.oldalszam {
    margin-left: 2%;
    color: white;
    font-size: 11px;
    font-family: monospace;
}
.jobbra {
    width: 95%;
    text-align: right;
    }
.adatdoboz {
    width: 43%;
    margin-left: 9%;
    overflow: hidden;
}
.alapadatbox {
    border-bottom-style: solid;
    border-bottom-color: #e16e73;
    border-bottom-width: 2px;
    height: auto;
    width: 83%;
    padding-top: 0.5vw;
    }
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.kicsitermekkepdoboz {
    position: absolute;
    display: inline-flex;
    width: 43%;
    top: 38%;
    align-items: flex-end;
    margin-left: 3%;
    }
.kiskep {
    margin-right: 19px;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    border-radius: 5px;
    overflow: hidden;
    height: 15%;
    width: 15%;
    }
.kiskep.largethumb {
    height: 35%;
    width: 35%;
    }
.brandlogo {
    height: 5%;
    width: 45%;
    margin-top: 7px;
    position: absolute;
    padding-left: 4%;
}