/*
 Theme Name:     IDPLR
 Theme URI:      https://www.idplr.com
 Description:    IDPLR theme for Divi
 Author:         idplr.com
 Author URI:     https://www.idplr.com
 Template:       Divi
 Version:        1.2.0
*/

/**** General styling ****/
:root {
  --shop-font-family: "Quicksand", "Montserrat", Helvetica, Arial, Lucida,
    sans-serif;
  --shop-theme-color-1: #f35b50;
  --shop-theme-color-2: #ff6161;
  --shop-theme-color-1-dark: #a52b22;
  --shop-theme-header-background: #111827;
  --shop-theme-footer-background: #cbd5e1;
  --shop-theme-ornament-color-1: #f0ffda;
  --shop-theme-ornament-color-2: #c4ef86;
  --shop-theme-white-1: #ffffff;
  --shop-theme-gray-1: #ededed;
  --shop-theme-gray-2: #f1f5f9;
  --shop-theme-highlight-color: #00ff5d;
  --shop-theme-color-text-dark: #333333;
  --shop-theme-color-text-light: #ffffff;
}
body,
input,
textarea,
select {
  font-family: var(--shop-font-family);
}
a {
  color: var(--shop-theme-color-1);
}
a:hover {
  color: var(--shop-theme-color-2);
}
a,
a:hover {
  text-decoration: none;
}
.plr-pub-button {
  display: inline-block;
  position: relative;
  background-color: var(--shop-theme-color-1);
  color: #fff;
  border: 2px solid;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 22px;
  border-width: 0;
  cursor: pointer;
  line-height: 1.6em;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 300ms ease 0ms;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .plr-pub-button {
    padding: 8px 16px !important;
  }
  .plr-pub-download-button {
    font-size: 16px;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .plr-pub-button {
    padding: 9px 19px;
  }
  .plr-pub-download-button {
    font-size: 18px;
  }
}
.plr-pub-button:focus {
  outline: none;
}
.plr-pub-button:hover {
  transform: none;
  opacity: 0.8;
}
a.plr-pub-button:hover {
  color: #fff;
}
.plr-pub-button-secondary {
  color: var(--shop-theme-color-1);
  background-color: #fff;
  border: 2px solid var(--shop-theme-color-1);
  border-width: 1px;
}
.plr-pub-button-secondary:hover {
  color: #fff;
  background-color: var(--shop-theme-color-1);
}
.plr-pub-button-sm {
  font-size: 14px;
  padding: 8px 16px;
}
.plr-pub-button-xs {
  font-size: 11px;
  padding: 8px 16px;
}
.plr-pub-color-shop-theme-color-1 {
  color: var(--shop-theme-color-1);
}
.plr-pub-container-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
}
.plr-pub-container-fluid-no-padding {
  padding-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
#main-content .container:before {
  width: 0;
}
.plr-pub-info,
.plr-pub-message {
  background: #fff;
  box-shadow: 1px 10px 40px -15px rgba(25, 25, 26, 0.17);
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 2px solid #eee;
  border-radius: 6px;
  padding: 15px;
  margin: 0 0 2em;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.plr-pub-info::after {
  content: "";
  clear: both;
}
@media (max-width: 991px) {
  .plr-pub-content-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .plr-pub-content-mobile {
    display: none;
  }
}
.plr-pub-price-strikethrough {
  text-decoration: line-through;
}
.plr-pub-listing-container .plr-pub-listing-title,
.plr-pub-listing-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.plr-pub-listing-container .plr-pub-product-card .plr-pub-product-card-image,
.plr-pub-listing-sidebar-container
  .plr-pub-product-card
  .plr-pub-product-card-image {
  box-shadow: none;
  height: 200px;
  width: auto;
  max-height: 200px;
  max-width: 100%;
  margin: 0 auto 16px;
  display: block;
  position: relative;
  object-fit: contain;
  z-index: 1;
}
.plr-pub-listing-container .row.mb-5 {
  margin-bottom: 0;
}
.plr-pub-listing-container .row .col,
.plr-pub-listing-sidebar-container .row .col {
  padding: 0;
  margin-bottom: 3rem;
}
.plr-pub-listing-container .plr-pub-product-card .plr-pub-product-card-body {
  padding: 20px 0;
}
.plr-pub-listing-container
  .plr-pub-product-card
  .plr-pub-product-short-description {
  margin-top: 0;
  padding-bottom: 1em;
}
.plr-pub-listing-container
  .plr-pub-product-card
  .plr-pub-product-card-property {
  padding-bottom: 0;
}
.plr-pub-listing-container .plr-pub-product-card .plr-pub-product-card-title {
  font-size: 24px;
  font-weight: 600;
}
.plr-pub-listing-container
  .plr-pub-product-card
  .plr-pub-product-card-property
  span:first-child {
  font-weight: 700;
}
.plr-pub-listing-container .plr-pub-product-card .plr-pub-product-card-text,
.plr-pub-listing-container
  .plr-pub-product-card
  .plr-pub-product-card-property {
  color: #777;
}
.plr-pub-listing-container .plr-pub-product-card {
  transition: 0.2s ease;
  padding: 0 35px 35px;
  min-width: 300px;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.plr-pub-result-count {
  margin: 0 0 2em;
  font-weight: 500;
  font-size: 14px;
}
.plr-pub-listing-pagination .pagination {
  display: block;
  text-align: center;
  clear: both;
}
.plr-pub-listing-pagination .page-numbers {
  padding: 7px 12px;
  font-weight: 700;
  font-size: 18px;
  background: #f6f8fb;
  border: 2px solid #f6f8fb;
  transition: 200ms all ease;
}
.plr-pub-listing-pagination .page-numbers:hover {
  background: 0 0;
}
.plr-pub-listing-container-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5555555555555;
}
.plr-pub-listing-sidebar-container
  .plr-pub-product-card.plr-pub-product-card-top:after {
  display: none;
}
@media (max-width: 768px) {
  .plr-pub-listing-container .row .col {
    border-right: none;
    border-bottom: none;
  }
  .plr-pub-listing-container .row.mb-5 {
    border-left: none;
  }
}
.plr-pub-listing-sidebar-container a {
  color: inherit;
}
.plr-pub-listing-sidebar-container .plr-pub-listing-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.plr-pub-listing-sidebar-container .row.mb-5 {
  margin-bottom: 24px !important;
}
.plr-pub-listing-sidebar-container .plr-pub-product-card {
  transition: 0.2s ease;
  padding: 15px 30px;
}
.plr-pub-listing-sidebar-container
  .plr-pub-product-card-top
  .plr-pub-product-card-image {
  height: 150px;
  max-height: 150px;
}
.plr-pub-listing-sidebar-container .plr-pub-product-card-property {
  padding-bottom: 0;
}
.plr-pub-listing-sidebar-container
  .plr-pub-product-card-property
  span:first-child {
  font-weight: 700;
}
.plr-pub-listing-sidebar-container .plr-pub-product-card-title {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.25rem;
  line-height: 1.5rem;
}
.plr-pub-listing-sidebar-container .plr-pub-product-card-body {
  font-size: 14px;
  line-height: 1.4rem;
}
.plr-pub-listing-sidebar-container .plr-pub-product-card-text {
  padding-top: 1.4rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .plr-pub-listing-sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .plr-pub-listing-container .row.mb-5 {
    margin-bottom: 0;
  }
  .plr-pub-listing-container .plr-pub-product-card .plr-pub-product-card-body {
    padding: 20px;
  }
  .plr-pub-listing-container .plr-pub-product-card .plr-pub-product-card-title {
    padding: 10px 0;
  }
}
.plr-pub-product-card.plr-pub-product-card-left a {
  display: flex;
}
.plr-pub-product-card.plr-pub-product-card-right a {
  display: flex;
  flex-direction: row-reverse;
}
.plr-pub-listing-container
  .plr-pub-product-card.plr-pub-product-card-left
  .plr-pub-product-card-body {
  padding-left: 30px;
}
.plr-pub-listing-container
  .plr-pub-product-card.plr-pub-product-card-right
  .plr-pub-product-card-body {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .plr-pub-product-card.plr-pub-product-card-left {
    padding-left: 10px;
  }
  .plr-pub-product-card.plr-pub-product-card-right {
    padding-right: 10px;
  }
  .plr-pub-listing-container .plr-pub-product-card.plr-pub-product-card-left,
  .plr-pub-listing-container .plr-pub-product-card.plr-pub-product-card-right {
    padding: 0;
    margin-bottom: 50px;
    height: auto;
    border-right: 0;
  }
}
:root {
  --sm-col: 1fr;
  --md-col: 1fr 1fr;
  --lg-col: 1fr 1fr 1fr;
}
.plr-pub-listing-container .plr-pub-product-card {
  min-width: 250px !important;
}
.plr-card-columns {
  display: grid;
  gap: 5px;
}
@media (min-width: 576px) {
  .plr-card-columns {
    grid-template-columns: var(--sm-col);
    gap: 0;
  }
}
@media (min-width: 768px) {
  .plr-card-columns {
    grid-template-columns: var(--md-col);
  }
}
@media (min-width: 992px) {
  .plr-card-columns {
    grid-template-columns: var(--lg-col);
  }
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
.plr-pub-search-results-container .plr-pub-search-results-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 55px;
}
.plr-pub-search-form {
  position: relative;
}
.plr-pub-search-form .plr-pub-search-input {
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #eee;
  transition: 0.2s ease;
  font-size: 16px;
}
.plr-pub-search-form .plr-pub-search-submit-button {
  position: absolute;
  right: 7px;
  top: 8px;
}
.plr-pub-search-form .plr-pub-advanced-search-link {
  font-size: 14px;
  margin: 6px 0 0 6px;
  display: inline-block;
  color: var(--shop-theme-color-1-dark);
}
.plr-pub-product-details-container .plr-pub-back-button {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  text-transform: none;
}
.plr-pub-product-details-container .plr-pub-product-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2em;
	margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.plr-pub-download-button {
  font-size: 20px;
}
.plr-pub-preview-button {
  font-size: 20px;
}
.plr-pub-add-to-cart-button {
  font-size: 20px;
	background-color: transparent;
	color: var(--shop-theme-color-1);
	border: 1px solid var(--shop-theme-color-1);
}
.plr-pub-view-more {
  box-shadow: none;
  background: none;
  color: var(--shop-theme-color-1);
  text-transform: none;
	margin-top: 1rem;
	padding: .25rem .75rem;
  border: 1px solid var(--shop-theme-color-1);
}
@media (max-width: 768px) {
  .plr-pub-download-button,
  .plr-pub-preview-button,
  .plr-pub-add-to-cart-button {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .plr-pub-download-button,
  .plr-pub-preview-button,
  .plr-pub-add-to-cart-button {
    width: 100%;
  }
}
.plr-pub-product-details-bottom {
  padding-bottom: 3rem;
}
.plr-pub-product-details-bottom .container-fluid {
  width: 90%;
}
.plr-pub-product-details-container .plr-pub-product-sidebar {
  border-radius: 0;
  overflow: hidden;
  padding: 2rem 1rem;
}
.plr-pub-product-details-container
  .plr-pub-product-details-bottom
  .plr-pub-product-sidebar-wrapper,
.plr-pub-product-details-container
  .plr-pub-product-details-bottom
  .plr-pub-product-sidebar {
  padding-top: 30px;
  padding-right: 0;
}
@media (min-width: 1500px) {
  .plr-pub-product-details-container
    .plr-pub-product-details-bottom
    .plr-pub-product-sidebar {
    padding-left: 25px;
  }
}
.plr-pub-product-details-container {
  position: relative;
  background-position: 70%;
  background-repeat: no-repeat;
  background: bottom;
}
.plr-pub-product-details-container
  .plr-pub-product-details-bottom
  .nav.plr-pub-product-details-pills
  li {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.plr-pub-product-details-container .plr-pub-button {
  margin-right: .5rem;
}
.plr-pub-product-details-container .plr-pub-product-sidebar-content.pl-4 {
  padding-left: 0 !important;
}
.plr-pub-product-short-description {
  margin-top: 0;
}
.plr-pub-product-details-container .plr-pub-back-button {
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
  text-transform: none;
  background: 0 0;
  color: #333;
}
.plr-pub-product-details-container .plr-pub-preview-button {
  color: white;
  background-color: transparent;
}
.plr-pub-product-details-container .plr-pub-preview-button:hover {
  background-color: inherit;
  color: var(--shop-theme-color-1);
}
.plr-pub-product-details-container .plr-pub-add-to-cart-button:hover {
  background-color: inherit;
  color: var(--shop-theme-color-1);
}
.plr-pub-html-preview {
  margin-top: 30px;
  padding: 20px;
}
.plr-pub-download-info {
  margin-top: 20px;
}
.plr-pub-download-info-message {
  padding: 20px;
}
.plr-pub-preview-info {
  margin-top: 20px;
}
.plr-pub-preview-info-message {
  padding: 20px;
}
.plr-pub-add-to-wishlist {
  box-shadow: none;
  background: 0 0;
  color: var(--shop-theme-color-1);
  text-transform: none;
  padding: 0.75rem 0;
	font-weight: 400;
}
.plr-pub-add-to-wishlist:hover {
  background-color: inherit;
}
@media (max-width: 1500px) {
  .plr-pub-add-to-wishlist {
    display: block;
    float: none;
    padding-left: 0;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .plr-pub-add-to-wishlist {
    float: none;
    text-align: center;
    display: block;
    margin: 0;
    margin-top: 10px;
  }
}
.plr-pub-add-to-wishlist .plr-pub-add-to-wishlist-icon {
  margin-right: 4px;
}
.plr-pub-dynamic-sidebar .et_pb_widget {
  width: 100% !important;
  padding: 0;
  margin-bottom: 50px !important;
}
.plr-pub-gallery {
  background: #fff;
  padding: 0 20px;
}
.plr-pub-gallery .slick-arrow {
  text-decoration: none;
  transition: 200ms all ease-in-out;
}
.plr-pub-gallery .slick-arrow:hover {
  opacity: 0.9;
}
.plr-pub-gallery .slick-prev,
.plr-pub-gallery .slick-next {
  width: 40px;
  height: 40px;
  background: #555;
  color: #fff;
  border-radius: 100px;
  transition: 0.2s ease;
}
.plr-pub-gallery .slick-prev:hover,
.plr-pub-gallery .slick-next:hover {
  background: var(--shop-theme-color-2);
}
.plr-pub-gallery .slick-prev:before,
.plr-pub-gallery .slick-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: ETModules;
  opacity: 1;
  font-weight: 900;
}
.plr-pub-gallery .slick-prev {
  z-index: 1;
  left: 0;
}
.plr-pub-gallery .slick-prev::before {
  content: "\23";
}
.plr-pub-gallery .slick-next {
  z-index: 1;
  right: 0;
}
.plr-pub-gallery .slick-next::before {
  content: "\24";
}
.plr-pub-gallery .slick-slide {
  text-align: center;
	border-radius: 10px;
}
.plr-pub-gallery img {
  object-fit: contain;
  max-height: 470px;
  height: auto;
  max-width: 100%;
	border-radius: 10px;
}
@media only screen and (min-width: 1024px) {
  .plr-pub-gallery .slick-slide img {
    display: inline-block;
  }
}
.plr-pub-gallery-thumbnails.slick-initialized.slick-slider {
  margin-top: -105px;
}
.plr-pub-gallery-thumbnail,
.plr-pub-gallery-video-thumbnail {
	display: grid !important;
	place-items: center;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-right: 1.75rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  opacity: 1;
	transition: 200ms all ease;
	border: 1px solid #555;
	background-color: #2d2c2d;
}
.plr-pub-gallery-thumbnail > img {
  max-height: 100%;
	transition: 200ms all ease;
}

.plr-pub-gallery-thumbnail:hover {border-color: #777;}

.plr-pub-gallery-thumbnail:hover > img {
	transform: scale(1.05);
}

@media (max-width: 491px) {
  .plr-pub-gallery-thumbnail,
  .plr-pub-gallery-video-thumbnail {
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.08);
    height: 60px !important;
    width: 60px !important;
    margin-right: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .plr-pub-gallery-thumbnail,
  .plr-pub-gallery-video-thumbnail {
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.08);
    height: 40px !important;
    width: 40px !important;
    margin-right: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .plr-pub-gallery-thumbnail,
  .plr-pub-gallery-video-thumbnail {
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.08);
    height: 60px !important;
    width: 60px !important;
    margin-right: 8px;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .plr-pub-gallery-thumbnail,
  .plr-pub-gallery-video-thumbnail {
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 16px 35px 0 rgba(0, 0, 0, 0.08);
    height: 80px !important;
    width: 80px !important;
    margin-right: 16px;
  }
}
.plr-pub-gallery-video-thumbnail video {
  height: 80px;
  max-width: 100%;
  position: absolute;
  left: 0;
  object-fit: contain;
  top: 50%;
  transform: translate(0, -50%);
}
.plr-pub-gallery-video-thumbnail svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translate(0, -50%);
  height: 50%;
  width: 50%;
  cursor: pointer;
  z-index: 1;
}

.plr-pub-gallery-container {
	display: flex;
	flex-direction: column;
}
.plr-pub-gallery-container .order-1 {
	order: 1;
}
.plr-pub-gallery-container .order-2 {
	order: 2;
}
.plr-pub-gallery-container .order-1 .plr-pub-gallery-thumbnails {
	margin-top: 0px;
}
.plr-pub-product-gallery.thumbnails-vertical .plr-pub-gallery-container {
	flex-direction: row;
}
.plr-pub-gallery-thumbnails .slick-track {
  	height: 80px;
}
.plr-pub-product-gallery.thumbnails-vertical .plr-pub-gallery {
	width: 75%;
	float: left;
}
.plr-pub-product-gallery.thumbnails-vertical .plr-pub-gallery-thumbnails-container {
	width: 25%;
	float: left;
}
.plr-pub-product-gallery.thumbnails-vertical .plr-pub-gallery-thumbnails {
	margin-top: auto;
}
.plr-pub-product-gallery.thumbnails-vertical .plr-pub-gallery-thumbnails .slick-track {
	display: flex;
    flex-direction: column;
    height: auto;
}
.plr-pub-product-gallery.thumbnails-vertical .plr-pub-gallery-thumbnails .plr-pub-gallery-thumbnail,
.plr-pub-product-gallery.thumbnails-vertical .plr-pub-gallery-thumbnails .plr-pub-gallery-video-thumbnail {
	height: auto !important;
    margin-bottom: 10px;
}

.plr-pub-image-gallery-anchor {
	display: grid;
  place-items: center;
}

.plr-pub-layout-2 .plr-pub-product-package-details,
.plr-pub-layout-3 .plr-pub-product-package-details {
  padding-left: 20px;
  padding-right: 20px;
}
.plr-pub-product-package-details h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .plr-pub-product-package-details {
    padding-left: 0;
    padding-left: 0;
  }
}
.plr-pub-list {
  margin-left: 0;
  padding-left: 0 !important;
}
.plr-pub-list .plr-pub-list-item {
  list-style: none;
  padding: 2px 0;
}
.plr-pub-list .plr-pub-list-item .plr-pub-list-item-label {
  font-weight: 700;
  display: inline-block;
}
.plr-pub-list .plr-pub-list-item .plr-pub-list-item-value {
  padding-left: 2px;
  display: inline-block;
}
.plr-pub-product-package-details-icons-data {
  padding-top: 10px;
  margin-bottom: 40px;
}
.plr-pub-product-package-details-icons-data h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.plr-pub-product-package-details-icons-data
  .plr-pub-product-package-details-data-icon {
  width: 26px;
  display: inline-block;
  margin-right: 5px;
}
.plr-pub-product-package-details-icons-data
  .plr-pub-product-package-details-data-icon
  svg {
  fill: currentColor;
}
.plr-pub-product-details-pills {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.nav.plr-pub-product-details-pills li {
  list-style: none;
  line-height: 2em;
  padding: 0 50px 0 0;
  margin-bottom: -4px;
}
.nav-pills.plr-pub-product-details-pills .nav-link {
  padding: 10px 25px;
}
.nav-pills.plr-pub-product-details-pills .nav-link.active,
.nav-pills.plr-pub-product-details-pills .show > .nav-link {
  background-color: #fff;
  color: inherit;
  cursor: pointer;
}
.plr-pub-product-details-tab-content {
  padding: 24px 30px;
}
.plr-pub-product-terms {
  margin-top: 2rem;
}
.plr-pub-product-terms h4 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #666;
}
.plr-pub-product-terms ul {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 0;
}
.plr-pub-product-terms ul li span {
  font-weight: 700;
}
.plr-pub-dir-tree-container {
  max-height: 500px;
  overflow-y: auto;
}
.plr-pub-dir-tree-container .list-group-flush .list-group-item {
  font-size: 16px;
  cursor: pointer;
}
.plr-pub-dir-tree-container .list-group-item.file.click {
  cursor: pointer;
  color: #727cf5;
}
.plr-pub-dir-tree-container .list-group-item.file.click:hover {
  text-decoration: underline;
}
.plr-pub-dir-tree-container .list-group-item.file.noclick {
  cursor: initial;
}
.plr-pub-dir-tree-container .list-group-item {
  padding: 10px 0;
}
.plr-pub-dir-tree-container .list-group-item {
  display: table-cell;
  white-space: nowrap;
}
.plr-pub-dir-tree-container .list-group-item .folder-icon,
.plr-pub-dir-tree-container .list-group-item .file-icon {
  vertical-align: middle;
}
.plr-pub-dir-tree-container .list-group-item .folder-icon {
  color: #f89156 !important;
}
.plr-pub-product-sidebar h4 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
}
.plr-pub-product-sidebar-icon {
  margin-right: 0.5rem;
}
.plr-pub-product-sidebar .plr-pub-product-sidebar-icon,
.plr-pub-product-sidebar .plr-pub-product-package-details-icon {
  font-size: 30px;
  font-weight: 900;
  width: 40px;
}
.plr-pub-product-sidebar .plr-pub-product-package-details {
  padding-left: 0;
  padding-right: 0;
}
.plr-pub-product-meta,
.plr-pub-product-categories,
.plr-pub-product-categories,
.plr-pub-product-package-details,
.plr-pub-product-package-details-icons {
  margin-bottom: 30px;
  display:flex;
  justify-content:flex-start;
}
.plr-pub-product-meta {
  margin-top: 20px;
}
.plr-pub-product-meta
  h4:not(.plr-pub-product-sidebar .plr-pub-product-meta h4) {
  display: none;
}
.plr-pub-product-meta
  .row
  .plr-pub-product-sidebar-icon:not(
    .plr-pub-product-sidebar
      .plr-pub-product-meta
      .row
      .plr-pub-product-sidebar-icon
  ) {
  display: none;
}
.plr-pub-product-sidebar-content {
  flex: 1;
}
.plr-pub-product-meta
  .row
  .plr-pub-product-sidebar-content:not(
    .plr-pub-product-sidebar
      .plr-pub-product-meta
      .row
      .plr-pub-product-sidebar-content
  ) {
  padding-left: 0;
}
.plr-pub-product-categories ul,
.plr-pub-product-niches ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.plr-pub-related-products-title {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 1px;
}
@media (max-width: 1500px) {
  .nav.plr-pub-product-details-pills li {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .plr-pub-listing-container .plr-pub-product-card {
    padding: 0;
    margin-bottom: 50px;
    height: auto;
  }
  .plr-pub-product-details-pills {
    padding-bottom: 20px;
  }
  .nav.plr-pub-product-details-pills li {
    display: block;
    width: 100%;
    border: 0;
    padding-right: 0;
  }
}
.plr-pub-comments-list
  .comment_container:not(.comment_container .comment_container) {
  padding: 20px 0;
}
.plr-pub-comments-list .comment_container .comment_container {
  margin-top: 20px;
}
.plr-pub-comments-list ol {
  list-style-type: none;
  padding: 0 0 23px;
}
.plr-pub-comment-author {
  padding: 10px;
}
.plr-pub-product-rating {
  display: inline-block;
  color: #ced4da;
}
.plr-pub-product-rating .star {
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-right: 3px;
}
.plr-pub-product-rating .star-under {
  color: #ced4da;
}
.plr-pub-product-rating .star-over {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  color: #666;
}
.plr-pub-product-rating .star-visible {
  display: inline-block;
}
.plr-pub-comments-container .star-rating .star-value {
  position: absolute;
  height: 100%;
  width: 100%;
}
.plr-pub-star-rating {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.plr-pub-comment-title {
  font-size: 1.5em;
  font-weight: 600;
  padding: 10px 0;
  display: inline-block;
}
.plr-pub-comment-edit-panel {
  text-align: right;
}
.plr-pub-comment-text span.edited {
  font-style: italic;
}
.plr-pub-wishlist * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plr-pub-wishlist-bulk-actions {
  display: flex;
  justify-content: flex-end;
}
.plr-pub-wishlist-bulk-actions a {
  margin: 0 20px 10px 0;
}
.plr-pub-wishlist-header h1 {
  margin-bottom: 30px;
}
.plr-pub-wishlist .plr-pub-wishlist-table {
  border-radius: 10px;
  box-shadow: 0 5px 50px #0000001c;
  position: relative;
  table-layout: auto;
}
.plr-pub-wishlist .plr-pub-wishlist-table thead th,
.plr-pub-wishlist .plr-pub-wishlist-table tr th {
  color: #555;
  font-weight: 700;
  padding: 9px 24px;
}
.plr-pub-wishlist .plr-pub-wishlist-table thead th {
  color: #00000063;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 25px;
}
.plr-pub-wishlist .plr-pub-wishlist-table tr td,
.plr-pub-wishlist .plr-pub-wishlist-table tr td {
  padding: 25px 24px;
  border-top: 1px solid #eeeeee7a;
}
.plr-pub-wishlist .plr-pub-wishlist-table .product-remove {
  width: 60px;
  text-align: center;
  padding: 1em 0.5em;
}
.plr-pub-wishlist .plr-pub-wishlist-table .product-thumbnail {
  min-width: 100px;
  max-width: 100%;
  width: 100px;
}
.plr-pub-wishlist .plr-pub-wishlist-table .product-name {
  width: 25%;
}
.plr-pub-wishlist .plr-pub-wishlist-table .product-remove a {
  font-size: 16px;
  color: #666;
  display: block;
  transition: 0.2s ease;
}
.plr-pub-wishlist .plr-pub-wishlist-table .product-remove a:hover {
  color: var(--shop-theme-color-1);
  transform: scale(1.05);
}
.plr-pub-wishlist .plr-pub-wishlist-table .product-name a {
  font-size: 15px;
  font-weight: 700;
  transition: 0.2s ease;
}
.plr-pub-wishlist .plr-pub-wishlist-social-buttons {
  text-align: right;
	display: none; /* Remove this property to show social buttons for sharing the wishlist */
}
.plr-pub-wishlist .plr-pub-wishlist-social-buttons > span,
.plr-pub-wishlist .plr-pub-wishlist-social-buttons > ul {
  display: inline-block;
  vertical-align: middle;
}
.plr-pub-wishlist .plr-pub-wishlist-social-buttons > span {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #00000078;
  margin-right: -5px;
}
.plr-pub-wishlist .plr-pub-wishlist-social-buttons ul {
  padding-bottom: 1em;
}
.plr-pub-wishlist .plr-pub-wishlist-social-buttons li {
  float: left;
  margin: 9px 15px 0 0;
  border-radius: 100px;
  box-shadow: 0 5px 20px #0000001c;
  transition: 0.2s ease;
  list-style: none;
}
.plr-pub-wishlist .plr-pub-wishlist-social-buttons li a.social {
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 20px;
  text-decoration: none;
  text-transform: none;
  transition: 0.2s ease;
}
.plr-pub-wishlist .plr-pub-wishlist-social-buttons li a.social:hover {
  box-shadow: 0 5px 30px #cecece;
  transform: scale(1.1);
}
.plr-pub-wishlist .plr-pub-wishlist-social-buttons li a.social i {
  line-height: 2em;
}
.plr-pub-wishlist .plr-pub-wishlist-social-buttons li:last-child {
  margin-right: 0;
}
.plr-pub-advanced-search-section {
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
}
.plr-pub-advanced-search-section h3 {
  background: #fff;
  display: inline-block;
  top: -35px;
  left: -15px;
  position: relative;
  padding: 0 30px;
  font-size: 22px;
}
.plr-pub-advanced-search-section .row {
  margin-bottom: 5px;
  align-items: baseline;
}
.plr-pub-advanced-search-term-item {
  padding: 10px;
}
.plr-pub-advanced-search-section input {
  border: 2px solid #ddd;
  padding: 6px 8px 6px 16px;
  border-radius: 5px;
  transition: 0.2s ease;
  background-color: #fff;
  color: #4e4e4e;
  font-size: 16px;
}
.plr-pub-advanced-search-section select {
  border: 2px solid #ddd;
  padding: 9px 8px 9px 16px;
  width: 100%;
  border-radius: 5px;
  transition: 0.2s ease;
  font-size: 16px;
}
.plr-pub-advanced-search-section input:focus-visible,
.plr-pub-advanced-search-section select:focus-visible {
  outline-color: #008dc9;
  border-color: #008dc9;
}
.plr-pub-advanced-search-term-item input,
.pl-pub-search-product-cb input {
  vertical-align: middle;
  margin-right: 10px;
}
.plr-pub-advanced-search-term-item label {
  font-size: 16px;
}
.plr-pub-advanced-search-section .plr-pub-advanced-search-day-input {
  width: 100%;
}
@media (max-width: 992px) {
  .plr-pub-advanced-search-section .plr-pub-advanced-search-period-select {
    margin-bottom: 6px;
  }
}
.plr-pub-shopping-cart-side-container {
  position: fixed;
  right: 0;
  width: 500px;
  max-width: 100%;
  background-color: #fff;
  top: 0;
  height: 100vh;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: -webkit-fill-available;
  padding-bottom: 20px;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  z-index: 11111;
}
.plr-pub-shopping-cart-side-container.show {
  transform: translateX(0%);
}
.plr-pub-shopping-cart-side-products-container {
  flex: 1;
}
.plr-pub-shopping-cart-side-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--shop-theme-gray-1);
}
.plr-pub-shopping-cart-side-header-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--shop-theme-color-text-dark);
}
.plr-pub-shopping-cart-header-close-button-label {
  display: none;
}
.plr-pub-shopping-cart-side-empty {
  position: absolute;
  right: 40px;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  border: 1px dashed #14b8a6;
  border-radius: 25px;
  padding: 30px;
}
.plr-pub-cart-item-image {
  align-items: center;
  border: 0;
  border-radius: var(--cpops-border-radius, 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  justify-content: center;
  margin-right: 18px;
  min-width: 75px;
  outline: 0;
  width: 75px;
}
.plr-pub-shopping-cart-side-header-close-button {
  border: none;
  background: 0 0;
  width: 30px;
  display: block;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.plr-pub-cart-item-container {
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 12px 12px 12px 0;
  position: relative;
  width: 100%;
}
.plr-pub-shopping-cart-side-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plr-pub-cart-item-actions {
  align-items: flex-start;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  max-width: 120px;
  min-width: 42px;
  width: 100%;
}
@media (min-width: 1024px) {
  .plr-pub-cart-item-actions {
    width: 120px;
  }
}
.plr-pub-cart-item-price {
  color: var(--color-cpops-text-secondary, #3b3b3b);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin: 3px 15px 5px 0;
  padding: 0 5px;
  text-align: right;
  width: 100%;
}
.plr-pub-cart-item-actions-remove {
  color: #555;
  background: 0 0;
  border: none;
  padding: 5px;
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  line-height: 1;
  outline: 0;
  transition: all 0.2s ease-in;
}
.plr-pub-cart-item-actions-remove:hover {
  color: red;
}
.plr-pub-shopping-cart-side-checkout {
  padding: 30px 20px;
  border-top: 1px solid var(--shop-theme-gray-1);
}
.plr-pub-shopping-cart-side-checkout
  .plr-pub-button.plr-pub-shopping-cart-checkout-button {
  width: 100%;
  text-align: center;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 18px;
  transition: all 0.3s ease 0ms;
  margin: 0;
}
.plr-pub-shopping-cart-side-checkout
  .plr-pub-button.plr-pub-shopping-cart-checkout-button:hover {
  background-color: var(--shop-theme-color-1-dark);
}
.plr-pub-shopping-cart-side-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  font-weight: 700;
  color: #444;
  font-size: 16px;
}
.plr-pub-shopping-cart-side-notice {
  background: #fff7d4;
  padding: 10px;
  color: #665c2f;
  margin-bottom: 20px;
}
.plr-pub-shop-form-login-toggle {
  margin-bottom: 30px;
}
span.plr-pub-cart-items-count {
  margin-left: 4px;
  font-size: 14px;
  font-family: var(--shop-font-family);
}
table.shop_table.shop_table_responsive.cart.plr-pub-shop-cart-form__contents {
  border: 0;
}
.plr-pub-shop-checkout-review-order-table thead th:not(.cart_totals thead th),
.entry-content tr th:not(.cart_totals tr th) {
  color: #98a0a9;
}
.plr-pub-shop-checkout-review-order-table tr td {
  padding: 12px 24px;
}
td.product-thumbnail {
  max-width: 70px;
  padding: 0;
}
td.product-remove.plr-pub-product-remove {
  padding-left: 10px;
}
table.shop_table.shop_table_responsive {
  border: 0;
}
.plr-pub-shop.plr-pub-shop-cart.plr-pub-cart-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .plr-pub-shop.plr-pub-shop-cart.plr-pub-cart-container {
    flex-direction: column;
  }
  .cart-collaterals {
    padding-top: 50px;
  }
}
.cart_totals {
  min-width: 280px;
  background-color: #f4f7fc;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}
.cart_totals h2 {
  font-weight: 700;
}
form.plr-pub-shop-cart-form {
  flex: 1;
  margin-right: 50px;
}
.cart_totals tr.order-total {
  border-top: 1px solid #cbd5e1;
}
tr.plr-pub-shop-cart-form__cart-item.cart_item {
  border-bottom: 1px solid #eee;
}
.cart_totals tr td {
  border-top: 0;
}
.cart_totals th {
  padding-left: 6px;
}
a.checkout-button.button {
  display: block;
  position: relative;
  text-align: center;
  background-color: var(--shop-theme-color-1);
  color: #fff;
  border: 2px solid;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 35px;
  border-width: 0;
  cursor: pointer;
  line-height: 1.6em;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 300ms ease 0ms;
}
a.checkout-button.button:hover {
  background-color: var(--shop-theme-color-1-dark);
}
img.attachment-plr-pub-shop_thumbnail.size-plr-pub-shop_thumbnail.jch-lazyloaded {
  display: block;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  width: auto;
  height: 70px;
  padding: 6px;
}
a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in;
  border: 0;
}
a.remove:hover {
  color: red;
}
@media (max-width: 768px) {
  .plr-pub-shop table.shop_table_responsive tr,
  .plr-pub-shop-page table.shop_table_responsive tr {
    display: block;
  }
  .plr-pub-shop table.shop_table_responsive tr td,
  .plr-pub-shop-page table.shop_table_responsive tr td {
    display: block;
    text-align: right;
  }
  .plr-pub-shop table.shop_table_responsive tr td::before,
  .plr-pub-shop-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  table.cart .product-thumbnail,
  .plr-pub-shop table.cart .product-thumbnail,
  table.cart .product-thumbnail,
  .plr-pub-shop-page table.cart .product-thumbnail {
    display: none;
  }
  table.plr-pub-wishlist-table .product-thumbnail {
    display: none;
  }
  .plr-pub-shop table.shop_table_responsive thead,
  .plr-pub-shop-page table.shop_table_responsive thead {
    display: none;
  }
  td.product-remove.plr-pub-product-remove {
    border-top: 0;
  }
  td.product-remove.plr-pub-product-remove:before {
    display: none;
  }
  form.plr-pub-shop-cart-form {
    margin-right: 0;
  }
  .plr-pub-showlogin {
    display: block;
  }
  table.shop_table_responsive tr.cart-subtotal td::before,
  table.shop_table_responsive tr.order-total td::before {
    text-transform: uppercase;
  }
  .plr-pub-wishlist .plr-pub-wishlist-table .product-remove {
    padding-right: 20px;
  }
}
form.checkout.plr-pub-shop-checkout {
  display: flex;
  justify-content: space-between;
}
form .col2-set {
  flex: 1;
  margin-right: 50px;
}
div#order_review {
  min-width: 280px;
  width: 280px;
  background-color: #f4f7fc;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  border: 1px solid #ececec;
}
h2#order_review_heading {
  font-weight: 700;
}
.entry-content table:not(.variations) {
  border: 0;
}
.entry-content thead th,
.entry-content tr th {
  text-transform: uppercase;
}
ul.plr-pub-payment-methods.payment-methods.methods {
  list-style: none;
  padding: 0 0 0 10px;
}
.form-row {
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
.plr-pub-shop-terms-and-conditions-wrapper {
  margin-top: 20px;
  padding-left: 10px;
}
div#payment {
  padding: 10px 0;
}
input#payment_method_credits,
input#terms {
  margin-right: 5px;
}
.plr-pub-payment-method-div {
  font-style: italic;
  opacity: 0.75;
  margin-left: 20px;
}
.plr-pub-payment-method-div .credits-balance {
  display: block;
  font-style: normal;
  opacity: 1;
  font-weight: 700;
  color: var(--shop-theme-color-text-dark);
}
button#place_order {
  width: 100%;
  margin-top: 20px;
  background-color: var(--shop-theme-color-1);
  color: #fff;
  border: none;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  outline: 0;
}
button#place_order:hover {
  background-color: var(--shop-theme-color-1-dark);
}
.plr-pub-shop-checkout-review-order-table .order-total {
  border-top: 1px solid #eee;
}
.plr-pub-shop-checkout-review-order-table
  .order-total
  .plr-pub-shopping-cart-total-amount {
  font-weight: 700;
}
.plr-pub-shop-checkout-review-order-table .plr-pub-cart-item-actions-remove {
  width: 20px;
  height: 20px;
}
.plr-pub-shop-error.plr-pub-error {
  color: #c70000;
  background: #faeae7;
  padding: 10px 20px;
  margin-bottom: 30px;
  border-radius: 3px;
}
.plr-pub-shop-error.plr-pub-error a {
  color: #c70000;
  text-decoration: underline;
}
@media (max-width: 980px) {
  form.checkout.plr-pub-shop-checkout {
    flex-direction: column;
  }
  div#order_review {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form-row {
    margin-top: 20px;
  }
}
ul.plr-pub-shop-order-overview.plr-pub-shop-thankyou-order-details.order_details {
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 40px;
}
ul.plr-pub-shop-order-overview.plr-pub-shop-thankyou-order-details.order_details
  li {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  border-right: 1px dashed #cbd5e1;
  text-transform: uppercase;
  font-size: 13px;
}
ul.plr-pub-shop-order-overview.plr-pub-shop-thankyou-order-details.order_details
  li
  > strong {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
}
ul.plr-pub-shop-order-overview.plr-pub-shop-thankyou-order-details.order_details
  li:first-child {
  padding-left: 0;
}
ul.plr-pub-shop-order-overview.plr-pub-shop-thankyou-order-details.order_details
  li:last-child {
  border-right: 0;
}
h2.plr-pub-shop-order-details__title {
  padding: 20px;
  font-weight: 700;
}
.entry-content thead th,
.entry-content tr th {
  border-top: 1px solid #eee;
}
button.plr-pub-purchased-product-download-button.single_add_to_cart_button {
  background-color: var(--shop-theme-color-1);
  color: #fff;
  border: none;
  padding: 5px 35px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  outline: 0;
}
button.plr-pub-purchased-product-download-button.single_add_to_cart_button:hover {
  background-color: var(--shop-theme-color-1-dark);
}
section.plr-pub-shop-order-details {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
}
@media (max-width: 768px) {
  table.plr-pub-shop-table.plr-pub-shop-table--order-details.shop_table.order_details
    thead {
    display: none;
  }
  table.plr-pub-shop-table.plr-pub-shop-table--order-details.shop_table.order_details
    tr {
    display: block;
    width: 100%;
  }
  table.plr-pub-shop-table.plr-pub-shop-table--order-details.shop_table.order_details
    tr
    td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  table.plr-pub-shop-table.plr-pub-shop-table--order-details.shop_table.order_details
    tfoot
    tr
    td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    color: #98a0a9;
    text-transform: uppercase;
  }
  table.plr-pub-shop-table.plr-pub-shop-table--order-details.shop_table.order_details
    tr
    td {
    padding: 6px 15px;
    display: block;
    text-align: right;
  }
}
.plr-pub-dashboard {
  background-color: var(--shop-theme-gray-2);
}
.plr-pub-dashboard-tabs {
  border: none;
}
.plr-pub-dashboard-tabs ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: var(--shop-theme-gray-2);
  display: flex;
  flex-wrap: wrap;
}
.plr-pub-dashboard-tabs ul li {
  line-height: 2em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0 16px;
  border-bottom: 4px transparent;
  border-right: none;
  background-color: var(--shop-theme-gray-2);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.plr-pub-dashboard-tabs ul li a {
  background-color: transparent;
  color: var(--shop-theme-color-1);
  border: 2px solid;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border-width: 0;
  cursor: pointer;
}
.plr-pub-form .form-group input {
  padding: 10px;
  border: 1px solid #ced4da;
}
.plr-pub-form ul.plr-pub-info-notices {
  background-color: #fff;
  padding: 0 0 30px 0;
}
.plr-pub-form ul.plr-pub-info-notices li {
  background-color: #fff;
}
.plr-pub-user-subscriptions-box {
  margin: 0 0 30px;
}
.plr-pub-user-subscriptions-box .plr-pub-subscription-name {
  font-weight: 700;
}
.plr-pub-layout-2.plr-pub-product-details-container
  .plr-pub-product-details-top,
.plr-pub-layout-3.plr-pub-product-details-container
  .plr-pub-product-details-top {
  max-width: 1200px;
}
@media (max-width: 768px) {
  .plr-pub-layout-2.plr-pub-product-details-container
    .plr-pub-product-details-top,
  .plr-pub-layout-3.plr-pub-product-details-container
    .plr-pub-product-details-top {
    padding-top: 0;
  }
  .plr-pub-layout-2.plr-pub-product-details-container
    .plr-pub-product-details-top
    .row,
  .plr-pub-layout-3.plr-pub-product-details-container
    .plr-pub-product-details-top
    .row {
    flex-direction: column-reverse;
  }
  .plr-pub-layout-2.plr-pub-product-details-container .plr-pub-gallery img,
  .plr-pub-layout-3.plr-pub-product-details-container .plr-pub-gallery img {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .plr-pub-layout-3.plr-pub-product-details-container
    .plr-pub-product-details-top
    .row {
    flex-direction: row-reverse;
  }
}
.plr-pub-tags .plr-pub-tag:not(:first-child) {
  margin-left: 10px;
}
.plr-pub-tag {
  display:inline-block;
  padding:0 15px;
  font-weight:600;
  text-transform:uppercase;
  margin-bottom:12px;
  font-size: 12px;
  Background: #f9f9f9;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
}
.plr-pub-tag-danger {
  color: var(--danger);
  background: #dc354536;
  border-left: 5px solid var(--danger);
}
.plr-pub-tag-success {
  color: #2e8a6f;
  background: #20c99747;
  border-left: 5px solid var(--teal);
}
.plr-pub-tag-discount {
  color: var(--danger);
  background: #dc354536;
  border-left: 5px solid var(--danger);
}


/* Modals */
.plr-pub-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.plr-pub-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px 50px 50px;
  border: 2px solid #888;
  width: 50%;
  border-radius: 10px;
}
@media (max-width: 1300px) {
 	.plr-pub-modal-content {
		width: 90%;
	}		
}
.plr-pub-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 16px;
}
.plr-pub-modal-close:hover,
.plr-pub-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* End Modals */

button.plr-pub-button.plr-pub-header-button.plr-pub-header-cart-button {
  display: flex;
  align-items: center;
}
@media (min-width: 981px) {
  #left-area {
    width: 60%;
    padding-bottom: 23px;
  }
  #sidebar .plr-pub-listing-container .plr-pub-listing-title,
  .plr-pub-listing-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
.plr-pub-page-pricing h1 span,
.plr-pub-page-pricing h2 span,
.plr-pub-page-restricted h1 span,
.plr-pub-page-restricted h2 span {
  color: var(--shop-theme-color-1);
}
.plr-pub-page-pricing p i.fas,
.plr-pub-page-restricted p i.fas {
  color: var(--shop-theme-color-1);
}
button.plr-pub-shop-button.button.plr-pub-shop-form-login__submit {
  margin-top: 5px;
  background-color: var(--shop-theme-color-1);
  color: #fff;
  border: none;
  padding: 10px 35px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  outline: 0;
}
button.plr-pub-shop-button.button.plr-pub-shop-form-login__submit:hover {
  background-color: var(--shop-theme-color-1-dark);
}
form.plr-pub-shop-form.plr-pub-shop-form-login.login.plr-pub-form-login {
  max-width: 400px;
  width: 100%;
  margin: 20px 0 30px;
}
form.plr-pub-shop-form.plr-pub-shop-form-login input#username,
form.plr-pub-shop-form.plr-pub-shop-form-login input#password {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #4e4e4e;
  padding: 10px 15px;
  border-radius: 3px;
  width: 100%;
}
.simple-menu ul {
  width: auto !important;
}
.simple-menu ul li a {
  width: 100% !important;
}
.et-menu-nav li.mega-menu > ul > li:nth-of-type(5n) {
  clear: none;
}
.et-menu-nav li.mega-menu > ul > li:nth-of-type(6n) {
  clear: none;
}
.et-menu-nav li.mega-menu > ul.sub-menu {
  display: block !important;
}
.et-menu-nav li.mega-menu > ul > li {
  float: none !important;
  display: inline-grid !important;
  width: 19%;
  margin: 0;
}
@media (max-width: 1699px) {
  .et-menu-nav li.mega-menu > ul > li {
    width: 24%;
  }
}
@media (max-width: 1366px) {
  .et-menu-nav li.mega-menu > ul > li {
    width: 33%;
  }
}
@media (min-width: 981px) and (max-width: 1150px) {
  .et-menu-nav li.mega-menu > ul > li {
    width: 49%;
  }
}
.et-menu-nav li.mega-menu > ul > li > a {
  width: 100% !important;
  cursor: pointer;
}
.et-menu-nav li.mega-menu.licenses > ul > li > a {
  font-size: 1.1rem;
}
@media (max-width: 980px) {
  .et_pb_menu .et_mobile_menu {
    top: 54px;
  }
  .et_pb_menu .et_mobile_nav_menu {
    margin-right: 4%;
  }
}
.et-menu-nav li.mega-menu.licenses > ul > li > a:first-child {
  font-weight: 700 !important;
}
.custom-scrollable-fslightbox .fslightbox-source {
  cursor: initial !important;
  width: 100% !important;
  height: auto !important;
}
.custom-scrollable-fslightbox.fslightbox-container {
  overflow: hidden scroll !important;
}
.fslightbox-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10000;
}
.custom-scrollable-fslightbox
  .fslightbox-transform-transition
  div.fslightbox-fade-in-strong {
  padding-top: 45px;
  width: 100%;
}
.fslightbox-custom-div {
  width: 100%;
  max-width: initial !important;
}
.custom-scrollable-fslightbox .fslightbox-transform-transition {
  transform: translateY(0px) scale(1);
  position: absolute !important;
  top: 0 !important;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .custom-scrollable-fslightbox .fslightbox-transform-transition {
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  .custom-scrollable-fslightbox .fslightbox-custom-div {
    padding: 0 25%;
  }
}
.custom-scrollable-fslightbox .fslightbox-custom-div {
  justify-content: start !important;
}
.testimonial-rating-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 18px;
  position: absolute;
  right: 0;
}
.testimonial-rating-wrapper .checked {
  color: orange;
}
.inline-buttons-row .et_pb_button_module_wrapper {
  display: inline-block;
}
.inline-buttons-row {
  text-align: center !important;
}
.upgrade-button {
  border: 1px solid #eee;
  padding: 5px 10px !important;
  text-align: left;
  margin: 20px 5px 0 0 !important;
  color: #111 !important;
  font-size: 12px !important;
  width: auto !important;
  line-height: 18px;
  border-radius: 8px;
  font-weight: 500 !important;
  text-align: center;
  transition: 0.3s ease;
  display: inline-block;
  background: #eee;
}
.upgrade-button::before {
  display: none !important;
}
.upgrade-button.gold {
  background: var(--shop-theme-color-1) !important;
  color: #fff !important;
  border-color: var(--shop-theme-color-1) !important;
  width: 100% !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 10px 14px !important;
}
.upgrade-button.gold:hover {
  background: var(--shop-theme-color-2) !important;
  border-color: var(--shop-theme-color-2) !important;
}
.et-menu-nav li.mega-menu li ul {
  visibility: hidden;
  opacity: 0;
}
.et-menu-nav li.mega-menu:hover li ul {
  visibility: visible;
  opacity: 1;
}
.et-menu-nav li.mega-menu.licenses li > a {
  width: auto !important;
}
.et-menu-nav li.mega-menu.licenses > ul.sub-menu > li > ul.sub-menu {
  box-shadow: none !important;
}
.plr-pub-header-bonuses-button {
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  transition: 200ms all ease-in-out;
}
.plr-pub-header-bonuses-button-silver {
  background-color: #5e798d;
  border-color: #5e798d;
  color: #fff;
}
.plr-pub-header-bonuses-button-silver:hover {
  background-color: #3c4e5a;
  border-color: #3c4e5a;
  color: #fff;
}
.plr-pub-header-bonuses-button-gold {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.plr-pub-header-bonuses-button-gold:hover {
  background-color: #218838;
  border-color: #218838;
  color: #fff;
}
.plr-pub-header-bonuses-button-text {
  background-color: transparent;
  border-color: transparent;
	text-decoration: underline;
	font-weight: 500;
}
.et_pb_menu_0_tb_header.et_pb_menu .plr-pub-header-bonuses-button-text a {
	  color: #333 !important;
}
.plr-pub-header-bonuses-button-text:hover {
  background-color: transparent;
  border-color: transparent;
}
.et_pb_menu_0_tb_header.et_pb_menu .plr-pub-header-bonuses-button-text a:hover {
	color: #777 !important;
}
.plr-pub-header-bonuses-button {
  border: none;
}
.plr-pub-header-bonuses-button > a {
  padding: 0 2px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.plr-pub-footer-newsletter
  .et_pb_newsletter_form
  .et_pb_newsletter_button_wrap {
  position: absolute;
  top: 4px;
  right: 4px;
  width: auto;
  max-width: 150px;
}
.plr-pub-footer-newsletter .et_pb_newsletter_fields {
  position: relative;
}
.plr-pub-footer-newsletter
  .et_pb_newsletter_form
  .et_pb_newsletter_button
  .et_pb_newsletter_button_text {
  font-size: 15px;
}
.et_pb_sidebar_0_tb_body .et_pb_widget,
.et_pb_sidebar_0 .et_pb_widget {
  margin-bottom: 2rem !important;
}
.et_pb_sidebar_0_tb_body.et_pb_widget_area,
.et_pb_sidebar_0.et_pb_widget_area {
  border-right: none;
}
.widget-user-menu-area > h3 {
  font-weight: 700;
  margin-bottom: 25px;
}
.widget-user-menu-area > div {
  margin-left: 16px;
}
.widget-user-menu-area i {
  width: 24px;
}
.widget-user-menu-area a {
  display: block;
  margin: 4px auto;
  transition: 200ms all ease;
}
.widget-user-menu-area a:hover {
  color: var(--shop-theme-color-1);
}

/* Fix for Divi issue where the button icon is missing on desktop */

body #page-container .et_pb_section .et_pb_button_2::after {
	line-height: inherit;
	font-size: inherit !important;
	margin-left: .3em;
	left: auto;
	display: inline-block;
	opacity: 1;
	content: attr(data-icon);
	font-family: ETmodules !important;
	font-weight: 400 !important;
}

/* Background for lightbox images */

.fslightbox-source {
	background-color: white;
	border-radius: 1rem;
	padding: 2rem;
}