/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/


/* 头部、尾部 */
.site-content { padding-top: 0px; padding-bottom: 0px; }
.razzi-catalog-page .site-content { padding-bottom: 60px!important;}
#page > div.elementor.elementor-18590.elementor-location-header{display: none;}
#page > div.elementor.elementor-71.elementor-location-footer{display: none;}



/* 头部搜索右侧三个小图标 */
#site-header > div.header-main.header-contents.hidden-xs.hidden-sm.has-center.menu-center > div > div.header-right-items.header-items.has-logo > div.header-search.ra-search-form.search-type-icon{ margin-right: 50px;}
#site-header > div.header-main.header-contents.hidden-xs.hidden-sm.has-center.menu-center > div > div.header-right-items.header-items.has-logo > div.header-account{display: none;}
#site-header > div.header-main.header-contents.hidden-xs.hidden-sm.has-center.menu-center > div > div.header-right-items.header-items.has-logo > div.header-wishlist{display: none;}
#site-header > div.header-main.header-contents.hidden-xs.hidden-sm.has-center.menu-center > div > div.header-right-items.header-items.has-logo > div.header-cart{display: none;}
#site-header > div.header-mobile.header-contents.logo-default.hidden-md.hidden-lg > div.mobile-header-icons > div.header-cart{display: none;}


/* 手机端 菜单栏logo */
#mobile-menu-modal > div.menu-mobile-panel-content.panel-content > div.modal-header > div > div > a > img{height: 100px;}

/* 头部横幅 */
#campaign-bar {
    background-color: #fff !important;
    border: 8px solid #000 !important;
    padding: 20px 10px !important;
    box-sizing: border-box;
    min-height: 110px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  #campaign-bar .razzi-promotion {
    background: transparent !important;
    color: #000 !important;
    font-size: 25px !important; /* 字体大小，可自行改 18px/20px */
    font-weight: 500 !important;
    text-align: center !important;
    line-height: 1.5 !important;
  }


  @media (max-width: 768px) {
    #campaign-bar .razzi-promotion {
      font-size: 14px !important; 
    }
  }


 /* 页脚svg 改白底 */
  #text-6 > div > div > div > ul > li svg  {fill: white !important;}


/* 让 footer-main 里的内容全部居中 */
.footer-main.site-info.has-divider {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 社媒图标容器居中 */
.elementor-social-icons-wrapper.elementor-grid {
    justify-content: center !important;
    margin-bottom: 12px !important;
}

/* 放大社媒图标 */
.elementor-icon.elementor-social-icon {
    --icon-size: 28px !important; /* 图标大小 */
    --icon-padding: 0.8em !important; /* 图标背景大小 */
    width: calc(var(--icon-size) + 2 * var(--icon-padding)) !important;
    height: calc(var(--icon-size) + 2 * var(--icon-padding)) !important;
}

/* 图标内部 SVG 再放大一点 */
.elementor-social-icon svg {
    width: 24px !important;
    height: 24px !important;
}

/* 版权文字居中 */
.elementor-element-5177de5 p {
    text-align: center !important;
    margin: 0 !important;
    color: #fff !important; /* 白色文字 */
    font-size: medium;
}

.elementor-social-icon {
    margin-right: 20px !important;
}




/* ===产品详情页=== */

#main .related{display: none;}
.layout-v5 > div.product-gallery-summary.clearfix > div.summary.entry-summary > div.summary-price-box{display: none;}
/* .layout-v5 > div.product-gallery-summary.clearfix > div.summary.entry-summary > form{display: none;} */
.layout-v5 > div.product-gallery-summary.clearfix > div.summary.entry-summary > form > table{display: none;}
.layout-v5 > div.product-gallery-summary.clearfix > div.summary.entry-summary > form > div > div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled > div > div.quantity{display: none;}
.layout-v5 > div.product-gallery-summary.clearfix > div.summary.entry-summary > form > div > div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled > div > button{display: none;}
.layout-v5 > div.product-gallery-summary.clearfix > div.summary.entry-summary > div.woocommerce-tabs > div:nth-child(2){display: none;}
.elementor-button {background-color: #FFC107;}

/* 让折叠面板内容永久显示 */
.razzi-tab-wrapper .woocommerce-Tabs-panel--description {
    display: block !important;
  }
  
  /* 可选：让箭头保持向下（展开状态） */
  .razzi-tab-wrapper .razzi-svg-icon svg {
    transform: rotate(180deg);
  }


#rz-shop-content > ul > li > div > div.product-summary > span.price{display: none;}
#rz-shop-content > ul > li > div > div.product-summary > a.button.product_type_variable.add_to_cart_button.rz-loop_button.rz-loop_atc_button{display: none;}






