/* custom.css */


body .products-grid .item .item-inner .box-info .product-name a {
    white-space: normal;
}

.products.list.items.product-items.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.products.list.items.product-items.row li {
   flex-grow: 1;
   align-self: flex-start;
}

.category-product li.product-item .can-config {
    display: block;
}


@media only screen and (min-width: 480px) {
    .products.list.items.product-items.row li {
       max-width: 300px;
    }
}

/* makes the homepage swiper image full width */
.slidershow-header .owl-carousel .owl-item img {
    width: 100%;
}

.owl-stage .owl-item.active {
    float: left;
}

.related-upsell-wrapper .owl-stage-outer .owl-stage {
    display: inline-flex;
}


/* remove captions from product images */
.fotorama__caption__wrap {
    display: none !important;
}


.grecaptcha-badge {
    box-shadow: none !important;
}



