body {
font-family: 'Heebo', sans-serif;
}
ul {
  list-style:none;
}

/* Navbar Styling */
.navbar {
  height:125px;
  padding-top:45px;
}
.navbar .active {
  border-bottom:4px #D21208 solid;
}
.navbar li {
  padding: 5px 25px;
  font-weight:900;
  border-bottom:4px transparent solid;
}
.navbar li:hover {
  border-bottom:4px #D21208 solid;
  color:#D21208!important;
}
.navbar li:hover a {
  color:#D21208!important;
}
.navbar li a {
  color:#000!important;
}
.navbar .active a {
  color:#D21208!important;
}
#topBar {
  position:absolute;
  top:0;
  height:45px;
  width:100%;
  background-color:#000;
  z-index:15;
}
.topbar-list {
  list-style:none;
  display:inline-block;
  margin:0;
  padding:0;
}
.topbar-list li {
  display:inline-block;
  color:#DFDFE0;
  padding:13px 15px;
  font-size:13px;
  font-weight:700;
}

/* Categories Listing */
.categories-container {
  position:relative;
}
.categories-listing {
  position:absolute;
  left:0;
  top:50px;
  z-index:50;
  border: 4px #D21208 solid;
}
.cat-feature {
  position:relative;
  padding:25px 50px;
  cursor:pointer;
  background-color:#fff;
  line-height:17px;
  border: 1px #ced4da solid;
}
.cat-feature:hover {
  background-color:#D21208;
  border:none;
}
.cat-feature:hover .feature-description {
  color:#fff!important;
}
.feature-description {
  position:absolute;
  text-align:center;
  color:#666666!important;
  padding:8px;
  left:0;
  top:60%;
  font-size:16px;
  font-weight:700;
}

/* Header Styling */
.jumbotron {
  position:relative;
  background-image: url("../imgs/background.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  height:525px;
  margin-bottom:0;
}
.hero-header {
  position:absolute;
  top:126px;
  right:0;
	border-bottom: 85px solid rgba(0, 0, 0, 0.4);
	border-left: 85px solid transparent;
	border-right: 0px solid transparent;
	height: 0;
	width: 570px;
	text-align:right;

}
.hero-text {
	padding:13px 26px;  
	color:white;
}
.hero-titles {
  list-style:none;
  margin:0;
  padding:0;
}
.hero-titles li {
  padding:0;
}
.hero-titles .bg-title {
  font-size:45px;
  font-weight:900;
  letter-spacing:2px;
  line-height: 35px;
}
.hero-titles .sm-title {
  font-size:22px;
  font-weight:400;
  letter-spacing:2px;
}
.header-text {
  padding:20px;
  color:white;
  text-align:center;
  max-width:420px;
}
.header-text p {
  font-weight:300;
}
.bg-title {
  font-size:45px;
  font-weight:900;
  letter-spacing:2px;
  line-height: 35px;
}
.sm-title {
  font-size:22px;
  font-weight:400;
  letter-spacing:2px;
}
.landing-container {
  margin:0 25px;
}

/* SIGNIN/SIGNUP STYLING */
.my-account {
  position:relative;
  cursor:pointer;
}
.myaccount-elements {
  position:absolute;
  top:45px;
  left:-222px;
  width: 300px!important;
  color:#000;
  border:1px #ced4da solid;
  border-top:none!important;
  background-color: white;
  z-index: 5!important;
}
.myaccount-header-element {
  padding:13px 15px;
  background-color:#000;
  color:#fff!important;
  text-align:center;
}
.myaccount-element {
  padding:13px 15px;
  border-bottom:1px #ced4da solid;
  vertical-align: middle!important;
}

/* MY CART STYLING*/
.my-cart {
  position:relative;
  cursor:pointer;
  color:#fff!important;
  background-color:#D21208;
  font-size:14px!important;
  padding:11px 15px!important;
  font-weight:900!important;
}
.cart-add {
  position: absolute;
  padding: 3px;
  bottom: 27px;
  right: 6px;
}
.mycart-elements {
  position:absolute;
  top:45px;
  left:-270px;
  width: 400px!important;
  color:#000;
  border:1px #ced4da solid;
  border-top:none!important;
  background-color: white;
  z-index: 7!important;
}
.mycart-header-element {
  padding:13px 15px;
  background-color:#D21208;
  color:#fff!important;
  text-align:center;
}
.mycart-element {
  display : flex;
  align-items : center;
  justify-content: space-between;
  padding:13px 15px;
  border-bottom:1px #ced4da solid;
  vertical-align: middle!important;
  height:auto;
  overflow:auto;
}
.products-display {
  height:auto;
  overflow:auto;
  width:30%;
  color:#777777;
  border:1px #ced4da solid;
  border-top:none!important;
  background-color: white;
  z-index: 5!important;
}
.supp-infos {
  width:60%;  
}
.cart-listing .bg-title {
  font-size:20px;
  color:#D21208;
  font-weight:900;
  letter-spacing:1px;
  line-height: 75px;
}
.total-cart-display {
  margin: 20px;;
  padding:0;
}
.total-cart-display li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.complete-order-products {
  height:auto;
  overflow:auto;
  width:40%;
  color:#777777;
  border:1px #ced4da solid;
  border-top:none!important;
  background-color: white;
}
.complete-order-infos {
  height:auto;
  overflow:auto;
  width:55%;
  color:#777777;
  border:1px #ced4da solid;
  border-top:none!important;
  background-color: white;
  z-index: 5!important;
}
.completed-orde {
  max-width:600px;
  margin:0 auto;
  color:#777777;
  border:1px #ced4da solid;
  border-top:none!important;
  background-color: white;
}

/* Featured Brands*/
.featured-brands {
  padding:80px 30px;
  background-color:#fff;
}
.brands-container {
  list-style:none;
  text-align:center;
  display:inline-block;
  border:1px #ced4da solid;
  border-right:none;
  width:100%;
}
.brands-container li {
  display:inline-block;
  padding:15px 0;
  border-right:1px #ced4da solid;
  width:33%;
}

/* Featured Part Styling */
.featured-bearings {
  margin-bottom:140px;
}
.featured-text {
  text-align:center;
  color:#3F4541;
}
.featured-titles {
  list-style:none;
  padding:0;
  margin:0;
}
.featured-titles .bg-title {
  font-size:45px;
  font-weight:900;
  letter-spacing:2px;
  line-height: 75px;
  border-bottom: #D21208 8px solid;
}
.featured-titles .sm-title {
  font-size:20px;
  font-weight:400;
  letter-spacing:1px;
}
.feature-container{
  margin-top:140px;
}
.feature-element {
  max-width: 23%!important;
  padding:0;
  border:1px #ced4da solid;
  margin:auto;
}
.feature-img {
  position:relative;
  padding:15px;
  height:250px;
  text-align:center;
}
.feature-img-detail {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background:rgba(0,0,0,.4);
}
.feature-details {
  padding:30px 15px;
}
.feature-details ul {
  list-style:none;
  text-align:center;
  margin:0;
  padding:0;
}
.f-price {
  font-size:20px;
  font-weight:600;
  color:#D21208;
}
.f-title {
  font-size:20px;
  font-weight:600;
  line-height: 45px;
  color:#3F4541; 
}
.f-description {
  font-size:15px;
  font-weight:300;
  color:#3F4541;  
}

/*News Styling*/
.news-bearings {
  background-color:#fff;
  padding-bottom:140px;
}
.news-text {
  text-align:center;
  color:#3F4541;
}
.news-titles {
  list-style:none;
  padding:0;
  margin:0;
}
.news-titles .bg-title {
  font-size:45px;
  font-weight:900;
  letter-spacing:2px;
  line-height: 75px;
  border-bottom: #D21208 8px solid;
}
.news-container{
  margin-top:140px;
}
.news-element {
  max-width: 30%!important;
  padding:0;
  border:1px #ced4da solid;
  margin:auto;
}
.featnewsure-img {
  position:relative;
  height:250px;
  text-align:center;
}
.news-element-features {
    position:relative;
}
.news-detailed-features {
    padding:20px 35px 20px 20px;
    background-color: #ffffff;
}
.news-detailed-features .f-title {
  font-size:20px;
  font-weight:600;
  line-height: 45px;
  color:#3F4541; 
  border-bottom: #D21208 4px solid;
}
.news-feature-details {
  padding:30px 15px;
}
.news-feature-details ul {
  list-style:none;
  text-align:left;
  margin:0;
  padding:0;
}
.list-the-features {
    list-style:none;
    text-align:center;
    margin:0;  
    padding:0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
}
.list-the-features li {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.list-the-details {
    list-style:none;
    text-align:left;
    margin:0;  
    padding:0;
}
.list-the-details li {
    padding:0 15px 5px 15px;
    text-align:center;
}

/* Buttons Styling */
.btn {
  border-radius: 0!important;
  padding: 12px 15px!important;
  font-weight:600;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.btn-main {
    color: #fff;
    background-color: #D21208;
    border-color: #D21208;  
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;  
}
.btn-black:hover {
    background-color: #fff;
    color:#000;
}
.btn-addtocart {
    cursor:pointer;
    color: #fff!important;
    background-color: #D21208;
    font-weight:600;
}
.btn-addtocart:hover {
    background-color: #890906;
}
.btn-outline-main {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}
.btn-outline-main:hover {
    color: #fff;
    background-color: #D21208;
    border-color: #D21208;
}
.bg-danger {
 background-color:#D21208!important; 
}

/* Forms Styling */
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline:0px !important;
    border:1px solid #D21208!important;
    box-shadow:none!important;
    -webkit-appearance:none;
}
.search-group {
  position:relative;
  width:450px!important;
}
select {
    background: url("../imgs/icons/down_arrow.png") no-repeat right;
    -webkit-appearance: none;
    color: #495057!important;
    height:auto!important;
}
.search-box {
    background: url(../imgs/icons/search.png) no-repeat scroll;
    background-position: right;
    width:100%!important;
}
.search-elements {
  position:absolute;
  top:45px;
  width: 100%!important;
  border:1px #ced4da solid;
  border-top:none!important;
  background-color: white;
  z-index: 5!important;
}
.input-element {
  padding:13px 15px;
  border-bottom:1px #ced4da solid;
}
.form-control {
    padding: 12px 15px!important;
    border-radius: 0!important;
    font-weight: 700!important;
    font-size: 13px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hide {
    display: none;
}
#overlay {
    position: fixed;
    z-index:1500;
    background: url('../imgs/spinner.gif') no-repeat center center;
    background-color: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Product Listing Style */
.logos-display {
  display:inline-block;
  margin:15px;
  padding:0;
}
.bg-products {
  display:inline-block;
  float:left;
  font-size:20px;
  font-weight:700;
  margin: 15px;
}
.logos-display li {
  display:inline-block;
}
.product-listing, .cart-listing {
  margin:50px 25px;
  text-align:left;
  font-weight:600;
}
.product-listing tfoot {
  text-align:center!important;
}
.cart-listing tfoot {
  text-align:center!important;
}

.table-products th,.table-products td {
  padding:20px;
  vertical-align: middle;
  color:#777777;
}
.table-products td a {
  text-decoration: none;
  color:#D21208;
}
.table-products td:hover a {
  color:#890906;
}
.table-products td a:hover{
  color:#890906;
}
.products-pagination {
  display:inline-block;
}
.products-pagination li a {
  color:#fff!important;
}
.products-pagination li {
  display:inline-block;
  cursor:pointer;
  border-radius: 0!important;
  padding: 12px 15px!important;
  margin:15px 5px;
  font-weight:600;
  color: #fff;
  background-color: #D21208;
  border-color: #D21208;  
}
.products-pagination li:hover {
  color: #fff;
  background-color: #890906;
  border-color: #890906;   
}
.products-pagination .active {
  color: #fff;
  background-color: #890906;
  border-color: #890906; 
}

/* Footer Styling */
footer {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    displey: -moz-flex;
    width: 100%;
    background-color: #fbfbfc;
    justify-content: center;
    -webkit-justify-content: center;
    border-top: 1px solid #e8e8e8;
    padding: 5% 0;
}
.item_main_footer {width:100%; display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row; flex-basis: auto; -webkit-flex-basis: auto; -moz-flex-basis: auto;  -webkit-justify-content: space-between;justify-content:space-between; max-width:1028px}
footer {display: flex; display: -webkit-flex; display: -ms-flexbox; displey: -moz-flex; width:100%; background-color:#fbfbfc; justify-content: center; -webkit-justify-content:center;border-top:1px solid #e8e8e8; padding:5% 0; }
.item_main_footer ul li { line-height:130%; letter-spacing:0.02em;}
.item_main_footer ul li.bold_fot {line-height:150%; letter-spacing:0.2em; padding:8px 0 0 0;}
.item_main_footer ul li a {color:#cb0001;letter-spacing:1px;font-weight:bold;  -webkit-transition: 0.5s color ease-in-out; -moz-transition: 0.5s color ease-in-out; -o-transition: 0.5s color ease-in-out; transition: 0.5s color ease-in-out;}
.item_main_footer ul li a img {padding-right:3px; vertical-align:central;}
.item_main_footer ul li a:hover{color:#000; }
.info_adresa li {
  padding-bottom:10px;
}