:root {
  --my_darkblue: #045591;
}

.headerV2-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	width: 100%;
	height: 90px;
	padding: 10px 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid var(--my_darkblue);
}

.headerV2-logo img {
	max-height: 100%;
}

.headerV2-toolbar {
	display: flex;
	align-items: center;
	color: var(--my_darkblue);
	font-size: 20px;
}

.headerV2-toolbar a {
	color: var(--my_darkblue);
}

.headerV2-toolbar span.count-style {
	width: 16px !important;
	height: 16px !important;
	line-height: 16px !important;
	font-size: 10px !important;
}

.headerV2-toolbar .menu-icon {
	font-size: 32px;
}

.headerV2-search-wrap {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
    width: 100%;
}

.headerV2-search-wrap form {
	width: 90%;
}

.headerV2-search-wrap .close-icon a {
	font-size: 20px;
	color: #e80806;
}

.headerV2-menu.mm-menu_offcanvas.mm-menu_opened {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

.headerV2-menu .menu-buttons {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0px 10px 0px !important;
}

.headerV2-menu .menu-buttons .mybtn1,
.headerV2-menu .menu-buttons .mybtn2 {
	flex-grow: 0 !important;
	flex-basis: auto !important;
	border: medium none;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
	font-size: 14px;
	padding: 10px;
	min-width: 45%;
	border-radius: 3px;
	border-bottom-left-radius: 20px;
}

.headerV2-menu .menu-buttons .mybtn1 {
	background-color: #e80806;
}

.headerV2-menu .menu-buttons .mybtn2 {
	background-color: var(--my_darkblue);
}

.headerV2-menu .mm-listitem {
    font-size: 14px;
}

.headerV2-menu .headerV2-li a {
    padding: 10px 0px;
	text-align: left;
	line-height: 24px;
}

.headerV2-menu .headerV2-li div.mm-panel {
	padding: 0px 20px;
    margin-top: -10px;
}

.headerV2-menu .mm-listitem:after {
    left: 0px;
}

.headerV2-menu .headerV2-li-title {
	text-align: center;
	color: var(--my_darkblue);
}

.headerV2-menu .headerV2-li.other,
.headerV2-menu .headerV2-li.other div.mm-panel,
.headerV2-menu .headerV2-li.other ul,
.headerV2-menu .headerV2-li.other li {
	background: var(--mm-color-background);
}

.headerV2-menu .headerV2-li.other {
	padding-left: 20px;
}

.mpgc-title-wrap {
	margin-bottom: 24px;
	border-bottom: 1px solid var(--my_darkblue);
}

.mpgc-title-wrap > h2.mpgc-title {
	font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0px;
    padding-bottom: 5px;
    position: relative;	
	max-width: calc(100% - 70px);
}
@media (max-width: 767px) {
	.mpgc-title-wrap > h2.mpgc-title {
		font-size: 22px;
	}
}

.mpgc-nav-left,
.mpgc-nav-right {
  position: absolute;
  top: -54px;
  font-size: 20px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background-color: var(--my_darkblue);
  color: #FFF;
  cursor: pointer;
  text-align: center;
}

.mpgc-nav-right {
  right: 0px;
}

.mpgc-nav-left {
  right: 32px;
}

.mpgc-nav-left:hover,
.mpgc-nav-right:hover {
	background-color: #034a7d;
}

.shop-catigory ul>li a {
    text-align: left;
}

.btn_fg_parent {
	color: #fff;
}

.btn_fg {
	display: inline-block;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background: linear-gradient(
		180deg,
		#868e96 0%,
		#6c757d 100%
	  );
	border: 1px solid #6c757d;
	padding: 0.375rem 0.75rem;
	font-size: 18px;
	line-height: 1.5;
	border-radius: 0.375rem;
	transition: 
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

.btn_fg:hover {
	color: inherit;
}

@media (max-width: 767px) {
	.login_wrap .button-box .login-toggle-btn {
		padding: 10px 0px;
	}

	.login_wrap .button-box .login-toggle-btn>a
	{
		float: none;
	}

	.login_wrap .button-box button.center {
		margin: 0 .5rem !important;
	}

	.login_wrap .button-box .mt-half {
		padding-top: 18px;
	}

}

.main-product-groups-carousel .grid-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main-product-groups-carousel .owl-stage {
    display: flex;
}

.main-product-groups-carousel .owl-item {
    display: flex;
    height: auto;
}

.main-product-groups-carousel .owl-item .grid-item {
    width: 100%;
}

.description-review-topbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.description-review-topbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	padding-top: 10px;
}

/* terék adatlap tab */
@media (max-width: 767.98px) {
    .description-review-topbar {
        flex-direction: column;
        gap: 10px;
    }

    .description-review-topbar a {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        padding: 12px 16px;
        font-size: 15px;
		border: 1px solid #ddd;
		background: #f8f9fa;
	    text-decoration: none;
		color: #333;
	    border-radius: 6px;
		transition: all 0.2s ease;
    }

	.tab-content.description-review-bottom {
		border-top: none;
	}

}

.description-review-topbar a.special-tab {
    background-color: #045591;
    color: #fff;
    border-color: #045591;
	padding-left: 12px;
	padding-right: 12px;
}

.description-review-topbar a.special-tab.active {
    border-bottom: 2px solid #e80806;
}

/* új főoldal dobozok */

.fo4-wrap {
	margin-top: 50px;
	margin-bottom: 50px;
}

.fo4-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.fo4-box {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	position: relative;
    width: 100%;
    min-height: 1px;
	box-sizing: border-box;
}

.fo4-img {
	margin-bottom: 38px;
}

.fo4-title {
	font-weight: normal;
	font-size: 24px;
	color: var(--my_darkblue);
	margin-bottom: 14px;
}
.fo4-title a {
	font-weight: normal;
	font-size: 24px;
}

.fo4-txt {
	color: rgba(0, 0, 71, 0.5);
}

@media (max-width: 767px) {
	.fo4-box {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px dashed rgb(220, 228, 238);
	}
	.fo4-img {
		margin-bottom: 18px;
	}
}
	
@media (min-width: 768px) {

	.fo4-row {
		border-left: 1px dashed rgb(220, 228, 238);
		border-bottom: 1px dashed rgb(220, 228, 238);
	}

	.fo4-wrap .fo4-row:last-child {
		border-bottom: none;
	}

	.fo4-box {
		border-left: 1px dashed rgb(220, 228, 238);
		padding: 0px 20px 30px 30px !important;
	}

	.fo4-row > .fo4-box:first-child {
		border-left: none;
	}

	.fo4-row:not(:first-child) > .fo4-box {
		padding-top: 40px !important;
	}

	.fo4-box:before {
		background-color: #e80806;
		border-radius: 4px;
		content: "";
		height: 100px;
		left: -2px;
		position: absolute;
		right: 0;
		top: 0px;
		width: 3px;
		transition: all 300ms ease;
		z-index: 1;
	}

	.fo4-row:not(:first-child) > .fo4-box:before {
		top: 40px;
	}

}

/* terméklista mobilon */

@media (max-width: 786px) {
    .product-action {
        display: none;
    }
	.product-box {
		margin: 0px;
		padding: 30px 15px;
	}
	.product-box:nth-child(even) {
	   background-color: #f5f5f5;
	}
}

/* keresés mobilon */
.mobile-shorting-style {
	display: inline-block;
	margin-left: 20px;
}

.mobile-shorting-style select {
	border: 1px solid #ebebeb;
    border-radius: 3px;
	padding: 14px 20px;
}

/* mobil hívó lap aljára */
.mobile-call-wrap {
    display: none;
}
@media (max-width: 768px) {
    body {
        padding-bottom: 92px !important;
    }
	.mobile-call-wrap {
		display: block;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(env(safe-area-inset-bottom) + 12px);
        z-index: 999999;
        box-sizing: border-box;
        max-width: calc(100vw - 24px);
	}
	.mobile-call-btn {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        min-height: 58px;
        padding: 12px 14px;
        box-sizing: border-box;
        background: #3b6d35;
        border-radius: 16px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.1;
    }
	a.mobile-call-btn:hover {
		color: #ffffff;
	}

	.mobile-call-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.16);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
	.mobile-call-text {
        display: flex;
        flex-direction: column;
        color: #ffffff !important;
        min-width: 0;
		font-size: 16px;
		text-align: left;
    }

	.mobile-call-text small {
		font-size: 14px;
		margin-top: 4px;
	}

}

.btn-osszehasonlit-footer {
	background-color: #e80806 !important;
}