html,
body {
	margin:0;
	padding:0;
	height:100% !important;
}

input, select{
    font-size: 16px;
}

.page{
	margin: 0px auto;
	width: 996px;
	clear: both;
}

.clr{
    clear: both;
}

.text-center{
	text-align: center;
}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
}

.warning, .error{
    font-size:16px;
    color:red;
    font-weight:bold;
}

.error{
    font-size:16px;
    margin:10px 0;
    text-align:center;
}

/*********************************************************************************/
/* Telki kovaszda
/*********************************************************************************/

h1{
	font-family: 'Caveat', handwriting;
}

#main-header{
    z-index: 9998 !important;
}

.order-table-content table .cart-container:hover{
    background-color: var(--purple);
    cursor: pointer;
}

.order-table-content table .plus, .order-table-content table .minus{
    display: inline-block;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    color: var(--purple);
    font-weight: bold;
    width: 15px;
    height: 35px;
    vertical-align: middle;
}

.order-table-content table .qty input{
    border-radius: 50%;
    margin: 0 auto;
    padding: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #c5c2bb;
    font-weight: bold;
    color: #000;
    text-align: center;
}


/*********************************************************************************/
/* Header
/*********************************************************************************/
.top-header-bar{
    padding-top: 30px;
	margin-bottom: 30px;
}

.top-header-bar a, .greeting{
    font-size: 16px;
}

.top-header-right>div.greeting{
    height: auto;
    padding-right: 10px;
}

.orderpage{
	padding-bottom: 30px;
}

.order-main{
	padding: 0;
}

.order-table-content h2 a{
    color: #fff;
	margin-top: 3px;
}

.top-header-bar a:hover, .order-table-content h2 a:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.top-header-right>div{
    height: 25px;
}

.top-header-bar .flex{
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.main-page{
    text-transform: uppercase;
    padding-left: 5px;
    font-size: 20px;
}

.top-header-right{
    margin-left: auto;
}

.register, .login, .subscribe{
    padding: 20px;
}

.subscribe{
	background-color: var(--purple);
	color:white;
	text-align:center;
}
.subscribe a{
	color:white;

}
.aregister a, .alogin a{
    color: #918d83;
    vertical-align: middle;
    font-size: 17px;
}

.register a:hover, .login a:hover{
    text-decoration: none;
}

.aregister a:after, .alogin a:after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 19px;
    height: 20px;
    background-image: url('/images/head_point.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 5px;
}

.language{
    width: 70px;
    text-align: right;
    padding-top: 3px;
}

.social{
    width: 80px;
    text-align: right;
    padding-top: 3px;
}

.top-header-bar-icon{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    display: inline-block;
}

.top-header-bar-icon:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.top-header-bar-icon.facebook{
    background-image: url('/images/facebook_logo.png');
}

.top-header-bar-icon.hun{
    background-image: url('/images/flag_hungary.png');
}

.top-header-bar-icon.eng{
    background-image: url('/images/flag_grb.png');
}

.bottom-header-bar{
    height: 90px;
    padding-top: 10px;
    margin-bottom: 30px;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
}

.header-wrapper ul li{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.logo a{
    height: 100%;
    display: block;
}

.logo, .logo img{
    height: 100%;
    padding-bottom: 2px;
}

.cart{
    width: 90px;
}

.cart-base{
    background-image: url('../images/cart.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
    position: relative;
}

.cart-base.count{
    background-image:url('../images/cart_num.png');
}

.cart-num{
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 2px;
    color: #fff;
}

.form .btn-container{
    margin: 10px auto;
}

/*********************************************************************************/
/* Content
/*********************************************************************************/

h1{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 34px;
    line-height: 135%;
    max-width: 100%;
    min-width: 0%;
    text-align: center;
}

.intro-text{
    color: #212121;
    font: 400 14px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    line-height: 135%;
    margin: 25px 0;
}

.intro-text p{
    padding: 5px 0;
    text-align: left;
}

ah1:after{
    content: "";
    width: 170px;
    border-bottom: 3px solid #00a651;
    display: block;
    margin: 15px auto 20px;
}

h3{
    font-size: 22px;
    line-height: 130%;
    margin:0 0 20px 0;
    text-transform: uppercase;
    text-align: center;
}

.text{
    text-align:center;
    padding:30px 0;
}


.backtotop{
    display:inline-block;
    background-color:#3294c6;
    text-transform:uppercase;
    font-size:10px;
    text-align: center;
    width:117px;
    margin-left:803px;
}

.content{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
	flex: 1;
}

.home-order-container>a{
    background-color: #f5f5f3;
    width: 49%;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    min-width: 450px;
    margin: 0 auto 20px;

}

.home-order-weekly, .home-order-daily, .delivery{
    background-image: url('/images/box_right.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.home-order-weekly .home-order-circle{
    background-color: #f7c436;
}

.home-order-weekly .home-order-circle span{
    color: #105924;
}

.home-order-daily .home-order-circle{
    background-color: #f79536;
}

.home-order-daily .home-order-circle span{
    color: #a64e00;
}

.home-order-circle, .delivery-circle{
    position: absolute;
    top: -15px;
    left: -150px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 7px solid #fff;
}

.home-order-weekly .home-order-circle{
    background-image: url('/images/order_weekly.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 150px 90px;
}

.home-order-daily .home-order-circle{
    background-image: url('/images/order_daily.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 150px 65px;
}

.home-order-circle span{
    position: absolute;
    top: 65px;
    right: 55px;
    color: #fff;
    font-size: 35px;
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    writing-mode: rl-tb;
    text-align: center;
}

.home-order-daily .home-order-circle span{
    top: 130px;
    right: 70px;
}

.home-order-text, .delivery-text{
    padding: 30px 200px 30px 210px;
    color: #496f5f;
}

.home-order-content{
    text-transform: uppercase;
    font-size: 17px;
    line-height: 115%;
    padding-top:20px;
}

.home-order-title{
    font-size: 25px;
    margin-bottom: 1px;
    text-transform: uppercase;
    line-height: 100%;
}

.qty-container{
    border: 1px solid #fff;
    font-size: 17px;
    font-weight: 900;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    text-align: center;
    box-sizing:border-box;
    padding-right:10px;
}

.tocart-number{
    display:none;
    position: absolute;
    top: -25px;
    left: 50px;
    bottom: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}
.tocart-unit{
    position:absolute;
    top: 1px;
    line-height:50px;
    right:3px;
    font-size:12px;
}
.tocart-delete{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: red;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-image: url('/images/tocart-delete.png');
    background-position: center center;
}

.tocart-number:hover .tocart-delete{
    display: block;
}

.order-table-content{
    margin-top: 20px;
    position: relative;
}

.order-table-content h2{
    background-color: var(--purple);
    padding: 10px 0;
    color: #fff;
    text-align: center;
	font-size: 24px;
	font-family: Roboto, sans-serif;
}

.order-table-arrow-left{
    background-image: url('/images/arrow-left.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    left: 50px;
    top: 45px;
    width: 60px;
    height: 60px;
}

.order-table-arrow-right{
    background-image: url('/images/arrow-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    right: 50px;
    top: 45px;
    width: 60px;
    height: 60px;
}

.order-table-content table{
    width: 100%;
    margin-bottom: 40px;
}

.order-table-content table tr{
    border-bottom: 1px solid #c5c2bb;
}

.order-table-content table td.day{
    width: 90px;
    vertical-align: middle;
    min-width: 90px;
}

.order-table-content table td.day .minus, .order-table-content table td.day .plus, .order-table-content table td.day .qty{
    vertical-align: middle;
    height: auto;
}

.order-table-content th.day{
    padding-bottom: 10px;
}

.order-table-content table th.day span{
    font-weight: 900;
}

.order-table-content table .name{
    width: 250px;
    vertical-align: middle;
}

.order-table-content table .image{
    width: 90px;
}

.order-table-content table .image a{
    display: block;
    height: 100%;
}

.order-table-content table .image img{
    width: 75px;
    height: auto;
}

.order-table-content table .price, .order-table-content table .sum{
    vertical-align: middle;
    text-align: center;
    min-width: 110px;
}

.order-table-content table .cart-container{
    border-radius: 50%;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    padding-top: 8px;
}

/*.order-table-content table .cart-container:hover > .order-table-content table .cart{
    background-image: url('/images/order_cart_hover.png');
}
*/
.order-table-content table .cart{
	background-image: url('/rendeles/images/cart-icon.png');
    width: 35px;
    height: 35px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;

}

.order-table-content table .minus, .order-table-content table .qty, .order-table-content table .plus{
    display: none;
}

.ordertable th:nth-of-type(2), .ordertable td:nth-of-type(2){
	max-width: 350px;
}

.ordertable , .ordertable input{
    font-size: 15px;
}

.ordertable .td-price{
    width:100px;
    min-width: 65px;
}
.ordertable .title{
    font-weight:bold;
    display:block;

}
.ordertable .title a{
    color:inherit;
}
.ordertable .subtitle{
    display:block;
    font-size: 12px;
    font-weight:normal;
    line-height:110%;
    text-align:left;
    padding:0;
}
.ordertable .price{
    font-weight:bold;
}

.ordertable p.discountprice{
    font-size: 0.9em;
    padding: 0;
    font-style: italic;
	margin: 0;
}

.order-table-content table td.day:nth-of-type(8) .discountprice{
    color: var(--purple);
}

.ordertable th{
	position: sticky;
	top: 81px;
	background: #fff;
}

.filtertable th{
	width: 16.667%;
	padding: 5px;
	border-bottom: 5px solid transparent;
}

.filtertable th.active{
	border-color: var(--purple);
}

.filtertable a{
	display: block;
}

.discount{
    display: none;
}

.minimumwarning{
    display:none;
    text-align:center;
    margin:20px 0;
    padding:10px;
    background-color:#c44e3f;
    color:White;
    font-weight:bold;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.sumall, .shipmentall{
    font-weight:700;
}

h1.order-reg{
    font-size: 18px;
}

td{
    text-align: center;
    vertical-align: middle;
}

td input{
    text-align: center;
    vertical-align: middle;
}

.td-image, .td-name{
    text-align: left;
    padding: 5px 0;
}

.td-image{
    width: 90px;
}

.td-image div{
    height: 70px;
    width: 70px;
    background-position: center center;
    background-size: cover;
    margin-right: 20px;
}
.td-image div img{
    width:70px;
}

.checkout-table .td-name{

}

.checkout-table .td-qty{
    width: 250px
}

.checkout-table .td-qty input, .product-detail-container .td-qty input{
    border: 3px solid #009641;
    border-radius: 20px;
    text-align: center;
    background-color: transparent;
    color: #009641;
    max-width: 80px;
    padding: 5px 10px;
    vertical-align: middle;
    font-size:18px;
}

.td-qty .td-button.minus, .td-qty .td-button.plus, .checkout-table .td-operation .del{
    display: inline-block;
    border: 3px solid #009641;
    border-radius: 20px;
    text-align: center;
    background-color: transparent;
    color: #009641;
    width: 35px;
    height: 35px;
    padding: 5px;
    line-height:18px;
    vertical-align: middle;
}

.checkout-table .td-number{
    width: 150px;
}

.checkout-table .td-operation{
    width: 50px;
}

.checkout-table .td-operation .del:hover, .checkout-table .td-button:hover, .product-detail-container .td-button:hover{
    background-color: #009641;
    cursor: pointer;
    color: #fff;
}

.specialrow, .sumrow{
    border-top: 2px solid #c5c2bb;
}

.order-table-content table tr.sumrow{
    border-bottom: none;
}

.form.orderpage{
    text-align: center;
}

.loginpage .form{
    width: 50%;
    margin: 0 auto;
}

.loginpage .form input{
    text-align: center;
}

.loginpage{
    text-align: center;
}

.loginpage .form input[type="checkbox"]{
    display: inline-block;
    max-width: 20px;
}

#registerform .contact, #registerform .login, #registerform  .billing{
    display: inline-block;
    width: 33%;
    width: -moz-calc(33% - 7px);
    width: -webkit-calc(33% - 7px);
    width: calc(33% - 7px);
    vertical-align: top;
    background: #f5f5f3;
    min-height: 375px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

#registerform .other{
    max-width:350px;
    margin:0 auto;
}

#registerform{
    text-align: center;
    font-size: 15px;
}

.contact{
    margin-right: 15px;
}

.form .formRow.formType_info{
    margin-bottom: 45px;
    text-transform: uppercase;
}

.form .formRow{
    overflow: hidden;
    margin-bottom: 15px;
}

.form .formRow:not(.formType_infotext){
    padding: 0 30px;
}

.form .formRow .formLabel{
    display: inline-block;
}

.form input, .form select, .form textarea{
    border: 1px solid #8a8a8a;
    padding: 5px 10px;
    width: 100%;
}

.form input.formCheck{
    width: auto;
}

.form .formType_check .formLabel{
    width: 93%;
}

.form .formType_check .formItem{
    float: left;
}

.form .formType_check .formItem:after{
    clear: both;
}

.form .formType_info .formLabel{
    text-align: center;
    padding: 20px 0 0 0;
    width: 100%;
}

.form .formType_textarea .formLabel{
    width: 100%;
    text-align: center;
}

.other .formType_check{
    margin: 15px auto;
}

#registerform .form .btn-container{
    text-align: center;
}

#registerform .form .btn, .top-header-bar a.btn{
    font-size: 18px;
    padding: 10px 20px;
	outline: none;
}

.white{
    background-color:white;
    display:inline-block;
    margin:10px auto;
    width:auto;
    padding:10px;
}

.specialcont{
    display:none;
    text-align:center;
}

.specialtable{
    width:auto;
}

.lastweek{
    float: left;
    font-size: 0.8em;
    padding-left: 10px;
}

.nextweek{
    float: right;
    font-size: 0.8em;
    padding-right: 10px;
}

.lastweek:hover, .nextweek:hover{
    cursor: pointer;
}

.jump-to-order{
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 10;
    text-align: center;
    left: 0;
    right: 0;
    background-color: #f5f5f3;
    padding: 10px 0;

}

.order-table-content h2.fixed{
    position: fixed;
    top: 111px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2000;
}

.ordertable thead.fixed{
    position: fixed;
    top: 157px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2000;
}

.pastorder{
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 10px;
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #c5c2bb;
    font-weight: bold;
    color: #c5c2bb;
    /* margin-bottom: 30px; */
    text-align: center;
}

.orderpage h2{
	text-align: center;
	margin-bottom: 0;
}

.order-type{
	max-width: 800px;
	margin: 30px auto;
	text-align:center;
}

.order-type>a{
	width: calc(40% - 2px);
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f3;
    padding: 30px 10px;
    text-align: center;
    text-decoration: none;
	font-size: 18px;
}

.order-type>a.active, .order-type>a:hover{
	background-color: var(--purple);
	color: #fff;
}

.shipping{
	display: inline-block;
    width: 33%;
    width: -moz-calc(33% - 7px);
    width: -webkit-calc(33% - 7px);
    width: calc(33% - 7px);
    vertical-align: top;
    background: #f5f5f3;
    min-height: 375px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.shipping select{
	background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
}

.sumlabel{
	text-align:center;
	font-size:24px;
	padding:20px;
	color: #EA232A;
	font-weight:bold;
}
.sumlabel span{
	color:black;
}

.sumlabel small{
	color: #000;
	font-size: 13px;
}

.aszf-container{
	text-align: center;
	margin: 30px 0 10px;
}

.filtertable{
	display:none;
}

/*********************************************************************************/
/* Footer
/*********************************************************************************/

#page-container{
    height: 100%;
    position: relative;
}

#et-main-area{
    padding-top: 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#main-footer{
    bottom: 0;
    width: 100%;
}

.latechk{
    margin: 0 auto;
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance: textfield;
}

.payment-logos{
	text-align: center;
}

.payment-logos img{
	max-width: 150px;
	vertical-align: middle;
	margin-top: -7px;
}

/*********************************************************************************/
/* Responsive
/*********************************************************************************/

#menu-icon {
	display: none;
	width: 50px;
	height: 50px;
	background: #00a651 url(/images/menu-icon.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    border-radius: 50%;
    margin-bottom: 5px;
}

#menu-icon:hover {
	background-color: #005C97;
    cursor: pointer;
}

.mobile-image{
    display: none;
}

#et-main-area #main-footer{
    position: relative !important;
}

@media screen and (max-width: 1015px){
    .page{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    nav li a{
        font-size: 15px;
    }

}

@media screen and (max-width: 980px){
	.filtertable{
		display:table;
	}
    .home-order-container>a{
        width: 100%;
    }

    table thead {
		display: none;
	}

/*
	table tbody td {
		display: block;
        text-align: left;
        padding: 5px 0;
	}


    .td-image div{
        width: 150px;
        height: 100px;
        margin: 0 auto;
    }

	table tbody td:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
		width: 170px;
        vertical-align: middle;
	}
	*/

    table tbody td.day:before {
        height: 52px;
        padding-top: 8px;
    }

    .checkout-table .td-qty, .checkout-table .td-number, .checkout-table .td-operation, .td-image, .order-table-content table td.day{
        width: auto;
    }

    .order-table-content table .cart-container{
        display: inline-block;
        vertical-align: middle;
    }

    .order-table-content td.inactive{
        display: none;
    }

    .order-table-content table .image{
        width: 150px;
        height: 150px;
    }

    .order-table-content table .image img{
        width: 100%;
    }

    .sumall{
        text-align: center;
    }

    .sumall:before{
        content: "Összes tétel: ";
    }

    .intro-text table td{
        width: 100%;
    }

    .intro-text p{
        text-align: center;
    }

    .intro-text table td iframe{
        max-width: 500px;
    }

}

@media screen and (max-width: 800px){
    .main-page{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-left: none;
    }

    .top-header-right{
        margin: 10px auto 0;
    }

    .banner-img{
        width: 100%;
        height: 250px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 50px;
    }

    .bannertext{
        width: 100%;
        height: auto;
        border-bottom-left-radius: 50px;
        border-top-right-radius: 0px;
        padding-right: 165px;
        background-position: right 50%;
    }

    .bannertext-bottom{
        background-image: url('/images/subpage_banner_right.png');
        background-position: center right;
        bottom: 0;
        right: 0;
        top: 0;
        margin: auto;
        height: 65%;
    }

    .bannertext-button{
        left: auto;
        right: 70px;
        z-index: 10;
        margin: auto;
        top: 0;
        bottom: 0;
    }

    .testimonial-image{
        width: 100%;
        height: 250px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px;
    }

    .testimonial-text{
        width: 100%;
        height: auto;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0px;
        padding-right: 165px;
        background-position: right 50%;
        background-size:contain;
    }

    .delivery-panel{
        padding: 30px;
    }

    .homebox-container .box, .product-box {
		flex: 0 0 45%;
        margin: 2% 6px;
	}

    .product .product-container.flex:after{
        display: none;
    }

    .subpage-banner{
        height: auto;
    }
}

@media screen and (max-width: 720px){

    footer .footer-info, .footer-contact{
        width: 100%;
    }

    footer{
        background-image: none;
    }

    .footer-contact{
        padding: 0;
        font-size: 15px;
        text-align: center;
    }

    .footer-logo{
        margin: 0 auto;
    }

    .footer-text{
        text-align: center;
    }

    .loginpage .form{
        width: 70%;
    }

    .delivery-circle{
        top: -30px;
        left: -30px;
        width: 110px;
        height: 110px;
        background-size: 65px;
        background-position: right 5px bottom 20px;
    }

    .delivery-text{
        padding: 30px 130px 10px 85px;
        min-height: 0;
    }

    .delivery-arrow{
        margin: 0 auto 25px;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }

    .home-order-weekly .home-order-circle{
        top: -30px;
        left: -30px;
        width: 150px;
        height: 150px;
        background-size: 100px;
        background-position: 25px 55px;
    }

    .home-order-circle span{
        font-size: 28px;
        top: 35px;
        right: 18px;
    }

    .home-order-text{
        padding-right: 130px;
        padding-left: 130px;
    }

    .home-order-container>a{
        min-height: auto;
        min-width: auto;
    }

    .home-order-daily .home-order-circle{
        top: -30px;
        left: -30px;
        width: 150px;
        height: 150px;
        background-size: 100px;
        background-position: 25px 30px;
    }

    .home-order-daily .home-order-circle span{
        top: 70px;
        right: 35px;
    }

    .contact, .shipping{
        margin-right: 0;
    }

    #registerform .contact, #registerform .shipping, #registerform .billing, #registerform .login{
        width: 100%;
        max-width: 500px;
        min-height: 0;
    }

	.intro-text{
		margin-top: 0;
	}

}

@media screen and (max-width: 575px){
    .loginpage .form{
        width: 100%;
    }

    .language, .social, .login, .register{
        text-align: center;
		padding: 0;
		width: auto !important;
    }

    .social{
        position: absolute;
        right: 0;
        top: 7px;
    }

    #menu-icon {
		display: block;
	}

    nav ul{
		display: none;
		position: absolute;
		background: #fff;
		min-width: 200px;
        z-index: 200;
        height: auto;
        right: 40px;
        text-align: center;
        left: 40px;
        border: 2px solid #00a651;
        border-radius: 15px;
	}

    .header-wrapper nav ul li{
        display: block;
        border-left: none;
        border-bottom: 1px solid #f6f6f6;
        padding: 10px 0;
    }

    .bannertext{
        background-image: none !important;
    }

    .homebox-container.flex, .product-container.flex{
        -webkit-justify-content: center; /* Safari 6.1+ */
        justify-content: center;
    }

    .homebox-container .box, .product-box {
        flex: 0 0 100%;
    }

    .testimonial-block .testimonial-text{
        background-image: none !important;
        padding: 25px;
    }

    .product-box{
        width: 100%;
        max-width: none;
    }

    .home-order-daily, .delivery, .home-order-weekly{
        background-image: none;
    }

    .delivery-text, .home-order-text{
        padding-right: 25px;
    }

    .infopage p img{
        display: block;
        margin: 0 auto 20px;
        float: none !important;
    }

    .product-detail-container .tocart.flex>div{
        width: 100%;
        margin-bottom: 25px;
    }

    .product-detail-container .daily-order{
        border: none;
    }

    .product-detail-container{
        padding: 10px;
    }

    .product-detail-image{
        margin: 0 auto;
        text-align: center;
    }

    .order-table-content h2{
        font-size: 14px;
    }
/*
    .mobile-image{
        display: block;
        width: 100%;
    }
	*/

    .td-image>a>div{
        /* display: none; */
    }

	.order-main{
		padding: 20px 0;
	}

	h1{
		font-size: 30px;
	}

	.filtertable a{
		font-size: 12px;
	}

	.btn{
		font-size: 15px !important;
	}
}

@media screen and (max-width: 380px){
    .login, .register, .greeting{
        width: 100%;
        text-align: center;
    }

    .contact, .login{
        margin-right: 0;
    }

    .bannertext-bottom{
        background-image: url(/images/bannertext_bottom.png);
        background-position: center center;
        bottom: 0;
        height: 30px;
        top: auto;
        background-size: contain;
    }

    .bannertext-button{
        bottom: 30px;
        top: auto;
        left: 0;
        right: 0;
    }

    .bannertext{
        padding: 20px 10px 120px 10px;
        text-align: center;
    }

    .bannertext .title{
        text-align: center;
        font-size: 25px;
    }

    .bannertext .text{
        font-size: 15px;
    }

    .loginpage .form{
        width: 100%;
    }

	.top-header-bar{
		margin-bottom: 0;
	}

	.register, .login {
		margin-bottom: 10px;
	}




}
