body {
  overflow-x: hidden; }
  body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
    position: relative;
    z-index: 200; }
  body::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
    position: relative;
    z-index: 200; }
  body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e1e1e1;
    position: relative;
    z-index: 200; }

.page_info .table_item {
  background-color: white; }

textarea {
  box-sizing: border-box;
  resize: none; }
  textarea::placeholder {
    /* Firefox, Chrome, Opera */
    color: #C4C4C4;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif; }
  textarea::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C4C4C4;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif; }
  textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #C4C4C4;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif; }

.wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 0; }

.fa-arrows {
  position: absolute;
  right: 25px;
  color: #1AAA55; }

.name_category {
  color: black;
  font-size: 25px; }

.concur_button {
  margin-bottom: 25px; }

.number {
  font-size: 25px;
  color: red; }

.btn {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  padding: 0 15px;
  transition: hover 500ms ease-out;
  -webkit-transition: hover 500ms ease-out;
  -moz-transition: hover 500ms ease-out;
  -o-transition: hover 500ms ease-out;
  -ms-transition: hover 500ms ease-out;
  cursor: pointer;
  text-align: center; }
  .btn.btn_1 {
    background: #1AAA55;
    border: 1px solid #1AAA55;
    color: white; }
    .btn.btn_1:hover {
      background: #fff;
      color: #1AAA55;
      border-color: #1AAA55; }
  .btn.btn_2 {
    border: 1px solid #C4C9CB;
    color: #C4C9CB;
    background: #fff; }
    .btn.btn_2:hover {
      background: #DB3B21;
      border-color: #DB3B21;
      color: white; }
  .btn.btn_3 {
    border: 1px solid #E0417F;
    color: #FFFFFF;
    background: #E0417F; }
    .btn.btn_3:hover {
      background: transparent;
      border-color: #E0417F;
      color: #E0417F; }
  .btn.btn_4 {
    border: 1px solid #DB3B21;
    color: #FFFFFF;
    background: #DB3B21; }
    .btn.btn_4:hover {
      background: #FFFFFF;
      border-color: #DB3B21;
      color: #DB3B21; }
  .btn.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.font_2 {
  color: black; }
  .font_2:hover {
    color: #DB3B21; }

.status.open {
  color: #fc9403; }
.status.closed {
  color: #db3b21; }
.status.pending {
  color: #1f78d1; }
.status.complete {
  color: #1aaa55; }

.header_title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

input#switch[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: relative; }

label.switch {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 25px;
  background: #FAFAFC;
  display: block;
  border: 1px solid #E4E4E4;
  border-radius: 100px;
  position: relative; }

label.switch:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
  border: 1px solid #E4E4E4; }

input#switch:checked + label.switch {
  background: #E3FFEE;
  border: 1px solid #1AAA55; }

input#switch:checked + label.switch:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
  border: 1px solid #1AAA55; }

label.switch:active:after {
  width: 37px; }

.required_must {
  opacity: 0.5;
  pointer-events: none; }

.confirmation_modal {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  position: fixed;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center; }
  .confirmation_modal .cm_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(24, 32, 47, 0.7); }
  .confirmation_modal .cm_content {
    transform: translateY(20px);
    transition: 300ms;
    padding: 30px;
    z-index: 100;
    background: white;
    border: 1px solid #c4c9c6;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    font-family: "Source Sans Pro", sans-serif;
    color: #18202F;
    width: 600px; }
    .confirmation_modal .cm_content .cm_content_head {
      margin-bottom: 50px; }
    .confirmation_modal .cm_content .cm_content_foot .btn_cancel {
      border: 1px solid transparent;
      color: #1AAA55;
      background: #fff; }
      .confirmation_modal .cm_content .cm_content_foot .btn_cancel:hover {
        background: #1AAA55;
        border-color: #1AAA55;
        color: white; }
    .confirmation_modal .cm_content .cm_content_foot .btn_confirm {
      background: #DB3B21;
      border: 1px solid #DB3B21;
      color: white; }
      .confirmation_modal .cm_content .cm_content_foot .btn_confirm:hover {
        background: #fff;
        color: #C4C9CB;
        border-color: #DB3B21; }
    .confirmation_modal .cm_content span {
      display: block; }
  .confirmation_modal.active {
    visibility: visible;
    opacity: 1; }
    .confirmation_modal.active .cm_content {
      transform: translateY(0); }
  .confirmation_modal.transition {
    transition: 250ms; }
  .confirmation_modal .checkbox .single_checkbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 15px;
    background-color: #eee;
    cursor: pointer; }
  .confirmation_modal .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .confirmation_modal .checkbox input:checked ~ .single_checkbox {
      background: red; }

.ui-sortable .table_item {
  cursor: grab; }

.modal_del {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px !important; }

.tabs ~ form {
  margin-top: 100px !important; }
.tabs .language_tabs {
  position: absolute;
  z-index: 9999;
  right: 0;
  margin-top: 10px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  line-height: normal;
  user-select: none;
  cursor: pointer; }
  .tabs .language_tabs .language_bar li {
    float: left;
    list-style: none;
    background: white;
    padding: 12px 16px;
    border-top: 1px solid #c4c9c6;
    border-bottom: 1px solid #c4c9c6;
    border-left: 1px solid #c4c9c6; }
    .tabs .language_tabs .language_bar li:first-child {
      border-radius: 3px 0 0 3px; }
    .tabs .language_tabs .language_bar li:last-child {
      border-radius: 0 3px 3px 0;
      border-right: 1px solid #c4c9c6; }
    .tabs .language_tabs .language_bar li.active {
      background: #E0417F;
      color: #ffffff; }
    .tabs .language_tabs .language_bar li a img {
      height: 20px;
      vertical-align: bottom; }
    .tabs .language_tabs .language_bar li a:not(.active) span {
      display: none; }
    .tabs .language_tabs .language_bar li a:not(.active) img {
      opacity: 0.7; }

.no_padding {
  padding: 0 !important; }

.multi_input .language_trigger {
  padding: 5px 0 !important;
  display: flex; }
  .multi_input .language_trigger:not(:last-child) {
    border-bottom: none !important; }
  .multi_input .language_trigger:not(.active) {
    display: none; }
  .multi_input .language_trigger .language_label {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    background: #b1b1b1;
    display: none; }
  .multi_input .language_trigger .select {
    width: 100%; }
    .multi_input .language_trigger .select select {
      height: 40px; }
.multi_input .col_3_4 {
  padding-right: 20px; }

.align_text_right {
  text-align: right; }

.align_text_center {
  text-align: center; }

.ellipsis_letters {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no_margin {
  margin: 0; }

label {
  font-size: 14px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../backend/assets/img/angle-down.png") no-repeat right #fff;
  background-position-x: calc(100% - 8px);
  background-size: 14px; }

.light_text {
  font-weight: 400;
  color: #8A949E; }

.big_title_1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
  display: inline-block; }
  .big_title_1.accent {
    color: #63717d; }

.small_title {
  font-weight: 500;
  font-size: 13px;
  display: inline-block; }

.overview_table_title {
  font-size: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase; }

.overview_table_item_title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #18202F; }
  .overview_table_item_title a {
    text-decoration: none; }
  .overview_table_item_title.link {
    color: #5288DB; }
  .overview_table_item_title.indent_line {
    padding-left: 20px; }
    .overview_table_item_title.indent_line:before {
      content: '';
      width: 10px;
      height: 1px;
      display: inline-block;
      background: #5288DB;
      vertical-align: middle;
      margin-right: 10px; }
  .overview_table_item_title.empty {
    padding-left: 24px;
    padding-top: 17px; }

.iconpicker-search {
  display: none; }

.fa-box {
  display: block;
  margin-top: 10px;
  height: 200px;
  overflow: auto; }
  .fa-box .iconpicker-item {
    width: 5%;
    display: inline-block;
    text-align: center;
    font-size: 20px; }

.sort_icon {
  position: absolute;
  right: 25px;
  color: #63717d; }
  .sort_icon:not(.pages) {
    top: 26.5px; }

.fa-box-show {
  margin-bottom: 10px; }
  .fa-box-show i {
    font-size: 25px; }

.btn.btn_change_sort {
  margin-bottom: 10px;
  margin-right: 25px; }

.overview_table_item_status {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #63717d; }
  .overview_table_item_status .dot {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-right: 5px; }
  .overview_table_item_status.green .dot {
    background: #1AAA55; }
  .overview_table_item_status.orange .dot {
    background: #FFA300; }
  .overview_table_item_status.red .dot {
    background: #DD1F1F; }
  .overview_table_item_status.indent_line {
    padding-left: 40px; }

.overview_input {
  border-radius: 3px;
  border: 1px solid #c4c9c6;
  padding: 8px;
  outline: none; }
  .overview_input.full_width {
    width: 100%; }

input, textarea, select {
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 3px;
  border: 1px solid #c4c9c6;
  padding: 8px;
  outline: none;
  box-sizing: border-box;
  resize: none; }

.redactor-toolbar-fixed {
  top: 45px !important; }

section.menu {
  width: 275px;
  z-index: 95;
  position: fixed;
  color: #63717d;
  font-family: "Source Sans Pro", sans-serif;
  background: #252E42; }
  section.menu .menu_info {
    background: #18202F;
    height: 55px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #252E42;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); }
    section.menu .menu_info .menu_info_icon {
      width: 50px;
      height: 100%;
      position: relative; }
      section.menu .menu_info .menu_info_icon img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    section.menu .menu_info .settings_dropdown_trigger {
      line-height: 55px;
      padding-right: 15px;
      cursor: pointer;
      display: inline-block;
      color: #E0417F; }
    section.menu .menu_info .settings_dropdown {
      display: none;
      position: absolute;
      left: 50px;
      top: 100%;
      width: calc(100% - 50px);
      padding: 10px;
      background: #18202F;
      line-height: 40px;
      z-index: 200;
      font-family: "Source Sans Pro", sans-serif;
      text-decoration: none; }
    section.menu .menu_info .menu_info_brand {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      z-index: 150;
      position: relative;
      padding-left: 10px;
      font-size: 14px;
      position: absolute;
      left: 55px;
      top: 50%;
      transform: translate(0, -50%); }
      section.menu .menu_info .menu_info_brand .menu_info_brand_url {
        font-weight: 700;
        font-family: "Source Sans Pro", sans-serif;
        color: white; }
      section.menu .menu_info .menu_info_brand .menu_info_brand_name {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 300;
        color: #FFFFFF; }
  section.menu .menu_small_nav {
    background: #18202F;
    width: 50px;
    height: calc(100vh - 55px);
    z-index: 150;
    padding-top: 10px; }
    section.menu .menu_small_nav .menu_small_nav_item {
      height: 50px;
      text-align: center;
      line-height: 50px;
      cursor: pointer; }
      section.menu .menu_small_nav .menu_small_nav_item i {
        font-size: 16px; }
      section.menu .menu_small_nav .menu_small_nav_item.active {
        background: #252E42;
        position: relative;
        transition: .2s; }
        section.menu .menu_small_nav .menu_small_nav_item.active:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 3px;
          background: #E0417F; }
        section.menu .menu_small_nav .menu_small_nav_item.active i {
          color: #E0417F; }
      section.menu .menu_small_nav .menu_small_nav_item:hover i {
        color: #E0417F; }
  section.menu .menu_big_nav {
    background: #252E42;
    width: 225px;
    height: calc(100vh - 55px);
    padding-top: 10px; }
    section.menu .menu_big_nav:not(.active) {
      display: none; }
    section.menu .menu_big_nav .menu_big_nav_item {
      height: 50px;
      line-height: 50px;
      padding-left: 20px; }
      section.menu .menu_big_nav .menu_big_nav_item.active {
        position: relative;
        transition: .1s; }
        section.menu .menu_big_nav .menu_big_nav_item.active a {
          color: #ffffff; }
        section.menu .menu_big_nav .menu_big_nav_item.active:before {
          content: none;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 10%;
          background: #252E42; }
      section.menu .menu_big_nav .menu_big_nav_item i, section.menu .menu_big_nav .menu_big_nav_item a {
        font-size: 16px; }
      section.menu .menu_big_nav .menu_big_nav_item i {
        padding-right: 10px; }
      section.menu .menu_big_nav .menu_big_nav_item a {
        color: #63717d;
        font-family: "Source Sans Pro", sans-serif;
        text-decoration: none;
        width: 100%;
        height: 100%; }
        section.menu .menu_big_nav .menu_big_nav_item a:hover {
          color: #E0417F; }

section.content {
  width: calc(100% - 275px);
  margin-left: 275px;
  min-height: 100vh;
  background: #F2F2F2; }
  section.content form {
    margin-top: 80px; }
  section.content .content_top_bar {
    height: 55px;
    background: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: calc(100% - 275px);
    z-index: 94;
    line-height: 55px; }
    section.content .content_top_bar:before {
      content: '';
      position: absolute;
      left: 100%;
      background: white;
      top: 0;
      width: 15px;
      height: 100%;
      box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.1); }
    section.content .content_top_bar .breadcrumbs {
      font-family: "Source Sans Pro", sans-serif;
      color: #18202F; }
      section.content .content_top_bar .breadcrumbs a {
        color: #18202F;
        text-decoration: none;
        font-size: 14px; }
      section.content .content_top_bar .breadcrumbs i {
        color: #18202F;
        padding: 0 10px;
        font-size: 16px; }
      section.content .content_top_bar .breadcrumbs .active_breadcrumb {
        font-weight: 600;
        font-size: 14px; }
      section.content .content_top_bar .breadcrumbs .fa-angle-right {
        font-size: 14px;
        color: #63717d; }
      section.content .content_top_bar .breadcrumbs span.first_item {
        color: #63717d; }
    section.content .content_top_bar .cta_buttons .btn:first-child {
      margin-right: 5px; }
  section.content .content_overview {
    margin: 40px 0;
    margin-top: 100px; }
    section.content .content_overview input {
      padding: 12px 35px 8px 8px;
      height: 35px;
      font-family: "Source Sans Pro", sans-serif; }
    section.content .content_overview .status label {
      margin-right: 5px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      font-size: 16px; }
    section.content .content_overview .status select {
      width: 155px;
      height: 35px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../../backend/assets/img/angle-down.png") no-repeat right #fff;
      background-position-x: 135px;
      background-size: 14px; }
    section.content .content_overview .col_1_4 {
      position: relative;
      height: 100%; }
      section.content .content_overview .col_1_4 i {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px;
        display: block !important; }
  section.content .flex.normal {
    justify-content: normal; }
  section.content .thumb_image {
    width: 52px;
    height: 52px;
    border: 1px solid #d9dcdb;
    border-radius: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  section.content .galery_image {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #18202F;
    background-color: white;
    border: 1px solid #c4c9c6;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    padding: 10px; }
    section.content .galery_image:first-child {
      height: 180px; }
    section.content .galery_image.col_1_3 {
      width: calc((100% / 3) - 12px); }
      section.content .galery_image.col_1_3:nth-child(3n+3) {
        margin-right: 0; }
    section.content .galery_image.col_1_4 {
      width: calc(25% - 12px); }
      section.content .galery_image.col_1_4:nth-child(4n+2) {
        margin-right: 0; }
    section.content .galery_image.col_1_5 {
      width: calc(20% - 12px); }
      section.content .galery_image.col_1_5:nth-child(5n+3) {
        margin-right: 0; }
    section.content .galery_image figure {
      width: calc(100% + 20px);
      height: 180px;
      background-size: cover;
      background-position: center;
      transition: 250ms;
      margin: -10px -10px -10px -10px; }
    section.content .galery_image .title {
      display: block;
      margin-top: 20px; }
    section.content .galery_image .controls {
      position: absolute;
      right: -55px;
      top: 15px;
      transition: 350ms; }
      section.content .galery_image .controls .fa {
        width: 23px;
        height: 24px;
        padding: 3px;
        border-radius: 2px;
        text-align: center;
        color: white;
        cursor: pointer; }
        section.content .galery_image .controls .fa.fa-times {
          background-color: #C4C9CB; }
          section.content .galery_image .controls .fa.fa-times:hover {
            background-color: #b8311c; }
        section.content .galery_image .controls .fa.fa-pencil, section.content .galery_image .controls .fa.fa-expand {
          background-color: #1AAA55; }
          section.content .galery_image .controls .fa.fa-pencil:hover, section.content .galery_image .controls .fa.fa-expand:hover {
            background-color: #19a151; }
    section.content .galery_image.first_item {
      border-style: dotted;
      border-color: #c4c9c6;
      text-decoration: none; }
      section.content .galery_image.first_item figure {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: #63717d;
        height: 100%; }
        section.content .galery_image.first_item figure .fa-plus {
          font-size: 30px; }
      section.content .galery_image.first_item span {
        text-align: center; }
      section.content .galery_image.first_item input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer; }
    section.content .galery_image:hover figure:not(.first) {
      opacity: 0.4; }
    section.content .galery_image:hover figure.first {
      color: #1f2428; }
    section.content .galery_image:hover .controls {
      right: 15px; }
  @media screen and (max-width: 1400px) {
    section.content .galery_image.col_1_3:nth-child(3n+3) {
      margin-right: 15px; }
    section.content .galery_image.col_1_4:nth-child(4n+3) {
      margin-right: 15px; }
    section.content .galery_image.col_1_5:nth-child(5n+3) {
      margin-right: 15px; }
    section.content .galery_image.col_1_3, section.content .galery_image.col_1_4, section.content .galery_image.col_1_5 {
      width: calc(50% - (15px / 2)); }
      section.content .galery_image.col_1_3:nth-child(even), section.content .galery_image.col_1_4:nth-child(even), section.content .galery_image.col_1_5:nth-child(even) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    section.content .galery_image.col_1_3:nth-child(3n+3), section.content .galery_image.col_1_4:nth-child(4n+3), section.content .galery_image.col_1_5:nth-child(5n+3), section.content .galery_image.first_item {
      margin-right: 0; }
    section.content .galery_image.col_1_3, section.content .galery_image.col_1_4, section.content .galery_image.col_1_5 {
      width: 100%; } }
  section.content .content_items {
    width: 100%;
    padding: 0 0 30px 0;
    font-family: "Source Sans Pro", sans-serif;
    color: #18202F; }
    section.content .content_items .table {
      border: 1px solid #C4C9CB;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
      section.content .content_items .table .col_1_7, section.content .content_items .table .col_4_7, section.content .content_items .table .col_2_7, section.content .content_items .table .col_3_7, section.content .content_items .table .col_5_7, section.content .content_items .table .col_6_7, section.content .content_items .table .col_2_6 {
        padding-left: 25px; }
      section.content .content_items .table .top_table {
        background: #FCFAFA;
        border-bottom: 1px solid #C4C9CB;
        height: 45px;
        line-height: 45px;
        padding: 0 25px; }
      section.content .content_items .table .table_item {
        background: white;
        min-height: 75px;
        padding: 25px; }
        section.content .content_items .table .table_item a {
          text-decoration: none; }
        section.content .content_items .table .table_item.not_found {
          height: 75px; }
        section.content .content_items .table .table_item .col_1_12 {
          position: relative;
          width: 100%;
          height: 0px; }
        section.content .content_items .table .table_item .indent {
          width: 100%; }
          section.content .content_items .table .table_item .indent .indent {
            margin-left: 20px; }
        section.content .content_items .table .table_item .indent_underline {
          position: relative; }
        section.content .content_items .table .table_item .col_6_7, section.content .content_items .table .table_item .col_3_7, section.content .content_items .table .table_item .col_4_7, section.content .content_items .table .table_item .col_5_7, section.content .content_items .table .table_item .col_2_7, section.content .content_items .table .table_item .col_1_7, section.content .content_items .table .table_item .col_1_6, section.content .content_items .table .table_item .col_2_6, section.content .content_items .table .table_item .col_3_6 {
          position: relative; }
          section.content .content_items .table .table_item .col_6_7 .col_1_1, section.content .content_items .table .table_item .col_3_7 .col_1_1, section.content .content_items .table .table_item .col_4_7 .col_1_1, section.content .content_items .table .table_item .col_5_7 .col_1_1, section.content .content_items .table .table_item .col_2_7 .col_1_1, section.content .content_items .table .table_item .col_1_7 .col_1_1, section.content .content_items .table .table_item .col_1_6 .col_1_1, section.content .content_items .table .table_item .col_2_6 .col_1_1, section.content .content_items .table .table_item .col_3_6 .col_1_1 {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%); }
        section.content .content_items .table .table_item .col_1_7, section.content .content_items .table .table_item .col_2_7 {
          line-height: 25px; }
        section.content .content_items .table .table_item a {
          width: 100%;
          text-decoration: none; }
        section.content .content_items .table .table_item:nth-child(odd) {
          background: #FCFAFA; }
        section.content .content_items .table .table_item .icon-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 30px;
          height: 30px;
          border: 1px solid #c4c9cb;
          background-color: #fff;
          margin-right: 5px;
          text-align: center; }
          section.content .content_items .table .table_item .icon-wrapper a {
            height: 100%;
            line-height: 28px;
            width: 100%;
            margin: 0px; }
          section.content .content_items .table .table_item .icon-wrapper .custom_icon {
            font-size: 16px;
            color: #8a949e; }
          section.content .content_items .table .table_item .icon-wrapper:hover {
            cursor: pointer; }
            section.content .content_items .table .table_item .icon-wrapper:hover.h_red {
              background-color: #db3b21; }
              section.content .content_items .table .table_item .icon-wrapper:hover.h_red .custom_icon {
                color: #fff; }
            section.content .content_items .table .table_item .icon-wrapper:hover.h_green {
              background-color: #1AAA55; }
              section.content .content_items .table .table_item .icon-wrapper:hover.h_green .custom_icon {
                color: #fff; }
            section.content .content_items .table .table_item .icon-wrapper:hover.h_yellow {
              background-color: #cec427; }
              section.content .content_items .table .table_item .icon-wrapper:hover.h_yellow .custom_icon {
                color: #fff; }
        section.content .content_items .table .table_item .flex_center {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
    section.content .content_items .page_info .content_items_main {
      background: white;
      height: fit-content;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
    section.content .content_items .file_upload {
      display: none; }
      section.content .content_items .file_upload .hide {
        display: none; }
      section.content .content_items .file_upload label.btn {
        width: 100%;
        margin: 0; }
      section.content .content_items .file_upload input {
        display: none;
        z-index: -1; }
    section.content .content_items .flex.buttons {
      margin-bottom: 10px; }
      section.content .content_items .flex.buttons .btn {
        margin-right: 10px; }
    section.content .content_items .content_items_sidebar {
      width: 285px; }
      section.content .content_items .content_items_sidebar .btn {
        margin-top: 25px; }
      section.content .content_items .content_items_sidebar p {
        color: #8A949E;
        line-height: 24px;
        font-size: 14px; }
      section.content .content_items .content_items_sidebar .main_img {
        border-radius: 2px; }
      section.content .content_items .content_items_sidebar .file_upload .btn {
        margin-top: 15px;
        text-align: center; }
      section.content .content_items .content_items_sidebar .file_upload #image_upload {
        opacity: 0;
        position: absolute;
        z-index: -1; }
    section.content .content_items .content_items_main {
      width: 795px; }
      section.content .content_items .content_items_main label:not(.col_1_2) {
        margin-bottom: 5px; }
      section.content .content_items .content_items_main label {
        line-height: 36px;
        font-weight: 600; }
        section.content .content_items .content_items_main label.col_1_1 {
          line-height: 25px; }
      section.content .content_items .content_items_main input, section.content .content_items .content_items_main textarea, section.content .content_items .content_items_main select {
        font-family: "Source Sans Pro", sans-serif;
        border-radius: 3px;
        border: 1px solid #c4c9c6;
        padding: 8px;
        box-sizing: border-box;
        resize: none; }
      section.content .content_items .content_items_main .redactor-box {
        width: 100%;
        border: 1px solid #c4c9c6; }
        section.content .content_items .content_items_main .redactor-box .redactor_area {
          padding: 16px 18px;
          color: #18202F;
          font-family: "Source Sans Pro", sans-serif; }
      section.content .content_items .content_items_main input {
        height: 40px; }
    section.content .content_items .line {
      border-bottom: 1px solid #c4c9c6;
      margin: 30px 0; }
      section.content .content_items .line.no_margin {
        margin: 0; }

.gradient_image_modal, .gradient_download_modal, .gradient_related_product_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .8;
  z-index: 150;
  display: none; }

.image_modal, .download_modal, .related_product_modal {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  background: white;
  font-family: "Source Sans Pro", sans-serif;
  color: #18202F;
  z-index: 200;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .image_modal .image_modal_header, .image_modal .download_modal_header, .image_modal .related_product_modal_header, .download_modal .image_modal_header, .download_modal .download_modal_header, .download_modal .related_product_modal_header, .related_product_modal .image_modal_header, .related_product_modal .download_modal_header, .related_product_modal .related_product_modal_header {
    display: block;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .image_modal .image_modal_change, .image_modal .download_modal_change, .image_modal .related_product_modal_change, .download_modal .image_modal_change, .download_modal .download_modal_change, .download_modal .related_product_modal_change, .related_product_modal .image_modal_change, .related_product_modal .download_modal_change, .related_product_modal .related_product_modal_change {
    padding: 20px;
    padding-bottom: 40px; }
    .image_modal .image_modal_change .col_1_3, .image_modal .download_modal_change .col_1_3, .image_modal .related_product_modal_change .col_1_3, .download_modal .image_modal_change .col_1_3, .download_modal .download_modal_change .col_1_3, .download_modal .related_product_modal_change .col_1_3, .related_product_modal .image_modal_change .col_1_3, .related_product_modal .download_modal_change .col_1_3, .related_product_modal .related_product_modal_change .col_1_3 {
      width: calc(33% - 4%);
      position: relative; }
      .image_modal .image_modal_change .col_1_3 img, .image_modal .download_modal_change .col_1_3 img, .image_modal .related_product_modal_change .col_1_3 img, .download_modal .image_modal_change .col_1_3 img, .download_modal .download_modal_change .col_1_3 img, .download_modal .related_product_modal_change .col_1_3 img, .related_product_modal .image_modal_change .col_1_3 img, .related_product_modal .download_modal_change .col_1_3 img, .related_product_modal .related_product_modal_change .col_1_3 img {
        width: 100%; }
      .image_modal .image_modal_change .col_1_3 .upload_image, .image_modal .download_modal_change .col_1_3 .upload_image, .image_modal .related_product_modal_change .col_1_3 .upload_image, .download_modal .image_modal_change .col_1_3 .upload_image, .download_modal .download_modal_change .col_1_3 .upload_image, .download_modal .related_product_modal_change .col_1_3 .upload_image, .related_product_modal .image_modal_change .col_1_3 .upload_image, .related_product_modal .download_modal_change .col_1_3 .upload_image, .related_product_modal .related_product_modal_change .col_1_3 .upload_image {
        color: transparent;
        outline: 0;
        width: 100%; }
      .image_modal .image_modal_change .col_1_3 .upload_image::-webkit-file-upload-button, .image_modal .download_modal_change .col_1_3 .upload_image::-webkit-file-upload-button, .image_modal .related_product_modal_change .col_1_3 .upload_image::-webkit-file-upload-button, .download_modal .image_modal_change .col_1_3 .upload_image::-webkit-file-upload-button, .download_modal .download_modal_change .col_1_3 .upload_image::-webkit-file-upload-button, .download_modal .related_product_modal_change .col_1_3 .upload_image::-webkit-file-upload-button, .related_product_modal .image_modal_change .col_1_3 .upload_image::-webkit-file-upload-button, .related_product_modal .download_modal_change .col_1_3 .upload_image::-webkit-file-upload-button, .related_product_modal .related_product_modal_change .col_1_3 .upload_image::-webkit-file-upload-button {
        visibility: hidden; }
      .image_modal .image_modal_change .col_1_3 .upload_image::before, .image_modal .download_modal_change .col_1_3 .upload_image::before, .image_modal .related_product_modal_change .col_1_3 .upload_image::before, .download_modal .image_modal_change .col_1_3 .upload_image::before, .download_modal .download_modal_change .col_1_3 .upload_image::before, .download_modal .related_product_modal_change .col_1_3 .upload_image::before, .related_product_modal .image_modal_change .col_1_3 .upload_image::before, .related_product_modal .download_modal_change .col_1_3 .upload_image::before, .related_product_modal .related_product_modal_change .col_1_3 .upload_image::before {
        content: 'Aanpassen';
        height: 40px;
        line-height: 40px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 3px;
        font-family: "Source Sans Pro", sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        border-radius: 3px;
        padding: 0 20px;
        transition: all 500ms ease-out;
        -webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        -ms-transition: all 500ms ease-out;
        cursor: pointer;
        background: #fff;
        color: #1AAA55;
        border: 1px solid #1AAA55; }
      .image_modal .image_modal_change .col_1_3 .upload_image:hover::before, .image_modal .download_modal_change .col_1_3 .upload_image:hover::before, .image_modal .related_product_modal_change .col_1_3 .upload_image:hover::before, .download_modal .image_modal_change .col_1_3 .upload_image:hover::before, .download_modal .download_modal_change .col_1_3 .upload_image:hover::before, .download_modal .related_product_modal_change .col_1_3 .upload_image:hover::before, .related_product_modal .image_modal_change .col_1_3 .upload_image:hover::before, .related_product_modal .download_modal_change .col_1_3 .upload_image:hover::before, .related_product_modal .related_product_modal_change .col_1_3 .upload_image:hover::before {
        background: #1AAA55;
        border-color: #1AAA55;
        color: white; }
      .image_modal .image_modal_change .col_1_3 .upload_image:active, .image_modal .download_modal_change .col_1_3 .upload_image:active, .image_modal .related_product_modal_change .col_1_3 .upload_image:active, .download_modal .image_modal_change .col_1_3 .upload_image:active, .download_modal .download_modal_change .col_1_3 .upload_image:active, .download_modal .related_product_modal_change .col_1_3 .upload_image:active, .related_product_modal .image_modal_change .col_1_3 .upload_image:active, .related_product_modal .download_modal_change .col_1_3 .upload_image:active, .related_product_modal .related_product_modal_change .col_1_3 .upload_image:active {
        outline: 0; }
    .image_modal .image_modal_change .col_2_3 label, .image_modal .download_modal_change .col_2_3 label, .image_modal .related_product_modal_change .col_2_3 label, .download_modal .image_modal_change .col_2_3 label, .download_modal .download_modal_change .col_2_3 label, .download_modal .related_product_modal_change .col_2_3 label, .related_product_modal .image_modal_change .col_2_3 label, .related_product_modal .download_modal_change .col_2_3 label, .related_product_modal .related_product_modal_change .col_2_3 label {
      line-height: 24px;
      margin-bottom: .25em; }
    .image_modal .image_modal_change .col_2_3 input, .image_modal .image_modal_change .col_2_3 select, .image_modal .download_modal_change .col_2_3 input, .image_modal .download_modal_change .col_2_3 select, .image_modal .related_product_modal_change .col_2_3 input, .image_modal .related_product_modal_change .col_2_3 select, .download_modal .image_modal_change .col_2_3 input, .download_modal .image_modal_change .col_2_3 select, .download_modal .download_modal_change .col_2_3 input, .download_modal .download_modal_change .col_2_3 select, .download_modal .related_product_modal_change .col_2_3 input, .download_modal .related_product_modal_change .col_2_3 select, .related_product_modal .image_modal_change .col_2_3 input, .related_product_modal .image_modal_change .col_2_3 select, .related_product_modal .download_modal_change .col_2_3 input, .related_product_modal .download_modal_change .col_2_3 select, .related_product_modal .related_product_modal_change .col_2_3 input, .related_product_modal .related_product_modal_change .col_2_3 select {
      width: 100%;
      font-size: 16px;
      vertical-align: middle;
      height: 40px;
      background: white;
      border: 1px solid #c4c9c6;
      padding: 8px;
      margin-bottom: 20px; }
  .image_modal .modal_button, .download_modal .modal_button, .related_product_modal .modal_button {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .image_modal input, .download_modal input, .related_product_modal input {
    width: 100%; }
  .image_modal .document_upload, .download_modal .document_upload, .related_product_modal .document_upload {
    background-color: #fafafc;
    border: 2px dashed #e4e4e4;
    width: 71px;
    padding: 10px; }
  .image_modal .big_download, .download_modal .big_download, .related_product_modal .big_download {
    color: #18202f;
    font-size: 14px;
    font-weight: 800; }
  .image_modal .small_download, .download_modal .small_download, .related_product_modal .small_download {
    color: #8a949e;
    font-size: 14px;
    font-weight: 500; }

.flex_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.flex_v_center {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.login_page {
  overflow: hidden;
  background: #F2F2F2; }
  .login_page section.content {
    margin-left: 0;
    width: 100%; }
    .login_page section.content .login_content {
      max-width: 430px;
      max-height: 370px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: white;
      border: 1px solid #c4c9c6;
      padding: 40px;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
      .login_page section.content .login_content .big_title_1 {
        margin-bottom: 20px; }
      .login_page section.content .login_content .control {
        margin-bottom: 30px; }
        .login_page section.content .login_content .control .label {
          margin-bottom: 5px;
          font-family: 'Roboto', sans-serif; }
      .login_page section.content .login_content .submit {
        text-align: right; }

.template_5 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(211, 211, 211, 0.7);
  z-index: 300;
  display: none; }
  .template_5 .modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    background-color: white;
    z-index: 200;
    overflow-y: auto;
    max-height: calc(100vh - 100px); }
    .template_5 .modal .small_title.head {
      width: 100%;
      padding: 10px 20px;
      border-bottom: 1px solid lightgray;
      display: block; }
    .template_5 .modal .modal_content {
      padding: 20px; }
      .template_5 .modal .modal_content label {
        margin-top: 5px; }
    .template_5 .modal .preview_url {
      display: inline-block;
      border: 1px solid lightgray;
      background-color: #f5f3f3;
      height: 35px;
      padding: 7px;
      border-radius: 2px 0px 0px 2px; }
    .template_5 .modal .input_text {
      padding: 10px;
      height: 35px;
      border-left: none;
      width: 462px;
      position: relative;
      bottom: 2px;
      right: 3px; }
    .template_5 .modal input[type=checkbox] {
      border-radius: 50%;
      vertical-align: middle;
      border: 1px solid #ddd;
      -webkit-appearance: none;
      cursor: pointer; }
    .template_5 .modal input[type=checkbox]:checked {
      background-color: #E0417F; }
    .template_5 .modal .image_upload {
      margin-bottom: 15px; }
      .template_5 .modal .image_upload .col_2_12 {
        padding-right: 15px; }
      .template_5 .modal .image_upload .col_6_12 {
        padding-right: 40px;
        align-self: center; }
    .template_5 .modal .border_top {
      border-top: 1px solid lightgray; }
    .template_5 .modal .col_1_1 {
      padding: 25px; }
    .template_5 .modal .no_padding {
      padding: 0px; }
    .template_5 .modal .no_border_top {
      padding-top: 0px; }
    .template_5 .modal .no_padding_bot {
      padding-bottom: 0px; }
    .template_5 .modal .no_padding_horizontol {
      padding: 20px 0; }
    .template_5 .modal .line_fixed {
      line-height: 30px; }
    .template_5 .modal .tag .tooltip {
      visibility: hidden;
      width: 74px;
      background-color: black;
      color: #fff;
      text-align: center;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      bottom: 56px;
      left: 521px;
      height: 23px;
      opacity: 0;
      transition: opacity 0.5s;
      font-size: 10px; }
    .template_5 .modal .tag .tooltip::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent; }
    .template_5 .modal .tag:hover .tooltip {
      visibility: visible;
      opacity: 1; }

.content_items .edit_page form {
  width: 100%; }
.content_items .edit_page.content_items_sidebar {
  height: max-content; }
  .content_items .edit_page.content_items_sidebar .content_items_sidebar_img {
    cursor: pointer; }
    .content_items .edit_page.content_items_sidebar .content_items_sidebar_img img {
      width: 100%; }
  .content_items .edit_page.content_items_sidebar.has_border {
    padding: 20px;
    border: 1px solid #c4c9c6;
    background: white; }
    .content_items .edit_page.content_items_sidebar.has_border:not(:first-child) {
      margin-top: 20px; }
  .content_items .edit_page.content_items_sidebar .has_border {
    padding: 20px;
    border: 1px solid #c4c9c6;
    background: white; }
    .content_items .edit_page.content_items_sidebar .has_border:not(:first-child) {
      margin-top: 20px; }
    .content_items .edit_page.content_items_sidebar .has_border .euro .col_1_12 {
      position: relative; }
      .content_items .edit_page.content_items_sidebar .has_border .euro .col_1_12 span {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 20px; }
    .content_items .edit_page.content_items_sidebar .has_border.img {
      text-align: center; }
      .content_items .edit_page.content_items_sidebar .has_border.img .file_upload {
        display: none; }
  .content_items .edit_page.content_items_sidebar .text_input {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    font-family: "Source Sans Pro", sans-serif; }
  .content_items .edit_page.content_items_sidebar .min-width {
    width: auto; }
.content_items .edit_page.content_items_main .col_1_2:not(label), .content_items .edit_page.content_items_main .col_1_1:not(label) {
  padding: 30px 25px 25px 25px;
  border-bottom: 1px solid #c4c9c6; }
  .content_items .edit_page.content_items_main .col_1_2:not(label):nth-last-of-type(-n+1), .content_items .edit_page.content_items_main .col_1_1:not(label):nth-last-of-type(-n+1) {
    border-bottom: none; }
  .content_items .edit_page.content_items_main .col_1_2:not(label).border-right, .content_items .edit_page.content_items_main .col_1_1:not(label).border-right {
    border-right: 1px solid #c4c9c6; }
  .content_items .edit_page.content_items_main .col_1_2:not(label) input, .content_items .edit_page.content_items_main .col_1_2:not(label) textarea, .content_items .edit_page.content_items_main .col_1_1:not(label) input, .content_items .edit_page.content_items_main .col_1_1:not(label) textarea {
    width: 100%; }
  .content_items .edit_page.content_items_main .col_1_2:not(label) select, .content_items .edit_page.content_items_main .col_1_1:not(label) select {
    border-bottom: 1px solid #c4c9c6 !important; }
  .content_items .edit_page.content_items_main .col_1_2:not(label) textarea, .content_items .edit_page.content_items_main .col_1_1:not(label) textarea {
    height: 60px; }
.content_items .edit_page.content_items_main .select select {
  padding: 8px; }
.content_items .edit_page.content_items_main input.half, .content_items .edit_page.content_items_main textarea.half, .content_items .edit_page.content_items_main select.half {
  width: calc(50% - 25px) !important; }
.content_items .page_content .redactor-box {
  width: 100%; }
.content_items .product_attributes .attributes_block {
  background: white;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: transparent;
  text-align: center;
  padding: 20px 0;
  position: relative;
  cursor: pointer; }
  .content_items .product_attributes .attributes_block:nth-child(1n+4) {
    margin-top: 10px; }
  .content_items .product_attributes .attributes_block i {
    display: none; }
  .content_items .product_attributes .attributes_block .attributes_checkbox {
    display: none; }
  .content_items .product_attributes .attributes_block.active {
    border-bottom-color: #1AAA55;
    color: #1AAA55; }
    .content_items .product_attributes .attributes_block.active i {
      display: block;
      position: absolute;
      right: 5px;
      top: 5px; }
  .content_items .product_attributes .attributes_block label {
    display: block;
    margin-bottom: 0px; }
  .content_items .product_attributes .attributes_block span {
    font-size: 13px; }

.related_product .overview_table_item_title {
  line-height: 25px; }
  .related_product .overview_table_item_title.empty {
    line-height: normal; }
  .related_product .overview_table_item_title img {
    vertical-align: middle; }
.related_product .search {
  margin-bottom: 20px; }
.related_product .overview_products {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll; }

.image_module .images {
  justify-content: end; }

.specifications_content .specifications_module {
  width: 100%; }
  .specifications_content .specifications_module .specification_block_items {
    border: 1px solid #c4c9c6;
    padding: 30px 25px 25px 25px;
    background: white; }
    .specifications_content .specifications_module .specification_block_items .specification_block {
      justify-content: flex-start; }
      .specifications_content .specifications_module .specification_block_items .specification_block.first {
        border: 1px solid #c4c9c6; }
      .specifications_content .specifications_module .specification_block_items .specification_block .table_head {
        padding: 8px;
        position: relative; }
        .specifications_content .specifications_module .specification_block_items .specification_block .table_head:first-child {
          width: 36px; }
        .specifications_content .specifications_module .specification_block_items .specification_block .table_head:not(:first-child) {
          border-left: 1px solid #c4c9c6; }
.specifications_content .add_attribute_block {
  margin-top: 20px; }

.hero_content img {
  width: 100%; }
.hero_content .col_1_2 {
  padding: 30px 25px 25px 25px;
  border: 1px solid #c4c9c6; }
  .hero_content .col_1_2 label {
    line-height: 24px; }
  .hero_content .col_1_2 input, .hero_content .col_1_2 select {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px; }
  .hero_content .col_1_2:last-child {
    border-left: none; }
  .hero_content .col_1_2 .col_1_1 {
    align-self: flex-start; }

.category_content .col_1_1 {
  padding: 30px 25px 25px 25px; }
.category_content .content_items_main {
  background: white;
  height: fit-content;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.product_price_content .col_1_1 {
  padding: 30px 25px 25px 25px; }
.product_price_content .content_items_main {
  background: white;
  height: fit-content;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .product_price_content .content_items_main .euro_label {
    position: relative; }
    .product_price_content .content_items_main .euro_label:before {
      content: 'Euro (\20AC)';
      width: 85px;
      height: calc(100% - 2px);
      border-radius: 0px 3px 3px 0px;
      position: absolute;
      line-height: 40px;
      padding-left: 10px;
      background: #F7F7F7;
      right: 0;
      top: 0;
      border: 1px solid #c4c9c6; }
  .product_price_content .content_items_main .tooltip {
    position: relative; }
    .product_price_content .content_items_main .tooltip.sku.show:before, .product_price_content .content_items_main .tooltip.ean.show:before {
      position: absolute;
      right: 5px;
      top: 0;
      height: 20px;
      line-height: 40px;
      color: red;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 14px; }
    .product_price_content .content_items_main .tooltip.sku.show:before {
      content: 'Deze sku bestaat al'; }
    .product_price_content .content_items_main .tooltip.ean.show:before {
      content: 'Deze ean bestaat al'; }

.order_info .order_top_bar {
  background: white; }
  .order_info .order_top_bar .col_1_4 {
    padding: 20px; }
    .order_info .order_top_bar .col_1_4:not(:last-child) {
      border-right: 1px solid #c4c9c6; }
    .order_info .order_top_bar .col_1_4 .col_1_1:nth-child(2) {
      margin-top: 3px;
      font-weight: 600; }

.order_items {
  margin-top: 20px; }
  .order_items .customer_info {
    background: white;
    padding: 20px; }
    .order_items .customer_info .col_1_1 span:first-child {
      font-weight: 600; }
  .order_items .order_product_overview {
    background: white; }
    .order_items .order_product_overview .top_bar {
      height: 38px;
      line-height: 38px;
      border-bottom: 1px solid #c4c9c6; }
      .order_items .order_product_overview .top_bar .top_bar_item {
        padding-left: 10px;
        font-weight: 600; }
        .order_items .order_product_overview .top_bar .top_bar_item:not(:last-child) {
          border-right: 1px solid #c4c9c6; }
    .order_items .order_product_overview .order_item {
      height: 60px;
      line-height: 60px; }
      .order_items .order_product_overview .order_item:not(:last-child) {
        border-bottom: 1px solid #c4c9c6; }
      .order_items .order_product_overview .order_item .order_bar_item {
        padding-left: 10px; }
        .order_items .order_product_overview .order_item .order_bar_item img {
          height: 55px;
          width: auto; }
  .order_items .price_overview {
    border-top: 1px solid #c4c9c6;
    background: white;
    padding: 20px; }
    .order_items .price_overview .flex:not(:first-child) {
      margin-top: 5px; }

.order_send_info {
  margin-top: 20px; }
  .order_send_info .info_block {
    background: white; }
    .order_send_info .info_block .top_table_item {
      padding: 20px;
      font-weight: 600;
      border-bottom: 1px solid #c4c9c6; }
    .order_send_info .info_block .single_table_item {
      padding-left: 20px;
      line-height: 25px; }
      .order_send_info .info_block .single_table_item:nth-child(2) {
        padding-top: 10px; }
      .order_send_info .info_block .single_table_item:last-child {
        padding-bottom: 20px; }

.usp_block {
  width: 100%;
  border: 1px solid #c4c9c6;
  background: white; }
  .usp_block:not(:first-child) {
    margin-top: 20px; }

#price_scale .price_scale_items {
  padding: 30px 0px 25px 0px;
  background: white; }
#price_scale .single_price_scale:not(:first-child) {
  margin-top: 10px; }
#price_scale a.add_price_scale {
  margin-top: 20px; }
#price_scale .col_1_7 .fa-trash {
  line-height: 42px;
  font-size: 18px;
  cursor: pointer; }

@media screen and (min-width: 1024px) {
  .hide_on_desktop {
    display: none; } }
@media screen and (max-width: 1400px) {
  .wrapper {
    max-width: 90%; }

  section.content .content_items .content_items_main {
    width: calc((100% - 285px) - 20px); } }
@media screen and (max-width: 1023px) {
  .hide_on_mobile {
    display: none !important; }

  .tab_input {
    width: calc(100%) !important; }

  .font_1 {
    line-height: 16px !important; }

  .wrapper {
    max-width: 90%;
    padding: 0px; }

  section.content {
    width: 100%;
    margin-left: 0px; }

  section.menu {
    width: 100%;
    position: relative; }
    section.menu .menu_info {
      background: #252E42;
      height: 55px;
      width: 100%; }
    section.menu .menu_small_nav {
      background: #18202F;
      width: 100%;
      height: 55px;
      display: flex; }
      section.menu .menu_small_nav .menu_small_nav_item {
        width: 50px;
        height: 100%;
        margin: 0; }
        section.menu .menu_small_nav .menu_small_nav_item.active {
          padding-left: 0; }
          section.menu .menu_small_nav .menu_small_nav_item.active:before {
            height: 3px;
            width: 100%;
            bottom: 0;
            top: unset; }
    section.menu .menu_big_nav {
      background: #252E42;
      position: absolute;
      width: 225px;
      min-height: 100vh;
      left: -100%;
      z-index: 200; }

  section.content .content_items {
    width: 100%; }
    section.content .content_items .content_items_main .col_1_2 {
      width: 100%;
      border-right: none !important; }
  section.content .content_top_bar .breadcrumbs {
    max-width: 55%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; } }
@media screen and (max-width: 767px) {
  section.content .content_items .content_items_sidebar {
    width: 100%; }
  section.content .content_items .content_items_main {
    width: 100%;
    margin-top: 20px; }
  section.content .col_image {
    width: calc(50% - 12px); }
    section.content .col_image:nth-child(odd) {
      margin-right: 0; }

  .content_items .col_1_5 {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .content_items .t_right {
    text-align: right;
    width: 30% !important; }
  .content_items .font_2 {
    line-height: 16px; }
  .content_items .btn_width {
    width: 100% !important;
    text-align: right;
    margin-top: 5px; }

  .content_overview .col_1_2 {
    width: 100%; }
  .content_overview .col_1_4 {
    width: 100%;
    margin-top: 5px; }
  .content_overview .big_title_1 {
    font-size: 16px; }
  .content_overview .accent {
    font-size: 16px; } }
@media screen and (max-width: 1023px) {
  section.content .content_overview {
    margin: 90px 0 40px 0; }
  section.content .content_top_bar {
    width: 100%;
    position: absolute; }
  section.content .content_items .content_items_sidebar {
    width: 100%; }
  section.content .content_items .content_items_main {
    width: 100%;
    margin-top: 20px; }
  section.content .col_image {
    width: calc(50% - 12px); }
    section.content .col_image:nth-child(odd) {
      margin-right: 0; } }
.addConBtn {
  position: absolute;
  right: 25px;
  top: 5px;
  z-index: 11; }

#allTabs {
  display: flex;
  flex-wrap: wrap; }

.tab_box {
  position: relative;
  background: white;
  padding: 25px;
  z-index: 1;
  border-bottom: 1px solid #c4c9c6;
  width: 100%; }
  .tab_box .tab_input {
    width: calc(100% / 2);
    padding: 0 2px; }
    .tab_box .tab_input .input.active {
      border: 1px solid black;
      box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=backend.css.map */
