@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300..900&display=swap');
@import url('https://www.orczy.com/custom/orczyalkatresz/image/data/assets/css/orczy_com_style_starter_min.css?627dsdsd2');
/* BASE ||| START */
body{
	font-family: "Red Hat Display", sans-serif;
}

#list-page-akcio .module-head {
	margin-bottom: 30px;
	text-align: center;
}

.product-collateral-list__item-checkbox{
	visibility: hidden;
}
#product-warning-info{
	display: none;
	padding: 10px 20px;
	background-color: #E41220;
	color: white;
	margin: 20px 0px 20px 0px;
}
.overlay-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.module-head-title {
	font-weight: 700;
	position:relative;
	text-transform: uppercase;
}
.module-head-title::before, .module-head-title::after {
	content: "";
	display: block;
	position: relative;
	top: -7px;
	width: 7vw;
	min-width: 60px;
	max-width: 85px;
	height: 6px;
	background: #E41220;
	display: inline-block;
	margin: 0 20px;
}
.container-fluid{
	padding-left:0;
	padding-right:0;
	overflow:hidden;
	width:100%;
}

.product-card__item.product-card__manufacturer  img{
	margin: 0 auto;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #E41220;
}
.breadcrumb-item__link {
    font-weight: 600;
    color: #1f2e41;
}
.product-page-body .breadcrumb{
	justify-content: center;
}
.product_badges{
	right: 0;
	left:unset;
}
.product_badges .badgeitem.badgeitemid_5{
	background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/sale-sticker-bg.png')!important;
	width: 93px!important;
    height: 30px!important;
}
.badgeitem.badgeitemid_5 .badgeitem-text {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .5px;
}
/* BASE ||| END */


/* HEAD ||| START */
.header .search-module__input {
    border: 1px solid #B1B1B1;
    background: #F5F5F5;
    border-radius: 50px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #4A4A4A;
}
.header .search-module__input::placeholder{
	color: #4A4A4A;
}
.header-cart-icon, .header-middle-right-box-link, .header-wishlist-icon, .search-button-append button {
	color: #E41220;
}
#header-middle-login:hover .header-middle-right-box-user-icon-link, .cart-dropdown:hover .cart-dropdown-toggle, .wishlist-dropdown:hover{
	background:none!important;
	text-decoration:none;
}
.category-link-level-1 .category-name {
	font-weight: 900;
	text-transform: uppercase;
}
.category-link-level-1 .category-name::before {
	content:"";
	display:inline-block;
	position:relative;
	width:10px;
	height:10px;
	margin-right:3px;
	border-radius:50%;
	border:3px solid #E41220;	
}
#category-nav .icon-arrow-down{
	display:none;
}
.headermenu-list{
	align-items: center;
}
.header .header-top a {
	font-size: 12px;
}
.header .header-top__phone.header-top__contact {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .5px;
}
.header{
	background: #F8F8F8;
}
.home-body .header{
	background: #fff;
}
.header .header-bottom{
	background:transparent;
}
.category-menu>li.selected>.nav-link, .category-menu>li:hover{
	border-radius: 10px 10px 0 0;
}
.category-menu>li{
	margin-left:2px;
	margin-right:2px;
}
#js-hamburger-icon{
	border-radius: 11px;
}
.head-nav-bold a {
    font-weight: 800;
}
#cat_9583 > a{
	pointer-events: none;
	cursor: default;
}
#category .category-menu .children > li > a {
	position: relative;
	display: inline-block;
	padding: 8px 18px 7px 20px;
	margin: 10px;
	min-width: 250px;
	border-radius: 30px;
	background: rgba(30, 46, 66, 0.67);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	transition:.4s;
}
#category .category-menu .children > li > a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	border: 3px solid #E41220;
}
#category .category-menu .children > li > a > span.category-name {
	padding-left: 25px;
	display: block;
}
#category .category-menu .children > li {
	display: inline-block;
}
#category .category-menu .children{
	max-height: 55vh;
	display: grid;
	grid-template-columns: 300px 300px;
	grid-auto-rows: min-content;
}
#category .category-menu .children>li:hover{
	background: transparent;
}
#category .category-menu .children > li:hover > a{
	background: rgb(35 57 85);
}
#category-nav .category-menu > li .menu-bg .menu-bg {
	background: none!important;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding:0;
}
#category-nav .icon-arrow-right{
	display:none;
}
.header .header-bottom {
	position: relative;
}
#category .category-menu>li,  #category.module-editable, #category-nav.position-relative{
	position:static!important;
}
#category .category-menu .children {
	position: relative;
	display: block;
	width: 100vw;
	height: 60vh;
	left: 0;
	top: 0;
	z-index: 100;
	background: transparent;
}
#category .menu-bg {
	display: none;
	position: absolute;
	width:100%;
	height:65vh;
	left:0;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:10;
	padding-top: 20px;
	box-shadow: 0 30px 50px 0 #00000070;
}
#category #cat_3177 .menu-bg {
	background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/menu-bg/menu-bg-hutes.jpg');
}
#category #cat_3183 .menu-bg {
	background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/menu-bg/menu-bg-futes.jpg');
}
#category #cat_3189 .menu-bg {
	background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/menu-bg/menu-bg-mosas.jpg');
}
#category #cat_3186 .menu-bg {
	background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/menu-bg/menu-bg-fozes.jpg');
}
#category #cat_3174 .menu-bg {
	background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/menu-bg/menu-bg-takaritas.jpg');
}
#category #cat_3192 .menu-bg {
	background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/menu-bg/menu-bg-kisgepek.jpg');
}
#category #cat_3180 .menu-bg {
	background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/menu-bg/menu-bg-szerszam.jpg');
}
#category #cat_3195 .menu-bg {
	background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/menu-bg/menu-bg-univerzalis.jpg');
}
#category #cat_9583 .menu-bg {
	background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/menu-bg/menu-bg-segitseg.jpg');
}
#category .category-menu .children{
	max-height: 55vh;
	display: grid;
	grid-template-columns: 300px 300px;
	grid-auto-rows: min-content;
}
#category .category-menu #cat_3177 .children{
	grid-template-columns: 300px;
}
#category .category-menu #cat_9583 .children {
	grid-template-columns: 500px;
}
#category .category-menu #cat_3174 .children {
	grid-template-columns: 300px;
}
#category .category-menu #cat_3180 .children {
	grid-template-columns: 300px 300px 300px 300px;
}
#category .category-menu #cat_3195 .children {
	grid-template-columns: 300px 300px 300px;
}
.category-menu > .category-list > .nav-link > img{
	display:none!important;
}
#cat_9583 .category-link-level-1 .category-name {
	position: relative;
	padding-left: 20px;
	color: #e0002d;
}
#cat_9583 .category-link-level-1 .category-name::before {
	content: "?";
	width: 16px;
	height: 16px;
	line-height: 1;
	font-size: 11px;
	border: none;
	background: #e20a27;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
	position: absolute;
	left: -4px;
	top: calc(50% - 9px);
}
#header-middle-wishlist{
	display:none!important;
}
.show-quantity-before-cart .product-card__footer .product-card__item {
	gap: 0 !important;
}
.product-card__item .quantity-input{
	border-radius: 50% 0 0 50%;
	border-width: 1px;
	border-color: #8B8B8B;
	background: #F8F8F8;
	border-right: none;
	text-align: center;
}
.product-card__item .quantity-name-text{
	border-top: 1px solid #8B8B8B;
	border-bottom: 1px solid #8B8B8B;
	background: #F8F8F8;
}
/* HEAD ||| END */


/* HEAD SERVICE BTN ||| START */
.head-service-btn {
    background: #E41220;
    padding: 3px 20px;
    border-radius: 30px;
}
.head-service-btn a{
    font-weight: 700;
}

/* HEAD SERVICE BTN ||| END */


/* PROD DET ||| START */
.product-page-body .main-content > .container{
	max-width: 1920px;
	width: 100%;
	overflow:hidden;
	padding-left:0;
	padding-right:0;
}
#productdescription .parameter-table > tbody{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
#productdescription .parameter-table tr {
	flex: 0 0 45%;
	max-width: 45%;
	border: none;
	display: flex;
	margin-top: -1px;
}
#productdescription .parameter-table tr{
	background:#fff;
}
#productdescription .parameter-table tr:nth-child(4n + 3), #productdescription .parameter-table tr:nth-child(4n + 4){
	background: #F8F8F8;
}
#productdescription .parameter-table td{
	border-top:1px solid #D7D7D7;
	border-left:none;
	border-right:none;
	border-bottom:none;
	padding: 10px 20px;
	background: transparent;
}
#productdescription .parameter-table tr td:first-child{
	width: 30%;
	min-width: 160px;
	border-right:1px solid #e6e6e6;
}
#productdescription .parameter-table tr td:nth-child(2){
	width: 70%;
}
.prod-det-usp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prod-det-usp-left{
	margin-bottom: 3rem;
}
.prod-det-usp-right img{
	width:44px;
	min-width:44px;
	margin-right: 20px;
}
.prod-det-usp-left img{
	margin-bottom: 2rem;
}
.prod-det-usp h4 {
    font-weight: 700;
    font-size: 1.3rem;
}
.prod-det-usp-left a{
	color: #e20a27;
    font-weight: 700;
    text-decoration: underline;
}
.prod-det-usp-left .prod-det-usp-inner{
	max-width:450px;
}
.product-parameter.product-parameter__manufacturer{
	display:none;
}
.prod-det-usp-item-inner {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}
.product-page-container.container {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.prod-det-usp{
	background: #F8F8F8;
    padding: 4rem 2rem;
	border-radius: 25px;
}
.page-head-title.product-page-head-title{
	font-weight:700;
}
.main-usp-item-text p{
	font-size:12px;
}
.prod-det-usp, .prod-det-usp .main-usp-item-text p , .prod-det-usp .main-usp-item-text h3, .prod-det-usp h4{
    color: #1E2E42;
}
.page-head-title.product-page-head-title::after{
	content:none;
}
.product-page-right .product-page-price .product-price--regular, .product-page-right .product-page-price .product-price--special {
    font-size: 2.25rem;
	color: #292A2E;
}
.product_table_addtocartbtn{
	width: 100%;
    max-width: 250px;
}
.product-page-right .product_table_addtocartbtn .button-add-to-cart {
    background: #E41220;
    border-color: #E41220;
    border-radius: 50px;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
}
.product_table_quantity .quantity-to-cart {
    padding: 0 10px;
    border-radius: 30px;
    text-align: center;
	height: 48px;
	max-width: 90px;
}
.position-1-wrapper .product-parameter td.product-parameter__label{
	font-weight:700;
	font-size: 15px;
	width: 65%;
}
.product-parameter td.product-parameter__value {
    width: 35%;
	min-width: 180px;
	text-transform:uppercase;
	font-size: 15px;
	font-weight: 500;
}
.product-parameter {
    border-top: 1px solid #e5e5e5;
    position: relative;
    display: flex;
	flex-wrap:no-wrap;
    padding: 10px 20px;
}
.product-parameter::before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    top: -1px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 8%) 100%);
    opacity: .4;
}
.product-parameter:first-child {
    border-top: none;
}
.product-parameter:first-child::before{
	content:none;
}
.product-parameter__label .small-info{
	display: block;
    font-size: 12px;
    font-weight: 500;
}
.tab-wrapper .tab-menu{
	justify-content: center;
	border-bottom:none;
}
.tab-menu .tab-menu__item-button-desktop{
	box-shadow: none!important;
	background: #F8F8F8;
    border-radius: 20px 20px 0 0;
	text-transform: uppercase;
	padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 10px;
}
.product-page-tab-content{
	position:relative;
	background:#F8F8F8;
	border-radius:20px;
	padding-bottom: 5px;
}
.tab-content__pane-inner {
    width: 85%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.tab-content__pane-inner > div#module_productdescription_wrapper{
	margin-top:0;
	padding-top:3rem;
}
table.parameter-table {
    margin-top: 4rem;
}
#customcontent14{
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}
/* PROD DET ||| END */

/* PROD LIST ||| START */
.column-left .module-head-title::before, .column-left .module-head-title::after{
	content:none;
}
.product-list-body .main-content > .container{
	margin-top:4rem;
}
.product-card__body{
	text-align: center;
}
.show-quantity-before-cart .button-add-to-cart {
	max-width: 120px;
	border-radius: 0 30px 30px 0;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}
.product-card__item {
	font-weight: 600;
}
.product-card__item.product-card__price{
	font-weight: 700;
	font-size:1.2rem;
}
.product-snapshot{
	border-left: 1px solid #efefef;
}
.product-snapshot-vertical{
	overflow: hidden;
}
.product-snapshot-vertical.slick-slider{
	overflow: visible;
}
.product-snapshot-vertical.slick-slider .slick-track{
	overflow: hidden;
}
.product-snapshot{
	padding-left:10px;
	padding-right:10px;
	margin-left:-1px;
}
.product-card__sku {
	color: #8B8B8B;
}
.product-price--original {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1;
}
.list-page-column-left{
	background: #F8F8F8;
	border-radius: 0 30px 30px 0;
	padding: 3rem 2rem 2rem 10px;
	position: relative;
}
.list-page-column-left::before{
	content:"";
	width:50px;
	height:100%;
	display:block;
	position:absolute;
	left:-48px;
	top:0;
	background: #F8F8F8;
}
.column-right .subcategory-grid{
	column-gap: 0;
	overflow:hidden;
}
.subcategory__card-body {
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom:1px solid #D1D1D1;
	padding: 1rem 0;
}
.subcategory__card-body .subcategory__link{
	display:flex;
	flex-wrap: nowrap;
}
.subcategory__link::before {
    content: "";
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    top: 3px;
    margin-right: 8px;
    border-radius: 50%;
    border: 3px solid #E41220;
    min-width: 10px;
}
.subcategory__card{
	margin-bottom:-1px;
}
.subcategory__card img {
    padding: 15px;
}
.widget__head-icon {
	color: #E41220;
}
.column-left .product-card__body {
	text-align: left;
}
.column-left .product-card__row .product-card__left, .column-left .product-snapshot{
	padding-right: 0;
	padding-left: 10px;
}
.column-left .product-snapshot {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 27px 15px 0px rgba(0, 0, 0, 0.04);
}
.column-left .product-card__row{
	align-items: center;
	justify-content: space-evenly;
}
.column-left .product-card__item.product-card__price {
	font-size: 15px;
}
.column-left .product-card__row .product-card__right{
	max-width: 150px;
	padding-left: 10px;
}
.column-left .product-card__title{
	margin-bottom: 2px;
}
.column-left .product-price__decrease-wrapper{
	padding:2px 0;
}
#paf_filter .widget {
	border-bottom: 1px solid #D0CFCD;
}
.widget__head {
	font-weight: 700;
}
.page-head-title::after {
	content: "";
	display: block;
	position: relative;
	top: -8px;
	width: 7vw;
	min-width: 60px;
	max-width: 85px;
	height: 6px;
	background: #E41220;
	display: inline-block;
	margin: 0 20px;
}
.sr-login-page-body .page-head-title::after{
	content:none;
}
.page-head-title {
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sortbar-top.flex-lg-row{
	flex-direction: row-reverse!important;
}
.product-list-body .sortbar.sortbar-top .pagination__results {
	display: block;
}
.product-list-body .sortbar-top .pagination__list{
	display:none;
}
.sortbar.sortbar-top .pagination {
	justify-content: flex-start;
}
.sortbar.sortbar-top, .sortbar.sortbar-bottom {
	padding: 1rem 0;
	background: transparent;
}
.sort .form-select{
	border-radius: 30px;
	padding-right: 4rem;
	margin-right: 2rem;
	margin-left: 1rem;
}
.pagination__link {
	background: transparent;
	color: #292A2E;
}
.show-quantity-before-cart .product-snapshot-vertical .product-card__addtocart{
	justify-content: center;
}
.subcategory__link{
	font-size:14px;
	height: 60px;
    overflow: hidden;
	font-weight: 600;
}
.main-content .column-left .side-position .module-head {
	margin-bottom: 2.5rem;	
}
.main-content .column-left .side-position .module-head-title {
    font-weight: 700;
    text-transform: none;
}
.column-left, .column-left .module-head-title, .column-left .widget__form-check-label, .column-left .product-card__title-link{
	color:#1E2E42;
}
.subcategory a:not(.btn):hover{
	color: #000;
}
.product-card__item  .product-card__title-link {
    font-size: 16px;
}
#paf_filter > .module-head{
	display: flex;
    align-items: center;
}
#paf_filter > .module-head::before {
    content: "";
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/filter-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
#paf_filter > .module-head .module-head-title{
	margin-bottom:0;
}
.product-snapshot .product-price__decrease-wrapper, .product-page-right-box .discount-measure{
	display:none!important;
}
.pagination__list .pagination__link.active, .pagination__list .pagination__link:active, .pagination__list .pagination__link:hover{
	background: #626262;
}
.pagination__list a.pagination__link:not(.btn):hover {
    background-color: #e20a27;
}
.product-card__title {
    height: 57px;
}
.product-card__title a{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product-module .product-snapshot-vertical:not(.slick-slider), .product-list-body .product-list .product-snapshot-vertical{
	column-gap: 0;
}
.product-card-image__link{
	position:relative;
}
/* PROD LIST ||| END */

/* BLOG ||| START */
.news-card__body {
	display: flex;
}
.news-card__subtitle{
	order:1;
}
.news-card__title{
	order:2;
}
.news-card__text{
	order:3;
}
.news-card-image-wrapper img{
	border-radius: 20px;
	width: 100%;
}
.news-card__date{
	color: #15202e;
	font-weight: 800;
}
.news-card__text{
	color: #909090;
}
.news-card__footer > .btn.btn-secondary{
    text-transform: uppercase;
    color: #E41220;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: .5px;
    border: none;
    padding: 0;
    transition: .4s;
}
.news-card__footer > .btn.btn-secondary:hover, .news-card__footer > .btn.btn-secondary:active, .news-card__footer > .btn.btn-secondary:focus {
    background: none;
    border: none;
    color: #1f2e41;
}

.news-all-button .btn.btn-secondary{
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    background: #1E2E42;
    border-radius: 100px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15)
}

.news-all-button .btn.btn-secondary:hover, .news-all-button .btn.btn-secondary:active, .news-all-button .btn.btn-secondary:focus{
	opacity: .9;	
}
#news.home-position .news-card-image-wrapper{
	margin-bottom: 10px;
}
/* BLOG ||| END */


/* MAIN CAT2 ||| START */
.main-cat-2 {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.main-cat-2-item {
	height: 33vw;
	max-height: 360px;
	margin-bottom:20px;
}

.main-cat-2-item-inner {
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	padding: 1rem 1.5rem;
	align-items: flex-end;
	opacity: .92;
    transition: .4s;
}
.main-cat-2-item-inner:hover {
    opacity: 1;
}
.main-cat-2-item h2 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.main-cat-2-arrow {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #E41220;
	border-radius: 50%;
	position: relative;
	top: 7px;
	margin-left: 10px;
	transition: .4s;
}
.main-cat-2-arrow::before {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 7px);
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.main-cat-2-item-inner:hover .main-cat-2-arrow {
    transform: translateX(3px);
}
.main-cat-2-item-inner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}
.main-cat-2-item a{
	z-index:2;
}
.main-cat-2-item-inner > a:not(.btn):hover{
	text-decoration: none;
}

/* MAIN CAT2 ||| END */



/* MAIN USP ||| START */
.main-usp {
    max-width: 910px;
    margin: 0 auto;
    padding: 3rem 0 4rem;
}
.main-usp img{
	min-width:67px;
	margin-right: 20px;
}
.main-usp-item-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.main-usp-item-text h3 {
	margin-bottom: 0px;
	line-height: 1.2;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #1E2E42;
}
.main-usp-item-text p {
	margin-bottom: 0;
	line-height: 1.2;
	color: #9a9a9a;
	font-weight: 500;
}
#section-main_usp {
    padding: 1.3rem 0 2rem;
}
/* MAIN USP ||| END */

/* MAIN CAT ||| START */
#section-main_cat{
	max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.main-cat{
	align-items: stretch;
	margin-top: 20px;
}
.main-cat-item {
	margin-bottom: 20px;
	position:relative;
}
.main-cat-item-inner{
	height:100%;
	width:100%;
	position:relative;
	overflow:hidden;
}
.main-cat-item-inner-wrap {
    display: flex;
    position: relative;
    padding: 2rem;
    height: 100%;
    min-height: 165px;
    overflow: hidden;
	position:relative;
	z-index:2;
	align-items: center;
}
.main-cat-left .main-cat-item-inner-wrap {
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
	background-position: left;
	color: #fff;	
	align-items: flex-start;
	padding-left: 4rem;
}
.main-cat-right .main-cat-item-inner{
	border-radius: 15px 0 0 15px;
	background-position: right;
}
.main-cat-left .main-cat-item-inner{
	border-radius: 0 15px 15px 0;
}
.main-cat-right .main-cat-item-inner{
	align-items: center;
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
.main-cat-right .main-cat-item-inner::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(82deg, rgba(30, 46, 66, 1) 50%, rgba(30, 46, 66, 0.2) 100%);
    z-index: 1;
}
.main-cat-left .main-cat-item-inner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(82deg, rgba(30, 46, 66, 1) 50%, rgba(30, 46, 66, 0.2) 100%);
	z-index: 1;
	opacity:.5;
}

.main-cat-right img{
	width: 60px;
}
.main-cat-item h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    max-width: 310px;
	margin-bottom: 0;
	margin-left: 10px;
}

.main-cat h1 {
    max-width: 370px;
    font-weight: 700;
    margin-bottom: 12px;
}
.main-cat p {
    font-size: 20px;
    max-width: 370px;
    line-height: 1.2;
}
.main-cat-left a{
    background: #E41220;
    padding: 10px 32px;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.main-cat-left a:hover {
    text-decoration: none;
    background: #c9041f;
    color: white;
}
.main-cat-item {
    opacity: .95;
    transition: opacity .4s;
}
.main-cat-item:hover {
    opacity: 1;
}

/* MAIN CAT ||| END */

/* FOOTER USP ||| START */
.footer-usp-container{
	background: #1E2E42;
}
.footer-usp-container .main-usp-item-text h3 {
    color: #7E8690;
}
.footer-usp-container .main-usp{
	padding: 4rem 0;
}
/* FOOTER USP ||| START */


/* NEWS-SUBSC ||| START */
#newsletter_subscribe > div {
    display: flex;
	flex-wrap: nowrap;
    max-width: 1200px;
    margin-left: auto;
	margin-right: 50px;
}
.news-left{
	margin-right: 4rem;
	width:100%;
	max-width: 460px;
	padding-left: 25px;
}
#newsletter-emailsubscribe{
	width: 100%;
    max-width: 500px;
}
#newsletter_subscribe{
	min-height: 370px;
	display: flex;
    align-items: center;
    padding: 0;
}
#newsletter_subscribe.container {
		background-image: url('https://orczy.com/custom/orczyalkatresz/image/data/design/newsletter-s-bg.jpg');
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
}
.subscribe-box__item .subscribe-box_form-control{
	border-radius: 50px;
	padding: 1rem 2rem;
    border-color: #808080;
	background: #D7D8DA;
}
#newsletter_subscribe .news-head{
	color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}
#newsletter_subscribe .news-desc{
	color: #8B8B8B;
	font-weight: 400;
	font-size: 25px;
}
#newsletter-emailsubscribe .subscribe-policy__label{
	color: #afafaf;
	font-size:13px;
}
.subscribe-button  .btn.btn-primary{
	border-radius: 20px;
    background: #E41220;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 37px;
}
.subscribe-policy__label a{
	color:#fff;
}
/* NEWS-SUBSC ||| END */


/* FOOTER ||| START */
footer.d-print-none{
	padding-top:0;
	margin-top:0;
	border-top: none;
}
.footer-info{
	background:#1E2E42;
	max-width: 1920px;
    margin: 0 auto;
}
.footer-row{
	max-width: 1000px;
	margin: 0 auto;
}
.footer-info .module-head-title::before{
	content:none;
}
.module-head-title::after {
	top: -2px;
}
.footer-info .primary-link-color, .footer-info, .footer-info a, .footer-info .information-box__item-link{
	color:#AFADAD;
	font-size:14px;
	transition: .4s;
}
.footer-info {
    padding-top: 1rem;
}
.footer-row .module-head-title {
    color: #fff;
	text-transform: uppercase;
}
.footer-row .module-head-title::after{
	top: -2px;
	width: 3vw;
	max-width: 65px;
}
.footer-info .footer-row .module-head-title {
    margin-bottom: 2rem;
}
.footer-info .information-box {
    gap: 10px;
}

footer .information-box a:not(.btn):hover, footer .information-box a:not(.btn):active, footer .information-box a:not(.btn):focus, .footer-info .primary-link-color:hover, .footer-info a:hover, .footer-info .primary-link-color:active, .footer-info a:active, .footer-info .primary-link-color:focus, .footer-info a:focus{
	color: #fff;
}
.footer-top-position {
    margin-top: 10rem;
}
.footer-copyright {
    color: #7f7f7f;
}
.footer-top-position__container.container, #newsletter_subscribe.container {
	max-width: 1920px;
	width: 100%;
}
.footer-top-position__container.container{
	padding-left:0;
	padding-right:0;
}
.contact-icon{
	margin-right: 10px;
    width: 22px;
}
.partners-row{
	flex-wrap: wrap;
}
.partners-item{
	margin:10px 5px;
}
/* FOOTER ||| START */



/* MEDIA-Q ||| START */

@media (min-width: 992px) {
	.header .cart-dropdown-toggle{
		width: 75px;
	}
	#header-middle-login > a::before {
		content: "Belépés";
		position: relative;
		margin-right: 10px;
		color: #000;
		font-weight:600;
		font-size:14px;
	}
	#js-cart .header-cart-icon::before{
		content: "Kosár";
		position: relative;
		margin-right: 10px;
		color: #000;
		font-weight:600;
		font-size:14px;
	}
	.search-module {
		width: 100%;
		max-width: 450px;
	}
	.header-middle-center {
		margin-right: auto;
	}
	.header-middle-right-box, .header-middle-wishlist-module{
		width:unset;
		margin-left: 2.5rem;
	}
	.header-cart-icon {
		border: none;
	}
	.header-quantity-box {
		top: 13px;
		right: -8px;
	}
	.product-list-body .main-content > .container {
		max-width: 1850px;
		width: 98%;
	}	
	.product-page-body .main-content > .container .product-page-top-container.container{
		width: 100%;
		max-width:unset;
		padding-left:25px;
		padding-right:25px;
	}
	.product-page-body .main-content > .container .container.product-page-container{
		margin-left:0;
		margin-right:0;
	}
}
@media (min-width: 1200px) {
	#customcontent14.container{
		margin-top: 30px;
	}
	.main-content .section-wrapper .module-head-title, .main-content .module .module-head-title{
		margin-bottom: 6rem;
	}
}


@media (min-width: 1400px) {
	.home-body .product-module.container{
		max-width: 1850px;
		width: 90%;
	}
	.product-list-body .main-content > .container > .row{
		align-items: flex-start;
	}
	.home-body .slick-slider .product-snapshot {
		flex: 0 0 14.2%;
		max-width: 300px;
	}
	.prod-det-usp{
		display:block;
	}
	.product-page-top-container .product-page-left {
		width: 33%;
	}
	.product-page-top-container .product-page-right {
		width: 42%;
	}
	#section-prod_usp{
		flex: 0 0 auto;
        width: 25%;
		padding: 0 3rem;
	}
	.prod-det-usp{
		display:block;
	}
	.prod-det-usp > div{
		width: 100%;
	}
	.prod-det-usp > div{
		width: 100%;
	}
}
@media (min-width: 1500px) {

}
@media (min-width: 1650px) {
	.product-module .product-snapshot-vertical:not(.slick-slider) .product-snapshot {
		width: 16.67%;
        max-width: 16.67%;
	}
	.home-body .slick-slider .product-snapshot {
		flex: 0 0 14%;
        max-width: 287px;
	}
}


@media (max-width: 1700px) {
	#section-prod_usp .main-usp-item-text h3{
		font-size: 14px;
	}
	#product-page-top-container > .row{
		justify-content: space-evenly;
	}
}

@media (max-width: 1500px) {
	.main-usp-item-text h3{
		font-size: 14px;
	}
	
}
@media (max-width: 1399.98px) {
	.category-menu>.category-list>.nav-link{
		padding: 19px 8px;
	}
	#section-prod_usp .main-usp-item-text h3 {
		font-size: 16px;
	}
	.prod-det-usp{
		margin: 3rem 15px 1rem;
	}
	#section-main_cat_2 {
		padding: 0 25px;
	}
	.product-module {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.product-card__item  .product-card__title-link {
		font-size: 14px;
	}
	#section-prod_usp{
		padding-left:0;
		padding-right:0;
	}
	.main-cat-left .main-cat-item-inner{
		background-position: right;
	}
	.main-cat-left .main-cat-item-inner::before{
		opacity:.95;
	}
}
@media (max-width: 1250px) {
	#category .category-menu .children > li > a{
		font-size:14px;
	}
	#newsletter_subscribe.container {
		background-position: center;
		padding-top:20px;
		padding-bottom:20px;
	}
	#category .category-menu #cat_3180 .children {
		grid-template-columns: 300px 300px 300px;
	}
}
@media (max-width: 1199.98px) {
	.category-menu>.category-list>.nav-link{
		font-size: 14px;
    	padding: 19px 5px;
	}
}
@media (max-width: 991.98px) {
	.sort .form-select {
		border-radius: 30px;
		padding-right: 4rem;
		margin-right: 2rem;
		margin-left: 1rem;
	}
	.page-head-title::after, .module-head-title::before, .module-head-title::after{
		content:none;
	}
	.header .header-logo-img{
		max-height: 50px;
	}
	.header .header-middle-center{
		margin-top:7px;
	}
	.header .header-middle {
		height: 110px;
		padding: 0;
	}
	.column-left.list-page-column-left{
		display:none;
	}
	.subcategory__link{
		height: 45px;
	}
	.product-card__item {
		font-size: 14px;
	}
	#productdescription .parameter-table > tbody{
		display: block;
	}
	#productdescription .parameter-table tr {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 767.98px) {
	.main-cat-left .main-cat-item-inner-wrap{
		padding-left:2rem;
	}
	.main-usp-item{
		display:flex;
		justify-content: center;
	}
	.main-usp-item-inner {
		width: 300px;
	}
	.main-usp-item{
		margin-bottom:15px;
	}
	#section-main_cat {
		margin-left: 25px;
		margin-right: 25px;
	}
	.main-cat-left .main-cat-item-inner, .main-cat-right .main-cat-item-inner {
		border-radius: 15px;
	}
	.main-cat-2-item {
		width: 50%;
	}
	.main-cat-2 > .row{
		justify-content: center;
	}
	#newsletter_subscribe .news-head {
		font-size: 30px;
	}
	#newsletter_subscribe .news-desc {
		font-size: 20px;
	}
	.product-page-tab-content {
		padding: 20px 3rem;
		margin-left: 25px;
    	margin-right: 25px;
	}
	.page-head-title {
		font-size: 25px;
	}
	.product-page-right .product-page-price .product-price--regular, .product-page-right .product-page-price .product-price--special {
		font-size: 22px;
	}
	.product-module {
		width: 80%;
	}
}
@media (max-width: 575.98px) {
	#newsletter_subscribe > div {
		display: block;
		margin: 10px 25px;
	}
	.news-left {
		margin-right: 0;
		padding-left:0;
	}
	#newsletter-emailsubscribe {
		max-width: unset;
	}
	.product-page-body .main-content > .container{
		padding-left: 25px;
    	padding-right: 25px;
	}
	.header .header-middle-container {
		padding: 0 25px;
	}
	.prod-det-usp-left {
		margin-bottom: 1rem;
	}
	.prod-det-usp {
		padding: 2rem 1rem;
	}
	#section-prod_usp .main-usp-item-text h3 {
		font-size: 14px;
	}
	.product-page-tab-content {
		padding: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.module-head-title::before, .module-head-title::after {
		min-width: 30px;
	}
	.main-cat-2-item {
		width: 100%;
	}
	.footer-top-position {
		margin-top: 5rem;
	}
	.position-1-wrapper .product-parameter td.product-parameter__label {
		padding-right: 10px;
	}
	.product-snapshot{
		min-width:150px;
	}
	#productdescription .parameter-table tr {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	#productdescription .parameter-table tr td:first-child, #productdescription .parameter-table tr td:nth-child(2) {
		width: 100%;
	}
	#productdescription .parameter-table tr:nth-child(4n + 3), #productdescription .parameter-table tr:nth-child(4n + 4){
		background: #fff;
	}
	#productdescription .parameter-table tr td:first-child{
		border-right:none;
		border-top:none;
	}
}
@media (max-width: 500px) {
	.product_table_quantity{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.main-cat-2-item h2 {
		font-size: 18px;
	}
	.main-cat-2-item-inner {
		padding: 8px 1rem;
	}
	#newsletter_subscribe > div {
		margin: 10px auto;
		width: 320px;
	}
	.subcategory.subcategory-grid{
		display: flex;
    	flex-wrap: wrap;
	}
	.subcategory.subcategory-grid > div{
		width:50%;
	}
	.page-head-title {
		font-size: 20px;
	}
	.parameter-table.table{
		display: block;
    	overflow: scroll;
	}
}
@media (max-width: 390px) {
	.main-cat h1 {
		font-size: 22px;
	}
	.main-cat p {
		font-size: 16px;
	}
	.main-cat-item h2 {
		font-size: 17px;
	}
	.main-usp {
		padding: 2rem 25px;
	}
	.module-head-title {
		font-size: 18px;
	}
	.module-head-title::before, .module-head-title::after {
		top: -4px;
		margin: 0 8px;
	}

}
@media (max-width: 350px) {
	.module-head-title::before, .module-head-title::after{
		content:none;
	}
	.main-cat-2-item h2 {
		font-size: 15px;
	}
	.main-cat-2-arrow {
		top: 9px;
		margin-left: 4px;
		transform: scale(.6);
	}
	#newsletter_subscribe > div {
		padding: 0 20px;
	}
}
@media (max-width: 330px) {
	.main-cat h1 {
		font-size: 19px;
	}
	.main-cat p {
		font-size: 14px;
	}
	.main-cat-item h2 {
		font-size: 15px;
	}
	.module-head-title {
		font-size: 18px;
	}
	.module-head-title::before, .module-head-title::after {
		top: -4px;
		margin: 0 8px;
	}

}



/* MEDIA-Q ||| END */