@font-face{
  font-family:'HelveticaNeueLTStd-Roman_1';
  src:url('../fonts/HelveticaNeueLTStd-Roman_1.otf');
}

@font-face{
  font-family:'MyriadPro-Regular_0';
  src:url('../fonts/MyriadPro-Regular_0.otf');
}

body{
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: black !important;
  font-family: 'HelveticaNeueLTStd-Roman_1';
}

.alert{
  font-weight: bold !important;
  margin-bottom: 30px !important;
  font-size: 0.9em !important;
}

.loading{
  background: rgba(255,255,255,0.4);
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 9;
}

.detail-product{
  text-align: center;
}

.detail-product h3{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}

.img-product{
  width: 100%;
  object-fit: cover;
}

.btn-add{
  width: 80px;
  background: #ee2e23;
  color: white;
  padding: 7px 15px;
  border: 1px solid #ee2e23;
  border-radius: 7px;
  margin-right: 10px;
}

.input-qty{
  width: 80px;
  padding: 6px 15px;
  border-radius: 7px;
  border: 2px solid #ee2e23;
  margin-left: 10px;
}

.btn-take-it{
  width: 140px;
  background: #ee2e23;
  color: white;
  padding: 7px 15px;
  border: 1px solid #ee2e23;
  border-radius: 7px;
}

button{
  cursor: pointer;
}

.qty{
  font-size: 1em;
  text-align: right;
  margin-top: 10px;
}

.remove-cart:hover{
  color: #ee3126 !important;
}

.pagination .page-item{
  margin: 0 10px;
}
.pagination .page-item a{
  border-radius: 7px !important;
  background: #ee2e23;
  color: white;
  border: 2px solid #ee2e23;
  font-weight: bold;
}
.pagination .page-item.active a, .pagination .page-item a:hover{
  color: #ee2e23;
  background: white;
  border: 2px solid #ee2e23;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .form-search-nav {
    width: 92%;
  }

  .webtitle {
    bottom: 0;
    font-size: 2em;
  }

  .cummins-dash-logo {
    width: 180px;
  }

  .searh-nav {
    height: 46%;
  }

  .d-none{
    display: block !important;
  }

  .nav.flex-column {
    -ms-flex-direction: initial !important;
    flex-direction: initial !important;
  }

  .navbar {
    height: 150px;
  }

  [role="main"] {
    padding-top: 20px;
  }

  .sidebar {
    position: initial !important;
    padding: 150px 0 0;
  }

  .sidebar-sticky {
    height: auto;
  }

  .sidebar-menu {
    float: left;
    margin: 0;
    width: 50%;
  }

  .sidebar-icon-menu{
    height: 60px;
  }

  .sidebar .nav-link {
    font-size: 1em;
  }

  .sidebar .nav-link br+br{
    display: none;
  }

  .pagination .page-item {
    margin: 0 !important;
  }

  .pagination .page-item a {
    border-radius: 0 !important;
  }
}


@media screen and (max-width: 480px) {
  .detail-product {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
  }
}
