html, body {
  height: 100%;
}

img {
  object-fit: cover;
}


/* .med-col-m6 {
  width: 100% !important;
  margin-left: auto !important;
  left: auto !important;
  right: auto !important;
} */

.webcolor{
  background-color: #ffffff !important;
}

.webtabcolor{
  background-color: #d2d2d2 !important;
}

.webfooter{
  background-color: #ffc000 !important;
}

.webtextcolor{
  color: #444444 !important;
}

.nav-height{
  height:75px;
}

.caraousel-height{
  height: 517.625px;
}

.cust-tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 60px !important;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.card .card-action button:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #ef6c00 !important;
  border: 1px solid #ef6c00;
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-title {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.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;
}

nav ul a.btn-flat {
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.buy-button-margin{
  margin-left: 5px;
}

/* change */
.cust-tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.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;
}

.selected{
  background-color: #fadadc;
}

/* 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; 
}
input {
  border: 1px solid transparent;
  background-color: #000;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #000;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #000;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 500px;
  overflow: auto;
}

.autocomplete-items div {
 padding: 10px;
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #d4d4d4;
color: black;
height: 80px;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
  
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #000; 
}

.qtyform{
  
  width: 300px;
  margin: 0 auto;
  text-align: start;
  padding-top: 0px;
  padding-bottom: 10px;
}

.qtyform #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.qtyform #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.qtyform #input-wrap {
  margin: 0px;
  padding: 0px;
}

/* .qtyform input#number { */
/* .qtyform input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 25px;
} */

.qtyform input[type=number]::-webkit-inner-spin-button,
.qtyform input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  /* margin: 0px; */
  margin-bottom: 5px;
  width: 40px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  /* padding: 11px 0; */
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}


@media only screen and (max-width: 992px){

    /* .med-col-m6 {
      width: 50% !important;
      margin-left: auto !important;
      left: auto !important;
      right: auto !important;
    } */

    .buy-button-margin{
      margin-left: 5px;
    }

    nav .brand-logo {
        left: 0% !important;
        -webkit-transform: translateX(-10%) !important;
        transform: translateX(60%) !important;
    }

    .nav-height{
      height:60px;
    }

    .cust-tabs {
      position: relative;
      overflow-x: auto;
      overflow-y: hidden;
      height: 48px !important;
      width: 100%;
      background-color: #fff;
      margin: 0 auto;
      white-space: nowrap;
    }
    
    .caraousel-height{
      height: 135px !important;
    }
    
    .wrapper{
        display: flex;
        overflow-x: auto;
    }
    
    
    .wrapper .item{
        min-width: 300px;
    }
    
    .wrapper::-webkit-scrollbar{
        width: 0;
    }

}

@media  screen and (max-width: 1366px) {
  /* insert styles here */
  .nav-hide{
    display: none !important;
  }

  /* .med-col-m6 {
    width: 40% !important;
    margin-left: auto !important;
    left: auto !important;
    right: auto !important;
  } */

  .buy-button-margin{
    margin-left: 0px;
  }

  .wrapper{
    display: flex;
    overflow-x: auto;
  }

  .wrapper .item{
      min-width: 300px;
  }

  .wrapper::-webkit-scrollbar{
      width: 0;
  }
  body {
  font: 16px Arial;  
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #000;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #000;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #000;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #d4d4d4;
color: black;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #000; 
}
}


/* } */

