/*
Theme Name: PGR Storefront
Theme URI: https://pgrmt.com/
Version: 4.0
Description: Tema hijo de storefront
Author: Gpacheco
Author URI: https://pgrmt.com/
Template: storefront
Text Domain: PGR
*/
/*----------------- CSS a partir de aquí -------------------------------*/


#site-header-cart.menu span.woocommerce-Price-amount.amount:before {
	position: relative;
    margin-top: 0px;
}
#site-header-cart.menu span.woocommerce-Price-amount.amount:first-child:before {
	content:"Gastos en esta compra: ";
    position: absolute;
    margin-top: -18px;
}
#site-header-cart.menu span.woocommerce-Price-amount.amount:after {
	content:" en";
}

#site-header-cart.menu span.woocommerce-Price-amount.amount{
    font-weight: 400;
    font-size: .875em;
}
a.cart-contents span {
    opacity: 1 !important;
}

/** ----------------------------- **/


div.page.type-page {
	background-color: #0303034a !important;
	background-blend-mode: color;
}

.sub-menu--is-touch-device span.woocommerce-Price-amount.amount:before {
    position: absolute !important;
}
.sub-menu--is-touch-device span.woocommerce-Price-amount.amount:first-child:before {
    content:"" !important;
    position: relative !important;
    margin-top: 0px !important;
}
.sub-menu--is-touch-device span.woocommerce-Price-amount.amount:after  {
    content:"" !important;
}
.sub-menu--is-touch-device span.woocommerce-Price-amount.amount {
    font-weight: 400 !important;
    font-size: .875em !important;
}

.remove.remove_from_cart_button:before {
    color: white !important;
}
.woocommerce-cart-form .coupon {
    display: none !important;
}

.woocommerce-form-coupon-toggle {
	display: none !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
	display: none !important;
}

.site-footer, .term-description {
	display: none !important;
}

.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

.woocommerce-Addresses a.edit {
    height: 50px !important;
    width: 50px !important;
}

.woocommerce-Addresses a.edit:after {
    content:"Editar ";
    line-height: 1;
    position: absolute;
    top: 24px;
    left: 4px;
    text-indent: 0;
}

.woocommerce-shipping-totals {
    display: none !important;
}

#mailpoet_woocommerce_checkout_optin_field{
    display: none !important;
}

a.cart-contents, .site-header-cart .widget_shopping_cart a {
    padding-bottom: 30px;
}

#site-header-cart.menu p.woocommerce-mini-cart__total span.woocommerce-Price-amount.amount:after, 
#site-header-cart.menu .woocommerce-mini-cart-item span.woocommerce-Price-amount.amount:after  {
    display:none !important;
}


