.product-cat-label{ display: none; }

.grid2 .home-slide-cover {
    padding: 0 !important;
}
.grid2 .slick-slide img {
    width: 100% !important;
}
.grid2 .single-slider-img {
    padding: 0px !important;
    width: 100% !important;
}

select#country + .select2-container--default .select2-selection--single {
    border: 0px !important;
    border-radius: 5px !important;
    background: #f4f5f9 !important;
}


.visualbig.custom-radio span {
    width: 150px;
    height: 150px;
    border-radius: 0px;
    background-size: 130px !important;
}

.visualbig.custom-radio input {
    width: 150px;
    height: 150px;
}


.visualbig input[type=radio]:checked~span:before {
    background: unset !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
    border: 1px solid !important;
    border-color: var(--color-primary) !important;
}

.visualbig.custom-radio strong {
    width: 150px !important;
}


.visualcolor.custom-radio span {
    width: 80px;
    height: 80px;
    border-radius: 0px;
    background-size: 130px !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.visualcolor.custom-radio input {
    width: 80px;
    height: 80px;
}


.visualcolor input[type=radio]:checked~span:before {
    background: unset !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
    border: 1px solid !important;
    border-color: var(--color-primary) !important;
}
.visualcolor.custom-radio strong {
    width: 80px !important;
    text-align: center;
}