.od-blog_header {
  width: 100%;
  height: 60px;
  background-color: #cc0033;
  position: fixed;
  top: 0;
  z-index: 2;
  padding-top: 5px;
}
.od-blog_header .od-blog_title {
  max-width: 1044px;
  margin: auto;
}
.od-blog_header .od-blog_title img {
  margin-top: 5px;
  margin-left: 20px;
  width: 225px;
  height: 35px;
  float: left;
}
.od-blog_header .od-blog_link {
  width: 100%;
  max-width: 1044px;
  margin: auto;
}
.od-blog_header .od-blog_link a {
  color: white;
  float: right;
  text-decoration: none;
  margin-right: 20px;
  margin-top: 15px;
}

.od-blog_container {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat-Medium", sans-serif;
}
.od-blog_container .od-blog_button a {
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: block;
  text-decoration: none;
  background: #cc0033;
  color: white;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 5px;
  transition: all 500ms ease;
  z-index: 999;
}
.od-blog_container .od-blog_button a:hover {
  background: white;
  color: #cc0033;
}
.od-blog_container .od-blog_text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.od-blog_container .od-blog_text h1 {
  font-size: 25px;
  text-align: center;
  max-width: 1044px;
  margin: 20px;
}
.od-blog_container .od-blog_container-cards {
  width: 100%;
  max-width: 1044px;
  margin: auto;
}
.od-blog_container .od-blog_container-cards a {
  text-decoration: none;
}
.od-blog_container .od-blog_container-card {
  padding: 20px;
}
.od-blog_container .od-blog_card {
  border-radius: 6px;
  overflow: hidden;
  background: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  transition: all 400ms ease-out;
}
.od-blog_container .od-blog_card:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
  transform: translateY(-3%);
  cursor: pointer;
}
.od-blog_container .od-blog_card img {
  width: 100%;
  height: 250px;
  display: block;
}
.od-blog_container .od-blog_card-content {
  padding: 15px;
}
.od-blog_container .od-blog_card-content h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: black;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}
.od-blog_container .od-blog_card-content-p {
  line-height: 1.8;
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 75px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .od-blog_container .od-blog_container-card {
    flex-wrap: wrap;
  }
  .od-blog_container .od-blog_card {
    margin: 15px;
  }
  .od-blog_container .od-blog_card img {
    width: 100%;
    height: 250px;
    display: block;
  }
}
.od-blog_container .swiper {
  width: 100%;
  max-width: 1044px;
  z-index: 1;
  box-shadow: 0 0 5px;
}
.od-blog_container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: black;
}
.od-blog_container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.od-blog_container .swiper .swiper-button-prev,
.od-blog_container .swiper .swiper-button-next {
  --swiper-navigation-size: 10px;
  --swiper-theme-color: white;
  background-color: #cc0033;
  height: 50px;
  width: 30px;
  margin-top: -25px;
  opacity: 0;
  transition: opacity 0.3s;
}
.od-blog_container .swiper .swiper-button-prev {
  border-radius: 0px 15px 15px 0px;
  left: -10px;
}
.od-blog_container .swiper .swiper-button-next {
  border-radius: 15px 0 0 15px;
  right: -10px;
}
.od-blog_container .swiper:hover .swiper-button-prev,
.od-blog_container .swiper:hover .swiper-button-next {
  opacity: 1;
}
.od-blog_container .swiper .swiper-pagination {
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}
.od-blog_container #btn-cart {
  display: none;
}
@media only screen and (max-width: 768px) {
  .od-blog_container .od-blog_ {
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 1044px) {
  .od-blog_container .swiper img {
    height: 100%;
    width: 100%;
  }
  .od-blog_container .swiper .swiper-button-prev,
  .od-blog_container .swiper .swiper-button-next {
    --swiper-navigation-size: 20px;
    height: 70px;
    width: 50px;
    margin-top: -35px;
  }
}

.od-blog-post_container .od-blog-post_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.od-blog-post_container .od-blog-post_text a {
  color: #cc0033;
}
.od-blog-post_container .od-blog-post_text h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.od-blog-post_container .od-blog-post_text p {
  text-align: justify;
  font-size: 20px;
  margin: 30px;
  width: 90%;
  max-width: 1044px;
}
.od-blog-post_container .od-blog-post_text-card {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  max-width: 1044px;
  margin: auto;
}
.od-blog-post_container .od-blog-post_text-card h2 {
  font-size: 24px;
  text-align: center;
  max-width: 1044px;
  margin: 20px;
}
.od-blog-post_container .swiper {
  width: 100%;
  max-width: 1044px;
  max-height: 100%;
  z-index: 1;
  box-shadow: 0 0 5px;
}
.od-blog-post_container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
