body {
  font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
}
body, p {
  font-size: 15px;
}
img {
  max-width: 100%;
}
h2, h3 {
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.home-section__title {
  margin-top: 15px;
  margin-bottom: 25px;
  z-index: 2;
  position: relative;
}
.home-section__title span, .home-section__title h3 {
  font-size: 24px;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #7f0b0d;
}
.home-section__top .container {
  display: flex;
  flex-wrap: wrap;
}
.home-section__left {
  width: 75%;
  margin-top: 15px;
}
.home-section__left .home-section__title {
  margin-top: 0;
  margin-bottom: 20px;
}
.home-section__right {
  width: calc(25% - 30px);
  margin-left: 30px;
  background: #f3f3f3;
  margin-top: 15px;
  padding-bottom: 15px;
}
.home-section__right .home-section__title {
  text-align: center;
}
.home-section__right .home-section__title span {
  color: #7f0b0d;
  border-bottom: 3px solid #7f0b0d;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .home-section__right .home-section__title span {
    font-size: 22px;
    text-align: center;
  }
}
.home-section__recent-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2px 15px;
}
.home-section__recent-item:not(:last-child) {
  margin-bottom: 15px;
}
.home-section__recent-item .img {
  width: 90px;
  height: 60px;
}
.home-section__recent-item .img img {
  max-width: 100%;
}
.home-section__recent-item-content a {
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 19px;
}
.home-section__recent-item-content a:hover {
  text-decoration: underline;
}
.home-section__recent-item-content .date {
  color: #8d8d8d;
  font-size: 12px;
  margin-top: 10px;
}
.home-section__today > a:first-child {
  height: 0;
  padding-bottom: 53%;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}
.home-section__today img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.home-section__today .home-section__title {
  margin-bottom: -25px;
  z-index: 2;
  position: relative;
}
.home-section__today a h2 {
  color: #000;
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .home-section__today a h2 {
    font-size: 23px;
  }
}
.home-section__today a h2:hover {
  text-decoration: underline;
}
.home-section__trending {
  margin-top: 35px;
  border-top: 3px solid #7f0b0d;
  padding-top: 10px;
}
.home-section__trending .home-section__title span {
  font-size: 24px;
}
@media (max-width: 992px) {
  .home-section__trending .home-section__title span {
    font-size: 27px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.home-section__trending-item {
  display: flex;
  flex-wrap: wrap;
}
.home-section__trending-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-section__trending-item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.home-section__trending-item .img {
  width: 140px;
  height: 95px;
}
.home-section__trending-item-content {
  width: calc(100% - 140px);
  padding-left: 20px;
}
.home-section__trending-item-content > a {
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 23px;
}
.home-section__trending-item-content > a:hover {
  text-decoration: underline;
}
.home-section__trending .author-box {
  margin-top: 10px;
}
.home-section__about {
  margin-top: 40px;
}
.home-section__about .container {
  display: flex;
  flex-wrap: wrap;
}
.home-section__about .img {
  width: 230px;
}
.home-section__about .content {
  width: calc(100% - 230px);
  padding-left: 15px;
}
.home-section__about .content h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10px;
}
.home-section__columns {
  margin-top: 50px;
}
.home-section__columns-items {
  display: flex;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  padding: 15px 0;
}
.home-section__columns-item {
  width: calc(33.333%);
  text-align: center;
  padding: 0 15px;
}
.home-section__columns-item .home-section__title {
  margin-bottom: 10px;
}
.home-section__columns-item h3 {
  margin-top: -7px;
  display: flex;
  text-align: center;
  color: #000;
  justify-content: center;
  margin-bottom: 0;
}
.author-box {
  color: #8d8d8d;
  font-size: 14px;
  margin-bottom: 5px;
}
.author-box a {
  color: #8d8d8d;
}
.author-box a:hover {
  text-decoration: underline;
}
.home-section-latest {
  margin-top: 20px;
  margin-bottom: 40px;
}
.home-section-latest .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.home-section-latest .container:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #000000;
  margin-top: 15px;
}
.home-section-latest .section-title {
  font-size: 32px;
  margin-bottom: 5px;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .home-section-latest .section-title {
    font-size: 27px;
    text-align: center;
    max-width: 100%;
  }
}
.home-section-latest .section-title:after {
  display: none;
}
.home-latest__cats {
  display: flex;
  max-width: 100%;
  overflow: auto;
  margin-bottom: 25px;
  scrollbar-width: thin;
  scrollbar-color: #7f0b0d #dadada;
}
.home-latest__cats::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.home-latest__cats::-webkit-scrollbar-track {
  background: #dadada;
  cursor: pointer;
}
.home-latest__cats::-webkit-scrollbar-thumb {
  background-color: #7f0b0d;
  border: 2px solid #dadada;
  cursor: pointer;
}
.home-latest__cat {
  cursor: pointer;
  background: #7f0b0d;
  margin: 10px 0;
  display: flex;
  align-items: center;
  height: 42px;
  border: 1px solid #fff;
}
.home-latest__cat h3 {
  color: #fff;
  margin: 0;
  width: max-content;
  padding: 0 25px;
  font-size: 16px;
}
.home-latest__cat.active {
  background: none;
  border: 2px solid #7f0b0d;
  height: 40px;
  margin-top: 11px;
  z-index: 2;
}
.home-latest__cat.active h3 {
  color: #7f0b0d;
}
.home-latest__posts {
  display: flex;
  flex-direction: column;
}
.home-latest__posts-cat {
  display: none;
  flex-wrap: wrap;
}
.home-latest__posts-cat.active {
  display: flex;
}
@media (min-width: 1220px) {
  .home-latest__posts-cat.active {
    min-height: 460px;
  }
}
@media (min-width: 992px) and (max-width: 1220px) {
  .home-latest__posts-cat.active {
    min-height: 40vw;
  }
}
@media (max-width: 992px) {
  p {
    margin-bottom: 10px;
  }
  .home-section__top .container {
    flex-direction: column;
  }
  .home-section__top .container > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .home-section__right {
    flex-direction: column;
    display: flex;
  }
  .home-section__today {
    margin-top: 0px;
  }
  .home-section__trending-item {
    flex-direction: column;
  }
  .home-section__trending-item-content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .home-section__trending-item .img {
    width: 100%;
    height: auto;
  }
  .home-section__about .container {
    flex-direction: column;
  }
  .home-section__about .container .img {
    width: 100%;
  }
  .home-section__about .container .content {
    width: 100%;
    padding-left: 0;
  }
  .home-section__about .container .content h2 {
    font-size: 24px;
    margin-top: 15px;
  }
  .home-section__columns-items {
    flex-direction: column;
  }
  .home-section__columns-item {
    width: 100%;
  }
  .home-section__columns-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .home-section__columns .home-section__title {
    margin-bottom: 10px;
  }
  .home-section-latest .container {
    flex-direction: column;
  }
  .home-latest__cats {
    width: calc(100% + 30px);
    display: flex;
    overflow: auto;
    margin-left: -15px;
    max-width: none;
  }
  .home-latest__cat {
    margin-right: 15px;
    min-height: 36px;
  }
  .home-latest__cat:first-child {
    margin-left: 15px;
  }
  .home-latest__cat h3 {
    width: max-content;
    font-size: 16px;
    padding: 0 10px;
  }
  .home-latest__posts {
    margin-left: 0;
    width: 100%;
  }
}
.section-live-deals {
  margin-top: 40px;
}
.section-live-deals .section-title {
  font-size: 32px;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .section-live-deals .section-title {
    font-size: 27px;
    text-align: center;
  }
}
.section-live-deals .section-title:after {
  display: none;
}
.section-live-deals .top-product-items {
  display: flex;
  flex-wrap: wrap;
}
.section-live-deals .top-product-items .slick-list {
  min-width: 100%;
  padding: 15px 0;
}
.section-live-deals .top-product-items .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
}
.section-live-deals .top-product-items .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #dfdfdf;
  list-style: none;
}
.section-live-deals .top-product-items .slick-dots li.slick-active {
  background: #7f0b0d;
}
.section-live-deals .top-product-items .slick-dots li::marker {
  display: none;
}
.section-live-deals .top-product-items .slick-dots li button {
  display: none;
}
.section-live-deals .top-product-item {
  position: relative;
  margin: 0 7px;
  padding: 20px 0;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 0px 4px rgba(14, 31, 53, 0.22), 0px 5px 10px rgba(14, 31, 53, 0.06);
}
.section-live-deals .top-product-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.section-live-deals .top-product-item:hover:before {
  top: -10px;
  bottom: -10px;
  left: -5px;
  right: -5px;
  box-shadow: 0px 0px 6px rgba(14, 31, 53, 0.22), 0px 5px 10px rgba(14, 31, 53, 0.06);
}
.section-live-deals .slider-title a {
  font-size: 19px;
  text-align: center;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000;
  display: flex;
  justify-content: center;
  margin: 20px 0 15px;
}
.section-live-deals .slider-title a:hover {
  text-decoration: underline;
}
.section-live-deals .slider-btn-group {
  display: flex;
  justify-content: center;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.section-live-deals .slider-top {
  position: relative;
  z-index: 3;
}
.slider-live-deals_init {
  display: flex;
  flex-wrap: wrap;
}
.slider-live-deals_init .items-slide {
  width: 25%;
}
@media (min-width: 1200px) {
  .top-product-slider .top-product-items {
    width: calc(100% + 14px);
    margin-left: -7px;
    margin-top: 5px;
  }
  .top-product-slider .top-product-item {
    width: calc(25% - 14px);
  }
}
@media (min-width: 768px) {
  .top-product-items .top-product-item .slider-image {
    max-width: calc(100% - 50px);
    margin: 0 auto;
    position: relative;
    padding-bottom: 75%;
    width: 100%;
    overflow: hidden;
  }
  .top-product-items .top-product-item .slider-image img {
    display: block;
    position: absolute;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
.home-section-latest-bottom h3 {
  font-size: 32px;
  color: #000000;
  margin: 10px 0 15px;
}
@media (max-width: 992px) {
  .home-section-latest-bottom h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 27px;
  }
}
.home-section-latest-bottom__posts-cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.home-section-latest-bottom__post {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  margin: 0 10px 0 10px;
}
@media (max-width: 992px) {
  .home-section-latest-bottom__post {
    width: 100%;
    margin: 10px 0;
  }
}
.home-section-latest-bottom__post a.title {
  color: #000;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 21px;
}
.home-section-latest-bottom__post a.img {
  position: relative;
  padding-bottom: 53%;
  overflow: hidden;
}
.home-section-latest-bottom__post a.img img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  left: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
}
.home-section-latest-bottom__post .author-box {
  color: #7f0b0d;
}
.home-section-latest-bottom__post .author-box a {
  color: #7f0b0d;
}
.home-section-latest-bottom__post:first-child {
  margin-left: 0;
}
.home-section-latest-bottom__post:last-child {
  margin-right: 0;
}
.home-latest__posts-cat a.img {
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.home-latest__posts-cat a.img img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  left: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
}
.home-latest__posts-cat a.title {
  color: #000;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 23px;
}
.home-latest__posts-cat a.title:hover {
  text-decoration: underline;
}
.home-latest__posts-cat .author-box {
  color: #7f0b0d;
}
.home-latest__posts-cat .author-box a {
  color: #7f0b0d;
}
.home-latest__posts-cat__first-post {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .home-latest__posts-cat__first-post {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .home-latest__posts-cat__first-post {
    margin-bottom: 15px;
  }
}
.home-latest__posts-cat__sec-posts {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .home-latest__posts-cat__sec-posts {
    width: 100%;
  }
}
.home-latest__posts-cat__sec-posts_post {
  width: 50%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .home-latest__posts-cat__sec-posts_post {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.home-latest__posts-cat__sec-posts a.img {
  padding-bottom: 54.5%;
}
.home-latest__posts-cat__sec-posts a.title {
  font-size: 21px;
}
.home-latest__posts-cat__other-posts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.home-latest__posts-cat__other-posts-post {
  width: calc(25% - 20px);
  margin: 10px 13px 10px 13px;
}
@media (max-width: 992px) {
  .home-latest__posts-cat__other-posts-post {
    width: 100%;
    margin: 10px 0;
  }
}
.home-latest__posts-cat__other-posts-post:first-child, .home-latest__posts-cat__other-posts-post:nth-child(5) {
  margin-left: 0;
}
.home-latest__posts-cat__other-posts-post:last-child, .home-latest__posts-cat__other-posts-post:nth-child(4) {
  margin-right: 0;
}
.home-latest__posts-cat__other-posts-post a.title {
  font-size: 23px;
}
.home-latest__posts-cat__other-posts-post a.category-link {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #7f0b0d;
  color: #fff;
  padding: 10px;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #7f0b0d;
}
.home-latest__posts-cat__other-posts-post a.category-link:hover {
  background: none;
  color: #7f0b0d;
}
.slick-slide img {
  margin: 0 auto;
}
.breadcrumbs {
  display: flex;
  justify-content: center;
  width: 100%;
}
.breadcrumbs ul {
  display: flex;
  padding: 0;
}
.breadcrumbs li {
  list-style: none;
}
.breadcrumbs li a {
  color: #7f0b0d;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li span {
  color: #000;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.breadcrumbs li:not(:last-child):after {
  content: '/';
  margin: 0 7px;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.homepage__tags {
  margin-top: 20px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.homepage__tags a {
  display: inline-flex;
  margin: 5px 10px 5px 0px;
  background: #7f0b0d;
  border: 1px solid #7f0b0d;
  padding: 6px 12px;
  color: #fff;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.homepage__tags a:hover {
  color: #7f0b0d;
  background: none;
}
.homepage__tags a:last-child {
  margin-right: 0;
}
.breadcrumbs li a {
  font-size: 18px;
}
