/*################ PRODUCT LIST - GRID VIEW ################*/
.product-grid .list_style_divs {
    border-right: 2px solid #dee2e6;
}
.primago-product-category-title ~ div {
    border-right: 1px solid #dee2e6;
}
/*.primago-product-list-wrapper {
    min-width: 245px !important;
    min-height: 350px;
    max-width: 245px;
}*/

.primago-product-list-img-wrapper {
    height: 225px;
    display: grid;
    align-items: center;
}
.primago-product-list-img-wrapper img{
    max-height: 200px !important;
    max-width: 200px !important;
    height: fit-content;
    width: auto;
}
@media only screen and (max-width: 1400px) {
    .primago-product-list-img-wrapper img{
        max-width: 100% !important;
    }
}

.jcarousel .primago-product-list-img-wrapper img, #column-right .primago-product-list-img-wrapper img, #column-left .primago-product-list-img-wrapper img {
    max-width: 100% !important;
}
.primago-product-list-description, .primago-cart-details-description {
    min-height: 4em;
    line-height: 1.2rem;
}
.primago-product-list-subdescription, .primago-cart-details-subdescription {
    min-height: 4em;
    line-height: 1.2rem;
}
.primago-product-list-description a,.primago-product-list-subdescription span{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.primago-product-list-indicators {
    min-height: 24px;
    font-size: 16px;
}
.primago-product-list-stock-available, .primago-product-list-stock-unavailable, .primago-product-list-stock-info {
    font-size: 14px;
    min-height: 31px;
}
.primago-product-list-stock-available {
    color: var(--stock-msg-available-fg-color);
    background-color: var(--stock-msg-available-bg-color);
}
.primago-product-list-stock-unavailable {
    color: var(--stock-msg-unavailable-fg-color);
    background-color: var(--stock-msg-unavailable-bg-color);
}
.primago-product-list-stock-info {
    color: var(--stock-msg-unknown-fg-color);
    background-color: var(--stock-msg-unknown-bg-color);
}
.primago-product-list-price {
    font-size: 24px;
}
.primago-product-list-rrp-wrapper {
    min-height: 18px;
}
.primago-product-list-savings {
    top: 0;
    right: 0;
    z-index: 1;
}
#productPreviewPrice .primago-product-list-savings {
    position: unset !important;
}
.primago-product-list-type, .primago-cart-product-type {
    right: 0;
    z-index: 1;
}
.primago-product-list-preview-wrapper {
    height: 0;
}
/* #list_style_divs {
  flex: 1;
}*/
/*################ PRODUCT LIST - LIST/MINIMALIST VIEW ################*/
.product-list .primago-product-list-wrapper, .product-minimalist .primago-product-list-wrapper {
    max-width: none;
    min-height: auto;
    display: flex;
}
.product-list .primago-product-list-description, .product-minimalist .primago-product-list-description {
    min-height: auto;
}
.product-list .primago-product-list-subdescription, .product-minimalist .primago-product-list-subdescription {
    min-height: auto;
}
.product-list .product-content, .product-minimalist .product-content {
    padding: 0 !important;
    margin-bottom: 0.3rem;
}
/*.product-list #list_style_divs, .product-minimalist #list_style_divs {
  flex: unset;
}*/
.product-list .primago-product-list-savings, .product-minimalist .primago-product-list-savings {
    position: unset !important;
}
.product-list .primago-product-list-login-price, .product-minimalist .primago-product-list-login-price {
    display: inline-block !important;
    width: auto !important;
    margin: 0.3rem 0 0.5rem 0 !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.product-minimalist .primago-product-list-login-price {
    margin: 0 0 0.5rem 0 !important;
}
/*################ PRODUCT LIST - LIST VIEW ################*/
.product-list .primago-product-list-compare {
    min-width: 80px;
}
.product-list .primago-product-list-img-wrapper {
    min-width: 225px;
    padding-top: 1rem;
    padding-right: 2rem;
}
.product-list .product-content-rating {
    margin-top: 1rem !important;
}
.product-list .primago-product-list-preview-wrapper {
    left: 90px !important;
    right: auto !important;
}
.product-list .primago-product-list-type {
    position: unset !important;
    float: right !important;
}
.product-list .primago-product-list-orderpad-wrapper {
    width: 60%;
}
/*################ PRODUCT LIST - MINIMALIST VIEW ################*/
.product-minimalist .primago-product-list-wrapper {
    margin-top: 0 !important;
}
.product-minimalist .primago-product-list-compare, .product-minimalist .primago-product-list-img-container, .product-minimalist .product-content-rating, .product-minimalist .primago-product-list-indicators {
    display: none;
}
.product-minimalist .primago-product-list-description {
    display: block;
    margin-top: 1.5rem !important;
}
.product-minimalist .primago-product-list-subdescription {
    display: block;
    margin-top: 0.5rem !important;
}
.product-minimalist .product-content-bulletpoints{
    margin-bottom: 0.25rem;
}
.product-minimalist .primago-product-list-details-wrapper, .product-minimalist .primago-product-list-cart-wrapper {
    display: flex;
}
.product-minimalist .primago-product-list-details-wrapper > div {
    margin-right: 1rem !important;
}
.product-minimalist .primago-product-list-details {
    margin-top: 0.5rem;
    display: block;
    min-width: 200px;
}
.product-minimalist .primago-product-list-price {
    top: 0.25rem;
    position: relative;
    font-size: 22px;
}
.product-minimalist .primago-product-list-orderpad-editor-wrapper {
    border: unset !important;
    margin-top: unset !important;
    padding-top: unset !important;
}
.product-grid .product-content-bulletpoints{
    display:none;
}