













.site-header-cart .cart-contents:after {
  font-size:21px;
}
.site-header-cart .cart-contents{
	padding: 0;
}

.cart-contents-count {
		display: none;
    color: white;
    background: transparent; 
    font-weight: bold;
    border-radius: 50%;
    padding: absolute;
	  position: after-white-space;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    height: 17px; 
    width: 17px;
    transform: translateY(-105%) translateX(25%); 
    font-size: 10px;
}

#add-suscriptor
{
 color: white;
 background-color: black;
 border-radius: 300px;
}
.site-header .site-branding img {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    max-width: 200px;
    width: 50%;
}

@media (min-width: 768px){
    .woocommerce-active .site-header .main-navigation {
        width: 50%;
        margin: 0;
        text-align: center;
    }
}
.page-template-template-homepage .type-page {
	padding-top:0em;
  }
.page-template-template-homepage .entry-header h1 {
		font-size: 2em;
		font-weight: bold;
  }
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
		padding: 0.5em;
		align-items: left;
}
		.social-icons {
  text-align: center;
  }  
.social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:40px;
  height:40px;
  margin-right: 20px;
}

.site-footer .policy-info a:not(.button):not(.components-button) {
  font-size: medium;
	color: white;
	}

.site-header-cart .cart-contents .amount {
	display:none;	
}
.site-header-cart .cart-contents .count {
	display:none;	
}
.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
	padding: 0;
}
/* footer space */
.site-footer {padding:10px 0}
.site-info {padding:10px 0}

/* widget footer */
.footer-widgets {padding-top:5px}

/* reduce widget title padding */
.widget .widget-title, .widget .widgettitle {padding: 0 0 10px;}