/* Regular Weight */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Thin.ttf");
  font-weight: 100; }
/* Thin Italic */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic; }
/* Regular Weight */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400; }
/* Regular Italic */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Italic.ttf");
  font-weight: 400;
  font-style: italic; }
/* Light */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300; }
/* Light Italic */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-LightItalic.ttf");
  font-weight: 300;
  font-style: italic; }
/* Medium */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500; }
/* Medium Italic */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }
/* SemiBold */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600; }
/* SemiBoldItalic */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic; }
/* Bold */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700; }
/* Bold Italic */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic; }
/* ExtraBold */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-weight: 800; }
/* ExtraBold Italic */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.ttf");
  font-weight: 900; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }
* {
  box-sizing: border-box; }

body {
  font-size: 18px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5; }

a {
  color: #222222;
  transition: all .3s linear; }

.site-inner {
  min-height: 100vh;
  float: left;
  width: 100%; }
  .site-inner .content {
    float: left;
    width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

.bulong_overfllow_hidden {
  overflow: hidden; }

.bulong_products {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%; }
  .bulong_products .owl-carousel {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .bulong_products .owl-carousel .owl-dots .owl-dot span {
      width: 20px;
      height: 15px;
      background: rgba(0, 0, 0, 0.3);
      transition: all .3s linear; }
    .bulong_products .owl-carousel .owl-dots .owl-dot.active span {
      width: 46px;
      background: #E67817; }
  .bulong_products .product_card .product_image {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    background: #fff; }
    .bulong_products .product_card .product_image img {
      display: block;
      width: 100%;
      height: 270px;
      object-fit: contain; }
    .bulong_products .product_card .product_image .overlay {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      opacity: 0;
      transform: scale(0);
      transition: transform 0.5s ease, opacity 0.5s ease; }
      .bulong_products .product_card .product_image .overlay i {
        color: #fff;
        font-size: 30px; }
    .bulong_products .product_card .product_image:hover .overlay {
      transform: scale(1);
      opacity: 1; }
  .bulong_products .product_card .product_info .product_name {
    margin: 15px 0px 0px 0px; }
    .bulong_products .product_card .product_info .product_name a {
      font-size: 21px;
      color: #000;
      text-decoration: none;
      font-weight: 500; }
      .bulong_products .product_card .product_info .product_name a:hover {
        color: #E67817; }
  .bulong_products .product_card .product_info .price {
    margin: 5px 0px 0px 0px;
    font-size: 16px;
    color: #333; }

.bulong_heading_container {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #EAEDF0; }
  .bulong_heading_container .bulong_heading {
    margin: 0px;
    display: inline-flex;
    align-items: center;
    position: relative;
    background: #E67817;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 21px;
    height: 50px;
    padding: 0px 15px; }
    .bulong_heading_container .bulong_heading:before {
      position: absolute;
      content: "";
      right: -50px;
      top: 0;
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-left: 50px solid #E67817; }

.bulong_product_grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px; }
  @media screen and (max-width: 1023px) {
    .bulong_product_grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (max-width: 767px) {
    .bulong_product_grid {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 479px) {
    .bulong_product_grid {
      grid-template-columns: 1fr; } }

.bulong_mt_30 {
  margin-top: 30px; }

.bulong_mt_50 {
  margin-top: 50px; }

.bulong_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.bulong_header {
  background: #E67817;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 25px 20px -20px; }
  .bulong_header .bulong_header_inner {
    display: flex;
    align-items: center; }
    .bulong_header .bulong_header_inner .bulong_logo {
      padding: 0px 10px; }
      .bulong_header .bulong_header_inner .bulong_logo a {
        display: inline-block;
        float: left;
        background: #fff; }
      .bulong_header .bulong_header_inner .bulong_logo img {
        width: 100%;
        height: 60px;
        object-fit: cover; }
    .bulong_header .bulong_header_inner .nav-primary {
      margin-left: auto; }
      @media screen and (max-width: 1023px) {
        .bulong_header .bulong_header_inner .nav-primary {
          display: none; } }
      .bulong_header .bulong_header_inner .nav-primary .menu {
        margin: 0px;
        padding: 0px;
        list-style: none; }
        .bulong_header .bulong_header_inner .nav-primary .menu .menu-item {
          display: inline-block;
          position: relative;
          padding: 0px 15px; }
          .bulong_header .bulong_header_inner .nav-primary .menu .menu-item a {
            display: inline-block;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase; }
          .bulong_header .bulong_header_inner .nav-primary .menu .menu-item .sub-menu {
            display: none;
            left: 0;
            padding: 10px 15px; }
            .bulong_header .bulong_header_inner .nav-primary .menu .menu-item .sub-menu .menu-item a {
              padding: 5px 0px;
              font-size: 15px;
              text-transform: none; }
              .bulong_header .bulong_header_inner .nav-primary .menu .menu-item .sub-menu .menu-item a:hover {
                color: #f8b300; }
          .bulong_header .bulong_header_inner .nav-primary .menu .menu-item:hover .sub-menu {
            display: block;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.8);
            min-width: 300px;
            border-radius: 10px;
            z-index: 9999; }
    .bulong_header .bulong_header_inner .toggle_nav {
      display: none;
      margin-left: auto;
      cursor: pointer;
      color: #fff;
      background: transparent;
      font-size: 33px;
      z-index: 9999;
      border: none; }
      @media screen and (max-width: 1023px) {
        .bulong_header .bulong_header_inner .toggle_nav {
          display: inline-flex;
          align-items: center;
          justify-content: center; } }
    .bulong_header .bulong_header_inner .toggle_search {
      background: transparent;
      border: 0;
      cursor: pointer; }
      @media screen and (max-width: 1023px) {
        .bulong_header .bulong_header_inner .toggle_search {
          font-size: 23px;
          margin-right: 10px; } }
      .bulong_header .bulong_header_inner .toggle_search i {
        color: #fff; }

.bulong_header_button_group {
  margin-left: auto;
  display: flex;
  align-items: center; }

.bulong_header_search {
  display: none;
  background: #fff;
  position: absolute;
  right: 0;
  top: 68px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  .bulong_header_search .search-form {
    margin-left: auto; }
    .bulong_header_search .search-form .search-field {
      margin: 10px; }
    .bulong_header_search .search-form .search-submit {
      margin: 10px; }

.admin-bar .bulong_header {
  top: 32px; }

.site-footer {
  float: left;
  width: 100%;
  background: #0284C7;
  margin-top: 40px;
  padding-top: 30px; }
  .site-footer #footer-sidebar {
    list-style: none;
    display: grid;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    grid-template-columns: 1fr 1fr 1fr; }
    @media screen and (max-width: 1023px) {
      .site-footer #footer-sidebar {
        grid-template-columns: 1fr; } }
    .site-footer #footer-sidebar > li:not(:last-child) {
      border-right: 1px solid #fff; }
      @media screen and (max-width: 1023px) {
        .site-footer #footer-sidebar > li:not(:last-child) {
          border: none; } }
    .site-footer #footer-sidebar .widget_text {
      padding: 0px 15px; }
      .site-footer #footer-sidebar .widget_text .widgettitle {
        color: #fff;
        position: relative;
        text-transform: uppercase; }
        .site-footer #footer-sidebar .widget_text .widgettitle:before {
          content: "";
          position: absolute;
          width: 60px;
          height: 2px;
          background: #fff;
          bottom: -5px; }
      .site-footer #footer-sidebar .widget_text .bulong_icon {
        text-align: center;
        margin-bottom: 30px; }
        .site-footer #footer-sidebar .widget_text .bulong_icon i {
          font-size: 40px;
          color: #fff; }
      .site-footer #footer-sidebar .widget_text ul {
        padding: 0px;
        list-style: none; }
        .site-footer #footer-sidebar .widget_text ul li {
          color: #fff;
          font-size: 16px;
          margin-bottom: 10px; }
          .site-footer #footer-sidebar .widget_text ul li a {
            color: #fff;
            text-decoration: none; }
            .site-footer #footer-sidebar .widget_text ul li a:hover {
              color: #E67817; }
  .site-footer .bulong_footer_bottom {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0px;
    padding: 10px 0px;
    border-top: 1px solid #fff; }
    .site-footer .bulong_footer_bottom a {
      color: #fff;
      text-decoration: none; }

.bulong_home_banner {
  position: relative; }
  .bulong_home_banner .flex-control-nav {
    position: absolute;
    bottom: 30px !important;
    width: 100%; }
    .bulong_home_banner .flex-control-nav li a {
      width: 34px;
      height: 15px;
      background: #fff !important; }
      .bulong_home_banner .flex-control-nav li a:focus, .bulong_home_banner .flex-control-nav li a:active {
        outline: none !important;
        border: none !important; }
      .bulong_home_banner .flex-control-nav li a.flex-active {
        width: 80px;
        background: #E67817 !important; }

.bulong_home_heading {
  float: left;
  width: 100%;
  text-align: center; }
  .bulong_home_heading .bulong_home_heading_inner {
    float: left;
    width: 100%; }
    .bulong_home_heading .bulong_home_heading_inner .heading {
      float: left;
      width: 100%;
      display: inline-block;
      font-size: 30px;
      text-transform: uppercase;
      color: #e67817;
      line-height: 1.3em;
      font-weight: 800;
      position: relative;
      margin: 15px 0px; }
      @media screen and (max-width: 600px) {
        .bulong_home_heading .bulong_home_heading_inner .heading {
          font-size: 23px; } }
      .bulong_home_heading .bulong_home_heading_inner .heading:before {
        position: absolute;
        content: "";
        background: #E67817;
        width: 90px;
        height: 2px;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%); }
    .bulong_home_heading .bulong_home_heading_inner .description {
      float: left;
      width: 100%;
      font-size: 16px;
      color: #a4a4a4;
      margin-top: 15px;
      margin-bottom: 0px; }

.bulong_home_product_slide {
  float: left;
  width: 100%;
  margin-top: 50px; }
  @media screen and (max-width: 600px) {
    .bulong_home_product_slide {
      margin-top: 30px; } }

.entry-header {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #EAEDF0; }
  .entry-header .entry-title {
    font-size: 28px;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    position: relative;
    background: #E67817;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 21px;
    height: 50px;
    padding: 0px 15px; }
    .entry-header .entry-title:before {
      position: absolute;
      content: "";
      right: -50px;
      top: 0;
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-left: 50px solid #E67817; }
      @media screen and (max-width: 1023px) {
        .entry-header .entry-title:before {
          border: none;
          right: 0; } }
    .entry-header .entry-title .entry-title-link {
      color: #fff;
      font-weight: 500 !important; }

.entry-content {
  background: #F7F7F7;
  padding: 15px;
  float: left;
  width: 100%; }
  .entry-content table {
    max-width: 100%;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse; }
    .entry-content table tr, .entry-content table th, .entry-content table td {
      border: 1px solid #333; }
    .entry-content table td, .entry-content table th {
      padding: 5px; }
  .entry-content .aligncenter {
    margin-left: auto;
    margin-right: auto; }

.entry-footer {
  float: left;
  width: 100%; }
  .entry-footer .entry-meta a {
    background: #E67817;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    transition: all .3s linear;
    margin: 3px;
    border-radius: 10px; }
    .entry-footer .entry-meta a:hover {
      background: #000; }

.menu-mobile-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .menu-mobile-container .menu {
    padding: 20px 20px 50px 20px;
    background: #E67817;
    list-style: none;
    width: 80%;
    height: 100vh;
    margin: 0px;
    overflow: auto; }
    .menu-mobile-container .menu .menu-item a {
      padding: 15px 0px;
      display: block;
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid #fff;
      text-transform: uppercase;
      font-weight: 700; }
    .menu-mobile-container .menu .menu-item .sub-menu {
      margin: 0px;
      padding: 0px;
      list-style: none; }

.admin-bar .menu-mobile-container {
  top: 46px; }

.woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a {
  padding: 10px 15px !important; }
  .woocommerce-pagination .page-numbers li span.current, .woocommerce-pagination .page-numbers li a.current {
    background: #E67817 !important;
    color: #fff !important; }

.woocommerce .star-rating span::before {
  color: orange !important; }

.woocommerce .bulong_product_summary {
  float: left;
  width: 100%; }
.woocommerce .products .product .price {
  color: red !important;
  font-weight: 600 !important; }
.woocommerce .entry-meta {
  display: none; }
.woocommerce .woocommerce-product-gallery .flex-control-nav li {
  padding: 10px; }
.woocommerce .summary .product_title {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 1.3em;
  margin-bottom: 25px; }
.woocommerce .summary .price {
  color: red !important;
  font-weight: 600 !important; }
.woocommerce .summary .product_meta {
  margin-top: 20px; }
  .woocommerce .summary .product_meta a {
    text-decoration: none; }
    .woocommerce .summary .product_meta a:hover {
      color: #E67817 !important; }
.woocommerce .entry-content table {
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse; }
  .woocommerce .entry-content table tr, .woocommerce .entry-content table th, .woocommerce .entry-content table td {
    border: 1px solid #333; }
  .woocommerce .entry-content table td, .woocommerce .entry-content table th {
    padding: 5px; }
.woocommerce .woocommerce-tabs .tabs {
  padding: 0px !important;
  background: #EAEDF0 !important; }
  .woocommerce .woocommerce-tabs .tabs:before, .woocommerce .woocommerce-tabs .tabs:after {
    border: none !important; }
  .woocommerce .woocommerce-tabs .tabs .description_tab {
    margin: 0px !important;
    position: relative;
    float: left; }
    .woocommerce .woocommerce-tabs .tabs .description_tab.active {
      background: #E67817 !important;
      color: #fff !important;
      border: none !important;
      border-radius: 0px !important;
      margin: 0px;
      display: inline-flex;
      align-items: center;
      height: 50px;
      padding: 0px 15px; }
      .woocommerce .woocommerce-tabs .tabs .description_tab.active:before, .woocommerce .woocommerce-tabs .tabs .description_tab.active:after {
        box-shadow: none !important;
        border: none !important; }
    .woocommerce .woocommerce-tabs .tabs .description_tab a {
      text-transform: uppercase;
      font-weight: 400 !important;
      font-size: 21px !important; }

.woocommerce-pagination {
  margin-top: 50px;
  float: left;
  width: 100%; }

.bulong_breadcrumbs .rank-math-breadcrumb a {
  text-decoration: none; }

.archive {
  float: left;
  width: 100%; }

.bulong_archive {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 100%; }
  .bulong_archive .bulong_archive_card {
    float: left;
    display: grid;
    grid-template-columns: 35% 65%;
    padding: 30px 0px;
    gap: 15px;
    border-bottom: 1px solid #ddd; }
    .bulong_archive .bulong_archive_card .post_image img {
      display: block;
      width: 100%;
      height: 200px;
      object-fit: cover; }
    .bulong_archive .bulong_archive_card .post_info .post_title {
      margin: 0px; }
      .bulong_archive .bulong_archive_card .post_info .post_title .post_link {
        color: #000;
        text-decoration: none;
        font-size: 19px;
        font-weight: 400; }
        .bulong_archive .bulong_archive_card .post_info .post_title .post_link:hover {
          color: #E67817; }
    .bulong_archive .bulong_archive_card .post_info .exceprt {
      line-height: 1.5rem; }
      .bulong_archive .bulong_archive_card .post_info .exceprt p {
        margin-bottom: 0px; }
    .bulong_archive .bulong_archive_card .post_info .read_more {
      display: inline-block;
      margin-top: 10px;
      background: #000;
      color: #fff;
      padding: 7px 15px;
      border-radius: 4px;
      text-decoration: none; }

.search-form {
  text-align: center; }
  .search-form .search-field {
    height: 50px;
    padding: 0px 15px;
    margin-top: 10px; }
  .search-form .search-submit {
    margin-top: 10px;
    background: #E67817;
    color: #fff;
    cursor: pointer;
    border: 0;
    height: 50px;
    padding: 0px 15px; }

.bulong_search {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px; }
  @media screen and (max-width: 1023px) {
    .bulong_search {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (max-width: 767px) {
    .bulong_search {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 600px) {
    .bulong_search {
      grid-template-columns: auto; } }

.bulong_pagination {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center; }

.single-product .entry-header {
  margin-bottom: 0px; }

/*# sourceMappingURL=styles.css.map */
