/*betűtípus*/
body{
	font-family: "Roboto", Arial, sans-serif !important;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-family: "Roboto Condensed",Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.module-head-title{
	font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2.2px;
	line-height: 30px;
}
a.categoryoffer-card__link.stretched-link {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2.2px;
}
@media only screen and (max-width: 991.98px){
	.categoryoffer-card__title {
		margin: 22px 7px;
	}
	a.categoryoffer-card__link.stretched-link{
		letter-spacing: 1.6px;
	}
}
a.nav-link {
    font-family: "Roboto Condensed", Arial, sans-serif;
	font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 20px;
	letter-spacing: 1.5px;
}
.product-card__title-link {
	font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
@media only screen and (max-width: 991.98px){
	.product-card__title-link{
		letter-spacing: 0.3px;
	}
}
#relatedproducts .product-card__title-link {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-transform: uppercase;
}
.snapshot-price--regular,
.snapshot-price--special {
    font-size: 17px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.snapshot-price--original {
	font-family: "Roboto Condensed", Arial, sans-serif;
}
span.snapshot-price--postfix {
	font-family: "Roboto Condensed", Arial, sans-serif;
}
.btn-primary,
.btn-secondary{
	font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	font-size: 13px;
}
.subcategory__link {
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
h1.page-head-title.product-page-head-title {
    line-height: 35px;
}
span.product-page-product-name {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 30px;
}
.banner-item__title {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
}
.mosaic-item__title {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700 !important;
}
.footer-seo h2 {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1.8px;
}
h1.page-head-title {
    text-transform: uppercase;
}
h3.information-list__card-title.h4 {
    text-transform: uppercase;
	letter-spacing: 0px;
}
h3.information-list__card-title.h4 a {
    text-decoration: none !important;
}
#blog_filter .module-head-title {
    font-size: 25px !important;
    font-weight: 700 !important;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2.2px;
    text-align: left;
    margin-bottom: 10px;
}
div#module_customcontent5_wrapper .custom-partnercard h3 {
    font-size: 25px !important;
    font-weight: 700 !important;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2.2px;
    text-align: left;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px){
	.product-card__title-link {
		font-size: 14px;
		line-height: 20px;
	}
}





/*fejléc*/
.headermenu-list {
    margin-left: initial;
    margin-right: auto;
}
.small-header .category-menu>.category-list>.nav-link {
    font-size: 1rem;
    margin: 9px 30px;
}
.sf-horizontal>li.dropDownParent>.nav-link:after,
.sf-horizontal>li.parent>.nav-link:after {
    border: solid #212121;
    border-width: 0 1px 1px 0;
    content: " ";
    height: 7px;
    width: 7px;
    display: block;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: auto;
    right: -15px;
    margin: auto;
    transform: rotate(45deg);
}
.category-menu .children>li {
    position: static;
}
.sf-horizontal>li.parent .parent>.nav-link:after {
    border: solid #212121;
    border-width: 0 1px 1px 0;
    content: " ";
    height: 6px;
    width: 6px;
    display: block;
	top: calc(50% - 2px);
    bottom: 0;
    transform: rotate(-45deg);
    display: inline-block;
    left: auto;
    position: absolute;
    right: 14px;
    margin-left: auto;
    margin-right: 0;
}
.sf-horizontal .nav-link:after {
    transition: all .2s ease-in-out;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(48, 129, 153, 0.8)
    }
    70% {
        box-shadow: 0 0 0 10px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}
.small-header .header-logo-img {
    max-height: 70px;
}
@media (min-width: 992px) {
    .headroom--not-top .header-logo-img {
        max-height: 50px !important;
    }
}
@media (max-width: 991.98px){
	.header-logo {
		display: flex;
		justify-content: center;
	}
}
@media (min-width: 768px) and (max-width: 1439.98px){
	.header-logo-img{
		max-width: 200px;
	}
	.header-middle-right{
		gap: 5px;
	}
	.header-middle-row{
		grid-template-columns: 1fr 0.7fr 1fr;
	}
}
#header-middle-login .header-quantity-box{
	background-color: #308199;
}





/*menü formázás*/
#category-nav .children{
	background-color: #fff;
	box-shadow: none;
}
.category-menu .children .children {
    max-height: 100%;
	max-height: 150px;
    height: 150px;
    flex-flow: column wrap;
}
#category-nav .children .children .nav-link{
	padding-top: 2px !important;
    padding-bottom: 2px !important;
}
#category-nav .sf-horizontal .children{
	transform: translateX(-50%);
}
.category-menu .nav-link:before,
.headermenu-list__item .nav-link:before {
	background-color: rgba(48, 129, 153, 0.5);
}
/*megamenü - - - cat_3041 beállítása*/
/*Ezzel lehet felülírni a block-ban történő megjelenítési módját a superfish.sj-nek. Így flex-szel több oszlopba tudja törni a menüpontokat, ha sok van*/
#category-nav .sf-horizontal #cat_3041 .children[style*="display: block;"]{
	display: flex !important;	
}
#category-nav .sf-horizontal #cat_3041>.children[style*="display: block;"]{
	top: 43px;
}
#category-nav .sf-horizontal #cat_3041 .children{
	width: 1000px;
	left: 100%;
	left: calc(100% - 35px);
}
#category-nav .sf-horizontal #cat_3041 .children .children{
	width: 250px;
	left: 250px;
}
#category-nav .sf-horizontal #cat_3041 .children #cat_3050>.children,
#category-nav .sf-horizontal #cat_3041 .children #cat_4704>.children,
#category-nav .sf-horizontal #cat_3041 .children #cat_4456>.children,
#category-nav .sf-horizontal #cat_3041 .children #cat_4569>.children,
#category-nav .sf-horizontal #cat_3041 .children #cat_4707>.children{
	width: 500px;
	left: 250px;
}
#category-nav .sf-horizontal #cat_3041 .children .children .children{
	width: 250px;
	/*left: 500px;*/
	left: 250px;
	max-height: 150px;
    height: 150px;
	flex-flow: column wrap;
}
#category-nav .sf-horizontal #cat_3041 .children #cat_3050>.children #cat_4356>.children{
	width: 500px;
}
#category-nav .sf-horizontal #cat_3041 ul li .nav-link{
	padding: 0.3rem 1rem;
	width: 250px;
	position: relative;
}
#category-nav .sf-horizontal #cat_3041 .children .children li{
    background: #fff !important;
}
/*Scrapbook papírok kategóriánál egy oszloppal tolni kell a gyermekei megjelenítését, hogy ne fedje saját magát*/
/*#category-nav .sf-horizontal #cat_3041 .children .children #cat_277 .children{
	left: 500px;
}*/
#category-nav .sf-horizontal #cat_3041 ul:hover{
	display: flex !important;
}
/*#category-nav .sf-horizontal #cat_3041>ul{
	background: url(/custom/artexport/image/data/ckeditor/3-logo-elokep-linknel.jpg) right bottom no-repeat rgb(255, 255, 255);
	box-shadow: 0px 15px 50px 20px rgba(0, 0, 0, 0.25);
}*/
#category-nav .sf-horizontal #cat_3041>ul{
	background: url(/custom/artexportsk/image/data/spots/hatterkep/hobbi_h397_m.jpg) right bottom no-repeat rgb(255, 255, 255);	
	box-shadow: 0px 15px 50px 20px rgba(0, 0, 0, 0.25);
	/*background-color: #EFEFEF;*/
}

#category-nav .sf-horizontal #cat_3041 .children > li:active,
#category-nav .sf-horizontal #cat_3041 .children > li:hover {
    background-color: transparent;
}
#category-nav .sf-horizontal #cat_3041.js-sf-hover{
	background-color: rgba(48, 129, 153, 0.5);
}
.children .category-list:active>a,
.children .category-list:hover>a {
    background-color: rgba(48, 129, 153, 0.5);
}
#category-nav .sf-horizontal #cat_3041.selected {
    background-color: rgba(48, 129, 153, 0.5);
}


/*megamenü - - - cat_3044 beállítása*/
/*Ezzel lehet felülírni a block-ban történő megjelenítési módját a superfish.sj-nek. Így flex-szel több oszlopba tudja törni a menüpontokat, ha sok van*/
#category-nav .sf-horizontal #cat_3044 .children[style*="display: block;"]{
	display: flex !important;	
}
#category-nav .sf-horizontal #cat_3044>.children[style*="display: block;"]{
	top: 43px;
}
#category-nav .sf-horizontal #cat_3044 .children{
	width: 1000px;
	left: 0;
	left: -35px;
}
#category-nav .sf-horizontal #cat_3044 .children .children{
	width: 250px;
	left: 250px;
}
#category-nav .sf-horizontal #cat_3044 .children .children .children{
	width: 250px;
	left: 250px;
	max-height: 150px;
    height: 150px;
	flex-flow: column wrap;
}
#category-nav .sf-horizontal #cat_3044 ul li .nav-link{
	padding: 0.3rem 1rem;
	width: 250px;
	position: relative;
}
#category-nav .sf-horizontal #cat_3044 .children .children li{
    background: #fff !important;
}
#category-nav .sf-horizontal #cat_3044 ul:hover{
	display: flex !important;
}
/*#category-nav .sf-horizontal #cat_3044>ul{
	background: url(/custom/artexport/image/data/ckeditor/3-logo-elokep-linknel.jpg) right bottom no-repeat rgb(255, 255, 255);
	box-shadow: 0px 15px 50px 20px rgba(0, 0, 0, 0.25);
}*/
#category-nav .sf-horizontal #cat_3044>ul{
	background: url(/custom/artexportsk/image/data/spots/hatterkep/muvesz_h397.jpg) right bottom no-repeat rgb(255, 255, 255);
	box-shadow: 0px 15px 50px 20px rgba(0, 0, 0, 0.25);
	/*background-color: #EFEFEF;*/
}
#category-nav .sf-horizontal #cat_3044 .children > li:active,
#category-nav .sf-horizontal #cat_3044 .children > li:hover {
    background-color: transparent;
}
#category-nav .sf-horizontal #cat_3044.js-sf-hover{
	background-color: rgba(48, 129, 153, 0.5);
}
#category-nav .sf-horizontal #cat_3044.selected {
    background-color: rgba(48, 129, 153, 0.5);
}
#category .children .nav-link{
	text-transform: initial;
}

/*megamenü növelés*/
@media screen and (min-width: 1280px){
	#category-nav .sf-horizontal #cat_3041 .children {
		width: 1100px;
		left: 100%;
		left: calc(100% - 35px);
	}
	#category-nav .sf-horizontal #cat_3041 .children .children{
		width: 275px;
		left: 275px;
	}
	#category-nav .sf-horizontal #cat_3041 .children #cat_3050>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4704>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4456>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4569>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4707>.children{
		width: 550px;
		left: 275px;
	}
	#category-nav .sf-horizontal #cat_3041 .children .children .children{
		width: 275px;
		left: 275px;
	}
	#category-nav .sf-horizontal #cat_3041 .children #cat_3050>.children #cat_4356>.children{
		width: 550px;
	}
	#category-nav .sf-horizontal #cat_3041 ul li .nav-link {
		width: 275px;
	}
	#category-nav .sf-horizontal #cat_3041>ul{	
		background: url(/custom/artexportsk/image/data/spots/hatterkep/hobbi_h425_m.jpg) right bottom no-repeat rgb(255, 255, 255);
	}
	#category-nav .sf-horizontal #cat_3044 .children {
		width: 1100px;
	}
	#category-nav .sf-horizontal #cat_3044 .children .children{
		width: 275px;
		left: 275px;
	}
	#category-nav .sf-horizontal #cat_3044 .children .children .children{
		width: 275px;
		left: 275px;
	}
	#category-nav .sf-horizontal #cat_3044 ul li .nav-link{
		width: 275px;
	}
	#category-nav .sf-horizontal #cat_3044>ul{	
		background: url(/custom/artexportsk/image/data/spots/hatterkep/muvesz_h425.jpg) right bottom no-repeat rgb(255, 255, 255);
	}
	#category-nav .children .nav-link{
		font-size: 14px;
    	line-height: 20px;
	}
}
@media screen and (min-width: 1440px){
	#category-nav .sf-horizontal #cat_3041 .children {
		width: 1400px;
		left: 100%;
		left: calc(100% - 35px);
	}
	#category-nav .sf-horizontal #cat_3041 .children .children{
		width: 350px;
		left: 350px;
	}
	#category-nav .sf-horizontal #cat_3041 .children #cat_3050>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4704>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4456>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4569>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4707>.children{
		width: 700px;
		left: 350px;
	}
	#category-nav .sf-horizontal #cat_3041 .children .children .children{
		width: 350px;
		left: 350px;
	}
	#category-nav .sf-horizontal #cat_3041 .children #cat_3050>.children #cat_4356>.children{
		width: 700px;
	}
	#category-nav .sf-horizontal #cat_3041 ul li .nav-link {
		width: 350px;
	}
	#category-nav .sf-horizontal #cat_3041>ul{	
		background: url(/custom/artexportsk/image/data/spots/hatterkep/hobbi_h483_m.jpg) right bottom no-repeat rgb(255, 255, 255);
	}
	#category-nav .sf-horizontal #cat_3044 .children {
		width: 1400px;
	}
	#category-nav .sf-horizontal #cat_3044 .children .children{
		width: 350px;
		left: 350px;
	}
	#category-nav .sf-horizontal #cat_3044 .children .children .children{
		width: 350px;
		left: 350px;
	}
	#category-nav .sf-horizontal #cat_3044 ul li .nav-link{
		width: 350px;
	}
	#category-nav .sf-horizontal #cat_3044>ul{	
		background: url(/custom/artexportsk/image/data/spots/hatterkep/muvesz_509x800.jpg) right bottom no-repeat rgb(255, 255, 255);
	}
	#category-nav .children .nav-link{
		font-size: 16px;
    	line-height: 26px;
	}
}
@media screen and (min-width: 1920px){
	#category-nav .sf-horizontal #cat_3041 .children {
		width: 1600px;
		left: 100%;
		left: calc(100% - 35px);
	}
	#category-nav .sf-horizontal #cat_3041 .children .children{
		width: 400px;
		left: 400px;
	}
	#category-nav .sf-horizontal #cat_3041 .children #cat_3050>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4704>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4456>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4569>.children,
	#category-nav .sf-horizontal #cat_3041 .children #cat_4707>.children{
		width: 800px;
		left: 400px;
	}
	#category-nav .sf-horizontal #cat_3041 .children .children .children{
		width: 400px;
		left: 400px;
	}
	#category-nav .sf-horizontal #cat_3041 .children #cat_3050>.children #cat_4356>.children{
		width: 800px;
	}
	#category-nav .sf-horizontal #cat_3041 ul li .nav-link {
		width: 400px;
	}
	#category-nav .sf-horizontal #cat_3041>ul{	
		background: url(/custom/artexportsk/image/data/spots/hatterkep/hobbi_509x800_m.jpg) right bottom no-repeat rgb(255, 255, 255);
	}
	#category-nav .sf-horizontal #cat_3044 .children {
		width: 1600px;
	}
	#category-nav .sf-horizontal #cat_3044 .children .children{
		width: 400px;
		left: 400px;		
	}
	#category-nav .sf-horizontal #cat_3044 .children .children .children{
		width: 400px;
		left: 400px;
	}
	#category-nav .sf-horizontal #cat_3044 ul li .nav-link{
		width: 400px;
	}
	#category-nav .sf-horizontal #cat_3044>ul{	
		background: url(/custom/artexportsk/image/data/spots/hatterkep/muvesz_537x800.jpg) right bottom no-repeat rgb(255, 255, 255);
	}
	#category-nav .children .nav-link{
		font-size: 18px;
    	line-height: 28px;
	}
	#category-nav .sf-horizontal .children .children{
		max-height: 400px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
}
.category-menu .children:not(.js-subtree-dropdown) {
    max-width: initial;
}
.category-menu .children{
	border-top: none;
}
.small-header .category-menu .children {
    top: calc(100% + 4px);
}
.small-header .category-menu .children .children {
    top: 0;
}
#category-nav .sf-horizontal .children .children{
	transform: translateX(0%) !important;
}
#category-nav .children .nav-link{
	font-weight: 400 !important;
    letter-spacing: 1px;
}



/*link színek*/
#blog_filter a{
	color: #308199;
}
#blog_filter a:hover {
    text-decoration: underline 1px #308199 !important;
}
.category-description a {
    color: #308199;
    /*text-decoration: none;*/
	font-weight: 600;
}
.category-description a:hover{
	text-decoration: underline 1px #308199 !important;
}
body.information-page-body .information .information__fulltext a {
    color: #308199;
    /*text-decoration: none;*/
	font-weight: 600;
}
body.information-page-body .information .information__fulltext a:hover {
    text-decoration: underline 1px #308199 !important;
}
body.product-page-body .product-parameter__short-description a {
    color: #308199;
    /*text-decoration: none;*/
	font-weight: 600;
}
body.product-page-body .product-parameter__short-description a:hover {
    text-decoration: underline 1px #308199 !important;
}
a.categoryoffer-card__link.stretched-link:hover {
    color: #308199;
}
.mosaic-item__link:hover {
    color: #308199;
}
h3.information-list__card-title.h4 a {
    color: #308199;
}
h3.information-list__card-title.h4 a:hover {
    text-decoration: underline 1px #308199 !important;
}
.information-list__card-text a{
	color: #308199;
	font-weight: 600;
}
.tags__link {
    color: #308199;
    /*text-decoration: none;*/
	font-weight: 600;
}
.tags__link:hover {
    text-decoration: underline 1px #308199 !important;
}
.footer-seo a,
.footer-seo a span {
    color: #308199 !important;
	/*text-decoration: none;*/
	font-weight: 600;
}
.footer-seo a:hover,
.footer-seo a:hover span {
    text-decoration: underline 1px #308199 !important;
}
#productcustomcontent a{
	color: #308199 !important;
	font-weight: 600;
}


/*termékkártya*/
h2.product-card__item.product-card__title.h4 {
    flex: 1 0 auto;
}
.product-card__item.product-card__title a:active,
.product-card__item.product-card__title a:hover{
    text-decoration: none;
    color: #308199;
}
.product-card__item.product-card__rating {
    color: #1B4C5C;
}
.card__footer.product-card__footer a.btn {
    /*padding: 10px 15px 10px 15px;*/
	padding: 10px 10px 10px 10px;
}



/*kategória oldal*/
.main-content .side-position .module-head-title {
    font-size: 25px !important;
    font-weight: 700 !important;
}
@media (min-width: 768px) and (max-width: 1439.98px){
	.main-content .side-position .module-head-title {
		font-size: 20px !important;
	}
}
.subcategory__card-body {
    padding: 16px 11px;
}
@media (max-width: 576px) {
    .subcategory__card {
        min-width: 33%;
        flex: 0 0 auto;
        height: auto;
        max-width: 33%;
    }
	.subcategory__card-body {
		padding: 16px 8px;
	}
}
.list-page-column-left .module-newsletter_subscribe-wrapper .btn-primary {
    background-color: #1b4c5c;
    border-color: #1b4c5c;
	color: #fff;
}
div#newsletter_subscribe a {
    color: #308199 !important;
    font-weight: 600;
}


/*termékoldal*/
@media (min-width: 1200px) {
    .product-advantages-grid {
        max-width: 100%;
    }
}
.product-parameter__category-description-list,
.product-parameter__manufacturer-text,
.product-parameter__wishlist a {
    text-decoration: none;
    color: #308199;
}
.product-parameter__category-description-list a:hover,
.product-parameter__wishlist a:hover {
    text-decoration: underline 1px #308199;
}
.product-page-body .product-parameter__value a:hover {
    text-decoration: underline 1px #308199;
}
tr.product-parameter.product-parameter__rating .product-parameter__value a {
    color: #308199;
	text-decoration: none;
}
#productreview .module-body svg {
    color: #308199;
}
.list-icon .variable {
	border: 1px solid transparent;
    padding: 0;
    transition: all .2s ease-in-out;
    position: relative;
}
.list-icon .variable:before {
    content: "";
    display: block;
	background-image: url(/custom/artexportsk/image/data/spots/vbk-sablonvaltas/iconmonstr-check-mark-1_color308199.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    transition: all .2s ease-in-out;
    opacity: 0;
}
.list-icon .variable.selected {
	border: 3px solid #ffffff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 37px;
    height: 37px;
}
.list-icon .variable.selected:before {
    opacity: 1;
}
.list-icon .variable.selected a{
	border: 3px solid #ffffff;
}
tr.product-parameter.product-parameter__short-description {
    font-size: 15px;
	letter-spacing: 0.5px;
}
.product-page-body .product-page-left div#product-image {
    margin-bottom: 45px;
}
@media (min-width: 768px) {
    .main-content #productreview .module-head-title {
        margin-bottom: 55px;
    }
}



/*kedvencek*/
.product-parameter .js-product-on-wishlist .icon-heart {
    fill: #308199;
}
.product-card__item.product-card__wishlist a {
    color: #308199;
}
.js-product-on-wishlist .icon-heart {
    fill: #308199 !important;
}
.product-card__item.product-card__wishlist a:hover {
    text-decoration: underline 1px #308199;
}
.wishlist-dropdown-shape {
    display: none;
}
.dropdown-hover-menu {
    border-top: 6px solid #308199;
}
.js-wishlist-module .header-quantity-box {
    background-color: #308199;
}



/*lábléc*/
#section-contact .social-links-wrapper {
    margin-top: 0;
}
.social_media_block {
    margin-top: 15px;
}



/*bővebben gomb*/
#tartalomExtra{
	display: none;
}


/*blog*/
.information__introtext-image {
    filter: none;
}


/*termékoldali színkockák lenyithatósága*/
.product-attribute__value ul.vanLenyithatoSzin {
    max-height: 630px; /*15sor x 42px(egy színkocka + border + gap magassága összesen)*/
    overflow: hidden;
    position: relative;
	padding-left: 2px;
	/*padding-top: 6px;*/
	padding-top: 5px;
}
a.view-more-colors {
	width: 100%;
	border-radius: 0;
	border: none;
	padding-top: 0px;
	text-align: center;
	color: #308199;
	text-decoration: none;
	display: block;
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 30px;
	background: white url(/catalog/view/theme/paris/image/paris-select-arrow.svg) no-repeat center 30px;
	height: 45px;
}
a.view-more-colors:hover {
	text-decoration: underline 1px #308199;
}
@media screen and (min-width: 768px){
	a.view-more-colors{
		font-size: 13px;
	    line-height: 30px;
		background: white url(/catalog/view/theme/paris/image/paris-select-arrow.svg) no-repeat center 30px;
		height: 45px;
	}
}
@media screen and (min-width: 992px) {
    a.view-more-colors {
        font-size: 13px;
        line-height: 18px;
        background: white url(/catalog/view/theme/paris/image/paris-select-arrow.svg) no-repeat center 40px;
        height: 55px;
    }
}
@media screen and (min-width: 1200px){
	a.view-more-colors{
		font-size: 13px;
	    line-height: 30px;
		background: white url(/catalog/view/theme/paris/image/paris-select-arrow.svg) no-repeat center 30px;
		height: 45px;
	}
}
@media screen and (min-width: 1400px){
	a.view-more-colors{
		font-size: 15px;
	    line-height: 30px;
		background: white url(/catalog/view/theme/paris/image/paris-select-arrow.svg) no-repeat center 30px;
		height: 45px;
	}
}




/*modulok háttere*/
#section-advantages .module-body {
	background-image: url(/custom/artexportsk/image/data/spots/vbk-sablonvaltas/hatter_kekzold_.jpg);
	background-size: 100% auto;
}
@media screen and (max-width: 767.98px){
	#section-advantages .module-body{
		background-image: url(/custom/artexportsk/image/data/spots/vbk-sablonvaltas/hatter_kekzold_.jpg);
		background-size: 150% 100%;
	}
}
#module_customcontent15_wrapper .module-body {
	background-image: url(/custom/artexportsk/image/data/spots/vbk-sablonvaltas/hatter_kekzold_.jpg);
	background-size: 100% auto;
    padding-top: 30px;
    padding-bottom: 15px;
}
@media screen and (max-width: 767.98px){
	#module_customcontent15_wrapper .module-body{
		background-image: url(/custom/artexportsk/image/data/spots/vbk-sablonvaltas/hatter_kekzold_.jpg);
		background-size: 150% 100%;		
	}
}
@media screen and (max-width: 991.98px){
	#module_customcontent15_wrapper .module-body{
		padding-left: 10px;
    	padding-right: 10px;
	}
}
.product-page-body #section-product_advantages .module-body {
	background-image: url(/custom/artexportsk/image/data/spots/vbk-sablonvaltas/hatter_kekzold_.jpg);
	background-size: 100% auto;
}
@media screen and (max-width: 767.98px){
	.product-page-body #section-product_advantages .module-body{
		background-image: url(/custom/artexportsk/image/data/spots/vbk-sablonvaltas/hatter_kekzold_.jpg);
		background-size: 150% 100%;		
	}
}
.product-page-body #productreview .product-review-list .product-review-item {
	background-image: url(/custom/artexportsk/image/data/spots/vbk-sablonvaltas/hatter_kekzold_.jpg), url(/custom/artexportsk/image/data/spots/vbk-sablonvaltas/hatter_kekzold_flipped_.jpg);
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, repeat-y;
    background-position: top, top;
}
.product-review-summary-empty {
    background-color: transparent;
}
@media screen and (max-width: 767.98px){
	.product-page-tab-container{
		border: none;
		padding-left: 40px;
    	padding-right: 40px;
	}
}