.dog-calc .pet-range input[type="range"]::-webkit-slider-thumb {
    background-image: url('../img/weiner dog icon green.png');
}
.dog-calc .pet-range input[type="range"]::-moz-range-thumb {
    background-image: url('../img/weiner dog icon green.png');
}
.dog-calc .pet-range input[type="range"]::-webkit-slider-thumb {
    height: 35px;
    width: 58px;
    top:-15px;
}
.dog-calc .pet-range input[type="range"]::-moz-range-thumb {
    height: 35px;
    width: 53px;
    top:-15px;
}

.dog-calc .pet-range.disabled input[type="range"]::-webkit-slider-thumb {
    cursor: not-allowed;
}

.dog-calc .pcc-calc-wrap {
    background-image: url('../img/dog_bowl.png'), url('../img/dog_png.png');
    background-position: left 2px bottom 13px, bottom -4px left -45px;
    background-size: 90px, 260px;
    background-repeat: no-repeat;
}

.dog-calc .pcc-product::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 400px;
    height: 400px;
    left: calc(50% - 222px);
    top: calc(50% + -31px);
    background: url('../img/paw print option2.png');
    background-size: 400px;
    transform: translate(-50%,-50%) rotate(234deg);
    background-repeat: no-repeat;
    background-size: 300px;
}
.pet-range.disabled {
    opacity: 0.4;
}
.pet-range input[type="range"][disabled] {
    cursor: not-allowed;
}
@media screen and (max-width: 800px) {
    .dog-calc .pcc-calc-wrap {
        background-image: none;
    }
    .dog-calc .pet-range {
        padding: 0 8px;
    }
    .dog-calc {
        background-image: none;
        background-position: calc(50% - 16px) 104px;
        background-size: 250px;
    }
}