.shop2-item-kinds-title {
  display: flex;
  padding: 0 0 10px;
  font-size: 15px; }
  .shop2-item-kinds-title div {
    flex: 1 0 0; }
    .shop2-item-kinds-title div:first-child {
      flex: 0 0 65px; }

.shop2-product-item-kind {
  width: 100%; }
  .shop2-product-item-kind + .shop2-product-item-kind {
    margin-top: 10px; }

.product-kinds-table-bottom, .product-kinds-table-btns {
  display: flex;
  align-items: center; }

.product-kinds-table-bottom {
  flex: 1 0 0; }

.product-kinds-table-top {
  flex: 0 0 65px;
  padding: 0 10px 0 0; }

.product-item .product-kinds-table {
  flex-wrap: wrap;
  display: flex;
  align-items: center; }
  .product-item .product-kinds-table .product-kinds-table-price {
    flex: 1 0 0;
    padding: 0 10px 0 0; }
  .product-item .product-kinds-table .product-kinds-table-btns-wrap {
    display: flex;
    align-items: center; }
    .product-item .product-kinds-table .product-kinds-table-btns-wrap .shop-product-btn {
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
      margin: 0 0 0 10px;
      padding: 0; }
    .product-item .product-kinds-table .product-kinds-table-btns-wrap .product-amount {
      width: auto !important;
      height: auto;
      margin: 0;
      padding: 0;
      border-radius: 0; }
      .product-item .product-kinds-table .product-kinds-table-btns-wrap .product-amount .amount-min {
        display: none; }
      .product-item .product-kinds-table .product-kinds-table-btns-wrap .product-amount .shop2-product-amount {
        width: 52px;
        height: auto;
        position: relative;
        border: 1px solid #d1d1d1;
        border-radius: 4px;
        background: #fff;
        margin: 0;
        text-align: left; }
        .product-item .product-kinds-table .product-kinds-table-btns-wrap .product-amount .shop2-product-amount input {
          width: 32px !important;
          height: 40px;
          border-right: 1px solid #d1d1d1;
          margin: 0;
          padding: 0;
          font-size: 14px;
          font-weight: 500;
          background: none; }
        .product-item .product-kinds-table .product-kinds-table-btns-wrap .product-amount .shop2-product-amount button {
          width: 20px !important;
          height: 20px !important;
          position: absolute;
          cursor: pointer; }
          .product-item .product-kinds-table .product-kinds-table-btns-wrap .product-amount .shop2-product-amount button.amount-minus {
            bottom: 0;
            right: 0;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='2px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M-0.000,0.999 C-0.000,0.447 0.448,-0.001 1.000,-0.001 L9.000,-0.001 C9.552,-0.001 10.000,0.447 10.000,0.999 C10.000,1.552 9.552,1.999 9.000,1.999 L1.000,1.999 C0.448,1.999 -0.000,1.552 -0.000,0.999 Z'/%3E%3C/svg%3E") 50% no-repeat; }
          .product-item .product-kinds-table .product-kinds-table-btns-wrap .product-amount .shop2-product-amount button.amount-plus {
            top: 0;
            right: 0;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M5.000,9.999 C4.448,9.999 4.000,9.551 4.000,8.999 L4.000,5.999 L1.000,5.999 C0.448,5.999 -0.000,5.552 -0.000,4.999 C-0.000,4.447 0.448,3.999 1.000,3.999 L4.000,3.999 L4.000,0.999 C4.000,0.447 4.448,-0.000 5.000,-0.000 C5.552,-0.000 6.000,0.447 6.000,0.999 L6.000,3.999 L9.000,3.999 C9.552,3.999 10.000,4.447 10.000,4.999 C10.000,5.552 9.552,5.999 9.000,5.999 L6.000,5.999 L6.000,8.999 C6.000,9.551 5.552,9.999 5.000,9.999 Z'/%3E%3C/svg%3E") 50% no-repeat; }

.product-list.simple .product-item .product-kinds-table .product-kinds-table-btns-wrap .shop-product-btn:before {
  width: auto !important;
  right: 0;
  left: 0; }
  .product-list.simple .product-item .product-kinds-table .product-kinds-table-btns-wrap .shop-product-btn span {
    font-size: 0; }

@media (max-width: 991px) and (min-width: 640px) {
  .product-list.simple div.product-item {
    padding-bottom: 0; }
    .product-list.simple div.product-item .product-item__bottom-right {
      position: static; }
    .product-list.simple div.product-item .product-item__params {
      margin-top: 0; }
    .product-list.simple div.product-item .product-item__bottom-left {
      height: auto; }
    .product-list.simple div.product-item .product-kinds-table-top {
      flex: 0 0 80px; }
    .product-list.simple div.product-item .shop2-item-kinds-title div {
      flex: inherit; }
      .product-list.simple div.product-item .shop2-item-kinds-title div:first-child {
        flex: 0 0 80px; }
    .product-list.simple div.product-item .product-item__buttons {
      flex-direction: column;
      align-items: flex-start; }
    .product-list.simple div.product-item .shop2-product-item-kind {
      width: 300px; } }

@media (max-width: 639px) {
  .product-kinds-table-top, .shop2-item-kinds-title div:first-child {
    flex: 0 0 50%; }

  .shop2-item-kinds-title {
    width: 100%; }

  .product-list.thumbs .product-item .product-kinds-table-top, .product-list.thumbs .product-item .shop2-item-kinds-title div:first-child {
    flex: 0 0 70px; } }

@media (max-width: 560px) {
  .product-list.thumbs .product-item .shop2-item-kinds-title {
    display: none; }
    .product-list.thumbs .product-item .product-kinds-table-top {
      width: 100%;
      padding: 0 0 5px;
      flex: inherit; }
    .product-list.thumbs .product-item .product-kinds-table {
      flex-wrap: wrap; } }

@media (max-width: 479px) {
  div.product-list.thumbs .product-item .product-item__name {
    padding-top: 10px; } }

@media (max-width: 425px) {
  .product-kinds-table-top, .shop2-item-kinds-title div:first-child {
    flex: 0 0 40%; }

  div.product-list.thumbs .product-item .product-kinds-table-bottom {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start; }
    div.product-list.thumbs .product-item .product-kinds-table-bottom .product-kinds-table-price {
      flex: inherit;
      width: 100%; }
    div.product-list.thumbs .product-item .product-kinds-table .product-kinds-table-btns-wrap .shop-product-btn {
      margin-left: auto; }
    div.product-list.thumbs .product-item .product-kinds-table-btns {
      width: 100%; }
    div.product-list.thumbs .product-item .product-kinds-table .product-kinds-table-btns-wrap {
      width: 100%; } }
