body .choices__inner,
body .is-focused .choices__inner,
body .is-open .choices__inner{
    background-color: transparent;
    font-weight: 700;
    border-radius: 8px;
    border-color: #ddd;
}
body .choices{
    box-shadow: 0px 3px 6px 0px rgba(0, 68, 137, 0.16);
    border-radius: 8px;
}
body .choices__list .is-selected{
    font-weight: 700;
    color: var(--color-blue-dark);
}
body .choices__list .choices__item::after{
    display: none;
}
.product-actions .bootstrap-touchspin-down{
    transition: background .8s;
}
.product-actions .input-group.bootstrap-touchspin .input-group-btn>.btn{
    background-color: transparent;
    border: 1px solid #ddd;
    color: var(--color-blue-dark);
    border-radius: 8px;
    font-size: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
}
.product-actions .input-group.bootstrap-touchspin .input-group-btn>.btn:disabled{
    background-color: #efefef;
}
.product-actions .input-group.bootstrap-touchspin .input-group-btn>.btn::before,
.product-actions .input-group.bootstrap-touchspin .input-group-btn>.btn::after{
    background-color: var(--color-blue-dark);
    border-radius: 2px;
    content: "";
    display: block;
    height: 1.67px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13.33px;
}
.product-actions .input-group.bootstrap-touchspin .input-group-btn>.btn.bootstrap-touchspin-down::after{
    display: none;
}
.product-actions .input-group.bootstrap-touchspin .input-group-btn>.btn.bootstrap-touchspin-up::after{
    width: 1.67px;
    height: 11.67px;
}
.page-product .bootstrap-touchspin{
    gap: 5px;
}
.product-actions .input-group.bootstrap-touchspin input[type="number"]{
    text-align: center;
    border: 1px solid #ddd;
    color: var(--color-blue-dark);
    border-radius: 8px;
}
input, textarea, select,
.form-control, .form-control-select{
    border: 1px solid #ddd!important;
    border-radius: 8px;
    background-color: transparent;
    color: var(--color-blue-dark);
    box-shadow: 0px 3px 6px 0px rgba(0, 68, 137, 0.16);
    background-color: #FFF;
}