.text img {
    width: auto;
}

.text .button--dark {
    color: White;
}

.text .button--dark:hover {
    color: Silver;
}

.text .button--primary {
    color: #000;
}

.text .button--primary:hover {
    color: #EAEBED;
}

.b24-form-control-file-item-preview-image {
    max-height: 100%;
}

.product-statuses__label:hover .product-statuses__hint {
    z-index: 90 !important;
}

.comparison__list .button--primary svg {
    fill: Black;
}

.comparison__list .button--primary.active svg,
.comparison__list .button--primary:hover svg {
    fill: White;
}

.comparison__list .button--primary.active {
    background-color: black;
    color: White;
}

.comparison__list .button--primary.active span {
    position: relative;
}

.comparison__list .button--primary.active span::after {
    content: '';
    position: absolute;
    left: -18px;
    top: -4px;
    width: 12px;
    height: 12px;
    background-color: #13E554;
    background-image: url(../images/icons/check-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.form--order textarea.form-control {
    height: 120px !important;
}

#order-is_assembly .radio-inline-data:first-child,
#order-is_bring .radio-inline-data:first-child {
    display: none;
}

.product-modification__colors-item.active:before {
    opacity: 1;
    visibility: visible;
}

.product-modification__colors-item:before {
    position: absolute;
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
    background: transparent;
    border-radius: 4px;
    border: 2px solid #13E554;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.select2-container--open {
    z-index: 99999 !important;
}

.text-center {
    text-align: center;
}

.label-patch {
    padding: 0 0 0 40px;
    margin-right: 10px;
}

.checkout-delivery__more .control-label {
    height: 100%;
}

.contacts-text {
    padding: 24px;
    border: 1px solid #EAEBED;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 16px;
}

.nav__item--divider {
    margin-top: 10px;
}

.product-options__value.info-available:hover::before,
.product-options__value.info-available:hover::after {
    display: block;
}

.modification__list li > a.active {
    background: #EAEBED;
}

.select2-container--disabled .select2-selection__arrow {
    display: none !important;
}

.fake-star {
    color: red;
    margin-left: 2px;
}

@media (max-width: 767px) {
    a.product-offered__name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .product-credit__banks,
    .product-credit__info,
    .product-credit__title {
        display: none;
    }

    .product-credit {
        padding-top: 0 !important;
    }
}

.field-order-ignore_tracking label {
    display: flex;
    grid-gap: 8px;
    align-items: center;
}

.labels .black {
    background: black;
    color: white;
    padding: 0 15px;
}

.product__modification {
    right: calc(100% + 16px);
}

.button--light-gray.active {
    border-color: black;
}

.filters__choice-radio span{
    padding-left: 32px;
}

.filters__choice-radio input[type='radio'] {
    width: 24px;
    height: 24px;
    background: #EAEBED;
}

.filters_components input[type='checkbox']:not(:disabled) {
    background-color: white;
}

.warning {
    font-size: 12px;
    color: red;
    border: 1px Solid red;
    padding: 5px;
    border-radius: 4px;
}

.cart-item--cancel {
    opacity: 0.3;
}

.product-options__value.active,
.product-options__value:hover {
    border-color: #13E554;
    background-color: beige;
}

.today-popup {
    opacity: 0;
}

.grecaptcha-badge {
    display: none !important;
    visibility: hidden;
}

.review__actions > a {
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.form__add-note-error {
    padding-top: 5px;
    color: red;
}

.has-error .select2-selection {
    border-color: red;
}

tr.is_cancel td,
tr.is_cancel td a,
tr.is_cancel {
    color: Silver !important;
    text-decoration: line-through;
}

label.control-label[data-text] {
    width: 100%;
    display: flex;
}

label.control-label[data-text]:after {
    content: attr(data-text);
    margin-left: auto;
    color: silver;
}

.review__text a {
    color: #399efe;
}

.details__info .details-content .product-credit {
    padding: 12px 0 24px;
}

body bwchat#bwc-wrap.bwc-position-left #bwc-widget-action.bwc-mobile {
    left: unset !important;
    right: 10px !important;
    bottom: 185px;
}

body .KeyCRM-toggleButtonContainer {
    bottom: 20px !important;
}

@media (max-width: 1079px) {
    body .KeyCRM-toggleButtonContainer {
        bottom: 124px !important;
    }
}

body #bingc-phone-button.bingc-show {
    bottom: 122px !important;
    right: 20px !important;
}

@media (max-width: 1079px) {
    body #bingc-phone-button.bingc-show {
        bottom: 216px !important;
    }
}

body #bingc-phone-button svg.bingc-phone-button-circle,
body #bingc-phone-button-icon-text,
body #bingc-phone-button-icon-icon {
    scale: 0.61;
}

@media (max-width: 979px) {
    body #bingc-phone-button.bingc-show {
        transform: scale(1) !important;
    }
}

body #bingc-phone-button.bingc-show {
    right: 0px !important;
    transform: none;
}

body #bingc-phone-button div.bingc-phone-button-icon-text span {
    color: #000 !important;
}

body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #13E554 !important;
}

body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #000 !important;
}

body #bingc-phone-button div.bingc-phone-button-tooltip {
    background: #13E554 !important;
    color: #000 !important;
}

body #bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right {
    bottom: 100px;
}

body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: #13E554 !important;
}

body #bingc-passive a.bingc-passive-phone-form-button {
    background: #13E554 !important;
    color: #000 !important;
}

body #bingc-passive a.bingc-passive-phone-form-button:hover,
body #bingc-passive a.bingc-passive-phone-form-button:active {
    background: #000 !important;
    color: #fff !important;
}

body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form input.bingc-passive-get-phone-form-input::-webkit-input-placeholder {
    color: #6f767b !important;
}

.total__promo-code-status.warning {
    color: #FFB800;
    background-color: rgba(255, 184, 0, 0.078);
    padding: 6px 16px;
    font-size: 14px;
}

.external-link {
    padding: 2px;
    font-size: 13px;
    font-weight: 500;
}
