/*Homepage sort dropdown button*/
div.heim-shop-toolbar.has-filters-toggle.has-filters-aside {display: none;}
/*Related posts duplicate*/
.product div#jp-relatedposts {
    display: none !important;
}
/*Description label*/
.product ul.tabs.wc-tabs {
    display: none !important;
}
/*Footer redundant block*/
.site-footer-bar-wrapper {
    display: none;
}
/*Tags and SKU*/
.product .product_meta {
    display: none;
}
/*Paypal buttons under add to cart
.product #wc-ppcp-product-button-container {
    display: inline !important;
}
.product .wc-ppcp-product-payments__container.bottom {
    display: inline-block;
}
.product .paypal-button {
    border-radius: 24px !important;
}
.product .paypal-button.paypal-button-shape-rect { border-radius: 24px !important;
}
.product nav.woocommerce-breadcrumb {
    display: none !important;
}*/
/*MAILPOET FOR COMING SOON
#mailpoet_form_iframe p,
iframe.mailpoet_form_iframe p, span.mailpoet_text_label {
  color: white !important;
}
input.mailpoet_text {
    height: 35px !important;
    width: 100% !important;
}
.mailpoet_text_label {
    color: #FFF !important;
}
#mailpoet_form_1 {
    color: #FFF !important;
}
.mailpoet_captcha_container .mailpoet_icon_button {
	background: rgb(255 255 255) !important;}
input.mailpoet_text {
    color: black !important;
}
button.mailpoet_icon_button.mailpoet_captcha_audio, button.mailpoet_icon_button.mailpoet_captcha_update {
    background: #FFF;
}*/

.wc-block-featured-product__price .onsale, .wc-block-grid .onsale, .woocommerce span.onsale {color: #4CA1FF !important;}

/*cart*/
.theme-heim .wc-block-components-quantity-selector {
	width: 6.5rem;}

/*checkout page*/
div.wp-block-woocommerce-checkout .wc-block-components-product-metadata {
    display: none;
}
div.wp-block-woocommerce-checkout p.wc-block-components-checkout-order-summary__title-text {
    margin-bottom: 50px !important;
}
.theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block {
    background: none;
}
div.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
	line-height: 1;}

div.wp-block-woocommerce-checkout label.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked {
    padding-top: 14px;
}
.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__input {
    top: 0px !important;
}
div.wp-block-woocommerce-checkout label.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked.wc-block-components-radio-control__option--checked-option-highlighted {
    padding-bottom: 12px;
    padding-right: 12px;
}