
input[type="radio"]{
    box-shadow: none !important;
    display: none !Important;
}

input[type="radio"]+label{
    cursor: pointer;
    padding-top: 50px;
    text-align: center;
    position: relative;
}

input[type="radio"]+label:after,
input[type="radio"]+label:before{
    position: absolute;
    content:"";
    display: block;
    z-index:0;
    border-radius: 100%;
}
input[type="radio"]+label:before{
    width:40px;
    height: 40px;
    border: 2px solid #ccc;
    top: 0;
    left: 50%;
    margin-left: -20px;
}
input[type="radio"]+label:after{
    width:28px;
    height: 28px;
    background: #ED1C24;
    top: 6px;
    left: 50%;
    margin-left: -14px;
    opacity: 0;
}
input[type="radio"]:checked+label:after{
    opacity: 1;
}
.custom-radio{
    text-align: center;
}
.form-group_forgot-password{
    margin-bottom:0px !important;
}
.form-footer {
    margin-top: 0px !important;
}


#parentCategoryLink{
    background-color: #f1f1f1;
    position: fixed;
    left: 0;
    right: 0;
    top: 138px;
    z-index: 1021;
}
.page-footer{
    margin-bottom:2.5rem
}
main {
    padding-top:40px !important;
}
.backToCategory{
    padding-left:15px;
    font-size: 12px;
    color: #000;
    position: relative;
    height:18px;
    display: block;
    line-height: 18px;
}
.backToCategory::before{
    position: absolute;
    left:-2px;
    top:0;
    content:"";
    display: block;
    width: 20px;
    height: 18px;
    color: #000;
    background: #000;
    z-index: 0;
    content: url;
    -webkit-mask: url(/themes/pro-speed/assets/img/ico/Icona-Freccia.svg) no-repeat 50% 50%;
    mask: url(/themes/pro-speed/assets/img/ico/Icona-Freccia.svg) no-repeat 50% 50%;
    mask-size: 4px;
    -webkit-mask-size: 4px;
}
#mainHero{display:none}
#mainHero figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 250px;
}

@media screen and (min-width:768px){


    #mainHero figure img{

        min-height: 320px;
    }
}