.input-group-col {
    flex-wrap: unset;
    height: 35px !important;
    background-color: transparent !important;
    border: 1px solid #b8b8b8 !important;
    border-radius: 4px;
    }
    .input-icons i {
    position: absolute;
    right: 0;
    top: 0;
    } 
    .input-icons {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    } 
    .input-group-col div input {
    border: 0 !important;
    }
    .input-group-col .prod-btn {
    right: 2px;
    top: 2px;
    min-width: 70px;
    font-size: 14px;
    font-weight: 400;
    height: 29px;
    padding: 3px 5px;
    border-radius: 4px;
    }
    .icon-verify { 
    padding: 10px; 
    color: red; 
    min-width: 30px; 
    text-align: center; 
    } 
    .icon-verified { 
    padding: 10px; 
    color: green; 
    min-width: 30px; 
    text-align: center; 
    } 
    .input-field { 
    width: 100%; 
    padding: 10px; 
    padding-left: 30px; 
    } 
    h2 { 
    color: red; 
    }
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .selected-cat {
    color: #173e96 !important;
    }
    .affix {
    background-color: red !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    }
    .sticky-top {
    top: 90px;
    height: 70vh;
    overflow-y: auto;
    }
    .cat-img {
    border-radius: 30px;
    padding: 20px;
    height: 125px;
    }
    #modalShoppingempty .qty-box{
    margin: unset !important;
    }
    #cart-ttl-amount {text-decoration: none !important;}
    /* QUICKSEARCH */
    #search_suggestions {
    background: #fff;
    width: 100% !important;
    margin-top: 2%;
    }
    .search_results__item {
    cursor: pointer;
    padding: 10px !important;
    }
    .search_results__item:hover {
    color: #111 !important;
    text-decoration: underline !important;
    }
    .search_results__item img {
    border: unset !important;
    }
    #search_suggestions.dropdown-menu::after{
    border-color: unset; 
    border-bottom-color: unset;
    border-width: unset;
    margin-left: unset;
    }
    /* Firefox */
    input[type=number] {
    -moz-appearance: textfield;
    }
    .tooltip-inner {
    text-align: left;
    }
    .side-kart-body-auth, .side-kart-body img{
    width: 100px;
    height: 100px;
    }
    .browse-img {
    overflow: hidden;
    height: 250px;
    }
    .browse-img img {
    }
    /* mapbox */
    #map-container {position: relative; height: 30vh;}
    #map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1 !important;
    }
    #my_location {
    position: absolute;
    bottom: 0;
    z-index: 2 !important;
    }
    /* end mapbox */
    .badge-declined {
    color: #EE5656;
    background-color: #F9D3D3;
    font-size: 10px;
    border-radius: 3px;
    line-height: 12px;
    font-weight: 600;
    }
    .coborder-vert {
    border-right: 1px solid #ccc
    }
    .btn-red-trans {
    color: #EE5656;
    background-color: transparent;
    border: 1px solid #EE5656;
    min-width: 85px;
    display: block;
    font-weight: 600;
    }
    .btn-red-trans:hover {
    color: #fff  !important;
    background-color: #000 !important;
    border: 1px solid #000;
    }
    #modalAvailability .modal-content 
    {
    width: 900px; 
    max-width: 900px; 
    height: 650px;
    position: absolute;
    left: calc(10%);
    /*     overflow-y: scroll; */
    }
    .bring-to-front {z-index: 9999 !important;}
    .tableFixHead          { overflow-y: auto; height: 480px; }
    .tableFixHead thead th { position: sticky; top: 0; }
    /* Just common table stuff. Really. */
    table  { border-collapse: collapse; width: 100%; }
    th     { background:#eee; }
    tr, td { color: #173E96 !important; }
    div.stickydiv {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    }
    .bg-white {
    color: #173E96;
    background-color: #fff;
    }
    
/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  /*margin: 0.2em;*/
  margin: 2px;
  padding: 0 15px 0 46px;
  border: none;
  text-align: center;
  line-height: 34px;
  white-space: nowrap;
  /*border-radius: 0.2em;*/
  border-radius: 50px;
  font-size: 14px;
  color: #FFF;
  font-weight:600;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 40px;
  width: 50px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 4px 4px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 4px 4px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.myorderstab .nav-link.active::before {
    left: 0;
    right: 5px;
    bottom: -1px;
    border-top: 3px solid #1a3f95;
}

input.error-input {
  border:1px solid red !important
}

.open-button {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 25px;
  height: 25px;
  background: #fff;
  pointer-events: none;
}

.open-button button {
  border: none;
  background: transparent;
}