.sa-gate {
  z-index: 100001;
  /*width: 75%;*/
  min-width: 300px;
  height: 100%;
  min-height: 100%;
  background: 0 0 #ffffff;
  /*border-radius: 8px;
  border: 1px solid #dedede;*/
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.sa-gate .header1 {
  margin: 0;
  padding: 20px;
  text-align: left;
  background: #2596BE;
  border-bottom: 1px solid #DEDEDE;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #FFF;
}
.sa-gate input.main {
  font-size: 16px;
  letter-spacing: .64px;
  padding: .75rem;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(34, 32, 32);
  text-overflow: ellipsis;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}
/*.sa-gate .h-divider {
  margin: auto;
  margin-top: 80px;
  width: 100%;
  position: relative;
}

.sa-gate .h-divider .shadow {
  overflow: hidden;
  height: 20px;
}

.sa-gate .h-divider .shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}

.sa-gate .h-divider .text {
  width: 100px;
  height: 45px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -33px;
  left: 50%;
  margin-left: -60px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}

.sa-gate .h-divider .text i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 50px;
  font-style: normal;
  color: #999;
}

.sa-gate .h-divider .text2 {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -35px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}

.sa-gate .h-divider img {
  position: absolute;
  margin: 4px;
  max-width: 60px;
  border-radius: 100%;
  border: 1px dashed #aaa;
}
*/

.sa-gate .divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
    margin-top: 70px;
    margin-bottom: 50px;
}


/*
  The grid itself needs only 4 CSS declarations:
*/

.sa-gate .myGallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr; /* Stack on mobile */
}

/* Three images side by side on desktop */
@media (min-width: 768px) {
  .sa-gate .myGallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sa-gate .myGallery img {
  width: 100%;
}

/*
  And here are some declarations for the image caption.
  Just hover over one of the last 5 images to see it.
*/

.sa-gate .myGallery .item {
  position: relative;
  overflow: hidden;
}

.sa-gate .myGallery .item img {
  vertical-align: middle;
}

.sa-gate .myGallery .caption {
  margin: 0;
  padding: 1em;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  transition: transform 0.5s;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.7);
  color: rgb(255, 255, 255);
}

.sa-gate .myGallery .item:hover .caption {
  transform: translateY(0%);
}

.sa-gate form input, .sa-gate form select, .sa-gate form label{
  margin-top: 10px;
}

/* Form labels - Modern flexbox layout */
.sa-gate form label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  margin-left: 8px;
}

/* Tablet adjustments */
@media only screen and (min-width: 768px) {
  .sa-gate form label {
    margin-right: 18px;
  }
}
#containerP {
    width: 100%;
    height: 8px;
    margin: 20px;
    position: relative;
}

#containerP > svg {
    width: 10%;
    display: block;
}
.rudr_variations select, .rudr_variations a, .rudr_variations input{
  width: 100% !important;
  margin: 2px;
}
.sa-hide{
    display: none !important;
}
.variation_price{border-right: 1px solid #dadada;border-left: 1px solid #dadada;padding: 16px 10px;display:none;}
.variation_price .price{font-size: 20px;line-height: 1;vertical-align: middle;padding: 0;}
.rudr_variations .nm-quantity-wrap.qty-show label{display: block;position: absolute;top: 0;left: 16px;text-align: left;color: #282828;line-height: 42px;}
.rudr_variations .nm-qty-label-abbrev{display:none !important;}
.rudr_variations .input-text.qty{width:26px !important;}
.rudr_variations .nm-quantity-wrap div.quantity{float:right;}