.dnetor-tabs-horizontal {
  --tab_border_width: 1px;
  --start_of_pos: 0px;
  --tab_underline_border_width: 3px;
  --tab_border_color: #f1f1f1;
  margin: 50px auto;
  display: -ms-flexbox;
  display: flex;
}
.dnetor-tabs-horizontal .dnetor-tabs-list {
  padding: 0;
  list-style-type: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dnetor-tabs-horizontal .dnetor-tabs-nav-item {
  background: transparent;
  font-weight: 500;
  cursor: pointer;
  color: #666;
  padding: 24px;
  border: 1px solid #e9e9e9;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.dnetor-tabs-horizontal .dnetor-tabs-nav-item .dnetor-tabs-title {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.dnetor-tabs-horizontal .dnetor-tabs-nav-item.text-align-left {
  text-align: left;
}
.dnetor-tabs-horizontal .dnetor-tabs-nav-item.text-align-left .dnetor-tabs-title {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.dnetor-tabs-horizontal .dnetor-tabs-nav-item.text-align-center {
  text-align: center;
}
.dnetor-tabs-horizontal .dnetor-tabs-nav-item.text-align-center .dnetor-tabs-title {
  -ms-flex-pack: center;
  justify-content: center;
}
.dnetor-tabs-horizontal .dnetor-tabs-nav-item.text-align-right {
  text-align: right;
}
.dnetor-tabs-horizontal .dnetor-tabs-nav-item.text-align-right .dnetor-tabs-title {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.dnetor-tabs-horizontal .dnetor-icons {
  margin-right: 10px;
}
.dnetor-tabs-horizontal .dnetor-icons svg path {
  fill: currentColor;
  stroke: currentColor;
}
.dnetor-tabs-horizontal .dnetor-tabs-title-description {
  margin-top: 15px;
}
.dnetor-tabs-horizontal .dnetor-tabs-panel {
  padding: 20px;
}
.dnetor-tabs-horizontal .dnetor-tabs-panel .dnetor-tab-image {
  width: 100%;
  height: 100%;
}
.dnetor-tabs-horizontal .dnetor-tabs-panel .dnetor-tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dnetor-tabs-horizontal .dnetor-tabs-nav-item,
.dnetor-tabs-horizontal .dnetor-tabs-title {
  display: -ms-flexbox;
  display: flex;
}
.dnetor-tabs-horizontal .dnetor-tabs-active {
  color: #fff;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}

@media (max-width: 767px) {
  .dnetor-tabs-horizontal {
    display: block;
  }
}

/*# sourceMappingURL=tabs-horizontal.css.map */
