ul.shop-page{
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% + 30px);
    margin: 0 -15px;
    position: relative;
}
ul.shop-page.columns-6 > .product-item,
ul.shop-page.columns-6 > .product-category{
    width: 16.66666667%;
}
ul.shop-page.columns-5 > .product-item,
ul.shop-page.columns-5 > .product-category{
    width: 20%;
}
ul.shop-page.columns-4 > .product-item,
ul.shop-page.columns-4 > .product-category{
    width: 25%;
}
ul.shop-page.columns-3 > .product-item,
ul.shop-page.columns-3 > .product-category{
    width: 33.33333333%;
}
ul.shop-page.columns-2 > .product-item,
ul.shop-page.columns-2 > .product-category{
    width: 50%;
}
ul.shop-page > .product-item,
ul.shop-page > .product-category{
    display: inline-block;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
ul.shop-page > .product-category a{
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
}
ul.shop-page > .product-category a img{
    width: 100%;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
ul.shop-page > .product-category a:hover img{
    opacity: 0.7;
}
ul.shop-page > .product-category .woocommerce-loop-category__title{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: normal;
    padding: 5px 10px;
}
ul.shop-page > .product-category mark{
    background-color: transparent;
    padding: 0;
    margin-left: 3px;
}
ul.shop-page .product-item{
    margin-bottom: 70px;
}
@media (min-width: 1200px){
    ul.shop-page > .product-item.first,
    ul.shop-page > .product-category.first{
        clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    ul.shop-page.columns-2 > .product-item.first,
    ul.shop-page.columns-3 > .product-item.first,
    ul.shop-page.columns-2 > .product-category.first,
    ul.shop-page.columns-3 > .product-category.first{
        clear: both;
    }
    ul.shop-page:not(.columns-2):not(.columns-3) > .product-item:nth-child(4n+1),
    ul.shop-page:not(.columns-2):not(.columns-3) > .product-category:nth-child(4n+1){
        clear: both;
    }
    ul.shop-page:not(.columns-2):not(.columns-3) > .product-item,
    ul.shop-page:not(.columns-2):not(.columns-3) > .product-category{
        width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    ul.shop-page.columns-2 > .product-item.first,
    ul.shop-page.columns-2 > .product-category.first{
        clear: both;
    }
    ul.shop-page:not(.columns-2) > .product-item:nth-child(3n+1),
    ul.shop-page:not(.columns-2) > .product-category:nth-child(3n+1){
        clear: both;
    }
    ul.shop-page:not(.columns-2) > .product-item,
    ul.shop-page:not(.columns-2) > .product-category{
        width: 33.33333333%;
    }
}
@media (max-width: 1499px){
    ul.shop-page .product-item{
        margin-bottom: 60px;
    }
}
@media (max-width: 1199px){
    ul.shop-page .product-item{
        margin-bottom: 50px;
    }
}
@media (max-width: 991px){
    ul.shop-page .product-item{
        margin-bottom: 40px;
    }
}
@media (max-width: 767px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .ovic-products .product-list-grid > .product-item,
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.shop-page[class^="columns-"] > .product-item,
    ul.shop-page[class*=" columns-"] > .product-item,
    ul.shop-page[class^="columns-"] > .product-category,
    ul.shop-page[class*=" columns-"] > .product-category{
        width: 50%;
    }
    ul.shop-page .product-item{
        margin-bottom: 30px;
    }
    ul.shop-page > .product-item:nth-child(2n+1),
    ul.shop-page > .product-category:nth-child(2n+1){
        clear: both;
    }
}
@media (max-width: 479px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
    .ovic-products .product-list-grid > .product-item,
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* PRODUCT STYLE */
.product-item.style-01 .product-inner{
    text-align: center;
}
.product-item.style-01 .product-thumb{
    margin-bottom: 13px;
    overflow: hidden;
}
.product-item.style-01 .group-button{
    position: absolute;
    bottom: 0;
    right: 10px;
}
.product-item.style-01 .group-button > *{
    display: block;
    margin-bottom: 10px;
}
.product-item.style-01 a.compare,
.product-item.style-01 a.yith-wcqv-button,
.product-item.style-01 .yith-wcwl-add-to-wishlist a{
    background-color: #fff;
}
.product-item.style-03 .product-title,
.product-item.style-01 .product-title{
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.product-item.style-03 .price,
.product-item.style-01 .price{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2px;
}
.product-item.style-01 .add-to-cart{
    margin-top: 10px;
}
.product-item.style-01 .add-to-cart > a{
    padding: 9px 25px;
}
.product-item.style-01 .product-inner:not(:hover) .add-to-cart > a{
    background-color: transparent;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
@media (min-width: 1200px){
    .product-item.style-01 .product-inner:not(:hover) .group-button > *{
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px);
    }
    .product-item.style-01 .group-button > *:nth-child(1){
        -webkit-transition: transform 0.3s ease, background-color 0.2s ease;
        -moz-transition: transform 0.3s ease, background-color 0.2s ease;
        -o-transition: transform 0.3s ease, background-color 0.2s ease;
        transition: transform 0.3s ease, background-color 0.2s ease;
    }
    .product-item.style-01 .group-button > a.yith-wcqv-button:nth-child(2),
    .product-item.style-01 .group-button > *:nth-child(3){
        -webkit-transition: transform 0.3s ease 0.15s, background-color 0.2s ease;
        -moz-transition: transform 0.3s ease 0.15s, background-color 0.2s ease;
        -o-transition: transform 0.3s ease 0.15s, background-color 0.2s ease;
        transition: transform 0.3s ease 0.15s, background-color 0.2s ease;
    }
    .product-item.style-01 .group-button > *:nth-child(4){
        -webkit-transition: transform 0.3s ease 0.3s, background-color 0.2s ease;
        -moz-transition: transform 0.3s ease 0.3s, background-color 0.2s ease;
        -o-transition: transform 0.3s ease 0.3s, background-color 0.2s ease;
        transition: transform 0.3s ease 0.3s, background-color 0.2s ease;
    }
}
@media (max-width: 767px){
    .product-item.style-01 .group-button{
        display: none;
    }
}