.left-arrow{
    margin-right: 1em;
    width:40px;
    height:40px;
    text-align: center;
    line-height: 1.5;
    font-size: 1.5em;
    text-align:center;color: #fff;
    background-color: #666;
}
.page-index{
    margin-right: 1em;
    line-height: 2.3;
    text-align: center;
    width:40px;height:40px;
    text-align:center;
    background-color:#336699;
    color: #fff;
}
.right-arrow{
    margin-right: 1em;
    width:40px !important;
    height:40px !important;
    text-align: center !important;
    line-height: 1.5;
    font-size: 1.5em;
    width:30px;
    height:30px;
    text-align:center;color: #fff;
    background-color: #666;
}
.pagination{
    display: flex;
    list-style: none;
    justify-content: center;
}
.row>div{
    border-radius: 30px;
    margin-bottom: 40px;
}
.product-view{
    margin-top: 72px;
    margin-bottom: 303px;
}
img{
    transition: .1s all linear;
}
.product-block-hover{
    overflow: hidden;
    padding: 30px;
}

.product-block-hover:hover img{
    transform: scale(1.1);
}
@media screen and (max-width:768px) {
    .product-view{
        margin-top: 4em !important;
        margin-bottom: 4em !important;
    }
}
