.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";
}
.catalog-checkbox-is-favorite .catalog-checkbox-input-helper::before {
  content: '\f27c';
}
.checkbox.catalog-checkbox-is-favorite input:checked + .catalog-checkbox-input-helper::before {
  content: "\f27d";
}
.old-price-catalog-item {
  text-decoration: line-through;
}
.ext-catalog-item-name {
  font-weight: bold;
}
.order-items-summary.scrollable {
  height: 400px;
  overflow: auto;
}
.ismobile .order-items-summary.scrollable {
  height: 60vh;
  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-promo-code-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.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;
}
html.catalog.has-header #main-header {
  display: block !important;
}
html.catalog.ismobile body .header-layer-footer #main-header {
  display: none;
}
html.catalog.isset-widget-menu body .header-layer-footer #main-header {
  display: none;
}
html.catalog.isset-widget-menu #widget-menu-container {
  top: 0 !important;
}
html.catalog.isset-widget-menu #widget-menu-container .show-widget-edit-menu {
  display: none;
}
.catalog-popup .form-group:not(has-error) .help-block-error,
.catalog-currency .form-group:not(has-error) .help-block-error {
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-popup .form-group label.active,
.modal.from-bottom .form-group li.active,
.catalog-currency .form-group label.active,
.modal.from-bottom .form-group li.active {
  background: var(--primary-color);
  color: #fff;
}
.catalog-popup .btn-group.three label.btn,
.catalog-currency .btn-group.three label.btn {
  display: table-cell;
  width: 50%;
  border-radius: 0;
  border-top: 1px solid #f2f2f2;
  margin-left: 0;
}
.catalog-currency .btn-group.three label.btn {
  border-radius: 0;
}
.catalog-currency .three {
  border-radius: 5px;
  overflow: hidden;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 5px;
}
.catalog-item-color-preview {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 7px;
  margin-bottom: -2px;
}
div[data-color="ffffff"].catalog-item-color-preview,
div[data-color="f5f5dc"].catalog-item-color-preview {
  border: 1px solid #c2c2c2;
}
