.product_heading {
    word-break: break-word;
    font-weight: 600;
    color: #221f1f;
    font-size: 20px;
    margin-bottom: 16px;
    line-height: inherit;
}

.product_rating {
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
}

.product_rating-tile {
    font-size: 14px;
    display: none;
}

.product_code {
    margin-left: 2px;
    font-size: 14px;
}

.product_code-accent {
    color: #a6a5a5;
}

.product_data {
    position: relative;
    display: flex;
    flex-direction: column;
}

.product_data-row {
    width: 100%;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
}


.product_swiper-body {
    margin-bottom: 16px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.btn-carusel-left,
.btn-carusel-right {
    background-color: #f5f5f5;
}

.btn-carusel-left:hover,
.btn-carusel-right:hover {
    background-color: #e9e9e9;
}

.swiper-arrow-icon {
    fill: #221f1f;
}

.product_swiper-box {
    position: relative;
    margin-bottom: 8px;
}

.product_carusel-thumbs .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_carusel-thumbs img {
    max-width: 100%;
    max-height: 100%;
    padding: 2px;
}


.product_about-body {
    margin-bottom: 24px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.product_about-prices {
    display: flex;
    flex-direction: column;
}

.product_offer {
    position: relative;
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
}


.product_box-prices {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.product_prices-name {
    font-size: 18px;
    font-weight: 600;

}

.product_prices-value {
    font-size: 24px;
    font-weight: 600;
}

.product_prices-currency {
    font-size: 16px;
}

.product_stock {
    font-size: 14px;
    color: #797878;
}

.product_about-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
}

.product_about-item {
    position: relative;
    display: flex;
    flex-direction: column;
}


.product_about-main-box {
    padding: 16px;
}

.product_about-item+.product_about-item {
    margin-top: 8px;
}

.goods-examination_box svg {
    width: 14px;
    height: 18px;
}

.goods-examination_box {
    font-size: 14px;
}

.goods-examination_linck {
    margin-left: 4px;
}

.goods-examination_title {
    display: flex;
    flex-direction: column;
}

.goods-examination_title li:not(:first-child) {
    margin-left: 4px;
}

.product_about-main-heading {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
    padding-bottom: 6px;
}

.product_about-col {
    width: 50%;
    margin-left: 4px;
    display: flex;
    flex: 1;
    font-size: 14px;
}

.product_about-label {
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex: 1;
}

.product_about-row {
    width: 100%;
    display: flex;
    align-items: end;
}

.product_about-label::before {
    position: absolute;
    left: 0;
    bottom: 4px;
    display: none;
    width: 100%;
    border-bottom: 1px dotted #d2d2d2;
    content: "";
}

.product_about-label span {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    background-color: #fff;
}

.product_box-status {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: baseline;
}

.product_status-title {
    font-size: 16px;
    margin-left: 8px;
}

.product_about-button {
    margin: auto;
}

.product_about-button {
    width: 100%;
    margin-top: 16px;
}

.product_professional-heading svg {
    width: 28px;
    height: 28px;
}

.product_body-professional-title {
    color: #221f1f;
    font-size: 22px;
    text-align: center;
    margin-left: 8px;
}

.product_professional-main {
    color: #797878;
    margin-top: 8px;
    font-size: 14px;
}

.product_professional-linck {
    font-size: 14px;
    cursor: pointer;
}

.product_body-professional {
    padding: 16px;
}

.product_professional-heading {
    display: flex;
    align-items: center;
}

.product_about-spec-box {
    height: 130px;
    overflow: auto;
}

@media (max-width:768px) {
    .product_box-prices {
        flex-direction: row;
    }
}

@media (max-width:480px) {
    .product_body-professional-title {
        font-size: 14px;
    }

    .product_box-prices {
        flex-direction: column;
    }
}

@media (min-width:480px) {
    .goods-examination_title
    {
      flex-direction: row;
    }
    .product_rating-tile,
    .product_code-accent {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .product_rating {
        flex-direction: row;
        align-items: start;
    }

    .product_code {
        margin-left: auto;
    }


    .product_data {
        flex-direction: row;
    }

    .product_data-row {
        width: 50%;
    }

    .product_row-left {
        padding-right: 24px;
    }

    .product_row-right {
        padding-left: 24px;
    }

    .product_about-label::before {
        display: block;
    }

}

@media (min-width: 1024px) {
    .product_box-prices {
        flex-direction: row;
    }

    .product_about-button {
        width: auto;
    }

    .product_heading {
        font-size: 28px;
    }
}

@media (min-width: 1280px) {
    .product_about-item {
        flex-direction: row;
        align-items: center;
    }
}
/*  */
.table-div {
    border: 1px solid #e4e4e2;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 24px;
    font-size: 14px;
    height: 100%;
  }
  
  @media (min-width: 1024px) {
    .table-div {
      width: calc(100% - 250px);
    }
  }
  
  .table-div_header {
    width: 100%;
    border-bottom: 1px solid #e4e4e2;
    padding: 8px;
    color: #4a4a4a;
    position: relative;
    display: flex;
    background-color: #f5f5f5;
  }
  
  .table-div_header-next {
    border-top: 1px solid #e4e4e2;
  }
  
  .table-div_row {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    transition: all 0.5s ease-in-out;
  }
  
  .table-div_header-col-1,
  .table-div_col-1 {
    box-sizing: border-box;
    overflow: hidden;
    transition: background 0.2s ease;
    position: relative;
    display: flex;
    width: 64%;
    flex-direction: column;
  }
  
  
  .table-div_col-1 {
    display: flex;
    justify-content: center;
    height: 55px;
  }
  
  .table-div_header-col-2,
  .table-div_col-2 {
    display: flex;
    width: 36%;
    align-items: center;
    color: #4a4a4a;
  }
  
  .table-div_col-2 {
    flex-direction: column;
  }
  
  .table-div_col-1_box-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #797878;
  
  }
  
  .table-div_col-1_box-1 strong {
    color: #212529;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .table-div_col-1_box-2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .table-div_col-2_box-1 {
    overflow: hidden;
    transition: max-height 0.3s ease;
    width: 100%;
    color: #797878;
    padding: 8px 0;
  }
  
  .table-div_col-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
  }
  
  .table-div_header-col-2 .svg-availability,
  .table-div_header-col-2 .svg-money,
  .table-div_header-col-2 .svg-delivery {
    width: 24px;
    height: 24px;
    fill: #797878;
  }
  
  .table-div_col-wrapper li {
    display: flex;
  }
  
  .table-div_header-col-i-money,
  .table-div_header-col-i-delivery,
  .table-div_header-col-i-availability {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .table-div_col-i-quantity,
  .table-div_col-1_box-3 {
    margin-left: auto;
  }
  
  .table-div_icon-box {
    width: 40px;
    height: 18px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  
  
  .table-div_col-1_box-3 .svg-info,
  .table-div_col-i-stock svg {
    width: 24px;
    height: 24px;
  }
  
  .table-div_col-i-stock svg {
    fill: #fff;
    stroke: #797878;
  }
  
  .table-div_col-1_box-3 .svg-info {
    fill: none;
    cursor: pointer;
    stroke: #428bc1;
  }
  
  .table-div_col-wrapper>div span:nth-of-type(1) {
    min-width: 60px;
    width: 60px;
    text-align: center;
  }
  
  .table-div_col-wrapper>div span:nth-of-type(2),
  .table-div_col-wrapper>div span:nth-of-type(3) {
    margin-left: 8px;
    text-align: center;
  }
  
  .table-div_col-wrapper>div span:nth-of-type(2) {
    min-width: 65px;
    width: 65px;
  }
  
  .table-div_col-wrapper>div span:nth-of-type(3) {
    min-width: 75px;
    width: 75px;
  }
  
  .table-div_col-2_box-1:not(:last-child) {
    border-bottom: 1px solid #e4e4e2;
  }
  
  .table-div_row-next {
    border-bottom: 1px solid #e4e4e2;
  }
  
  .table-div_col-1-sub {
    display: none;
    border: 1px solid #e4e4e2;
    margin-top: 12px;
    padding: 6px;
    margin-right: auto;
    background-color: #f5f5f5;
    border-top-right-radius: 8px;
  }
  
  .table-div_col-i-quantity {
    margin-right: 8px;
  }
  
  .table-div_header-col-i-availability {
    min-width: 65px;
    width: 65px;
    text-align: center;
  }
  
  .table-div_header-col-i-delivery,
  .table-div_header-col-i-money {
    margin-left: 8px;
    text-align: center;
  }
  
  .table-div_header-col-i-delivery {
    min-width: 60px;
    width: 60px;
  }
  
  .table-div_header-col-i-money {
    min-width: 80px;
    width: 80px;
  }
  
  .table-div_col-none {
    width: 100%;
  }
  
  .table-div_col-supply {
    display: flex;
    margin: 8px;
    margin-left: auto;
  }
  
  .table-div_col-supply button {
    cursor: pointer;
    background-color: #f8f9ff;
    padding: 6px 10px;
    border-radius: 8px;
  }
  
  .offers-triangle {
    width: 12px;
    height: 11px;
    display: flex;
    fill: #428bc1;
    cursor: pointer;
    transform: rotate(90deg);
    margin-top: 4px;
  }
  
  .offers-fill_sidebar-wrapper {
    border: 1px solid #e4e4e2;
    margin-right: 16px;
    border-radius: 4px;
  }
  
  .offers-fill_box li {
    font-size: 14px;
    color: #797878;
  }
  
  .offers-fill_sidebar-wrapper h3 {
    font-size: 14px;
    background-color: #f5f5f5;
    padding: 8px;
    border-bottom: 1px solid #e4e4e2;
  }
  
  .table-div_box-commercial {
    display: flex;
    align-items: center;
    margin-left: 8px;
  }
  
  .table-div_box-no-quantity {
    height: 40px;
    display: flex;
    align-items: center;
    margin: auto;
  }
  
  .table-div_col-i-quantity .tab-box-basket {
    width: 145px;
  }
  
  .table-div_col-i-pr {
    font-weight: 600;
  }
  
  .offers-btn-info {
    width: 28px;
    display: flex;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #f8f9ff;
    margin: 8px;
  }
  
  @media (max-width: 1280px) {
  
  
    .table-div_header-col-1,
    .table-div_col-1 {
      width: 60%;
    }
  
    .table-div_header-col-2,
    .table-div_col-2 {
      width: 40%;
    }
  }
  
  @media (max-width: 1240px) {
    .table-div_box-commercial {
      height: 50px;
    }
  
    .table-div_header-col-2,
    .table-div_col-2 {
      width: 100%;
    }
  
    .table-div_header-col-2 {
      display: none;
    }
  
    .table-div_col-1-sub {
      display: flex;
    }
  
    .table-div_col-1 {
      border-bottom: 1px solid #e4e4e2;
      width: 100%;
      height: auto;
    }
  
  }
  
  
  @media (max-width: 880px) {
  
    .table-div_col-i-quantity .tab-box-basket {
      width: 100%;
    }
  
    .table-div_header-col-2 {
      display: none;
    }
  
    .table-div_col-1-sub .table-div_header-col-i-delivery {
      margin-left: 8px;
    }
  
    .table-div_col-1-sub .table-div_header-col-i-money {
      margin-left: 8px;
    }
  
    .table-div_header-col-1,
    .table-div_col-1 {
      width: 100%;
    }
  
    .table-div_header-col-2,
    .table-div_col-2 {
      width: 100%;
    }
  
    .table-div_col-1 {
      border-bottom: 1px solid #e4e4e2;
    }
  
  }
  
  @media (max-width: 480px) {
    .table-div_col-wrapper {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .table-div_col-1_box-1 strong {
      display: flex;
      width: 100%;
    }
  }
  
  /*  */