
button:focus {
    outline: none;
}
:root {
    --ciclo-color: #82c91e;
    --bici_10-color: #82c91e;
    --bici_20-color: #2A7900;
    --ciclo_30-color: #82c91e;
    --ciclo_00-color: #2A7900;
    --moto-color: #C51212;
    --moto_40-color: #C51212;
    --moto_50-color: #FF6249;
    --fitness-color: #097FD4;
    --fitness-color_80: #097FD4;
    --sport-color_80: #097FD4;
    --toys-color: #F59D0F;
    --toys-color_70: #F59D0F;
}  


.btn-general:hover,.btn-fullcolor:hover, .btn-fullcolor.btn-skewed:hover::before, .cart-container .buttons .button.wc-forward:hover {
    background-color: #a41a1b;
}
/*NAV BAR*/
.nav_first
{
    color: #ffffff !important;
    text-transform: uppercase;
}
.nav_first::before,
.nav_first::after {
    background: #ffffff !important;
}

.delfilter {
    color:#2196F3 !important;
}
.bg_bici_10  {
    background:  var(--bici_10-color) !important;
}
.bg_bici_20  {
    background: var(--bici_20-color) !important;
}
.bg_ciclo_30  {
    background:  var(--ciclo_30-color) !important;
}
.bg_ciclo_00  {
    background: var(--ciclo_00-color) !important;
}
.bg_moto_40  {
    background:  var(--moto_40-color) !important;
}
.bg_moto_50  {
    background: var(--moto_50-color) !important;
}
.bg_sport_80  {
    background: var(--fitness-color_80) !important;
}
.bg_forma_70, .bg_forma_10, .bg_forma_96 {
    background: var(--toys-color_70) !important;
}
#menu_laterale3 ul ul ul li a::after,
#menu_laterale3 ul ul ul li a::before,
a.collapsed.show::after{
    display:none !important
}

a.collapsed.no-child::before,
a.collapsed.no-child::after {
    display:none !important
}
#menu_laterale3 ul ul ul li a {
    cursor: pointer;
    font-size: 12px;
    color: #515151;
    font-weight: normal;
}
.contenitore_promo{

    padding: 3px 0 3px 20px !important;

}
.fa.fa-filter.info {
    float: right;
    margin-right: 22px;
    margin-top: -3px;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #2196f3;
    text-align: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 20px;
    font-style: normal;
}
#menu_laterale ul li.info::after,
#menu_laterale2 ul li.info::after,
#menu_laterale3 ul li.info::after,
#menu_laterale4 ul li.info::after,
.infotecniche ul li.info::after {
    content: "\f0b0";
    padding: 0;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 4px;
    z-index: 998;
    width: 20px;
    height: 20px;
    background: #2196f3;
    text-align: center;
    font-weight: 800;
    font-size: 10px;
    font-family: 'Font Awesome 5 Free';
    line-height: 20px;
    font-style: normal;
}
.infotecniche ul li.info::after {
    top: calc(50% - 10px);
}

.infotecniche a:before {
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.infotecniche a:before, .infotecniche a:after {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 2px;
    display: block;
    background: #343434;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infotecniche a:after {
    right: 10px;
    top: 50%;
    transform: rotate(90deg);
    display: block;
}
.infotecniche ul li.infoapp::after {
    content: "\f21c" !important;
}
/* TAB COMPONENT */
.tabs-component-tabs {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0; 
    list-style: none;
}
.tabs_style1 {background:#fff; /*! border:1px solid #ececec; */}
.tabs-component > ul.tabs-component-tabs {margin-bottom:0; background: #fff;border-bottom: 1px solid #ececec;}
.tabs-component > ul.tabs-component-tabs > li {display: inherit; margin-bottom: 0;border-left: 1px solid #ececec;border-top: 1px solid #ececec;}



.tabs-component > ul.tabs-component-tabs > li > a {padding: 10px; line-height: 1.4;  border-right:1px solid #ececec; color:#343434;margin-bottom: 0px;font-family: 'Montserrat', 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;}
.tabs-component > ul.tabs-component-tabs > li > a i {padding-right: 5px;color:#343434;}
/*.tabs-component > ul.tabs-component-tabs > li > a.is-active,
.tabs-component > ul.tabs-component-tabs > li > a.focus {background-color: #fff !important; box-shadow: inset 0 3px 0 #00446b;}*/

/*.tabs-component.ciclo > ul.tabs-component-tabs > li.tabs-component-tab.is-active,
.tabs-component.ciclo > ul.tabs-component-tabs > li.is-active.focus {box-shadow: inset 0 3px 0 #c51212;}*/

.tabs-component > ul.tabs-component-tabs > li > a:hover {background-color:#fff !important;}
.tabs-component.bici > ul.tabs-component-tabs > li.is-active > a {border-top: none; border-left:0; font-weight:700; padding: 10px;box-shadow: inset 0 3px 0  var(--bici_10-color) }
.tabs-component.ciclo > ul.tabs-component-tabs > li.is-active > a {border-top: none; border-left:0; font-weight:700; padding: 10px;box-shadow: inset 0 3px 0  var(--ciclo_30-color) }
.tabs-component.moto > ul.tabs-component-tabs > li.is-active > a {border-top: none; border-left:0; font-weight:700; padding: 10px;box-shadow: inset 0 3px 0  var(--moto_40-color) }
.tabs-component.fitness > ul.tabs-component-tabs > li.is-active > a {border-top: none; border-left:0; font-weight:700; padding: 10px;box-shadow: inset 0 3px 0  var(--sport-color_80) }
.tabs-component.toys > ul.tabs-component-tabs > li.is-active > a {border-top: none; border-left:0; font-weight:700; padding: 10px;box-shadow: inset 0 3px 0  var(--toys-color_70) }
.tabs-component .tab-content {width: 100%; padding: 15px; width: auto; margin-top: 0;border: 1px solid #ececec;border-top: 0px;}
.tabs-component .tab-content>.active{padding-top: 10px ;}


.checkmarknew {
    position: absolute;
    top: 5px;
    left: 13px;
    height: 15px;
    width: 15px;
    background-color: #e0e0e0;
    border-radius: 3px;  
}
.checkmarknew::after{
    left: 4px;
    top: 3px;
    width: 7px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}
.checkmarknew.checked{
    background-color: #2196F3; 
}
.checkmarknew.checked::after{
    display: block;
}
.checkmarknew:hover{
    background-color: #ccc;
}



