#columns ul.product_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#columns ul.product_list > li .product-container {
    border: none !important;
    padding: 0;
}
#columns ul.product_list > li {
    text-align: left;
}

ul.product_list.grid>li .product-image-container img {
    width: 100% !important;
    border: none;
    min-height: 278px;
    max-height: 300px;
    object-fit: scale-down;
}

#columns ul.product_list > li .product-container .product-name-container {
    height: 45px;
}

#columns ul.product_list > li .product-container .product-name-container .product-name {
    font-family: 'Barlow';
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    color: #000;
}
.product_price {
    text-align: left;
}
div#combinations_wrapper .addToCartFormWrapper {
    padding: 0;
}
div#combinations_wrapper .addToCartFormWrapper .addToCartForm .customSelect {
    font-size: 14px;
    color: #000;
    text-align: left;
    text-align-last: left;
}

a.button.ajax_add_to_cart_button {
    margin: 5px 0px 0px 0px;
    width: 100%;
    padding: 5px 5px 3px 5px;
    background: var(--green);
    border: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: Teko;
    text-align: center;
    border-radius: 0;
}
.quantity-input-b-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.pl-quantity-input-wrapper {
    width: 100%;
    text-align: center;
}
.quantity-input-b-wrapper > * {
    position: static !important;
}
.quantity-input-b-wrapper input.form-control {
    width: 35px;
    border: none !important;
    text-align: center;
    padding: 0;
}
.quantity-input-b-wrapper > a i {
    font-size: 14px;
    font-weight: 400 !important;
    color: #a9a9a9;
}
.variants-product {
    height: unset !important;
}
.combinations_desc{
    transition: .3s;
}
.hidden.combinations_desc{
    height: 0;
    overflow: hidden;
    word-wrap: unset;
    white-space: initial;
    transition: .3s;
}
@media screen and (max-width: 768px) {
    .pl-quantity-input-wrapper {
        display: block;
    }
}