/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/

#js-product-list-top,
#js-product-list-bottom{
    border-radius: 6px;
}

.breadcrumb li::after{
    content: ">";
    margin-right: 4px;
}

@media (max-width: 769px) {
    .products .product-miniature .highlighted-informations{
        display: block !important;
        position: relative !important;
        margin-left: 15px;
        margin-right: 15px
    }

    .products .product-miniature .highlighted-informations form{
        width: 100%;
    }
}
