/* mobile view */
@media only screen and (max-width: 767px) {

    /* product specification table alignment fix */
    table#product-attribute-specs-table td {
        display: flex;
        justify-content: space-between;
    }
}

/* BHP-244, spacing and responsive issue in suport section box fix */
p#htbo_img_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

ul.cdz-product-labels {
    pointer-events: none;
}

/* BHP-545 */
a.qs-button:hover::before,
a.action.towishlist:hover::after,
a.action.tocompare:hover::before {
    color: white;
}

/* BHP-544 */
@media (max-width: 575.98px) {
    div#ft-floating-bar .cdz-flbar {
        position: unset;
    }
}

/* BHP-673 */
body.catalog-product-view main .block.crosssell .product-list-style-17 .owl-item .product-item-top{
    border: solid 1px #f0f0f0;
}
body.catalog-product-view main .block.crosssell .product-list-style-17 .owl-item .product-item-top .button-hover-wrap.hidden-xs a:hover,
body.catalog-product-view main .block.crosssell .product-list-style-17 .owl-item .product-item-top .button-hover-wrap.hidden-xs button:hover {
    background-color: #cc2229 !important;
}
body.catalog-product-view main .block.crosssell .product-list-style-17 .owl-item .product-item-top .button-hover-wrap.hidden-xs button.action.tocart.primary:hover:after {
    color: #ffffff !important;
}

body.catalog-product-view main .block.crosssell .product-list-style-17 .product-item-info .product-item-details .price-final_price .old-price .price-wrapper .price{
    color: #b5b5b5;
    font-size: 12px;
}

body.catalog-product-view main .block.crosssell .product-list-style-17 .owl-item .emi-calculation{
    padding: 0 10px;
}
