.catalog-item-images-add.btn-link {
    border: 1px solid #c2c2c2;
    width: 100%;
    font-size: 14px;
    color: #444444 !important;
    background-color: #ffffff;
    overflow: hidden;
}
.catalog-item-image-preview {
    height: 72px;
    width: 72px !important;
    object-fit: cover;
    margin-right: 5px;
}
.catalog-item-image-preview:last-child {
    margin-right: 0;
}
.catalog-item-preview-img {
    height: calc(100% + 20px);
    width: 120px;
    max-height: 125px;
    object-fit: cover;
    float: left;
    margin: -10px 10px -10px -10px;
}
.catalog-checkbox-label {
    color: var(--primary-color);
}
.checkbox .catalog-checkbox-label-checked {
    display: none;
}
.checkbox input:checked ~ .catalog-checkbox-label-checked {
    display: block;
}
.checkbox input:checked ~ .catalog-checkbox-label-unchecked {
    display: none;
}
.catalog-checkbox-input-helper::before {
    font: 22px/normal Material-Design-Iconic-Font;
    position: absolute;
    content: "\f15b";
    left: 0;
    top: -2px;
    color: var(--primary-color);
}
.checkbox input:checked + .catalog-checkbox-input-helper::before {
    content: "\f15c";
}
.old-price-catalog-item {
    text-decoration: line-through;
}
.ext-catalog-item-name {
    font-weight: bold;
}

.order-items-summary.scrollable {
    height: 260px;
    overflow: auto;
}
.order-items-summary .cart-item {
    display: flex;
}
.order-items-summary .cart-item-img {
    margin-right: 15px;
}
.order-items-summary .cart-item-info {
    flex-grow: 1;
}
.order-items-summary img.thumb {
    width: 81px;
    height: 81px;
    border-radius: 10px;
    margin: 4px 0 0 0;
    object-fit: cover;
}
.order-items-summary .title {
    font-size: 1.067em;
}
.cart-item-change-count {
    margin-top: 1px;
}
.cart-item-change-count,
.cart-item-change-count:hover,
.cart-item-change-count:focus,
.cart-item-change-count:active {
    color: #444444;
}
.cart-item-current-count {
    padding: 0 12px;
    background: #eeeeee;
    line-height: 32px;
    color: #222222;
}
.cart-item-change-count-wrapper a.disabled {
    opacity: 0.5;
    cursor: default;
}
.cart-item-change-count i {
    font-weight: bold;
    font-size: 22px;
    padding: 5px;
}
.cart-item-change-count-wrapper {
    display: flex;
    align-items: center;
}
.cart-item-change-count-wrapper .btn {
    background: #e5e5e5 !important;
    color: #444444 !important;
    padding: 0 6px;
}
.cart-item-change-count-wrapper .btn:hover,
.cart-item-change-count-wrapper .btn:focus,
.cart-item-change-count-wrapper .btn:active {
    background: #dddddd !important;
}
.cart-item-change-count-wrapper .cart-item-increase-count {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.cart-item-change-count-wrapper .cart-item-decrease-count {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.catalog-item-features-container label {
    padding: 5px 20px;
    border-radius: 20px;
    border: 2px solid #e2e2e2;
    cursor: pointer;
}
.catalog-item-features-container input {
    display: none;
}