/* Do not modify this file as it will be overwritten in future upgrades - use the problogger-custom.scss.liquid file instead */


/* OWL Slider Settings */

.owl-item {
  padding-left: 4px;
  padding-right: 4px;
}

.owl-theme .owl-controls .owl-page span {
  background: 0 0;
  border: 2px solid #685858;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  margin: 0 4px;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #685858;
  border-color: #685858;
}

.owl-theme .owl-controls {
  margin-top: 16px;
  margin-bottom: 16px;
}


.owl-carousel .owl-item a {
  text-decoration: none;
}

.owl-carousel .owl-item a:visited {
  text-decoration: none;
  color: inherit;
}

.owl-carousel .owl-item a::after {
  border-bottom: 0px;
}

/* href link management */

.pb-text-title-header a {
  color: inherit;
  position: unset;
}

.pb_image_wrapper + a {
  color: inherit;
  position: unset;
  display: flex;
} 

.pb_image_wrapper a {
  position: unset;
  display: flex;
}

.pb_image_wrapper a:visited {
  position: unset;
}

.pb-text-title-header a:visited  {
  color: inherit;
  position: unset;
}

.pb_image_wrapper + a:visited  {
  color: inherit;
  position: unset;
} 


/* Image Management */

.pb_image_wrapper {
  position: relative;
}

.pb_image_wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.pb_image_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Sale Icon */

.pb-image-hover-sale {
  position: absolute;
  width: 20%;
  transform: translate(-50%, -50%);
  top: 12%;
  right: -10%;
}

.pb-image-hover-sale svg {
  width: 100%;
  stroke: white;
  position: relative;
}

.related_articles_slider img {
  height: 100% !important;
  margin: 0px;
}

.related_products_slider img {
  height: 100% !important;
  margin: 0px;
}

.related_product_articles_slider img {
  height: 100% !important;
  margin: 0px;
}

/* Text Management */

/* .pb-text-wrapper {
  display: grid; 
  padding-left: 2px;
  padding-right: 2px; 
} */

.pb-text-title {
  width: 100%;
  text-align: center;
}

.pb-text-excerpt {
  text-align: center;
}

.pb-text-title-header {
  margin-bottom: 0px !important; 
  margin-top: 12px !important; 
  text-align: center !important;
}

.pb-text-vendor {
  width: 100%;
  text-align: center; 
  font-size: 14px; 
}
.pb-text-type {
  width: 100%;
  text-align: center; 
  font-size: 14px; 
}
.pb-text-metafield {
  width: 100%;
  text-align: center; 
  font-size: 14px; 
}

.pb-text-metafield.hide-empty {
  display: none;
}

.pb-text-rating {
  width: 100%;
  text-align: center; 
}

.pb-text-rating .spr-badge-caption {
  font-size: 8px;
  display: none;
}

.pb-text-price {
  width: 100%;
  text-align: center; 
}

.pb_on_sale {
  text-decoration: line-through;
  margin-right: 4px;
}

.pb-buy-button {
  width: 100%;
  text-align: center; 
  margin-top: 6px;
}

.pb_readmore {
  display: inline-flex;
  justify-content: center;
}

a.pb_readmore_link{
  font-size: 14px; 
  display: inline-flex;
}

a.pb_readmore_link::before {
  content: "\2192";
}

.pb_tags_list span {
  font-size: 14px;
  padding: 0 4px;
  backdrop-filter: contrast(0.5);
}

.pb-text-extras.one-tag, .pb-text-extras.multi-tags {
  align-items: end;
}
  

.pb-text-extras.no-tag .pb_readmore {
display: flex;
justify-content: center;
width: 100%;
}

.pb-text-extras.no-tag  {
align-items: end;
}

.pb-text-extras.one-tag .pb_readmore {
display: inline-flex;
width: 100%;
justify-content: right;
}

.pb-text-extras.multi-tag .pb_readmore {
display: inline-flex;
justify-content: center;
}

.pb-text-extras.multi-tag {
flex-direction: column-reverse;
}

.pb-text-extras.multi-tag .pb_tags_list  {
display: flex;
flex-wrap: wrap;
grid-gap: 4px;
justify-content: center;
}

/* span.pb-post-tag::before {
  content: "[";
}

span.pb-post-tag::after {
  content: "]";
} */

/* Headers */

.related_products_header {
  margin-top: 16px;
	margin-bottom: 16px;
}

.related_articles_header  {
  margin-top: 16px;
	margin-bottom: 16px;
}

.related_product_articles_header { 
  margin-top: 16px;
	margin-bottom: 16px;
}

.related_products_slider {
  margin-top: 16px;
	margin-bottom: 16px;
}

.related_articles_slider  {
  margin-top: 16px;
	margin-bottom: 16px;
}

.related_product_articles_slider { 
  margin-top: 16px;
	margin-bottom: 16px;
}

/* Buttons */

.pb-buy-button .btn {
  font-size: 12px;
  padding-left: 24px;
  padding-right: 24px; 
}

.related_articles-btn-all {
  width: 100%;
  text-align: center; 
  display: inline-block;
}

.pb-image-hover {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.pb_image_wrapper { 
  position:relative;
}

.pb_image_wrapper:hover .pb-image-hover {
  opacity: 1;
}

.pb-image-hover .btn {
  font-size: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.pb_image_wrapper:hover img {
  opacity: 1;
}

/* Mid Content Display */

.pb_mid_content_related_products {
  padding-bottom: 16px;
  border-bottom: 1px solid;
}

.pb_mid_content_related_products_header {
  padding-top: 16px;
  border-top: 1px solid;
}

/* Articles Section */
.related_articles_section {
 width: 100%; 
}

/* Item Flex Conversion */

.owl-wrapper {
  display: flex !important;
}

.owl-carousel .owl-item {
  display: flex;
}

.pb_content_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pb_image_wrapper {
  width: 100%;
}

.pb-buy-button {
  align-items: end;
}

.pb-text-wrapper {
  height: 100%;
  padding-bottom: 12px;
}

.pb-text-wrapper {
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  grid-row-gap: 6px;
  margin-top: 0px;
}

.pb-text-wrapper div:last-child:not(.lai-group-star, .pb_readmore, .pb_tags_list, .lfs-rmb-container, .lfs-rmb-wrapper, .lfs-rmb-rating-listing, .lfs-rmb-rating-group) {
  display: flex;
  justify-content: center;
  height: 100%;
}

/* Owl 2.3.4  */

 .owl-nav:not(.disabled) {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 28px;
}

 .owl-dots:not(.disabled) {
  display: flex;
  width: 100%;
  justify-content: center;
  grid-gap: 2px;
  height: 12px;
  margin-top: 12px;
}

 .owl-dot span {
  background: 0 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  margin: 0 4px;
  border: 2px solid #685858;
}

 .owl-dot.active span {
  background: #685858;
  border-color: #685858;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-stage-outer {
  display: flex;
}
/* Printer */

.pb_print_wrapper {
  display: flex;
  grid-gap: 4px;
}

.pb_print_btn {
  display: flex;
  cursor: pointer;
}

.pb_print_btn_text {
  display: flex;
  justify-items: center;
  align-items: center;
  cursor: pointer;
}