.row{
  margin: 0px;
} 
.main {
  background-image: url('../../zhd/image/img/sss_03.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main__text-subtitle {
  max-width: 700px;
}
.description {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.description .container {
  max-width: 960px;
}
.description__title {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #4d4d4d;
  padding-left: 80px;
}
.description__title strong {
  font-weight: 700;
}
.description__list {
  list-style-type: disc;
  padding-left: 100px;
}
.description__list-item {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #4d4d4d;
}
.description__label {
  display: flex;
  flex-direction: column;
  float: right;
  margin: 0;
  padding: 6px 0 20px 30px;
  max-width: 490px;
}
.description__label-text {
  font-weight: 400;
  color: #ed1c24;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.35;
}
.description__label-text::before {
  content: '';
  display: block;
  width: 240px;
  height: 1px;
  background-color: #000;
  margin-bottom: 30px;
}
@media ( max-width: 1200px ) {
  .description .container {
    max-width: 780px;
  }
}
@media ( max-width: 992px ) {
  .description__label {
    float: none;
    max-width: 100%;
    padding-left: 100px;
  }
}
@media ( max-width: 768px ) {
  .description__label {
    padding-left: 0px;
  }
  .description__title {
    padding-left: 0;
  }
  .description__list {
    padding-left: 20px;
  }
}
.category {
  padding: 60px 0px;
}
.category__text {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #4d4d4d;
}
.category__text strong {
  font-weight: 700;
}
.category__list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.category__list-item {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #4d4d4d;
}
.category__list-item strong {
  font-weight: 700;
}
.category__options {
  display: flex;
  justify-content: end;
  column-gap: 20px;
  margin-bottom: 20px;
  margin-right: 50px;
}
.category__search {
  position: relative;
  overflow: hidden;
}
.category__search-input {
  border: 1px #ddd solid;
  background: #f8f8f8;
  color: #000;
  box-sizing: border-box;
  padding-left: 6px;
  padding-right: 36px;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1.55;
  min-height: 24px;
  outline: none;
  width: 100%;
  min-width: 220px;
  border-radius: 3px;
}
.category__search-input::placeholder {
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1.55;
  color: #afafaf;
}
.category__search-button {
  position: absolute;
  display: flex;
  height: 100%;
  width: 31px;
  top: 0;
  right: 0;
  border-radius: 0px 3px 3px 0px;
  border: 1px #ddd solid;
  background-color: transparent;
  cursor: pointer;
  padding: 0px 8px;
}
.category__search-button:hover svg path {
  fill: #000;
}
.category__search-button svg {
  width: 100%;
  height: 100%;
}
.category__filter {
  position: relative;
}
.category__filter-input {
  border: 1px #ddd solid;
  background: #f8f8f8;
  color: #000;
  box-sizing: border-box;
  padding-left: 6px;
  padding-right: 36px;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1.55;
  min-height: 24px;
  outline: none;
  width: 100%;
  min-width: 200px;
  border-radius: 3px;
  cursor: pointer;
}
.category__filter:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.category__filter-list {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  left: 0;
  top: 24px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  z-index: 1;
}
.category__filter-list__item {
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1.55;
  min-height: 24px;
  padding: 0px 6px;
  cursor: pointer;
}
.category__filter-list__item:hover {
  color: #fff;
  background-color: #4f75e6;
}
.category__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 20px;
  margin-bottom: 90px;
}
.category__block-item {
  display: flex;
  flex-direction: column;
  cursor: default;
}
.category__block-item h3{
  text-align: center;
}
.category__block-item img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.category__block-item__title {
  display: inline-block;
  text-align: center;
  color: #4d4d4d;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 12px;
}
.category__block-item__subtitle {
  text-align: center;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.category__block-item__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2px;
  margin-bottom: 40px;
}
.category__block-item__price {
  color: #ed1c24;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
}
.category__block-item__count {
  color: #ed1c24;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
  opacity: 0.5;
}
.category__block-item__buttons {
  display: flex;
  justify-content: center;
  gap: 6px 4px;
  margin-top: auto;
}
.category__block-item__toCard {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  text-transform: uppercase;
  border: 1px solid #4d4d4d;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  width: 118px;
  padding: 12px 0px;
}
.category__block-item__toCard:hover {
  background-color: #4d4d4d;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.category__block-item__more {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background-color: #ed1c24;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  width: 131px;
  padding: 11px 0px;
}
.category__block-item__more:hover {
  background-color: #4d4d4d;
  transition: all 0.2s ease-in-out;
}
.category__options.mobile {
  display: none;
  flex-direction: column;
  row-gap: 20px;
  margin: 0 20px 40px 20px;
  justify-content: initial;
}
.category__options-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.category__options-button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  column-gap: 10px;
  color: #4d4d4d;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.category__options-button.active {
  opacity: 0.5;
}
.category__options-button__showFilter {
  color: #ed1c24;
  font-weight: 500;
}
.category__options-button__showFilter svg {
  width: 11px;
  height: 17px;
}
.category__options-button__showSearch svg {
  width: 16px;
  height: 16px;
}
@media ( max-width: 1440px) {
  .category__block-item__buttons button {
    width: 130px;
  }
}
@media ( max-width: 1200px) {
  .category__block-item__title {
    font-size: 16px;
  }
}
@media ( max-width: 992px) {
  .category__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .category__block-item__buttons button {
    width: 50%;
  }
  .category__options {
    display: none;
  }
  .category__options.mobile {
    display: flex;
  }
  .category__search {
    display: none;
  }
  .category__search-input {
    height: 34px;
    font-size: 16px;
  }
  .category__search-input::placeholder {
    font-size: 16px;
  }
  .category__search-button {
    width: 40px;
    padding: 0px 12px;
  }
  .category__filter {
    display: none;
  }
  .category__filter-input::placeholder {
    color: #4d4d4d;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.55;
    font-size: 10px;
  }
  .category__filter:after {
    content: ' ';
    width: 5px;
    height: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #000 #000 transparent;
    border-right-color: #4d4d4d;
    border-bottom-color: #4d4d4d;
    position: absolute;
    transform: rotate(-45deg);
    right: 3px;
    top: 15px;
    bottom: initial;
    margin: auto;
    pointer-events: none;
  }
  .category__filter-input {
    border-right: none;
    border-left: none;
    border-color: rgba(77,77,77,0.3);
    background-color: transparent;
    padding: 10px 0;
  }
  .category__filter-list {
    position: relative;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(77,77,77,0.3);
    background-color: transparent;
    top: 4px;
    padding-bottom: 15px;
  }
  .category__filter-list__item {
    padding: 4px 0px;
    color: #4d4d4d;
    font-size: 10px;
    min-height: 22px;
  }
  .category__filter-list__item:hover {
    background-color: transparent;
    color: #4d4d4d;
  }
  .category__filter-list__item.active {
    background-color: rgba(130,130,130,.2);
  }
  .category__filter.active .category__filter-input {
    border-bottom: none;
  }
  .category__filter.active:after {
    transform: rotate(45deg)
  }
}
@media ( max-width: 576px) {
  .category__filter-input {
    min-width: 1px;
  }
  .category__block-item__buttons {
    flex-direction: column;
  }
  .category__block-item__buttons button {
    width: 100%;
  }
  .category__block-item__info {
    margin-bottom: 20px;
  }
  .category__block {
    grid-template-columns: 1fr;
    row-gap: 60px;
    float: none !important;
  }
  .category__block-item__title {
    font-size: 14px;
  }
}
@media ( max-width: 480px) {
  .category__filter-input {
    min-width: 1px;
  }
  .category__block-item__buttons {
    flex-direction: column;
  }
  .category__block-item__buttons button {
    width: 100%;
  }
  .category__block-item__info {
    margin-bottom: 20px;
  }
}
.custom__tabs {
  float: inline-start;
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.custom__tabs::after {
  content: '';
  display: block;
  width: calc(100vw + 500px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -40%;
  background-color: #f5f5f5;
  z-index: -1;
}
.custom__tabs .nav.nav-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  border-bottom: none;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.custom__tabs .nav-tabs__mobile {
  display: none;
}
.custom__tabs .nav-tabs>li {
  margin-bottom: 0;
  flex-grow: 1;
}
.custom__tabs .nav-tabs>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  font-family: 'Oswald',Arial,sans-serif;
  color: #4d4d4d;
  text-transform: uppercase;
  padding: 0px 10px 18px;
  border: none;
  margin: 0;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  transition: all 0.3s ease;
}
.custom__tabs .nav-tabs>li>a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #cccccc;
}
.custom__tabs .nav-tabs>li.active>a {
  color: #ed1c24;
}
.custom__tabs .nav-tabs>li.active>a::before {
  background-color: #ed1c24;
}
.custom__tabs .nav-tabs>li.active>a:hover,
.custom__tabs .nav-tabs>li.active>a:focus {
  border: none;
  background-color: transparent;
}
.custom__tabs .nav-tabs>li>a:hover,
.custom__tabs .nav-tabs>li>a:focus {
  color: #ed1c24;
  transition: all 0.3s ease;
}
.custom__tabs .tab-content {
  padding: 40px 0px;
}
.custom__tabs .tab-pane {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.custom__tabs .tab-pane ul {
  font-size: 16px;
  line-height: 1.55;
  font-family: 'TildaSans',Arial,sans-serif;
  font-weight: 400;
  color: #4d4d4d;
}
.custom__tabs .tab-pane p {
  font-size: 16px;
  line-height: 1.55;
  font-family: 'TildaSans',Arial,sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 40px;
}
.custom__tabs .tab-pane table p {
  color: inherit;
}
.custom__tabs #activeTabName {
  padding: 16px 20px;
  width: 100%;
  color: #ed1c24;
  border: 2px solid #ed1c24;
  font-size: 16px;
  font-family: 'Oswald',Arial,sans-serif;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.custom__tabs #activeTabName::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #ed1c24 transparent transparent transparent; 
}
.custom__tabs .btn.btn-danger {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px;
  width: 175px;
  font-family: 'Oswald', sans-serif;
  background-color: #ed1c24;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
}
.custom__tabs .btn.btn-danger:hover {
  background-color: #4d4d4d;
  background-image: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
@media ( max-width: 1200px) {
  .custom__tabs .nav-tabs>li>a {
    font-size: 14px;
  }
  .custom__tabs .tab-pane p {
    font-size: 14px;
  }
}
@media ( max-width: 992px) {
  .custom__tabs .nav.nav-tabs.nav-tabs__desktop {
    display: none;
  }
  .custom__tabs .nav-tabs__mobile {
    display: block;
  }
  .custom__tabs .nav.nav-tabs {
    display: none;
    padding: 0;
    border: 1px solid #000;
    flex-direction: column;
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    background-color: #eeeeee;
    z-index: 1;
  }
  .custom__tabs .nav-tabs>li>a {
    color: #ed1c24;
    background-color: #fff;
    padding: 3px 20px;
    font-size: 16px;
    text-transform: none;
    text-align: left;
  }
  .custom__tabs .nav-tabs>li>a::before {
    display: none;
  }
  .custom__tabs .nav-tabs>li.active>a:hover, 
  .custom__tabs .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #4f75e6;
  }
  .custom__tabs .nav-tabs>li>a:hover,
  .custom__tabs .nav-tabs>li>a:focus {
    color: #fff;
    background-color: #4f75e6;
  }
  .custom__tabs .tab-content {
    padding: 20px;
  }
}
@media ( max-width: 576px) {
  .custom__tabs .tab-pane p {
    font-size: 12px;
    line-height: 1.45;
  }
}
.custom__tabs .table-overlay {
  overflow-y: auto;
  margin: 10px 0px;
  position: relative;
  left: -24%;
  min-width: 1160px;
}
.custom__tabs .table-overlay table {
  min-width: 700px;
  margin-bottom: 0px !important;
  font-size: 16px;
}
@media ( max-width: 1200px) {
  .custom__tabs .table-overlay {
    left: 0;
    min-width: 1px;
  }
}
@media ( max-width: 768px) {
  .custom__tabs .table-overlay table {
    font-size: 12px;
  }
}
.custom__tabs .table-overlay table td {
  border: none !important;
}
.custom__tabs .table-overlay table thead td {
  vertical-align: top;
  background: #ed1c24;
  font-family: 'Oswald' !important;
}
.custom__tabs .table-overlay table thead td p {
  font-family: 'Oswald' !important;
}
.custom__tabs .table-overlay table td {
  vertical-align: middle;
  border: none !important;
  padding: 20px;
  font-family: 'TildaSans', sans-serif !important;
}
.custom__tabs .table-overlay tbody tr:nth-child(even){
  background-color: #f5f5f5; 
}
.custom__tabs .table-overlay tbody tr:nth-child(odd){
  background-color: #fff; 
}
#content {
  overflow: hidden;
}

#product-category .price-old {
    text-decoration: line-through;
    color: rgb(77, 77, 77);
    font-size: 1rem;
}
