/* @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'); */

/* cdn SF Old Republic */
/* @import url('http://fonts.cdnfonts.com/css/hussar-4'); */

/* :root {
  --rubik: "Rubik", sans-serif;
  --cinzel: "Cinzel", serif;
  --poppins: "Poppins", sans-serif;
} */

html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  /* display: flex;
  flex-direction: column; */
}

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 ppan {
  font-size: 12px;
}

.bxl-facebook-circle,
.bxl-google-plus-circle,
.bxl-instagram-alt{
  color: white;
  padding: 0px 0px 3px 0px;
}

.socialContent {
  position: relative;
  left: 80%;
  right: 50%;
  top: -105%;
}

.socialContent2 {
  /* background: red; */
  position: relative;
}

/* navigation bar */

.navigation_container{
  /* box-shadow: 1px 1px 15px #e4e4e4; */
  height: 110px;
  background-color: white;
}

.nav-link{
  /* font-family: 'Hussar', sans-serif; */
  /* font-size: 13px; 
  letter-spacing: 0.1em;    */
  margin-top: 15px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #161C33;
}

.searchbox_container{
  width: 100%;
  height: 50px;
  /* background-color: blue; */
  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;
}

.product_container{
  margin-top: 80px;
}

.link_product{
  color: white; 
}

.link_product_cart{
  color: rgb(165, 165, 165); 
}

.navigation_links{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;  
  background-color: rgb(247, 247, 247);
  border-radius: 10px;
  height: 40px;
}

.img_logo{
  margin-top: -20px;
  /* padding-bottom: 10px; */
}

.link_product{
  color: #F15B28;
}

.nav-link:hover{
  color: #F15B28;
}

.link_home,.link_store,.link_contact,.link_account,.link_about_us{
  color: #161C33;
}

.bx-shopping-bag{
  font-size: 35px;
  color: #F15B28;
}

.bxs-user-pin{
  margin-left: -210px;
  font-size: 35px;
  color: #F15B28;
}

.login_text{
  color: white;
  position: absolute;
  margin-top: -5px;
}

.badge-light{
  color: red;
  position: absolute;
  margin-left: -10px;
  margin-top: -10px;
}

.cart_items_list{
  background-color: white;
}

.cart_checkout{  
  background: black;
  color: white;
  height: 600px;
}

.all_content_container{
  display: flex;
  flex-flow: row;
}

.head_orange{
  background-color: #F15B28;
  width: 500px;
  height: 30px;
  border-radius: 20px;
  margin-top: -25px;
}

.navbar-nav{ 
  margin-top: -20px;  
}

.btn_search{
  background-color: #161C33;
  border: none;
  border-radius: 0px;
  color: white;
}

/* end of navigation bar */

/* Side bar container */

.breadcrumb{
  background-color: pink;
}
.breadcrumb a,
.breadcrumb li{
  color: #161C33;
}

.dropdown{
  width: 15rem;
  border: 1px solid rgb(167, 167, 167);
  border-radius: 4px;
  position: relative;
}

.dropdown:hover .dropdown-list{
  opacity: 1;
  visibility: visible;
}

.dropdown_select{
  color: rgb(129, 129, 129);
  padding: 0.7rem;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  cursor: pointer;
}

.dropdown-list{
  border: 1px solid rgb(167, 167, 167);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.dropdown-list__item{
  padding: 1rem;
  font-size: 0.8rem;
  cursor: pointer;
}

.dropdown-list__item:hover{
  color: #F15B28;
}

a:link{
  text-decoration: none;
}

.pagination li{  
  list-style: none;
  width: 25px;
  height: 25px;
  background-color: #161C33;
  color: white;
  display: inline-block;
  text-align: center;
}

.pagination li:hover{
  background-color: whitesmoke;
  transition: 0.3s all ease;
  color: #161C33;
  cursor: pointer;
}

.bx-refresh{
  color: white;
}

.pagination ul{
  padding: 10px;
}

.btn_account{
  background-color: #161C33;
  color: white;   
}

.btn-group{
  justify-content: flex-end;
  background-color: #161C33;
  width: 100%;
}

.card{
  font-size: 13px;
}

/* list view and gridview style */
.links ul li{  
  list-style: none;
  display: inline-flex;
}

.links .active{  
  color: #F15B28;
}

.range_controls{
  display: inline-flex;
}

/* .content_details{
  display: inline-flex;
} */


/* subscribe to our newsletter */

.subscribe_container{
  background-color: rgb(247, 247, 247);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;  
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.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-family: 'Titillium Web', sans-serif;
  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;
}

.bxl-facebook-circle {
  color: #3b5998;
}

.fa-twitter {
  color: #00aced;
}

.bxl-google-plus-circle {
  color: #dd4b39;
}

.bxl-instagram-alt {
  color: #517fa4;
}

.fa-youtube {
  color: #bb0000;
}

.fb_icon, .google_icon, .insta_icon{
 font-size: 50px;
}

.footerLogo {
  width: 200px;
  height: 150px;
}
/* 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;
  }

.footerRes {
  font-size: 10px;
}

/* end of Branches */
.footerRes {
  font-size: 10px;
}
/* end of Footer */



/* media queries */
@media (min-width: 1200px) {
  .modal-dialog {
      max-width: 800px;
  }
}

@media (max-width: 992px) {}

@media (max-width: 870px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {

  .product_container {
      margin-top: 70px;
  }

  .row_back,
  .bc_back {
      background-color: white;
  }

}

@media (max-width: 400px) {

  .slider-box{
      transform: translate(-55px);
  }

  .pag_container{
      width: 150px;
  }
}

@media (max-width: 360px) {

}

/*
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) { ... }
*/