/*
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 *  @author    Afternet <info@afternet.gr>
 *  @copyright 2024 Afternet
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.product-set .nav-tabs{
    border: none;
    margin-bottom: 2px;
}
.product-set .nav-tabs .nav-link{
    /*transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1),color 0.2s cubic-bezier(0.7, 0, 0.3, 1);*/
    transition: none;
}
.product-set .nav-tabs .nav-link.active{
    border-bottom: 4px solid #C8DB34;
}
.product-set .nav-tabs .nav-link.active,
.product-set .nav-tabs .nav-link:hover,
.product-set .nav-tabs .nav-link:focus{
    border-bottom: 4px solid #C8DB34;
}
.product-color-set{

}
.color-set-slider{
    position: relative;
    padding-bottom: 28px;
}
.color-set-slider .swiper-pagination-bullet-active{
    background-color: #C8DB34;
}
.color-set-slider .swiper-slide{
    max-width: 90px;
}
.color-set-slider .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}