#bf_product_catalog-form * {
  font-family: AlbertaSans, Roboto, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1A2533; }
#bf_product_catalog-form .fa,
#bf_product_catalog-form .far,
#bf_product_catalog-form .fal {
  font-family: FontAwesome; }
#bf_product_catalog-form input[type="text"],
#bf_product_catalog-form input[type="number"] {
  padding: 12px;
  border: 1px solid #c9c9c9;
  height: 42px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  background: white;
  -webkit-appearance: none; }
  #bf_product_catalog-form input[type="text"]:focus,
  #bf_product_catalog-form input[type="number"]:focus {
    border: 1px solid #1389fe; }
  #bf_product_catalog-form input[type="text"].has_error,
  #bf_product_catalog-form input[type="number"].has_error {
    border-color: #CA1913 !important; }
#bf_product_catalog-form input[type="checkbox"] + label {
  color: #9B9B9B; }
#bf_product_catalog-form input[type="checkbox"].partly + label, #bf_product_catalog-form input[type="checkbox"]:checked + label {
  color: #1A2533; }
#bf_product_catalog-form #bf_product_catalog-form_main-content_loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  font-size: 30px; }
@media screen and (max-width: 30em) {
  #bf_product_catalog-form.modal-container:before {
    height: 0; } }
#bf_product_catalog-form.modal-container .modal-inner {
  width: 800px;
  margin-left: -400px;
  left: 50%;
  top: 150px;
  max-height: calc(100% - 200px);
  overflow: visible;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 10000003;
  overflow: auto; }
  @media screen and (max-height: 1440px) {
    #bf_product_catalog-form.modal-container .modal-inner {
      max-height: 92%;
      top: 4%; } }
  @media screen and (max-width: 900px) {
    #bf_product_catalog-form.modal-container .modal-inner {
      width: 90%;
      margin-left: -45%; } }
  @media screen and (max-width: 690px) {
    #bf_product_catalog-form.modal-container .modal-inner {
      top: 0;
      max-height: none;
      width: 100%;
      height: 100%;
      padding-top: 0;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      border-radius: 0; } }
  @media screen and (max-width: 30em) {
    #bf_product_catalog-form.modal-container .modal-inner {
      max-height: none;
      width: auto;
      top: 0;
      left: 0;
      height: 100%; } }
  #bf_product_catalog-form.modal-container .modal-inner .modal-content {
    padding: 0;
    border-bottom: 0;
    max-height: 100%; }
#bf_product_catalog-form.modal-container .modal-close:before {
  opacity: 0.7; }
#bf_product_catalog-form.modal-container .modal-close:after {
  margin-left: 375px;
  top: 125px;
  background: #00000070;
  color: white;
  z-index: 10000002;
  border-radius: 3px;
  padding: 0 8px 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 25px; }
  @media screen and (max-height: 1440px) {
    #bf_product_catalog-form.modal-container .modal-close:after {
      top: calc(4% - 25px); } }
  @media screen and (max-width: 900px) {
    #bf_product_catalog-form.modal-container .modal-close:after {
      margin-left: calc(45% - 25px); } }
  @media screen and (max-width: 690px) {
    #bf_product_catalog-form.modal-container .modal-close:after {
      top: 0;
      left: 0;
      padding: 0;
      right: 10px;
      margin-left: 0;
      margin-top: 0;
      text-align: right;
      font-size: 32px;
      height: 26px;
      line-height: 26px;
      color: black;
      z-index: 10000004;
      background: transparent; } }
  @media screen and (max-width: 30em) {
    #bf_product_catalog-form.modal-container .modal-close:after {
      content: '\00d7'; } }
#bf_product_catalog-form #bf_product_catalog-form_header-main {
  min-height: 83px;
  display: flex;
  padding: 20px 30px 0;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 350px) {
    #bf_product_catalog-form #bf_product_catalog-form_header-main {
      padding: 20px 16px 0; } }
  #bf_product_catalog-form #bf_product_catalog-form_header-main #bf_product_catalog-form_header-main-text {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%; }
    #bf_product_catalog-form #bf_product_catalog-form_header-main #bf_product_catalog-form_header-main-text #bf_product_catalog-form_header-chosen-folder {
      font-size: 14px;
      font-weight: normal; }
  #bf_product_catalog-form #bf_product_catalog-form_header-main #multiple-folders {
    font-size: 14px; }
  #bf_product_catalog-form #bf_product_catalog-form_header-main #edit-folders-wrapper {
    font-size: 14px; }
    #bf_product_catalog-form #bf_product_catalog-form_header-main #edit-folders-wrapper #edit-folders {
      display: inline-block;
      text-decoration: underline;
      cursor: pointer; }
#bf_product_catalog-form #bf_product_catalog-form_global-alert {
  padding: 0 30px 20px; }
  @media screen and (max-width: 350px) {
    #bf_product_catalog-form #bf_product_catalog-form_global-alert {
      padding: 0 16px 20px; } }
#bf_product_catalog-form #bf_product_catalog-form_main-content {
  padding: 0 30px 20px;
  height: calc(100% - 155px);
  /* START: Nav bar */
  /* IE7 */
  /* END: Nav bar */ }
  @media screen and (max-width: 350px) {
    #bf_product_catalog-form #bf_product_catalog-form_main-content {
      padding: 0 16px 20px; } }
  #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_nav-bar:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  #bf_product_catalog-form #bf_product_catalog-form_main-content *:first-child + html #bf_product_catalog-form_nav-bar {
    zoom: 1; }
  #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar {
      margin: 0 auto;
      list-style: none;
      position: relative;
      width: 100%;
      height: 42px;
      text-align: center;
      background: #F5FAFF; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li {
        display: inline-flex;
        height: 100%;
        float: left;
        align-items: center;
        justify-content: center; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.bf_product_catalog-form_nav-bar-item {
          width: 25%; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.bf_product_catalog-form_nav-bar-item img {
            visibility: hidden;
            margin-left: 10px;
            height: 7px; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.bf_product_catalog-form_nav-bar-item img.not_checked {
            display: none;
            height: 8px; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.bf_product_catalog-form_nav-bar-item.checked img.checked {
            visibility: visible; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.bf_product_catalog-form_nav-bar-item.not_checked img.checked {
            display: none; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.bf_product_catalog-form_nav-bar-item.not_checked img.not_checked {
            display: inline-block;
            visibility: visible; }
          @media screen and (max-width: 690px) {
            #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.bf_product_catalog-form_nav-bar-item {
              width: 18%; }
              #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.bf_product_catalog-form_nav-bar-item.active {
                width: 46%; } }
        #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.has_error span, #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.active.has_error span {
          color: #CA1913 !important; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li span {
          position: relative;
          z-index: 200;
          color: #9B9B9B;
          font-size: 14px;
          display: block;
          float: left; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li span.bf_product_catalog-form_nav-bar-item-text {
            margin-left: 10px; }
            @media screen and (max-width: 690px) {
              #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li span.bf_product_catalog-form_nav-bar-item-text {
                display: none; } }
          #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li span.bf_product_catalog-form_nav-bar-item-no {
            margin-left: 10px; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.active span {
          color: #1A2533 !important; }
          @media screen and (max-width: 690px) {
            #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar li.active span.bf_product_catalog-form_nav-bar-item-text {
              display: block; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content .bf_product_catalog-form_nav-wrap #bf_product_catalog-form_nav-bar #nav-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        background: #DEEEFF;
        z-index: 100;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
  #bf_product_catalog-form #bf_product_catalog-form_main-content .ie6 #bf_product_catalog-form_nav-bar li,
  #bf_product_catalog-form #bf_product_catalog-form_main-content .ie7 #bf_product_catalog-form_nav-bar li {
    display: inline; }
  #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab {
    display: none; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.active-tab {
      display: block; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .dual {
      display: flex;
      padding-top: 50px; }
      @media screen and (max-width: 600px) {
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .dual {
          flex-direction: column; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .dual .bf_product_catalog-form_tab-dual {
        flex: 42%;
        padding-left: 40px; }
        @media screen and (max-width: 600px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .dual .bf_product_catalog-form_tab-dual {
            flex: 1;
            padding: 40px 0 0 0; } }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .dual .bf_product_catalog-form_tab-dual:first-child {
          flex: 58%;
          border-right: 1px solid #D6D6D6;
          padding-right: 50px;
          padding-left: 0; }
          @media screen and (max-width: 600px) {
            #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .dual .bf_product_catalog-form_tab-dual:first-child {
              flex: 1;
              padding: 0 0 30px 0;
              border-right: 0;
              border-bottom: 1px solid #D6D6D6; } }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .bf_product_catalog-form_tab-title {
      font-weight: bold;
      font-size: 16px;
      line-height: 21px;
      padding-bottom: 35px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .bf_product_catalog-form_tab-title .create-catalog-new {
        cursor: pointer;
        color: #1389FE;
        font-size: 14px;
        font-weight: normal; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates-title {
      color: #868686;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      padding-bottom: 20px; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .no-templates {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      border: 1px dashed #E3E3E3;
      padding: 15px 55px;
      text-align: center;
      color: #868686;
      font-size: 12px;
      line-height: 16px; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates {
      max-height: 260px;
      margin-bottom: 30px;
      overflow: auto; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template {
        display: flex;
        align-items: center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #F8F8F8;
        padding: 0 10px 0 15px;
        height: 40px;
        margin-bottom: 15px;
        justify-content: space-between;
        font-size: 14px;
        width: calc(100% - 10px); }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template:last-child {
          margin-bottom: 0; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template .template-name {
          width: calc(100% - 105px);
          line-height: 40px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          cursor: pointer; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template .template-actions {
          display: flex;
          align-items: center; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template .template-actions .template-more {
            text-align: center;
            padding-left: 10px; }
            #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template .template-actions .template-more .template-more-content {
              position: fixed;
              display: none;
              background-color: white;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              border-radius: 5px;
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
              z-index: 9999;
              width: 148px;
              height: 115px;
              right: 0;
              padding: 15px 0;
              flex-direction: column;
              justify-content: space-between;
              text-align: left; }
              #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template .template-actions .template-more .template-more-content div {
                font-size: 15px;
                height: 20px;
                line-height: 20px;
                cursor: pointer; }
                #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template .template-actions .template-more .template-more-content div.template-delete {
                  color: #EE2B3A; }
                #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template .template-actions .template-more .template-more-content div img {
                  margin: 0 15px 1px;
                  width: 11px; }
            #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template .template-actions .template-more:hover .template-more-content {
              display: flex; }
            #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .my-templates .template .template-actions .template-more i {
              color: #868686;
              font-family: 'Font Awesome 5 Pro';
              font-weight: bold;
              width: 20px;
              cursor: pointer; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab #all-catalogs-uploads {
      display: inline-flex;
      cursor: pointer;
      color: #1389FE;
      font-size: 14px;
      display: inline-block;
      line-height: 19px; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab #all-catalogs-uploads img {
        width: 7px;
        margin-left: 5px; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab #add-template + label {
      margin-top: 35px; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab ::-webkit-scrollbar {
      width: 7px;
      height: 7px; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab ::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.45);
      border-radius: 10px;
      box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab :hover::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.55); }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .input-label {
      position: relative;
      margin-bottom: 15px; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .input-label input {
        margin: 0;
        margin-top: 8px;
        width: 100%;
        padding-top: 15px; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .input-label label {
        position: absolute;
        font-size: 12px;
        background: white;
        min-width: unset;
        left: 15px;
        z-index: 1;
        line-height: 16px;
        width: fit-content;
        padding: 0 7px;
        color: #979A9F; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .input-label.has_error label {
        color: #CA1913 !important; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .input-label:focus-within label {
        color: #1389fe; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab input.styled_chbblue_btn[type="checkbox"].small + label {
      font-size: 14px;
      margin-top: 25px;
      margin-bottom: 15px; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .bf_product_catalog-form_tab-desc {
      font-size: 16px;
      line-height: 21px;
      padding-top: 20px; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .catalog-setting input.styled_chbblue_btn[type="checkbox"].small + label {
      font-size: 12px;
      margin: 0 0 15px 0; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .catalog-setting#catalog-setting_allow-free-delivery input.styled_chbblue_btn[type="checkbox"].small + label {
      margin: 0 0 10px 0; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .catalog-setting#catalog-setting_allow-free-delivery #catalog-setting_allow-free-delivery_sum-input {
      padding-left: 25px;
      display: none; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .catalog-setting#catalog-setting_allow-free-delivery #catalog-setting_allow-free-delivery_sum-input input {
        width: 60px;
        font-size: 12px;
        padding: 9px 9px;
        height: 30px; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .catalog-setting#catalog-setting_allow-free-delivery #catalog-setting_allow-free-delivery_sum-input #catalog-setting_allow-free-delivery_sum-input_warning {
        color: #ff0000de;
        margin-top: 10px;
        font-weight: bold; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .bf_product_catalog-form_product-box__body-cover-image,
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .preview-image {
      display: inline-block;
      position: relative;
      overflow: hidden;
      text-align: left;
      margin: auto; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .bf_product_catalog-form_product-box__body-cover-image .frame,
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .preview-image .frame {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .bf_product_catalog-form_product-box__body-cover-image .photo,
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .preview-image .photo {
        background-size: cover;
        background-position: center center;
        display: inline-block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .bf_product_catalog-form_product-box__body-cover-image .product_box_loading_mask,
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .preview-image .product_box_loading_mask {
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: 20px;
        background: white;
        opacity: 0.5;
        height: 100%; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .bf_product_catalog-form_product-box__body-cover-image .product_box_loading_mask i,
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab .preview-image .product_box_loading_mask i {
        color: black; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes {
      display: flex;
      flex-wrap: wrap;
      column-gap: 20px;
      padding-top: 5px;
      row-gap: 15px;
      justify-content: center; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes.collapsed {
        max-height: 300px;
        overflow: hidden; }
        @media screen and (max-width: 690px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes.collapsed {
            max-height: unset;
            overflow: inherit; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100px; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box.not-available .bf_product_catalog-form_product-box__input:checked ~ .bf_product_catalog-form_product-box__body {
          box-shadow: 0 0 0 1px #F75A20;
          border: 1px solid #F75A20; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box.not-available .bf_product_catalog-form_product-box__body .bf_product_catalog-form_product-box__body-cover-checkbox {
          background: #F75A20; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box.not-available .bf_product_catalog-form_product-box__body .bf_product_catalog-form_product-box__body-cover .bf_product_catalog-form_product-box__body-cover-image {
          opacity: 0.5; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box.not-available .bf_product_catalog-form_product-box__header {
          opacity: 0.5; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__input {
          position: absolute;
          display: block;
          outline: none;
          border: none;
          background: none;
          padding: 0;
          margin: 0;
          -webkit-appearance: none; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__input:checked ~ .bf_product_catalog-form_product-box__body {
            box-shadow: 0 0 0 1px #1389FE;
            border: 1px solid #1389FE; }
            #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__input:checked ~ .bf_product_catalog-form_product-box__body .bf_product_catalog-form_product-box__body-cover-checkbox {
              -webkit-transform: scale(1);
              transform: scale(1);
              opacity: 1; }
              #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__input:checked ~ .bf_product_catalog-form_product-box__body .bf_product_catalog-form_product-box__body-cover-checkbox .bf_product_catalog-form_product-box__body-cover-checkbox--svg {
                stroke-dashoffset: 0; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__body {
          display: grid;
          background: white;
          height: 100px;
          width: 100px;
          border-radius: 5px;
          margin-bottom: 7px;
          overflow: hidden;
          position: relative;
          cursor: pointer;
          border: 1px solid #DDDDDD;
          -webkit-transition: border 0.15s, -webkit-transform 0.15s;
          transition: border 0.15s, -webkit-transform 0.15s;
          transition: transform 0.15s, border 0.15s;
          transition: transform 0.15s, border 0.15s, -webkit-transform 0.15s;
          -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0); }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__body.scale, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__body:active {
            -webkit-transform: scale(1.04) translateZ(0);
            transform: scale(1.04) translateZ(0); }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__body .bf_product_catalog-form_product-box__body-cover-checkbox {
            background: #1389FE;
            position: absolute;
            right: 5px;
            top: 5px;
            z-index: 1;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            opacity: 0;
            transition: transform 0.15s, opacity calc(0.15s * 1.2) linear, -webkit-transform 0.15s ease;
            -webkit-transform: scale(0);
            transform: scale(0); }
            #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__body .bf_product_catalog-form_product-box__body-cover-checkbox .bf_product_catalog-form_product-box__body-cover-checkbox--svg {
              width: 8px;
              height: 100%;
              display: inline-block;
              fill: none;
              margin-left: 4px;
              stroke: white;
              stroke-width: 5;
              stroke-linecap: round;
              stroke-linejoin: round;
              stroke-dasharray: 24px;
              stroke-dashoffset: -24px;
              -webkit-transition: stroke-dashoffset 0.4s ease 0.15s;
              transition: stroke-dashoffset 0.4s ease 0.15s; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__body .bf_product_catalog-form_product-box__body-cover {
            position: relative;
            overflow: hidden;
            display: flex; }
            #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__body .bf_product_catalog-form_product-box__body-cover .bf_product_catalog-form_product-box__body-cover-image {
              width: 100px;
              height: 85.71px; }
              #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__body .bf_product_catalog-form_product-box__body-cover .bf_product_catalog-form_product-box__body-cover-image .frame {
                background-size: 100px 85.71px; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product .bf_product_catalog-form_product-boxes .bf_product_catalog-form_product-box .bf_product_catalog-form_product-box__header {
          color: #1A2533;
          line-height: 16px; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product #see_more_categories {
      display: inline-flex;
      cursor: pointer;
      margin-top: 35px; }
      @media screen and (max-width: 690px) {
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product #see_more_categories {
          display: none !important; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product #see_more_categories div {
        color: #1389FE;
        font-size: 14px;
        display: inline-block;
        line-height: 19px; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product #see_more_categories div.collapsed {
          display: none; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product #see_more_categories img {
        width: 10px;
        margin-top: 2px;
        margin-left: 5px; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product #see_more_categories:not(.collapsed) img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product #see_more_categories.collapsed div {
        display: none; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-choose-product #see_more_categories.collapsed div.collapsed {
          display: inline-block; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table {
      width: 100%; }
      @media screen and (max-width: 600px) {
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table {
          border-top: 1px solid #dddddd; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table td, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table th {
        border: 1px solid #dddddd;
        border-top: 0;
        border-left: 0;
        padding: 0 8px;
        vertical-align: middle; }
        @media screen and (max-width: 350px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table td, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table th {
            padding: 0 3px; } }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table td:last-child, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table th:last-child {
          border-right: 0; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table th:first-child {
        border-left: 0;
        border-bottom: 1px solid #dddddd; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table td {
        border-bottom: 1px dashed #dddddd; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table td.center {
          text-align: center; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table td.first-td {
          border-left: 0;
          border-bottom: 1px solid #dddddd;
          vertical-align: top;
          padding-left: 0; }
          @media screen and (max-width: 600px) {
            #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table td.first-td {
              display: none; } }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table td.no-border {
          border: none; }
      @media screen and (max-width: 600px) {
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsed-row {
          display: none; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.desktop-header th {
        color: #9B9B9B;
        text-transform: uppercase;
        padding: 5px 8px;
        line-height: 12px; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.desktop-header th:first-child {
          padding-left: 0; }
      @media screen and (max-width: 600px) {
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.desktop-header {
          display: none; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header-desc {
        display: none; }
        @media screen and (max-width: 600px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header-desc {
            display: table-row; } }
  @media screen and (max-width: 600px) and (max-width: 600px) {
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header.collapsed-row, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header-desc.collapsed-row {
      display: none; } }

        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header th, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header-desc th {
          border-bottom: 1px dashed #dddddd; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header th:first-child, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header-desc th:first-child {
            padding-left: 0; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header {
        position: relative; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header th {
          border-bottom: 1px solid #dddddd; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header th:before {
            content: '';
            margin-top: 22px;
            background: url(/images/UI_icons/inputs/dropdown_blue.svg?v=2) no-repeat center;
            background-size: contain;
            transform: rotate(180deg);
            left: calc(100vw - 73px);
            position: relative;
            width: 13px;
            height: 7px;
            display: inline-block; }
            @media screen and (max-width: 350px) {
              #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header th:before {
                left: calc(100vw - 50px); } }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header.collapsed-header th:before {
          transform: rotate(0); }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header label {
          margin-left: -13px !important; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header-desc th {
        color: #9B9B9B;
        text-transform: uppercase;
        padding: 5px 8px;
        line-height: 12px;
        word-break: break-all; }
        @media screen and (max-width: 350px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.collapsable-header-desc th {
            padding: 5px 3px; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.disabled {
        display: none; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr.last-tr td, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table tr:last-child td {
        border-bottom: 1px solid #dddddd; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .currency {
        display: inline-block;
        margin-left: 5px;
        min-width: 10px; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .preview-container {
        height: 36px;
        width: 36px;
        min-width: 36px;
        object-fit: contain;
        border: 1px solid #DDDDDD;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0 10px 15px 30px;
        display: none;
        overflow: hidden; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .preview-container .preview-image {
          width: 34px;
          height: 29.14px; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .preview-container .preview-image .frame {
            background-size: 34px 29.14px; }
        @media screen and (max-width: 600px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .preview-container {
            display: block; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table input.styled_chbblue_btn[type="checkbox"].small + label {
        height: 36px;
        display: inline-flex;
        margin: 10px 0;
        align-items: center; }
        @media screen and (max-width: 600px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table input.styled_chbblue_btn[type="checkbox"].small + label {
            margin: 0;
            height: 50px; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table input.styled_chbblue_btn[type="checkbox"].small.has_error + label {
        color: #CA1913 !important; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table input.styled_chbblue_btn[type="checkbox"].small.subcategories + label {
        padding-left: 30px; }
        @media screen and (max-width: 600px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table input.styled_chbblue_btn[type="checkbox"].small.subcategories + label {
            margin: 15px 0 5px;
            height: unset; } }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table input.styled_chbblue_btn[type="checkbox"].small.subcategories + label .preview-container {
          display: inline-flex;
          margin: 0 10px 0 0; }
          @media screen and (max-width: 600px) {
            #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table input.styled_chbblue_btn[type="checkbox"].small.subcategories + label .preview-container {
              display: none; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table input.subcategory-price {
        height: 34px;
        width: 62px;
        font-size: 12px;
        padding: 0;
        text-align: center;
        margin: 8px 0; }
        @media screen and (max-width: 600px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table input.subcategory-price {
            margin-left: 0; } }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table input.subcategory-price.disabled {
          display: none; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .subcategory-complect-item-count-label {
        margin: 8px 0 0 5px;
        text-align: left; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .subcategory-price-container {
        border: 1px solid #c9c9c9;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: white;
        height: 34px;
        width: 62px;
        margin: 8px 0;
        font-size: 12px;
        padding: 0;
        text-align: center;
        display: none; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .subcategory-price-container.disabled {
          display: inline-block; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .not-available input.styled_chbblue_btn[type="checkbox"].small.subcategories:checked + label:after {
        background: url(/images/checkbox_red.svg) no-repeat left center #fff; }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .not-available .preview-container,
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .not-available .subcategory-name, #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price table .not-available.center * {
        opacity: 0.5; }
    #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts {
      display: inline-block;
      font-size: 16px;
      line-height: 21px;
      height: 21px;
      color: #1289FD;
      margin: 10px 0 15px;
      cursor: pointer;
      position: relative; }
      @media screen and (max-width: 690px) {
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts {
          margin: 30px 0 40px;
          height: unset; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .plus {
        margin-right: 3px;
        height: 13px;
        margin-bottom: 2px; }
        @media screen and (max-width: 690px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .plus {
            display: none; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .arrow {
        margin-left: 5px;
        margin-bottom: 3px;
        display: none; }
        @media screen and (max-width: 690px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .arrow {
            display: inline-block; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .close-addproducts {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        display: flex;
        height: 30px;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 690px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .close-addproducts {
            display: none; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .addproducts-list-wrapper {
        position: fixed;
        display: none;
        background-color: white;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
        z-index: 9999;
        width: 450px;
        max-height: 100%;
        overflow: auto;
        right: 0;
        padding: 20px 15px;
        flex-direction: column;
        justify-content: space-between;
        text-align: left; }
        @media screen and (max-width: 690px) {
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .addproducts-list-wrapper {
            position: unset;
            width: unset;
            max-width: unset !important;
            margin-top: 20px; } }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .addproducts-list-wrapper label {
          font-size: 15px;
          height: 20px;
          line-height: 20px;
          cursor: pointer;
          margin-top: 0 !important; }
        #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .addproducts-list-wrapper .addproducts-list {
          row-gap: 20px;
          column-gap: 15px;
          display: flex;
          flex-flow: wrap; }
          @media screen and (max-width: 30em) {
            #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .addproducts-list-wrapper .addproducts-list {
              row-gap: 10px;
              column-gap: 5px; } }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .addproducts-list-wrapper .addproducts-list input[type="checkbox"].addproducts-list-item__input + label {
            background: #F3F3F3;
            color: #868686;
            min-height: 26px;
            height: auto;
            padding: 0 25px 0 30px;
            border-radius: 16px;
            line-height: 26px;
            font-size: 12px; }
            @media screen and (max-width: 30em) {
              #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .addproducts-list-wrapper .addproducts-list input[type="checkbox"].addproducts-list-item__input + label {
                padding: 0 15px 0 20px; } }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .addproducts-list-wrapper .addproducts-list input[type="checkbox"].addproducts-list-item__input:checked + label {
            background: #E2EFFF;
            color: #1389FE; }
          #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .addproducts-list-wrapper .addproducts-list input[type="checkbox"].addproducts-list-item__input:checked + label:after {
            background: url(/images/UI_icons/blue/check.svg) no-repeat center center transparent;
            background-size: 10px;
            width: 30px;
            height: 100%; }
            @media screen and (max-width: 30em) {
              #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts .addproducts-list-wrapper .addproducts-list input[type="checkbox"].addproducts-list-item__input:checked + label:after {
                width: 20px; } }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts.show .arrow {
        transform: rotate(180deg); }
      #bf_product_catalog-form #bf_product_catalog-form_main-content #bf_product_catalog-form_tabs .bf_product_catalog-form_tab.tab-set-price .addproducts.show .addproducts-list-wrapper {
        display: flex; }
#bf_product_catalog-form .access_actions_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px auto 100px auto;
  column-gap: 20px; }
  @media screen and (max-width: 520px) {
    #bf_product_catalog-form .access_actions_wrapper {
      flex-direction: column-reverse;
      width: 100%;
      margin: 45px auto; } }
  #bf_product_catalog-form .access_actions_wrapper .button {
    margin-right: 22px;
    text-decoration: none; }
    @media screen and (max-width: 520px) {
      #bf_product_catalog-form .access_actions_wrapper .button {
        margin-right: 0; } }
    #bf_product_catalog-form .access_actions_wrapper .button.filled {
      margin-right: 0; }
      @media screen and (max-width: 520px) {
        #bf_product_catalog-form .access_actions_wrapper .button.filled {
          margin-bottom: 15px; } }
#bf_product_catalog-form .button {
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #1389FE;
  font-size: 14px;
  font-weight: bold;
  padding: 0 30px;
  margin-right: 5px;
  transition: 0.5s ease;
  cursor: pointer;
  text-align: center; }
  #bf_product_catalog-form .button:hover {
    color: #2D3D52; }
  @media screen and (max-width: 520px) {
    #bf_product_catalog-form .button {
      width: 100%;
      margin-right: 0; } }
  #bf_product_catalog-form .button.filled, #bf_product_catalog-form .button.filled-light {
    margin-right: 0;
    min-width: 160px;
    background: #1389FE;
    color: white; }
    @media screen and (max-width: 520px) {
      #bf_product_catalog-form .button.filled, #bf_product_catalog-form .button.filled-light {
        margin-bottom: 15px; } }
    #bf_product_catalog-form .button.filled:hover, #bf_product_catalog-form .button.filled-light:hover {
      color: white;
      background: #2D3D52; }
  #bf_product_catalog-form .button.filled-light {
    background: #DEEEFF;
    color: #1389FE; }
    #bf_product_catalog-form .button.filled-light:hover {
      background: #1389FE;
      color: white; }
#bf_product_catalog-form footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-top: 20px;
  margin: 0 30px 20px;
  border-top: 1px solid #D6D6D6; }
  @media screen and (max-width: 520px) {
    #bf_product_catalog-form footer {
      flex-direction: column-reverse;
      padding-top: 35px; } }
  @media screen and (max-width: 350px) {
    #bf_product_catalog-form footer {
      margin: 0 16px 20px; } }
  @media screen and (max-width: 520px) {
    #bf_product_catalog-form footer #footer_terms_wrapper {
      margin: 50px 0 30px; } }
  #bf_product_catalog-form footer #footer_terms_wrapper a {
    font-size: 14px;
    text-decoration: none; }
    #bf_product_catalog-form footer #footer_terms_wrapper a:first-child {
      margin-right: 30px; }
  #bf_product_catalog-form footer #footer_actions_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 520px) {
      #bf_product_catalog-form footer #footer_actions_wrapper {
        flex-direction: column-reverse;
        width: 100%; } }
    #bf_product_catalog-form footer #footer_actions_wrapper .footer-button {
      margin-right: 5px; }
      @media screen and (max-width: 520px) {
        #bf_product_catalog-form footer #footer_actions_wrapper .footer-button {
          margin-right: 0; } }
      #bf_product_catalog-form footer #footer_actions_wrapper .footer-button.filled {
        margin-right: 0; }
        @media screen and (max-width: 520px) {
          #bf_product_catalog-form footer #footer_actions_wrapper .footer-button.filled {
            margin-bottom: 15px; } }
#bf_product_catalog-form #upload-catalog-list {
  min-height: 400px;
  background: white;
  display: flex;
  flex-direction: column; }
  #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-header {
    height: 83px;
    display: flex;
    padding: 20px 30px 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 20px; }
  #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-alert {
    padding: 0 30px 20px; }
    @media screen and (max-width: 350px) {
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-alert {
        padding: 0 16px 20px; } }
  #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content {
    padding: 0 30px 20px;
    height: calc(100% - 155px); }
    @media screen and (max-width: 350px) {
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content {
        padding: 0 16px 20px; } }
    #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table {
      width: 100%;
      border: 1px solid #E3E3E3;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 15px; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table:first-child {
        border: none;
        border-radius: 0; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table:last-child, #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table:first-child {
        margin-bottom: 0; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table:first-child tr td, #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table:first-child tr th {
        padding: 0;
        padding-bottom: 12px; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.collapsed-row {
        display: none; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.no-uploads td:nth-child(2) > *,
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.no-uploads td:nth-child(3) > * {
        visibility: hidden; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td, #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr th {
        vertical-align: middle;
        padding: 12px 0; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td.center, #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr th.center {
          text-align: center; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td:nth-child(1), #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr th:nth-child(1) {
          width: 63%;
          padding-left: 13px; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td:nth-child(2), #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr th:nth-child(2) {
          width: 21%;
          min-width: 150px; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td:nth-child(3), #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr th:nth-child(3) {
          width: 12%;
          min-width: 75px; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td:nth-child(4), #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr th:nth-child(4) {
          width: 6%;
          padding-right: 20px; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr th {
        color: #9B9B9B;
        text-transform: uppercase; }
        @media screen and (max-width: 520px) {
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr th {
            height: 0; } }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr th i {
          color: #9B9B9B;
          font-family: 'Font Awesome 5 Pro';
          margin-left: 10px; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td {
        font-size: 16px; }
        @media screen and (max-width: 520px) {
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td {
            font-size: 14px; } }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td.catalog-name .catalog-name-list {
          font-size: 16px;
          background: transparent;
          border: none;
          color: #1A2533;
          margin: 1px 1px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td.catalog-name .catalog-name-list.has_error:focus {
            border-color: #CA1913 !important; }
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td.catalog-name .catalog-name-list.has_error {
            border: 1px solid #CA1913;
            background: white;
            margin: 0; }
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td.catalog-name .catalog-name-list:focus {
            background: white;
            border: 1px solid #1389fe;
            margin: 0; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td.catalog-name .seperator {
          color: #9B9B9B;
          margin: 0 10px 0 8px; }
          @media screen and (max-width: 690px) {
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td.catalog-name .seperator {
              display: none; } }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td.catalog-name .uploads {
          color: #9B9B9B; }
          @media screen and (max-width: 690px) {
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td.catalog-name .uploads {
              display: block; } }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more,
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more {
          text-align: center; }
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content,
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content,
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content,
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content {
            font-size: 15px;
            position: fixed;
            display: none;
            background-color: white;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
            z-index: 9999;
            width: 235px;
            height: 120px;
            right: 0;
            padding: 15px 0;
            flex-direction: column;
            justify-content: space-between;
            text-align: left; }
            @media screen and (max-width: 520px) {
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content {
                height: 166px; } }
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content .catalog-status,
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content .upload-status,
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content .catalog-status,
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content .upload-status,
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content .catalog-status,
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content .upload-status,
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content .catalog-status,
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content .upload-status {
              font-size: 16px;
              display: none;
              justify-content: space-between;
              align-items: center;
              text-transform: uppercase;
              color: #9B9B9B;
              border-bottom: 1px solid #D6D6D6;
              margin-bottom: 15px;
              height: 46px; }
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content .catalog-status div,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content .upload-status div,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content .catalog-status div,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content .upload-status div,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content .catalog-status div,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content .upload-status div,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content .catalog-status div,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content .upload-status div {
                color: #9B9B9B; }
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content .catalog-status i,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content .upload-status i,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content .catalog-status i,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content .upload-status i,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content .catalog-status i,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content .upload-status i,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content .catalog-status i,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content .upload-status i {
                color: #9B9B9B;
                margin-left: 10px;
                font-weight: normal;
                font-size: 16px; }
              @media screen and (max-width: 520px) {
                #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content .catalog-status,
                #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content .upload-status,
                #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content .catalog-status,
                #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content .upload-status,
                #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content .catalog-status,
                #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content .upload-status,
                #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content .catalog-status,
                #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content .upload-status {
                  display: flex; } }
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content > div,
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content > div,
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content > div,
            #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content > div {
              font-size: 15px;
              line-height: 20px;
              padding: 0 15px;
              cursor: pointer;
              height: 35px; }
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content > div.catalog-delete, #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content > div.upload-remove,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content > div.catalog-delete,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content > div.upload-remove,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content > div.catalog-delete,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content > div.upload-remove,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content > div.catalog-delete,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content > div.upload-remove {
                color: #EE2B3A;
                padding: 0 10px 0 15px; }
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .catalog-more-content > div img,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content > div img,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .catalog-more-content > div img,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content > div img {
                margin: 0 15px 2px 0;
                width: 13px; }
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content,
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content {
            height: 50px; }
            @media screen and (max-width: 520px) {
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more .upload-more-content,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more .upload-more-content {
                height: 95px; } }
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more:hover .catalog-more-content, #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more:hover .upload-more-content,
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more:hover .catalog-more-content,
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more:hover .upload-more-content {
            display: block; }
            @media screen and (max-width: 520px) {
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more:hover .catalog-more-content, #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more:hover .upload-more-content,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more:hover .catalog-more-content,
              #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more:hover .upload-more-content {
                display: block;
                padding: 0; } }
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .catalog-more i,
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr td .upload-more i {
            font-family: 'Font Awesome 5 Pro';
            width: 20px;
            cursor: pointer;
            font-weight: bold;
            font-size: 20px; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.collapsable-header {
        background: #F8F8F8; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.collapsable-header .close,
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.collapsable-header .view {
          color: #1388FC; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.collapsable-header .view {
          display: none; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.collapsable-header .down {
          transform: rotate(180deg);
          margin-left: 10px; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.collapsable-header.collapsed-header .view {
          display: inline-block; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.collapsable-header.collapsed-header .close {
          display: none; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr.collapsable-header.collapsed-header .down {
          transform: rotate(0); }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr .mobile {
        display: none; }
        @media screen and (max-width: 520px) {
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr .mobile {
            display: block; } }
      @media screen and (max-width: 520px) {
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content table tr .desktop {
          display: none; } }
    #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .catalog-toggle,
    #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .upload-toggle {
      position: relative;
      display: inline-block;
      width: 42px;
      height: 24px; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .catalog-toggle input,
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .upload-toggle input {
        opacity: 0;
        width: 0;
        height: 0; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .catalog-toggle input:checked + .toggle,
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .upload-toggle input:checked + .toggle {
          background-color: #55BA0F; }
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .catalog-toggle input:checked + .toggle:before,
          #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .upload-toggle input:checked + .toggle:before {
            background-color: white;
            -webkit-transform: translateX(18px);
            -ms-transform: translateX(18px);
            transform: translateX(18px); }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .catalog-toggle .toggle,
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .upload-toggle .toggle {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #E2E2E2;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 12px; }
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .catalog-toggle .toggle:before,
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-content .upload-toggle .toggle:before {
          position: absolute;
          content: "";
          height: 18px;
          width: 18px;
          left: 3px;
          bottom: 3px;
          background-color: #A3A3A3;
          -webkit-transition: .4s;
          transition: .4s;
          border-radius: 50%; }
  #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    padding-top: 20px;
    margin: auto 30px 20px;
    border-top: 1px solid #D6D6D6; }
    @media screen and (max-width: 350px) {
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-footer {
        margin: auto 16px 20px; } }
    #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-footer .footer-button {
      height: 42px;
      line-height: 42px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #1389FE;
      font-size: 14px;
      font-weight: bold;
      padding: 0 30px;
      margin-left: auto;
      transition: 0.5s ease;
      cursor: pointer;
      text-align: center;
      border: 2.5px solid #1389FE; }
      #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-footer .footer-button:hover {
        color: #2D3D52;
        border-color: #2D3D52; }
      @media screen and (max-width: 520px) {
        #bf_product_catalog-form #upload-catalog-list #upload-catalog-list-footer .footer-button {
          margin: auto; } }
#bf_product_catalog-form .frame_individual-product-complect {
  text-align: center; }
  #bf_product_catalog-form .frame_individual-product-complect .preview_image__photo_stack {
    height: calc(50% - 5px);
    display: inline-block;
    padding-top: 4px;
    box-sizing: border-box; }
    #bf_product_catalog-form .frame_individual-product-complect .preview_image__photo_stack .preview_image__photo_stack__photo {
      height: 100%;
      position: relative;
      z-index: 1; }
    #bf_product_catalog-form .frame_individual-product-complect .preview_image__photo_stack .preview_image__photo_stack__backgroud_1 {
      height: 100%;
      position: relative;
      top: calc(-100% - 4px);
      left: 4px;
      background: #DEDEDE; }
    #bf_product_catalog-form .frame_individual-product-complect .preview_image__photo_stack .preview_image__photo_stack__backgroud_2 {
      height: 100%;
      position: relative;
      top: calc(-200% - 2px);
      left: 2px;
      background: #9D9D9D; }
    #bf_product_catalog-form .frame_individual-product-complect .preview_image__photo_stack .preview_image__photo_stack__icon {
      height: 100%;
      position: relative;
      top: -300%;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 50%;
      background-color: rgba(0, 0, 0, 0.1); }
      #bf_product_catalog-form .frame_individual-product-complect .preview_image__photo_stack .preview_image__photo_stack__icon.preview_image__photo_stack__icon-download {
        background-image: url("/berga_foto/images/download_product.svg"); }
      #bf_product_catalog-form .frame_individual-product-complect .preview_image__photo_stack .preview_image__photo_stack__icon.preview_image__photo_stack__icon-print {
        background-image: url("/berga_foto/images/print_product.svg"); }
  #bf_product_catalog-form .frame_individual-product-complect .preview_image__photo_stack__divider {
    font-size: 10px;
    height: 10px;
    line-height: 10px;
    color: #1A2533; }

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