@media (max-width: 1400px){
	.product-image-outer {
    flex: 0 0 500px;
    width: 500px;
}
.shop-page > ul.products {
  gap: 40px;
}
.shop-page > .products > .product-item {
  width: calc((100% / 2) - 20px);
}
}

@media (max-width: 1200px){

  .fold1-item-background {
    width: 420px;
    height: 420px;
  }
	ul.products li.product {
    flex: 0 0 calc(50% - 15px);
    height: 100%;
}

.product-item-content-buttons {
  flex-direction: column;
  margin-top: 20px;
}

.product-item-content-buttons > a.readmore {
  margin: 0px;
}

.product-page-item-img {
  width: 420px;
  height: 420px;
}

.product-page-cross-sells-item {
  width: 100%;
}

}

@media (max-width: 1024px) {
.fold1-item {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fold1-item-content .term-description {
  text-align: center;
}
.fold1-item-content {
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}
  .shop-page > ul.products > .product-item {
    width: 100%;
  }
  ul.products li.product {
    flex: 0 0 calc(100% / 3 - 14px)
  }
  .product-page-item-main {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .product-page-item-features ul > li {
    width: 100%;
  }
  .product-page-item-specs ul > li {
    width: 100%;
  }
  .product-page-item-buttons {
    align-items: center;
    justify-content: center;
  }

  .product-wrapper .row-container {
    flex-direction: column;
  }

  .product-image-outer {
    width: 100%;
  }
	
	.product-image{
		max-width: 540px;
		margin: 0px auto;
	}

  .product-content .title {
    text-align: center;
  }

  .product-content .subtitle {
    text-align: center;
  }
.product-page-item-specs ul {
  text-align: left;
}
.product-page-item-features ul {
  text-align: left;
}
.product-page-item {
  padding: 60px 0px;
}
  .product-wrapper .product-content .price-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
	
	.archive-inner {
    flex-direction: column;
}

.filter {
    width: 100%;
    flex: 0 0 auto;
}

.chosen-container {
    width: 100% !important;
}
}

@media (max-width: 767px) {
  ul.products li.product {
    flex: 0 0 calc(100% / 2 - 10px);
  }

  .woocommerce-ordering {
    justify-content: center;
  }

  .woocommerce-result-count {
    text-align: center;
  }

  .woocommerce-products-header__title.page-title {
    padding-top: 50px;
  }
}

@media (max-width: 640px) {
.product-page-cross-sells-item {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-page-cross-sells-item-content {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
}

@media (max-width: 540px) {
	ul.products li.product {
    flex: 0 0 calc(100% / 1);
    max-width: 300px;
    margin: 0px auto;
}

.product-page-item-lists {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-page-item-features {
  width: 100%;
}
.product-page-item-specs {
  width: 100%;
}

  .product-content .subtitle {
    font-size: 24px;
  }
  .product-content .title {
    font-size: 30px;
    line-height: 34px;
  }

  .product-image-item .pretitle {
    font-size: 24px;
    font-weight: 400;
  }
}

@media(max-width: 480px){
	.product-klarna p {
		display: flex;
		gap: 5px;
		margin: 0;
		font-size: 10px;
		line-height: 10px;
		justify-content: center;
		align-items: flex-start;
		margin: 0px auto;
	}
  .product-page-item-img {
    width: 320px;
    height: 320px;
  }
  .shop-page > ul.products > .product-item .product-item-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .shop-page > ul.products > .product-item .product-item-wrap .product-item-content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .shop-page > ul.products > .product-item .product-item-wrap .product-item-content-buttons {
    align-items: center;
    justify-content: center;
  }
  .fold1-item-background {
    width: 320px;
    height: 320px;
  }  

  .used-warrenty {
      flex-direction: column;
      text-align: center;
      align-items: center;
      justify-content: center;
  }

}

@media (max-width: 640px) {
  .product-page-item-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .product-page-cross-sells-item-img {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }
}