/*
	Theme Name:		Detailometer
	Theme URI:		https://www.detailometer.com
	Description:	Detailometer theme based on the Hello-Elementor theme
	Author:			Antony Walton
	Author URI:		https://antonywalton.com
	Template:		hello-elementor
	Version:		0.1
	Text Domain:	detailometer
*/
p:last-of-type { /* Tidy up final paragraph spacing. */
  margin-bottom: 0;
}

/*
	Product gallery
*/
.product-gallery.carousel.carousel-main .slide {
  width: 100%;
  text-align: center;
}
.product-gallery.carousel.carousel-main picture {
  overflow: hidden;
}
.product-gallery.carousel.carousel-main picture img {
  height: auto;
  max-height: 400px;
  width: auto;
  margin-right: 16px;
}
.product-gallery.carousel.carousel-nav {
  /*
  .is-nav-selected {
  	border:	solid 2px var(--e-global-color-primary);
  }
  */
}
.product-gallery.carousel.carousel-nav img {
  margin-right: 8px;
  max-width: 200px;
  height: auto;
}

/*
	Checkout
*/
.woocommerce-checkout .payment_box {
  background: black;
}
.woocommerce-checkout .payment_box fieldset {
  border: none;
}
