@charset "utf-8";
/* CSS Document */

.col-20 {
  width: calc(100% / 5);
}

.announcement {
	display: none;
    background-color: #262626;
	max-height: 54px;
	width: 100%;
}
.announcement p {
	color: #fff;
    font-family: Arial, 'sans-serif';
	font-style: italic;
    font-size: 14px;
    padding: 13px 0 0 0;
}
.navbar {
	padding: 3.5rem 1rem;
}
.kf-logo img {
	width: 220px!important;
    position: absolute;
    top: -12px;
    left: 30px;
}
.bg-white {
	background-color: #fff;
	padding-left: 260px!important;
}
.main-wrapper, .product-list-wrapper {
	padding: 0;
	margin-top: 0;
}
.breadcrumb p, a {
color: #333333;
	font-size: 10pt;
}
.breadcrumb p > * + * {
  margin-left: 15px;
}
.wrapper {
	padding: 30px;
}
.main-bg {
	background: url("../img/obi-2a.jpg");
}

.brand-title {
	margin-top: 20px;
}
.jp-products-banner {
  width: 100%;
  height: 200px;

  background-image: url("../img/jp-products-banner_01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
}

.jp-products-banner-text {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;

  background: rgba(0, 0, 0, 0.45);
  padding: 20px 40px;
}

.product-list-sidebar {
	padding: 30px 20px;
}
.exclusive-product {
	padding: 22px;
}
.exclusive-product a {
	color: #333!important;
	font-weight: 700;
}
.exclusive-product a:hover {
	color: #7f7f7f!important;
}
.product-title {
	font-weight: 700;
}
.title-card {
	background: #f8f8f8;
}
.gold-hr {
    border-top: 1px solid #bba474;
}
.product-main-img {
	max-width: 100%;
}
.product-thumbnail-img {
	max-width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}


.footer-pattern {
    background-image: url(../img/obi-2.jpg);
    height: 75px;
}

.footer-pattern2 {
    background-image: url(../img/obi-2.jpg);
    height: 50px;
}
.footer-main {
	background: #11145a;
	min-height: 150px;
	padding: 50px 10% 20px;
}
.footer-links {
	padding: 20px;
}
.footer-links a {
	color: #FFFFFF;
}
.footer-links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-text {
	color: #fff;
}
.copyright-text {
	color: #fff;
	text-align: center;
	padding-top: 50px;
    font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", "sans-serif";
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#jp-product-data, #jp-product-feature {
background-color: #ebebeb;
    border: solid 1px #333;
    padding: 20px;
    margin-top: 30px;
	margin-bottom: 25px;
}

.rounded {
	 width: 100%;
}

.menu-item img {
	width: 100%;
	margin-bottom: 15px;
}
.menu-link a {
	color: #626262;
	font-weight: 700;
	font-size: 13pt;
}
.menu-link2 a {
	color: #626262;
	font-weight: 700;
	font-size: 11pt;
}
.menu-link a:hover, .menu-link2 a:hover {
	color: #747474;
	text-decoration: underline;
}
.other-recipe-links {
	color: #333;
	font-weight: 700;
	font-size: 11pt;
}
.other-recipe-links:hover {
	color: #626262;
	text-decoration: underline;
}
.recipe-featured-product {
	text-align: center;
}
.recipe-list {
  text-align: left;
	margin-top: 30px;
}
.videoWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;     /* hides the pre-play gap */
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ingredient-box {
  background-color: #f0f0f0; /* light gray */
  padding: 30px;
	margin-bottom: 20px;
}

.ingredient-table {
  border-collapse: collapse;
}

.ingredient-table td {
  border: none;
  padding: 4px 15px;
}

/* Add a small gap between columns */
.ingredient-table td:first-child {
  padding-right: 0!important;
}

.recipe-steps {
  padding-left: 1.5em;
}

.recipe-steps li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.other-products {
	border: solid 1px #ccc;
    margin-bottom: 50px;
}

@media only screen and (min-width: 480px) {
.announcement {
	display: inline-block;
}
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index: 1050;
    padding: 1rem;
  }
  /* Move hamburger to the left */
  .main-navbar .navbar-toggler {
    position: absolute;
    left: 15px;
  }

  /* Center the logo */
  .main-navbar .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  /* Prevent Bootstrap spacing from interfering */
  .main-navbar {
    justify-content: center;
  }

  /* Remove desktop padding that breaks centering */
  .bg-white {
    padding-left: 0 !important;
  }

  /* Resize logo for mobile (optional but recommended) */
  .kf-logo img {
    width: 160px !important;
    position: static;
  }
	#jp-product-data, #jp-product-feature {
    width: calc(100% - 20px);
    margin: 30px auto 10px;
  }
	.jp-products-banner {
    height: 150px;
  }

  .jp-products-banner-text {
    font-size: 28px;
    padding: 15px 25px;
  }
	.product-list-sidebar {
	padding: 30px 30px!important;
}
}

@media (min-width: 768px) {
	.navbar {
	padding: 0.5rem 1rem;
}
  .main-wrapper {
    padding: 30px 50px 30px;
  }
	.product-list-wrapper {
    padding: 30px 50px 30px;
  }
	.announcement p {
		display: inline-block;
		padding: 13px 0 0px 290px;
	}
	
}

.dropdown-menu {
  margin-top: 0;
}
.dropdown-toggle-split {
  padding-left: 0.5rem;
}

