/*
Theme Name: Barberry Child
Theme URI: http://barberry.temashdesign.com/
Description: This is a child theme for Barberry.
Author: TemashDesign
Author URI: http://temashdesign.com
Template: barberry
Version: 2.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
/* remove sold out text  */
.woocommerce .product-labels.labels-bordered .out-of-stock{
    display:none;
}
/* couleur des tableaux */
tbody tr:nth-child(even) {
    background-color: #fff !important;
}
.widget.woocommerce.widget_product_categories .product-categories li ul.children li a {
    font-size: 52%;
}

.widget.woocommerce.widget_product_categories .product-categories li > a {
    font-size: 95%;
}
.product-title{
    background-color:#ffffff;
}
.product-details .amount{
    background-color:#fff;
    padding: 5px;
}
.woocommerce ins .amount {
    color: #000;
}
.sale .product-labels{
    display: none;
}
/* navigation */
.navigation-foundation ul li a span, .navigation-foundation .menu-trigger .menu-title, header.site-header .header-wrapper .header-sections .tools .header-cart .header-cart-title, header.site-header .header-wrapper .header-sections .tools .header-expanded-view .header-account > a{
    font-size: 16px !important;
}
/* image made in france en dessous logo  */
img.sticky-logo::after{
    background-image: url(http://wouahdadacouture.com/wp-content/uploads/2019/10/madeinfr.png) ;
}

/* titre breadcrumb categories */
/* .breadcrumbs span, .breadcrumbs span a, .breadcrumbs .delimiter, .page-title-wrapper .back-btn, .page-title.entry-title, .breadcrumbs .category_item_link, .page-title-wrapper .svg-icon, .cat-item-title span, .cat-item-title sup, .category_item a {
    color:#fff !important;
}
.page-header .title-section .title-section-wrapper .shop-categories-wrapper .shop-categories ul li a .cat-item-title span {
    color:#fff !important;
}
header.site-header .header--unstick
{
    color:#fff !important;
} */
.breadcrumbs-wrapper .breadcrumbs a, .breadcrumbs-wrapper .breadcrumbs span
{
    color:#fff !important;
    font-size: xx-large;
} 
.page-header .title-section .title-section-wrapper .title-wrapper .page-title-wrapper .page-title
{
    color:#fff !important;
} 
.page-header .title-section .title-section-wrapper .svg-icon
{
    color:#fff !important;
    stroke: #fff !important;
} 
.page-header .title-section .title-section-wrapper .shop-categories-wrapper .shop-categories ul li a .cat-item-title span
{
    color:#fff !important;
} 

/* remove weight */
.shop_attributes .woocommerce-product-attributes-item--weight{
    display: none !important;
}

@media screen and (max-width: 614px){
    .page-template-default .page-header-bg {
        background-repeat: no-repeat !important;
        background-position: inherit !important;
        background-attachment: inherit !important;
        background-size: auto !important;
    }
}
.breadcrumbs-wrapper {
    display: none;
}
body.header-has-no-title.header-has-no-overlap .content-page-wrapper {
    margin-top: 5px !important;
}

body.home .page-header.page-title-default.title-size-default.title-design-default.color-scheme-default {
    display: none;
}

body.woocommerce-cart .cart-totals .shop_table tbody tr:nth-child(even) {
    background-color: transparent !important;
}

body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .order-info mark, body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content p mark {
    background-color: yellow;
}
body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content .order-info, body.woocommerce-account .account-cells .account-content .woocommerce-MyAccount-content p {

    font-size: 1rem;

}

.fee th {
    font-size: 1rem !important;
    padding-left: 0rem;
}
.fee td{
    text-align: right;
}
#secondary .cat-item-389{
    display:none !important;
}

.topbar {
    background-color: deeppink !important;
    color: white !important;
    text-align: center !important;
    font-size: 1.5rem !important;
} 
.topbar .topbar-contact{
    font-size: 18px !important;
    font-weight: bold;
} 
.home .page-header .title-section {
    display:none !important;
}
.woocommerce-order-pay .title-section.grid-container{
    display:none !important;
}
.product_meta .sku_wrapper{
    display:none !important;
}
@media screen and (min-width: 1025px){

    .header--stick .header-inner, header:not(.header--clone) .header-inner{
        margin-top: 50px !important;
    }
    
    .topbar{
        position: fixed;
    }
    .post-type-archive.woocommerce-shop #main{
        margin-top: 280px !important;
    }
    body.single-product .product_layout_default .product-cells {
        padding-top: 280px !important;
    }
}
@media screen and (max-width: 1025px){
.woocommerce-archive-header{
    margin-top:50px
}

}

body.woocommerce-cart .actions button.button {
    width: 100%;
    position: relative;
    float: left;
}
body.woocommerce-cart .actions .coupon {
    width: 100% !important;
}
a.button.btn--border.wc-backward {
    width: 100% !important;
}

.woocommerce-checkout .checkout-wrapper, .woocommerce-order-pay .entry-content{
    padding-top: 50px;
}

body.woocommerce-checkout .checkout-wrapper .woocommerce-NoticeGroup {

    width: 73%;
}
body.woocommerce-order-received .account-cells .cell{
    padding-top: 285px !important;
}
.woocommerce-thankyou-order-received{
    font-size: 1.2rem !important;
}
.woocommerce-thankyou-order-received p{
    font-size: 1rem !important;
 }
.woocommerce-archive-header-tools .filter_switch{
    display:none !important;
}
.woocommerce-ordering{
    display:none !important;
}
.topbar-sections{
    display: none !important;
}
.woocommerce-store-notice{
    background-color: deeppink !important;
    color: white !important;
    font-size: 60%;
}
@media print, screen and (min-width: 64.0625em){
.woocommerce-store-notice {
    width: 12%;
}
}
/****************************************************************/
/****************************************************************/
/****************************************************************/