input.quantity-field::-webkit-outer-spin-button,
input.quantity-field::-webkit-inner-spin-button,
input.frete-calc::-webkit-outer-spin-button,
input.frete-calc::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.active-frete, .active-frete:hover{
    background: #dee7ef;
    border: 1px solid #29a76d;
}

.radio-frete-item.form-check-input:checked{
    background-color: #29a76d;
    border-color: #29a76d;
}

/*Sistema de Zoom nas imagens*/
.zoomed-image, .mouse-box {
    width: 250px;
    height: 250px;
    position: absolute;
    border: 2px solid black;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    pointer-events: none;
}
.mouse-box {
    background: #ffffff82;
    width: 200px !important;
    height: 200px !important;
    z-index: 100;
    display: none;
}
.zoom-frame {
    position: absolute;
    top: 105px;
    left: 53%;
    width: 100px;
    height: 100px;
    transform: scale(1.8);
    z-index: 25;
    display: none;
}
