
ol.products.list.items.product-items.owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: block;
    position: relative;
}

.owl-nav button.owl-prev span {
    position: absolute;
    font-size: 80px;
    left: 0;
    top: 40%;
    bottom: 0;
}

.owl-nav button.owl-next span {
    position: absolute;
    font-size: 80px;
    right: 0;
    top: 40%;
    bottom: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #2d2d2d !important;
    text-decoration: none;
}

.owl-item , .owl-item.cloned, .owl-item.cloned.active , .owl-item.active {padding-top: 30px;}

.page-layout-1column .products-grid .owl-item .product-item {
    width: 100% !important;
}

.owl-item .product-item-info.related-available {
    width: initial;
}

.owl-item li.item.product.product-item {
    display: flex;
    justify-content: center;
}

.product.details.product-item-details.add-checkbox strong.product.name.product-item-name {
    margin-left: 0px;
}