#header .logo-color1 {
  fill: var(--primary-color) !important;
  opacity: 0.5;
}
#header .logo-color2 {
  fill: var(--primary-color) !important;
}
.page-bg251 #header .h-menu > li > a {
  color: var(--primary-color) !important;
}

.page-menu {
  width: 100%;
  max-width: 666px;
  display: inline-block;
}
.page-menu .tab-nav li > a {
  transition: none;
  text-transform: none;
  padding: 12px 6px;
  font-size: 15px;
}
.page-menu .tab-nav li.active > a {
  color: var(--primary-color);
}
.page-menu .tab-nav:not([data-tab-color]) > li > a:after {
  background: var(--primary-color);
}

.catalog-header-menu {
  display: flex;
  justify-content: space-between;
  max-width: 320px;
  margin: 0 auto;
}
.catalog-header-menu-link i {
  margin-right: 5px;
}
.catalog-header-menu-back {
  padding: 4px 6px 5px 0;
}
.catalog-profile-info {
  font-size: 15px;
  font-weight: bold;
}
.catalog-profile-info img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.fg-line:not([class*=has-]):after {
  background: var(--primary-color);
}

.modal .modal-header {
  padding: 15px 25px;
}

.text-muted {
  color: #ffffff;
}

.catalog-edit {
  margin: 0 auto;
}
.catalog-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px;
  padding: 0 20px;
  max-width: 360px;
}
.catalog-title {
  font-weight: bold;
  font-size: 18px;
}
.catalog-subtitle-wrapper {
  margin: 20px auto 10px;
  padding: 0 20px;
  max-width: 360px;
  text-align: left;
}
.catalog-subtitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.catalog-subtitle a {
  color: #ffffff;
}

.catalog-settings-anchor {
  top: -50px;
  position: relative;
}

.btn.btn-with-icon {
  border-radius: 20px;
  padding: 11px 17px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-outline.btn-with-icon {
  padding: 10px 17px;
  border: 1px solid;
}
.btn-with-icon i {
  margin-right: 5px;
}
.btn-success,
.btn-success:focus:focus,
.btn-success:active:active {
  background-color: var(--primary-color);
  border: none;
}
.btn-success:hover:hover {
  background-color: var(--primary-color-hover);
}
.catalog-item-preview-content {
  display: flex;
}
.catalog-item-preview-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.view-widget-content .catalog-item-preview-text {
  flex: 1;
}
.catalog-item-preview-buy-button {
  margin-top: 10px;
}
.catalog-item-footer {
  display: flex;
  justify-content: space-between;
}
.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-item-preview-img-order {
  height: 75px;
  width: 75px;
  object-fit: cover;
  margin-right: 10px;
}
.w-w1 .catalog-item-preview-buy-button .btn-site {
  margin: 0 !important;
  min-width: 0 !important;
}
.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";
}

.categories-list,
.not-drag-categories-list {
  max-width: 360px;
  margin: 0 auto;
}
.btn.category-button {
  font-size: 14px;
  color: #5e5e5e !important;
  background-color: #ffffff;
  text-align: left;
  flex: 1;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  border-radius: 10px;
  border: 0;
}
.category-add-button {
  justify-content: center;
}
.category-button.btn-link:last-child {
  margin-right: 0;
}
.category-wrapper {
  margin-bottom: 10px;
  padding-left: 20px;
}
.category-wrapper:last-child {
  margin-bottom: 0;
}
.not-drag-categories-list > .category-wrapper:last-child {
  margin-bottom: 10px;
}
.not-drag-categories-list .btn.category-button {
  cursor: default !important;
}
.category-container {
  display: flex;
  align-items: center;
  border: 1px solid #c2c2c2;
  color: #444444 !important;
  background-color: #ffffff;
  position: relative;
  white-space: initial;
  text-align: left;
  border-radius: 10px;
  margin-right: 20px;
  width: 100%;
}

.action-category {
  font-size: 24px;
  color: #c0c0c0;
}
.action-category:hover {
  color: #aaaaaa;
}
.category-wrapper.disabled .action-category-delete,
.category-wrapper.disabled .action-category-delete:hover {
  color: #e4e4e4;
  cursor: default;
}

.catalog-status-color-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 0 0 10px;
}
.catalog-items-empty-text {
  display: none;
}
.catalog-list-is-empty .catalog-items-empty-text {
  display: block;
}

.widget-wrapper.catalog-item-widget-wrapper .widget.edit-panel {
  padding-top: 0;
}
.widget.edit-panel .view-widget-content .catalog-item-preview-text {
  margin-top: 24px;
}
.catalog-item-widget-wrapper .widget .show-widget-analytics {
  left: 120px;
}

.catalog-about {
  margin-bottom: 0 !important;
  padding: 5px 10px;
  color: #5e5e5e;
  width: 100%;
}

.btn.widget-order-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background: #ffffff;
  color: #444444 !important;
}
.widget-order-header i {
  font-size: 18px;
}
.widget-order-header i::before {
  content: '\f2fc';
}
.widget-order-header.collapsed i::before {
  content: '\f2f9';
}
.widget-order-content {
  padding: 0 12px;
}
.order-status-buttons {
  display: flex;
}
hr.order-divider {
  margin: 10px 0;
}

.ext-catalog-item-gallery {
  width: calc(100% + 25px);
  margin: -10px 0 0 -10px;
}

@media (max-width: 360px) {
  #header {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .header__scrollbar-fix {
    width: calc(100vw - 38px);
  }
  .catalog-title-wrapper {
    padding: 0 10px;
  }
  .category-wrapper {
    padding-left: 10px;
  }
}

.old-price-catalog-item {
  text-decoration: line-through;
}

.catalog-popup .form-group,
.catalog-currency .form-group {
  margin-bottom: 0;
}



.catalog-popup .btn-group.double label.btn {
  border-radius: 0;
}

.catalog-popup .double {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

.catalog-popup .display-inline {
  margin: 0;
  width: 100%;
}

.catalog-currency .btn-group.three label.btn:first-child,
.catalog-currency .btn-group.three label.btn:nth-child(3),
.catalog-currency .btn-group.three label.btn:nth-child(5) {
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.catalog-currency .btn-group.three label.btn:first-child,
.catalog-currency .btn-group.three label.btn:nth-child(2) {
  border-top: 1px solid #f2f2f2;
}

.catalog-currency .btn-group.three label.btn:nth-child(5),
.catalog-currency .btn-group.three label.btn:nth-child(6) {
  border-bottom: 1px solid #f2f2f2;
}

.catalog-currency .btn-group.three label.btn:nth-child(2),
.catalog-currency .btn-group.three label.btn:nth-child(4),
.catalog-currency .btn-group.three label.btn:nth-child(6) {
  border-right: 1px solid #f2f2f2;
}

.ext-catalog-item-name {
  font-weight: 700;
}
.catalog-order-status-dot {
  display: inline-flex;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0;
}
.catalog-order-status-badge {
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  padding: 5px 15px;
  border-radius: 50px;
  margin-right: 5px;
}
.widget-order-content .badge {
  padding: 5px 8px;
  border-radius: 50px;
  font-size: 12px;
  margin-top: 3px;
}
.shopping-cart-catalog {
  position: relative;
  left: auto !important;
  transform: none;
}
.shopping-cart-catalog .zmdi-edit {
  display: block;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  top: -5px;
  right: -8px;
  color: #5e5e5e;
  padding: 12px 7px;
  width: 24px;
  box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.36);
  line-height: 0;
  z-index: 5;
}
.span-link {
  cursor: pointer;
}
.action-category.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0;
}
.catalog-item-features-table td {
  padding: 5px 0;
}
html.catalog.isset-widget-menu body .header-layer-footer #main-header {
  display: none;
}
