.stickyChild {
    background: #D3D3D3;
}
#btnSticky{
    width: 90%;
    background-image: url(../images/slider_bouton_droite_cart.png);
    background-position: 13px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stickyProductName {
    font-size: 14px;
    font-weight: 500;
}

.block-price-sticky .price-wrapper.price-including-tax .price{
    color: #ed1c24;
}
.block-price-sticky .price-wrapper.price-excluding-tax .price{
    color: #606060;
}

.block-price-sticky{
    position: relative;
    margin-top: 6px;
}
.block-price-sticky .price-label{
    display: none;
}

.block-price-sticky span[data-price-type="oldPrice"]{
    position: absolute;
    top: 0;
    left: 30%;
}
.block-price-sticky span[data-price-type="oldPrice"] .price{
    color: #606060 !important;
    font-size: 12px;
}

.block-price-sticky span[data-price-type="oldPrice"] .price::before{
    content: "";
    display: block;
    width: 120%;
    height: 2px;
    background: #606060;
    left: 0;
    top: 50%;
    position: absolute;
}

.stickyCart .stickyChild .clSticky .quantity{
    position: relative;
}
.stickyCart .stickyChild .clSticky .quantity, .stickyCart .stickyChild .clSticky .quantity .qty {
    border-radius: 30px;
    background: #e8e8e8cc;
}

.stickyCart .btn-plus .items .fa
{
    color: #000;
    font-weight: bold;
}

@media screen and (min-width: 550px){
    .contentHide {
        padding: 0 10px;
    }
    .contentHide:nth-of-type(3){
        padding-left: 200px;
    }
}

@media screen and (max-width: 550px){
    .contentHide {
        padding: 0 10px;
    }
    .contentHide:nth-of-type(3){
        padding-left: 0;
    }
}

@media screen and (max-width: 550px){
    .contentHide:nth-of-type(1),
    .contentHide:nth-of-type(3){
        display: none;
    }

    .block-price-sticky span[data-price-type="oldPrice"] {
        left: 22%;
    }
    .stickyCart .stickyChild {
        display: block;
        padding: 10px;
    }
    .stickyCart .stickyChild .contentShow #btnSticky{
        position: absolute;
        top: 40%;
        right: 12px;
        width: 160px;
    }
}
