.icon-arrow:before {
	display: none !important;
}
.woocommerce-js .product .product_title {
	display: block !important;
}
.woocommerce ul.products {
	gap: 60px !important;
}
.woocommerce ul.products li.product {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-radius: 10px !important;
	overflow: hidden !important;
}
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap{
	margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	margin-bottom: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.0em;
  line-height: 1.5;
  text-overflow: ellipsis;
  word-break: break-all;
}

#wpforms-3409{
    margin: 0 !important;
}

#wpforms-form-3409{
    display: flex;
}
#wpforms-form-3409 .wpforms-field-container{
    flex: 1 !important;
}
#wpforms-form-3409 .wpforms-field{
    padding: 0 !important;
}
#wpforms-form-3409 .wpforms-submit-container{
    margin-top: 0 !important;
}

#wpforms-form-3409 input[type="email"] {
  height: 42px !important;
  border: none !important;
  border-radius: 3px 0 0 3px !important;
}
#wpforms-form-3409 .wpforms-submit {
  height: 42px !important;
  border: none !important;
  border-radius: 0px 3px 3px 0px !important;
}
#wpforms-1526{
	margin: 0 !important;
}
#wpforms-1526 #wpforms-1526-field_2{
	height: 130px !important;
}
#wpforms-submit-3409.wpforms-submit{
	font-size: 15px !important;
}

.woocommerce-pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 40px 0 20px 0 !important;
}
.woocommerce-pagination .page-numbers {
    display: inline-flex !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    align-items: center !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    border: none !important;
    box-shadow: 2px 6px 6px 0px rgba(16, 24, 40, 0.05);
    transition: all 0.2s ease !important;
}
.woocommerce-pagination .page-numbers.current {
    background: #222222 !important;
    color: #ffffff !important;
}
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next {
    font-size: 16px !important;
}

.woocommerce-pagination .page-numbers:not(.current):hover {
    background: #222222 !important;
    color: #ffffff !important;
}




@media (max-width: 768px) {
    body.single-product .site-content {
        flex-direction: column !important;
        gap: 15px !important;
    }
    body.single-product div.product div.images,
    body.single-product div.product div.summary {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
	.woocommerce-pagination {
    margin: 30px 0 30px 0 !important;
}
}