#primary-btn{
    background: #B40024;
    border-radius: 5px;     
    display: inline-block;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    cursor: pointer;
    border: 1px solid #e7e4e2;
    min-width: 122px;
    text-align: center;
    height: 44px;
    left: 440px;
    top: 64px;  
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
    }

    #primary-btn:hover{
    background-color: #8C0B26 !important;
    color: #fff;
    outline: 0 !important;
    }
    #primary-btn:active{
    background-color: #63021A;
    color: #fff;
    outline: 0 !important;
    }

    #secondary-btn{
    background-color: #fff !important;
    display: inline-block;
    color: #333;
    padding: 14px;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    cursor: pointer;
    border: 1px solid #B0A9A5;
    min-width: 122px;
    text-align: center;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
    font-weight: 500;
    font-style: normal;
    }
    #secondary-btn:hover {
    color: #333;
    outline: 0 !important;
    border: 1px solid #797674;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    }   
    .product-tile .product-quickshop {
    background-color: #fff !important;
    color: #333;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    border: 1px solid #B0A9A5;
    border-radius: 5px;
    padding: 5px;
    text-transform: inherit;
    font-weight: 500;
    font-style: normal;
    }

    .product-tile .product-quickshop:hover {
        border: 1px solid #797674;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    }

    #link-btn a{
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #333;
    text-decoration: underline;
    position: relative;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    line-height: 14px;
    min-width: 110px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    transition: color ease-in-out 0.5s, background 0.5s ease-in-out;
    border: none;
    }

    #link-btn a:hover{
    color: #be0f34 !important;
    }

    a{
        color: #333;
    }

    .productName{
        min-height: 50px;
    }
    .MyContent .NOUVEAUTES-2019-Pushs .Title {
    min-height: 35px;
    }

    .Tag {
        font-size: 11px;
        line-height: 1em;
        margin: 0;
        font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
        color: #be0f34;
        text-transform: uppercase;
        display: block;
        width: 100%;
        margin-top: 10px;
        min-height: 30px;
    }