	* {
	    margin: 0;
	    padding: 0;
	    box-sizing: border-box;
	}

	menu,
	ol,
	ul {
	    list-style: none
	}

	blockquote,
	q {
	    quotes: none
	}

	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
	    content: '';
	    content: none
	}

	.content {
	    width: 70%;
	    display: block;
	    float: left;
	    padding: 0px;
	    min-height: 100vh;
	}

	ins {
	    text-decoration: none
	}

	del {
	    text-decoration: line-through
	}

	table {
	    border-collapse: collapse;
	    border-spacing: 0
	}

	strong,
	b {
	    font-weight: bold
	}

	body {
	    margin: 0;
	    padding: 0;
	    border: 0
	}

	a,
	abbr,
	acronym,
	address,
	applet,
	b,
	big,
	blockquote {
	    margin: 0;
	    padding: 0;
	    border: 0;
	    font-size: 100%;
	    background: transparent
	}

	button {
	    margin: 0;
	    padding: 0;
	    border: 0;
	    background: transparent
	}

	html,
	body {
	    min-height: 100%
	}

	p {
	    display: inline;
	}

	body {
	    line-height: 1;
	    text-align: left;
	    text-align: start;
	    clear: both;
	    color: #4b648b;
	    background-image: url(/images/background.png);
	    background-repeat: repeat-x;
	}

	* {
	    box-sizing: border-box;
	}

	img {
	    max-width: 100%;
	}

	a {
	    color: #4b648b;
	}

	.nav-mobile {
	    display: none;
	}

	.red {
	    color: red;
	}

	.basket {
	    display: block;
	    z-index: 300;
	    position: fixed;
	    background-color: #4b648b;
	    color: #e9edf4;
	    transition: 0.5s;
	    width: 25%;
	    height: 100%;
	    right: 0px;
	    overflow-y: hidden;

	}

	.basketclose {
	    display: none;
	}

	.basketName {
	    display: block;
	    width: 100%;
	    text-align: center;
	    padding: 10px;
	    text-transform: uppercase;
	}

	.basketDb {
	    width: 40px;

	    -webkit-inner-spin-button {
	        opacity: 1;
	    }

	}

	input[type=number] {
	    -moz-appearance: textfield;
	}


	.basketTable {
	    width: 100%;
	}

	table.basketTable td {
	    padding: 3px;
	}

	.basketSection {
	    display: block;
	    width: 100%;
	    padding: 25px 0px 25px 0px;
	    border-top: 1px solid #7d91b5;
	}

	.basketRowCim {
	    display: block;
	    width: 100%;
	    padding: 5px;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    text-align: center;
	    font-size: 17px;
	}

	.basketRowDeliveryNotes {
	    display: block;
	    width: 100%;
	    padding: 10px;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    text-align: left;
	    font-size: 15px;
	}

	.basketRowNote {
	    display: block;
	    width: 95%;
	    padding: 5px;
	    margin: 10px;
	    text-align: center;
	    font-size: 14px;
	}

	.basketPurchaseNote {
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    width: 95%;
	    padding: 5px;
	    margin: 0 auto;
	    text-align: center;
	    font-size: 18px;
	}

	.basketRow {
	    display: block;
	    height: 50px;
	    width: 100%;
	}

	.basketRowRadio {
	    display: block;
	    width: 15%;
	    height: 100%;
	    padding: 5px;
	    float: left;
	}

	.basketRowContent {
	    display: block;
	    width: 60%;
	    height: 100%;
	    padding: 5px;
	    float: left;
	}

	.basketRowPrice {
	    display: block;
	    height: 100%;
	    width: 25%;
	    padding: 5px;
	    float: left;
	}

	.basket_megjegyzes {
	    width: 100%;
	    height: 50px;
	}

	.basketLink {
	    text-decoration: underline;
	    color: #e9edf4;
	}

	.basket {
	    display: block;
	    z-index: 3;
	    position: fixed;
	    background-color: #4b648b;
	    color: #e9edf4;
	    transition: 0.5s;
	    width: 25%;
	    height: 100%;
	    right: 0px;
	    overflow-y: auto;
	}

	.basketclose {
	    display: none;
	}

	.basketName {
	    display: block;
	    width: 100%;
	    text-align: center;
	    padding: 15px;
	    text-transform: uppercase;
	}

	.basketDb {
	    width: 40px;

	    -webkit-inner-spin-button {
	        opacity: 1;
	    }

	}

	input[type=number] {
	    -moz-appearance: textfield;
	}


	.basketTable {
	    width: 100%;
	}

	table.basketTable td {
	    padding: 3px;
	}

	.basketSection {
	    display: block;
	    width: 100%;
	    padding: 25px 0px 25px 0px;
	    border-top: 1px solid #7d91b5;
	}

	.basketRow {
	    display: block;
	    height: 50px;
	    width: 100%;
	}

	.basketRowRadio {
	    display: block;
	    width: 15%;
	    height: 100%;
	    padding: 5px;
	    float: left;
	}

	.basketRowContent {
	    display: block;
	    width: 60%;
	    height: 100%;
	    padding: 5px;
	    float: left;
	}

	.basketRowPrice {
	    display: block;
	    height: 100%;
	    width: 25%;
	    padding: 5px;
	    float: left;
	}

	.basket_megjegyzes {
	    width: 100%;
	    height: 50px;
	}

	.basketLink {
	    text-decoration: underline;
	    color: #e9edf4;
	}

	@media screen and (min-width: 1500px) {
	    .content {
	        max-width: 65%;
	    }
	}

	/* @media screen and (max-width: 1460px) {
	    .content {
	        max-width: 55%;
	    }
	} */

	/* @media screen and (max-width: 1250px) {
	    .content {
	        max-width: 55%;
	    }
	} */

	@media screen and (max-width: 1200px) {
	    .basket {
	        position: absolute;
	        width: 100%;
	        height: 0;
	        bottom: -999999999999999999;
	    }


	    .basketclose {
	        display: block;
	        position: fixed;
	        top: 10px;
	        right: 20px;
	        font-size: 36px;
	        margin-left: 50px;
	        text-decoration: none;
	        color: #ffffff;
	    }
	}

	.myButton {
	    box-shadow: 0px 0px 0px 2px #9fb4f2;
	    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	    background-color: #7892c2;
	    border-radius: 10px;
	    border: 1px solid #4e6096;
	    display: inline-block;
	    cursor: pointer;
	    color: #ffffff;
	    font-family: Arial;
	    font-size: 14px;
	    padding: 5px 37px;
	    text-decoration: none;
	    text-shadow: 0px 1px 0px #283966;
	}

	.myButton:hover {
	    background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	    background-color: #476e9e;
	}

	.myButton:active {
	    position: relative;
	    top: 1px;
	}

	.center {
	    text-align: center;
	}

	.b {
	    display: block;
	}

	.mt15 {
	    margin-top: 15px;
	}

	.mt50 {
	    margin-top: 50px;
	}

	.ba_c {
	    background-color: #e9edf4;
	}

	.bo_c {
	    border: solid 1px #4b648b;
	}

	h1 {
	    font-size: 30px;
	    text-shadow: 0px 0px 5px white;
	}

	.kiscimsor {
	    font-weight: bold;
	    font-size: 20px;
	}

	.list {
	    list-style: disc inside;
	}

	.full {
	    width: 75%;
	    left: 0px;
	    top: 0px;
	    display: block;
	    float: left;
	    padding: 0px;
	}

	/* 	.content {
	    width: 70%;
	    display: block;
	    float: left;
	    padding: 0px;
	    min-height: 100vh;
	} */

	.contentRow {
	    width: 100%;
	    height: auto;
	    display: block;
	    padding: 1px;


	}

	.contentLeft60 {
	    display: block;
	    float: left;
	    width: 60%;
	    height: auto;
	    padding: 5px;
	}

	.contentRight40 {
	    display: block;
	    float: left;
	    width: 40%;
	    height: auto;
	    padding: 5px;
	}

	.contentLeft48 {
	    display: block;
	    float: left;
	    width: 48%;
	    height: auto;
	    padding: 5px;
	}

	.contentRight48 {
	    display: block;
	    float: left;
	    width: 48%;
	    height: auto;
	    padding: 5px;
	}

	.contentFullrow {
	    display: block;
	    width: 100%;
	    height: auto;
	    padding: 5px;
	}

	.nev {
	    display: block;
	    width: 100%;
	    height: auto;
	    padding: 5px;
	}

	.footer {
	    padding: 5px;
	    /*  position: relative;
	    bottom: 0;
	    left: 0; */
	    display: flex;
	    width: 100%;
	    border-top: solid 1px #4b648b;
	    background-color: #e9edf4;
	    z-index: 100;
	}

	.negyed_link {
	    display: block;
	    margin: 5px 3px;
	    border: solid 1px #4b648b;
	    background-color: #e9edf4;
	    padding: 5px;
	    float: left;
	    width: 22%;
	    text-align: center;
	    color: #4b648b;
	    text-decoration: none;
	}

	.subscribe_button {
	    display: block;
	    margin: 5px 3px;
	    border: solid 1px green;
	    background-color: #e9edf4;
	    padding: 5px;
	    float: left;
	    width: 22%;
	    text-align: center;
	    color: #4b648b;
	    text-decoration: none;
	}

	.unsubscribe_button {
	    display: block;
	    margin: 5px 3px;
	    border: solid 1px red;
	    background-color: #e9edf4;
	    padding: 5px;
	    float: left;
	    width: 22%;
	    text-align: center;
	    color: #4b648b;
	    text-decoration: none;
	}

	.fel_link {
	    display: block;
	    margin: 5px 3px;
	    border: solid 1px #4b648b;
	    background-color: #e9edf4;
	    padding: 5px;
	    float: left;
	    width: 48%;
	    text-align: center;
	    color: #4b648b;
	    text-decoration: none;
	}

	.egesz_link {
	    display: block;
	    margin: 5px 3px;
	    border: solid 1px #4b648b;
	    background-color: #e9edf4;
	    padding: 5px;
	    float: left;
	    width: 100%;
	    text-align: center;
	    color: #4b648b;
	    text-decoration: none;
	}

	.info {
	    display: block;
	    margin: auto;
	    max-width: 80%;
	    border: solid 1px #4b648b;
	    background-color: white;
	    padding: 5px;
	    color: #4b648b;
	    text-decoration: none;
	}

	.szazalek45 {
	    width: 45%;
	    float: left;
	}

	.buttonPurchase {
	    font-size: 1.3rem;
	}

	.menu {
	    padding: 1px 1px 1px 15px;
	}

	.menu_link {
	    display: block;
	    color: #4b648b;
	    text-decoration: none;
	    padding: 3px;

	}

	.menu_span {
	    font-weight: bold;
	}

	.nav-mobile {
	    display: block;
	    float: left;
	    width: 25%;
	    height: auto;
	    padding: 5px;
	    margin-bottom: 150px;
	}

	.nav {
	    display: none;
	}

	.navclose {
	    display: none;
	}

	.opennav {
	    display: none;
	}

	.focim {
	    text-shadow: 3px 3px 20px black;
	    font-size: 200%;
	    line-height: 130%;
	    font-weight: normal;
	    padding: 15px 0 0 0;
	    text-transform: uppercase;
	    text-decoration: none;
	    color: #4b648b;
	    text-align: justify;
	}

	.focim_div {
	    padding: 10px;
	}


	.removeDiv {
	    display: none;
	}

	.basketbutton {
	    z-index: 20;
	    position: fixed;
	    color: #e9edf4;
	    width: auto;
	    height: auto;
	    right: -1010px;
	    bottom: 0px;
	    overflow-y: auto;
	    cursor: pointer;
	    border: 1px solid #4b648b;
	    box-shadow: 1px 1px 5px grey;
	}

	.basketbutton2 {
	    z-index: 1;
	    position: fixed;
	    color: #e9edf4;
	    width: auto;
	    height: auto;
	    right: 10px;
	    bottom: 0px;
	    overflow-y: auto;
	    cursor: pointer;
	    padding: 5px;
	    border-style: solid;
	    border-width: 1px;
	    border-bottom-style: none;
	    border-color: #4b648b;
	    border-radius: 8px 8px 0px 0px;
	    box-shadow: 1px 1px 5px grey;

	    background: linear-gradient(-0deg, #4b648b, #4b648b, #DC143C);
	    background-size: 100% 400%;
	    animation: gradient 1s ease infinite;
	}

	@keyframes gradient {
	    0% {
	        background-position: 0% 0%;
	    }

	    50% {
	        background-position: 0% 100%;
	    }

	    100% {
	        background-position: 0% 0%;
	    }
	}

	@media screen and (max-width: 1200px) {

	    .basketbutton {
	        right: 20px;
	    }

	    .full {
	        width: 100%;
	    }

	    .content {
	        width: 100%;
	        min-height: 100vh;
	    }

	    .basket {
	        position: fixed;
	        bottom: -100%;
	        /* Start off-screen */
	        width: 100%;
	        height: 0;
	        transition: 0.5s;
	        -webkit-transition: bottom 0.5s ease;
	    }

	    .basketclose {
	        display: block;
	        position: fixed;
	        top: 10px;
	        right: 20px;
	        font-size: 36px;
	        margin-left: 50px;
	        text-decoration: none;
	        color: #ffffff;
	    }

	    .scroll {
	        z-index: 2;
	        position: fixed;
	        background-color: white;
	        color: black;
	        width: 70%;
	        height: 100px;
	        left: -10px;
	        bottom: -10px;
	        overflow: none;
	        box-shadow: 10px -10px 10px white;
	    }
	}

	@media screen and (max-width: 1000px) {
	    .footer {
	        width: 100%;
	    }

	    .basket {
	        position: fixed;
	        bottom: -100%;
	        /* Start off-screen */
	        width: 100%;
	        height: 0;
	        transition: 0.5s;
	        -webkit-transition: bottom 0.5s ease;
	    }

	    .buttonPurchase {
	        font-size: 1.6rem;
	    }

	    .back_to_top {
	        display: block;
	        position: fixed;
	        bottom: 20px;
	        left: 20px;
	        z-index: 50;
	        background-color: #4b648b5d;
	        color: #e9edf4;
	        border: 1px solid #4b648b;
	        border-radius: 50%;
	        padding: 10px;
	        text-align: center;
	        text-decoration: none;
	        font-size: 20px;
	    }

	    /*  .nav-mobile {
	        display: block;
	        float: left;
	        width: 25%;
	        height: auto;
	        padding: 5px;
	        margin-bottom: 150px;
	        background-color: white;
	    } */

	    .nav-mobile {
	        z-index: 2;
	        position: fixed;
	        width: 0;
	        height: 120%;
	        top: 0;
	        left: -5000px;
	        transition: 0.5s;
	        -webkit-transition: bottom 0.5s ease;
	        padding: 5px;
	        overflow-y: auto;
	        padding-bottom: 200px;
	    }

	    .navclose {
	        display: block;
	        position: absolute;
	        top: 0;
	        right: 25px;
	        font-size: 36px;
	        margin-left: 50px;
	        text-decoration: none;
	        color: #4b648b;
	    }

	    .opennav {
	        display: block;
	        float: left;
	        text-align: center;
	        line-height: 130%;
	        font-weight: normal;
	        padding: 5px;
	        margin: 5px 5px 5px 0px;
	        border-style: solid;
	        border-width: 1px;
	        border-left-style: none;
	        border-color: #4b648b;
	        border-radius: 0px 8px 8px 0px;
	        background-color: #ffffff;
	        box-shadow: 1px 1px 5px grey;
	    }

	    .opennav_hamburger {
	        display: block;
	        font-size: 250%;
	        margin: 7px;
	    }

	    .nev {
	        padding: 5px 5px 5px 0px;
	    }

	    .focim_div {
	        /*  float: left; */
	        padding: 10px;
	        width: 80%;
	        min-height: 70px;
	    }

	    .content {
	        width: 100%;
	        min-height: 100vh;
	    }

	    .contentLeft60 {
	        width: 55%;
	    }

	    .contentRight40 {
	        width: 45%;
	    }
	}

	@media screen and (max-width: 800px) {
	    .focim {
	        font-size: 160%;
	        padding: 0;
	    }

	    .content {
	        width: 100%;
	        min-height: 100vh;
	    }

	    .basket {
	        position: fixed;
	        bottom: -100%;
	        /* Start off-screen */
	        width: 100%;
	        height: 0;
	        transition: 0.5s;
	        -webkit-transition: bottom 0.5s ease;
	    }
	}

	@media screen and (max-width: 600px) {
	    .basket {
	        position: fixed;
	        bottom: -100%;
	        /* Start off-screen */
	        width: 100%;
	        height: 0;
	        transition: 0.5s;
	    }

	    .focim {
	        font-size: 120%;
	        padding: 0;
	    }

	    .contentLeft60 {
	        width: 100%;
	    }

	    .contentRight40 {
	        width: 100%;
	    }

	    .contentLeft48 {
	        width: 100%;
	    }

	    .contentRight48 {
	        width: 100%;
	    }

	    .content {
	        width: 100%;
	        min-height: 100vh;
	    }
	}