#cannazen-more-products{clear: both;}
.more-products-box{ margin-bottom: 30px; }
.more-products-box .subheader, .template-shop .subheader{ margin-bottom: 20px;font-size: 18px;}
.splide__arrow{ background: #10c956 !important; }
.splide__arrow svg{ fill:#fff; }
.splide__pagination__page.is-active{ background: #10c956; }

/*
 * Hide recommended products on product pages
 * added .twelve to fix conflict with custom-product-content
 */
body.product-template-default .template-page.twelve {
    display: none;
}

.more-products-box .woocommerce:after{ display:block;content:"";clear: both;}
#top .more-products-box .av-product-class-minimal{
    background: #f7f7f7;
    border-radius: 20px;
    padding: 25px;
}
#top .av-product-class-minimal{
    margin: 10px;
}
.more-products-box ul.products .cannazen_variety_img{
	top: 35px !important;
}
#top .more-products-box .av-product-class-minimal img {
    border-radius: 100px;
}
.splide__pagination{
	bottom: -15px;
}
#top .cz-slider .products .product.last,
#top #main .cz-slider .products .product.last{
    margin-right: 1%;
}
.cz-product-thc,
.cz-product-price{
    font-weight: bold;
}
.more-products-box h2.woocommerce-loop-product__title {
    min-height: 46px;
    font-size: 1em !important;
}
.responsive #top #main .products .product {
    margin: 0 !important;
    width: 25%;
}
@media only screen and (max-width: 479px){
    #top .more-products-box .av-product-class-minimal{
        padding: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .responsive #top.woocommerce-shop #wrap_all #main .container,
    .responsive #top.single-product #wrap_all #av_section_1 .container {
        width: 95%;
        max-width: 95%;
    }
    .responsive #top #main .products .product {
        width: 50% !important;
    }
}
