.grid > div{
    padding: 0 10px;
}

.grid > div:last-child{
    padding-right: 0;
}

.grid > div:nth-child(1){ width: 170px; }
.grid > div:nth-child(2){ width: 150px; }
.grid > div:nth-child(3){ width: 150px; }
.grid > div:nth-child(4){ width: 80px; }
.grid > div:nth-child(5){ width: 245px; }

.row-wrap:hover {
    background-color: white;
    border-color: #ebebeb;
}

.row-wrap .prod-img {
    width: 58px;
    height: 75.047px;
}

.dl-wrap a{
    margin-right: 10px;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    overflow: hidden;
}

.dl-wrap a:last-child{
    margin-right: 0;
}


a>img.img-responsive {
    width: 40px;
    height: 47.609px;
}


.dl-wrap a.bu04.sm{
    display: none!important;
}

.row-wrap a.bu04,
.row-wrap a.bu05{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    border-radius: 3px;
    margin: 0 0 0 0;
}

.row-wrap a.bu04{
    padding-right: 30px;
    background-image: url('/resources/images/robu.svg');
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.row-wrap a.bu05{
    margin-left: 10px;
    background-color: white;
    color: #00c2df;
}

.row-wrap a.bu05:hover{
    background-color: #00c2df;
    color: white;
}

@media (max-width: 1200px){

    .grid > div{
        padding: 0 9px;
    }

    .grid > div:nth-child(1){ width: 100px; }
    .grid > div:nth-child(2){ width: 130px; }
    .grid > div:nth-child(3){ width: 110px; }
    .grid > div:nth-child(4){ width: 40px; }
    .grid > div:nth-child(5){ width: 230px; }

    .dl-wrap a {
        margin-right: 8px;
    }
}

@media (max-width: 991px) {

    .hidden-sm{
        display: none!important;
    }

    .grid > div:nth-child(1){ width: 100px; }
    .grid > div:nth-child(2){ width: 210px; }
    .grid > div:nth-child(3){ width: 120px; }
    .grid > div:nth-child(4){ width: 50px; }
    .grid > div:nth-child(5){ width: 230px; }
}

@media (max-width: 767px){

    .hidden-xs{
        display: none!important;
    }

    .grid > div:nth-child(1){ width: 100px; }
    .grid > div:nth-child(2){ width: calc(100% - 350px); }
    .grid > div:nth-child(3){}
    .grid > div:nth-child(4){}
    .grid > div:nth-child(5){ width: 230px; }

    .dl-wrap a.bu04.sm {
        display: none!important;
    }

    .label-list .item-wrap .dl-wrap{
        display: block;
        padding: 5% 2%;
    }

    .label-list .item-wrap .dl-wrap a{
        display: block;
        padding: 0 10%;
    }

    .label-list .item-wrap .dl-wrap img{
        width: 100%;
    }
}

@media (max-width: 576px){

    .grid > div:nth-child(1){ width: 80px; }
    .grid > div:nth-child(2){ width: calc(100% - 40% - 90px); }
    .grid > div:nth-child(3){}
    .grid > div:nth-child(4){}
    .grid > div:nth-child(5){ width: 120px; }

    .dl-wrap a{
        margin-top: 12px;
    }

    .dl-wrap a img{
        height: 48px;
        width: auto;
    }
}

@media only screen and (max-width : 342px) {
    .grid > div:nth-child(5){ width: 60px; }
}