.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.wootify-variants {
  color: #666;
  font-weight: 500;
  font-size: 0.9em;
}

.slick-dots {
  bottom: 0px !important;
}
.wc-item-meta p {
  display: contents;
}

.price-wrapper.wootify-price {
  padding: 15px 0;
}

.wootify-price * {
  color: #c83147;
  font-size: 18px;
  font-weight: 600;
}
.wootify-price del,
.wootify-price del * {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.product-summary .woocommerce-Price-currencySymbol {
  font-size: 18px !important;
}

.wootify_flex > div {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.wcpa_helptext {
  margin-left: 5px;
  font-weight: normal;
}
.wcpa_color {
  margin-right: 8px;
  margin-bottom: 8px;
}
.wootify_w > .wootify-thumbnail .wcpa_color {
  width: 15%;
}
.wootify_w > div label {
  cursor: pointer;
}

.wootify_w input[type="radio"],
.wootify_w input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  margin: 0;
}
.wootify-uploadfile input[type="text"] {
  position: absolute;
  opacity: 0;
  margin: 0;
}
.wootify_w > .wootify-thumbnail label {
  display: inline-block;
  border: 2px solid transparent;
}
.wootify_w > .wootify-thumbnail input[type="radio"]:checked + label,
.wootify_w > .wootify-thumbnail input[type="checkbox"]:checked + label {
  border-color: #333;
}

.wootify_w > .wootify-color label {
  min-width: 40px;
  height: 40px;
}
.wootify_w > .wootify-color label span {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 30px;
}

.wootify_w > .wootify-color input[type="radio"]:checked + label span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 12px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #fff;
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -7px;
  margin-left: -3px;
}

.wootify_w > .wootify-button label {
  color: #333;
  border: 1px solid #666;
  background: #fff;
  font-weight: 400;
  height: 40px !important;
  line-height: 40px !important;
  min-width: 45px !important;
  padding: 0 10px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}
.wootify_w > .wootify-button label:hover {

}

.wootify_w > .wootify-button input[type="radio"]:checked + label {
  background-color: #333;
  color: #fff;
}
.wootify-row {
  display: flex;
}

.wootify-gallery {
  position: relative;
}
.vertical-thumbnails .wootify-thumbnails {
  width: 15%;
}
.vertical-thumbnails .wootify-thumbnails img {
  margin-bottom: 8px;
}

.vertical-thumbnails .wootify-gallery {
  margin-left: 10px;
  width: calc(100% - 15% - 10px);
}
.wootify-gallery .pagebar {
  display: none;
}
.image-list {
  overflow: hidden;
}

.wootify-gallery img:not(:first-child) {
  display: none;
}
.wootify-thumbnails img {
  opacity: 0.5;
  border: 1px solid transparent;
}
.wootify-thumbnails .slick-current img {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.3);
}

.hidden{
	display:none
}

@media screen and (max-width: 849px) {
  .wootify-gallery .pagebar {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 20px;
    background: #fff;
    border-radius: 10px;
    opacity: 0.8;
    z-index: 99999;
    padding: 0 12px;
    font-size: 14px;
  }
  .px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }
  .vertical-thumbnails .wootify-thumbnails {
    display: none !important;
  }
  .vertical-thumbnails .wootify-gallery {
    margin-left: 0;
    width: 100%;
  }
  .slick-dots li button:before {
    font-size: 10px !important;
  }
}