.bonus-product-wrap .item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 6px;
    border-radius: 10px;
    margin-bottom: 14px;
}
.bonus-product-wrap .item-image img {
        width: 110px;
    flex-shrink: 0;
    border-radius: 4px;
}
.bonus-product-wrap {
    margin-top: 30px;
}
.single-product #tab-title-description:before {
    display: none;
}
.bulk-buy-item {
    display: inline;
    padding: 10px 14px;
    border: solid 1px #2f5a9c;
    color: #2f5a9c;
}
.bulk-buy-wrap {
    display: block;
    padding: 23px 0;
}

/* Single Product CSS */
.page-template-catsy-single-product .site-content .ast-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.catsy-product-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-image img {
  width: 100%;
  max-width: 550px;
  border: 1px solid #707788;
}
.cpai-container h2 {
  margin-bottom: 30px;
}
.catsy-product-col-3 {
  flex: 0 0 35%;
  max-width: 35%;
}
.catsy-product-col-4 {
  flex: 0 0 65%;
  max-width: 65%;
}
.product-details {
  padding-left: 50px;
}
.additional-informations-wrap {
  background-color: #f6f6f6;
  padding: 0 160px;
}
.cpai-container {
  padding: 100px 0;
}
.product-meta ul {
  list-style: none;
  margin-left: 0;
}
.product-meta ul li {
  font-weight: 600;
}
.product-status {
  margin-bottom: 0;
  font-weight: 600;
}
.product-name {
  color: #005191;
  margin-bottom: 5px;
  font-size: 30px;
}
.catsy-product-single-wrapper .catsy-product-wrap {
  padding: 0 40px;
  margin-top: 40px;
}
.catsy-product-single-wrapper .catsy_product-data{
  max-width: 1480px;
  margin: 20px auto 0px;
}
.catsy-product-single-wrapper .additional-informations-wrap {
  padding: 0px;
}
.additional-informations-wrap .cpai-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 100px 40px;
}
.catsy-product-wrap .product-name {
  margin-bottom: 15px;
}
.catsy-product-wrap .supplier-name-wrap ul {
  margin-bottom: 10px;
}
.catsy-product-wrap .catsy-add_to_cart_wrapper {
  margin-bottom: 30px;
}
.catsy-product-wrap .manufact-bar-code-wrap ul {
  display: flex;
  color: #C3161C;
  margin-bottom: 20px;
}
.catsy-product-wrap .manufact-bar-code-wrap li:first-child {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #C3161C;
}
.catsy-product-wrap .manufact-bar-code-wrap li {
  line-height: 1.25;
}
.cart-collaterals .checkout-button {
  padding: 8px !important;
}
.cart-collaterals .cart_totals {
  width: 25% !important;
}
#order_review .product-name {
  font-size: 21px;
  justify-content: flex-end;
}
.payment_methods .payment_method_bacs {
  display: none;
}
.woocommerce-cart-form .product-name a {
    font-size: 16px;
}
.woocommerce-checkout #order_review {
    width: 100%!important;
    border: none!important;
    padding: 0!important;
}
.woocommerce-checkout #payment #place_order {
    width: auto!important;
    float: none;
}
.cart-collaterals{
	display: none;
}
.woocommerce-page.woocommerce-checkout table.shop_table td {
    padding: 10px;
}

/* 
 * Spinner
 * HTML : <div class="catsy-loader"><div></div><div></div><div></div><div></div></div>
 */
 .catsy-shop-loader span {
  display: block;
  margin-top: 50px;
  font-size: 16px;
  color: #005191;
  font-weight: 600;
}
.catsy-shop-loader {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catsy-loader {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 3;
}
.catsy-loader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #005191;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.catsy-loader div:nth-child(1) {
    left: 8px;
    animation: catsy-loader1 0.6s infinite;
}
.catsy-loader div:nth-child(2) {
    left: 8px;
    animation: catsy-loader2 0.6s infinite;
}
.catsy-loader div:nth-child(3) {
    left: 32px;
    animation: catsy-loader2 0.6s infinite;
}
.catsy-loader div:nth-child(4) {
    left: 56px;
    animation: catsy-loader3 0.6s infinite;
}
@keyframes catsy-loader1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
    }
    @keyframes catsy-loader3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
  }
  @keyframes catsy-loader2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
/* Product gallery */
.product-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 14px 0;
  width: 100%;
  flex-wrap: nowrap;
}
.product-gallery .product-img-item {
  width: 100%;
  max-width: 24.1%;
  flex: 0 0 24.1%;
}
.product-gallery .slick-dots {
  margin: 10px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.product-gallery .slick-list .product-img-item {
  padding: 0 2px;
}
.product-gallery .slick-dots li button {
  padding: 0;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.product-gallery .slick-dots li.slick-active button {
   background-color: grey;
}
/* Define the fade-in animation */
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
/* Add a class for the fade-in effect */
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
.product-image-cont {
    position: relative;
}
.brand-logo {
    z-index: 999;
    position: absolute;
    width: 80px;
    left: 10px;
    top: 10px;
}

@media only screen and (max-width: 800px) {
    .catsy-product-wrap.catsy-product-row {
        flex-direction: column;
        gap: 50px;
        align-items: center;
        margin-bottom: 50px;
        padding: 0 19px;
    }
    .product-details {
        padding: 0;
    }
    .catsy-product-col-3,
    .catsy-product-col-4{
        flex: 100% !important;
        max-width: 100%;
    }
}
