body,
img,
a,
form,
p,
input,
textarea,
select {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

* {
	outline: none;
}

textarea {
	resize: vertical;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	background-color: #ececec;
}

.alignLeft {
	text-align: left !important;
}

.alignCenter {
	text-align: center !important;
	margin: 0 auto !important;
}

.alignRight {
	text-align: right !important;
}

.block {
	padding: 10px 0;
	font-family: 'Arial', sans-serif;
}

.clr {
	clear: both;
	height: 0;
}

.no-padding {
	padding: 0px;
}

.no-bg {
	background: none !important;
}

.checkbox label:after,
.radio label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr,
.radio .cr {
	position: relative;
	display: block;
	border: 1px solid #bdbdbd;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: .5em;
	margin-top: .2em;
	border-radius: 3px;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
	position: absolute;
	font-size: .6em;
	line-height: 0;
	top: 50%;
	left: 10%;
}

.radio .cr .cr-icon {
	margin-left: 0.04em;
}

.radio label,
.checkbox label {
	padding-left: 0px;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
	opacity: .5;
}

.radio,
.checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
}

.btn-primary {
	border: 0px;
	background-color: #d7408b;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
}

.img-responsive {
	display: inline-block;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.container {
	width: 1655px;
	max-width: 1655px;
}

.container.container-content {
	width: 1200px;
	max-width: 1200px;
}

.navbar-brand {
	display: none;
}

.navbar-expand-lg {
	background-color: #FFFFFF;
}

.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-dark {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.navbar-dark .navbar-nav .nav-item {
	padding-left: 9px;
	padding-right: 9px;
}

.navbar-dark .navbar-nav .nav-item:first-child {
	padding-left: 0px;
}

.navbar-dark .navbar-nav .nav-link {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #070506;
	padding: 15px 0px;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #d7408b;
}

.navbar-dark .navbar-nav .nav-link:focus {
	color: #070506;
}

.navbar-dark .navbar-nav .nav-item.show {
	background-color: #d7408b;
	border-bottom: 1px solid #c1397d;
}

.navbar-dark .navbar-nav .show > .nav-link {
	color: #FFF;
}

.dropdown-menu {
	border: 1px solid #d84b91;
	border-top-color: #d84b91;
	border-radius: 0px;
	background-color: #d7408b;
	margin-top: 1px;
}

.dropdown-item {
	padding-left: 9px;
	padding-right: 9px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
}

.dropdown-menu.user-menu {
	border: 1px solid #d4d4d4;
	border-radius: 0px;
	background-color: #FFF;
	margin-top: 1px;
}

.top-head {
	width: 100%;
	min-height: 31px;
	border-top: 4px solid #d7408b;
	background-color: #d2d2d2;
}

.top-head ul li {
	padding: 0px 10px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #989898;
}

.top-head ul li a {
	color: #989898 !important;
}

.top-head ul li a:hover {
	color: #d7408b !important;
}

.top-other {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 32px;
	padding-bottom: 32px;
}

.top-col {
	margin: 0px 15px;
	color: #070506;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.top-col a {
	color: #070506;
}

.top-col a:hover {
	color: #d7408b !important;
}

.top-col:last-child {
	margin-right: 0px;
}

.top-col.mobile-search {
	display: none;
}

.top-col.mobile-search .btn {
	color: #d7408b !important;
}

.seach {
	min-width: 575px;
	min-height: 42px;
	border: 1px solid #9c9c9c;
	border-radius: 30px;
	padding-left: 22px;
	padding-right: 8px;
}

.seach .form-control {
	border: 0px;
	font-size: 14px;
}

.seach .form-control:focus {
	box-shadow: unset;
}

.seach .advanced-search {
	background-color: transparent;
	border-radius: 0px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding-top: 7px;
	padding-bottom: 7px;
}

.seach .advanced-search:hover {
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.cart-btn {
	display: inline-block;
	width: 37px;
	height: 39px;
	background: url(../style/images/cart_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.cart-btn span {
	color: #FFFFFF !important;
}

.category-col {
	padding: 8px;
}

.categories {
	background-color: #FFFFFF;
	padding-top: 47px;
	padding-bottom: 47px;
}

.categories > .container > h1.head-title {
	width: 100%;
	margin-bottom: 18px;
	background: url(../style/images/head_title_line.png);
	background-repeat: repeat-x;
	background-position: center;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	color: #070506;
}

.categories > .container > h1.head-title > span {
	background-color: #FFFFFF;
	padding-right: 13px;
}

.category-content {
	/* max-height: 240px; */
}

.category-content,
.category-content > a > .card-img-top {
	border-radius: 0px;
}

.category-content > .card-img-overlay {
	top: unset;
	background: url(../style/images/cat_title_bg.png);
	background-repeat: repeat-y;
	padding: 12px 0px 12px 15px;
}

.category-content > .card-img-overlay > .card-title {
	margin: 0px;
	font-size: 20px;
	color: #252525;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

.category-content > .card-img-overlay > .card-title a {
	color: #252525;
}

.category-content > .card-img-overlay > .card-title a:hover {
	color: #d7408b !important;
}

.category-content:hover {
	border-color: #d7408b;
}

.category-content:hover .card-title a {
	color: #d7408b !important;
}

.featured-products {
	width: 100%;
	background: #FFFFFF;
	padding-top: 47px;
	padding-bottom: 47px;
}

.featured-products > .container > h1.head-title {
	width: 100%;
	margin-bottom: 18px;
	background: url(../style/images/head_title_line.png);
	background-repeat: repeat-x;
	background-position: center;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	color: #070506;
}

.featured-products > .container > h1.head-title > span {
	background-color: #FFFFFF;
	padding-right: 13px;
}

.featured-products .product-col {
	padding: 8px;
}

.product-content {
	border-radius: 0px;
}

.product-content > .card-img-top,
.product-content > a > .card-img-top,
.product-content > .product-img > a > .card-img-top {
	border-radius: 0px;
}

.product-content > .card-body {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 8px;
}

.product-content > .card-body > .card-title {
	line-height: 22px;
	padding-top: 16px;
	padding-bottom: 14px;
	margin-bottom: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #252525;
}

.product-content > .card-body > .card-title span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.product-content > .card-body > .card-title a {
	font-weight: 700;
	color: #252525;
}

.product-content > .card-body > .card-title a:hover {
	color: #d7408b !important;
}

.product-content > .card-body > .item-storage {
	padding-top: 17px;
	padding-bottom: 15px;
	background: url(../style/images/dots.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #595959;
}

.product-content > .card-body > .item-price {
	padding-top: 17px;
	padding-bottom: 15px;
	background: url(../style/images/dots.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #252525;
}

.product-content > .card-body > .price-info {
	line-height: 18px;
	padding-bottom: 15px;
}

.product-content > .card-body > .price-info .item-price {
	padding-top: 25px;
	padding-bottom: 5px;
	background: url(../style/images/dots.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #252525;
}

.product-content > .card-body > .btn-light {
	background-color: #ececec;
	border-color: #dcdcdc;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	color: #252525;
}

.product-content:hover {
	border-color: #d7408b;
}

.product-content:hover .card-title a {
	color: #d7408b;
}

.product-content:hover .btn-light {
	background-color: #d7408b;
	color: #FFFFFF;
}

.product-content:hover .kedvenc-toggle .fa {
	color: #FFFFFF !important;
}

.news {
	padding-top: 32px;
	padding-bottom: 70px;
	background-color: #FFFFFF;
}

.new-products {
	display: block;
	width: 100%;
	height: 375px;
	background: url(../style/images/gari.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.newsletter-link {
	display: block;
	width: 100%;
	height: 375px;
	background: url(../style/images/hirlevel.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-col {
	padding-left: 8px;
	padding-right: 8px;
}

footer {
	width: 100%;
	padding-top: 39px;
	padding-bottom: 52px;
	border-top: 1px solid #d4d4d4;
}

.footer-categories-menu > h3 {
	width: 100%;
	padding: 0px 20px;
	margin-bottom: 0px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #070506;
}

.footer-col > .list-group > .list-group-item,
.footer-col > .footer-categories-menu > .menus > .list-group > .list-group-item {
	white-space: nowrap !important;
	line-height: 30px;
	padding: 0px 20px;
	margin-bottom: 0px;
	background-color: transparent;
	border: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #070506;
}

.footer-col > .list-group > .list-group-item.active {
	font-weight: 600;
}

/* Lábléc "Termékeink" kategórialista: dinamikus oszlopok (bármennyi kategóriát
   automatikusan tördel). Desktopon 4, mobilon 2 oszlop — így mobilon nem nyomja
   szét az oldalt. A column-count miatt a list-group display-ét block-ra állítjuk. */
.footer-categories-menu .menus > .list-group.footer-kat-cols {
	display: block;
	width: 100%;
	column-count: 4;
	column-gap: 20px;
}
.footer-categories-menu .menus > .list-group.footer-kat-cols > .list-group-item {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
@media (max-width: 1202px) {
	.footer-categories-menu .menus > .list-group.footer-kat-cols {
		column-count: 2;
	}
}

.footer-info {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 38px;
	padding-bottom: 38px;
}

.footer-info > .container > h4 {
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	color: #888888;
}

.footer-info > .container > .text {
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
}

.footer-info > .container > .copy-text {
	margin-top: 15px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
}

.borgun > .container {
	padding-top: 25px;
	padding-bottom: 40px;
}

.borgun-menu > a {
	display: inline-block;
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ababab;
}

.borgun-menu > a:hover {
	color: #d7408b !important;
}

.borgun-menu > a:hover span {
	color: #ababab;
}

.borgun-menu > a:first-child {
	margin-right: 15px;
}

.borgun-menu > a > span {
	padding-left: 15px;
}

.carousel-caption {
	top: 0px;
	right: 70px;
}

.carousel-caption > h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 85px;
	color: #070506;
}

.carousel-caption > p {
	text-align: left;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 24px;
	color: #070506;
}

.carousel-caption > .btn {
	margin-top: 25px;
	padding: 0px 10px 0px 0px;
	background-color: transparent;
	border-color: #070506;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 22px;
	color: #070506;
	line-height: 1.3;
}

.carousel-caption > .btn > .icon {
	display: inline-block;
	height: 100%;
	padding: 0px 15px;
	margin-right: 5px;
	border-right: 1px solid #070506;
	font-size: 30px;
}

.carousel-indicators {
	left: unset;
	right: 70px;
	margin-left: 0px;
	margin-right: 0px;
	bottom: 75px;
}

.carousel-indicators li {
	height: auto;
	background: transparent;
	opacity: unset;
	text-indent: unset;
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #070506;
}

.carousel-indicators .active {
	background-color: #FFFFFF;
}

.carousel-control-prev,
.carousel-control-next {
	width: 55px;
	background-color: #eff5f6;
}

.carousel-control-prev {
	background-image: url(../style/images/left.png);
	background-position: center;
	background-repeat: no-repeat;
}

.carousel-control-next {
	background-image: url(../style/images/right.png);
	background-position: center;
	background-repeat: no-repeat;
}

.main-content > .container-content {
	background: #FFFFFF;
}

.main-content h1.head-text {
	margin-top: 29px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #070506;
}

.breadcrumb {
	background: #FFFFFF;
	padding: 0px;
	margin-bottom: 25px;
}

.breadcrumb > .breadcrumb-item,
.breadcrumb > .breadcrumb-item > a {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #818181;
}

.breadcrumb-item:first-child + .breadcrumb-item::before {
	content: "";
}

.main-content > .container-content {
	padding-bottom: 38px;
}

.main-content .text-data {
	line-height: 26px;
	text-align: justify;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #848484;
}

.main-content .list-group {
	border-radius: 0px;
}

.main-content .list-group .list-group-item.start {
	background: #d3d3d3;
	font-size: 18px;
}

.main-content .list-group .list-group-item {
	background-color: #e3e3e3;
	border-color: #d3d3d3;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #444;
}

.main-content .list-group .list-group-item:last-child {
	border-bottom: 0px;
}

.main-content .list-group .list-group-item a {
	color: #444;
}

.main-content .list-group .list-group-item:hover {
	background-color: #dcdcdc;
}

.main-content .list-group .list-group-item.active {
	background-color: #c7367e;
	border: 0px;
	color: #FFF;
}

.main-content .list-group .list-group-item.active2 {
	background-color: #252525;
}

.main-content .list-group .list-group-item.active a,
.main-content .list-group .list-group-item.active2 a {
	color: #FFF;
}

.main-content .list-group .list-group-item .fa {
	padding-left: 5px;
	padding-right: 8px;
}

.main-content .list-group .list-group-item.active .fa {
	padding-left: 2px;
	padding-right: 11px;
}

.main-content .list-group .list-group-item ul.left-menu {
	margin-top: 5px;
	background-color: #d7408b;
	padding: 10px 0px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -10px;
	border-top: 1px solid #d7468e;
	border-bottom: 1px solid #d7468e;
}

ul.left-menu > li {
	padding: 0px;
}

ul.left-menu > li > a {
	display: block;
	padding: 5px 20px 5px 44px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

ul.left-menu > li.active > a {
	background-color: #252525;
}

ul.left-menu > li:hover {
	background-color: #e3e3e3;
	color: #444;
}

ul.left-menu > li:hover > a {
	color: #444 !important;
}

.main-content-col {
	padding-left: 23px;
	padding-right: 23px;
}

.categories-produts {
	margin-top: -9px;
	margin-bottom: 15px;
}

.categories-produts .product-col {
	padding: 8px;
}

.categories-produts .product-img {
	position: relative;
	width: 100%;
	height: auto;
}

.matrica-akcio {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 16px;
	bottom: 16px;
	border-radius: 50%;
	background-color: #d72330;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.matrica-uj {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 16px;
	bottom: 16px;
	border-radius: 50%;
	background-color: #28a745;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.pagination {
	margin-top: 45px;
}

.pagination .page-link {
	border-radius: 0px !important;
	border: 0px;
	margin: 0px 5px;
	color: #727272;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	background-color: #ececec;
	border: 1px solid #dcdcdc;
	color: #727272;
}

.page-item.active .page-link {
	color: #fff;
	background-color: #d7408b;
	border-color: #d7408b;
}

.product-img {
	text-align: center;
	position: relative;
}

.product-img img {
	width: 100%;
	height: auto;
}

.produt-datas .price-old {
	line-height: 10px;
	text-decoration: line-through;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
}

.produt-datas .price {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: #c7367e;
}

.product-info {
	background: url(../style/images/dots.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #252525;
}

.product-info > .product-info-col {
	padding: 15px 7px 15px 0px;
}

.tulajdonsag-select {
	width: 220px;
	max-width: 100%;
	text-align: right;
	text-align-last: right;
}

.tulajdonsag-select option {
	text-align: right;
}

.cart-add-row {
	margin-top: 25px;
}

.cart-add .form-control {
	border-radius: 0px;
	text-align: right;
	-webkit-box-shadow: inset 0px 0px 10px 3px rgba(208, 208, 208, 1);
	-moz-box-shadow: inset 0px 0px 10px 3px rgba(208, 208, 208, 1);
	box-shadow: inset 0px 0px 10px 3px rgba(208, 208, 208, 1);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #252525;
}

.cart-add .input-group-text {
	border: 0px;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #252525;
}

.btn-cart-add {
	border: 0px;
	background-color: #d7408b;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 24px;
	color: #FFFFFF;
}

.btn-cart-add:hover {
	background-color: #c7367e;
}

.product-text {
	margin-top: 60px;
}

.product-text > h3 {
	width: 100%;
	padding: 19px 10px 19px 10px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 26px;
	color: #4e4e4e;
	border-bottom: 1px solid #e3e3e3;
}

.product-text > .text {
	padding: 10px;
	text-align: justify;
	line-height: 26px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #848484;
}

.back-to-top {
	display: none;
	width: 48px;
	height: 48px;
	line-height: 42px;
	border: 1px solid #c7367e;
	cursor: pointer;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 999;
	text-align: center;
	font-size: 30px;
	color: #c7367e;
	background: transparent;
}

.back-to-top:hover {
	background: #c7367e;
	color: #FFF;
}

.termek-kereses {
	margin-top: 25px;
}

.termek-kereses h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px
}

.termek-kereses-mobile {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 15px;
}

.termek-kereses-mobile h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px
}

.termek-kereses-mobile .card-header {
	padding: 0;
}

.termek-kereses-mobile .card-header h2 {
	padding: 0.75rem 1.25rem;
}

.btn-filter-active {
	background-color: #d7408b;
	border-color: #d7408b;
	color: #FFFFFF;
}

.text-bluzplaza {
	color: #d7408b;
}

#szallitasmod_table.table > tbody > tr:not([style*="display: none"]) > td {
	background-color: rgba(0, 0, 0, 0.05);
}

#szallitasmod_table.table > tbody > tr:not([style*="display: none"]):nth-child(2) > td {
	background-color: white;
}

#szallitasmod_table.table > tbody > tr:not([style*="display: none"]):nth-child(2):hover > td {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}

.slider {
	height: 400px;
	max-height: 400px;
	overflow: hidden;
}

.slider .carousel-inner,
.slider .carousel-item {
	height: 400px;
}

.slider .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}