/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap'); */

/* cdn norms pro */
/* @import url('http://fonts.cdnfonts.com/css/tt-norms-pro?styles=70921,70923,70915,70918,70920,70909');

:root {
--rubik: "Rubik", sans-serif;
  --cinzel: "Cinzel", serif;
  --poppins: "Poppins", sans-serif;
}

* {
  font-family: 'TT Norms Pro', sans-serif !important;
} */

/* cdn SF Old Republic */
@import url('http://fonts.cdnfonts.com/css/hussar-4');

html, body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  /* display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  box-sizing: border-box; */
}

body::-webkit-scrollbar{
  width: 0.25rem;
}

body::-webkit-scrollbar-track{
  background-color: #161C33;
}

body::-webkit-scrollbar-thumb{
  background-color: #F15B28;
}


/* Top Content ---------------------------------------------------------------*/
.topHeader {
  background: #232323;
  width: 100%;
  height: 20px;
  color: white;
}

.datetime .date span {
  font-size: 12px;
}

.fa-facebook.fb,
.fa-twitter.tw,
.fa-google-plus-g.gpl,
.fa-instagram.ins,
.fa-youtube.yt {
  color: white;
  padding: 0px 0px 3px 0px;
}

.socialContent {
  /* background: #F15A22; */
  /* background: blue; */
  position: relative;
  left: 80%;
  right: 50%;
  top: -105%;
}

.socialContent2 {
  /* background: red; */
  position: relative;
}


/* navigation bar */

.navigation_container{
  /* box-shadow: 1px 1px 15px #e4e4e4; */
  background-color: white;
}

.nav-link{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  /* background-color: blueviolet; */
}

.searchbox_container{
  width: 100%;
  height: 50px;
  /* background-color: red; */
  display: flex;
  justify-content: center;
  margin-top: -10px;
}

.nav_below{
  width: 700px;
  height: 60px;
  background-color: rgb(247, 247, 247);
  border-radius: 10px;
  margin-top: -10px;
  padding: 10px;
  box-shadow: 1px 1px 15px #cecece;
}

.auto_comp{
  width: 100%;    
  position: relative;
}

.search_res{
  color: rgb(59, 59, 59);  
}

.search_res:hover{
  color: #F15B28;
}

.btn_search{
  color: white;
  background-color: #161C33;
}

.navigation_links{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgb(247, 247, 247);
  /* background-color: red; */
  border-radius: 10px;
}

.img_logo{
  margin-top: -20px;
  /* padding-bottom: 10px; */
}

.link_store{
  color: #F15B28;
}

.nav-link:hover{
  color: #F15B28;
}

.link_home,.link_product,.link_contact,.link_account,.link_about_us{
  color: #161C33;
}

.head_orange{
  background-color: #F15B28;
  width: 500px;
  height: 30px;
  border-radius: 20px;
  margin-top: -25px;
}

.navbar-nav{
  margin-top: -20px;
}

.btn-group{
  /* display: flex; */
  justify-content: flex-end;
  background-color: #161C33;
  width: 100%;
}

.login_text{
  color: white;
  position: absolute;
  margin-top: -5px;
}

.bxs-user-pin{
  margin-left: -210px;
  font-size: 35px;
  color: #F15B28;
}

.bx-shopping-bag{
  font-size: 35px;
  color: #F15B28;
}

.badge-light{
  color: red;
  position: absolute;
  margin-left: -10px;
  margin-top: -10px;
}

/* end of navigation bar */


/* Content -------------------------------------------------------------------*/

.multi_pop_wrap{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.multi_pop{
  margin: 0 auto;
  max-width: 600px;
  background: #fff;
  border-radius: 15px;
  padding-bottom: 30px;
  position: relative;
}
.multi_pop_header{
background: #195f99;
padding: 15px 30px;
position: relative;
color: #fff;
border-radius: 15px 15px 0 0;
}
.multi_pop_header h2{
  margin: 0;
  font-size: 30px;
}
.multi_pop_close{
  position: absolute;
  right: 20px;
  font-size: 30px;
  top: 50%;
  margin-top: -18px;
  line-height: 1;
  cursor: pointer;
}
.multi_pop_container{
  padding: 15px 30px;
  height: 60vh;
  overflow: auto;
  font-size: 18px;
  line-height: 1.6;
}
.multi_pop_footer{
  background: #195f99;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 15px 15px;
}

.carousel-item img{
  width: 900px;
  height: 500px;
}

.btn_checkinfo:hover{
  color: white;
  background-color: #F15B28;
}

.angeles_map,.balayan_map,.biga_map,.bucal_map,.calaca_map,.nasugbu_map,.lipa_map,.palanas_map,.silang_map,.starita_map,.kawit_map,.hub_map{
  width: 250px;
  height: 100px;
  box-shadow: 1px 1px 15px #424242;
  border-radius: 10px;
  position: absolute;
  margin-top: -380px;
  margin-left: 100px;
}

/* subscribve to our newsletter */

.subscribe_container{
  background-color: rgb(247, 247, 247);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;  
}

.btn_subscribe{
  background-color: #F15B28;
  border-radius: 50%;
}

/* Footer */
footer {
  background-color: rgb(247, 247, 247);
  color: rgb(83, 83, 83);
  font-size: 13px;
  margin-top: 50px;
  font-weight: 700;
}

.social_container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;  
}

.bxl-facebook-circle:hover,
.bxl-google-plus-circle:hover,
.bxl-instagram-alt:hover{
  color: #d5d5d5;
}

.fb_icon, .google_icon, .insta_icon{
 font-size: 50px;
}

.footerLogo {
  width: 200px;
  height: 53.13px;
}

.bxl-facebook-circle {
  color: #3b5998;
}

.fa-twitter {
  color: #00aced;
}

.bxl-google-plus-circle {
  color: #dd4b39;
}

.bxl-instagram-alt {
  color: #517fa4;
}

.fa-youtube {
  color: #bb0000;
}

footer ul li a{
  color: white;
}

/* About Us */

.aboutUs ul {
  margin-left: -40px;
}

.Branches:hover{
  border-radius: 10px;
  border: 5px solid white;
  transform: scale(100%);
  transition: 0.3s all ease;
}

.aboutUs ul li {
  list-style: none;
  margin: 4px 0;
  transition: 0.5s;
  cursor: pointer;
  padding: 0px;
  z-index: 1;
} 

footer ul li a{
  color: rgb(83, 83, 83);
}

footer ul li a:hover {
  left: 20px;
  color: #F15B28;
  transition: 0.3s;
  font-size: 15px;
  text-decoration: none !important;
  color: #F15B28;
}

.footerRes {
  font-size: 10px;
}

.footerRes {
  font-size: 10px;
}

/* Media Queries */

@media screen and (min-width: 1200px) {
  .modal-dialog {
      max-width: 800px;
  }
}

@media only screen and (max-width: 992px) {

}

@media (max-width: 870px) {

}

@media (max-width: 720px) {
  .modal-dialog {
      max-width: 650px;
  }

  .carousel-caption{
      position: absolute;
      color: white;
    }

  iframe{
      width: 500px;
  }

}

@media (max-width: 500px) {

  .modal-dialog {
      max-width: 500px;
  }

  iframe{
      width: 450px;
  }

  .carousel-item img{
      width: 500px;
      height: 350px;
  }

  .carousel-caption, h2{
      font-size: 15px;
  }

  .btn_checkinfo{
      width: 130px;
      height: 30px;
      font-size: 8px;
  }
}

@media (max-width: 400px) {

  .modal-dialog {
      max-width: 400px;
  }

  iframe{
      width: 320px;
  }

  .carousel-item img{
      width: 400px;
      height: 300px;
  }

  .carousel-caption, h2{
      font-size: 15px;
  }

  .btn_checkinfo{
      width: 130px;
      height: 30px;
      font-size: 8px;
  }
}

@media (max-width: 360px) {

  .modal-dialog {
      max-width: 360px;
  }

  iframe{
      width: 310px;
  }

  .carousel-item img{
      width: 360px;
      height: 200px;
  }
  
  .carousel-caption{        
      position: absolute;
      color: white;
    }

  .carousel-caption, h2{
      font-size: 2vh;
  }

  .btn_checkinfo{
      width: 130px;
      height: 30px;
      font-size: 8px;
  }
}


/*
  Extra small (xs) devices (portrait phones, less than 576px)
  No media query since this is the default in Bootstrap

  Small (sm) devices (landscape phones, 576px and up)
  @media (min-width: 576px) { ... }

  Medium (md) devices (tablets, 768px and up)
  @media (min-width: 768px) { ... }

  Large (lg) devices (desktops, 992px and up)
  @media (min-width: 992px) { ... }

  Extra (xl) large devices (large desktops, 1200px and up)
  @media (min-width: 1200px) { ... }
  */