@font-face {
 	font-family: 'FontAwesome';
	src:url(fonts/fontawesome-webfont.woff2) format('woff2'),url(fonts/fontawesome-webfont.woff) format("woff"),url(fonts/fontawesome-webfont.ttf) format("truetype");  
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/ubuntu.ttf) format('truetype');
}

@font-face {
  font-family: 'Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/gothic.woff2) format('woff2');
}

:root {
    color-scheme: light only;
    --body-width: 100vw;   
}

html {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;	
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:'Ubuntu';
	font-size:14px;
    background-color: white !important;

}

p {
	padding:0px;
	margin:0px;
}

a {
	color:#000;
	text-decoration:none;
}
ul {clear:both;};


input:focus{
    outline: none;
}

input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
     margin: 0; 
}

input[type=checkbox] { 
    width:2vw;
    height:2vw;
    vertical-align: middle;
}
textarea {
    font-size: 20px;   
}

.icon { font-family:'FontAwesome';}
.mobil {display: none;}
.hide {display: none;}
.button {
    padding:5px 30px 5px 30px; 
    text-align:center; 
    border:1px solid #000; 
    border-radius: 10px;
    font-size:20px; 
    background-color:#DCEEFC; 
    cursor:pointer
}
.red {color: #F00;}
.show-print { display: none; }
.content {
        clear:both;
        width:100%;
}

.logo {
     height:10vw;   
}

/* ***************************************** Fejléc kezdete ***************************************** */

.top {
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    top:0px;
    z-index:1000;
    border-bottom: 1px solid #223523;
}

/* ***************************************** Kereső ***************************************** */

.search-box {
    width:30vw;
    height:2.8vw;
    border:2px solid #325d35;
    border-radius: 10px;  
    align-content: center;
    padding:0px;
}

.search-form {
    margin:0px 0px 0px 20px;
    width:80%;
    height:2vw;
    border:none;
    font-size:1.1vw;
    outline: none;   
}

.search_button {
    background-color: #FFF;
    cursor: pointer;
    float:right;
    margin:0px 5px 0px 0px; 
    border: 0px;
}
.search_button img {
    width:2vw;
    max-height: 54px; 
}

/* ***************************************** Gombok ***************************************** */

.buttons-button {
    margin-left:10px;    
    float:right;
    border:2px solid #325d35;
    border-radius: 10px;  
    height:2.8vw;  
    padding-left:1.6vw;
    padding-right:1.6vw;
    font-size:1.4vw;
    font-weight: bold;
    cursor: pointer;
}

.buttons-button img {
    height:2.1vw;
    max-height: 54px;   

}

.icons {
    padding-left:1.1vw;
}

/* ***************************************** Login ablak ***************************************** */

.login_box {
    position: absolute;
    top:-500px;
    left: calc(50vw - 100px);
    width:50vw;
    max-width:500px;
    height:auto;
    border:1px solid #325d35;
    border-radius: 10px;
    z-index: 1100;
    background: #FFFFFF;
    padding:10px;
    box-shadow:  5px 5px 10px 0px #999;
    opacity: 0.5;
    font-size:16px;
}

.login_input {
    height:30px;
    border:1px solid #000;
    border-radius:10px;
    font-size:16px;
    width:90%;
    padding-left:10px;
}

/* ***************************************** Kosár szám ***************************************** */

.basket-number {
    width:1.8vw;
    height:1.8vw;
    background-color: #F00;
    border: 1px solid #000;
    border-radius: 20px;
    position: absolute;
    top:2vw;
    right:-1vw;
    align-content: center;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

.num_in_basket {
    font-size:1vw;
        
}

.basket_box {
    position: absolute;
    top:-500px;
    right: 20px;
    width:600px;
    height:auto;
    max-height:80vh;
    overflow: auto;
    border:1px solid #325d35;
    border-radius: 10px;
    z-index: 1100;
    background: #FFFFFF;
    padding:10px;
    box-shadow:  5px 5px 10px 0px #999;
    opacity: 0;
    font-size:14px;

}

.basket-box-table{
    border-bottom:2px solid #000; 
    font-size:16px;      
}

/* ***************************************** Menü ***************************************** */

.menu-cell {
    float:left;
    margin-top:1vw;
    margin-right:3vw;
    font-size: 1.4vw;

}

.menu-cell-active {
    text-shadow: 5px 5px 5px #999;
}

/* ***************************************** Banner ***************************************** */

.banner-box {
    width:100%;
    height:250px;
}

/* ***************************************** Kategóriák ***************************************** */

.main-cats-box {
    margin-top:1vw;
    padding:0.5vw;
    width:calc(25% - 2vw);
    float:left;
    align-content: center;
    text-align: center;
}

.main-cat-box {
    width:23vw;
    height:8vw;
    background-color:#e9e9e9;
    border:1px solid #e9e9e9;
    border-radius:70px;
    box-shadow:  5px 5px 10px 0px #999;
}

.main-cat-box img {
    height:4vw;
}

.main_cat_title {
    font-size:1.1vw;
    font-weight: bold;
    margin-left:10px;
    margin-right:5px;
    margin-top:5px;
}

.main_cat_text {
    font-size:0.9vw;
    text-align: justify;
    
}
.cat-box {
    margin-left:20px;
    width:calc(100% - 20px);
    height:3.3vw;
    background-color:#e9e9e9;
    border:1px solid #e9e9e9;
    border-radius:30px;
    box-shadow:  5px 5px 10px 0px #999;
} 

.cat-box td > img{
    height:auto;
    width:3vw;    
}

.alcat-box {
    margin-left:2vw;
    height:3.3vw;
    background-color:#b4d8b4;
    border:1px solid #b4d8b4;
    border-radius:10px;
    box-shadow:  5px 5px 10px 0px #999;
}

.alcat-box td > img {
    height: 2vw;
    margin-left:0.3vw;
}


/* ***************************************** Kategóriák ***************************************** */

.main_prods_title {
    padding-top:3vw;
    padding-bottom:2vw;
    clear: both;
    font-size:2vw;
    text-align: center;
    font-weight:bold;
}

.navigator {
    height:5vw;
    align-content: center;
    background: #e8e8e8;
    margin-top:1.7vw;
    margin-bottom:1.7vw;
}

.navigator-title {
    margin-left:1vw;
    font-size: 1.7vw;
    float:left;
    height:5vw;
    align-content: center;
}

.navigator-show-form {
    float:left;
    height: 5vw;
    margin-left:2vw;
    align-content: center;
    font-size:1.3vw;
}

.navigator-show-form form {
    margin-left:1vw;
}

.navigator-show-form select {
    margin-left:10px;
    font-size:1.3vw;
    padding:5px;
}

.navigator-show-type {
    text-align: center;
    align-content: center;
    float:left;
    border: 1px solid #cfcfcf;
    font-size:2.8vw;
    cursor: pointer;
}
.pager-div {
    float: left;
    width:2.5vw;
    height:2.5vw;
    border:1px solid #cbcbcb;
    border-radius: 0.6vw;
    text-align: center;
    align-content: center;
    background-color:#cbcbcb;  
    margin-right:5px;
}

.pager_link {
    font-size:1.8vw;
    text-decoration:none;
    color:#000;
    font-weight: bold;
}

.pager_current {
    font-size:20px;
    text-decoration:none;
    color:#FFFFFF;
    background:#060;
    border:1px solid #333333;
    padding:5px 10px 5px 10px;
    margin:2px;
}

.current {
    background: #000; 
    border:1px solid #000; 
    color:#FFF;        
    font-weight: bold;
}

/* ***************************************** Termék lista ***************************************** */

/* ***************************** GRID nézet ***************************** */

.prod_box {
    float:left;
    width:calc(20% - 1vw - 2px);
    margin:0.5vw;
    border:1px solid #969696;
    border-radius:5px;
    overflow: hidden;
}

.prod_box:hover {
    box-shadow:  5px 5px 10px 0px #999;
}

.action {
    height:3vw;
    align-content: center;
}

.action-icon {
    float:left;
    padding:0.5vw 1vw 0.5vw 1vw;
    margin-top:0.1vw;
    margin-left:1vw;
    border-radius:10px;
    font-size:1vw;
    font-weight: bold;
    color: #FFF;
    background-color: #F00;
    text-align: center;
    align-content: center;
}

.prod_pics {
    padding:10px;
}

.prod_pics img{
    height:10vw;
}

.prod_name {
    padding-left:10px;
    padding-right:10px;
    height:5vw;
    font-size:1.2vw;
    color: #575757;
    text-align: center;
}

.prod-price {
    width:calc(100% - 1vw);
    height:2vw;
    align-content: center;    
    margin:0.5vw;
}

.prod_ar {
    float:left;
    padding-left:5vw;
    padding-right:0px;
    font-size: 1.4vw;
    color:#575757;
}

.prod_addbasket {
    float:left;
    border:1px solid #000;
    border-radius:10px;
    height:1.8vw;
    align-content: center;
    padding-left:0.7vw;
    padding-right:0.7vw;
}

.addbasket-icon {
    float:left;
    font-size: 1.6vw;
    cursor: pointer;
    padding:0px;
}

.prod_number {
    margin-left:0.5vw;
    margin-right:0.5vw;
    float:left;
    border:0px;
    width:1.8vw;
    heigh:1.8vw;
    font-size: 1.4vw;
    padding:0px;
    text-align: center;
    align-content: center;
}

.prod_addbutton {
    border:0px;
    cursor: pointer;
    background: #FFF;
    margin:0px;
    padding:0px;
}


.prod_addbutton img {
    margin:0px;
    width:auto;
    height:2vw;
}

/* ***************************** LISTA nézet ***************************** */

.prod_box-list {
    margin:10px;
    border:1px solid #969696;
    border-radius:10px;

}

.prod-image-list {
    height:8vw;        
    
}

.prod_name-list {
    font-size:2vw;
    color: #000;
}

.prod_lead {
    font-size: 1.3vw;
    margin-top:1vw;
    
    
}

.akcios_ar {
    color: #F00 !important;
    text-decoration: line-through;
}



.prod_addbasket-list {
    float:left;
    border:1px solid #000;
    border-radius:20px;
    height:50px;
    align-content: center;
    padding-left:10px;
    padding-right:10px;
}



/* ***************************************** Akciós termékbox ***************************************** */

.akcio-box {
    width:100%;
    background: #EEE;
    overflow: hidden;
}

.act-arrow {
    width:50px; 
    overflow: hidden;
    cursor: pointer;
}

.act-arrow-text {
    font-size:2vw;
    transform: scale(1,5);
}

.act_prods {
    position: relative;
    width: calc(100vw - 100px);
    height:20.5vw;
    overflow: hidden;
}

.actprod-td {
    width:  calc((100vw - 100px) / 8);  
    overflow: hidden;
}

.actprod_box {
    height:auto;
    border:1px solid #f00;
    border-radius:5px;
    overflow: hidden;
}

.actprod_box:hover {
    box-shadow:  5px 5px 10px 0px #999;
}

.actprod_name {
    padding-left:10px;
    padding-right:10px;
    height:3.5vw;
    font-size:0.9vw;
    text-align: center;
}

.actprod_ar {
    font-size: 1.3vw;
    color:#575757;
}

/* ***************************************** Megtekintett termékek ***************************************** */

.seenprod_name {
    padding-left:0.5vw;
    padding-right:0.5vw;
    height:auto;
    font-size:1vw;
    color: #575757;
    text-align: center;
}

.seen-prod-pics {
    height:8vw;
}

.seenprod_box {
    width:calc((100vw / 8) - 12px);
    height:20vw;
    border:1px solid #333;
    border-radius:5px;
    overflow: hidden;
}

/* ***************************************** Lábléc ***************************************** */

.bottom {
    width:100%;
    height:250px;
    background-color: #223523
}

.copyright {
    color: #FFF;
    font-size:1.5vw;
}

.bottom-menu  {
    margin-left:1vw;
    color: #FFF;
    font-size:1vw;
}

.bottom-menu a {
    color: #FFF;
    font-size:1vw;
}


.bottom-right {
    color: #FFF;
    font-size:1.1vw;
    line-height: 30px;
}

.bottom-right-title {
    font-size:1.6vw;
    font-weight: bold;
}

/* ***************************************** Tartalom ***************************************** */

.content_background {
    margin:2vw;
    background-color: #e0e0e0;
    border-radius:30px;
    padding:2.5vw;
    font-size: 1.4vw;
    line-height: 1.6vw;
    text-align: justify;
}

.content_title {
    font-size:2.6vw;
    font-weight: bold;
    color: #575757;
    float:left;    
}

.content_icons_box {
    float: right;
    width:auto;
    font-size:5vw;
}

.content_icons {
    font-size:2vw;
    cursor:pointer;
    margin-left:2vw;
}

.content_box {
    top:0px;
    float:right;
    width:30vw;
}

.attached_content {
    background: #a2c4b3;
    border-radius:1vw;
    padding:1.2vw;
    margin-left:20px;
    margin-bottom:20px;
    font-size:1.2vw;
    line-height: 1.8vw;
    box-shadow:  5px 5px 10px 0px #999;    
}

.attached_news {
    background: #cacaca;
}

.attach_title{
    font-size:1.1vw;
    margin-left:10px;
    
}

.attached-news-title{
    font-size:1.1vw;
    font-weight: bold;
    line-height: 1.8vw;
    margin-bottom:1.5vw;
}

.attached-news-text{
    font-size:1vw;
    line-height: 1.5vw;
}

.galleria {
    max-width:90vw;
    min-width:57vw;
    width:auto; 
    height:50vh;
    float:left;
    align-content: center;
}

/* ***************************************** Forgalmazók ***************************************** */

.box_top {
        clear:both;
        background:#223523;
        color:#FFF;
        font-size:2vw;
        font-weight:bold;
        padding-left:20px;
        padding-top:1vw;
        padding-bottom:1vw;
        width: calc(100% - 21px);
        text-transform:uppercase;
}

.partners-text {
    font-size:1.4vw;
}

/* ***************************************** Űrlap elemek ***************************************** */

.order_form {
    float:left;
    margin-bottom:1.8vw;
    padding-right: 10px;
    font-size: 1.3vw;
    align-content: center;
    height: 2.6vw;
}

.order_form input, select {
    font-size: 1.3vw;
    padding: 0.3vw 0.6vw 0.3vw 0.6vw;
    margin-right:2vw;
    outline: none;
    
}

/* ***************************************** Profil ***************************************** */

.profile-box {
    margin:2vw;
    border:1px solid #000;
    border-radius: 10px;
    padding: 1.6vw;
    font-size:1.3vw;
}

.profile-box-img {
    float:left;
    height: 60px;
    margin-right:10px;
    align-content: center;
    font-size:2vw;
}

.order_button {
    background:#1e6443;
    border-radius:1vw;
    color:#FFF;
    font-size:1.5vw;
    padding:0.6vw 3vw 0.6vw 3vw; 
    cursor: pointer;
}

.orderdelete_button {
    background:#730909;
    border-radius:1vw;
    color:#FFF;
    font-size:1.5vw;
    padding:0.6vw 3vw 0.6vw 3vw; 
    cursor: pointer;
}

/* ***************************************** Kosár ***************************************** */

.basket-db-box {
    background:#000;
    border:1px solid #000;
    border-radius:20px;
    height:2vw;
    width:6.6vw;
    align-content: center;
    float:left;
    margin-left:40px;
}

.basket-db-refresh {
    align-content: center;
    float:left;
    margin-left:10px;
 
}

.basket-db-box input{
    background:#FFF;
    border:0px;
    height:100%;
    width:2.6vw;
    padding: 0px;
    margin:0px;
    text-align: center;
    font-size: 1.6vw;
    outline: none;
    float:left;
}


.basket-db-button {
    color: #FFF; 
    width:2vw; 
    height:2vw;
    float:left;
    align-content: center;
    cursor: pointer;
}

/* ***************************************** Megrendelés ***************************************** */

.order_title {
    font-size: 2.6vw;
    border-bottom:1px solid #000;
    margin:20px 0px 30px 0px;
    padding-bottom:20px;
}

.o-title {
    font-size: 2.4vw;
    margin-bottom:1.5vw;
    float: left;
    border-bottom: 1px solid #000;
}

.order_box {
    padding: 20px;
    font-size:18px;
}


.fizmod_box {
    float:left;
    width:auto;
    text-align:center;
    padding:10px;
    margin-right:2vw;
    font-size: 20px;
}

.fizmod_box img {
    width:auto;
    height:100px;
    margin-bottom:10px;
}

.szall-modok{
    float:left;
    width: 48vw;
    margin-bottom:2vw;
}

/* ***************************************** Termék oldal ***************************************** */

.product-page {
    padding:2vw 2vw 1vw 2vw;   
}

.product-picture-box {
    float: left;
    width:25vw;
    border:1px solid #000;
    border-radius: 20px;
    box-shadow:  5px 5px 10px 0px #999;
    margin-right:2vw;
    margin-bottom:1.7vw;
    padding:20px;
    align-content: center;
    text-align: center;
}

.product-picture-box img{
    width:100%;
}


.product-content {
    font-size:1.6vw;
    line-height:1.9vw;
    text-align: justify;
}

.prod_addbasket-prod {
    float:right;
    border:1px solid #000;
    border-radius:10px;
    height:3.5vw;
    align-content: center;
    padding-left:10px;
    padding-right:10px;
    margin-left:20px;
}


.addbasket-icon-prod {
    float:left;
    font-size: 2vw;
    cursor: pointer;
    padding:0px;
    font-weight:100;
    margin-top:3px;
}

.prod_number-prod {
    margin-left:10px;
    margin-right:10px;
    float:left;
    border:0px;
    width:3.5vw;
    heigh:100%;
    font-size: 2vw;
    padding:0px;
    text-align: center;
    align-content: center;
    outline: none;
}

.prod_addbutton_prod {
    border:0px;
    background: #FFF;
}

.prod_addbutton_prod img {
    width:auto;
    height:3.5vw;
    border:0px;
}

/* ******************************************************************************************* */
/* **************************************  Más méretek  ************************************** */
/* ******************************************************************************************* */



@media screen and (max-width:1500px)
{
    .actprod-td {
        width:  calc((100vw - 100px) / 5);  
    }
    
    .act_prods {
    position: relative;
    width: calc(100vw - 100px);
    height:25vw;
    overflow: hidden;
    }

}




@media screen and (min-width:1930px)
{
    .search-form {
        font-size:26px;
    }
    .search-box {
         height:60px;            
    }

    .buttons-button {
        font-size:26px;
        height:60px;  
    }
    .logo {
     height:192px;   
    }
    .basket-number {
        top:40px;
    }


}






@media print
{    
    body, html {
        visibility: hidden;
        height: 0px;
    }
    .print-content {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        width:calc(100%);
        font-size: 16px;
        margin:0px;
    }
    .no-print {
        display: none;
    }
    .show-print {
        display: block;
    }
    .content_background{
        margin:0px;
        font-size: 16px;
        
    }
}

@media (prefers-color-scheme: dark) 
{ 
    body { 
        background-color: white !important;
        color: black;
    }
}