/* @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%;
  overflow-x: hidden;
} 

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;
  color: #161C33;
}

.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{
  background-color: #161C33;
  border: none;                                                                                                    
  border-radius: 0px;
  color: white;
}

.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_about_us{
  color: #F15B28;
}

.nav-link:hover{
  color: #F15B28;
}

.link_home,.link_product,.link_contact,.link_account,.link_store{
  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;
}

/* Content */

.card_vision{
  margin-top: 50px;
}

.card_vision{
  margin-top: 50px;
}

.card_company_pro{
  margin-top: 50px;
}

.card-header{
  background-color: rgb(247, 247, 247);;
  color: #F15B28;
}

/* subscribe 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;
}

.footerLogo {
  width: 200px;
  height: 53.13px;
}

.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;
}

/* 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;
} 

.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: 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;
}