/*.productsbanner {
    height: 760px;
    position: relative;
    padding: 100px 0;
	background-attachment: fixed;
    background-position: center;
	background-size: cover;
}*/
.productsbanner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 323px;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, #401D0F 0%, rgba(64, 29, 15, 0) 100%);
    opacity: 0.7;
    background-blend-mode: multiply;
    transform: rotate(180deg);
}
.productsbanner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 565px;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    bottom: 0;
}

.productsbanner .e-con-inner {
    justify-content: flex-end !important;
    position: relative;
    z-index: 1;
}

.productsbanner{
    font-family: 'RionaSansW04-Bold';
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.elementor-element.productlist {
    max-width: 1158px;
    margin: 50px auto;
    border-radius: 8px;
	background-attachment: fixed;
    background-position: center;
}

.elementor-element.productlist.productlistfirstchild {
    margin-top: 60px;
}

.elementor-element.productlist.productlistlastchild {
    margin-bottom: 60px;
}

.productinfocol 
 h2{
    font-family: 'RionaSansW04-Black';
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.productinfocol  p {
    font-family: 'RionaSansW04-Regular';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
	max-width: 100%;
}

.productinfocol a.elementor-icon:hover rect {
    fill: #86C7ED;
}

.productinfocol a.elementor-icon rect {
    transition: all 0.5s ease;
}

.productinfocol p:last-child{
	margin-bottom: 0;
}

.productlist .e-con-inner {
    max-width: 100%;
}

.productinfocol.productinfoleftcol {
    padding: 50px 0 50px 50px;
}

.elementor-element.productlist.productlistfirstchild .e-con-inner {
    align-items: center;
}

.productlist .productinfocol.productinforightcol {
    padding: 50px 50px 50px 0;
}
.productinfocol:nth-child(2) a.elementor-icon:hover rect {
    fill: #f08122;
}
@media all and (max-width: 1199px){
	.elementor-element.productlist{
		max-width: calc(100% - 40px);
		margin: 50px 20px;
	}
	
	.elementor-element.productlist.productlistfirstchild{
		margin-top: 70px;
	}
	
	.productinfocol.productinfoleftcol{
		padding: 40px 0 40px 40px;
	}
	
	.productlist .productinfocol.productinforightcol{
		padding: 40px 40px 40px 0;
	}
	
	.productinfocol h2{
		font-size: 70px;
	}
}

@media all and (max-width: 1024px){
	.productinfocol.productinfoleftcol{
		padding: 30px 0 30px 30px;
	}
	
	.productlist .productinfocol.productinforightcol{
		padding: 30px 30px 30px 0;
	}
}

@media all and (max-width: 991px){
	.productsbanner{
		height: 600px;
	}
	
/*	.productsbanner .elementor-heading-title{
		font-size: 80px;
	}
	
	.productinfocol h2.elementor-heading-title{
		font-size: 50px;
	}*/
	
	.productinfocol p{
		font-size: 18px;
	}
}

@media all and (max-width: 767px){
	/*.productsbanner{
		height: 500px;
	}
	
	.productsbanner .elementor-heading-title{
		font-size: 16px;
	}*/
	.productinfocol h2 {
    	font-size: 28px;
	}
	.elementor-element.productlist.productlistlastchild{
		margin-bottom: 70px;
	}
	
	.elementor-element.productlist.productlistfirstchild{
		padding: 0 0 30px 30px;
		margin-top: 50px;
	}
	
	.productinfocol.productinfoleftcol{
		padding: 30px 30px 30px 0;
	}
	
	.elementor-element.productlist.productlistlastchild{
		padding-right: 30px;
	}
	
	.productlist .productinfocol.productinforightcol{
		padding: 30px 0 30px 30px;
	}
	
	.productinfocol h2{
		max-width: 350px;
	}
}

@media all and (max-width: 575px){
	/*.productsbanner{
		height: 400px;
	}
	
	.productsbanner .elementor-heading-title{
		font-size: 40px;
	}*/
	
	.elementor-element.productlist{
		margin: 30px 20px;
	}
	
	.elementor-element.productlist.productlistfirstchild{
		margin-top: 30px;
		padding: 0 0 15px 15px;
	}
	
	.productinfocol.productinfoleftcol{
		padding: 15px 15px 15px 0;
	}
	
	/*.productinfocol h2.elementor-heading-title{
		font-size: 30px;
		max-width: 220px;
	}*/
	
	.elementor-element.productlist.productlistlastchild{
		padding-right: 15px;
	}
	
	.productlist .productinfocol.productinforightcol{
		padding: 15px 0 15px 15px;
	}
	
	.elementor-element.productlist.productlistlastchild{
		margin-bottom: 50px;
	}
}