.dataTables_filter {
    margin-right: 20px;
}

.glide {
    margin-bottom: 60px;
}

.glide__track {
    padding-bottom: 15px;
}

.glide__arrow--left {
    left: 0;
}

.glide__arrow--right {
    right: 0;
}

.glide__object {
    /* max-height: 128px; */
    border: solid 1px #e3e3e3;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px;
}

.glide__product_cover {
    overflow: hidden;
    flex: 0 0 60px;
    height: auto;
    margin-right: 15px;
}

.glide__product_content {
    position: relative;
    width: 100%;
}

.glide__product_category {
    font-size: 11px;
    font-weight: 600;
    color: #ef4c92;
    height: 18px;
}

.glide__product_name {
    font-weight: 400;
    font-size: 13px;
    height: 34px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.glide__product_price {
    font-weight: 400;
    font-size: 14px;
}

.glide__product_url {
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    display: block;
    text-align: center;
    border: none;
    border-radius: 5px;
    height: 25px;
    width: 25px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

.glide__product_url:hover {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
}

.glide__arrow {
    top: auto;
    bottom: -50px;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    border-radius: 5px;
    box-shadow: none;
    border: none;
}

.glide__arrow:hover {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
}

.glide__bullets {
    bottom: -22px;
}

.glide__bullet {
    background: #333333;
    opacity: 0.2;
    box-shadow: none;
}

.glide__bullet--active {
    background: #333333;
    opacity: 1;
}

.glide__bullet--active:hover {
    background: var(--global-palette-btn-bg-hover);
}

.glide__bullet:focus {
    background: #52a2d9;
    border: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
    background: #333333;
    opacity: 0.2;
    border: 2px solid #333333;
}

.single-content .glide__slides {
    padding-left: 0;
}
