.lazing::before{

	content:url('loader.svg');
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);

}


.fade-in
{
	animation: fadein 2s forwards;
	transition: .5s linear;
	height: auto;
}

@keyframes fadein {
	0% {display:unset;}
	1% {opacity: 0;}
	100% {opacity:1;}
}

.fade-out
{
	animation: fadeout 2s  forwards;
	transition: .5s linear;
	height: 0;
	display:none;
}

@keyframes fadeout {
	0% {opacity:1;display:unset;}
	99% {opacity: 0;display:unset;}
	100% {opacity: 0;height:0;display:none;}
}



[class*="[R]"],
[class*="[R-FAIL]"]
{
	position: relative;
}
[class*="[R]"]::before
{
	color: red;
	content: "*";
	position: absolute;
	left:4px;
	top: 8px;
	font-size: 18px;
}

[class*="[R-FAIL]"]::before
{
	color: red;
	content: "*";
	position: absolute;
	left:4px;
	top: 8px;
	font-size: 18px;
}

input.hidden {border:0}
.ql-toolbar,.ql-editor li {display: block;}

.outbox.warning>div>div>div>div:nth-child(2){
	display: none;
}
.outbox.warning .accept{
	text-align: center;
}
.outbox.warning .accept::after{
	display: none;
}

@media only screen and (min-width : 901px) and (max-width : 1919px)
{
	.sitemediacage
	{
		border: 0;
		padding: 0% 5%;
	}

}
@media only screen and (min-width : 1920px)
{
	.sitemediacage
	{
		border: var(--baseborder) var(--tone02);
		border-radius: calc( var(--baseradius)*2);
		padding: 2%;
	}
}

#portalmenu .bar
{
	height: 100%;
	width: 5px;
	display: list-item;
	background: transparent;
}
#portalmenu .bar.active
{ background: rgba(255,255,255,.75); }
#portalmenu .card:hover .bar
{ background: rgba(255,255,255,.35); }


.marquee
{
	margin-top: 10px;
	height: 20px;
	overflow: hidden;
	position: relative;
}
.marquee .shade
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0%;
	background: transparent;
	background: linear-gradient(90deg, rgba(30,43,62,1) 4%, rgba(30,43,62,0) 22%, rgba(30,43,62,0) 77%, rgba(30,43,62,1) 99%);
}
.marquee p
{
	position: absolute;
	width: auto !important;
	max-width: 9999px !important;
	text-align: left;
	white-space: nowrap;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: scroll-left 2s linear infinite;
	-webkit-animation: scroll-left 2s linear infinite;
	animation: scroll-left 20s linear infinite;
}
.marquee p:after
{
	content: attr(title);
	position: absolute;
	left: 100%;
}
@-webkit-keyframes scroll-left {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
	0% { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
}


.videotuts
{opacity:.33;margin-top:15px;}
.videotuts:hover
{opacity:1;}


ul.collapse>ul,
ul.collapse>li {
	position: relative;
	display: inline-flex !important;
	flex-wrap: wrap;
	overflow: hidden;
}

ul.collapse ul {
	margin-left: 20px;
}

ul.collapse .line-off>ul {
	display: none;
}

.categorylist>ul.collapse .line-off>ul {
	display: inherit;
	height: 0;
	overflow: hidden;
}

ul.collapse li {
	margin-top: 5px;
}

ul.collapse .title>p {
	width: 60%;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	cursor: pointer;
}

ul.collapse li[class*="line-"] .arrow {
    position: absolute;
	font-size: 20px;
	top: 50%;
    z-index: 1000;
	transition: transform .25s;
}
ul.collapse li[class*="line-"] .button-checkbox .arrow
{
	top: 55%;
	left: 9px;
    width: auto;
}

ul.collapse li.line-off>.button-checkbox .arrow,
ul.collapse li.line-off>.tabs-x .arrow {
	transform: translateY(-50%) rotate(-0deg);
}

ul.collapse li.line-on>.button-checkbox .arrow,
ul.collapse li.line-on>.tabs-x .arrow {
	transform: translateY(-50%) rotate(45deg);
}


.ql-toolbar.ql-snow .ql-formats {
	width: auto;
}



@media only screen and (max-width : 900px)
{
	.categorieslist {
		background: url(../../frontoffice/getimg/img.bkg.categories.png);
		background-position: right;
		background-size: 200%;
	}
}

@media only screen and (min-width : 901px)
{
	.categorieslist {
		background: url(../../frontoffice/getimg/img.bkg.categories.png)  ;
		background-position: center;
		background-size: cover;
	}
}




#productslist>[class*="box"]:hover
{
	transition: all ease .45s;
	box-shadow: 0 0 100px rgb(0 0 0 / 35%);
    z-index: 900;
    transform: scale(1.01);
}

#opencompareslist
{
    transition: all 1s;
    border-radius: 10px;
    max-width: 250px;
    position: absolute;
    left: 5px;
    top: 5px;
    display: table;
    text-align: center;

	background: var(--tone02);
	box-shadow: 0;

	animation: beat .3s infinite alternate;
	transform-origin: center;

}
#opencompareslist:hover{
	animation: beat 5s infinite alternate;
	
}

@keyframes beat{
	from { transform: scale(1); box-shadow: 0 0 15px var(--tone05); }
	to { transform: scale(.9); box-shadow: 4px 0px 8px var(--tone01); }
}

@media only screen and (max-width : 1919px)
{
	#opencompareslist>span {
		display: none;
	}

	#opencompareslist {
		max-width: 55px;
	}
}

#opencompareslist.off
{
	box-shadow: 0, 0;
	opacity:0;
}

#opencompareslist.active
{
	/* box-shadow: 0px 3px 2px 0px #2a41748a, 0px 3px 99px 3px #84ddff; */
	opacity:1;
}


th.comparebox
{
	border: 3px solid #ccc;
	text-align: center;
	padding: 4px;
}

.wish-active
{
	filter: saturate(50);
	border-color: rgba(0,0,0,.1);
}

.productbox>div>.autocrop {
	height: 170px;
}


#productslist[data-layout=list] h3{
	font-size: 19px;
}

#productslist[data-layout=list] p{
	font-size: 15px;
}

#productslist[data-layout=list]>[class^=box] {
	width: 100%;
    height: 130px !important;
}

#productslist[data-layout=list] .productbox {
    height: 130px !important;
    display: flex;
    flex-flow: nowrap;
}
#productslist[data-layout=list] .productbox>div{
	max-width: 330px;
}
#productslist[data-layout=list] .productbox>div>.autocrop {
    height: 126px;
    width: 100%;
    border-right: 2px solid #edeced;
}

#productslist[data-layout=list] .productbox article {
	min-height:255px !important
}

#productslist[data-layout=list] .productbox article>div:nth-child(5),
#productslist[data-layout=list] .productbox article>div:nth-child(6),
#productslist[data-layout=list] .productbox article>div:nth-child(7) {
	display: none !important;
}

#productslist[data-layout=list]>[class^=box] article {
    height: 130px !important;
	padding: 15px;
}
#productslist[data-layout=list]>[class^=box] article>p:nth-child(1) {
	padding-top:0;
}

#productslist[data-layout=list]>[class^=box] article,
#productslist[data-layout=list]>[class^=box] article>p {
	text-align: left;
}

#productslist[data-layout=list]>[class^=box] .productbox>article+div {
	height: auto !important;
	align-self: center;
}
#productslist[data-layout=list]>[class^=box] .productbox>article+div .detailsbox {
	width: 200px;
	align-self: end;
}
#productslist[data-layout=list]>[class^=box] .productbox>article+div [class^=box]:nth-child(1),
#productslist[data-layout=list]>[class^=box] .productbox>article+div [class^=box]:nth-child(2){
	width: 25%;
}
#productslist[data-layout=list]>[class^=box] .productbox>article+div [class^=box]:nth-child(3){
	width: 100%;
}