@font-face {
    font-family: 'bree-light';
    src: url('fonts/Bree Serif Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/Bree Serif Light.woff') format('woff') /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'bree-th';
    src: url('fonts/Bree Serif Th.eot'); /* IE9 Compat Modes */
    src: url('fonts/Bree Serif Th.woff') format('woff') /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'bree-bold';
    src: url('fonts/Bree Serif Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Bree Serif Bold.woff') format('woff') /* Pretty Modern Browsers */
}

body .bree-light {
    font-family: 'bree-light';
}

body .bree-th {
    font-family: 'bree-th';
}

div.webshop-menu {
    width: 100%;
    background: #7fa7a3;
}
div.webshop-menu .menu-container {
    width: 1190px;
    margin: 0 auto;
}
div.webshop-menu .menu-container a {
    padding: 10px 0 12px 24px;
    display: inline-block;
    color: #fff;
    font-family: 'bree-light';
    text-decoration: none;
    font-size: 20px;
}
div.webshop-menu .menu-container a:first-child {
    padding-left: 0;
}
div.webshop-menu .menu-container .menu-jobb {
    float: right;
}
div.webshop-menu .menu-container .menu-jobb a.basket {
    color: #fff;
    font-size: 18px;
    display: block;
    background: url('../assets/kosar.png') no-repeat center right;
    padding-right: 35px;
    float: left;
}
div.webshop-menu .menu-container .menu-jobb a.top-face {
    padding: 14px 0;
    display: block;
    margin: 0 18px;
    float: left;
}
div.webshop-menu .menu-container .menu-jobb a.top-insta {
    padding: 13px 0;
    display: block;
    float: left;
}
body .breadcrumbs .item {
    font-family: 'bree-light';
    font-size: 16px;
    color: #222221;
}
body .frame {
    min-height: 73vh;
}
body .categories a {
    position: relative;
}
body .categories a span.text {
    position: absolute;
    bottom: 20px;
    width: 90%;
    display: block;
    background: #7fa7a3;
    font-family: 'bree-light';  
    height: auto;
    font-size: 30px;
    line-height: 54px;
    padding: 0 0 2px 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#footer {
    background: #727272;
    padding: 0;
    color: #eee;
    font-size: 14px;
}
#footer .links a {
    font-family: 'bree-light', sans-serif;
    font-size: 20px;
    display: inline-block;
    line-height: normal;
    color: #fff;
    padding: 5px;
    margin: 30px 15px;
    text-decoration: none;
}
#footer .copyright {
    background: #585757;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-family: 'Bree Serif', serif;
    font-size: 12px;
}
#footer .row {

}
#footer .row .col-lg-12 {
    width: 1190px;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}

body .product {
    border: 1px solid #909090;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    margin: 0 0 30px 0;
}
body .product p.title {    
    font-family: 'bree-light', serif !important;
    margin: 15px 0 0 0;
    line-height: 22px;
}
body .product p.title a {
    font-size: 22px;
    color: #222221;
    text-transform: initial;
    text-decoration: none;
    margin: 0;
}
body .product p.tipus {
    font-size: 22px;
    margin: 4px 0;
    color: #868686;
    font-family: 'bree-th', serif;
}
body .product p.brutto-ar {
    font-size: 18px;
    margin: 0;
    color: #676764;
    font-family: 'bree-th', serif;
}
body .product p.brutto-ar span {
    font-family: 'bree-light', serif;    
}
body .product .gombok select {
    width: 45%;
    float: left;
    font-family: 'bree-th', serif;
    font-size: 16px;
    height: 36px;
    color: #222221;
    border: 1px solid #222221;
}
body .product .gombok button {
    width: 45%;
    float: right;
    font-family: 'bree-th', serif;
    font-size: 16px;
    height: 36px;
    line-height: initial;
    background: #fff;
    border: 1px solid #222221;
    color: #222221;
    transition: all .3s ease-in-out;
}
body .product .gombok button:hover {
    cursor: pointer;
    background: #222221;
    color: #fff;
}
body .product .gombok select, body .product .gombok button {
    margin-top: 15px;
}
body .productframe {
    width: 1190px;
}
body .productframe .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
body .col-md-4 {
    width: 25%;
    box-sizing: border-box;
    padding: 0 15px;
}
body .product .image {
    width: 100%;
    min-height: 276px;
}

div.kosar-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    display: none;
}

div.kosar-content {
    width: 370px;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 3005;
    transition: all .3s ease-in-out;
}
div.kosar-content.closed {
    right: -372px;
}
div.kosar-content p.kosar-title {
    padding: 16px 30px 0 30px;
    font-size: 26px;
    line-height: 28px;
    color: #131313;
    font-family: 'bree-light';
    margin: 0 0 15px 0;
}
div.kosar-content p.kosar-alcim {
    margin: 0 0 24px 0;
    padding: 0px 30px;
    color: #676764;
    font-size: 20px;
    line-height: 22px;
    font-family: 'bree-th';
}
div.kosar-content .kosar-elem {
    padding: 15px 18px 20px 18px;
    border-top: 1px solid #909090;
    position: relative;
}
div.kosar-content .kosar-elem .kosar-kep {
    float: left;
    width: 33.3333%;
    padding-right: 10px;
    box-sizing: border-box;
}
div.kosar-content .kosar-elem .kosar-kep img {
    width: 100%;
}
div.kosar-content .kosar-elem .kosar-info {
    float: right;
    width: 66.666%;
}
div.kosar-content .kosar-elem .kosar-info p {
    margin: 0;
}
div.kosar-content .kosar-elem .kosar-info p.termek-nev {
    color: #131313;
    font-size: 20px;
    font-family: 'bree-light';
    margin-top: 0px;
}
div.kosar-content .kosar-elem .kosar-info p.termek-tipus, div.kosar-content .kosar-elem .kosar-info p.termek-menny {
    color: #676764;
    font-size: 20px;
    line-height: 22px;
}
div.kosar-content .kosar-elem .kosar-info p.termek-menny {
    margin-top: 15px;
}
div.kosar-content .kosar-sum {
    padding: 30px;
    border-top: 1px solid #909090;
}
div.kosar-content .kosar-sum p.kosar-ossz {
    color: #131313;
    font-size: 27px;
    margin: 0;    
    line-height: 29px;
}
div.kosar-content .kosar-sum a {
    color: #222221;
    font-size: 25px;
    line-height: 25px;
    border: 1px solid #222221;
    display: block;
    padding: 8px 22px 12px 22px;    
    width: fit-content;
    text-decoration: none;
    margin-top: 22px;
    transition: all .3s ease-in-out;
}
div.kosar-content .kosar-sum a:hover {
    color: #fff;
    background: #222221;
}
div.kosar-content .kosar-sum p.info-csik {
    font-size: 14px;
    color: #676764;
    line-height: 16px;
    margin: 25px 0 0 0;
}
div.kosar-elem button.remove-elem {
    position: absolute;
    background: none;
    border: none;
    right: 30px;
    top: 40%;
}
div.kosar-elem button.remove-elem:hover {
    cursor: pointer;
}
div.kosar-elemek {
    max-height: 70%;
    overflow-y: scroll;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
div.kosar-elemek {
    scrollbar-width: auto;
    scrollbar-color: #7fa7a3 #ffffff;
}

/* Chrome, Edge, and Safari */
div.kosar-elemek::-webkit-scrollbar {
    width: 12px;
}

div.kosar-elemek::-webkit-scrollbar-track {
    background: #ffffff;
}

div.kosar-elemek::-webkit-scrollbar-thumb {
    background-color: #7fa7a3;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
a#closebasket {
    position: absolute;
    top: 24px;
    right: 24px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.termek-oldal {

}
.termek-oldal .termek-jobb, .termek-oldal .termek-bal {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.termek-oldal .termek-jobb {
    text-align: left;
}
.termek-oldal .termek-jobb h2.termek-nev {
    margin: 0 0 10px 0;
    font-size: 35px;
    color: #222221;
    line-height: 36px;
}
.termek-oldal .termek-jobb p.termek-tipus {
    color: #868686;
    font-size: 35px;
    line-height: 36px;
    margin: 0 0 20px 0;
}
.termek-ar > div {
    width: 50%;
    box-sizing: border-box;
}
.ar-kosar .termek-brutto {
    font-size: 28px;
    margin: 0;
    color: #676764;
    line-height: 30px;
}
p.egysegar {
    font-size: 20px;
    color: #676764;
    line-height: 22px;
    margin: 13px 0 35px 0;
}
.termek-oldal .shopbutton {
    width: 63%;
    float: right;
    font-family: 'bree-th', serif;
    font-size: 21px;
    line-height: initial;
    padding: 5px 0 8px 0;
    background: #fff;
    border: 1px solid #222221;
    color: #222221;
}
.termek-oldal .termek_q {
    float: left;
    width: 32%;
    height: 47px;
    font-family: 'bree-th', serif;
    font-size: 21px;
    line-height: initial;
    padding: 0 0 3px 10px;
    background: #fff;
    border: 1px solid #222221;
    color: #222221;
}
p.termek-ii {
    margin: 0 0 13px 0;
    background:url(/design/icon-keszlet.png) left center no-repeat;
    color: #424240;
    font-size: 16px;
    line-height: 18px;

    padding: 2px 0 2px 75px;
}
p.termek-ii.ti-2 {
    background:url(/design/icon-ido.png) left center no-repeat;
}
p.termek-ii.ti-3 {    
    background:url(/design/icon-szall.png) left center no-repeat;
}
div.termek-szallinfo {
    padding-left: 60px;
}

div.termek-infok {
    margin-top: 32px;
}
div.termek-infok p {
    margin: 0 0 17px 0;
    font-size: 20px;
    line-height: 28px;
    color: #868686;
    padding-left: 90px;
}
div.termek-infok p.evj {
    background:url(/design/evjarat.png) left center no-repeat;
}
div.termek-infok p.dulo {
    background:url(/design/dulo.png) left center no-repeat;
}
div.termek-infok p.tokek {
    background:url(/design/tokek.png) left center no-repeat;
}
div.termek-infok p.borkesz {
    background:url(/design/borkesz.png) left center no-repeat;
}
div.termek-infok p.alkohol {
    background:url(/design/alkohol.png) left center no-repeat;
}
div.termek-infok p.cukor {
    background:url(/design/cukor.png) left center no-repeat;
}
div.termek-infok p span {
    color: #222221;
}
div.termek-jell {
    box-sizing: border-box;
    width: 100%;
    padding: 52px 10px 10px 10px;
    text-align: left;
}
div.termek-jell h3.title {
    font-size: 22px;
    color: #767676;
    margin: 0;
    line-height: 24px;
}
div.termek-jell div.ism, div.termek-jell div.ism p {
    font-size: 18px;
    color: #868686;
    font-family: 'bree-th', serif;
    line-height: 20px;
}

#order-page {
    box-sizing: border-box;
    width: 1190px;
    margin: 60px auto 0 auto;
}
#order-page h2.p-title {
    margin: 0 0 30px 0;
    font-size: 35px;
    color: #222221;
    line-height: 36px;
}
#order-page .col50 {
    box-sizing: border-box;
    width: 50%;
    float: left;
}
#order-page .col50 div.title, #order-page .col-100.title, 
#order-page .col-100 div.title {
    font-size: 22px;
    color: #767676;
    margin: 0;
    line-height: 24px;
}
#order-page .col50 table tr td {
    color: #424240;
    font-size: 16px;
    line-height: 18px;
    padding: 3px;
}
#order-page .col50 table tr td input {
    padding: 8px 5px;
    border: 1px solid #222221;
}
#order-page .col-100 {
    box-sizing: border-box;
    width: 100%;
}
#order-page .col-100.title {
    margin-bottom: 30px;
}
#order-page div.sep {
    border-bottom: 1px solid #7fa7a3;
}
#order-page div.sep2 {
    border-bottom: none;
}
#order-page .py-15 {
    padding: 15px 0;
}
#order-page textarea {
    margin: 10px 0;
    border: 1px solid #222221;
    min-height: 150px;
}
#order-page .order-submit button, a.btn-webshop {
    width: auto;    
    font-family: 'bree-th', serif;
    font-size: 21px;
    line-height: initial;
    padding: 5px 15px 8px 15px;
    background: #fff;
    border: 1px solid #222221;
    color: #222221;
    margin-top: 30px;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
#order-page .order-submit button:hover, a.btn-webshop:hover {
    color: #fff;
    background: #222221;
    cursor: pointer;
}
#order-page div.termekek {
    margin-top: 30px;
}
.order-after-page {
    min-height: 70vh;
    width: 1190px;
    margin: 50px auto 0 auto;
}
.order-after-page h2 {
    margin-bottom: 30px;
}
.orderinfo p {
    font-size: 22px;
}
.orderinfo p span {
    font-size: 18px;
}
body .categories a.main-page-cat span.text {
    transition: all .3s ease-in-out;
}
body .categories a.main-page-cat:hover span.text {
    background: #fff;
    color: #7fa7a3;
}
.text-left {
    text-align: left;
}
div.webshop-menu a.kosar-mobil, #mobil-hambimenu {
    display: none;
}
@media only screen and (max-width: 1220px) {
    body .webshop-menu {
        height: 52px;
        box-sizing: border-box;
    }
    body .menu-container {
        display: none;
        width: 100%;
        box-sizing: border-box;
        position: fixed;
        top: 0;        
        left: 0;
        right: 0;
        background: rgba(0,0,0,.7);
        z-index: 2001;
        height: 100%;        
    }
    
    div.webshop-menu .menu-container a:not(.kosar-mobil) {
        display: block;
        padding: 12px 0;
        text-align: center;        
    }
    div.webshop-menu .menu-container .menu-jobb {
        float: none;
    }
    div.webshop-menu a.kosar-mobil {
        display: inline-block;
        font-family: 'bree-light';
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        display: block;
        background: url(../assets/kosar.png) no-repeat center right;
        padding: 0 35px 0 0 !important;
        position: absolute;
        top: 10px;
        right: 80px;
        z-index: 3000;
    }
    .kosar .basket {
        display: none !important;
    }
    div.webshop-menu .menu-container .menu-jobb a.top-face, div.webshop-menu .menu-container .menu-jobb a.top-insta {
        float: none;
    }
    body .productframe, #footer .row .col-lg-12, .breadcrumbs, div.webshop-menu .menu-container {
        width: 100%;
    }
    .categories, .categories a.main-page-cat, .productframe, .breadcrumbs {
        box-sizing: border-box;
    }
    .breadcrumbs {
        margin: 20px 0 0 0;
        padding: 0 20px;
        min-height:  fit-content;
    }
    
    #order-page {
        width: 100%;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 968px) {
    .termek-oldal .termek-jobb, .termek-oldal .termek-bal {
        width: 100%;
    }
    .termek-oldal .termek-bal img {
        width: 100%;
    }
    .termek-oldal .termek-jobb {
        padding: 20px;
    }
}
@media only screen and (max-width: 805px) {
    .termek-ar > div {
        width: 100%;
    }
    div.termek-szallinfo {
        padding: 0;
        margin: 30px 0 0 0;
    }
    p.termek-ii {        
        float: left;
        width: 33.33%;
        box-sizing: border-box;
    }
    div.termek-infok p {
        float: left;
        width: 50%;
        box-sizing: border-box;
    }
    div.termek-jell {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .categories a.main-page-cat {
        width: 100%;
        background: none;
        margin: 0px;
        padding: 18px 10px;
    }
    .categories a.main-page-cat img {
        width: 100%;
    }
    body .categories a span.text {
        bottom: 40px;
    }
    #footer .footer-top .links a {
        width: 100%;
        margin: 0;
        padding: 13px 0;
    }

    #mobil-hambimenu {
        display: block;
    }

    #menuToggle
    {
        display: block;
        position: absolute;
        top: 17px;
        right: 15px;
        z-index: 3000;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle input
    {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }

    /*
     * Just a quick hamburger
     */
    #menuToggle span
    {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;        
        z-index: 3000;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
        transform-origin: 0% 100%;
    }

    /* 
     * Transform all the slices of hamburger
     * into a crossmark.
     */
    #menuToggle input:checked ~ span
    {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #fff;
    }

    /*
     * But let's hide the middle one.
     */
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
     * Ohyeah and the last one should go the other direction
     */
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
        transform: rotate(-45deg) translate(0, -1px);
    }
    body .productframe .row {
        margin: 0;
    }
    body .col-md-4 {
        width: 50%;
    }
    body .product {
        height: auto;
        min-height: fit-content;
    }
    
    #order-page .col50 {
        width: 100%;
    }
    
    .ordrtbl tr td:last-child {
        width: 100px;
    }
    #order-page .col50 table.bree-light {
        width: 100%;
    }
    #order-page .col50 table.bree-light td {
        width: 50%;
    }
    
}

@media only screen and (max-width: 510px) {
    body .col-md-4 {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    p.termek-ii {
        width: 100%;
    }
    div.termek-infok {
        margin-top: 10px;
    }
    div.termek-infok p {
        width: 100%;
        background-position: 13px center !important;
        padding-left: 80px;
        float: none;
    }
    
}