.product-table {
    width: 100%;
    margin-top: 30px !important;
    border: 1px solid #DADADA;
    border-collapse: collapse;
  }

  .product-table tr:nth-child(odd) {
    background-color: #F8F8F8;
  }

  .product-table th {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: left !important;
    vertical-align: top;
    text-transform: none;

    color: #6F9117;
    border: none;
    border-bottom: 1px solid #DADADA;
    background-color: #FFFFFF;

    padding: 15px 0 15px 47px;
    height: 52px;
  }

  .product-110415-2 .product-table th:nth-child(2), 
  .product-110415-2 .product-table th:nth-child(3) {
    padding: 15px 0 15px 15px;
  }

  .product-table td {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;

    color: #000000;
    border: none;

    padding: 15px 0 15px 15px;
    height: 49px;
    width: calc(100%/3)
  }

  .product-table th:before {
    position: absolute;
    left: 15px;
    top: 12px;
  }

  .product-110415 .product-table th:nth-child(1):before {
    content: url(https://ua.amwaycontent.com/hybris-products/table/icons/multy_icon_1.png);
  }
  .product-110415 .product-table th:nth-child(2):before {
    content: url(https://ua.amwaycontent.com/hybris-products/table/icons/multy_icon_2.png);
  }
  .product-110415 .product-table th:nth-child(3):before {
    content: url(https://ua.amwaycontent.com/hybris-products/table/icons/multy_icon_3.png);
  }

  .product-110415-2 .product-table th:nth-child(1):before {
    content: url(https://ua.amwaycontent.com/hybris-products/table/icons/multy_icon_2.png);
  }

  .product-list {
  display: none;
}

@media all and (max-width: 767px) {
    .product-table {
      display: none;
    }

    .product-list{
      display: flex;
      flex-direction: column;

      margin-bottom: 15px;

      border: 1px solid #DADADA;
    }

    .product-list-dropdown {
      border-bottom: 1px solid #DADADA;
    }

    .product-list-dropdown:last-child {
      border-bottom: none;
    }

    .product-list-dropdown-content {
      display: none;
    }

    .product-list-dropdown :checked ~ .product-list-dropdown-content {
      display: flex;
      flex-direction: column;
    }

    .product-list-dropdown :checked ~ .product-list-label .icon-plus {
      background-image: url(https://ua.amwaycontent.com/hybris-products/table/icons/arrow-open.png);
    }

    .product-list-title {
      position: relative;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      text-align: left;

      color: #6F9117;
      border-bottom: 1px solid #DADADA;
      background-color: #FFFFFF;

      padding: 11px 0 11px 36px;
      margin: 0;
    }
    .product-list-title:before {
      content: url(https://ua.amwaycontent.com/hybris-products/table/icons/multy_icon_1.png);
      position: absolute;
      left: 10px;
      top: 8px;
    }

    .icon-plus {
      position: absolute;
      top: 45%;
      right: 20px;

      background-image: url(https://ua.amwaycontent.com/hybris-products/table/icons/arrow-close.png);
      width: 8px;
      height: 6px;
      cursor: pointer;
    }

    .product-list-text {
      margin: 0;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 15px;

      color: #666666;
    }

    .product-list-text--main {
      font-size: 14px;
      line-height: 20px;
      color: #333333;
      margin-top: 7px;
      margin-bottom: 10px;
      padding-bottom: 5px;

      width: 95%;

      border-bottom: 1px solid #DADADA;
    }

    .product-list-text--main:last-child {
      border-bottom: none;
    }

    .product-list-item {
      font-size: 14px;
      line-height: 20px;
      color: #333333;

      margin: 0;
    }

    .product-list-label {
      position: relative;
      
      display: flex;
      flex-direction: row;
      justify-content: space-between;

      padding: 10px 20px 10px 10px;
      margin: 0;
    }

    .product-list input {
      display: none;
    }

    .product-list-dropdown-content {
      padding: 0 20px 0 10px;
    }

    .product-list-dropdown:nth-child(odd) {
      background-color: #F8F8F8;
    }

  }