#slideset1 > * {visibility: hidden; position: absolute;
  top: 0; left: 0; animation: 1s autoplay1 infinite}

@keyframes autoplay1 {
  0% {visibility: visible}
  50% {visibility: hidden}
}

#slideset1 > *:nth-child(1) {animation-delay: 0s}
#slideset1 > *:nth-child(2) {animation-delay: 0.5s}

.hwb-ani-logo {
  width: 10%;
  margin-left: 45%;
  margin-top:10%;
  filter: grayscale(100%);
}

.index-image-item {
  width: 100%;
}
.index-image {
  width: 100%;
}

.events-c1 {
    padding-top: 30%;
}
.contacts-c1 {
    padding-top: 2%;
}
.about-c1 {
    padding-top: 15%;
}
.about-c2 {
    padding-top: 5%;
}
.about-c3 {
    padding-top: 2%;
}
.about-me {
    height:auto;
    width:30%;
}

.container {
  /*margin-top: 25%;*/
  width: 100%;
}

.hwb {
  padding-left: 0px;
  padding-right: 0px;
}

.logo {
  /*margin-right: 150px;*/
  margin-left: 10%;
  padding-top: 15px;
  width:50px;
  height:100%;
}

.hwb-left {
  padding-left: 15%;
  padding-top: 10%;
  padding-bottom: 25%;
}
.hwb-mid {
 padding-top: 15%;
 padding-left: 3%;
}
.hwb-right {
 padding-top: 3%;
 padding-left: 15%;
}

.hidden {
 display: none;
}

@media (min-width: 650px) {
    .logo {
      width:100px;
    }
}

@media (min-width: 768px) {
    .hwb-left {
      padding-top: 5%;
      padding-bottom: 5%;
    }
    .hwb-mid {
      padding-top: 10%;
    }
    .hwb-right {
      padding-top: 18%;
      padding-left: 1%;
    }
}

@media (min-width: 992px) {
    .hwb-left {
      padding-top: 40%;
      padding-bottom: 0%;
      padding-left: 5%;
    }
    .hwb-mid {
      padding-top: 8%;
    }
    .hwb-right {
      padding-top: 20%;
      padding-left: 2%;
    }
}


.copytext {
  font-size: 7pt;
  /*padding-left: 62px;*/
  padding-right: 10%;
}

.copytext .mini-logo {
  width:10px;
  height:100%;
}
.copytext a {
  color:#000000;
}
.copytext a:link {
  text-decoration: none;
}
.copytext a:visited {
  text-decoration: none;
}

.product-details-title a:link, .product-details-title a:visited {
  color:#000000;
  text-decoration: none;
}

.product-name-badge.odd {
    box-shadow: 2px 2px 5px black;
    padding-left: 2%;
    padding-right: 2%;
    color: #000;
    background-color: #a0a4a8;
    position: absolute;
    bottom: 3%;
    left: 5%;
    font-size: 15pt;
    font-family: "Lucida Console", "Courier New", monospace;
}

.product-name-badge.even {
    box-shadow: 2px 2px 5px black;
    padding-left: 2%;
    padding-right: 2%;
    color: #000;
    background-color: #a0a4a8;
    position: absolute;
    bottom: 3%;
    right: 5%;
    font-size: 15pt;
    font-family: "Lucida Console", "Courier New", monospace;
}

.product-index-container {
  position: relative;
  text-align: center;
  color: white;
}

.menu {
  padding-left: 10px;
  padding-top: 15px;
}
.menutext:link, .menutext:visited {
  text-decoration: none;
}
.menu .dropdown-menu {
  margin-top: 15px;
  font-size: 12pt;
  font-family: "Lucida Console", "Courier New", monospace;
  background-color: rgba(255, 255, 255, 0.6);
}
.dropdown-item {
  color: #000000;
}
.dropdown-menu-right {

}
.menu img{
  width: 80%;
  max-width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.shopping-bag {
  /*margin-right: 5%;*/
  margin-top: 10px;
  width: 40px;
  background: url('/static/images/shopping-bag.png') no-repeat center;
  background-size: 40px, 40px;
}
.shopping-bag .bag-link {
  /*width: 40px;*/
  width: 100%;
  height: 40px;
  color: #000000;
  display: none;
}
.bag-link:link {
  text-decoration: none;
}
.bag-link:visited {
  text-decoration: none;
}

.shopping-bag .bag-count {
  /*width: 40px;*/
  width: 100%;
  padding-top: 12px;
}

.gallery-container {
  display: flex;
  justify-content: center;
/*  height: 678px;*/
/*  max-height: 678px; */
/*  height: auto;
  width: 100%;*/
}

.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.thumbnails img {
  width: 100%;
  max-width: 40px;
  height: auto;
  cursor: pointer;
}

.scrollbar {
  width: 1px;
  background: #ccc;
  display: block;
  margin: 0 0 0 8px;
}

.thumb {
  width: 1px;
  position: absolute;
  height: 0;
  background: #000;
}

.slides {
/*  margin: 0 16px;*/
  margin: 0 0px;
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
  /*width: calc(540px + 1rem);*/
  /*width: 100%;*/
  height: auto;
  /*max-height: 678px;*/
  padding: 0 0.25rem;
  /*height: 678px;*/
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
}

.slides > div {
  scroll-snap-align: start;
}

.slides img {
  width: 100%;
  height: auto;
  max-width: 540px;
  max-height: 690px;
/*  width: 540px;
  height: 100%;*/
  object-fit: cover;
}

.slides::-webkit-scrollbar {
  display: none;
}

/* product details */
.product-container {
  padding-top: 30%;
}

.product-title {
}

.product-title h1 {
  font-size: 18px;
}

.product-description {
  font-size: 10pt;
}

.product-id {
  padding-top: 15px;
  font-size: 9pt;
}

.product-price {
  padding-top: 20px;
  font-size: 9pt;
}

.selection-header {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 9pt;
}

.product-sizes, .product-heights {
 /* padding-top: 10px;*/
}
.product-sizes .list-group-item, .product-heights .list-group-item {
/*  border: 0px*/
  cursor: pointer;
}
.product-sizes .list-group-item, .product-heights .list-group-item {
  font-size: 9pt;
  padding: 0.15rem 3rem;
}
.product-sizes .list-group-item.active, .product-heights .list-group-item.active {
  color: #fff;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.product-color-selection-link {
  text-shadow: 2px 2px 5px grey;
  font-size: 20pt;
  cursor: pointer;
}
.product-color-selection-link a:hover, .product-color-selection-link .active{
  text-shadow: 2px 2px 5px black;
}

.product-add-to-cart {
  padding-top: 35px;
}
.product-add-to-cart button {
  padding-top: 1px;
  padding-bottom: 5px;
}
.product-add-to-cart small {
  font-size: 8pt;
}
.product-add-to-cart-info small {
  padding-top: 10px;
}

/* product description */
.product-details {
}
.product-details-title {
  fond-size: 8pt;
}
.product-details .header {
  padding-top: 0%;
}
.product-details .product-details-title {
  font-size: 10pt;
  padding-bottom: 10px;
}
.product-details .product-details-content {
  font-size: 8pt;
}

a.product-color-black {
  color: black;
}
a.product-color-darkblue {
  color: darkblue;
}
a.product-color-grey {
  color: grey;
}
a.product-color-darkred {
  color: darkred;
}
a.product-color-goldenrod {
  color: goldenrod;
}
a.product-color-brown {
  color: brown;
}
a.product-color-purple {
  color: purple;
}
a.product-color-beige {
  color: beige;
}
a.product-color-white {
  color: white;
}

.buy-now-btn-div {
  padding-top: 10px;
}
.buy-now-btn {
  /*margin-left: 10px;*/
}

.shopping-bag-title {
  padding-top: 25%;
  font-size: 12pt;
  padding-bottom: 25%;
}
.shopping-bag-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.shopping-bag-bottom {
  margin-top: 10px;
  padding-bottom: 50px;
}
.shopping-bag-price {
  margin-bottom: 30px;
}
.hwb-btn {
  font-size: 9pt;
}

.shopping-bag-shipping-price, .shopping-bag-shipping-type, .shopping-bag-shipping-delivery-estimate, .shopping-bag-price {
 height: 30px;
}

.shopping-bag-shipping {
 padding-bottom: 3px;
}

#inputShippingCountry {
 font-size: 80%;
 font-weight: 400;
}

.page-msg {
  padding-top: 20%;
}

.bs-popover-left {
  margin-right: -2%;
}


.form-control.notes {
  font-size: 9pt;
}

.vintage-product-img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.embed-container-vintage {
  position: relative;
  padding-bottom: 56.25%;
}

.embed-container-vintage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}