
#kitchen, .kitchen {
  .filters {
    height: 100%;
    background-color: white;
    border-right: 1px solid #e7e7e7;
    .form-group {
      margin-bottom: 20px;
    }
    input.form-control {
      padding: 0 8px;
    }
  }
  .filter aside {
    margin-left: 20px;
    margin-right: 20px;
  }
  .filter-form {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    min-height: 90px;
    padding: 10px;
    label {
      color: @color-cool-gray;
      font-size: 14px;
      word-spacing: 0.8px;
      text-transform: uppercase;
      font-weight: @font-semibold;
      border-bottom: 1px solid rgb(239, 239, 239);
      width: 100%;
    }
    ul {
      margin-bottom: 0;
      padding-left: 5px;
      li {
        margin: 5px 0;
        color: @color-cool-gray;
        &.active {
          font-weight: 700;
        }
      }
    }
    .control-label {
      margin-bottom: 10px;
    }
    &.price {
      .cool-font {
        font-size: 12px;
        font-weight: @font-semibold;
      }
    }
    &.categories, &.stores {
      label.type {
        text-transform: inherit;
        font-weight: 100;
        border: 0;
        width: auto;
        height: auto;
        margin: 0;
      }
      input[type=checkbox]:checked + label {
        font-weight: 600;
      }
    }

  }
  .btn-white {
    background-color: transparent;
    border: 1px solid @color-white-two;
    padding: 8px 12px;
    color: @color-slate-gray;
    height: auto;
    .text-label {
      padding: 0 30px;
      display: inline-block;
    }
  }
  .pull-right.dropdown-menu {
    padding-left: 28px;
    padding-right: 28px;
  }

}

.comming-soon {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: -10px;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 56px;
  p {
    text-align: center;
    font-size: 20px;
    color: @color-cool-gray;
    font-weight: @font-semibold;
  }
}

.product-sidebar {
  .form-group {
    label {
      font-weight: @font-semibold;
    }
    input {
      color: @color-cool-gray;
      font-weight: @font-semibold;
      &::-webkit-input-placeholder {
        font-size: 12px;
        color: @color-cool-gray;
      }
      &:-moz-placeholder { /* Firefox 18- */
        font-size: 12px;
        color: @color-cool-gray;
      }
      &::-moz-placeholder { /* Firefox 19+ */
        font-size: 12px;
        color: @color-cool-gray;
      }
      &:-ms-input-placeholder {
        font-size: 12px;
        color: @color-cool-gray;
      }
    }
  }
}

#catalog {

  aside.filters {
    ul {
      list-style: none;
    }
  }
  .header-list {
    .main-group-btn {
      margin-top: 22px;
    }
  }
  .body-grid {
    margin-top: 30px;
    .list-group {
      position: relative;
      .action-float {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 54px;
        width: 77px;
        text-align: center;
        z-index: 1;
        background: rgba(185, 185, 185, 0.4);
      }
      .list-group-item {
        text-align: center;
        &.pw-container {
          line-height: 150px;
          img {
            max-height: 150px;
            max-width: 100%;
          }
        }
        &.description {
          height: 100px;
        }
        &.title {
          > * {
            display: inline-block;
            vertical-align: middle;
          }
        }
      }
    }
  }
}

#new-product {
  .new-product-container {
    .header-gray {
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0.2px;
      color: #525261;
    }
    h3 {
      font-size: 18px;
      font-weight: 300;
      width: 60%;
    }
    .control-label {
      font-size: 16px;
      font-weight: 300;
    }
    .filter-option {
      font-size: 14.9px;
      font-weight: 600;
      letter-spacing: 0.6px;
      text-align: center;
      color: #7d8c93;
      text-transform: uppercase;
    }
    .btn-inverse {
      width: 286px;
      height: 45px;
      border-radius: 4px;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.6px;
      text-transform: uppercase;
    }
    .dropzone {
      img.camera {
        position: absolute;
        top: 38%;
        left: 0;
        right: 0;
        margin: 0 auto;
      }
      h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.11;
        width: 146px;
        margin-top: 50px;
      }
    }
  }
  .carousel {
    width: 75%;
    margin: 10px auto;
    .slick-slider {
      margin-bottom: 0px;
    }
    .carousel-item {
      text-align: center;
      height: 100px;
      display: inline-flex;
      align-items: center;
      &:focus {
        outline: none;
      }
      .fa-refresh {
        font-size: 24px;
      }
      .remove {
        position: absolute;
        right: 15px;
        margin-top: -15px;
        margin-left: -15px;
        color: #F00;
        opacity: 0;
        transition: all 1s;
        font-size: 30px;
        line-height: 30px;
        vertical-align: middle;
        display: inline-block;
        top: 20% !important;
      }
      &:hover {
        .remove {
          opacity: 1;
        }
      }
      .child {
        max-width: 70px;
        max-height: 70px;
        text-align: center;
        line-height: 70px;
        font-size: 24px;
        display: inline-block;
        &.uploader {
          width: 100%;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%;
          margin: auto;
          i {
            width: 100%;
          }
          .input-uploader {
            position: absolute;
            opacity: 0;
            height: 100%;
            width: 100%;
            cursor: pointer;
            left: 0px;
            top: 0px;
          }
        }
      }
    }
    .btn-prev,
    .btn-next {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      display: block;
      img {
        height: 17px;
      }
      &:focus {
        outline: none;
      }
    }
    .btn-next {
      right: -30px;
    }
    .btn-prev {
      left: -30px;
    }
  }
  .editable-icon {
    font-size: 15px;
  }
  .editable-checklist label {
    display: block;
  }
  .create-form {

    .form-group {
      margin-bottom: 40px;
    }
    .control-label {
      margin-bottom: 0;
    }
  }
  .actions {
    margin-top: 30px;
  }
  .categories {
    .dropdown, button, .dropdown-menu {
      width: 100%;
    }
    .dropdown-menu {
      label {
        width: 100%;
        border: none !important;
        &:before {
          content: '';
          display: block;
          width: 15px;
          height: 15px;
          border: 2px solid #efefef;
          position: absolute;
          left: 0;
        }
        &.cat-active:before{
          border: 2px solid #fc7667;
        }
      }
    }

  }
}

.custom-dropdown{
  .btn-group[uib-dropdown]{
    ul{
      padding-left: 0 !important;

      .li-hover{
        padding: 3px 20px;
        cursor: pointer;

        &:hover{
          background : rgba(66, 139, 202, .8);
          color: #FFF;
        }

        &.active{
          background: #428bca;
          color : #FFF;
        }
      }
    }
  }


}

label.adjust-padding-content{
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  margin-top: 5px;

  @media screen and (min-width: 767px) and (max-width : 992px){
    padding-left: 85px;
  }

  @media screen and (min-width : 993px){
    padding-left: 0px;
  }
}


.ui-select-container.open {
  > div:first-child {
    background-color: white;
    outline: #dddddd solid 1px !important;
  }
}

// .product-show{
//     margin-left: 4%;
// }

@media (min-width: 991px) and (max-width: 1110px) {

  .comming-soon p {
    font-size: 16px;
  }
}