	
.bp_product_item > .row {
    margin: 0;
}

.bp_product_item > .row > * {
    padding: 0;
}

.bp_product_item {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.bp-group-button-qv-wl,
.bp-product-link-details,
.bp_group_quantity,
.btnAddAction,
.cls_product_sub {
    display: none;
}

.bp_img_product {
    height: 306px;
}

.bp_content_product{
    padding: 10px 10px 25px;
}

.bp_content_product_main {
    text-align: center;
}

.product_title {
    text-transform: uppercase;
    font-size: 17px;
}



.product_title a {
    color: #000000;
}

.product_title a:hover {
    color: var(--color1);
}


.bp-cart-text {
    text-transform: math-auto;
    color: #000000;
    font-size: 15px;
}

.bp-cart-text:hover {
    color: var(--color1);
}

.bp_group_quantity button, 
.bp_group_quantity input {
    width: 45px;
    min-height: 45px;
    font-size: 18px;
}

.bp_btn_action_cart {
    display: block;
}

.bp_btn_action_cart .btnAddToCart {
    margin: auto;
}

.bp-product-footer {
    display: none;
}

.bp-product-header {
    margin-bottom: 20px;
}

.bp-product-header a {
    color: #000000;
}

@media (max-width: 1299px) {
    .bp_img_product {
        height: 259px;
    }
}

@media (max-width: 1199px) {
    .bp_img_product {
        height: 214px;
    }
}

@media (max-width: 991px) {
    .bp_img_product {
        height: 240px;
    }
}


@media (max-width: 575px) {
    .bp_img_product {
        height: 500px;
    }

}

@media (max-width: 480px) {
    .bp_img_product {
        height: 400px;
    }

}

@media (max-width: 425px) {
    .bp_img_product {
        height: 350px;
    }
}




