﻿.page-title {
  padding-bottom: 4rem;
}
.page-title .page-title-container {
  min-height: 430px;
}
.page-title .container {
  position: relative;
}
.page-title .page-breadcrumbs {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
.page-title .page-breadcrumbs .breadcrumbs {
  color: #fff !important;
}
.page-title .page-breadcrumbs .breadcrumbs a {
  color: #fff !important;
}
.page-title .page-breadcrumbs .breadcrumbs a:hover {
  color: #fff !important;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.pagination .page-item {
  margin: 0px 2px;
}
.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #EBEBEB;
  border-radius: 5px;
  font-size: 13px;
  color: #484848;
  font-family: "Arial";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pagination .page-item .page-link span {
  display: block;
  line-height: 0;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: var(--button-color);
  border: solid 1px var(--button-color);
  color: #fff;
}
.pagination .page-item .check-moding select {
  width: 100%;
}

.b-shaddow-1 {
  box-shadow: 0px 0px 5px -3px #000;
}

.offers-page {
  position: relative;
  z-index: 1;
  transform: translateY(-10rem);
  -webkit-transform: translateY(-10rem);
  -moz-transform: translateY(-10rem);
  -ms-transform: translateY(-10rem);
  -o-transform: translateY(-10rem);
}
.offers-page .product-list {
  background-color: #fff;
  border-radius: 10px;
}
.offers-page .product-list .item-grid {
  width: calc((100% / 4) - 8px);
  margin: 4px;
  padding: 0;
  border-radius: 4px;
  background-color: #FBFBFB;
}
.offers-page .product-list .item-grid:hover {
  box-shadow: 0px 0px 4px -3px #000;
}
.offers-page .product-list .item-grid.not-available {
  filter: grayscale(1);
}
.offers-page .product-list .item-grid .discount-box {
  padding: 0.6rem;
  border-radius: 5px;
  background: var(--accent-color);
}
.offers-page .product-list .item-grid .discount-box svg {
  width: 18px;
  height: 18px;
  stroke: #F5B014;
  margin-left: 0.5rem;
}
.offers-page .product-list .item-grid .discount-box .caption {
  font-size: 0.9rem;
  color: #fff;
}
.offers-page .product-list .item-grid .discount-box .soon {
  direction: ltr;
}
.offers-page .product-list .item-grid .discount-box .soon .soon-label {
  display: none;
}
.offers-page .product-list .item-grid .discount-box .soon .soon-separator {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin: 0px 0.3rem;
}
.offers-page .product-list .item-grid .discount-box .soon .soon-group-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offers-page .product-list .item-grid .discount-box .soon .soon-group-inner .soon-group-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  padding-top: 4px;
}
.offers-page .product-list .item-grid .content {
  padding: 0 0.5rem 0.6rem;
}
.offers-page .product-list .item-grid .cat-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border: solid 1px #F5F5F5;
  padding: 2px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.offers-page .product-list .item-grid .price-box {
  min-height: 43px;
}
.offers-page .product-list .item-grid .price-box strike {
  font-size: 0.8rem;
}
.offers-page .product-list .item-grid .price-box strong {
  font-size: 1rem;
}
.offers-page .product-list .item-grid .rate-and-discount {
  min-height: 30px;
  margin-bottom: 0.3rem;
}
.offers-page .product-list .item-grid .discount {
  width: 30px;
  height: 30px;
  background-color: var(--button-color);
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
  font-family: "Arial";
}
.offers-page .product-list .item-grid .prod-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  background: var(--accent-color);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.offers-page .product-list .item-grid .prod-btn svg {
  width: 1.2rem;
  height: 1.2rem;
  stroke: var(--White);
}
@media (max-width: 1320px) {
  .offers-page .product-list .discount-box {
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.4rem 0.6rem;
  }
}
@media (max-width: 960px) {
  .offers-page .product-list .item-grid {
    width: calc((100% /3) - 8px);
  }
}
@media (max-width: 760px) {
  .offers-page .product-list .item-grid {
    width: calc((100% /2) - 8px);
  }
}
@media (max-width: 480px) {
  .offers-page .product-list .item-grid {
    width: calc(100% - 8px);
  }
  .offers-page .product-list .item-grid .discount-box {
    flex-direction: row;
    gap: 0;
    padding: 0.4rem 0.6rem;
  }
}