section.catalog-products {
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgba(196, 196, 196, 0.1);
  background-image: url("/img/factories-pattern.png");
  background-blend-mode: multiply;
  min-height: 500px;
}
section.catalog-products span.sub-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 28px;
 /* or 233% */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #035b9b;
}
section.catalog-products h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
 /* or 125% */
  letter-spacing: -0.02em;
  color: #525151;
  margin-bottom: 32px;
  margin-top: 24px;
}
section.catalog-products p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
 /* or 166% */
  letter-spacing: -0.02em;
  color: #8e8e8e;
  margin-bottom: 41px;
}
section.catalog-products a.btn {
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 20px 30px;
  border-radius: 120px;
}
section.product-detail {
  margin-bottom: 100px;
}
section.product-detail .splide__track {
  padding-bottom: 24px;
}
section.product-detail nav.custom-bread {
  background: #f3f4f6;
  border-radius: 30px;
  padding: 30px 40px;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
section.product-detail nav.custom-bread ol.breadcrumb {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
section.product-detail nav.custom-bread ol.breadcrumb li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800 !important;
  font-size: 12px !important;
  color: #232 !important;
 /* or 233% */
  letter-spacing: 2px !important;
  text-transform: uppercase;
}
section.product-detail nav.custom-bread ol.breadcrumb li::before {
  color: #979797 !important;
}
section.product-detail nav.custom-bread ol.breadcrumb li a {
  color: #979797 !important;
}
section.product-detail nav.custom-bread .nav-link {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #5c5c5c;
}
section.product-detail nav.custom-bread .dropdown-menu.show {
  right: 0;
  margin-top: 24px !important;
  background: #f3f4f6;
  border: unset;
  -webkit-box-shadow: 0px 17px 13px -19px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 17px 13px -19px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 17px 13px -19px rgba(0, 0, 0, 0.47);
  background: #f3f4f6;
  border: unset;
  transform: unset !important;
  width: 270px;
  inset: unset !important;
  right: 30px !important;
  top: 46px !important;
}
section.product-detail nav.custom-bread .dropdown-menu.show li a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #5c5c5c;
  margin-bottom: 16px;
  border-radius: 30px;
}
section.product-detail nav.custom-bread .dropdown-menu.show li::before {
  display: none !important;
}
section.product-detail .row.inner-content.align-items-center {
  margin-top: 64px;
}
section.product-detail .row.inner-content.align-items-center .accordion-body p strong {
  background-color: unset !important;
  border: unset !important;
  padding: unset !important;
  color: #000 !important;
  display: unset !important;
  margin: unset !important;
  border-radius: unset !important;
}
section.product-detail .row.inner-content.align-items-center .accordion-body table {
  border: 2px solid #000;
  border-radius: 12px !important;
  border-radius: 1em;
  border-collapse: separate !important;
  border-spacing: 0;
 /* overflow: hidden;
  */
}
section.product-detail .row.inner-content.align-items-center .accordion-body table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
section.product-detail .row.inner-content.align-items-center .accordion-body table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
section.product-detail .row.inner-content.align-items-center .accordion-body table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
section.product-detail .row.inner-content.align-items-center .accordion-body table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
section.product-detail .row.inner-content.align-items-center .accordion-body table tbody {
  border: 0px solid #000;
}
section.product-detail .row.inner-content.align-items-center .accordion-body table td {
  border: 1px solid #333;
}
section.product-detail .row.inner-content.align-items-center h1 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
 /* or 125% */
  letter-spacing: -0.02em;
  color: #525151;
  margin-bottom: 48px;
}
section.product-detail .row.inner-content.align-items-center p {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 12pt;
  line-height: 29px;
  color: black;
 /* or 207% */
  letter-spacing: -0.01em;
  background: unset !important;
}
section.product-detail .row.inner-content.align-items-center .accordion-item {
  border: unset !important;
  background: unset !important;
}
section.product-detail .row.inner-content.align-items-center .accordion-item:first-child {
  border-bottom: 1px solid #dfdfe0 !important;
}
section.product-detail .row.inner-content.align-items-center .accordion-item button.accordion-button {
  background: unset !important;
  box-shadow: unset !important;
  border: unset !important;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 28px;
 /* or 200% */
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  color: #232 !important;
  padding: 24px 0;
}
section.product-detail .row.inner-content.align-items-center .accordion-item button.accordion-button:focus {
  outline: 0 !important;
}
section.product-detail .row.inner-content.align-items-center .accordion-item button.accordion-button::after {
  content: "+";
  background: unset !important;
  font-size: 24px;
  transition: auto;
  transform: unset !important;
}
section.product-detail .row.inner-content.align-items-center .accordion-item button.accordion-button:not(.collapsed)::after {
  content: "-";
  background: unset !important;
  font-size: 24px;
  transition: auto;
  transform: unset !important;
}
section.product-detail .row.inner-content.align-items-center .accordion-item button.accordion-button i {
  border: 1px solid #606060;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  line-height: 30px !important;
  margin-right: 12px;
}
.product-rest {
  margin-top: 96px;
}
.product-rest span.sub-title {
  width: 100%;
  text-align: center;
  display: block;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 28px;
 /* or 233% */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #035b9b;
  margin-bottom: 16px;
}
.product-rest h2 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
 /* or 125% */
  text-align: center;
  letter-spacing: -0.02em;
  color: #525151;
  margin-bottom: 24px;
}
.product-rest p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
 /* or 188% */
  text-align: center;
  letter-spacing: -0.02em;
  color: #8e8e8e;
  margin-bottom: 74px;
}
.product-card-cat {
  position: relative;
  border-radius: 30px;
  max-height: 416px;
  min-height: 350px;
  overflow: hidden;
  margin-bottom: 24px;
}
.product-card-cat .card-bg-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease-out;
 /* It slowly shows the element as we place the mouse on the box and when the time reaches 2 seconds, it is fully visible. */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.product-card-cat .card-bg-holder a {
  text-decoration: unset !important;
  font-family: "Manrope";
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-card-cat .card-bg-holder a img {
  max-width: 26px;
  margin-top: 8px;
  margin-bottom: auto;
}
.product-card-cat .card-bg-holder a h4 {
  margin-top: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 24p;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 12px #000;
  color: #fff;
  width: 100%;
  height: auto;
  text-align: center;
}
.product-card-cat:hover .card-bg-holder {
  opacity: 1;
}
.product-card-cat:hover .card-details {
  opacity: 0;
}
.product-card-cat .card-details {
  transition: opacity 0.3s ease-out;
 /* It slowly shows the element as we place the mouse on the box and when the time reaches 2 seconds, it is fully visible. */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-in-out;
  align-content: flex-start;
  align-items: flex-start;
  bottom: 21px;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 120px;
  justify-content: flex-end;
  padding: 0 0px 8px;
  position: absolute;
  width: 100%;
  z-index: 2;
  max-width: 50%;
  margin-left: 26px;
}
.product-card-cat .card-details .card-bg-holder {
  text-align: center;
  padding: 16px;
  position: relative;
  display: block;
  height: auto;
}
.product-card-cat .card-details img {
  max-width: 36px;
  margin-bottom: 8px;
}
.product-card-cat .card-details h4 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 43px;
 /* or 106% */
  margin-bottom: 24p;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 12px #000;
  color: #fff;
}
.product-card-cat .card-details p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
 /* or 186% */
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 32px;
  display: none;
}
.product-card-cat .card-details a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-decoration: unset !important;
  color: #fff;
}
.product-card {
  border: 1px solid rgba(100, 101, 101, 0.6);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 32px 24px;
  padding-right: 24px;
  margin-bottom: 24px;
  min-height: 500px;
  transition: 0.15s ease-in-out;
  position: relative;
  background: #fff;
}
.product-card .card-details {
  margin-top: 32px;
  width: 100%;
}
.product-card .card-details h4 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
 /* or 179% */
  letter-spacing: -0.02em;
  color: #232323;
  margin-bottom: 24px;
}
.product-card .card-details p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
 /* or 186% */
  color: #232323;
  margin-bottom: 32px;
}
.product-card .card-details a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #232323;
  text-decoration: unset !important;
}
.product-card:hover {
  border: 0;
  position: relative;
  z-index: 3;
  transform: scale(1.1);
  box-shadow: 0 100px 244px rgba(0,0,0,.07),0 12.5216px 30.5526px rgba(0,0,0,.04);
}
div#buzagi-yemleri table, div#buzagi-yemleri tbody, div#buzagi-yemleri tr, div#buzagi-yemleri td {
  border-color: rgba(0, 108, 153, 1);
}
div#süt-yemleri table, div#süt-yemleri tbody, div#süt-yemleri tr, div#süt-yemleri td {
  border-color: rgba(49, 162, 98, 1);
}
div#besi-yemleri table, div#besi-yemleri tbody, div#besi-yemleri tr, div#besi-yemleri td {
  border-color: rgba(145, 18, 32, 1);
}
div#kucukbas-yemleri table, div#kucukbas-yemleri tbody, div#kucukbas-yemleri tr, div#kucukbas-yemleri td {
  border-color: rgba(223, 53, 47, 1);
}
div#kanatli-yemleri table, div#kanatli-yemleri tbody, div#kanatli-yemleri tr, div#kanatli-yemleri td {
  border-color: rgba(87, 41, 114, 1);
}
div#tamamlayici-yemler table, div#tamamlayici-yemler tbody, div#tamamlayici-yemler tr, div#tamamlayici-yemler td {
  border-color: rgba(222, 53, 46, 1);
}
.video-card {
  margin-bottom: 24px;
}
.video-card img {
  border-radius: 30px;
  min-height: 280px;
}
.video-card .cover-wrapper {
  position: relative;
  min-height: 172px;
}
.video-card .cover-wrapper img {
  border-radius: 30px;
  min-height: 172px;
}
.video-card .cover-wrapper .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.video-card .cover-wrapper .play-btn i {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
}
.video-card .content {
  margin-bottom: 24px;
  margin-top: 24px;
}
.video-card .content .tags a.tag {
  background: #00538b;
  border-radius: 4px;
  margin-right: 8px;
  padding: 0px 14px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
 /* identical to box height, or 167% */
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: unset !important;
  height: 20px;
  display: inline-flex;
  margin-bottom: 8px;
}
.video-card .content h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
 /* or 170% */
  letter-spacing: -0.02em;
  color: #232323;
  margin-bottom: 32px;
}
.video-card .content .video-title {
  min-height: 102px;
}
.video-card .content a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #232323;
  text-decoration: unset !important;
}
