/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .my_account_subscriptions {
    display: none;
 }

 .woocommerce-account  .no_subscriptions  a.woocommerce-Button.button {
   display: none;
}

.woocommerce div.product div.summary {
	padding: 0px 20px;
}
.woocommerce-account .woocommerce_account_subscriptions .table td, .table th {
   font-size: 14px !important;
}

 .woocommerce div.product div.images.woocommerce-product-gallery {
   padding-left: 14rem;
}
.woocommerce-billing-fields h3 {
    display: none;
}

.woocommerce-variation-price .subscription-details{
	display: none !important;
}

.product-subtotal .subscription-switch-direction {
	display:none;
}

a#cancel-link {
   color: #0d6efd;
   font-weight: 400;
	background: unset !important;
   padding: 0 !important;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: inline-block !important;
}


@media screen and (max-width: 768px) {
	.woocommerce div.product div.images.woocommerce-product-gallery {
		padding-left: 1.5rem;
	}
}