@import "main.css";
/*@import "fonts/stylesheet.css";*/
@import url(https://db.onlinewebfonts.com/c/bf9f5d50c1b928ff21436517a1a95ad9?family=Proxima+Nova);
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/





.woocommerce-Tabs-panel img{
    min-width: 100%
}
.banner h1 {
    font-size: 2.5em;
}

/* 字体修改 */

h1, h2, h3, h4{
    /*font-weight: 300 !important;*/
}

p,body,h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a,.nav > li > a {
     font-family:  "Proxima Nova";
}

.breadcrumbs .divider, .breadcrumbs .separator{
   font-family: auto;
}

.ux-menu-link__link{
    border-color: #ececec00;

}

footer .ux-menu-link__link{
    font-size: 14px;
}

.ux-menu-title{
    color: inherit;
    
}

.widget_product_categories ul li a{
    padding: 20px 0 20px 0;
    color: #444;
}

.widget_product_categories ul li a:hover{
    color: #da5841;
    font-weight: bold;
}

.toggle {
    border-radius: 2px;
    padding: 10px 30px 10px 20px;
}


.widget_product_categories {
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
}

.shop-page-title {
    display: none;
}


.post-type-archive .category-page-row {
    padding-top: 80px;
}

@media screen and (max-width: 768px) { 

    .post-type-archive .category-page-row {
        padding-top: 20px;
    }
}

.follow-icons a{
    padding: 10px;
}


header input[type=search]{
    background: #333;
    color: #555;
    border-color: #333;
}