body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: url(hatter8.jpg);
    background-repeat: repeat;
    color: #161616;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

iframe {
    border: none;
    width: 100%;
    height: auto;
    min-height: 800px;
    max-height: 1500px
}

a {
    color: #9b0000;
    text-decoration: none;
}

a:hover {
    color: #f73939;
    text-decoration: none;
}

h1 {
    font-size: 26px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th {
    background-color: #8c0000;
    color: #f2f2f2;
    padding: 5px 0;
}

.table td {
    padding: 4px 0;
}

.table tr {
    border-bottom: 1px solid #888;
}

.validation-summary-errors {
    color: #cb0000;
    font-size: 25px;
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], input[type="tel"], select {
    padding: 6px 6px;
    background-color: #f2f2f2;
    color: #161616;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
}

select {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="number"]:hover, input[type="tel"]:hover, select:hover {
    border: 1px solid #9b0000;
}

input[type="submit"]:not(.search-button) {
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    float: left;
    -moz-appearance: textfield;
}

input:focus {
    outline: 1px solid #9b0000;
}

.quantity2 {
    float: left;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 35px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ccc;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #ccc;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 57%;
}

.btn-sub-zold {
    background-color: #0d8300;
    color: #f2f2f2;
    transition: 0.3s;
    font-size: 20px;
}

.btn-sub-zold:hover {
    background-color: #13c300;
    color: #f2f2f2;
}

.btn-sub-zold:disabled {
    background-color: #939393;
}

.btn-sub-zold:disabled:hover {
    cursor: not-allowed;
}

.btn-uj {
    display: table;
    margin: auto;
    margin-bottom: 15px;
    background-color: #0d8300;
    color: #f2f2f2;
    padding: 6px 10px;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-uj:hover {
    background-color: #11ad00;
    cursor: pointer;
}

.btn-uj-small {
    display: table;
    color: #0d8300;
    font-size: 26px;
    transition: 0.3s;
}

.btn-uj-small:hover {
    color: #11ad00;
    cursor: pointer;
}

.btn-mentes {
    width: 100px;
    background-color: #0d8300;
    color: #f2f2f2;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    font-size: 20px;
    text-decoration: none;
}

.btn-mentes:hover {
    background-color: #14c700;
    text-decoration: none;
    cursor: pointer;
}

.btn-vissza {
    width: 100px;
    background-color: #0055b1;
    color: #f2f2f2;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    font-size: 20px;
    text-decoration: none;
}

.btn-vissza:hover {
    background-color: #3f8de2;
    text-decoration: none;
    cursor: pointer;
}

.topnav {
    background-color: #8c0000;
    transition: 0.3s;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 4;
	height: 51px;
}

.hidden-frissit {
    position: fixed;
    top: 97.5%;
    left: 0;
    display: table;
    float: left;
    padding: 3px 8px;
    color: transparent;
    transition: 0.3s;
    transition-delay: 3s;
}

.hidden-frissit:hover {
    background-color: #ffea00;
    color: #161616;
}

.hidden-kosarba {
    margin: 0 25%;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding-bottom: 10px;
}

.hidden-kosarba-header {
    padding: 5px 0;
    background-color: #b90000;
    color: #f2f2f2;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hidden-kosarba-content {
    padding: 0 5%;
    text-align: center;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.topnav a:hover {
    background-color: #c90000;
    color: #f2f2f2;
    text-decoration: none;
}

.topnav .kosar {
    padding: 10px 8px 2px 8px;
    font-size: 34px;
}

.topnav .right {
    float: right;
}

.topnav .first {
    display: none;
}

.topnav .icon {
    font-size: 20px;
    display: none;
}

.dropdown {
    display: inline-block;
    overflow: hidden;
}

.dropbtn {
    color: #f2f2f2;
    padding: 14px 16px;
    font-size: 16px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.dropdown-content {
    max-height: 0;
    position: absolute;
    right: 0;
    background-color: #c90000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.dropdown-content a {
    float: none;
    color: #f2f2f2;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ff3737;
    color: #F2F2F2;
}

.dropdown:hover .dropdown-content {
    max-height: 1000px;
}

.dropdown:hover .dropbtn {
    background-color: #c90000;
    cursor: pointer;
}

.form-egesz {
    margin: auto;
    width: 50%;
    max-width: 400px;
}

.form-resz {
    margin-bottom: 20px;
}

.form-gombok {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-form-mentes {
    outline: 0;
    border: 0;
    background-color: #198300;
    color: #f2f2f2;
    padding: 4px 10px;
    transition: 0.3s;
    margin-right: 5px;
    font-size: 20px;
}

.btn-form-mentes:hover {
    background-color: #0f4e00;
}

.btn-form-mentes:disabled {
    background-color: #8a8a8a;
}

.btn-form-mentes:disabled:hover {
    background-color: #8a8a8a;
    cursor: default;
}

.btn-form-megse {
    outline: 0;
    border: 0;
    background-color: #0652dc;
    color: #f2f2f2;
    padding: 4px 10px;
    transition: 0.3s;
    border-radius: 5px;
    font-size: 20px;
}

.btn-form-megse:hover {
    background-color: #003697;
    cursor: pointer;
}

.text-danger {
    color: #8c0000;
}

.registerend {
    width: 60%;
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    font-size: 20px;
}

.hidden-menu {
    position: fixed;
    top: -150%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: auto;
    padding-top: 20%;
    background-color: rgba(0,0,0,0.8);
    transition: 0.3s;
}

.hidden-menu-links {
	display: table;
	margin: auto;
	text-align: center;
}

.hidden-menu-links a {
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 12px 30px;
	text-decoration: none;
	font-size: 30px; 
	border-radius: 4px;
	transition: 0.3s;
}

.hidden-menu-links a:hover {
	background-color: #8c0000;
}

.hidden-menu .close {
	margin-top: -17%;
	margin-right: 5%;
	float: right;
	font-size: 35px;
	color: #f2f2f2;
	transition: 0.3s;
	padding: 5px 7px;
	border-radius: 7px;
}

.hidden-menu .close:hover {
	cursor: pointer;
	background-color: #8c0000;
}

.header {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
}

.welcome-message {
    font-size: 35px;
    color: #f2f2f2;
    padding: 30px 0px;
    text-align: center;
    background-color: #9b0000;
    border-radius: 10px;
    margin-bottom: 50px;
}

.nyitvatartas {
    margin: auto;
    font-size: 20px;
    border-collapse: collapse;
    width: 40%;
}

.nyitvatartas tr {
    border: none;
}

.nyitvatartas th {
    background-color: #9b0000;
    color: #f2f2f2;
    font-size: 25px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 2;
    border: none;
}

.nyitvatartas td {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    line-height: 2;
    padding-left: 10px;
    padding-right: 10px;
}

.content {
    margin: 0 3% 0 3%;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 94%;
    overflow: hidden;
}

.left-menu {
    float: left;
    width: 30%;
    text-align: center;
    overflow: hidden;
}

.right-menu {
    float: left;
    text-align: left;
    width: 68%;
    padding-left: 2%;
    overflow: hidden;
}

.usertype-select {
    display: table;
    width: 200px;
    background-color: #9b0000;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 0px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 24px;
    transition: 0.3s;
}

.usertype-select:hover {
    background-color: #c90000;
    transform: scale(1.3);
}

.loading-gif {
    display: table;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.group1 {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.group2 {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.menus1 {
    width: 85%;
    background-color: #AFCACF;
    border: 1px solid #2da4ed;
    margin-top: 5px;
    transition: 0.3s;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.menus1:hover {
    border: 1px solid #9b0000;
}

.menus1:first-child {
    margin-top: 0;
}

.menus2 {
    width: 75%;
    background-color: #7db7ff;
    border: 1px solid #2da4ed;
    transition: 0.3s;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 2px;
}

.menus2:hover {
    border: 1px solid #9b0000;
}

.menus3 {
    width: 65%;
    background-color: #3078d1;
    border: 1px solid #2da4ed;
    transition: 0.3s;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 2px;
}

.menus3:hover {
    border: 1px solid #9b0000;
}

.aktiv {
    background-color: #9b0000;
    border: 1px solid #9b0000;
}

.menus1 a, .menus2 a, .menus3 a {
    color: #161616;
    text-decoration: none;
    transition: 0.3s;
}

.aktiv a {
    color: #f2f2f2;
    text-decoration: none;
    transition: 0.3s;
}

.menus1 a:hover, .menus2 a:hover, .menus3 a:hover, .active a:hover {
    text-decoration: none;
}

.menus-link {
    padding: 10px 0;
}

.tovabbi-szurok {
    margin-top: 40px;
    text-align: left;
    background-color: #c9e1ff;
    border: 1px solid #2da4ed;
    padding: 10px 0;
    border-radius: 10px;
}

.tovabbi-szurok-caption {
    text-align: center;
    transition: 0.3s;
    font-size: 20px;
}

.tovabbi-szurok-caption:hover {
    cursor: pointer;
    color: #9b0000;
}

.tovabbi-szurok-container {
    max-height: 0;
    transition: 0.6s;
    padding: 0 5%;
}

.tovabbi-szurok-resz {
    margin-bottom: 15px;
}

.tovabbi-szurok-resz-caption {
    font-weight: bold;
}

.tovabbi-szurok-resz-szur {
    padding-left: 10px;
}

.products {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2px 0;
    margin: auto;
    margin-bottom: 5px;
    overflow: hidden;
    transition: 0.3s;
    vertical-align: middle;
}

.products:hover {
	background-color: #9b0000;
	border: 1px solid #9b0000;
	color: #f2f2f2;
}

.products:hover .product-info-button {
    color: #f2f2f2;
}

.products:hover .product-order-button {
    color: #f2f2f2;
}

.products:hover .product-akcios-button {
    color: #f2f2f2;
}

.product-name {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2%;
    width: 35%;
}

.product-price1 {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 2%;
    width: 10%;
    text-align: right;
}

.product-netto {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 2%;
    width: 10%;
    text-align: right;
}

.product-price2 {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 2%;
    width: 10%;
    text-align: right;
}

.product-info {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 2%;
    width: 10%;
    text-align: center;
}


.product-q {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 2%;
    width: 10%;
    text-align: right;
}

.product-order {
    padding-top: 3px;
    padding-right: 2%;
    width: 10%;
    text-align: right;
}

.product-order-button {
    background-color: transparent;
    color: #161616;
    font-size: 20px;
    border-radius: 5px;
    padding: 3px;
    overflow: hidden;
    transition: 0.3s;
    border: none;
}

.products:hover .product-order-button:hover {
    background-color: #0d8300;
    border-color: #0d8300;
    color: #f2f2f2;
    cursor: pointer;
}

.product-info-button {
    color: #f2f2f2;
    font-size: 16px;
    transition: 0.3s;
    border-radius: 5px;
    background-color: #003d9c;
    padding: 4px 8px;
}

.products:hover .infogomb {
    color: #f2f2f2;
}

.products:hover .infogomb:hover {
    transform: scale(1.7);
    color: #52d4ff;
}

.products:hover .product-info-button:hover {
    background-color: #2c57ff;
    color: #f2f2f2;
}

.product-akcios-button {
    color: #f2f2f2;
    font-size: 16px;
    transition: 0.3s;
    border-radius: 5px;
    background-color: #ffa400;
    padding: 4px 8px;
}

.products:hover .product-akcios-button:hover {
    background-color: #bf8b2c;
    color: #f2f2f2;
}

.product2-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.products2 {
    width: 250px;
    background-color: #0BB7B7;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    overflow: hidden;
    transition: 0.3s;
    -webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
    vertical-align: middle;
}

.products2:hover {
	background-color: #9b0000 !important;
	border: 1px solid #9b0000;
	color: #f2f2f2;
}

.product2-order-button {
	background-color: #0d8300;
}

.products2:hover .product2-order-button:hover {
	background-color: #2ac419;
	color: #f2f2f2;
	cursor: pointer;
}

.product2-order-button:hover {
	background-color: #2ac419;
	color: #f2f2f2;
	cursor: pointer;
}

.products2:hover .product2-info-button {
	color: #f2f2f2;
}

.products2:hover .product2-order-button {
	color: #f2f2f2;
}

.products2:hover .product2-akcios-button {
	color: #f2f2f2;
}

.product2-thumb {
    width: 100%;
    height: 150px;
    text-align: center;
}

.product2-name {
    width: 96%;
    padding: 2%;
    height: 40px;
}

.product2-price1 {
    width: 96%;
    padding: 2%;
    margin-bottom: 5px;
    overflow: hidden;
}

.product2-netto {
    width: 96%;
    padding: 2%;
}

.product2-price2 {
    width: 96%;
    padding: 2%;
}

.product2-info {
    width: 96%;
    padding: 2%;
    text-align: right;
}

.product2-q {
    width: 96%;
    padding: 2%;
}

.input-pr-q {
    background-color: #fff;
    width: 80px;
}

.product2-order {
    width: 96%;
    padding: 2%;
}

.product2-order-button {
    display: table;
    background-color: #0d8300;
    color: #f2f2f2;
    border-radius: 5px;
    padding: 4px 25px;
    overflow: hidden;
    transition: 0.3s;
    margin: auto;
    margin-top: 3px;
    border: none;
    margin-bottom: 5px;
}

.infogomb {
    display: inline-block;
    color: #333;
    font-size: 16px;
    transition: 0.3s;
    font-size: 20px;
}

.product2-info-button {
    color: #f2f2f2;
    font-size: 14px;
    transition: 0.3s;
    border-radius: 5px;
    background-color: #0000FF;
    padding: 4px 8px;
}

.products2:hover .infogomb {
    color: #f2f2f2;
}

.products2:hover .infogomb:hover {
    transform: scale(1.7);
    color: #52d4ff;
}

.products2:hover .product2-info-button:hover {
    background-color: #2c57ff;
    color: #f2f2f2;
}

.product2-akcios-button {
    color: #f2f2f2;
    font-size: 16px;
    transition: 0.3s;
    border-radius: 5px;
    background-color: #ffa400;
    padding: 4px 8px;
}

.products2:hover .product2-akcios-button:hover {
    background-color: #bf8b2c;
    color: #f2f2f2;
}

.info-modal {
    display: none;
    position: fixed;
    z-index: 101;
    padding-top: 15%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.arak-modal {
    display: none;
    position: fixed;
    z-index: 101;
    padding-top: 20%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.bezar {
    padding-top: 1%;
    position: absolute;
    font-size: 25px;
    left: 61%;
    transition: 0.3s;
    color: #f2f2f2;
}

.bezar:hover {
    transform: scale(1.3);
    cursor: pointer;
}

.bezar-info {
    padding-top: 8px;
    position: absolute;
    font-size: 25px;
    left: 89%;
    transition: 0.3s;
    color: #f2f2f2;
}

.bezar-info {
    padding-top: 8px;
    position: absolute;
    font-size: 25px;
    left: 89%;
    transition: 0.3s;
    color: #f2f2f2;
}

.bezar-info:hover {
    transform: scale(1.3);
    cursor: pointer;
}

.informaciok {
    background-color: #9f2222;
    color: #f2f2f2;
    margin: auto;
    padding-bottom: 40px;
    border: 1px solid #888;
    width: 85%;
    height: 90%;
}

.informaciok-small {
    background-color: #9f2222;
    color: #f2f2f2;
    margin: auto;
    padding-bottom: 40px;
    border: 1px solid #888;
    width: 40%;
    height: auto;
}

.informaciok-header {
    background-color: #780b0b;
    color: #f2f2f2;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.informaciok-termek {
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
}

.informaciok-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.informaciok-tipusok {
    min-width: 300px;
    width: 40%;
    padding: 10px;
}

.informaciok-kepek {
    min-width: 300px;
    width: 40%;
    padding: 10px;
    text-align: center;
}

.informaciok-kepek img:hover {
    cursor: zoom-in;
}

.informaciok-lapozas {
    display: table;
    margin: auto;
    margin-top: 5px;
}

.informaciok-keplapoz-vissza, .informaciok-keplapoz-elore {
    display: inline-block;
    font-size: 30px;
    transition: 0.1s;
    color: #f2f2f2;
}

.informaciok-keplapoz-vissza:hover, .informaciok-keplapoz-elore:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.arak {
    background-color: #9f2222;
    color: #f2f2f2;
    margin: auto;
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #888;
    width: 25%;
}

.ar {
    display: table;
    margin: auto;
    margin-top: 10px;
    font-size: 20px;
}

.ar:first-child {
    margin-top: 50px;
}

.searchbar {
    margin-bottom: 30px;
    display: inline-block;
}

.search-input {
    width: 60%;
    margin-top: 5px;
}

.search-button {
    font-size: 20px;
    width: 30%;
    min-width: 100px;
    background-color: #9b0000;
    color: #f2f2f2;
    border: none;
    border-radius: 5px;
    padding: 6px 3px;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 5px;
}

.search-button:hover {
    background-color: #ef0000;
}

.search-button:disabled {
    background-color: #ddd;
    color: #666;
    cursor: not-allowed;
}

.fo-form {
    width: 100%;
}

.resz-form {
    display: table;
    margin: auto;
    margin-bottom: 10px;
}

.kapcsolat-ceg {
    display: table;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    padding: 30px 0;
    width: 50%;
    background-color: #8c0000;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 2;
    border-radius: 20px;
}

.kapcsolatok {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.kapcsolat-resz {
    min-width: 250px;
    width: 30%;
    margin: 0 2% 3% 2%;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.kapcsolat-ikon {
    float: left;
    font-size: 30px;
    padding: 5px 5px 5px 5px;
    border-right: 1px solid #ddd;
    overflow: hidden;
}

.kapcsolat-szoveg {
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
}

.pagination-container {
    display: table;
    margin: auto;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 20px;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #161616;
    text-decoration: none;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #f2f2f2;
    background-color: #9b0000;
    border-color: #9b0000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #f2f2f2;
    cursor: default;
    background-color: #670000;
    border-color: #670000;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #f2f2f2;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.kosar-telephely {
    text-align: center;
}

.kosar-db {
    background: #00a90f;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    right: 183px;
    /*top: 352px;*/
    position: absolute;
    width: 25px;
    height: 25px;
}

.kosar-table {
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px;
    margin: auto;
    margin-bottom: 5px;
    overflow: hidden;
    transition: 0.3s;
    vertical-align: middle;
}

.kosar-table:hover:not(.nothover) {
    background-color: #9b0000;
    border: 1px solid #9b0000;
    color: #f2f2f2;
}

.kosar-product-id {
    width: 0px;
}

.kosar-product-name {
    padding-left: 2%;
    width: 45%;
}

.kosar-product-price {
    padding-right: 2%;
    width: 20%;
    text-align: left;
}

.kosar-product-q {
    padding-right: 2%;
    width: 20%;
    text-align: right;
}

.kosar-product-torol {
    padding-right: 2%;
    width: 15%;
    text-align: right;
}

.kosar-ossz-bal {
    padding: 10px 0 10px 29%;
}

.kosar-ossz-jobb {
    padding: 10px 29% 10px 0;
}

.btn-kosar-torol {
    display: table;
    font-size: 20px;
    padding: 2px 4px;
    transition: 0.3s;
    color: #161616;
    border-radius: 3px;
}

.btn-kosar-torol:hover {
    background-color: #fff200;
    color: #161616;
}

.btn-rendeles-torol {
    display: inline-block;
    font-size: 20px;
    padding: 5px 8px;
    transition: 0.3s;
    color: #161616;
    border-radius: 3px;
    margin: auto;
}

.btn-rendeles-torol:hover {
    background-color: #9b0000;
    color: #f2f2f2;
}

.btn-rendeles-modosit {
    display: inline-block;
    font-size: 20px;
    padding: 5px 8px;
    transition: 0.3s;
    color: #161616;
    border-radius: 3px;
    margin: auto;
}

.btn-rendeles-modosit:hover {
    background-color: #003d9c;
    color: #f2f2f2;
}

.btn-edit {
    display: inline-block;
    padding: 4px;
    background-color: #0f4874;
    color: #f2f2f2;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-edit:hover {
    background-color: #0063b0;
    cursor: pointer;
}

.kosar-megjegy-contanier {
    display: table;
    margin: auto;
    width: 100%;
    overflow: hidden;
}

.kosar-kedv {
    display: table;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kosar-megjegy {
    background-color: #f2f2f2;
    border: 1px solid #9b0000;
    border-radius: 5px;
    height: 100px;
    width: 99%;
    resize: vertical;
}

.balgomb {
    float: left;
}

.jobbgomb {
    float: right;
}

.rendeles-kesz {
    width: 100%;
    border-radius: 10px;
    color: #f2f2f2;
    background-color: #0d8300;
    padding: 40px 0;
    text-align: center;
    font-size: 20px;
}

.rendeles-hiba {
    width: 100%;
    border-radius: 10px;
    color: #f2f2f2;
    background-color: #9b0000;
    padding: 40px 0;
    text-align: center;
    font-size: 20px;
}

.rendelesek {
    width: 100%;
    margin-bottom: 2px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    transition: 0.3s;
}

.rendelesek:hover .rendeles-allapot, 
.rendelesek:hover .rendeles-szam, 
.rendelesek:hover .rendeles-szallhely, 
.rendelesek:hover .rendeles-datum, 
.rendelesek:hover .rendeles-ar, 
.rendelesek:hover .rendeles-muveletek {
    background-color: #aaa;
    border-color: #aaa;
    color: #161616;
    cursor: pointer;
}

.rendeles-allapot {
    width: 20%;
    display: inline-block;
    background-color: #f2f2f2;
    color: #161616;
    margin: 0;
    padding: 10px 4px 10px 8px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    word-break: break-all;
    transition: 0.3s;
}

.rendeles-torolve {
    width: 20%;
    background-color: #9b0000;
    color: #f2f2f2;
    margin: 0;
    padding: 10px 4px 10px 8px;
    border-top: 1px solid #9b0000;
    border-bottom: 1px solid #9b0000;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    word-break: break-all;
    transition: 0.3s;
}

.rendeles-kiszallitva {
    width: 20%;
    background-color: #0d8300;
    color: #f2f2f2;
    margin: 0;
    padding: 10px 4px 10px 8px;
    border-top: 1px solid #0d8300;
    border-bottom: 1px solid #0d8300;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    word-break: break-all;
    transition: 0.3s;
}

.rendeles-megrendelve {
    width: 20%;
    background-color: #003d9c;
    color: #f2f2f2;
    margin: 0;
    padding: 10px 4px 10px 8px;
    border-top: 1px solid #003d9c;
    border-bottom: 1px solid #003d9c;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    word-break: break-all;
    transition: 0.3s;
}

.rendeles-szam {
    width: 20%;
    background-color: #f2f2f2;
    color: #161616;
    margin: 0;
    padding: 10px 4px 10px 4px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    word-break: break-all;
    transition: 0.3s;
}

.rendeles-szallhely {
    width: 20%;
    background-color: #f2f2f2;
    color: #161616;
    margin: 0;
    padding: 10px 4px 10px 4px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    word-break: break-all;
    transition: 0.3s;
}

.rendeles-datum {
    width: 20%;
    background-color: #f2f2f2;
    color: #161616;
    margin: 0;
    padding: 10px 4px 10px 4px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    word-break: break-all;
    transition: 0.3s;
}

.rendeles-ar {
    width: 10%;
    background-color: #f2f2f2;
    color: #161616;
    margin: 0;
    padding: 10px 4px 10px 4px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: right;
    word-break: break-all;
    transition: 0.3s;
}

.rendeles-muveletek {
    width: 10%;
    background-color: #f2f2f2;
    color: #161616;
    margin: 0;
    padding: 5px 8px 5px 4px;
    border: 1px solid #ddd;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    word-break: break-all;
    transition: 0.3s;
}

.reszletek-fejlec-torolve {
    background-color: #9b0000;
    color: #f2f2f2;
    display: table;
    margin: auto;
    padding: 18px 50px;
    border-radius: 6px;
    font-size: 24px;
    margin-bottom: 40px;
}

.reszletek-fejlec-kiszallitva {
    background-color: #0d8300;
    color: #f2f2f2;
    display: table;
    margin: auto;
    padding: 15px 40px;
    border-radius: 6px;
    font-size: 24px;
    margin-bottom: 40px;
}

.reszletek-fejlec-megrendelve {
    background-color: #003d9c;
    color: #f2f2f2;
    display: table;
    margin: auto;
    padding: 15px 40px;
    border-radius: 6px;
    font-size: 24px;
    margin-bottom: 40px;
}

.footer {
    width: 100%;
    color: #777;
    text-align: center;
    margin-bottom: 8px;
}

.footer a {
    color: #777;
    text-decoration: none;
    transition: 0.3s;
}

.footer a:hover {
    background-color: #9b0000;
    color: #f2f2f2;
    padding: 4px 20px;
    border-radius: 6px;
    text-decoration: none;
}

.kosarba {
    display: none;
    position: fixed;
    z-index: 101;
    padding-top: 20%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.anim-box {
    display: table;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    padding: 50px;
    padding-top: 0;
    padding-bottom: 30px;
}

.anim-box-text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 40px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.hidden-div {
    display: none;
    position: fixed;
    z-index: 101;
    padding-top: 250px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.hidden-div-content {
    margin: auto;
    display: block;
    width: 95%;
    max-width: 700px;
    background-color: #5f9eba;
    color: #f2f2f2;
    border-radius: 10px;
    padding: 20px 0 10px 0;
}

.torles-szoveg {
    font-size: 20px;
    color: #850b0b;
    text-align: center;
}

.torles-gombok {
    display: table;
    margin: auto;
    margin-top: 30px;
    padding: 10px;
}

.torles-igen {
    display: inline-block;
    background-color: #850b0b;
    color: #f2f2f2;
    border-radius: 4px;
    padding: 5px;
    width: 100px;
    border: none;
    transition: 0.3s;
    margin-right: 10px;
}

.torles-igen:hover {
    background-color: #de2121;
    cursor: pointer;
}

.torles-nem {
    display: inline-block;
    background-color: #0048ca;
    color: #f2f2f2;
    border-radius: 4px;
    padding: 5px;
    width: 100px;
    text-align: center;
    transition: 0.3s;
    margin-left: 10px;
    font-size: 20px;
}

.torles-nem:hover {
    background-color: #00649d;
    cursor: pointer;
}

.korhatar-div {
    position: fixed;
    z-index: 101;
    padding-top: 250px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.95);
    transition: 0.3s;
}

.korhatar-div-content {
    margin: auto;
    display: block;
    width: 95%;
    max-width: 900px;
background-color: #F2F2F2;
    border-radius: 10px;
}

.korhatar-div-fejlec {
    text-align: center;
    background-color: #f2f2f2;
    color: #f2f2f2;
    font-size: 24px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 8px 0px;
    margin-bottom: 25px;
}

.korhatar-div-szoveg {
    text-align: center;
    font-size: 20px;
}

.korhatar-div-gombok {
    display: table;
    margin: auto;
    margin-top: 30px;
    padding: 10px;
}

.korhatar-div-igen {
    display: inline-block;
    padding: 6px;
    width: 250px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    background-color: #127c00;
    color: #f2f2f2;
    margin-right: 10px;
    text-align: center;
}

.korhatar-div-nem {
    display: inline-block;
    padding: 6px;
    width: 250px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    background-color: #9b0000;
    color: #f2f2f2;
    margin-left: 10px;
    text-align: center;
}

.korhatar-div-igen:hover {
    background-color: #1bbd00;
}

.korhatar-div-nem:hover {
    background-color: #c90000;
}

.mapouter {
    display: table;
    margin: auto;
    text-align: right;
    height: 400px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    border: 2px solid #8c0000;
}

.BigImg {
    display: none;
    position: fixed;
    z-index: 101;
    padding: 5% 0 0 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    text-align: center;
}

.BigImg img {
    max-height: 90%;
    max-width: 90%;
}

.closeimg {
    position: fixed;
    z-index: 102;
    left: 97%;
    top: 3%;
    color: #f2f2f2;
    font-size: 22px;
    transition: 0.3s;
}

.closeimg:hover {
    transform: scale(1.4);
    cursor: pointer;
}

.imgwidth {
    width: 90%;
    height: auto;
}

.imgheight {
    width: auto;
    height: 90%;
}

.kosar-osszesito {
    background-color: #8c0000; 
    color: #f2f2f2;
    border: none;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

@media screen and (max-width: 965px) {
    .topnav.responsive {
        position: relative;
        max-height: 1000px;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a:not(.first) {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: left;
        display: block;
    }

    .dropdown {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .content {
        margin: 0 1% 0 1%;
        margin-top: 40px;
        margin-bottom: 50px;
        width: 98%;
        overflow: hidden;
    }

    .right-menu {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .left-menu {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .products {
        width: 100%;
    }

    .header {
        max-height: 200px;
    }

    .arak-modal {
        padding-top: 50%;
    }

    .arak {
        width: 80%;
    }

    .bezar {
        left: 89%;
    }

    .kosar-megjegy {
        width: 98%;
    }

    .balgomb {
        display: table;
        float: none;
        margin: auto;
    }

    .jobbgomb {
        display: table;
        float: none;
        margin: auto;
        margin-bottom: 6px;
    }

    .korhatar-div-nem, .korhatar-div-igen {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 5px;
    }

    .kosar-ossz-bal {
        padding: 10px 0 10px 2%;
    }

    .kosar-ossz-jobb {
        padding: 10px 2% 10px 0;
    }

    .informaciok {
        width: 90%;
        height: 90%;
    }

    .informaciok-small {
        width: 90%;
    }

    .kapcsolat-ceg {
        width: 90%;
    }

    .kapcsolat-resz {
        width: 90%;
    }

    .product2-container {
        justify-content: center;
    }
}
