html, body {
  height: 100%;
}

.webcolor{
  background-color: #01295F !important;
}

.nav-height{
  height:75px;
}

.caraousel-height{
  height: 517.625px;
}

.webcolor-text {
  color: #01295F !important;
}

#searchInput {
    background-image: url('/css/searchicon.png');
    background-position: right;
    background-repeat: no-repeat;
    width: 80%;
    font-size: 12px;
    border: 1px solid black;
  }

.nav-padding{
  padding-bottom: 5px;
  padding-left: 5px;
}

  .logo {
    position: relative;
    top: 4px;
}

.searchicon {
    position: relative;
    top: 10px;
}
.webcontainer {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}
.category-icons{
  margin: 10px;
}

.max-btn{
  width:-webkit-fill-available;
}
.card .card-action {
    position: relative;
    padding: 16px 12px;
    padding-right: 0px !important;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 288.08px !important;
  width: 100% !important;
  height: 288.08px !important;
}

/* .cust-tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 60px !important;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
} */

/* change */
.cust-tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.selected{
  background-color: #aaaaaa;
}

.cust-tabs.cust-tabs-transparent {
  background-color: transparent;
}


.cust-tabs.cust-tabs-transparent .cust-tab a,
.cust-tabs.cust-tabs-transparent .cust-tab.disabled a,
.cust-tabs.cust-tabs-transparent .cust-tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cust-tabs.cust-tabs-transparent .cust-tab a:hover,
.cust-tabs.cust-tabs-transparent .cust-tab a.active {
  color: #fff;
}

.cust-tabs.cust-tabs-transparent .indicator {
  background-color: #fff;
}

.cust-tabs.cust-tabs-fixed-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cust-tabs.cust-tabs-fixed-width .cust-tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cust-tabs .cust-tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
/* rgba(238, 110, 115, 0.7); */
.cust-tabs .cust-tab a {
  color: #fa010e;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease, background-color .28s ease;
  transition: color .28s ease, background-color .28s ease;
}

.cust-tabs .cust-tab a:focus, .cust-tabs .cust-tab a:focus.active {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

.cust-tabs .cust-tab a:hover, .cust-tabs .cust-tab a.active {
  background-color: transparent;
  color: #ff0008;
}

.cust-tabs .cust-tab.disabled a,
.cust-tabs .cust-tab.disabled a:hover {
  color: rgba(255, 0, 8, 0.4);
  cursor: default;
}

.cust-tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #fa000c;
  will-change: left, right;
}


.card .card-title {
  font-size: 20px !important;
  font-weight: 500 !important;
}

nav ul a.btn-flat {
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* ul li:hover ul{
  display: block;
} */

.wrapinput .input-field label {
    color: white;
  }

.wrapinput .input-field input[type=email]:focus + label {
    color:white !important;
  }

.wrapinput .input-field input[type=email]:focus {
    border-bottom: 1px solid white !important;
    box-shadow: 0 1px 0 0 white !important;
  }

.wrapinput .input-field .prefix.active {
    color: white;
  }

/* Let's get this party started */
.wrapper::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
.wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #AEB6BF; 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.wrapper::-webkit-scrollbar-thumb:window-inactive {
background: #AEB6BF; 
}

@media only screen and (max-width: 992px){
    nav .brand-logo {
        left: 0% !important;
        -webkit-transform: translateX(-10%) !important;
        transform: translateX(40%) !important;
    }

    .card .card-image img {
      display: block;
      border-radius: 2px 2px 0 0;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 246.59px !important;
      width: 100% !important;
      height: 246.59px !important;
    }

    .nav-height{
      height:60px;
    }

    .caraousel-height{
      height: 135px !important;
    }
    
    .wrapper{
        display: flex;
        overflow-x: auto;
    }
    
    
    .wrapper .item{
        min-width: 300px;
    }
    
    .wrapper::-webkit-scrollbar{
        width: 0;
    }

}

@media only screen and (max-width: 1334px){
  .card .card-action {
    position: relative;
    padding: 16px 12px;
    padding-right: 0px !important;
    padding-left: 10px !important;
  }

}
