/* RESET */
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
    box-sizing: border-box;
  }
  /* 2. Remove default margin */
  * {
    margin: 0;
  }
  body {
    /* 3. Add accessible line-height */
    line-height: 1.5;
    /* 4. Improve text rendering */
    -webkit-font-smoothing: antialiased;
  }
  /* 5. Improve media defaults */
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }
  /* 6. Inherit fonts for form controls */
  input, button, textarea, select {
    font: inherit;
  }
  /* 7. Avoid text overflows */
  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }
  /* 8. Improve line wrapping */
  p {
    text-wrap: pretty;
  }
  h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
  }
  /*
    9. Create a root stacking context
  */
  #root, #__next {
    isolation: isolate;
  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
.hidden {
    display:none;
}

  @font-face {
  font-family: "Xolonium-Bold";
  src: url(fonts/Xolonium-Bold.woff2);
  }

  /* @font-face {
  font-family: "Montserrat-Regular";
  src: url(Montserrat-Regular.ttf);  
  } */

  @font-face {
  font-family: "Roboto-Regular";
  src: url(fonts/Roboto-VariableFont_wdth\,wght.ttf);  
  }
  .petit-formal-script-regular {
    font-family: "Petit Formal Script", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .oleo-script-regular {
    font-family: "Oleo Script", system-ui;
    font-weight: 100;
    font-style: normal;
  }
  
  .oleo-script-bold {
    font-family: "Oleo Script", system-ui;
    font-weight: 100;
    font-style: normal;
  }

  a {
    text-decoration: none;
    color: inherit;
  }
  
  /* ul {
    list-style: none;
  } */

h6 {
  font-size: medium;
  font-weight: 600;
  color: var(--conmaBlue);
  opacity: .8;
}  

:root {
    --clr-dark-orange: rgb(245, 129, 27);
    --clr-light-orange: rgba(250, 188, 94, 0.3);
    --clr-conma-green: rgb(217, 235, 235);
    --conmaBlue: #007096;
    --conmaGrey: rgb(219, 219, 221);
    --grantsOrange: #eea113;
    --conmaFont: Montserrat-Regular, sans-serif ;
}
.product-carosel-label {
  color: var(--conmaBlue);
  background-color: var(--grantsOrange);
  height:25px;
  padding: 0;
}

body {
    font-family:'Roboto-Regular';
    font-weight: 300;
    font-size: medium;
    margin: 0px;
    padding:0px;
    line-height: 1.1;
}

hr {
    border-color:var(--grantsOrange);
    border-width: 3px;
    border-style: solid;
    padding: 0;
    margin: 0;
    opacity: 1;
    width: 100%;
}

.navbar  {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
}

.category-heading {
  font-family: var(--conmaFont);
  color: var(--conmaBlue);
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  padding: 0;
  padding-top: 10px;
}
.category-heading-grid {
  font-family: var(--conmaFont);
  color: var(--conmaBlue);
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}

.product-blurb {
    padding: 0 0px;
    text-align: justify;
    line-height: 1.3;
    font-size: 14px;
    margin: 0px;
    display: none;
}
.product-img {
    display: none;
    height: 100%;
}
.product-img img {
    height: 100%; 
    object-fit: cover;
}
    
.product-blurb tr {
    vertical-align: top;
}
.product-blurb td {
  padding-left: 0;
  width: 45%;
  text-align: left;
}
.product-options-grid {
  display:grid;
  grid-template-columns: repeat(auto-fit,140px);
  justify-content: center;
  padding: 5px;
  margin-top: auto;
  margin-bottom: auto;
}
.product_addCart_btn:hover {
    transform: scale(1.1);
}
.product-card {
    height:auto;
    width: 180px;
    padding: 1px;
}
.product-card-img {
    height: 100px;
    width: auto;
    object-fit:scale-down;
    padding-top: 20px;
    /* border-bottom-left-radius: 2em;
    border-top-right-radius: 2em; */

}
.product-card-img-lg {
    /* border-bottom-left-radius: 2em; */
    border-top-right-radius: 2em;
}


#nestingrackdemo {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--conmaBlue);
}
#frenchstickdemo {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--conmaBlue);
}
#pietindemo {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--conmaBlue);
}



#dimensions-grid {
  background-color: #f1eded;
  font-size: 12px;
  margin: 30px;
  border-radius: 20px;  
}

#dimensions-grid table {
  margin: auto;
  padding:5px; 
  border-spacing: 5px 30px;
}
#dimensions-grid table th, #dimensions-grid table td {
  padding: 5px 15px;
}

#dimensions-grid table tr:nth-child(even) {
    background-color:whitesmoke;
}

#card-grid {
    padding-bottom: 20px;
    padding-left: 2px;
    padding-right: 2px;
}
.card {
    border-bottom-left-radius: 2em;
    border-top-right-radius: 2em;
}
.card-body {
  font-size: small;
}
.card-prodcode {
  display:inline-flex;
  font-size: 10px;
  color: darkgray;
  text-align: left;
  /* margin-top: 20px; */
  /* margin-right: 0; */
  /* margin-right: auto; */
  position: absolute;
  top: 1px;
}
.card-btn-prodcode {
  display:flex;
  position: absolute;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-top: auto;
  bottom: 1px;
  right: 1px;
}
#product-card {
    height: 220px;
}

.label-select-options {
  margin-top: 15px;
  color: var(--conmaBlue);
}
.form-select {
  width: 130px;
  color: var(--conmaBlue);
  font-size: 12px;
}



.about-blurb {
    padding: 0;
    text-align: justify;
    line-height: 1.5;
    font-size: 16px;
    margin: 0px;
}
.blurb {
    padding: 2rem;
    text-align: left;
    line-height: 1.5;
    margin: 0px;
    background-color: rgb(240, 238, 238);
    border-radius: 0rem;
}
.blurb_start {
    font-size: 150%;
    font-style: italic;
}
.blurb_heading {
    padding: 5px;
    font-size: 150%;
    font-weight: 400%;
    text-align: center;
    line-height: 1.1;
    margin: 20px;
}


.home-banner {
  text-align: center;
  font-family:var(--conmaFont);
  font-size: 3vw;
  letter-spacing:5px;
  font-weight: 400;
  /* font-style: italic; */
  text-shadow: 2px 2px 20px #000000;
  line-height: 1.5;
  background-image: url(images/breads-fade4.png);
  background-size:cover;
  background-color: rgb(124, 124, 124);
  background-blend-mode:multiply;
  color:white;
  padding: 5px;
}

.home-banner-2 {
    color: rgb(247, 245, 245);
    text-shadow: 2px 2px 20px #000000;
    /* font-family:"Oleo Script"; */
    letter-spacing: 7px;
    font-style: italic;
    font-size: 2.5vw;
    font-weight: 200%;
    text-align: center;
    line-height: 1.5;
}
.home-banner-slogan {
    /* font-family: "Petit Formal Script"; */
    font-family: var(--conmaFont);
    font-size: 150%;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 3px;
    color: var(--grantsOrange);
    text-align: center;
    padding: 0px;
    padding-top: 10px;
    /* text-shadow: 2px 2px 5px #5a5959; */
}
.home-products {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width:175px;
}
/* Centered text */
.centered {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:var(--conmaBlue);
  font-weight: 400;
  font-size: 120%;
  outline-color: #000000;
  outline-width: 1px;
  /* text-shadow: 0px 0px 5px var(--conmaBlue); */
}
.home-footer {
  position:absolute;
  bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
.footer-bottom {
  font-size: 14px;
}


.contact_tabR {
    font-size: 14px;
    text-align: left;
    font-weight: 300;
}
.contact_container {
    display: flex;
    /* padding: 30px; */
    flex-wrap: wrap;
    margin-top: 10px;
}
.contact_box {
    /* flex:1; */
    /* padding: 0px; */
    line-height: 1.5;
    /* display: inline;*/
} 
th, td {
padding: 5px;
}




@media screen and (max-width: 600px) {
  .centered {
      font-size: 100%;
  }
  .home-banner-slogan {
      font-size: 100%;
  }
  .footer-bottom {
      font-size: 9px;
  }

}
/* @media (min-width: 767px) and (max-width: 992px) {
  .centered {
      font-size: 100%;
  }
}
@media (min-width: 992px) {
  .centered {
      font-size: 100%;
  }
} */