.icheckbox_big,
.iradio_big {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox-deselected.png?v=14683994971514146780) no-repeat;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.icheckbox_big {
    background-position: 0 0;
}
    .icheckbox_big.hover {
        /*background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox.png?v=16589829667562850312) no-repeat;*/
        opacity: 0.8;
    }
    .icheckbox_big.checked {
        background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox.png?v=16589829667562850312) no-repeat;
    }
    .icheckbox_big.disabled {
        background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox-deselected.png?v=14683994971514146780) no-repeat;
        cursor: default;
    }
    .icheckbox_big.checked.disabled {
        background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox-deselected.png?v=14683994971514146780) no-repeat;
    }

.iradio_big {
    background-position: 0 0;
}
    .iradio_big.hover {
        /*background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox.png?v=16589829667562850312) no-repeat;*/
        opacity: 0.8;
    }
    .iradio_big.checked {
        background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox.png?v=16589829667562850312) no-repeat;
    }
    .iradio_big.disabled {
        background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox-deselected.png?v=14683994971514146780) no-repeat;
        cursor: default;
    }
    .iradio_big.checked.disabled {
        background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox-deselected.png?v=14683994971514146780) no-repeat;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_big,
    .iradio_big {
        background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox-deselected@2x.png?v=16997893094700052155) no-repeat;
        background-size: contain;
    }

    .icheckbox_big.hover,
    .iradio_big.hover,
    .icheckbox_big.checked,
    .iradio_big.checked {
        background: url(//cdn.shopify.com/s/files/1/0797/4955/t/42/assets/icn-checkbox@2x.png?v=17950038052373748642) no-repeat;
        background-size: contain;
    }
}