@font-face{
    font-family: visby;
    font-weight: 100; 
    src: url('../fonts/webfonts/visby/extra-light.otf') format("opentype");
}

@font-face{
    font-family: 'visby';
    font-weight: 200;
    src: url('../fonts/webfonts/visby/light.otf') format("opentype"); 
}

@font-face{
    font-family: 'visby';
    font-weight: 300;
    src: url('../fonts/webfonts/visby/regular.otf') format("opentype"); 
}

@font-face{
    font-family: visby;
    font-weight:400;
    src: url("../fonts/webfonts/visby/medium.otf") format("opentype");
}

@font-face{
    font-family: 'visby';
    font-weight: 500;
    src: url('../fonts/webfonts/visby/demibold.otf') format("opentype");
}

@font-face{
    font-family: 'visby';
    font-weight: 600;
    src: url("../fonts/webfonts/visby/bold.otf") format("opentype");
}

@font-face{
    font-family: 'visby';
    font-weight: 700;
    src: url("../fonts/webfonts/visby/extrabold.otf") format("opentype");
}

@font-face{
    font-family: 'visby';
    font-weight: 800;
    src: url("../fonts/webfonts/visby/heavy.otf") format("opentype");
}


#category-search-item {
    box-shadow: 4px 10px 8px 1px rgba(173,168,173,1);
}

#categories-jumbotron {
   background-image: linear-gradient(#fbb118, #fdd324   ); 
   font-family: 'visby';
}

.header-transparent {
    background-color: rgb(0 123 255 / 0%);
    border-bottom: 0px;
    backdrop-filter: saturate(100%) blur(0px);
}

.header-white {
    background-color: white;
    border-bottom: 0px;
    backdrop-filter: saturate(100%) blur(0px);
}

#header-bag{
    background-color: white  !important;
   box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
   font-size: 22px;
}

#category-name{
    background-image: linear-gradient(#fbb118, #fdd324   ); 
}

.category-brand {
    box-shadow: 2px 0px 5px 0px rgba(168,168,168,1);
}

.category-brand__image{
    max-width: 100%;
    max-height: 80%;
    margin-top: auto;
    margin-bottom: auto;
    object-position: center;
}


.choice-container__element{
    appearance: none;
    border-radius: 10px;
    border-color: gray;
    position: relative;
    padding: 0.1em;
}

.choice-container option{
    text-align: center;
}

.choice-container::after{
      content: '<>';
  font: 17px "Consolas", monospace;
  font-weight: bold;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  /*Adjust for position however you want*/
  
  top: 1.5em;
  padding: 0 0 2px;
  right: 15px;

  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.coop-checkout-icon{
background-color: white;
border-radius: 0.4em;
padding: 10px;
}

.coop-checkout-icon--dark{
    background-color:#e6e6e6;
}

.coop-checkout-icon__text{
    margin-top: 0.5em;
} 

.custom-header{
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 7vh;
    background-color: white;
}


.page-body{
    background-color: #f2f2f2;
}

#footer-bar{
    color: #999999;
    backdrop-filter: saturate(100%) blur(0px) !important;
    border-top: none !important;
    bottom: 0.5em ;
    border-radius: 0.5em;
    margin-left:auto;
    margin-right: auto;
    width: 60%;
    min-height: 20px;
    height: 40px !important;
    margin-bottom: 30px;
    opacity: 100%;
}

.coop-checkout-icon__text{
    font-weight: 600;
    font-size: 13px;
    color: black;
}


.branches {
    margin-top: 1em;
    margin-bottom: 1em;
}

.become_member{
    font-family: 'visby'  !important;
    background-color: #fcda2f;
}