input.labelautyprop + label ::selection {
    background-color: transparent;
}
input.labelautyprop + label ::-moz-selection {
    background-color: transparent;
}
input.labelautyprop {
    display: none !important;
}
input.labelautyprop + label {
    font-size: 16px;
    color: #404040;
    background-color: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

input.labelautyprop.basket_instock + label, input.labelautyprop.basket_delivery + label {
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 15px;
    font-weight: normal;
    color: #303030;
    margin: 0px;
    padding: 3px;
    height: 30px;
    opacity: 0.8;
}

input.labelautyprop + label > span.labelautyprop-unchecked,
input.labelautyprop + label > span.labelautyprop-checked {
    display: inline;
    line-height: 16px;
    vertical-align: middle;
}
input.labelautyprop + label > span.labelautyprop-unchecked-image,
input.labelautyprop + label > span.labelautyprop-checked-image {
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    margin: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.5s linear;
    -moz-transition: background-image 0.5s linear;
    -webkit-transition: background-image 0.5s linear;
    -o-transition: background-image 0.5s linear;
}
input.labelautyprop + label > span.labelautyprop-unchecked-image + span.labelautyprop-unchecked,
input.labelautyprop + label > span.labelautyprop-checked-image + span.labelautyprop-checked {
    margin: 3px;
}

input.labelautyprop:not(:checked):not([disabled]) + label:hover {
    background-color: transparent;
    color: #404040;
}
input.labelautyprop.basket_instock:not(:checked):not([disabled]) + label:hover,
input.labelautyprop.basket_delivery:not(:checked):not([disabled]) + label:hover {
    color: #000000;
    opacity: 1;
}

input.labelautyprop:not(:checked):not([disabled]) + label:active {
    background-color: transparent;
    color: #404040;
}
input.labelautyprop:not(:checked) + label > span.labelautyprop-checked-image {
    display: none;
}
input.labelautyprop:not(:checked) + label > span.labelautyprop-checked {
    display: none;
}
input.labelautyprop:checked + label {
    background-color: transparent;
    color: #404040;
}

input.labelautyprop.basket_instock:checked + label,
input.labelautyprop.basket_delivery:checked + label {

}

input.labelautyprop:checked:not([disabled]) + label:hover {
    background-color: transparent;
    color: #404040;
}
input.labelautyprop.basket_instock:checked:not([disabled]) + label:hover,
input.labelautyprop.basket_delivery:checked:not([disabled]) + label:hover {
    color: #000000;
    opacity: 1;
}

input.labelautyprop:checked + label > span.labelautyprop-unchecked-image {
    display: none;
}
input.labelautyprop:checked + label > span.labelautyprop-unchecked {
    display: none;
}
input.labelautyprop:checked + label > span.labelautyprop-checked {
    display: inline;
}
input.labelautyprop.no-label:checked + label > span.labelautyprop-checked {
    display: block;
}
input.labelautyprop[disabled] + label {
    opacity: 0.5;
}
input.labelautyprop + label > span.labelautyprop-unchecked-image {
    background-image: url(../images/svg/input-unchecked-round.svg);
    background-size: 30px 30px;
}

input.labelautyprop.basket_instock + label > span.labelautyprop-unchecked-image {

}
input.labelautyprop.basket_delivery + label > span.labelautyprop-unchecked-image {

}

input.labelautyprop + label > span.labelautyprop-checked-image {
    background-image: url(../images/svg/input-checked-round.svg);
    background-size: 30px 30px;
}
input.labelautyprop.basket_instock + label > span.labelautyprop-checked-image {
    background-image: url(../images/svg/input-checked-round-instock.svg);
}
input.labelautyprop.basket_delivery + label > span.labelautyprop-checked-image {
    background-image: url(../images/svg/input-checked-round-delivery.svg);
}
@media (min-width: 0) and (max-width: 550px) {

    input.labelautyprop + label {
        font-size: 19px;
    }
    input.labelautyprop.basket_instock + label, input.labelautyprop.basket_delivery + label {
        top: 7px;
        right: 35px;
        font-size: 14px;
    }
    input.labelautyprop + label > span.labelautyprop-unchecked-image,
    input.labelautyprop + label > span.labelautyprop-checked-image {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        max-width: 35px;
        max-height: 35px;
    }
    input.labelautyprop + label > span.labelautyprop-unchecked-image {
        background-size: 35px 35px;
    }
    input.labelautyprop + label > span.labelautyprop-checked-image {
        background-size: 35px 35px;
    }

}
