.t706__carticon,
.t1002__wishlisticon {
	display: none;
}

.cart-counter,
.cart-icon,
.fav-counter,
.fav-icon {
	cursor: pointer;
	opacity: 1;
	transition: opacity .5s ease;
}

.t1002__addBtn {
    border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.t1002__addBtn:not(.t1002__addBtn_active) svg path {
    stroke: #34d045;
}

.t1002__addBtn.t1002__addBtn_active svg path {
    fill: #34d045;
    stroke: #34d045;
}

#allrecords .hide {
	opacity: 0;
}

#allrecords .animate {
	-webkit-animation: t1002__pulse-anim 0.6s;
	animation: t1002__pulse-anim 0.6s;
}

#allrecords .t-store__prod-popup__close-txt-wr {
    top: 80px;
    z-index: 98;
    display: block !important;
}

#allrecords .t-store__prod-popup__btn-calc {
	color: #ffffff;
	background-color: #34d045;
	border: 1px solid #34d045;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#allrecords .t-store__product-snippet .t-store__prod__quantity {
    display: flex;
    width: fit-content;
}

#allrecords .t-store__prod-popup__btn-calc > table {
    width:100%;
    height:100%;
}

.overflow-hidden {
    overflow: hidden !important;
}

.t-store__prod-popup__price-per-item {
    display: block;
}

.t-store__prod-popup__price.t-name_md,
.t-store__prod-popup__price_old.t-name_md {
    font-size: 16px;
}

.t-store__prod-popup__price .t-store__prod-popup__price-value,
.t-store__prod-popup__price .t-store__prod-popup__price-currency {
    opacity: .5;
}

.calc-panel {
    position: fixed;
    inset: 0;
    z-index: 99;
    font-family: 'TildaSans', Arial, sans-serif;
    background-color: #00000030;
    opacity: 0;
    visibility: hidden;
    transition: all .2s .2s linear;
}

.calc-panel * {
    font-family: 'TildaSans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

.calc-panel.showed {
    opacity: 100%;
    visibility: visible;
}

.calc-panel__container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 480px;
    height: 100dvh;
    padding: 90px 20px 70px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: -5px 0px 50px 0px #00000026,
                -2px 0px 7px 0px #00000014;
    transform: translateX(110%);
    transition: transform .5s ease;
    overflow: auto;
}

.calc-panel.showed .calc-panel__container {
    transform: translateX(0%);
    transition: transform .5s .2s ease;
}

.calc-panel__wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
    width: 100%;
    height: fit-content;
}

.calc-panel__btn-close {
    position: relative;
    top: 0;
    left: 100%;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.49998 1.01245e-05L0 1.5L22.4997 23.9998L23.9997 22.4999L1.49998 1.01245e-05Z' fill='black'/%3E%3Cpath d='M24 1.49999L22.5 0L0.000310675 22.4998L1.50029 23.9998L24 1.49999Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-100%);
    cursor: pointer;
}

.calc-panel__configs {
    display: none;
    flex-flow: row wrap;
    gap: 20px 16px;
}

.calc-panel__configs::before {
    content: "Сохраненные параметры";
    flex: 100% 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.calc-panel__config {
    position: relative;
    padding: 10px 14px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #34d045;
    cursor: pointer;
}

.calc-panel__config:hover .calc-panel__config-delete {
    width: 24px;
    height: 24px;
}

.calc-panel__config-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12.5842' height='1.55728' transform='matrix(0.70709 -0.707124 0.707144 0.70707 7 15.9004)' fill='black'/%3E%3Cpath d='M7 8.10156L8.10114 7.00037L17 15.8983L15.8989 16.9995L7 8.10156Z' fill='black'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(40%, -40%);
    transition: all .2s ease;
    cursor: pointer;
}

.calc-panel__product {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    padding: 10px;
    border-radius: 7px;
    background-color: #f5f5f5;
}

.calc-panel__produc-img {
    max-width: 100px;
}

.calc-panel__produc-img > img {
    display: block;
}

.calc-panel__product-info {
    display: flex;
    flex-flow: column nowrap;
    line-height: 1.35;
}

.calc-panel__product-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.calc-panel__product-brand,
.calc-panel__product-sku {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
    color: #777;
}

.calc-panel__product-price-psm {
    display: flex;
    flex: 1 1 0;
    align-items: end;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    white-space: nowrap;
}

.calc-panel__product-price * {
    white-space: nowrap;
    vertical-align: middle;
}

.calc-panel__calc {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
}

.calc-panel__tabs {
    display: flex;
    flex-flow: column nowrap;
}

.calc-panel__tabs-btns > input[type="radio"],
.calc-panel__tab,
.calc-panel__layout-direction-btns > input[type="radio"] {
    display: none;
}

#parameters:has(~ .calc-panel__tabs-btns > #tab-parameters:checked),
#area:has(~ .calc-panel__tabs-btns > #tab-area:checked) {
    display: flex;
    gap: 20px;
    padding: 20px 0 0;
}

.calc-panel__tabs-btns {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 1px;
    border-bottom: 1px solid #b1b1b1;
    order: -1;
}

.calc-panel__tabs-btns > label {
    display: block;
    width: 50%;
    margin-bottom: -1px;
    padding: 12px 16px;
    border: 1px solid transparent;
    border-radius: 7px 7px 0 0;
    box-sizing: border-box;
    text-align: center;
    color: #00000080;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    cursor: pointer;
}

.calc-panel__tabs-btns > label::selection {
    background-color: transparent;
}

.calc-panel__tabs-btns > input[type="radio"]:checked + label {
    border: 1px solid #b1b1b1;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    color: #000;
    cursor: default;
}

.calc-panel__tab label {
    display: inline-block;
    position: relative;
    flex: 1 1 0;
}

.calc-panel__tab label input {
    width: 100%;
    height: 52px;
    padding: 16px 10px;
    border: 1px solid #b1b1b1;
    border-radius: 7px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
}

#area.calc-panel__tab > label {
    flex: none;
    width: calc(50% - 10px);
}

.calc-panel__tab label span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 16px 10px;
    font-size: 16px;
    font-weight: 300;
    color: #00000080;
    transition: 0.2s;
    pointer-events: none;
}

.calc-panel__tab label input:focus ~ span,
.calc-panel__tab label input:valid ~ span {
    padding: 0px 5px;
    font-size: 12px;
    color: #777;
    background-color: #fff;
    transform: translateX(10px) translateY(-8px);
}

.calc-panel__input-clear-btn {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    width: 14px;
    height: 14px;
    padding: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.calc-panel__tab label input:valid ~ .calc-panel__input-clear-btn {
    display: block;
}

.calc-panel__layout-direction-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.calc-panel__layout-direction-btns {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
}

.calc-panel__layout-direction-btns > label {
    display: inline-flex;
    align-items: center;
    flex: 1 1 0;
    border: 1px solid #b1b1b1;
    border-radius: 7px;
    padding: 10px 10px;
    color: #00000080;
    cursor: pointer;
}

.calc-panel__layout-direction-btns > label::selection {
    background-color: transparent;
}

.calc-panel__layout-direction-btns > input[type="radio"]:checked + label {
    font-weight: 500;
    color: #000;
    cursor: default;
}

.calc-panel__layout-direction-btns > label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.calc-panel__layout-direction-btns > label[for="btn-horizontal"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H39.9995' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M20 0V4.99994' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M30 5V12.4999' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M9.16406 5V12.4999' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M20 12.5V19.9999' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M30 20V27.4999' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M9.16406 20V27.4999' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M20 27.5V34.9999' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M30 35V39.9999' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M9.16406 35V39.9999' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M0 12.5H39.9995' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M0 20H39.9995' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M0 27.5H39.9995' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M0 35H39.9995' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M35.9995 0.625H4C2.13604 0.625 0.625 2.13604 0.625 4V35.9995C0.625 37.8635 2.13604 39.3745 4 39.3745H35.9995C37.8635 39.3745 39.3745 37.8635 39.3745 35.9995V4C39.3745 2.13604 37.8635 0.625 35.9995 0.625Z' stroke='%23777777' stroke-width='1.25'/%3E%3C/svg%3E");
}

.calc-panel__layout-direction-btns > label[for="btn-diagonal"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 0.625H4C2.13604 0.625 0.625 2.13604 0.625 4V36C0.625 37.864 2.13604 39.375 4 39.375H36C37.864 39.375 39.375 37.864 39.375 36V4C39.375 2.13604 37.864 0.625 36 0.625Z' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M16.4609 -4.74805L44.7452 23.5362' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M22.3516 -9.41211L50.6358 18.8722' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M36.2188 3.7832L30.6074 9.3945' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M37.6715 16.4648L32.3682 21.7681' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M22.9371 1.73047L17.6338 7.0338' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M25.2965 14.6973L19.9932 20.0006' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M27.0699 27.0703L21.7666 32.3736' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M12.3355 12.3379L7.03223 17.6412' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M14.6949 25.3027L9.3916 30.606' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M16.4613 37.6777L12.9258 41.2133' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M1.72694 22.9434L-1.80859 26.4789' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M11.1562 0.554688L39.4405 28.839' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M2 2L37.988 38.0013' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M0.554688 11.1621L28.839 39.4464' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M-4.75 16.4648L23.5343 44.7491' stroke='%23777777' stroke-width='1.25'/%3E%3Cpath d='M-7.10938 23.9004L21.1749 52.1847' stroke='%23777777' stroke-width='1.25'/%3E%3C/svg%3E%0A");
}

.calc-panel__product-quantity {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.calc-panel__product-quantity-title {
    font-size: 16px;
    font-weight: 500;
}

.calc-panel__product-quantity-counter {
    display: flex;
    flex-flow: row nowrap;
    gap: 5px;
}

.calc-panel__product-quantity input {
    width: 50px;
    padding: 8px;
    border: 1px solid #b1b1b1;
    border-radius: 7px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.calc-panel__product-quantity-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    aspect-ratio: 1;
    border: 1px solid #34d045;
    border-radius: 7px;
    box-sizing: border-box;
    color: #fff;
    background-color: #34d045;
    cursor: pointer;
}

.calc-panel__product-quantity-btn::selection {
    background-color: transparent;
}

.calc-panel__product-quantity-btn:hover {
    color: #34d045;
    background-color: transparent;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.calc-panel__product-quantity-btn > span {
    font-size: 28px;
    font-weight: 300;
    pointer-events: none;
}

.calc-panel__product-quantity-btn[data-quantity-btn="minus"] > span {
    margin-top: -6px;
}

.calc-panel__product-quantity-btn[data-quantity-btn="plus"] > span {
    margin-left: 1px;
}

.calc-panel__product-quantity-price {
    font-size: 18px;
    font-weight: 500;
    flex: 1 1 0;
    text-align: right;
}

.calc-panel__product-quantity-price > span {
    white-space: nowrap;
}

.calc-panel__result {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calc-panel__result-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 45px;
    border: 1px solid #34d045;
    border-radius: 7px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #34d045;
    cursor: pointer;
    white-space: nowrap;
}

.calc-panel__result-btn:hover {
    color: #34d045;
    background-color: transparent;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.calc-panel__result-btn.inactive {
    opacity: .5;
    pointer-events: none;
}

@media (max-width: 640px) {
    .t-store__prod-popup__price.t-name_md,
    .t-store__prod-popup__price_old.t-name_md {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    .calc-panel__container {
        width: 100dvw;
        padding: 90px 20px 110px;
    }

    .calc-panel__configs::before {
        font-size: 16px;
    }

    .calc-panel__config {
        font-size: 14px;
    }

    .calc-panel__config-delete {
        width: 24px;
        height: 24px;
    }

    .calc-panel__tabs-btns > label {
        padding: 8px 10px;
        font-size: 14px;
    }

    .calc-panel__tab label input {
        height: 40px;
        padding: 10px 10px;
        font-size: 14px;
    }

    .calc-panel__tab label span {
        padding: 11px 10px;
        font-size: 14px;
    }

    .calc-panel__layout-direction-title {
        font-size: 16px;
    }
    
    .calc-panel__layout-direction-btns {
        flex-flow: row wrap;
    }

    .calc-panel__layout-direction-btns > label {
        font-size: 14px;
    }
    
    .calc-panel__layout-direction-btns > label::before {
        width: 24px;
        height: 24px;
    }

    .calc-panel__product-name {
        font-size: 12px;
    }

    .calc-panel__product-price-psm {
        font-size: 14px;
    }

    .calc-panel__product-quantity {
        flex-flow: row wrap;
        gap: 0 20px;
    }

    .calc-panel__product-quantity-price {
        text-align: left;
    }

    .calc-panel__result {
        flex-flow: column wrap;
        gap: 10px;
    }

    .calc-panel__result-btn {
        width: 100%;
    }

    a.t-store__prod-popup__btn[href="#order"] {
        flex-grow: 0;
    }

    a.t-store__prod-popup__btn[href="#order"]::before {
        content: "В корзину";
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    a.t-store__prod-popup__btn-calc[href="#calc"] {
        display: flex;
        align-items: center;
        margin-left: 4px;
        padding: 0 10px;
    }

    #allrecords  a.t-store__prod-popup__btn-calc[href="#calc"]:hover {
        background-color: #34d045 !important;
    }

    a.t-store__prod-popup__btn-calc[href="#calc"]::before {
        content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4375 0C2.52582 0 1.65148 0.362164 1.00682 1.00682C0.362164 1.65148 0 2.52582 0 3.4375L0 14.375H14.375V0H3.4375ZM9.0625 8.4375H7.8125V9.6875C7.8125 9.93614 7.71373 10.1746 7.53791 10.3504C7.3621 10.5262 7.12364 10.625 6.875 10.625C6.62636 10.625 6.3879 10.5262 6.21209 10.3504C6.03627 10.1746 5.9375 9.93614 5.9375 9.6875V8.4375H4.6875C4.43886 8.4375 4.2004 8.33873 4.02459 8.16291C3.84877 7.9871 3.75 7.74864 3.75 7.5C3.75 7.25136 3.84877 7.0129 4.02459 6.83709C4.2004 6.66127 4.43886 6.5625 4.6875 6.5625H5.9375V5.3125C5.9375 5.06386 6.03627 4.8254 6.21209 4.64959C6.3879 4.47377 6.62636 4.375 6.875 4.375C7.12364 4.375 7.3621 4.47377 7.53791 4.64959C7.71373 4.8254 7.8125 5.06386 7.8125 5.3125V6.5625H9.0625C9.31114 6.5625 9.5496 6.66127 9.72541 6.83709C9.90123 7.0129 10 7.25136 10 7.5C10 7.74864 9.90123 7.9871 9.72541 8.16291C9.5496 8.33873 9.31114 8.4375 9.0625 8.4375ZM0 15.625V26.5625C0 27.4742 0.362164 28.3485 1.00682 28.9932C1.65148 29.6378 2.52582 30 3.4375 30H14.375V15.625H0ZM9.4125 23.7125C9.50461 23.7983 9.57849 23.9018 9.62973 24.0168C9.68097 24.1318 9.70852 24.256 9.71074 24.3818C9.71296 24.5077 9.6898 24.6328 9.64265 24.7495C9.5955 24.8662 9.52532 24.9723 9.4363 25.0613C9.34727 25.1503 9.24123 25.2205 9.1245 25.2677C9.00776 25.3148 8.88273 25.338 8.75685 25.3357C8.63097 25.3335 8.50683 25.306 8.39183 25.2547C8.27683 25.2035 8.17333 25.1296 8.0875 25.0375L7.1875 24.1375L6.2875 25.0375C6.20063 25.1247 6.09738 25.1939 5.98369 25.2412C5.87001 25.2884 5.74811 25.3127 5.625 25.3127C5.50189 25.3127 5.37999 25.2884 5.26631 25.2412C5.15262 25.1939 5.04937 25.1247 4.9625 25.0375C4.87538 24.9504 4.80627 24.8471 4.75912 24.7333C4.71197 24.6195 4.6877 24.4975 4.6877 24.3744C4.6877 24.2512 4.71197 24.1293 4.75912 24.0155C4.80627 23.9017 4.87538 23.7983 4.9625 23.7112L5.8625 22.8113L4.9625 21.9112C4.87542 21.8242 4.80634 21.7208 4.75921 21.607C4.71208 21.4932 4.68782 21.3713 4.68782 21.2481C4.68782 21.125 4.71208 21.003 4.75921 20.8892C4.80634 20.7755 4.87542 20.6721 4.9625 20.585C5.04958 20.4979 5.15297 20.4288 5.26674 20.3817C5.38052 20.3346 5.50247 20.3103 5.62563 20.3103C5.74878 20.3103 5.87073 20.3346 5.98451 20.3817C6.09828 20.4288 6.20167 20.4979 6.28875 20.585L7.18875 21.485L8.08875 20.585C8.17583 20.4979 8.27922 20.4288 8.39299 20.3817C8.50677 20.3346 8.62872 20.3103 8.75188 20.3103C8.87503 20.3103 8.99698 20.3346 9.11076 20.3817C9.22454 20.4288 9.32792 20.4979 9.415 20.585C9.50208 20.6721 9.57116 20.7755 9.61829 20.8892C9.66542 21.003 9.68968 21.125 9.68968 21.2481C9.68968 21.3713 9.66542 21.4932 9.61829 21.607C9.57116 21.7208 9.50208 21.8242 9.415 21.9112L8.515 22.8113L9.4125 23.7125ZM26.5625 0H15.625V14.375H30V3.4375C30 2.52582 29.6378 1.65148 28.9932 1.00682C28.3485 0.362164 27.4742 0 26.5625 0ZM25.9375 8.125H20.3125C20.0639 8.125 19.8254 8.02623 19.6496 7.85041C19.4738 7.6746 19.375 7.43614 19.375 7.1875C19.375 6.93886 19.4738 6.7004 19.6496 6.52459C19.8254 6.34877 20.0639 6.25 20.3125 6.25H25.9375C26.1861 6.25 26.4246 6.34877 26.6004 6.52459C26.7762 6.7004 26.875 6.93886 26.875 7.1875C26.875 7.43614 26.7762 7.6746 26.6004 7.85041C26.4246 8.02623 26.1861 8.125 25.9375 8.125ZM15.625 15.625V30H26.5625C27.4742 30 28.3485 29.6378 28.9932 28.9932C29.6378 28.3485 30 27.4742 30 26.5625V15.625H15.625ZM25.625 25.625H20C19.7514 25.625 19.5129 25.5262 19.3371 25.3504C19.1613 25.1746 19.0625 24.9361 19.0625 24.6875C19.0625 24.4389 19.1613 24.2004 19.3371 24.0246C19.5129 23.8488 19.7514 23.75 20 23.75H25.625C25.8736 23.75 26.1121 23.8488 26.2879 24.0246C26.4637 24.2004 26.5625 24.4389 26.5625 24.6875C26.5625 24.9361 26.4637 25.1746 26.2879 25.3504C26.1121 25.5262 25.8736 25.625 25.625 25.625ZM25.625 21.875H20C19.7514 21.875 19.5129 21.7762 19.3371 21.6004C19.1613 21.4246 19.0625 21.1861 19.0625 20.9375C19.0625 20.6889 19.1613 20.4504 19.3371 20.2746C19.5129 20.0988 19.7514 20 20 20H25.625C25.8736 20 26.1121 20.0988 26.2879 20.2746C26.4637 20.4504 26.5625 20.6889 26.5625 20.9375C26.5625 21.1861 26.4637 21.4246 26.2879 21.6004C26.1121 21.7762 25.8736 21.875 25.625 21.875Z' fill='white'/%3E%3C/svg%3E%0A");
    }

    a.t-store__prod-popup__btn[href="#order"] > table,
    a.t-store__prod-popup__btn-calc[href="#calc"] > table {
        display: none;
    }
}