.single-rmg-category.neck-liposuction .gallerylong .casewrap figure::after,
.single-rmg-category.breast-reduction .gallerylong .casewrap figure::after {
	transform: rotate(90deg);
	background-size: auto;
	bottom: unset;
	left: 44%;
	right: unset;
	top: 40%;
	background-position: center;
}

.contactfooter .aform .type-text {
    font-size: 13px;
    padding: 0 2.5rem;
	display: block;
}
.dguide .form .termstxt {
	font-size: 13px;
    padding: 2.5rem;
	display: block;
}

/* MEDIA */
@media screen and (max-width: 980px) {
	.single-rmg-category.neck-liposuction .gallerylong .casewrap figure::after,
	.single-rmg-category.breast-reduction .gallerylong .casewrap figure::after {
		background-size: 100%;
	}

}
.aformblock .aform .type-submitbutton .submit-btn,
.largecontact .aform .type-submitbutton .submit-btn {
	background: #007b87;
	color: #fff;
	margin-top: 10px;
}
.largecontact .aform .type-text {
	padding: 0;
}
.aform .type-text {
	margin-block: 0;
}
.aformblock .aform .type-checkbox {
	padding-top: 10px;
}
.field-required.type-checkbox.field-7.field-wrap,
.type-checkbox.field-90.field-wrap {
	margin-bottom: 0!important;
}

.dfloaty {
	display: none!important;
}
.container-shop .products li.product-category {
	border: none;
	text-align: center;
}
.container-shop .products li.product-category::before {
	content: " / ";
	display: inline-block
}
.container-shop .products li.product-category:first-of-type::before {
	display: none;
}
.container-shop .products li.product-category img{
	display: none;
}
.container-shop .products li.product-category h2 {
	margin-block: 0;
	padding-inline: 0;
	font-size: 1rem;
}
.container-shop .products li.product-category .count {
	background: unset;
}
.woocommerce-breadcrumb {
	display: block
}
.woocommerce-shop .container-shop .cats {
	display: block;
	padding-inline: 1rem;
}
.woocommerce-shop .container-shop .cats h2 {
	text-align: center;
}
.woocommerce-shop .container-shop .cats ul {
	columns: 2;
	margin-inline: auto;
	max-width: 560px;
	column-gap: 50px;
	list-style-type: none;
}
.woocommerce-shop .container-shop .cats ul li::before {
	display: none;
}
@media (max-width: 767px) {
  .woocommerce-shop .container-shop .cats ul {
  	columns: 1;
  	margin-inline: auto;
  	max-width: 100%;
  	column-gap: 0;
  	list-style-type: none;

  }
}
.product-template-default #primary {
	margin-top: 90px;
}
.wcpay-express-checkout-wrapper {
	width: 200px;
}
.searchprods {
	display: flex;
	justify-content: flex-end;
}
.searchprods input {
	height: 48px;
	color: #000;
	width: 300px;
	border: 1px solid #000;
	padding-inline: 1ch;
	font-size: 16px;
	background: #fff;
}
.searchprods button {
	height: 48px;
	background: #fff;
	border: 1px solid #000;
	padding-inline: 1rem;
	cursor: pointer;
	color: #000;
}
@media (max-width: 767px) {
  .searchprods button {
  	height: 49px;
  	background: #419ba2;
  	border: 1px solid #419ba2;
  	padding-inline: 1rem;
  	cursor: pointer;
  	color: #fff;
  }
  .woocommerce-product-search {
  	display: flex;
  	justify-content: center;
  	width: 100%;
  }
}
.searchprods button:hover {
	color: #fff;
	background: #419ba2;


}
.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-breadcrumb{
	display: none;
}

#floating-cart {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.floating-cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.floating-cart-link:hover {
	background: #fff;
	box-shadow: 0 4px 10px #419ba2;
}

.floating-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: red;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderby {
	color: #000;
}

.single-product .quantity input{
	height: 48px;
	border: 1px solid #000;
	font-size: 16px;
	padding-inline: 5px;
}
@media (max-width: 767px) {
  .container-shop .products li .button{
  	margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  body:has(.woocommerce-store-notice) main:not(#main) main {
    margin-top: 0;
  }
}