.dop-cat-links{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 20px 0;
}
.dop-cat-links li {
    position: relative;
    margin-right: 3rem;
    margin-bottom: 15px;
    text-align: center;
    transition: all .3s;
    border: 2px solid #195d4d;
    border-radius: 5px;
    padding: 2rem 0;
    padding-left: 2rem;
    padding-right: 2rem;
}
ul.dop-cat-links li:hover {
    -webkit-box-shadow: 3px 3px 8px rgba(161,161,161,.18);
    box-shadow: 3px 3px 8px rgba(161,161,161,.18);
}

.dop-cat-links li a {
    text-decoration: none !important;
    color: #000;
    font-size: 13px;
    display: block;
    line-height: 18px;
}

.dop-cat-links li img {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0px auto 7px auto;
}

.dop-cat-links li a span {
    max-width: 100px;
    text-align: center;
    background-size: 1px 1em;
    display: inline;
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 700;
}

.swiper-slide{
    white-space: nowrap;
    position: relative;
    display: inline-flex;
    width: auto;
    height: auto;
    max-width: 96vw;
    padding: 0;
    cursor: pointer;
    transition: all linear .2s;
    transform: translate3d(0,0,0);
    flex-shrink: 1 !important;
    margin-right: 30px;
  font-weight: 700;
    font-size: 1.4rem;
}

.swiper-slide a:hover{
    text-decoration: none;
}

.swiper-container{
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px !important;
}

@media screen and (max-device-width: 480px){

    .dop-cat-links{
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .dop-cat-links li{
        width: 106px;
    }
}

@media screen and (max-device-width: 375px){

    .dop-cat-links li{
        width: 95px;
    }
}


@media screen and (max-device-width: 320px){

    .dop-cat-links li{
        width: 85px;
        margin-right: 10px;
    }
}