/* header */

.dn-headerCartBtn{
    background-color: #ba0000;
}

.dn-headerCartBtn-icon svg, .dn-headerCartBtn-blockTitle{
    color: #fff;
}

.dn-headerCartBtn::after{
    border-top-color: #fff;
}

.main-menu-item a{
    font-size: 10px !important;
}

.h1_h3 {
    color: #ba0000;
    margin-top: 0;
    font-weight: 400;
    margin-top: 11px;
    margin-bottom: 0px;
}

.title_page{
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: 800px;
    line-height: 1em;
}


/* home page*/

@media (min-width:768px)
{   
    body .listing_croisieres_hp.hp ul.products.columns-3 li.product{
        width: 33%;
    }
}

.woocommerce ul.products{
    margin-bottom: 0;
}

.woocommerce .woocommerce-LoopProduct-link::after{
    opacity: 1;
    visibility: visible;
    background: rgba(0,0,0,0.4);
}

.woocommerce .woocommerce-LoopProduct-link:hover::after{
    background: rgba(0,0,0,0.7);
}

.woocommerce ul.products li.product{
    text-align: center !important;
}

.woocommerce ul.products li.product .dn-prodInfo-wrapper, .woocommerce ul.products li.product .price{
    transform: translateY(0);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    /*font-size: 18px;*/
    /*font-weight: 500;*/
    margin-bottom: 15px;
    /*line-height: 1.3;*/
    padding: 0 10px;
    transform: translateY(0);
}

.woocommerce ul.products li.product .price{
    margin-bottom: 10px;
}

.woocommerce ul.products li.product .dn-btnAddToCart {
    top: 31% !important;
    opacity: 0 !important;
}

.woocommerce ul.products li.product:hover .dn-btnAddToCart{
    opacity: 1 !important;
}

.woocommerce ul.products li.product .dn-btnAddToCart a{
    background: #ba0000 !important;
    color: #fff !important;
    border-color: transparent !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title .note{
    display: block;
    font-size: 70%;
    margin: 0 auto;
    margin-top: 5px;
}

.title_blason{
    position: relative;
    padding-right: 0;
}

.title_blason img{
    position: relative;
    right: auto;
    top: -5px;
    width: 40px;
    height: auto;
    margin-left: 10px;
}

@media (max-width: 1365px)
{
    .title_blason{
        font-size: 30px;
    }    
}


/* single product */

.product_meta > span{
    display: block;
}

.product_meta .sku_wrapper, .product_meta .posted_in{
    display: none !important;
}

.product_meta .zn-button{
    margin-top: 30px;
}


/* footer */

.section_copyright{
    padding: 10px 0 0 !important;
    background-color: #111;
    text-align: center;
}

.section_copyright *{
    color: #fff !important;
}

