/* col-lg */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #header .header-nav .search-widget{
        width: 33%;
        float: left;
    }

    .iconeLocation img{
        float:right;
    }
    .removeCodePromo {
        position: absolute;
        right: 0px;
        margin-top: -5px;
    }
    #searchBar .modal-cuistou-header{
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 300;
        font-size: 25px;
        letter-spacing: 0.2rem;
    }

    .boutonSearch{
        background: #B9CE21;
        background: -moz-linear-gradient(left, #B9CE21 0%, #51B131 100%);
        background: -webkit-linear-gradient(left, #B9CE21 0%, #51B131 100%);
        background: linear-gradient(to right, #B9CE21 0%, #51B131 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B9CE21', endColorstr='#51B131', GradientType=1);
        color: #FFF;
        text-transform: unset;
        padding: 5px 15px 5px 15px;
        border-radius: 15px;
        float: right;
    }
    #_desktop_user_info a span{
        display: none;
    }
    .recetteRow div a.remove-from-cart {
        position: absolute;
        right: 2px;
    }
    .ingredientsCellText a.remove-from-cart {
        position: absolute;
        right: 2px;
    }
    body#checkout section.checkout-step .forgot-password{
        float:right;
    }
    #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
        width: 100%;
    }
    .recetteProductAction {
        height: 20px;
        overflow: hidden;
    }
    .product-actions .add-to-cart{
        left: 20px;
    }

    #_desktop_user_info.headerIcon{
        text-align: center;
    }
    .product-accessories img{
        left: 0.5rem;
    }
    .bottomInformations{
        padding: 0px;
    }
    .thumb-mask > .mask{
        margin: 1rem 1rem;
    }
    .product-quantity #quantity_wanted{
        width: 30px;
    }
    .block_newsletter form button[type="submit"] {
        position: absolute;
        right: 0px;
        left: unset;
    }
    .block-social li{
        width: 25%;
        margin: 0px;
    }
    .block-social li a{
        text-indent: unset!important;
    }
    .block_newsletter .input-wrapper{
        width: 100%;
    }
    div.blogArticle div div.blogArticleContent {
        position: absolute;
        right: -20px;
        width: 190px;
    }
    .modal-cuistou-header .closeMenuWrapper{
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .ingredientsRow{
        padding-right: 0px;
    }
    .recetteRow .touchspinBtn {
        color: #FFF;
        background-color: #D8D8D8;
    }
}