.banner__block {
  position: relative;
}
.banner__slider {
  height: 370px;
}
.banner__slider .owl-stage-outer {
  height: 100%;
}
.banner__slider .owl-stage {
  height: 100%;
}
.banner__slider .owl-item {
  height: 100%;
  position: relative;
}
.banner__slider-item {
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.banner__slider-item-1 {
  background-image: url('../img/nordwood-themes-9a58.jpg');
}
.banner__slider-item-2 {
  background-image: url('../img/photo14397614140274f4ebeeda3a3.jpeg');
}
.banner__slider-item-3 {
  background-image: url('../img/lucabravo229192.jpg');
}
.banner__slider-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.banner__slider-title {
  font-size: 48px;
  line-height: 1.23;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.banner__slider-subtitle {
  font-size: 18px;
  line-height: 1.55;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.banner__slider-link {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  background-color: #ed1c24;
  width: 203px;
  padding: 18px 0;
}
.banner__slider-nav {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 55px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.banner__slider-prev {
  left: 0;
  justify-content: end;
}
.banner__slider-next {
  right: 0;
  justify-content: start;
}
.banner__slider-nav svg {
  width: 9px;
  height: 17px;
  padding: 7px 11px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.banner__slider .owl-dots {
  margin-top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  position: relative;
  z-index: 1;
}
.banner__slider .owl-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #fff !important;
  border-radius: 50%;  
  transition: all 0.2s ease-in-out;
}
.banner__slider .owl-dot:hover { 
  background-color: #fff !important;  
  transition: all 0.2s ease-in-out;
}
.banner__slider .owl-dot.active {
  background-color: #fff !important;  
}
@media ( max-width: 576px) {
  .banner__slider-text {
    top: 90px;
  }
  .banner__slider-title {
    font-size: 30px;
  }
  .banner__slider-subtitle {
    font-size: 14px;
    line-height: 1.45;
  }
  .banner__slider-link {
    width: 143px;
  }
  .banner__slider-nav {
    width: 30px;
  }
  .banner__slider-nav svg {
    width: 7px;
    height: 15px;
    padding: 5px 9px;
  }
}
.catalog {
  padding: 120px 40px 60px 40px;
}
.catalog__options {
  display: flex;
  justify-content: end;
  column-gap: 20px;
  margin-bottom: 20px;
}
.catalog__search {
  position: relative;
  overflow: hidden;
}
.catalog__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;
}
.catalog__search-input::placeholder {
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1.55;
  color: #afafaf;
}
.catalog__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;
}
.catalog__search-button:hover svg path {
  fill: #000;
}
.catalog__search-button svg {
  width: 100%;
  height: 100%;
}
.catalog__filter {
  position: relative;
}
.catalog__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;
}
.catalog__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;
}
.catalog__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;
}
.catalog__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;
}
.catalog__filter-list__item:hover {
  color: #fff;
  background-color: #4f75e6;
}
.catalog__overlay {
  display: flex;
}
.catalog__sort {
  width: 275px;
  min-width: 275px;
  background-color: #f5f5f5;
  padding: 30px;
  padding-right: 0;
  margin-right: 30px;
}
.catalog__sort-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: sticky;
  top: 150px;
  max-height: calc(100vh - 200px);
}
.catalog__sort-list__item {
  font-size: 15px;
  color: #4d4d4d;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: 1.35;
  cursor: pointer;
}
.catalog__sort-list__item.current {
  opacity: 0.7;
}
.catalog__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px 20px;
}
@media ( max-width: 992px) {
  .catalog {
    padding-left: 30px;
    padding-right: 30px;
  }
  .catalog__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px;
  }
}
@media ( max-width: 576px) {
  .catalog__block {
    grid-template-columns: 1fr;
  }
}
.catalog__block-item {
  display: flex;
  flex-direction: column;
}
.catalog__block-item img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.catalog__block-item__title {
  text-align: center;
  color: #4d4d4d;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 12px;
}
.catalog__block-item__subtitle {
  text-align: center;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 12px;
}
.catalog__block-item__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2px;
  margin-bottom: 40px;
}
.catalog__block-item__price {
  color: #ed1c24;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
}
.catalog__block-item__count {
  color: #ed1c24;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
  opacity: 0.5;
}
.catalog__block-item__buttons {
  display: flex;
  justify-content: center;
  gap: 6px 4px;
  margin-top: auto;
}
.catalog__block-item__toCard {
  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: 118px;
  padding: 12px 0px;
}
.catalog__block-item__toCard:hover {
  background-color: #4d4d4d;
  transition: all 0.2s ease-in-out;
}
.catalog__block-item__more {
  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: 131px;
  padding: 11px 0px;
}
.catalog__block-item__more:hover {
  background-color: #4d4d4d;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.catalog__sort.mobile {
  display: none;
  width: 100%;
  min-width: 1px;
  background-color: #f5f5f5;
  padding-right: 30px;
  margin-right: 0px;
}
.catalog__sort.mobile .catalog__sort-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: static;
  max-height: fit-content;
  margin-bottom: 30px;
}
.catalog__options-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.catalog__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;
}
.catalog__options-button.active {
  opacity: 0.5;
}
.catalog__options-button__showFilter svg {
  width: 11px;
  height: 17px;
}
.catalog__options-button__showSearch svg {
  width: 16px;
  height: 16px;
}
@media ( max-width: 1440px) {
  .catalog__block-item__buttons {
    flex-direction: column;
    align-items: center;
  }
  .catalog__block-item__buttons button {
    width: 130px;
  }
}
@media ( max-width: 992px) {
  .catalog__overlay {
    flex-direction: column;
    row-gap: 30px;
  }
  .catalog__block-item__buttons {
    flex-direction: row;
  }
  .catalog__block-item__buttons button {
    width: 50%;
  }
  .catalog__sort {
    display: none;
  }
  .catalog__sort.mobile {
    display: flex;
    flex-direction: column;
  }
  .catalog__sort-list__item {
    margin: 0px 15px;
    font-size: 12px;
  }
  .catalog__options {
    display: none;
  }
  .catalog__sort.mobile .catalog__options {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin: 0;
    justify-content: initial;
  }
  .catalog__search {
    display: none;
  }
  .catalog__search-input {
    height: 34px;
    font-size: 16px;
  }
  .catalog__search-input::placeholder {
    font-size: 16px;
  }
  .catalog__search-button {
    width: 40px;
    padding: 0px 12px;
  }
  .catalog__filter {
    display: none;
  }
  .catalog__filter-input::placeholder {
    color: #4d4d4d;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.55;
    font-size: 10px;
  }
  .catalog__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;
  }
  .catalog__filter-input {
    border-right: none;
    border-left: none;
    border-color: rgba(77,77,77,0.3);
    background-color: transparent;
    padding: 10px 0;
  }
  .catalog__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;
  }
  .catalog__filter-list__item {
    padding: 4px 0px;
    color: #4d4d4d;
    font-size: 10px;
    min-height: 22px;
  }
  .catalog__filter-list__item:hover {
    background-color: transparent;
    color: #4d4d4d;
  }
  .catalog__filter-list__item.active {
    background-color: rgba(130,130,130,.2);
  }
  .catalog__filter.active .catalog__filter-input {
    border-bottom: none;
  }
  .catalog__filter.active:after {
    transform: rotate(45deg)
  }
}
@media ( max-width: 576px) {
  .catalog__sort.mobile .catalog__sort-list {
    column-gap: 0;
  }
  .catalog__sort-list__item {
    font-size: 10px;
    text-align: center;
  }
  .catalog__filter-input {
    min-width: 1px;
  }
  .catalog__block-item__buttons {
    flex-direction: column;
  }
  .catalog__block-item__buttons button {
    width: 100%;
  }
  .catalog__block-item__info {
    margin-bottom: 20px;
  }
}
.product {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  padding: 30px 20px 65px;
  background-color: #fff;
}
.product__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__close {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.product__close-more {
  display: flex;
  align-items: center;
  opacity: .8;
  font-weight: 400;
  line-height: 1.55;
  font-size: 12px;
  font-family: 'Oswald' ,sans-serif;
  margin-left: 30px;
  margin-bottom: 10px;
}
.product__close-more:before {
  content: "←\a0";
  font-family: Arial,Helvetica,sans-serif;
}
.product__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.product__image {
  width: 100%;
  display: block;
}
.product__title {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  font-family: 'Oswald' ,sans-serif;
  margin-bottom: 10px;
}
.product__title a {
  color: #4d4d4d;
}
.product__title a:hover {
  color: #4d4d4d;
}
.product__brand {
  color: #777;
  font-size: 12px;
  line-height: 1.55;
  font-family: 'Oswald' ,sans-serif;
  font-weight: 400;
  margin-bottom: 18px;
}
.product__data {
  font-family: 'Oswald',Arial,sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.55;
  margin-top: 4px;
  color: #777;
}
.product__data ul {
  list-style: revert;
}
.product__info {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2px;
  margin-bottom: 20px;
}
.product__price {
  color: #ed1c24;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 8px;
}
.product__count {
  color: #ed1c24;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
  opacity: 0.5;
}
.product__actions {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.product__actions-count {
  width: 160px;
  display: flex;
  align-items: center;
  border: 1px solid #777;
  height: 45px;
}
.product__actions-count button{
  border: none;
  padding: 0;
  background-color: transparent;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 1px,1px 50%;
  cursor: pointer;
  margin: 0px 5px;
}
.product__actions-minus {
  background: linear-gradient(#777,#777),#fff;
}
.product__actions-current {
  padding: 0;
  text-align: center;
  border: none; 
  outline: none;
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 12px;
  line-height: 1.55;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.product__actions-plus {
  background: linear-gradient(#777,#777),linear-gradient(#777,#777),#fff;
}
.product__actions-toCard {
  color: #fff;
  background-color: #ed1c24;
  border: none;
  width: 160px;
  padding: 12px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.product__actions-toCard:hover {
  background-color: #4d4d4d;
  transition: all 0.2s ease-in-out;
}
.product__actions-toCard2 {
  color: #fff;
  background-color: #ed1c24;
  border: none;
  width: 160px;
  padding: 12px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.product__actions-toCard2:hover {
  background-color: #4d4d4d;
  transition: all 0.2s ease-in-out;
}
@media ( max-width: 425px ) {
  .form-group.btn-product-red {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product__actions-count {
    width: auto;
  }
  .product__actions-toCard {
    width: auto;
  }
  .product__actions-toCard2 {
    width: auto;
    grid-area: 2/2;
  }
}
.btn-product-red{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
body.product-information .header__links-item a {
  color: #4d4d4d;
    font-weight: 400;
}
#product-product {
  max-width: 1160px !important;
}
#product-product .oPosBlock.row-fluid.content-bottom {
  display: none;
}
#product-product .nav-tabs {
  display: flex;
  justify-content: center;
  padding-top: 3px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
#product-product .nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
}
#product-product .nav-tabs>li>a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  font-family: 'Oswald',Arial,sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 18px 20px;
  border: none;
  margin: 0;
  position: relative;
  border-radius: 0;
}
#product-product .nav-tabs>li.active>a {
  /* color: #ed1c24; */
}
#product-product .nav-tabs>li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: rgba(77,77,77,0.3);
}
#product-product .nav-tabs>li.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: rgba(77,77,77,1);
}
.product__nav-tabs__item {
  width: 100%;
  text-align: center;
}
.product__nav-tabs__link {
  font-family: 'Oswald',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}
#product-product .tabs {
  cursor: default;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  border: none;
}
#product-product .tabs p {
  margin-bottom: 5px;
}
#product-product .tabs h4 {
  margin-bottom: 5px;
}
#product-product .tabs table {
  margin-bottom: 5px;
}
@media ( max-width: 768px ) {
  #product-product .nav-tabs>li>a {
    font-size: 12px;
    padding: 15px;
  }
}
@media ( max-width: 576px ) {
  #product-product .nav-tabs>li>a {
    font-size: 10px;
    padding: 15px 10px;
  }
}
@media ( max-width: 425px ) {
  #product-product .nav-tabs>li>a {
    font-size: 9px;
    padding: 15px 6px;
  }
}
#product-product .tab-content {
  padding: 40px 40px 40px 0;
}
.related__title {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
  font-family: 'Oswald', sans-serif;
  margin-left: 15px;
}
.related__block {
  display: flex;
  flex-wrap: wrap;
}
.related__block-item {
  min-height: 100%;
}
.related__block-item .product-thumb {
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related__block-item .product-thumb .image a:hover {
  opacity: 1;
}
.related__block-item .product-thumb .image {
  margin-bottom: 30px;
}
.related__block-item .product-thumb .caption {
  min-height: 1px;
}
.related__block-item .product-thumb .caption h4 a {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}
.related__block-item .product-thumb .caption p {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 12px;
  text-align: center;
}
.related__block-item .product-thumb .caption p.price {
  font-size: 20px;
  color: #ed1c24;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
}
.related__block-item .product-thumb .button-group {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  gap: 6px 4px;
  margin-top: auto;
}
.related__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;
}
.related__block-item__more:hover {
  background-color: #4d4d4d;
  transition: all 0.2s ease-in-out;
}
.related__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;
}
.related__block-item__toCard:hover {
  background-color: #4d4d4d;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.related__block-item .product-thumb .boc_order_category_btn {
  display: none;
}
@media ( max-width: 1200px ) {
  .related__title {
    font-size: 18px;
  }
  .related__block-item .product-thumb .caption h4 a {
    font-size: 16px;
  }
  .related__block-item .product-thumb .caption p {
    font-size: 10px;
  }
  .related__block-item .product-thumb .caption p.price {
    font-size: 20px;
  }
}
@media ( max-width: 768px ) {
  .related__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .related__block-item .product-thumb .caption h4 a {
    font-size: 14px;
  }
}
@media ( max-width: 576px ) {
  .related__block {
    flex-direction: column;
  }
  .related__block-item {
    width: 100% !important;
  }
  .related__block-item .product-thumb .button-group {
    flex-direction: column;
  }
  .related__block-item .product-thumb .button-group button {
    width: 100%;
  }
}
.nav-tabs-overlay .table-overlay {
  overflow-y: auto;
  margin: 10px 0px;
  width: 100%;
}
.nav-tabs-overlay .table-overlay table {
  min-width: 700px;
  margin-bottom: 0px !important;
  font-size: 16px;
}
@media ( max-width: 768px) {
  .nav-tabs-overlay .table-overlay table {
    font-size: 12px;
  }
}
.nav-tabs-overlay .table-overlay table td {
  border: none !important;
}
.nav-tabs-overlay .table-overlay table thead td {
  vertical-align: top;
  background: #ed1c24;
  font-family: 'Oswald' !important;
}
.nav-tabs-overlay .table-overlay table thead td p {
  font-family: 'Oswald' !important;
}
.nav-tabs-overlay .table-overlay table td {
  vertical-align: middle;
  border: none !important;
  padding: 20px;
  font-family: 'TildaSans', sans-serif !important;
}
.nav-tabs-overlay .table-overlay tbody tr:nth-child(even){
  background-color: #f5f5f5; 
}
.nav-tabs-overlay .table-overlay tbody tr:nth-child(odd){
  background-color: #fff; 
}

.category__nav-tabs {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
.category__nav-tabs__item {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #cccccc;
  padding: 15px;
  text-decoration: none;
}
.category__nav-tabs__item:hover, .category__nav-tabs__item.active .category__nav-tabs__link {
  color: #ed1c24 !important;
}
.category__nav-tabs__item.active {
  border-color: #ed1c24!important;
}
.category__nav-tabs__link {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 400;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: 'Oswald';
  text-transform: uppercase;
  cursor: pointer;
}
.category__nav-tabs__tab:not(.active) {
  display: none;
}

.category__nav-tabs--mobile {
  display: none;
  border: 2px solid #ed1c24;
  color: #ed1c24;
  font-family: Oswald;
  background: white;
  margin-bottom: 60px;
  width: 100%;
  outline: none;
}

@media (max-width: 955px) {
  .category__nav-tabs {
    display: none;
  }

  .category__nav-tabs--mobile {
    display: block;
  }
}