/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SOLEDIS
* Use, copy, modification or distribution of this source file without written
* license agreement from the SOLEDIS GROUP is strictly forbidden.
*    ___  ___  _    ___ ___ ___ ___
*   / __|/ _ \| |  | __|   \_ _/ __|
*   \__ \ (_) | |__| _|| |) | |\__ \
*   |___/\___/|____|___|___/___|___/
*
*  @author    SOLEDIS <prestashop@groupe-soledis.com>
*  @copyright 2022 SOLEDIS
*  @license   All Rights Reserved
*/


.sld-accessories-types-link.active {
    border-width: 3px;
    border-style: solid;
}


.sld-accessories-types-ul {
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
}

.sld-accessories-types-link {
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 40px;
}


@media screen and (max-width:480px) {
    .sld-accessories-types-title.h2,
    .sld-accessories-types-nav,
    .sld-accessories-types-sliders h2 {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

.tohide {
    z-index: -1;
    position: relative;
    height : 1px;
}

