/*
Theme Name: Peter Pepper Custom
Theme URI: https://peterpepper.com
Author: Makeway
Author URI: https://makeway.is
Description: Custom theme for peter pepper
Version: 1.0.0
Text Domain: peter-pepper
*/
.line1 {
  font-weight: bold;
  padding-top: 5px;
}

.buttonContainer {
  padding-bottom: 40px;
}

.buttonContainerSlideshowProducts {
  padding-bottom: 20px;
}

.requestQuoteBtn {
  background-color: #fff;
  border: 1px solid #979797;
  -webkit-box-shadow: 2px 2px 0px 0px #979797;
  box-shadow: 2px 2px 0px 0px #979797;
  font-size: 11px;
  text-decoration: none;
  padding: 3px 8px;
  box-sizing: border-box;
  width: 77px;
  height: 28px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.columns .column {
  padding: 10px 0;
  /* border-top: 1px solid #a8a8a8; */
  /* border-bottom: 1px solid #a8a8a8; */
  float: left;
  width: 47.5%;
}

.productHeroText {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gallery img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-item {
  flex: 1 1 calc(33.333% - 10px);
  box-sizing: border-box;
}
.pics.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pics.gallery .thumbnail {
  width: 120px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.pics.gallery .thumbnail:hover {
  transform: scale(1.1);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-item {
  flex: 1 1 auto;
  margin: 0 5px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
