.custom-product-page {
  padding-top: 40px;
}

.woocommerce-product-gallery {
  max-width: 470px;
  margin: 0 auto;
}

.product-thumbnails img {
  margin-bottom: 0;
  opacity: 1;
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: translateY(-0px) !important;
  border: 0 !important;
}

.product-thumbnails a {
  cursor: pointer;
  position: relative;
  padding: 2px;
  width: 58px;
  height: 58px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border: 1px solid #2daaef !important;
}

.image-tools.bottom.left {
  display: none !important;
}

h1.product-title {
  font-size: 36px;
  font-weight: 500;
}

.text-note *,
.product-short-description * {
  margin-bottom: 0;
}

.tabbed-content .nav-tabs > li {
  margin: 0;
}

.nav-tabs > li > a {
  background-color: #fff;
  float: left;
  border: 1px solid #ccc;
  outline: 0;
  cursor: pointer;
  padding: 6px 12px;
  transition: 0.3s;
  border-bottom: none;
  position: relative;
  color: #2b3033;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.4;
  text-transform: none;
}

.nav-tabs + .tab-panels {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background-color: #fbfcfd;
  position: relative;
  top: -1px;
}

.nav-tabs > li.active > a {
  border-color: #ccc;
  background-color: #fbfcfd;
}

.available-styles .carousel {
  padding-left: 0;
  margin-bottom: 0;
  animation: fadein 0.7s;
  transition-timing-function: ease-out;
}

.available-styles .carousel li {
  list-style: none;
  display: inline-block;
  margin: 0;
}

.available-styles .product-item {
  display: inline-block;
  position: relative;
}

.available-styles .product-item img {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  cursor: pointer;
}

.available-styles .product-item.selected img {
  border: solid 2px #2daaef;
  border-radius: 5px;
}

.variations_form .ux-swatch {
  font-size: 16px;
  color: #000;
}

.variations_form .ux-swatch.selected {
  box-shadow: 0 0 0 1px #2daaef !important;
}

.variations_form .ux-swatch.ux-swatch--label.selected,
.variations_form .ux-swatch.ux-swatch--image.selected {
  background-color: #2daaef;
  color: #fff;
  font-weight: 700;
}

.badge-container {
  display: none !important;
}

.ux-swatch--image .ux-swatch__text {
  display: block;
}

.variations_form .ux-swatch img {
  display: none;
}

.custom-product-tabs .tab-buttons {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.custom-product-tabs .tab-buttons li {
  background-color: #fff;
  float: left;
  border: 1px solid #ccc;
  outline: 0;
  cursor: pointer;
  padding: 6px 12px;
  transition: 0.3s;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin: 0 !important;
}

.custom-product-tabs .tab-buttons li:first-child {
  border-right: 0;
}

.custom-product-tabs .tab-buttons li.active {
  background: #fbfcfd;
  border-bottom: 1px solid #fbfcfd;
}

.custom-product-tabs .tab-content .tab-pane {
  display: none;
}

.custom-product-tabs .tab-content .tab-pane.active {
  display: block;
}

.tab-content {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background-color: #fbfcfd;
  position: relative;
  top: -1px;
}

.product-price {
  padding-top: 10px;
}

span.amount {
  color: #3a8a27;
  font-size: 18px;
}

del span.amount {
  font-size: 14px;
  color: #2b3033;
  opacity: 1;
}

table.variations .label {
  padding: 0;
}

table.variations label {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}

.variations_form tbody tr {
  display: grid;
}

.ux-swatches {
  margin: 0;
}

.available-styles {
  padding: 15px 15px 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fbfcfd;
}

.reset_variations_alert,
.single_variation_wrap,
.reset_variations {
  display: none !important;
}

.carousel-container {
  padding: 0 5px 0 0;
  width: auto;
  overflow: auto;
  margin-left: 0;
  margin-right: 1px;
  margin-bottom: 0;
  white-space: nowrap;
}

.qty-and-add-cart-container {
  margin-top: 15px;
}

.qty-and-add-cart-container .col {
  padding-bottom: 0;
}

.qty-and-add-cart-container .quantity {
  border: 1px solid #eee;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 80px;
}

.quantity select {
  border: 1px solid #c6c6c6;
  box-shadow: none !important;
}

button.add-to-cart-btn {
  background: #4ab742;
  border: 2px solid #33802e;
  border-bottom-width: 4px;
  border-radius: 4px;
  width: 100%;
  display: block;
  margin: 0;
  padding: 18px;
  line-height: 31.25px;
  font-size: 22px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
  color: #fff;
}

.col-images .vertical-thumbnails .col {
  position: relative;
}

.woocommerce-product-gallery__wrapper .loader {
  width: 9em;
  height: 9em;
}

#prd-gallery .loading-spinner {
  background-color: rgb(255, 255, 255, 50%);
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.box-loader {
  position: absolute;
  width: 100%;
  height: 80vh;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}

.box-loader .loader {
  width: 11em;
  height: 11em;
}

.content-prd {
  display: none;
}

@media screen and (min-width: 850px) {
  .col-images .large-2 {
    max-width: 59px;
    flex-basis: 59px;
  }

  .col-images .large-10 {
    max-width: calc(100% - 59px);
    flex-basis: calc(100% - 59px);
  }

  .col-images .vertical-thumbnails .col {
    width: 100% !important;
    margin: 0 !important;
    left: 1px !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
  }

  #prd-tabs2 {
    display: none;
  }
}

.col-images h1.product-title {
  display: none;
}

@media only screen and (max-width: 48em) {
  h1.product-title,
  #prd-tabs {
    display: none;
  }

  .col-images h1.product-title {
    display: block;
    font-size: 18px;
    text-align: center;
  }

  .qty-and-add-cart-container .col:first-child {
    margin-bottom: 15px !important;
  }
}
