/* -------------------------------------- */
/* -------------- SET CSS -------------- */
/* -------------------------------------- */
/*
version: 1.3.1
/* -------------------------------------- */
.request_form {
    color: #fff;
	padding: 8px 28px;
	 font-size: 0.75rem;
    letter-spacing: 0.125rem;
    line-height: 2;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 24px;
    border: 0;
    background: transparent;
	display:block;
	text-align:center;
	z-index:1
}

   

.request_form:before {
	 background: #ff5901;
    background: linear-gradient(145deg, #ff5901 0%, #ffc301 90%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
	z-index:-1;
  }
.product-display h4{
	font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
	text-transform:uppercase;
	text-align:center;
	color: #ff5901;
    background: -webkit-linear-gradient(332deg,#f9942e 25%,#ff4a12 90%);
    background: -o-linear-gradient(332deg,#f9942e 25%,#ff4a12 90%);
    background: linear-gradient(332deg,#f9942e 25%,#ff4a12 90%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-display ul{
	list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.product-display ul.single{
	  grid-template-columns: repeat(3,1fr);
}
.product-display ul.single li:nth-child(odd){
	border:none;
}

.product-display ul li{
	border:1px solid #cecece;
	padding:20px;
	margin-bottom:0;
}
.product-display ul li img{
	max-width:100%;
	height:auto;
	padding:0!important;
}

.product-display  p{
    text-align:center;
	font-size:14px;
	line-height:2.5;
	margin-bottom:10px;
}
.product-display ul li p{
	line-height:2;
	margin-bottom:0px!important;
}
.product-display ul li:after, .product-display ul li:before{
	display:none!important;
}
.product-display ul li .btn:before {
	background: #f9942e;
    background: linear-gradient(145deg, #ffc301 0%, #ff5901 75%);
  
}
.product-display ul li .btn:after {
   background: #ff5901;
   background: linear-gradient(145deg, #ff5901 0%, #ffc301 90%);
}
.product-display ul li .btn:after , .product-display ul li .btn:before  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
	border-radius:24px;
}
.product-display ul li .btn a{
	color:#fff;
	display:block;
	padding:10px;
	text-align:center;
}
.product-display ul li .btn{
	 font-size: 17px;
    font-weight: 400;
	margin-top:20px;
	position:relative;

}




body, html{
overflow-x:hidden;
	}
.alfa--page-content img, .alfa--paragraph img {
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.page .alfa--slider, .page .alfa--slide-container,
.page .alfa--slider.-short-slider, .page .alfa--slider.-short-slider .alfa--slide-container,
.post-template-default .alfa--slider, .post-template-default .alfa--slide-container {
  height: auto;
  min-height: 500px;
}

/*
.alfa--slider.-short-slider, .alfa--slider.-short-slider .alfa--slide-container {
  height: auto;
  min-height: 500px;
}
*/
.page .alfa--slider, .page .alfa--slide-container {
  height: auto;
  min-height: 700px;
}
.blog .alfa--slider, .blog .alfa--slide-container,
.search .alfa--slider, .search .alfa--slide-container,
.error404 .alfa--slider, .error404 .alfa--slide-container,
.page.page-template-contact .alfa--slider, .page.page-template-contact .alfa--slide-container,
.page.page-template-two-cols .alfa--slider, .page.page-template-two-cols .alfa--slide-container,
.product-template-default .alfa--slider, .product-template-default .alfa--slide-container,
.single-products .alfa--slider, .single-products .alfa--slide-container {
  height: auto;
  min-height: 400px;
}
.page .alfa--slide-container .link__button,
.post-template-default .alfa--slide-container .link__button,
.product-template-default .alfa--slide-container .link__button,
.single-products .alfa--slide-container .link__button,
.page.page-template-contact  .alfa--slide-container .link__button {
  margin-top: 24px;
}

/*
.single main, .page main,
.single .alfa--page-content, .page .alfa--page-content {
  padding: 40px 0 0 0;
}
*/
.page-template-two-cols .alfa--page-content,
.page-template-contact .alfa--page-content {
  padding: 80px 0 0 0;
}
.alfa--page-content .alfa--wrap-background {
  margin-bottom: 40px;
}
.alfa--location-wrap .alfa--wrap-background {
  margin-bottom: 0;
}
.alfa--page-content .alfa--wrap-text {
  padding-top: 60px;
}

.page .alfa--slide-container,
.blog .alfa--slide-container,
.search .alfa--slide-container,
.error404 .alfa--slide-container,
.post-template-default .alfa--slide-container,
.product-template-default .alfa--slide-container,
.single-products .alfa--slide-container,
.page.page-template-contact  .alfa--slide-container {
  align-items: end;
}
.alfa--slider.-short-slider .alfa--slide-container {
  align-items: end;
}

.page .alfa--slide .alfa--wrap-background,
.post-template-default .alfa--slide .alfa--wrap-background,
.product-template-default .alfa--slide .alfa--wrap-background,
.page.page-template-contact  .alfa--slide .alfa--wrap-background {
  width: 600px;
  height: 600px;
  background-size: contain !important;
}
.page .alfa--slide .alfa--wrap-background {
  width: 770px;
  height: 100%;
}
.page .alfa--slide .alfa--wrap-background {
  top: 80px;
}

.page .alfa--wrap-background.-cover {
  min-height: 500px;
}

.page main {
  display: flex;
  flex-direction: column;
}
.page main.this-is-page.-short-slider {
  margin-top: 0;
  position: relative;
  padding: 50px 0 0 0;
/*  top: -90px;*/
}
.page main.this-is-page section {
  order: 1;
}
.page main.this-is-page .alfa--forum-wrap.-form-on-top {
  order: 0;
}
.page main.this-is-page section:first-child {
  padding-top: 0;
}

.page .page-content {
  order: 1;
}

.page .alfa--slider.-short-slider .alfa--slide .typo__title, .page .alfa--slider.-short-slider .alfa--slide .alfa--inner .link__button {
  margin-left: auto;
  margin-right: auto;
}
.page .alfa--slider.-short-slider .alfa--slide .alfa--inner {
  width: 100%;
  max-width: 870px;
  text-align: center;
  margin: 0 auto;
}
.page-template-page-layout .alfa--slide .alfa--inner {
  max-width: 750px;
}

.page .alfa--bannerTitle.-short-slider {
  padding: 120px 0;
}
.page .alfa--bannerTitle.-short-slider .link__button, .page .alfa--portfolio {
  margin-top: 30px;
}
.page .alfa--bannerTitle .svg--icon-wrap {
  margin: 0 auto;
}
.product-template-default main, .page.page-template-contact main, .page.page-template-two-cols main,
.single-products main {
  margin-top: -80px;
}

.page .alfa--focuses {
  box-shadow: none;
}
/*
.page .alfa--focuses-wrap {
  padding-top: 0;
  margin-top: 0;
}
*/

.page .alfa--focus:after {
  display: none;
}
.page .alfa--focuses-wrap.background__shape:before {
  top: -150px;
}
.page .alfa--focuses-wrap.-center-icons {
  text-align: center;
}
.page .alfa--focuses-wrap.-center-icons .svg--icon {
  margin-left: auto;
  margin-right: auto;
}

.page .alfa--focus {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
}
.page .alfa--focus .svg--icon {
  margin-bottom: 15px;
}

.page .alfa--focus .typo__title, .page .alfa--focus small, .page .svg--icon-wrap {
  max-width: 280px;
  margin: 0 auto;
}
.page .alfa--focus .typo__title {
  margin-bottom: 5px;
}

.page .alfa--presentation {
  padding-bottom: 0;
}
/*
.page .alfa--presentation-wrap {
  margin: 0;
}
*/
/*
.page .alfa--presentation-wrap:last-child {
  margin-top: 0;
}
*/

.page .alfa--forum-wrap {
  margin-bottom: 60px;
  padding: 0 15px 0 15px;
  margin-top: -120px;  
}
.page .alfa--forum-wrap.-form-on-top {
  margin-top: -150px;
}

.alfa--post-content {
  width: 66%;
}
.alfa--post-sidebar {
  width: 33%;
}

/*
.post-template-default .alfa--post-sidebar .alfa--form {
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
*/
.post-template-default .alfa--post-text,
.page.page-template-contact .alfa--post-text,
.product-template-default .alfa--post-text,
.single-products .alfa--post-text {
  padding-right: 30px;
}
.post-template-default .alfa--post-sidebar,
.page.page-template-contact .alfa--post-sidebar,
.page.page-template-two-cols .alfa--post-sidebar,
.product-template-default .alfa--post-sidebar,
.single-products .alfa--post-sidebar {
  max-width: 400px;
  margin-left: auto;
  position: relative;
}
.post-template-default .alfa--post-image {
  position: absolute;
  width: 120%;
  height: 280px;
  right: 0;  
  box-shadow: 0px 15px 24px 0px rgb(9 4 41 / 5%);
}
.page.page-template-contact .alfa--form, .page-template-two-cols .alfa--form, .product-template-default .alfa--form,
.single-products .alfa--form {
  box-shadow: 0px -15px 24px 0px rgb(9 4 41 / 5%);
}
.post-template-default .alfa--post-image,
.page.page-template-contact .alfa--post-form {
  position: relative;
  top: -300px;
}
/*
.page-template-contact .alfa--form iframe,
.page-template-two-cols .alfa--form iframe,
.product-template-default .alfa--form iframe {
  height: 440px;
}
*/
.alfa--post-sidebar .alfa--main-form-iframe {
  height: 450px;
}
.page-template-contact .alfa--form .typo__title,
.page-template-two-cols .alfa--form .typo__title,
.product-template-default .alfa--form .typo__title,
.single-products .alfa--form .typo__title {
  padding: 0 15px;
}
.page-template-contact .alfa--locations-wrap {
  padding-top: 0;
}
.error404 .alfa--post-sidebar,
.page-template-two-cols .alfa--post-sidebar,
.product-template-default .alfa--post-sidebar,
.single-products .alfa--post-sidebar,
.post-template-default .alfa--post-sidebar {
  margin-top: -300px;
}
.post-template-default .alfa--post-sidebar .alfa--forum-wrap,
.page.page-template-contact  .alfa--post-sidebar .alfa--forum-wrap,
.product-template-default .alfa--post-sidebar .alfa--forum-wrap,
.single-products .alfa--post-sidebar .alfa--forum-wrap {
  padding: 40px 0 0 0;
}

.page .alfa--slider .alfa--inner {
  height: 100%;
  padding-top: 0;
}
.page .alfa--slider .alfa--inner .link__button {
  margin-bottom: 15px;
}
.page-template-page-layout .alfa--slider .alfa--inner {
  padding-bottom: 200px;
}
.page-template-page-layout .alfa--slider.-short-slider .alfa--inner {
  padding-bottom: 140px;
}
.product-template-default .alfa--slide .alfa--inner,
.single-products .alfa--slide .alfa--inner,
.page.page-template-contact  .alfa--slide .alfa--inner {
  max-width: 100%;
/*
  padding-top: 100px;
  padding-bottom: 120px;
*/
}
.alfa--slider.-short-slider .alfa--slide-container .alfa--inner {
  max-width: 100%;
/*
  padding-top: 100px;
  padding-bottom: 120px;
*/
}

.product-template-default .alfa--inner .typo__title,
.single-products .alfa--inner .typo__title,
.page.page-template-contact  .alfa--inner .typo__title, 
.blog .alfa--inner .typo__subtitle,
.search .alfa--inner .typo__subtitle {
  margin: 0;
}
.single-products .alfa--inner h1.typo__title {
  width: 100%;
}
.product-template-default .alfa--inner svg,
.single-products .alfa--inner svg {
  position: relative;
  top: -3px;
  margin: 0 16px;
}

.page .alfa--banner.-form-banner {
  margin-top: -100px;
}

.alfa--paragraph .-margin {
  margin-bottom: 20px;
}

.alfa--single-content h2 {
  margin: 30px 0 5px 0;
}
.alfa--single-content h2:first-child {
  margin: 0 0 5px 0;
}
.alfa--single-content h3 {
  margin: 20px 0 0 0;
}

.alfa--slide .alfa--title-category {
  font-size: 1.25rem;
}

.alfa--product-gallery {
  min-width: 350px;
}
.alfa--product-specs {
  margin-top: 40px;
  max-width: 260px; 
}
.alfa--product-specs .svg--icon svg {
  width: 40px;
  height: 40px;
}

.blog .alfa--article,
.search .alfa--article {
  padding-bottom: 40px;
}
.page .alfa--location {
  margin-top: 30px;
  order: 0;
}
.page .alfa--location-wrap, .page .alfa--card-wrap {
  /*clip-path: polygon(0 17px, 100% 0, 100% 92.75%, 0% calc(100% - 17px));*/
  box-shadow: 2px -20px 24px 0px rgb(9 4 41 / 5%);
  padding-top:20px;
}
.page .alfa--location .alfa--wrap-background, .page .alfa--card .alfa--wrap-background {
/*   clip-path: polygon(0 0, 100% 0, 100%  calc(100% - 17px), 0% 100%); */
	border:1px solid #ff5901;
	border-radius:50%;
	height:250px;
	width:250px;
	margin:auto;
	transition-duration: 1s;
}

 .page #releated .alfa--wrap-background {
	border:0!important;
	border-radius:0%!important;
	height:250px;
	width:250px;
	margin:auto;
	transition-duration: 1s;
}
#releated .alfa--card-text{
	text-align:center;
}
#releated h5{
	margin-bottom:0!important;
}
#releated .link__button.-text{
	margin-top:0!important;
	padding-right:0!important;
}
.page .alfa--location .alfa--wrap-background:hover, .page .alfa--card .alfa--wrap-background:hover {
    transition-duration: 1.5s;
	transform: scale(1.06);
    overflow: hidden;
}
.page .alfa--location-text, .page .alfa--card-text {
  background: #fff;
  margin-top: 15px;
  padding: 0 15px;
}
.page .alfa--location .typo__title {
  margin: 0 0 20px 0;
}
.page .alfa--location-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.page .alfa--location-list li {
  display: flex;
}
.page .alfa--location-list li i {
  width: 24px;
  height: 24px;
  font-size: 20px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page .alfa--location-list li a {
  height: 24px;
  display: inline-flex; 
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  line-height: 24px;
}
.page .alfa--location-list li a {
  color: #131313;
} 
.page .alfa--location-list li a:hover {
  color: #ff4a12;
} 

.alfa--blocks .alfa--block {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.alfa--blocks .alfa--block:nth-last-child(-n+2) {
  padding-bottom: 0;
}

/*
.page .alfa--presentation-container .alfa--presentation-wrap .alfa--presentationText {
  display: flex;
  align-items: center;
  margin: 40px;
  max-width: 500px;
}
*/
.page .alfa--presentation-wrap:last-child .alfa--presentationText {
  margin-bottom: 35px;
}


.woocommerce-pagination .page-numbers {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.page-numbers li span, .page-numbers li a, .alfa--collapsible {
  background: #f8f8f8;
}
.page-numbers li span, .page-numbers li a {
  width: 35px;
  height: 35px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  /* font-size: .8rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.alfa--collapsible {
  cursor: pointer;
  padding: 8px 24px;
  border: none;
  text-align: left;
  outline: none;
  margin: 0 auto 8px auto;
}
.alfa--collapsible.active, .alfa--collapsible.open, .page-numbers li:hover span, .page-numbers li:hover a, .page-numbers li .current {
  background: rgb(249,94,46);
  background: linear-gradient(145deg, rgba(249,94,46,1) 0%, rgba(249,148,46,1) 50%);
  color: #fff;
}

.page.page-template-two-cols .alfa--page-content .p-subtitle {
  position: relative;
  padding-left: 30px;
  font-style: italic;
  font-weight: bold;
  line-height: 2rem;
}
.page.page-template-two-cols .alfa--page-content blockquote {
  border: 2px solid #e8e8e8;
  border-left: 0;
  border-right: 0;
  margin-top: 30px;
  padding: 15px 0 15px 15px;
  font-weight: bold;
}
.page.page-template-two-cols .alfa--page-content .p-subtitle:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 2px;
  height: 100%;
  background: #e8e8e8;
}
.page.page-template-two-cols .alfa--page-content img {
  width: 100%;
  height: auto;
}
.page.page-template-two-cols .alfa--page-content ul {
  list-style: none;
}
.page.page-template-two-cols .alfa--page-content ul li {
  position: relative;
}
.page.page-template-two-cols .alfa--page-content ul li:before {
  position: absolute;
  top: 12px;
  left: -26px;
  content: '';
  width: 9px;
  height: 5px;
  border: 2px solid #ff5901;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}


.alfa--content {
  max-height: 0;
  overflow: hidden;
  background: transparent;
  margin: 0 auto;
  text-align: left;
}
.alfa--content p {
  padding: 18px;
  text-align: left;
}

.page .alfa--feedback {
  width: 25%;
}

.products.columns-6 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
.products.columns-6 .product {
  width: 16.666%;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 0 5px;
  border: 1px solid transparent;
  min-width: 220px;  
}

.woocommerce-LoopProduct-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  line-height: 2;
  display: block;
  color: #303030;
  text-align: center;
}
.woocommerce-loop-product__title {
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-bottom: 0;
}
.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  color: #ff5901;
}
.products.columns-6 .product .product-caption {
  display: none;
}
.woocommerce-LoopProduct-link img {
  width: auto;
  max-height: 150px;
  transform: scale(.9);
}
.woocommerce-LoopProduct-link:hover img {
  transform: scale(1);
}

.woocommerce-result-count, .woocommerce-ordering {
  text-align: right;
}



@media (max-width: 1399px) {
  .alfa--products .__flex-group {
    justify-content: center;
  }
  .page-template-page-layout .alfa--slide .alfa--inner {
    max-width: 485px; 
  }
}
@media (max-width: 1199px) {
  .alfa--post-content, .alfa--post-sidebar {
    width: 100%;
  }
  .alfa--post-sidebar .alfa--form {
    box-shadow: none;
    padding-bottom: 0;
  }  
  .alfa--post-sidebar {
    padding: 0 !important;
  }  
  .alfa--post-sidebar {
    margin-top: 0 !important;
  }    
  
  .post-template-default .alfa--post-sidebar,
  .page.page-template-contact .alfa--post-sidebar,
  .page.page-template-two-cols .alfa--post-sidebar,
  .product-template-default .alfa--post-sidebar,
  .single-products .alfa--post-sidebar {
    max-width: 800px;
    margin: 0 auto;
  }  
  .alfa--post-sidebar .alfa--main-form-iframe {
    height: 333px;
  }  
  
}
/* mobile */
@media (min-width: 1024px) {
  .page .alfa--slider .link__button, .page .alfa--slider .typo__title {
    margin-right: auto;
  }
}

@media (max-width: 1023px) {
  .page .alfa--slider .alfa--wrap-background {
    display: none;
  }  
  .page .alfa--slide .alfa--inner .link__button {
    margin-left: auto;
    margin-right: auto;
  }
  .page .alfa--slide .alfa--inner {
    display: block;
    padding: 60px 0 110px;
  }
/*
  .alfa--slider.-short-slider .alfa--slide-container .alfa--inner {
    padding-top: 120px;
    padding-bottom: 30px;
  }
*/
  .page .alfa--slider, .page .alfa--slide-container {
    height: auto;
/*    margin-bottom: 60px;*/
  }
  .single-product .alfa--slider .typo__title,
  .page .alfa--slider .typo__title {
    text-align: center;
  }
  
  .single-products .alfa--slider .typo__title {
    text-align: center;
  }
  .single-products .alfa--page-content {
    padding: 20px 0 0 0;
  }
  .product-template-default main,
  .single-products main {
    margin: 0;
  }
  
  .page main.this-is-page.-short-slider {
    padding: 80px 0 0 0;
  }
  
  .page .alfa--focuses-wrap.background__shape:before  {
    top: -60px;
  }
  
  .page .alfa--presentationImage .alfa--wrap-background {
/*     height: 240px; */
    width: 100%;
/* 	  min-height:240px; */
/*    background-size: cover !important;*/
  }
  .page .alfa--presentationText {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page .alfa--form {
    padding-top: 0;
  }
  .page .-form-on-top .alfa--form {
    padding-top: 40px;
    padding-bottom: 0;
  }
  
  .page .alfa--banner, .page .alfa--banner.background__shape.-move-top {
    margin-top: 0;
  }  
  
  .page .alfa--numbersTitle {
    padding: 60px 0;
  }
  
  .page .alfa--forum-wrap {
    margin: 60px auto;
    padding-top: 0;
  }
  .page .alfa--forum-wrap.-form-on-top {
    margin-top: -80px;
  }  
  
  .page .alfa--footer-top, .single .alfa--footer-top {
    padding: 80px 0 120px 0;
  }
  
  .page .alfa--slider, .page .alfa--slide-container, 
  .post-template-default .alfa--slider, .post-template-default .alfa--slide-container, .post-template-default .alfa--slide-background-wrap,
  .product-template-default .alfa--slider, .product-template-default .alfa--slide-container, .product-template-default .alfa--slide-background-wrap, .page.product-template-default .alfa--slide-container,
  .single-products .alfa--slider, .single-products .alfa--slide-container, .single-products .alfa--slide-background-wrap, .single-products .alfa--slide-container,
  .page.page-template-contact .alfa--slider, .page.page-template-contact  .alfa--slide-container, .page.page-template-contact .alfa--slide-background-wrap {
    min-height: 450px;
  } 
  .blog .alfa--slider, .blog .alfa--slide-container,
  .search .alfa--slider, .search .alfa--slide-container,
  .error404 .alfa--slider, .error404 .alfa--slide-container,
  .page .alfa--slider.-short-slider, .page .alfa--slider.-short-slider .alfa--slide-container, 
  .page.page-template-contact .alfa--slider, .page.page-template-contact .alfa--slide-container,
  .page.page-template-two-cols .alfa--slider, .page.page-template-two-cols .alfa--slide-container,
  .product-template-default .alfa--slider, .product-template-default .alfa--slide-container,
  .single-products .alfa--slider, .single-products .alfa--slide-container {
    height: auto;
    min-height: 300px;
  }
  
/*
  .product-template-default .alfa--slide .alfa--inner, .page.page-template-contact .alfa--slide .alfa--inner,
  .single-products .alfa--slide .alfa--inner {
    padding: 60px 0 40px 0;
  }
*/
  
  .post-template-default .alfa--post-text,
  .page.page-template-contact  .alfa--post-text,
  .product-template-default .alfa--post-text,
  .single-products .alfa--post-text {
    padding-right: 15px;
  }
  .post-template-default .alfa--post-sidebar,
  .page.page-template-contact  .alfa--post-sidebar {
    padding-left: 15px;
  }
  
  .post-template-default .alfa--post-image,
  .page.page-template-contact  .alfa--post-image,
  .product-template-default .alfa--post-image,
  .single-products .alfa--post-image {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    right: 0;    
  }
  
  .post-template-default .alfa--post-image, 
  .page.page-template-contact .alfa--post-form, 
  .product-template-default .alfa--post-form,
  .single-products .alfa--post-form {
    top: 0;
  }  
  
  .alfa--blocks .typo__title {
    padding-top: 0;
  }    
  
  .alfa--product-specs {
    max-width: none
  }
  .alfa--product-specs {
    margin-bottom: 40px;
  }
  
/*
  .page .alfa--focus .typo__title, .page .alfa--focus small, .page .svg--icon-wrap {
    margin: 0 auto;
  }
*/
  
  .page .alfa--banner.-form-banner {
    margin-top: 0;
  }
  .alfa--numbersTitle, .alfa--banner.-form-banner .alfa--bannerTitle {
    padding: 60px 0;
  }
  
  .alfa--presentationText {
    min-width: 100%;
    order: 1;
  }
  .alfa--presentationImage {
    order: 0;
  }
  
  /* new responsive part 1023 */
  .alfa--blocks .alfa--block, .alfa--presentationText, .alfa--presentationImage, .page .alfa--feedback {
    width: 100%;
  }
  .alfa--blocks .alfa--block:nth-last-child(-n+2) {
    padding-bottom: 30px;
  }
  .alfa--blocks .alfa--block:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 899px) {
  .product-template-default .alfa--slide .alfa--inner, .single-products .alfa--slide .alfa--inner, .page.page-template-contact .alfa--slide .alfa--inner   {
  }
}

@media (max-width: 660px) {
  .alfa--post-sidebar .alfa--main-form-iframe  {
    height: 450px;
  }
}

/* large mobile */
@media (max-width: 576px) {
  .page .alfa--focus .svg--icon {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .page .alfa--focus {
    text-align: center;
  }
	.product-display ul{
	 list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
}
.product-display ul.single{
	  grid-template-columns: repeat(1,1fr);
}
.product-display ul.single li:nth-child(odd){
	border:none;
	display:none;
	text-align:center;
}
}
@media (max-width: 380px) {
  .alfa--product-gallery {
    min-width: 100%;
  }
}

@media (max-width: 600px) {

.product-display ul{
    grid-template-columns: repeat(1,1fr);
    gap: 0;
}
}

.alignleft {
  float: left;
}