.customisations-back-button {
  background-color: #DBDADA;
  color: black !important;
  padding: 8px 20px;
}

p[class*="woobt-price-"]  {
	font-size: 18px;
	line-height: 1.2;
}

.b2bking_both_prices_text {
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
}

.b2bking_both_prices_price {
	flex-grow: 1;
  text-align: left;
	font-size: 18px;
	line-height: 1.2;
}

.b2bking_both_prices_price ins, .b2bking_both_prices_price bdi {
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
}

.woobt-products {
	display: flex;
	flex-direction: column;
	gap: 20px 0px;
}


.woobt-products .woobt-product {
	border: 1px solid #eee!important;
	border-radius: 4px;
}


.elementor-widget-woocommerce-product-images .woocommerce-product-gallery .wpgs-image img {
	height: 500px !important;
	object-fit: contain;
}

.elementor-widget-woocommerce-product-images .woocommerce-product-gallery .wpgs-image .slick-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  width: 30px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(238, 238, 238, 0.50);
  background: rgba(2, 175, 239, 0.3) !important;
  backdrop-filter: blur(4px);
  opacity: 1 !important;
}

.wpgs-thumb .slick-arrow {
  display: none !important;
}

.elementor-widget-woocommerce-product-images .woocommerce-product-gallery .wpgs-thumb .slick-slide {
  aspect-ratio: 1 / 1;
  opacity: 0.5;
  cursor: pointer;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 20px;
  min-height: unset !important;
}

.elementor-widget-woocommerce-product-images .woocommerce-product-gallery .wpgs-thumb .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.elementor-widget-woocommerce-product-images .woocommerce-product-gallery .slick-next {
  right: 10px !important;
}

.elementor-widget-woocommerce-product-images .woocommerce-product-gallery .slick-prev {
  left: 10px !important;
}

.fancybox-container .fancybox-toolbar {
  display: flex;
  gap: 10px;
}

.fancybox-container .fancybox-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 0 !important;
  width: 30px !important;
  height: 50px !important;
  border-radius: 4px;
  border: 1px solid rgba(238, 238, 238, 0.50);
  background: rgba(2, 175, 239, 0.3) !important;
  backdrop-filter: blur(4px);
  opacity: 1 !important;
}

.fancybox-container .fancybox-button--arrow_left {
  left: 10px !important;
}

.fancybox-container .fancybox-button--arrow_right {
  right: 10px !important;
}

.single-product .woocommerce-product-gallery__trigger {
	z-index: 18 !important;
}

.single-product .flex-control-thumbs {
	margin-top: 20px !important;
}

.customisations-stock {
	padding: 10px 20px;
	border-radius: 10px;
	color: white;
}

.customisations-stock.customisations-in-stock {
	background-color: #06AEEF;
}

.customisations-stock.customisations-out-stock {
	background-color: #B22C5B;
}

.single_add_to_cart_button::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background-image: url('/wp-content/plugins/customisations/public/images/icon-cart.svg');
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.single_add_to_cart_button[disabled] {
  background-color: #009000 !important;
}

.single-product .woobt-product-this .woobt-title-inner span:first-of-type {
  font-weight: bold;
}

@media (max-width: 768px) {
  
  .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .wpgs-image img {
	  height: 350px !important;
  }
  
  .elementor-widget-woocommerce-product-images .woocommerce-product-gallery .wpgs-thumb .slick-slide {
	margin-right: 10px;
	min-height: unset !important;
  }

}