@media (max-width: 1400px){
	.product-image-outer {
    flex: 0 0 500px;
    width: 500px;
}
}

@media (max-width: 1200px){
  .product-links{
    display: none;
  }
	ul.products li.product {
    flex: 0 0 calc(50% - 15px);
    height: 100%;
}

#auction-product-type .uwa_auction_time {
  margin-left: 0;
  border-radius: 30px;
  width: 100%;
}

.product-cart {
  width: 100%;
}
}

@media (max-width: 1024px) {
  table.variations tr {
    text-align: center;
}

.woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ccd-extension-select {
    margin: 0;
}

  .module-fold-ca-header-content {
    max-width: 100%;
    margin-top: 20px;
}

.module-fold-ca-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
}

.module-fold-ca-header-content-inner {
    display: none;
}

.module-fold-ca-header-title .title span::before {
    width: 70%;
    left: 20px;
}

	.product-left {
    width: 100%;
		flex: 0 0 auto;
	}
	.product-right{
    flex: 0 0 auto;
}

.product-desc {
    top: 0;
    position: relative;
}
	
  .product-wrapper{
    padding: 40px 0px;
    padding-top: 100px;
  }
  .shop-page-wrapper {
    flex-direction: column;
    padding: 0;
}

.filter {
    width: 100%;
    flex: 0 0 auto;
    position: relative;
    top: auto;
    margin-bottom: 20px;
}

  .product-info-stats ul {
    flex-direction: column;
}

	.product-info-inner {
    padding: 20px;
}

.product-history-inner > div {
    padding: 40px;
    box-sizing: border-box;
    color: white;
    border-radius: 30px;
    background: #00000033;
    flex: 0 0 calc(100% - 0px);
    text-align: center;
    padding: 20px;
}

.product-history-inner{
  flex-wrap: wrap;
  gap: 40px;
}

.product-info .subtitle {
    text-align: center;
}

.product-history .subtitle {
    text-align: center;
}

  .product-inner{
    gap: 40px;
  }
 
  .product-outer {
    padding: 0;
    flex-direction: column-reverse;
    gap: 20px;
}

  ul.products li.product {
    flex: 0 0 calc(100% / 3 - 14px)
  }

  .product-wrapper .row-container {
    flex-direction: column;
    padding: 20px;
    width: 100%;
  }

  .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-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) {
  form#uwa_auction_form {
    flex-direction: column;
}

  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) {

}

@media (max-width: 540px) {
  #auction-product-type .uwa_auction_time {
    flex-direction: column;
    gap: 10px;
}

.timer-inner:first-child {
    border-right: 0;
    border-bottom: solid 1px #ffffff33;
    padding-bottom: 10px;
}

	ul.products li.product {
    flex: 0 0 calc(100% / 1);
    max-width: 300px;
    margin: 0px auto;
}
	
  .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;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
}

/**PRODUCT**/
@media (max-width: 1200px) {
  .shop-products ul.products > li {
      width: calc((100% / 2) - 15px);
  }
}

@media (max-width: 1200px) {
  .pc-product-filters {
      width: 40%;
  }
  .shop-products ul.products > li {
      width: calc((100% / 2) - 15px);
  }
  .fold1e {
      padding: 40px 0px;
  }
  .pc-product-item {
      width: calc((100% / 2) - 10px);
  }
  .product-inner {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
  }
  .cart {
      align-items: center;
  }
  .product-image {
      width: calc(100%);
      align-items: center;
      justify-content: center;
      display: flex;
      position: relative;
      top: unset;
  }
  .product-image > .images {
      width: 540px;
      max-width: 100%;
      height: auto;
  }
	.flex-viewport{
		height: auto !important;!i;!;
	}
  .product-content {
      align-items: center;
      justify-content: center;
      text-align: center;
      max-width: 100%;
  }
  .product-cart > .cart {
      align-items: center;
      justify-content: center;
  }
  .product-selling-points-wrapper {
      align-items: center;
      justify-content: center;
  }
  .accordion-container {
      margin-top: 20px;
  }
}

@media (max-width: 780px) {
  .flex-control-nav li {
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
}

	.shop-products ul.products > li {
      width: 100%;
  }
	
  .pc-product-bottom {
      flex-direction: column;
  }
  .pc-product-nav-path > p {
      font-size: 14px;
  }
  .pc-product-nav {
      gap: 40px;
  }
  .pc-product-filters {
      width: 100%;
      display: flex;
  }
  .pc-product-filter-item {
      flex: calc(100% / 5);
      position: relative;
  }
  .pc-product-filter-bottom {
      position: absolute;
      top: 10;
      left: 0;
      width: 150%;
      z-index: 1;
  }
  .pc-product-filter-top {
      height: 100%;
      align-items: center;
      text-align: center;
      justify-content: center;
      box-sizing: border-box;
  }
  .pc-product-filter-top p{
      line-height: 20px;
  }
  .pc-product-filter-item:last-child .pc-product-filter-bottom {
      left: unset;
      right: 0;
  }
}

@media (max-width: 740px) {
  .pc-product-filter-top p {
      font-size: 14px;
  }
}

@media (max-width: 720px) {
  .pc-product-nav-path {
      display: none;
  }
      .shop-products ul.products > li {
      width: calc((100% / 1) - 0px);
  }
  .pc-product-nav {
      justify-content: right;
  }


  ul.page-numbers {
  flex-wrap: wrap;
}

form.cart {
  flex-direction: column;
}

form.cart :is(input, .readmore) {
  width: 100%;
  max-width: unset;
  box-sizing: border-box;
}

.quantity {
  flex: 1;
  width: 100%;
}

.product-selling-points-item-content {
  text-align: left;
}
  
}

@media (max-width: 540px) {
  .image-wrapper {
    flex-direction: column;
    gap: 20px;
}

.img-wrapper {
    width: 100%;
}

  .breadcrumbs-header-wrapper {
    padding: 10px;
    font-size: 14px;
}

  #primary .variable-items-wrapper li{
    flex: 0 0 100%;
  }
  .product-icons {
    flex-direction: column;
    gap: 0px;
    margin: 10px auto;
}

.product-icons-item {
    margin: 0;
}

  .pc-product-filters {
      flex-wrap: wrap;
  }
  .pc-product-filter-item {
      flex: 100%;
  }
  .pc-product-item {
      width: calc((100% / 1) - 0px);
  }
  .pc-product-filter-item:last-child .pc-product-filter-bottom {
      right: unset;
      left: 0;
  }
  .pc-product-filter-top {
      justify-content: space-between;
  }
  .product-cart > .cart {
      flex-direction: column;
      gap: 15px;
  }
}