/*
Theme Name:   	electro  Child Theme
Theme URI:    	https://docs.madrasthemes.com/electro/
Author:       	yitu
Author URI:     http://yitu.com
Template:     	electro
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	electro
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
/* 隐藏产品页面的sku和分类信息*/
.single-product .product_meta {
    display: none;
}

/*选择bbva付款的时候插入的账号图片的css*/
.header-payment {
    max-height: 600px !important;
    float: left !important;
    margin: 0px auto;
    margin-top: 10px;

}



/* 隐藏手机模式下top-left和top-right的菜单*/
@media (max-width: 980px){
    .top-bar{
    display: none !important;
    }
 
}
/* 隐藏手机模式下logo*/
@media (max-width: 980px){
    .header-logo{
    display: none !important;
    }
 
}

/* 隐藏手机模式下面包屑导航*/
@media (max-width: 980px){
    .woocommerce-breadcrumb {
    display: none !important;
    }
 
}

/*隐藏tienda页面每页产品数量show16/show32*/
.form-electro-wc-ppp{
    display: none !important;
}


/*修改购物车为空的时候字体大小，之前的太大了*/
.cart-empty{
    font-size:medium;
}


.fb-icon-custom {
    color: #00abc5; /* 天蓝色 */
}

.fb-icon-custom:hover {
    color: #007BFF; /* 鼠标悬停时的深蓝色 */
}




/* 角标定位上下文 */
.woocommerce ul.products li.product,
.single-product div.product { position: relative; }

/* 红色斜角标（列表 & 单品通用） */
.badge-new{
  position: absolute;
  z-index: 9;
  top: 12px;
  right: -16px;           /* 如仍略出界，调成 -14/-12 */
  width: 86px;            /* 可按字长微调 */
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #e60023;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
  transform: rotate(45deg);
  pointer-events: none;
}

/* 单品页可以稍长一点 */
.single-product .badge-new--single{
  right: -14px;
  width: 92px;
}