.t0xf-quantity-calc-wrapper {display: flex; flex-direction: column; margin: 0 0 1rem 0;}
.t0xf-quantity-calc-wrapper .calc {display: flex; gap: 0; max-width: 320px;}
.t0xf-quantity-calc-wrapper .calc .delimiter {display: flex; align-items: center; justify-content: center; margin-top: 1rem; color: #757575;}
.t0xf-quantity-calc-wrapper .calc .field {display: flex; flex-direction: column;}
.t0xf-quantity-calc-wrapper .calc .field .title {font-size: 12px; text-align: center; color: #757575;}
.t0xf-quantity-calc-wrapper .calc .field .title .desk-title {display: none}
.t0xf-quantity-calc-wrapper .calc .field .title .mob-title {display: inline}
.t0xf-quantity-calc-wrapper .calc .field .form-control {padding: 0.375rem 0.375rem; border-width: 2px; text-align: center;}
.t0xf-quantity-calc-wrapper .calc .field .form-control.is-unknown {background: #fafafa; color: #cacaca;}
.t0xf-quantity-calc-wrapper .calc .field.result-field {position: relative}
.t0xf-quantity-calc-wrapper .calc .buttons {display: flex; flex-direction: column; justify-content: space-between; margin-top: 1.4rem;}
.t0xf-quantity-calc-wrapper .calc .buttons .btn {padding: 0;position: relative;color: #666666;border-radius: 0;}
.t0xf-quantity-calc-wrapper .calc .buttons .btn:hover {color: #335eea}
.t0xf-quantity-calc-wrapper .calc .buttons .btn.plus {}
.s-product-form.with-calc .b-product-badges {display: none!important;}
.s-product-form.with-calc .s-quantity-section {display: none!important;}
.s-product-form.with-calc .s-summary-wrapper {line-height: 1;}
[data-bs-theme=dark] .t0xf-quantity-calc-wrapper .calc .field .form-control.is-unknown {background: #212121;}

@media (min-width: 400px) {
    .t0xf-quantity-calc-wrapper .calc .field .title {font-size: 14px;text-align: left;padding-left: 2px;}
    .t0xf-quantity-calc-wrapper .calc .field .title .desk-title {display: inline}
    .t0xf-quantity-calc-wrapper .calc .field .title .mob-title {display: none}
}
@media (min-width: 576px) {
    .t0xf-quantity-calc-wrapper .calc .field .title .desk-title {display: none}
    .t0xf-quantity-calc-wrapper .calc .field .title .mob-title {display: inline}
}
@media (min-width: 1480px) {
    .t0xf-quantity-calc-wrapper .calc .field .title .desk-title {display: inline}
    .t0xf-quantity-calc-wrapper .calc .field .title .mob-title {display: none}
}

#t0xf-callback .info {white-space: pre-line;}

.b-logo {max-width: 200px;}
.b-categories-01 .b-categories-01__image {width: auto; height: auto;}

.b-mobile-logo__img {display: none;}
.b-mobile-logo__small {display: flex;}
@media (min-width: 400px) {
    .b-mobile-logo__img {display: flex;}
    .b-mobile-logo__small {display: none;}
}